* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

::selection {
    background-color: #f7631b;
    color: #fff;
}

:root {
    --text-color: #000;
    --koyu-mavi: #166bea;
    --gece-mavisi: #000624;
    --fuchsia-rose: #DB0084;
}

body {
    font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background: #fff;
    color: var(--text-color);
}

li {
    list-style: none;
}

a {
    list-style: none;
    text-decoration: none;
    color: var(--gece-mavisi)
}

a:hover,
a link {
    color: var(--koyu-mavi)
}

figure {
    margin: 15px -15px
}

section {
    padding: 25px 18px;
}

header {
    background: #fff;
}

.sidebar-open-btn {
    font-size: 24px;
    font-weight: 400;
    display: none;
    border: 0px;
    background: #fff;
    cursor: pointer;
}

.grid80 {
    width: 100%;
    position: fixed;
    display: grid;
    grid-template-columns: 80px auto;
    gap: 10px;
    box-shadow: 0.00px 1.00px 28px 0px rgba(0, 0, 0, 0.12);
}

 
section h2 {
    font-size: 57px;
    line-height: 1.6;
    font-weight: 400;
    margin: 64px 30px;
}

main {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1.714;
    color: #202124;
}

main h2 {
    margin: 30px 0;
}

main p {
    margin-bottom: 23px;
}

.textarea a {
    color: var(--koyu-mavi);
}

.textarea a:hover {
    text-decoration: underline;
    color: var(--koyu-mavi);
}

.baslik {
    padding: 60px 0px 40px;
}

.kategori {
    position: relative;
    margin: 60px 0px 28px calc((100% - 740px) * 0.5);
    font-size: 13px;
    justify-self: start;
    align-self: start;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

h1 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--fuchsia-rose);
    margin-bottom: 75px;
}

h2,
main h2 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--gece-mavisi);
    margin: 30px 0 15px;
}

h3 {
    font-size: 22px;
    line-height: 1.5;
    margin: 20px 0;
}

.profil {
    display: flex;
    align-items: center;
    margin-top: -20px;
}

.profil img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.bilgiler {
    margin-left: 10px;
}

.ad-soyad,
.unvan {
    font-size: 14px;
    line-height: 1.5;
}

.meslek {
    color: #888;
}

.diger-yazilari {
    margin: 0 0 25px 5px;
    font-size: 16px
}

.diger-yazilari li a {
    margin-left: 10px;
}

.v-c {
    max-width: 1396px;
    width: 100%;
    margin: 0 auto;
}

.diniGun {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.vaktin-cagrisi {
    width: calc(25% - 0px);
    float: left;
    padding: 10px;
}

.vaktin-cagrisi h3,
.diniGun h3 {
    font-size: 22px;
    width: auto;
    line-height: 1.3;
    margin: 6px 0 70px 0;
}

.vaktin-cagrisi img,
.diniGun img {
    transition: opacity 0.3s ease;
}

.vaktin-cagrisi img:hover,
.diniGun img:hover {
    opacity: 0.8;
}

.category {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.grid6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 30px;
}

.footer,
.footer-son {
    margin: 0 auto;
    max-width: 1250px;
    width: 100%;
    font-size: 14px;
    line-height: 2;
    padding: 90px 18px 25px 18px;
    margin-top: 90px;
}

.footer li {
    line-height: 35px;
}

.footer h4 {
    font-size: 1.2em;
    font-weight: 500;
}

.footer-son {
    width: 100%;
    max-width: 1250px;
    height: 30px;
    padding: 10px;
    margin-bottom: 30px;
}

.footer-son li {
    float: right;
    margin-right: 20px;
}

@media (max-width:1250px) {
    .grid6 {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }

    .footer {
        margin: 0 auto;
        width: 740px;
    }

    .vaktin-cagrisi {
        width: calc(50% - 0px);
    }

    .diniGun {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

.reklamContainer {
    width: 100%;
    height: 453px;
    display: flex;
    margin-top: -20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #B1D7FE;
}

.reklamContainer h3 {
    font-size: 68px;
    font-weight: 400;
    text-align: left;
}

.reklamButon {
    width: 170px;
    height: 51px;
    font-size: 1.4em;
    margin-top: 10px;
    color: #fff;
    padding: 9px 37px;
    cursor: pointer;
    border-radius: 25px;
    background-color: #000;
    transition: background-color 0.2s ease-in-out;
}

.reklamButon:hover {
    color: #fff;
    background-color: #007BFF;
}

.post-terms {
    margin: 0 0 10px;
    position: relative;
    padding-left: 48px;
    clear: both
}

.post-terms .term-type,
.post-terms a {
    display: inline-block;
    font-size: 16px;
    line-height: 1.6;
    padding: 0 11px;
    border: 1px solid #dcdcdc;
    text-decoration: none;
    margin-right: 4px;
    border-radius: 33px;
    color: #464646
}

.post-terms .term-type,
.post-terms a:hover {
    color: #fff;
    border-color: transparent
}

.post-terms .term-type {
    margin-right: 6px;
    background: #951c55;
    position: absolute;
    left: 0;
    margin-top: 4px
}

.post-terms a {
    margin: 0 4px 4px 0
}

.post-terms a:last-child {
    margin-right: 0
}

.post-terms .post-categories {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0
}

.post-terms .post-categories li {
    display: inline
}

.post-terms .post-categories li a {
    margin-right: 4px
}

.post-terms .post-categories li:last-child .post-terms.cats .term-type,
.post-terms a:hover {
    background: #629826
}

.post-terms .term-type a:hover,
.post-terms a:hover {
    text-decoration: none;
}

.post-terms.cats .term-type {
    background: #629826
}

.keyword {
    border: 0;
    margin: 0 0 6px;
    padding-bottom: 18px
}

.keyword hr {
    border: 0;
    margin: 0 0 6px;
    border-top: 1px dotted #dcdcdc
}

.keyword li {
    float: left
}

.keyword li a {
    height: 22px;
    width: auto;
    float: left;
    line-height: 1.375rem;
    font-weight: bold;
    background-color: #f1f1f1;
    border-radius: 62.5rem;
    font-size: 12px;
    padding: 2px 8px;
    color: #333;
    margin: 0 8px 8px 0px
}

.keyword li a:hover {
    background-color: #D8D8D8;
    text-decoration: none
}

.social-list {
    padding: 10px;
    border-radius: 4px;
    margin: 0 auto;
    clear: both
}

.social-icons {
    border: 0;
    min-width: 2rem;
    max-width: 100%;
    width: auto;
    height: 3rem;
    margin: 50px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px dotted #dfdfdf;
    border-bottom: 1px dotted #dfdfdf;
    padding: 6px 2px 6px 8px
}

.social-icon--facebook:hover {
    background-color: #244e7c
}

.social-icon--facebook {
    background-color: #3067a3
}

.social-icon--email:hover {
    background-color: #444
}

.social-icon--email {
    background-color: #2f2f2f
}

.social-icon--twitter {
    background-color: #03b3ee
}

.social-icon--twitter:hover {
    background-color: #028dbc
}

.social-icon--pinterest {
    background-color: #b9252c
}

.social-icon--pinterest:hover {
    background-color: #8f1d22
}

.social-icon--linkedin {
    background-color: #0071a1
}

.social-icon--linkedin:hover {
    background-color: #004d6e
}

.social-icon--whatsapp {
    background-color: #59cb3f
}

.social-icon--whatsapp:hover {
    background-color: #45a92e
}

.social-icon:hover,
.social-icon:active,
.social-icon:focus {
    color: #fff;
    text-decoration: none
}

.social-icon {
    border: 0;
    min-width: 2rem;
    max-width: 100%;
    width: auto;
    height: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.social-icon svg {
    height: 88%;
    width: 88%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}

.rounded-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-border-radius: 62.5rem;
    border-radius: 62.5rem
}

.inline-icon svg {
    overflow: visible
}

.inline-icon a {
    fill: #fff
}

@font-face {
    font-family: KuranFont;
    src: url('../assets/font/ShaikhHamdullahMushaf.ttf');
    font-display: swap
}

@font-face {
    font-family: KuranFont;
    src: url('../../assets/font/ShaikhHamdullahMushaf.ttf');
    font-display: swap
}

h1 {
    margin-bottom: 75px;
}

#yon {
    margin: 4%;
    width: 92%;
    text-align: center;
    font-size: 20px
}

#yon ul {
    padding-inline-start: 0px
}

#yon li {
    display: inline-block;
    text-align: center;
    list-style: none
}

#kuran {
    text-align: right
}

#dinle {
    margin: 0 auto;
    width: 300px;
    margin-top: 24px
}

.audio {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    object-fit: contain
}

#meal {
    width: auto;
    margin-top: 20px
     
}

#meal li {
    margin: 3px;
    list-style: none;
    float: right;
    text-align: center;
    border: 1px dashed #fff;
    padding: 2px;
    line-height: 20px
   
}

#meal li:hover {
    border: 1px dashed #229954;
    background-color: #e9f6ee
}

.arabi,
.arab {
    text-align: right;
    font-family: 'KuranFont', 'KFGQPC Uthman Taha Naskh', 'KFGQPC_Naskh', 'Traditional Arabic', 'Lateef', 'Droid Arabic Naskh';
    text-shadow: 1px 1px 2px #eee;
    font-size: 54px;
    line-height: 2;
    width: 100%;
    margin-bottom: 10px
}

.transcript {
    color: #008000;
    margin: 20px 0;
    text-align: center;
    font-size: 22px
}

.manasi {
    color: #003aa5;
    margin-bottom: 10px;
    text-align: center;
    font-size: 22px
}

.ayet-text {
    font-size: 35px;
    font-family: 'KuranFont', 'KFGQPC Uthman Taha Naskh', 'KFGQPC_Naskh', 'Traditional Arabic', 'Lateef', 'Droid Arabic Naskh';
    line-height: 70px;
    text-align: center;
    text-shadow: 1px 1px 2px #eee;
    margin: 20px 0 30px
}

.meal-text {
    font-size: 24px;
    text-align: center;
    color: #008000
}

.anlami {
    color: #10802E
}

#mealler {
    margin-top: 20px
}

#mealler li {
    padding: 20px 10px;
    line-height: 1.6;
    text-align: left;
    border: 1px dashed #ededed;
    background-color: #fff;
    list-style: none
    
}

#mealler li:hover {
    list-style: none;
    border: 1px dashed #229954;
    background-color: #e9f6ee;
}

#mealler span {
    color: #008000;
    font-style: italic
}

#mealler ul {
    padding-left: 0px;
    clear: both
}

#ayet-list {
    margin-top: 15px;
    border: 1px dashed #dfe5eb
}

#ayet-list:hover {
    border: 1px dashed #229954;
    background-color: #e9f6ee;
}

#ayet-list h3 {
    padding-left: 10px
}

#ayet-list ul {
    padding: 10px;
    font: 400 18px / 1.712 Segoe UI, system-ui, -apple-system, sans-serif
}

#ayet-list ul:hover {
    background-color: #e9f6ee
}

#ayet-list li:first-child {
    color: #008000;
    font-style: italic;
    text-align: left
}

#ayet-list li {
    color: black;
    font-style: normal;
    line-height: 2;
    padding: 10px 3px;
    text-align: start;
    
}

#ayet-list li:last-child {
    text-align: left;
    list-style: none
}

.sayi-link {
    margin: 0 auto;
    width: 88%;
    padding: 2%;
    border: solid 1px #dedede
}

.sayi-link ul {
    font-style: normal;
}

.sayi-link li {
    float: left;
    width: 50px;
    height: auto;
    text-align: center;
}

.sayi-link a {
    padding: 14px
}

.sayi-link li a:hover {
    border: 1px dashed #229954;
}

.clear {
    clear: both
}

.kelime,
.word {
    font-family: KuranFont, Helvetica;
}

ul.word,
ul.kelime {
    display: grid;
    grid-template-columns: 4fr 3fr 3fr;
    grid-gap: 10px;
    border-bottom: 1px solid #dfe5eb;
    padding: 3px 15px;
}

ul.word:hover {
    border-bottom: 1px dashed #229954;
    background-color: #e9f6ee
}

ul.kelime h3:first-child,
ul.word li:first-child {
    text-align: start;
}

ul.kelime h3,
ul.word li:nth-child(2) {
    text-align: center;
    font-size: 22px;
}

ul.kelime h3:last-child,
ul.word li:last-child {
    text-align: end;
    font-size: 25px
}

ul.word li:first-child {
    padding-top: 6px;
}

#ayet-list h3::after {
    content: " →";
    float: right;
}

#ayet-list h3 {
    font-size: 24px;
}
 
body {
    -webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    -moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    -ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    animation: -amp-start 8s steps(1, end) 0s 1 normal both
}

@-webkit-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-moz-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-ms-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-o-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}
 
    body {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none
    }
 