/*start variable*/
:root{
    --footer-color:#8D771A;
    --main-color:#CFA44A;
    --main2-color:#864320;
    --title-color: #393939;
    --text-color: #444;
    --text-color-light: #A6A6A6;
    --white-color: #FBFEFD;
    --background-color:#1D1C1C;
   }
/*end variable */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: sans-serif;
}
/* تغيير لون الـ scrollbar بالكامل */
::-webkit-scrollbar {
    width: 10px; /* عرض الـ scrollbar */
}

/* تغيير لون الخلفية للـ scrollbar */
::-webkit-scrollbar-track {
    background:#474545 /* لون الخلفية */
}

/* تغيير لون شريط التمرير (المؤشر) */
::-webkit-scrollbar-thumb {
    background: var(--footer-color); /* لون المؤشر */
    border-radius: 10px; /* تدوير الحواف */
}

/* عند تمرير الماوس فوق شريط التمرير */
::-webkit-scrollbar-thumb:hover {
    background: gold; /* لون أغمق عند التحريك */
}
html{
    scroll-behavior: smooth;
} 
body{
    font-family: "open sans", sans-serif;
    -webkit-user-select: none;
    user-select: none;
    background-color: #1a1818;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
ul,
li{
    list-style:none;
}

.container{
    padding-left:15px;
    padding-right:15px;
    margin-left:auto;
    margin-right:auto;
}
/*small screen*/
@media (min-width:768px){
    .container{
        width:750px;
    }
}
/*medium screen*/
@media (min-width:992px){
    .container{
        width:970px;
    }
}
/*large screen*/
@media (min-width:1100px){
    .container{
        width:1300px;
        margin: 0 auto;
    }
}
@media only screen and (max-width:538px){
    #preloader{
        background-size: 80%;
    }
}


/********************* start header **********************/
header{
    background-image: url(../assets/home/back1.webp);
    min-height: 100vh;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    color:white;
}
nav{
    background-color:rgba(0,0,0,0.1);
    height: 80px;
    width: 100%;
    line-height: 80px;
}
.overlay{
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: 100vh;
}
nav .row{
    display: flex;
    justify-content: space-between
}
nav .logo{
display: flex;
flex-direction: row;
width: 15%;
justify-content: center;
align-items: center;
line-height: 49px;
}
nav .logo  a{
    display: flex;
    align-items: center;
    justify-content: center;
}
nav .logo  img{
    width: 60px;
    height: 60px;
}
nav ul{
    transition: all 0.5s;
}
ul li{
    display: inline-block;
    margin: 0 10px;
 }
 ul li a {
    color: white;
    font-size: 16px;
}
 .logo h1{
    font-size: 20px;
    color: white;
 }
 .logo h1 span{
   color: var(--main-color);
 }
 nav .search input{
    height: 30px;
    width: 180px;
    border: none;
    text-indent: 10px;
    background-color: rgba(255,255,255,0.4);
    border-radius: 5px;
    color: white;
 }
 nav .search input::placeholder{
    color: white

 }
 nav .search input:focus{
    outline: none; 
}
.toggle{
    display: none;
}
.toggle i{
    font-size: 25px;
    line-height: 80px;
}
.toggle i:hover{
 cursor: pointer;
}
h1 {
    text-align: center;
    margin-bottom: 20px;
  }

  .audio-container {
    max-width:900px;
    margin: 0 auto;
    text-align: center;
    border-radius: 8px;
    display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

  }

  .quran-header{
    display: flex;
   
    flex-direction: column;
    justify-content: space-around;
    height: calc(97vh - 80px);
  }
  .ayat{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
.quran-header .ayat h1{
    font-size: 18px;
}
.quran-header .loading{
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    margin: 15px 0;
}
.quran-header button{
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
    backdrop-filter: blur(20px);
    margin-bottom: 10px;
    border: none;
    margin: 5px;
   cursor: pointer;
}
.quran-header button i{
   color: white;
}
.quran-header.loading-name {

}
.quran-header .reload-icon{
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
    backdrop-filter: blur(20px);
    margin-bottom: 10px;
    border: none;
    margin:10px;
   cursor: pointer;
}
.quran-header .reload-icon i{
    color: white;

}

  .zekir-content{
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 20px 30px;
    backdrop-filter: blur(20px);
    border: 1px solid white;
    border-radius: 15px;

    
  }
  .zekir-content h3{
    text-transform: capitalize;
    margin-bottom: 23px;
    border-bottom: 1px solid white;
    width: 52px;
    margin: 0px auto;
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-size: 15px;

  }
  .zekir-content > p{
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .zekir-content h4{
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 15px;
  }
  .zekir-content .translation{
    font-size: 16px;
  }
@media (max-width:1100px) {
    nav .search input{
        height: 30px;
        width: 120px;
    }
    .logo{
      flex: 10%;
    }
    nav .logo {
        display: flex;
        flex-direction: row;
        width: 88%;
        align-items: center;
        line-height: 49px;
        justify-content: flex-start;
        flex: 0%;
    }
    .logo h1 {
        font-size: 16px;
        color: white;
    }
    
    .search{
        flex: 5%;

    }
    .toggle{
        display: block;
        z-index: 300;
        
        left: 30px ;
       

    }
    nav .logo img {
        width: 45px;
        height: 45px;
    }
    nav ul{
        position: fixed;
        left: -100%;
        top: 0px;
        background-color:#1D1C1C;
        text-align: center;
        width: 100%;
        height: 100vh;
        z-index: 200;
        padding-top: 80px;
    }
    ul li{
        display:block;
    }
    ul li a {
        color: white;
        font-size: 25px;
    }
    ul.activeLeft{
        left: 0;
    }
    .ayat h1 {
        margin-top: 10px;
    }
    .ayah-item {
      padding: 0;
    }
    header{
      min-height: 110vh;
    }
    .quran-header{
        justify-content: space-evenly;
        }
     .overlay{
        min-height: 110vh
     };
     .zekir-content h3 {
        padding-bottom: 5px;
        margin-bottom: 5px;
        font-size: 14px;
    }

.zekir-content > p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
}
.zekir-content .translation {
    font-size: 15px;
    line-height: 23px;
}
.zekir-content {
    padding: 17px 15px;
    border-radius: 15px;
}
.ayat {
    margin-top: 30px;
}
}
  
/********************* end header **********************/

/********************* start Prayer Times **********************/
.prayer-times .prayer-content{
        display: flex;
        flex-wrap: wrap;
}
.prayer-times .prayer-content .box-prayer{
    flex: 17%;
    height: 300px;
    margin: 0 1.5%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid var(--main2-color);
    position: relative;
   
    border-bottom-right-radius: 110px;
    border-bottom-left-radius: 110px;
}
.prayer-times .prayer-content .box-prayer::after{
    content: '';
    position: absolute;
    transform: translate(-50%);
    left: calc(55% - 10px);
    top: 70%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 5px solid var(--footer-color);
}
.prayer-times .prayer-content .box-prayer.active{
    background-color: var(--main2-color);
    border: none;
}
    .prayer-times .prayer-content .box-prayer img{
        margin-top: -50px;
        width: 70px;
    
}

.prayer-times .prayer-content .box-prayer p{
    padding: 10px 0;
    font-size: 20px;
    color: var(--main-color);
}
.prayer-times .prayer-content .box-prayer span{
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .prayer-times .prayer-content .box-prayer{
        flex: 31%;
        margin: 0px 1%;
        margin-bottom: 20px;
        height: 240px;
    }
    .prayer-times .prayer-content .box-prayer:nth-child(4){
        margin-right: 15%;
        flex: 21%;
    }
    .prayer-times .prayer-content .box-prayer:nth-child(5){
        margin-left: 15%;
        flex: 21%;

    }
 
  }
/********************* end Prayer Times **********************/
/********************* start athikr **********************/
.athikrs{
    padding: 60px 0;
    color: white;
}

.athikrs .athikr-content{
    display: flex;
    flex-wrap: wrap;
}
.athikrs .athikr-content .athikr-buttons{
    flex: 28%;
    margin: 0 1%;
    padding: 26px;
    background: linear-gradient(148deg, #361B15 -25%, #853f20 30%, #8e6415 112%);     margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
    color: white;
    transition: all 0.5s;
    border-radius: 12px;
}
.athikrs .athikr-buttons:hover{
    cursor: pointer;
    opacity: 0.5;
}
.athikrs  .athikr-buttons .image{
    position: absolute;
    left: 10px;
    bottom: 5px;
    width: 60px;
}
.athikrs  .athikr-buttons img{
    width: 60px;
}
.athikrs  .athikr-buttons .content{
    flex: 70%;
}
.athikrs  .athikr-buttons .content h6{
    font-size: 22px;
    margin-bottom: 5px;
}
.athikrs .athikr-display{  
    text-align: center;
    padding: 50px 0;
    color: var(--main-color);
    max-width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 50px 0px 40px;
}
.athikrs .athikr-display .athikr-catgeory{
    font-size: 22px;
    margin-top: 40px;
    padding: 10px 4px;
    color: var(--main-color);
    margin-bottom: 20px;
    margin: 0 auto;
    padding-bottom: 12px;
    margin-bottom: 40px;
    position: relative;
} 

.athikrs .athikr-display .athikr-catgeory::before{
content: '';
    position: absolute;
    left: calc(50%);
    top: 53px;
    height: 2px;
    background-color: var(--footer-color);
    transform: translateX(-50%);
    width: 130px;
}

.athikrs .athikr-display h3{
    margin-top: 40px;
}
.athikrs .athikr-display .athikr-contents{
    padding: 25px 30px;
}

.athikrs .athikr-display p{
    color: #b5abab;
    line-height: 30px;
    font-size: 20px;
}

.athikrs .athikrs-buttons-content{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main2-color);
}
.athikrs .athikrs-buttons{
   width: 40px;
   height: 40px;
   background-color: var(--main2-color);
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   transition: all o.5s ease-in-out;
   margin: 0 5px;
   color: white;

}
.athikrs .athikrs-buttons:hover{
    cursor: pointer;
    opacity: 0.7;
}
.heading-hadith{
    font-size: 26px;
}

.athikrs .athikrs-buttons-content p{
    margin: 0px 15px;
    font-size: 18px;
    min-width: 135px;
    height: 45px;
    line-height: 45px;
    color: white;
    padding: 0px 10px;
    border-radius: 9px;
    font-size: 20px;
    background: var(--main2-color);
   
}

.athikrs .athikrs-buttons-content p.active{
    background: linear-gradient(148deg, #964736 -25%, #853f20 30%, #e7bb6a 112%);     margin-bottom: 20px;
    border-radius: 15px;
}

.athikrs .athikr-buttons span.active{
    background-color: #166534;
}
.athikrs .athikr-buttons .athikr i{
    color: white;
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    .athikrs .athikr-content .athikr-buttons{
        flex: 48%;
        margin: 0px 1%;
        margin-bottom: 10px;
    }
    .athikrs .athikr-content .athikr-buttons {
        padding: 15px;
    }
    .athikrs .athikr-buttons .image {
        position: absolute;
        left: 0px;
        bottom: 0;
        width: 50px;
    }
    .athikrs .athikr-buttons .content h6 {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .athikrs .athikrs-buttons-content p {
        margin: 0;
        font-size: 18px;
        min-width: 245px;
        height: 45px;
        line-height: 45px;
        color: white;
        padding: 2px 6px;
        border-radius: 9px;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
    }
}


/********************* end athikr **********************/
/********************* start quran **********************/
.quran{
margin: 50px 0;
}

.quran .quran-content{
  display: flex;
  flex-wrap: wrap;   
}
.quran .quran-content .quran-navgation{
    flex: 23%;
    background: linear-gradient(148deg, #361B15 -25%, #853f20 30%, #8e6415 112%);     margin-bottom: 20px;
    border-radius: 20px;
    padding: 20px 5px;
    height: auto;
    overflow: auto;

}
.quran .quran-content .quran-navgation h3{
    text-align: center;
    font-size: 25px;
    margin: 10px 0 25px;
    color: white;

}
.quran .quran-navgation ul{
    margin-bottom: 15px;
    border-radius: 8px;
    color: white;
    overflow: auto;
    max-height: 560px;
 
}
.quran .footer-navgation ul li{
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.5s ease-in-out;
}
.quran .footer-navgation ul li span{
    position: relative;
    font-size: 17px;
    display: flex;
    align-items: center;
}
.quran .footer-navgation ul li p{
    font-size: 22px;
}
.quran .footer-navgation ul li:hover{
    cursor: pointer;
    opacity: 0.6;
}
.quran .footer-navgation ul li span::after{
    content: '';
    position: absolute;
    right: -15px;
    top: 0px;
    width: 1.5px;
    height: 26px;
    background-color: white;
}
.quran .quran-navgation .footer-item h5{
    font-size: 20px;
}

.quran .quran-navgation .footer-item div{
    display: flex;
        flex-direction: column;
        text-align: center;
        position: relative;
}


.quran .quran-page{
    text-align: center;
    flex: 75%;
    margin-right: 1%;
    border: 3px solid #a67716;

    color: white;
    border-radius: 15px;
    padding: 10px 10px 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.quran .quran-page .surah-title{
    color: var(--main-color);
    margin-bottom: 10px;
} 
.quran .quran-page .surah-start{
    color: var(--main-color);
    margin-bottom: 10px;
    font-size: 30px;
} 
.quran .quran-page p{
    color: #bdbdbd;
    line-height: 57px;
    font-size: 20px;
    max-height: 590px;
    overflow: auto;
    font-style: inherit;
    text-align: justify;
    padding: 6px;
} 
.ayah-number {
    font-size: 18px;
    background: var(--text-color-light);
    color: white;
    padding: 3px 6px;
    border-radius: 50%;
    margin-left: 5px;
    color: black;
}

.quran-audio {
    border-radius: 10px; /* تدوير الحواف */
    padding: 10px; /* مسافة داخلية */
    width: 100%; /* جعل المشغل بعرض الصفحة */
}

/* تغيير لون الأزرار إذا كان المتصفح يدعم ذلك */
.quran-audio::-webkit-media-controls-panel {
    background-color: #393939; /* تغيير لون خلفية لوحة التحكم */
    color: white; /* تغيير لون الأيقونات */
    border-radius: 10px;
}

.quran-audio::-webkit-media-controls-play-button,
.quran-audio::-webkit-media-controls-volume-slider {
    filter: invert(1); /* عكس الألوان لجعل الأزرار واضحة */
}
@media screen and (max-width: 767px) {
    .quran .quran-content {
        flex-direction: column;
    }
    .quran .quran-navgation ul {
        margin-bottom: 15px;
        border-radius: 8px;
        color: white;
        overflow: auto;
        max-height: 250px;
    }
    .quran .quran-content .quran-navgation h3 {
        margin: 10px 0 14px;
     
    }
    .quran .quran-content .quran-navgation {
        padding: 5px 5px;
    }
    .quran .quran-content .quran-navgation {
        margin-bottom: 10px;
    }
   
 
    .quran .quran-page p {
  
        max-height: 620px;
  
    }
}



/********************* end quran **********************/

/********************* start  hadith**********************/
.hadith{
    padding: 60px 0;
    color: white;
}

.hadith .row-content{
    display: flex;
    flex-wrap: wrap;
}
.hadith .row .hadith-buttons{
    flex: 23%;
    margin: 0 1%;
    padding: 26px;
    background: linear-gradient(148deg, #361B15 -25%, #853f20 30%, #8e6415 112%);     margin-bottom: 20px;

    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    transition: all 0.5s;
}
.hadith .row .hadith-buttons:hover{
    cursor: pointer;
    opacity: 0.5;
}
.hadith .row .hadith-buttons .image{

    position: absolute;
    left: 0;
    bottom: 0;
}
.hadith .row .hadith-buttons img{
    width: 60px;
}
.hadith .row .hadith-buttons .content{
    flex: 70%;
}
.hadith .row .hadith-buttons .content h6{
    font-size: 22px;
    margin-bottom: 5px;
}
.hadith .hadith-display{  
    text-align: center;
    padding: 30px 0;
    color: var(--main-color);
    max-width: 90%;
    margin: 0 auto;
    height: auto;
 
}
.hadith .hadith-display h1{
    font-size: 16px;
    margin-top: 40px;
    padding: 10px 4px;
    color: var(--main-color);
    margin-bottom: 20px;
    border-bottom: 1px solid var(--main-color);
    width: 120px;
    margin: 0 auto;
    padding-bottom: 12px;
    margin-bottom: 40px;
}

.hadith .hadith-display p{
    color: #b5abab;
    margin-top: 35px;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 25px 30px;
}

.hadith .navgation-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
}
.hadith .navgation-buttons .button{
   width: 40px;
   height: 40px;
   background-color: var(--main2-color);;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   transition: all o.5s ease-in-out;

}
.hadith .navgation-buttons .button:hover{
    cursor: pointer;
    opacity: 0.7;
}
.heading-hadith{
    font-size: 26px;
}

.hadith .navgation-buttons span{
    margin: 0px 15px;
    font-size: 18px;
    min-width: 135px;
    height: 45px;
    line-height: 45px;
    color: var(--main-color);
    padding: 0px 19px;
    border-radius: 9px;
    font-size: 20px;
}


.hadith .navgation-buttons span.active{
    background-color: #166534;
}
.hadith .navgation-buttons .button i{
    color: white;
    font-size: 20px;
}
@media screen and (max-width: 767px) {

    .hadith .row .hadith-buttons{
        flex: 42%;
        margin: 0 1.5%;
        margin-bottom: 10px;
    }
    .hadith .row .hadith-buttons img {
        width: 50px;
    }
    .hadith .row .hadith-buttons {
        padding: 10px;
  }
  .hadith .row .hadith-buttons .content h6 {
    font-size: 18px;
}
.hadith {
    padding: 60px 0 0;
}

}


/********************* end hadith **********************/


/********************* start footer **********************/
footer{
    margin-top: 250px;
    background-color: #864320;
    position: relative;
}
footer::before{
    position: absolute;
    left: 0;
    top: -12%;
    content: '';
    width: 100%;
    height: 19vh;
    background-image: url(../assets/logo/background-footers.png);
    background-position: top;
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: 100;
    transform: translatey(-50%);
}
footer .link a{
    display: flex;
    align-items: center;
    padding-top: 50px;
  
   
}

footer .link a img{
    width: 60px;
    height: 60px;
}
footer .link a h1{
    color: white;
}


footer .row {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 20px;

}
footer .footer-list{
        flex: 23%;
        margin-left: 2%;
    }

footer .footer-list h6{
    width: 140px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.4);
    color: white;
    border-radius: 9px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin: 10px 0 24px;
}

footer .footer-list div{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
footer .footer-list div img{
    
}
footer .footer-list div p{
    color: white;
} 
footer .footer-list a{
     color: white;
}


footer img{
    width: 10%;
}
.copyright{
    text-align: center;
    color: white;
    background-color:rgb(255 255 255 / 10%);
    width: 100%;
    padding: 30px 10px;
}
@media screen and (max-width: 767px) {
    footer::before {
        top: 0;
        height: 15vh;
        background-size: cover;
        left: 0;
        transform: translateY(-98%);
    }
    footer .footer-list {
        flex: 46%;
        margin: 0 1%;
    }

}
/********************* end footer **********************/
/********************* start ramdan **********************/
.ramdan{
    background-image: url(../assets/home/back4.webp);
    height: 89vh;
    width: 100%;
    background-size: cover;
    background-position: bottom bottom;
}
.ramdan .overlay{
    background-color: rgba(0, 0, 0, 0.5);
}

  .audio-container {
    max-width:900px;
    margin: 0 auto;
    text-align: center;
    border-radius: 8px;
    display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

  }

  .home-ramdan{
    display: flex;
   
    flex-direction: column;
    justify-content: space-around;
    height: calc(97vh - 80px);
  }
  .header-ramdan{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
.home-ramdan .header-ramdan h1{
    font-size: 18px;
}
.home-ramdan .qoutes-ramdan{
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    margin: 6px 0;
}
.home-ramdan button{
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
    backdrop-filter: blur(20px);
    margin-bottom: 10px;
    border: none;
    margin: 5px;
   cursor: pointer;
}
.home-ramdan button i{
   color: white;
}

.home-ramdan .reload-icon-ramdan{
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
    backdrop-filter: blur(20px);
    margin-bottom: 10px;
    border: none;
    margin:10px;
   cursor: pointer;
}
.home-ramdan .reload-icon-ramdan i{
    color: white;

}

  .footer-ramdan{
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 20px 30px;
    backdrop-filter: blur(20px);
    border: 1px solid white;
    border-radius: 15px;

    
  }
  .footer-ramdan h3{
    text-transform: capitalize;
    margin-bottom: 23px;
    border-bottom: 1px solid white;
    width: 52px;
    margin: 0px auto;
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-size: 15px;

  }
  .footer-ramdan > p{
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 26px;
  }
  .footer-ramdan h4{
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 15px;
  }
  .footer-ramdan .translation-ramdan{
    font-size: 16px;
  }

.intro .intro-content{
        display: flex;
        flex-wrap: wrap;
        
    }
    .intro .intro-content .left{
      flex: 38%;
      margin-left: 2%;
      background: linear-gradient(148deg, #361B15 -25%, #592D1A 30%, #705421 94%);            color: white;
      border-radius: 20px;
      padding: 20px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      margin-bottom: 30px;

    }
    .intro .intro-content .right{
        flex: 58%;
        margin-right: 2%; 

    }
    .intro .intro-content .right iframe{
     width: 100%;
     height: 300px; 
    }
    .intro .intro-content .left h1{

    }
    .intro .intro-content .left ul{
     text-align: center;  
        }
    .intro .intro-content .left li{
        display: block;
        background-color: rgba(255,255,255,0.3);
        color: white;
        padding: 7px 10px;
        margin-bottom: 10px;
        border-radius: 6px;
       
    }
    .intro .intro-content p{
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .intro .intro-content button{
        width: 150px;
    margin: 0 auto;
    height: 40px;
    border: none;
    color: white;
    background: #28804a;
    border-radius: 10px;
    cursor: pointer;
    }
    @media screen and (max-width: 767px) {

        .ramdan{
           
            min-height: 110vh;
          
        }
        .ramdan .overlay{
            min-height: 110vh;

        }
    }
/********************* end ramdan **********************/
/********************* start small step **********************/
.small-step{
    
}
.small-step .small-step-content{
    display: flex;
    flex-wrap: wrap;
}
.small-step .box{
     flex: 30%;
     margin: 0 1.5%;
     background: linear-gradient(148deg, #361B15 -25%, #853f20 30%, #8e6415 112%);     margin-bottom: 20px;
     padding: 20px;
     position: relative;
     border-radius: 10px;
     color: white;
}
.small-step .box .images{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 22%;
}
.small-step .box .images img{

}
.small-step .box h2{
    margin-bottom: 6px;
    color: white;
    font-size: 28px;
}

.small-step .box ul li{
    display: block;   
    margin-right: -1px;
    line-height: 20px;
    font-size: 20px;
    line-height: 25px;
}
@media screen and (max-width: 767px) {
    .small-step .box{
        flex: 97%;
    }

}

/********************* end small step **********************/
/********************* start save quran  **********************/
.save-quran{
    padding: 60px 0;
    color: white;
   
}
.save-quran .save-quran-content{
    display: flex;
    flex-wrap: wrap;
}
.save-quran .save-quran-content .box{
  flex: 30%;
  margin: 0 1.5%;
  background: linear-gradient(148deg, #361B15 -25%, #853f20 30%, #8e6415 112%);     margin-bottom: 20px;
  padding:20px 25px;
  position: relative;
  border-radius: 20px;
}

.save-quran .box h2{
    font-size: 25px;
    margin-bottom: 26px;
    
}
.save-quran .box label{
margin-bottom: 10px;
}
.save-quran .box p{
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.save-quran .box ul{
margin-top: 10px;
}
.save-quran .box ul li{
    margin-right: -1px;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px 9px;
    display: block;

}
.save-quran .box input{
    overflow: visible;
    height: 40px;
    border: none;
    border-radius: 7px;
    text-indent: 4px;
    margin-top: 15px;
    margin-left: 10px;
    width: 206px;

}
.save-quran .box button{
    height: 40px;
    background-color:#28804a;
    border: none;
    color: white;
    padding: 10px;
    border-radius: 5px;
    width: 110px;
    cursor: pointer;
}
.save-quran .box  h3{
    margin-top: 45px;
}
.save-quran .images{
    position: absolute;
    left: 2%;
    top: 2%;
    width: 14%;

}
@media screen and (max-width: 767px) {

    .save-quran .box input {
  
        width: 175px;
    }
    .save-quran .box input{
       
        width: 191px;
    
    }
}

/********************* end save quran  **********************/
/********************* start info ramdan  **********************/
.info-ramdan{
    padding: 60px 0;
}
.info-ramdan .info-ramdan-content{
    display: flex;
    flex-wrap: wrap;
}

.info-ramdan .info-ramdan-content .box{
    flex: 23%;
    margin: 0 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    background: linear-gradient(148deg, #361B15 -25%, #853f20 30%, #8e6415 112%);   
      margin-bottom: 20px;
      padding: 10px;
      text-align: center;
      border-radius: 20px;
}
.info-ramdan .info-ramdan-content .box .images{
    width: 20%;
    margin: 15px 0;
    
}
.info-ramdan .info-ramdan-content .box h2{
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 25px;
}
.info-ramdan .info-ramdan-content .box ul{
margin: 10px 0;
}
.info-ramdan .info-ramdan-content .box ul li{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    display: block;
}

.info-ramdan .info-ramdan-content .box h3{
    margin-bottom: 10px;
}
.info-ramdan .info-ramdan-content .box p{
    margin-bottom: 23px;
    line-height: 22px;
}

.info-ramdan .info-ramdan-content .button-questions button{
   height: 40px;
   width: auto;
   background-color: #28804a;
   color: white;
   border: none;
   padding: 10px 20px;
   border-radius: 8px;
   cursor: pointer;
}
.question{
    margin-bottom: 20px;
}
.button-questions button{
    margin-bottom: 10px;
}
#question-result{
    background-color: rgba(255,255,255,0.5);
    padding: 5px 10px;
}


@media screen and (max-width: 767px) {
    
.info-ramdan .info-ramdan-content .box{
    flex: 98%;
    margin: 0 1%;
    margin-bottom: 20px;
}
}

/********************* end info ramdan  **********************/
/********************* start zad  **********************/
.zad{
    padding: 60px 0;
}
.zad .zad-content{
    width: 35%;
    margin: 0 auto;

}
.zad .zad-content .card{
    background: linear-gradient(148deg, #361B15 -25%, #853f20 30%, #8e6415 112%);   
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
}
.zad .zad-content .card h3{
    text-align: center;
    color: white;
    margin: 15px 0 ;
}

.zad .zad-content .card img{
    width: 10%;
    margin: 0 auto;
    text-align: center;
    display: flex;
}
.zad .zad-content .card ul{
    margin: 20px 0;
    width: 100%;
    text-align: center;
}
.zad .zad-content .card ul li{
    display: block;
    background-color:#28804a;
    padding: 10px 44px;
    color: white;
    margin-bottom: 10px;
    border-radius: 4px;
    cursor: pointer;
}
.zad .zad-content .card ul li.done{
    background: #2e3131;
    text-decoration: line-through;
}
@media screen and (max-width: 767px) {
.zad .zad-content{
    width: 95%;
    margin: 0 auto;

}
}
/********************* end zad  **********************/
/********************* start footer  **********************/
.footer{
    margin-top: 250px;
    background-color: #864320;
    position: relative;
}
.footer::before{
    position: absolute;
    left: 0;
    top: -13%;
    content: '';
    width: 100%;
    height: 21vh;
    background-image: url(../assets/logo/background-footers.png);
    background-position: top;
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: 100;
    transform: translatey(-50%);
}
.footer .link a{
    display: flex;
    align-items: center;
    padding-top: 50px;
  
   
}

.footer .link a img{
    width: 60px;
    height: 60px;
}
.footer .link a h1{
    color: white;
}


.footer .row {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 20px;

}
.footer .footer-list{
        flex: 23%;
        margin-left: 2%;
    }

.footer .footer-list h6{
    width: 140px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.4);
    color: white;
    border-radius: 9px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin: 10px 0 24px;
}

.footer .footer-list div{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.footer .footer-list div img{
    
}
.footer .footer-list div p{
    color: white;
} 
.footer .footer-list a{
     color: white;
}


.footer img{
    width: 10%;
}
.copyright{
    text-align: center;
    color: white;
    background-color:rgb(255 255 255 / 10%);
    width: 100%;
    padding: 30px 10px;
}
@media screen and (max-width: 767px) {
    .footer::before {
        top: 0;
        height: 15vh;
        background-size: cover;
        left: 0;
        transform: translateY(-98%);
    }
    .footer .footer-list {
        flex: 46%;
        margin: 0 1%;
    }

}

/********************* end footer **********************/
.heading{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
    columns: var(--main-color);
    margin-bottom: 70px;
    position: relative;
    margin: 60px 0;

}
.heading img{
   width: 40px;
   height:40px;
}
.heading::after {
    content: '';
    position: absolute;
  
    right: calc(47% - 40px);
    top: 89px;
    background-color: #E5B40C;
    color: red;
    width: 80px;
    height: 3px;
    z-index: 100;
    transform: translate(50%);
}
.heading::before {
        content: '';
        position: absolute;
        left: calc(47% - 40px);
        top: 89px;
        background-color: #E5B40C;
        color: red;
        width: 80px;
        height: 3px;
        z-index: 100;
        transform: translate(-50%);
}
.heading h5,
.heading h1,
.heading h2,
.heading h3,
.heading h4{
    color: var(--main-color);
    margin-bottom: 10px;
    font-size: 25px;
    text-align: center;
}
.heading p{
    color: white;
    padding: 10px 0;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}
.heading.page::after {
    content: '';
    position: absolute;
  
    right: calc(47% - 40px);
    top: 80%;
    background-color: #E5B40C;
    color: red;
    width: 80px;
    height: 3px;
    z-index: 100;
    transform: translate(50%);
}
.heading.page::before {
        content: '';
        position: absolute;
        left: calc(47% - 40px);
        top: 80%;
        background-color: #E5B40C;
        color: red;
        width: 80px;
        height: 3px;
        z-index: 100;
        transform: translate(-50%);
}
@media screen and (max-width: 767px) {
    .heading::after{
        right: calc(42% - 40px);
        top: 89px;
        transform: translate(50%);
    }
    .heading::before{
        left: calc(41.5% - 40px);
        top: 89px;
        transform: translate(-50%);
    }
    .heading.page::before {
        left: calc(42% - 40px);
        top: 80%;
        transform: translate(-50%);
}
.heading.page::after {
    right: calc(42% - 40px);
    top: 80%;
    transform: translate(50%);
}
}