/*start global rules*/

body {
    font-family: "Cairo", sans-serif;
    background-color: beige;
    padding-top: 60px;
    background-image: url(../images/arabesque.png);
}

.special-heading {
    color: #ebeced;
    font-size: 100px;
    text-align: center;
    font-weight: 800;
    letter-spacing: -3px;
    margin: 0;
}

.special-heading+p {
    margin: -30px 0 0;
    font-size: 20px;
    text-align: center;
    color: #797979;
}

@media (max-width: 767px) {
    .special-heading {
        font-size: 60px;
    }
}

/*end global rules*/

/*start landing*/
.landing {
    background-image: url(../images/bg.jpeg);
    opacity: 92%;
    background-position: center;
    background-size: cover;
    height: 30vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
}

.landing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.landing .img {
    width: 100%;
    height: auto;
}

.landing .intro-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 100px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.landing .intro-text h1 {
    margin: 0;
    font-weight: bold;
    font-size: 50px;
    color: beige
}

/*end landing*/

/* start quran */
.card {
    direction: rtl;
    background-color: #ffffffc1 ;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 6px 15px #00000053;
    width: 85%;
    margin:20px auto;
}

@media (max-width: 430px) {
    .card {
        padding: 10px
    }
}

.selectostart {
    padding: 20px 0;
    font-size: 18px;
    font-family: "Cairo", sans-serif;
    font-weight: bold;
}


select {
    padding: 8px 20px;
    margin-left:10px;
    width: 200px;
    border: none;
    border-radius: 20px;
    background-color: beige;
    outline: none;
    color: black;
    cursor: pointer;
    font-size: 1.2rem;
    transition: background-color 0.3s;
    margin-top: 10px;
    
}
select option, select{
    font-family: 'Amiri', serif;
}

/* @media (max-width: 400px) {
    select {
        width: 100%;
    }
} */

/* end quran*/

/* start audio */
.audio {
    display: inline-block;
    width: 300px;
}

audio {
    padding: 2px;
    margin-bottom: -22px;
    width: 100%;
}
audio::-webkit-media-controls-panel {
    background-color: beige; 
}

audio::-webkit-media-controls-timeline {
    background-color: beige; 
}

audio::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-volume-slider {
    background-color: beige; 
}

@media (max-width: 680px) {
    select, .audio {
        width: 85%;
        margin: 15px auto;
        display: block;
    }

}


/* end audio */

/* Start verse */
.beforefetch{
    text-align: center;
    font-family: "Cairo", sans-serif;
    margin: 50px 0;
    font-size: 30px;
    font: bold;
}
#quran{
    font-family: 'Amiri', serif;
}
.surah {
    padding: 20px;
    margin: 30px auto 0;
    text-align: center;
    color: #111;
    box-shadow: 0 2px 5px #331a1a;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.surah .basmala {
    font-family: 'Amiri', serif;
    font-size: 24px;
    font-weight: bold;
    color: var(--sharp-text);
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 2;
}

.surah p {
    display: inline;
    line-height: 2.5;
    width: fit-content;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 22px;
    font-family: 'Scheherazade', serif;
    white-space: normal;
    }
.ayahsOFsurah {
    align-items: center;
}
.aya_num{
    display: inline-block;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 15px;
    font-weight: bold;
    background-color: rgb(117, 72, 72);
    color: white;
    text-align: center;
}

/* end verse */
