@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}


::selection{
    color: #fff;
    background: #007d3a;
  }






.mess-nav-center{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    z-index: 1000;
}


/* .......Navbar messege........ */
.nav-msg{
    width: 85%;
    height: 65px;
    background-color:  transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    margin: 0 auto;
    
}


.nav-location p,
.nav-msg p{
    color: #ffffff;
    font-size: 14px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-msg img{
    width: 30px;
    margin-right: 5px;
}

.line{
    height: 25px;
    width: 1px;
    background-color: white;
    margin-right: 15px;
}

#location{
    color: rgb(202, 202, 202);
    
}


.nav-info{
    display: flex;
    justify-content: space-around;
    align-items: center;
}




/* .....navbar...... */





.nav-container{
    width: 85%;
    height: 100px;
    padding: 0 50px;
    background-color: #007d3a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;

    /* position: absolute; */
    top: 65px;
    z-index: 10000;
    margin: 0 auto;
    border-radius: 15px;


    box-shadow: rgba(50, 50, 93, 0.08) 0px 13px 27px -5px, rgba(0, 0, 0, 0.08) 0px 8px 16px -8px;
}

.left-section {
    display: flex;
    align-items: center;
}

.nav-container .logo img{
    height: 65px;
}


.menu ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    margin-left: 30px;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
    padding: 20px 10px;
    transition: all .2s ease-in;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
}

.nav-number{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: auto;
}

.nav-number a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.nav-number img{
    width: 20px;
    margin-right: 5px;
}



.fa{
    transition: all .5s ease;
}

.menu .drop:hover .fa{
    transform: rotate(180deg);
}


.dropdown-menu{
    display: none;
    border-radius: 5px;
    background-color: #fff;
    z-index: 500000000;
}

.drop:hover .dropdown-menu{
    display: block;
    left: 0;
    top: 100%;
    background-color: #fff;
    text-decoration: none;
    margin-left: -15px;
}












/* phone view menu//////// */


#menu-bar {
    display: none;
    cursor: pointer;
    padding: 5px;
}

.sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background-color: #031f42;
    color: white;
    z-index: 100000000;
    transform: translateX(-100%);
    transition: transform 1.5s ease;
    transition: all .5s ease-in-out;
    padding: 20px 20px 50px 20px;
}

.sidebar-content {
    padding: 20px;
    font-size: 30px;
}

.sidebar-content ul {
    list-style: none;
    padding: 0;
}

.sidebar-content ul li {
    margin-bottom: 20px;
}

.sidebar-content ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    text-transform: uppercase;
}

.fa-times {
    cursor: pointer;
    float: right;
    font-size: 60px;
}

@media (max-width: 730px) {
    .menu ul {
        display: none;
    }
    .nav-container .logo img{
        height: 100px;
    }
    #menu-bar {
        display: block;
        font-size: 70px;
        /* background-color: #031f42; */
        color: #ffffff;
        text-align: end;
        padding: 8px;
        border-radius: 3px;
    }
    .left-section{
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

   
    .sidebar-content {
        font-size: 40px;
    }
    .sidebar-content ul li a {
        font-size: 40px;
    }
    .drop .dropdown-menu ul li a{
        font-size: 35px;
        
    }
    .nav-number{
        display: none;
    }


}

.sidebar.open {
    display: block;
    transform: translateX(0);
}

.dropdown-menu ul{
    display: block;
    position: absolute;
    z-index: 100;
    background-color: #ffffff;
    width: auto;
    padding: 25px 0;
    border-bottom: 4px solid #031f42;

}

.dropdown-menu ul li a{
    font-size: 16px;
    padding: 10px 40px 10px 20px;
    width: auto;
    color: #251414;
}







/* ///sub-menu///// */



.sub-drop .sub-menu{
    display: none;
    top: 55%;
    left: 89%;
    width: 200px;
    margin-top: 30px;
  }
  
  .dropdown-menu .sub-drop:hover .sub-menu{
    display: block;
  }
  
  .sub-drop:hover .fa-solid{
    transform: rotate(-90deg);
    transition: all .3s ease;
  }
  
  @media (max-width: 730px){
    .sub-drop .sub-menu{
        width: 550px;
        margin-left: 50px;
        background-color: #f5f5f5;
    }
  }
  









  
/* ////////// hero banner ///////////// */




/* Slider Container */
.slider-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 650px;
    overflow: hidden;
}

/* Slider Wrapper */
.slider-wrapper {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

.slide {
    min-width: 100%;
    height: 660px;
    position: relative;
    
}


.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Keyframes for the zoom-in effect */
@keyframes zoomIn {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.102);
    }
}

/* Apply animation to the zoom-img class when active */
.zoom-img {
    transition: transform 5s ease;
}

.zoom-img.active {
    animation: zoomIn 5s ease;
}





.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #0000005b; */
}





.text {
    position: absolute;
    bottom: 30px;
    padding-top: 50px;
    color: white;
    /* transform: scale(.7);  */
    opacity: 0;
    transition: transform 1.5s ease-in-out, opacity 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    z-index: 100;
}

.heading-details{
    width: 60%;
    margin-top: 250px;
    padding: 0 0 0 100px;
}

.heading-details p {
    font-size: 30px;
    text-align: start;
    color: #fff;
    font-weight: 400;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    line-height: 2;
    width: 90%;
}

.heading-details h1 {
    font-size: 65px;
    text-align: start;
    font-weight: 500;
    font-family: 'Times New Roman', Times, serif;
}

.text-img{
    width: 40%;
    margin-top: 70px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;                
}

.text-img img{
    width: 280px;
    height: 300px;
    object-fit: cover;
    animation: none;
}


.text button{
    margin-top: 15px;
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    border: none;
    background-color: #031f42;
    cursor: pointer;
    

    &:hover{
        opacity: .7;
    }
}



/* Zoom-in active class */
.text.active {
    transform: scale(1); 
    opacity: 1; 
}


/* Navigation Buttons */
.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    z-index: 1000;
}

.left {
    left: 10px;
}

.right {
    right: 10px;
}

.nav-button .fa-solid{
    border-radius: 50%;
    color: #fff;
    background-color: #00000044;
    font-size: 20px;
    text-align: center;
    padding: 10px;
}





/* //////////namaz waqt/////////// */


.namaz-waqt-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.namaz-waqt-box{
    width: 185px;
    height: 260px;
    box-shadow: rgba(0, 0, 0, 0.125) 0px 1px 3px 0px, rgba(27, 31, 35, 0.227) 0px 0px 0px 1px;
    border-radius: 0 0 95px 95px;

    display: flex; 
    justify-content: start;
    align-items: center;
    flex-direction: column;

    background: white; 
    overflow: hidden; 
    position: relative; 
    z-index: 1;
    transition: background 0.5s ease;
}



.namaz-waqt-box::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #007d3a; */
    background-image: url(images/color-bg.jpg);
    z-index: -1; 
    transition: top 0.5s ease; 
}

.namaz-waqt-box:hover::before {
    top: 0; 
}



.namaz-time-logo{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.namaz-waqt-box img{
    width: 70px;
    height: auto;
}

#larg-img{
    width: 100px;
    height: auto;
}

.namaz-waqt-box h1{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #007d3a;
    transition: all .5s ease;
    font-family: 'Times New Roman', Times, serif;
}

.namaz-waqt-box p{
    font-size: 16px;
    transition: all .5s ease;
}

.namaz-waqt-box:hover p,
.namaz-waqt-box:hover h1{
    color: #fff;
}

#circle-img{
    margin-top: 20px;
    width: 30px;
    height: 30px;
}




/* ///////////masjid info/////////// */


.masjid-info-heading-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0;
}

.masjid-info-heading-container img{
    width: 40px;
    height: auto;
}

.masjid-info-heading-container h2{
    font-size: 19px;
    font-weight: 500;
    margin-top: 20px;
    color: #6b6b6b;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
}

.masjid-info-heading-container h1{
    font-size: 50px;
    font-weight: 500;
    margin-top: 10px;
    color: #000000;
    font-family: 'Times New Roman', Times, serif;
}



.masjid-info-details-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 40px 80px;
}

.MID-paragraph{
    width: 40%;
    height: auto;
}

.MID-paragraph p{
    font-size: 17px;
    line-height: 1.8;
    color: #454545;
    padding-right: 20px;
}

ul.custom-list {
    list-style-type: disc;
    padding-left: 30px;
    margin-top: 20px;
}

ul.custom-list li {
    font-size: 17px;
    color: #454545;
}

ul.custom-list li::marker {
    font-size: 25px;
    color: #007d3a;
}

.MID-btn {
    width: 100%;
    height: auto;
    margin-top: 40px;
    position: relative;
}

.MID-btn a {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 50px;
    color: #000000;
    font-weight: 600;
    border: 3px solid #FBC50B;
    overflow: hidden;
    background-color: transparent;
    z-index: 1; 
    transition: color 0.3s ease;
}

.MID-btn a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-color: #FBC50B;
    z-index: -1;
    border-radius: 50%;
}

.MID-btn a:hover {
    color: #000; 
}

.MID-btn a:hover::before {
    transition: bottom .9s ease;
    bottom: 70px;
}




.MID-image-container{
    width: 60%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: start;
}

.MID-image-box1{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}

.MID-img1{
    width: 195px;
    height: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FBC50B;
}


.circle-in-img {
    position: absolute;
    width: 80px;
    height: 80px;
    display: flex;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 55px;
    z-index: 2;
}


.circle-in-img img{
    width: 60px;
    height: auto;
    position: absolute;
}

.circle-out-img {
    position: relative;
}

.circle-out-img img{
    width: 160px;
    height: auto;
    position: relative;
    animation: rotateClockwise 15s linear infinite;
}

@keyframes rotateClockwise {
    0% {
        transform: rotate(0deg); 
    }
    100% {
        transform: rotate(360deg); 
    }
    
}

.MID-Img2{
    width: 250px;
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 130px 130px;
    overflow: hidden;
    margin-top: 20px;

    overflow: hidden;
    position: relative; 
}
.MID-Img2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.MID-image-box2 {
    width: 50%;
    height: 500px;
    border-radius: 190px 190px 0 0;
    overflow: hidden;
    position: relative; 
}

.MID-image-box2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Light effect */
.MID-Img2::before,
.MID-image-box2::before {
    content: "";
    position: absolute;
    top: -150%; /* Start above the top */
    left: -150%; /* Start outside the left */
    width: 300%;
    height: 300%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.112) 0%, rgba(255, 255, 255, 0.322) 50%, rgba(255, 255, 255, 0.087) 100%);
    transform: rotate(45deg);
    z-index: 2; /* Ensure it appears above the image */
    opacity: 0; /* Initially invisible */
    pointer-events: none;
}

.MID-Img2:hover::before,
.MID-image-box2:hover::before {
    opacity: 1; /* Make the shiny effect visible */
    top: 100%; /* Move through the image */
    left: 100%; /* Move diagonally */
    transition: top .5s ease-out, left .5s ease-out, opacity .3s ease-in-out;
}



/* //////education section////// */





.education-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 40px 70px;
}

.education-box{
    width: 28%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}

.education-img1{
    width: 100%;
    height: 220px;
    border-radius: 100px 100px 100px 0;
    overflow: hidden;
}
.education-img1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.education-img2{
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #007d3a;
    margin-top: -50px;
}

.education-img2 img{
    width: 55px;
    height: auto;
}

.education-heading{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding-left: 95px;
    margin-top: -30px;
}

.education-heading h1{
    font-size: 27px;
    font-weight: 500;
    color: #000000;
    font-family: 'Times New Roman', Times, serif;
}

.education-heading p{
    font-size: 15px;
    color: #454545;
    margin-top: 10px;
    line-height: 1.8;
    width: 100%;
}





/* /////Courses/////// */

.courses-back-container{
    width: 100%;
    height: auto;
    background-image: url(images/courses-back.png);
    background-position: right top -100px;
    background-size: 90% cover;
    background-repeat: no-repeat;
}



.courses-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 60px 30px;
    background-color: #8b8b8b2f;
}

.course-top-ehading{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.course-top-ehading img{
    width: 40px;
    height: auto;
}

.course-top-ehading h2{
    font-size: 19px;
    font-weight: 500;
    margin-top: 20px;
    color: #6b6b6b;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
}

.course-top-ehading h1{
    font-size: 50px;
    font-weight: 500;
    margin-top: 10px;
    color: #000000;
    font-family: 'Times New Roman', Times, serif;
}

.course-details-box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 60px;
}

.course-box{
    width: 20%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto 15px;
    background-color: #fff;
    border-radius: 130px 130px 0 0;

}

.course-img{
    width: 100%;
    height: 290px;
    border-radius: 130px 130px 0 0;
    overflow: hidden;
}

.course-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-scholer{
    width: 83%;
    height: 70px;
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #007d3a;
    padding: 20px 10px;
    border-radius: 50px;
    margin-top: -40px;
}

.scholer-image{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.scholer-image img{
    width: 50px;
    height: auto;
}

.course-scholer h1{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.course-scholer p{
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    
}

.course-heading{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding-left: 20px;
}

.course-heading h1{
    font-size: 25px;
    margin-top: 15px;
    font-weight: 500;
    line-height: 1.3;
    color: #000000;
    font-family: 'Times New Roman', Times, serif;
}

.course-heading h2{
    font-size: 20px;
    color: #000000;
    width: 100%;
    margin-top: 10px;
}

.course-heading p{
    font-size: 16px;
    color: #007d3a;
    width: 100%;
    font-weight: 600;
}

.course-footer{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #FBC50B;
    padding: 0 10px;
    margin-top: 30px;
}

.course-footer h1{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.course-line{
    width: 2px;
    height: 100%;
    margin-top: -35px;
    background-color: #000;
}


/* ///// */


.subscribe-box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0;
    margin-top: 30px;
}

.subscribe-heading span,
.subscribe-heading h1{
    font-size: 40px;
    margin-top: 20px;
    font-weight: 500;
    color: #000000;
    font-family: 'Times New Roman', Times, serif;
}

.subscribe-heading span{
    border-bottom: 4px solid #FBC50B;
}



.subscribe-apps-box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.subscribe-app{
    padding: 15px 25px;
    background-color: #fff;
    border-radius: 50px;
    margin: auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    transition: all .5s ease;

    &:hover{
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }
}





/* //////////////Listen///////////// */



.listen-back-container{
    width: 100%;
    height: auto;
    background-image: url(images/holy-quran.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.listen-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0 70px 50px 70px;
    background-color: #00000088;
}

.listen-box1{
    width: 48%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    margin-top: 70px;
    padding: 0 40px;
}

.listen-box1 h2{
    font-size: 19px;
    font-weight: 500;
    margin-top: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
}

.listen-box1 h1{
    font-size: 50px;
    font-weight: 500;
    margin-top: 10px;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
}
.listen-box1 p{
    font-size: 17px;
    color: #fff;
    margin-top: 40px;
    line-height: 1.8;
}


.listen-box2{
    width: 35%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    padding: 30px 50px 60px 50px;
    border-radius: 0 0 200px 200px;
    margin-right: 40px;
    background-image: url(images/color-bg.jpg);
}

.listen-box2 h1{
    font-size: 50px;
    font-weight: 500;
    margin-top: 30px;
    color: #fff;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}

.custom-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 7px solid transparent;
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .custom-circle::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 7px solid #FBC50B; 
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 35% 100%, 0 80%);
  }
  
  .custom-circle p {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    z-index: 1;
  }

  .listen-box2 h2{
    font-size: 40px;
    color: #fff;
    margin-top: 30px;
    font-weight: 600;
  }

  .listen-box2 h3{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
  }

  .listen-box2 a{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-top: 30px;
    text-decoration: none;
    padding: 13px 35px;
    background-color: #FBC50B;
    border-radius: 50px;
    transition: all .3s ease;

    &:hover{
        background-color: #c99d00;
    }
}

/* //// */
.listen-play-box{
    margin-top: 60px;
    border-radius: 10px;
    border: 3px solid #FBC50B;
    overflow: hidden;
    height: 130px;
}

.listen-play-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/* ///////Pillars////////// */

.pillars-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0;
}


.pillars-heading{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pillars-container img{
    width: 40px;
    height: auto;
}

.pillars-container h2{
    font-size: 19px;
    font-weight: 500;
    margin-top: 20px;
    color: #6b6b6b;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
}

.pillars-container h1{
    font-size: 50px;
    font-weight: 500;
    margin-top: 10px;
    color: #000000;
    font-family: 'Times New Roman', Times, serif;
}


.pillars-details-box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 40px 50px;
}

.pillars-box{
    width: 17%;
    height: auto;
    display: flex;
    flex-direction: column;
    border: 1px solid #878787;
    border-radius: 130px 130px 130px 0;
    margin: auto 7px;

}

.pillars-img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 130px 130px 130px 0;
    overflow: hidden;
}

.pillars-icon{
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FBC50B;
    border-radius: 50%;
    position: absolute;
    margin-top: 10px;
}

.pillars-icon img{
    width: 75px;
    height: auto;
}

.pillars-box-heading{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding: 10px 20px;
}

.pillars-box-heading h1{
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    margin-top: 10px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}

.pillars-box-heading p{
    font-size: 16px;
    color: #007d3a;
    margin-top: 3px;
    padding-bottom: 15px;
}






/* ////Count-point///// */



.count-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
}

.count-box{
    width: 22%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto 1px;

    background-image: url(images/color-bg.jpg);
    padding: 30px 20px;
    border-radius: 0 0 140px 140px;
}

.count-box h1{
    font-size: 65px;
    font-weight: 600;
    color: #FBC50B;
}

.count-box p{
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.count-box img{
    width: 50px;
    height: auto;
    margin: 30px 0 20px 0;
}





/* ////////ayat/////// */


.ayat-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px 0 30px;
}

.ayat-box-left{
    width: 48%;
    height: auto;
}
.ayat-heading{
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ayat-heading h2{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #454545;
    font-family: 'Times New Roman', Times, serif;
}

.ayat-heading h1{
    font-size: 55px;
    width: 80%;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-family: 'Times New Roman', Times, serif;
}

.ayat-details{
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 70px;
    background-color: #fff1f1;
    border: 3px solid #FBC50B;
    border-radius: 130px 0 130px 130px;
    margin-top: 30px;
}
.ayat-details img{
    height: 50px;
    width: auto;
}

.ayat-details h2{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
}
.ayat-details p{
    font-size: 15px;
    padding: 7px 25px;
    background-color: #FBC50B;
    border-radius: 25px;
    font-weight: 600;
}


.ayat-box-right{
    width: 45%;
    height: auto;
    margin-top: 140px;
    margin-left: 30px;
    display: flex;
    justify-content: start;
    align-items: end;
    background-image: url(images/ayat-with.jpg);
    background-position: center;
    border-radius: 440px 0 0 0;
    overflow: visible;
}

.ayat-box-right img{
    height: 450px;
    width: auto;
    overflow: visible;
}



/* ////////// Navigating////////// */




.navigating-container-back{
    width: 100%;
    height: auto;
    
    background-image: url(images/background-navigating\ \(1\).jpg);
    background-position: 40% 100%;
    background-size: cover;
}

.navigating-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 90px 50px;
    background-color: #ededed3e;
}

.navigating-box-left{
    width: 47%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigating-img1{
    width: 260px;
    height: 480px;
    border-radius: 230px 0 130px 130px;
    overflow: hidden;
    margin-right: 10px;
}
.navigating-img1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navigating-img2{
    width: 260px;
    height: 480px;
    border-radius: 130px 130px 230px 0;
    overflow: hidden;
}
.navigating-img2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.navigating-box-right{
    width: 47%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding: 40px 0 0 50px;
}
.navigating-time{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: start;
}
.nav-location-details,
.nav-time-icon-details{
    width: 47%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: start;
}
.nav-location-details img,
.nav-time-icon-details img{
    height: 22px;
    width: auto;
    margin-right: 7px;
}
.nav-location-details p,
.nav-time-icon-details p{
    font-size: 15px;
    color: #000;
    font-weight: 600;
}


.navigating-heading h1{
    font-size: 50px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
    margin-top: 30px;
    width: 80%;
}

.navigating-count-down-day{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 50px;
}
.nav-day,
.nav-hour,
.nav-minute,
.nav-second
{
    width: 120px;
    height: 120px;
    border: 3px solid #FBC50B;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0 130px 130px 130px;
    background-color: #fff;
    margin: auto 10px;
}
.nav-day h1,
.nav-hour h1,
.nav-minute h1,
.nav-second h1{
    font-size: 40px;
    color: #007d3a;
}
.nav-day p,
.nav-hour p,
.nav-minute p,
.nav-second p{
    font-size: 16px;
    text-transform: uppercase;
}

.navigating-button{
    padding: 13px 45px;
    background-color: #FBC50B;
    margin-top: 40px;
    border-radius: 25px;
    cursor: pointer;

    &:hover{
        background-color: #dcac00;
    }
}
.navigating-button a{
    font-size: 15px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}






/* /////////community/////////// */



.community-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 50px;
}

.community-box{
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-image: url(images/color-bg.jpg);
    border-radius: 0 250px 250px 250px;
    padding: 30px 0 0 30px;
    height: 450px;

}

.community-top-img-box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comm-img1,
.comm-img2,
.comm-img3,
.comm-img4{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.comm-img1,
.comm-img4{
    animation: zoomInOut 2s infinite alternate;
}

.comm-img2,
.comm-img3{
    animation: zoomInOut2 2s infinite alternate;
}

.comm-img1 img,
.comm-img2 img,
.comm-img3 img,
.comm-img4 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes zoomInOut2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(30deg);
    }
}

.community-down-img-box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: -50px;
    padding: 0 90px 70px 70px;
}


.community-heading{
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
    margin-bottom: -20px;
}
.community-heading h1{
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}
.community-heading p{
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
}
.community-heading a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    padding: 13px 30px;
    background-color: #FBC50B;
    border-radius: 30px;

    &:hover{
        background-color: #dcac00;
    }
}






/* //////Articles /////// */

.articles-container{
    width: 100%;
    height: auto;
    padding: 40px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.articles-heading{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.articles-heading img{
    width: 40px;
    height: auto;
}

.articles-heading h2{
    font-size: 19px;
    font-weight: 500;
    margin-top: 20px;
    color: #6b6b6b;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
}

.articles-heading h1{
    font-size: 50px;
    font-weight: 500;
    margin-top: 10px;
    color: #000000;
    font-family: 'Times New Roman', Times, serif;
}



.articles-box-details{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 40px;
    
}

.articles-box{
    width: 30%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    overflow: hidden;
    border-radius: 180px 180px 0 0;
    margin: auto 10px;
    padding-bottom:20px ;

}
.articles-color-box{
    width: 110px;
    height: 110px;
    background-color: #FBC50B;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    padding: 10px;
}
.articles-color-box h1{
    font-size: 34px;
    color: #000;
}
.articles-color-box p{
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-top: -10px;
}

.article-details-heading{
    padding-right: 10px;
}
.article-details-heading h1{
    font-size: 27px;
    font-weight: 500;
    font-family: 'Times New Roman', Times, serif;
    color: #242424;
    margin-top: 20px;
}

.article-details-heading p{
    font-size: 15px;
    color: #6b6b6b;
    margin-top: 10px;
    line-height: 1.9;
    
}

.article-footer{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 30px;
}
.article-footer .article-footer-img{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 3px solid #d6d6d6;
    overflow: hidden;
    margin-right: 10px;
}
.article-footer .article-footer-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-footer h2{
    font-size: 16px;
}

.article-footer span{
    font-size: 16px;
    border-bottom: 1px solid #000;
}




/* ///////////////footer//////////// */

.footer-back-container{
    width: 100%;
    height: auto;
    background-image: url(images/footer-img.jpg);
    background-size: cover;
    background-position: center;
}

.footer-container{
    width: 100%;
    height: auto;
    background-color: #003117df;
    padding: 50px 70px 30px 70px;
}

.footer-box1{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}

.footer-logo img{
    width: 200px;
    height: auto;
}

.footer-logo h1{
    font-size: 19px;
    font-weight: 500;
    color: #FBC50B;
}

.footer-media h1{
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
}

.footer-media-icon{
    display: flex;
    margin-top: 10px
}

.footer-media-icon .fa-brands{
    height: 50px;
    width: 50px;
    font-size: 20px;
    color: #fff;
    margin: 0 10px;
    transition: all .5s ease;
    padding: 10px;
    border-radius: 50%;
    border: 3px solid #FBC50B;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    &:hover{
        background-color: #FBC50B;
        color: #000;
    }
}

.footer-news-subs h1{
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
}

.footer-input{
    width: 450px;
    height: 55px;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px 0 20px;
}

.footer-input input{
    width: 50%;
    height: 100%;
    border: none;
    font-size: 16px;
}

.footer-input a{
    background-color: #FBC50B;
    padding: 10px 30px;
    text-decoration: none;
    color: #000;
    border-radius: 20px;
    font-weight: 600;
}
    


/* ///// */


.footer-line{
    width: 95%;
    height: 1px;
    background-color: #878787;
    margin: 30px auto;
}



.footer-box2{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding:  30px;
}

.footer-information{
    width: 27%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}
.footer-links h1,
.footer-contact h1,
.footer-information h1{
    font-size: 30px;
    color: #d9d9d9;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: 'Times New Roman', Times, serif;
}
.footer-information p{
    font-size: 16px;
    color: #d9d9d9;
    line-height: 1.8;
}

.footer-contact{
    width: 27%;
    height: auto;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}

.footer-contact-phone,
.footer-contact-email,
.footer-contact-location{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;

}

.footer-contact-phone .fa-solid,
.footer-contact-email .fa-solid,
.footer-contact-location .fa-solid{
    width: 45px;
    height: 45px;
    background-color: #FBC50B;
    border-radius: 50%;
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 15px;
}
.footer-contact-phone a,
.footer-contact-email a,
.footer-contact-location a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #d9d9d9;
}


.footer-links{
    width: 30%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}

.footer-links .fa-solid{
    color: #FBC50B;
    font-size: 15px;
    margin-right: 10px;
    transition: all .3s ease;
}
.footer-links a{
    font-size: 16px;
    color: #d9d9d9;
    margin-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
}
.footer-links a:hover .fa-solid{
    margin-right: 15px;
}


/* //// */


.footer-box3{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-box3 p a,
.footer-box3 p{
    font-size: 16px;
    color: #d9d9d9;
    text-decoration: none;
}
.footer-box3 p a:hover{
    color: #FBC50B;
}





/* ///////////// Responsive /////////// */



@media (max-width: 1064px){
 body{
    width: 1064px;
 }
 .mess-nav-center{
    width: 1064px;
 }
}








@media (max-width: 730px){
    .nav-msg{
        height: 180px;
        width: 100%;
        flex-wrap: wrap;
        padding: 30px ;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav-location p{
        display: inline;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav-msg p{
        font-size: 35px;
    }
    .nav-msg img{
        width: 50px;
    }


    .nav-container{
        width: 95%;
        height: 170px;
    }

    .slide,
    .slider-container{
        height: 2100px;
    }
    .text{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .heading-details{
        margin-top: 390px;
        width: 95%;
    }
    .heading-details p {
        font-size: 65px;
        margin-top: 40px;
        text-align: center;
        width: 100%;
    }
    .heading-details h1 {
        font-size: 115px;
        text-align: center;
    }

    .text-img{
        margin-top: 40px;
    }
    .text-img img{
        width: 580px;
        height: 600px;
    }


    .namaz-waqt-container{
        flex-wrap: wrap;
    }
    .namaz-waqt-box{
        width: 45%;
        height: 600px;
        margin: 50px 20px;

        box-shadow: rgba(0, 0, 0, 0.633) 0px 1px 3px 0px, rgba(27, 31, 35, 0.695) 0px 0px 0px 1px;
        border-radius: 0 0 295px 295px;
        padding-top: 40px;
    }
    #larg-img,
    .namaz-waqt-box img{
        width: 190px;
        margin-top: 40px;
    }
    .namaz-waqt-box h1{
        font-size: 70px;
        margin-top: 50px;
    }
    .namaz-waqt-box p{
        font-size: 45px;
        margin-top: 20px;
    }
    #circle-img{
        width: 70px;
        height: 70px;
    }



    .masjid-info-heading-container img{
        width: 110px;
    }
    .masjid-info-heading-container h2{
        font-size: 45px;
        padding: 30px 0;
    }
    .masjid-info-heading-container h1{
        font-size: 80px;
        width: 90%;
        text-align: center;
    }

    .masjid-info-details-container{
        flex-wrap: wrap;
        padding: 40px;
    }
    .MID-paragraph{
        width: 95%;
    }
    ul.custom-list li::marker,
    ul.custom-list li,
    .MID-paragraph p{
        font-size: 45px;
        text-align: justify;
    }
    .MID-btn a{
        font-size: 35px;
        padding: 30px 50px;
        border: 4px solid #FBC50B;
        border-radius: 90px;
    }

    .MID-image-container{
        margin-top: 90px;
        width: 100%;
    }
    .MID-img1{
        width: 295px;
        height: 295px;
    }
    .circle-in-img{
        width: 120px;
        height: 120px;
    }
    .circle-in-img img{
        width: 90px;
    }
    .circle-out-img img{
        width: 230px;
    }
    .MID-Img2{
        width: 350px;
        height: 390px;
        border-radius: 0 0 230px 230px;
    }
    .MID-image-box2 {
        width: 50%;
        height: 700px;
        border-radius: 250px 250px 0 0;
    }
    .education-container{
        flex-direction: column;
    }
    .education-box{
        width: 100%;
    }
    .education-img1{
        height: 550px;
        border-radius: 300px 300px 300px 0;
    }
    .education-img2{
        width: 195px;
        height: 195px;
        margin-top: -100px;
    }
    .education-img2 img{
        width: 135px;
    }
    .education-heading{
        margin-top: -80px;
        padding-left: 205px;
    }
    .education-heading h1{
        font-size: 75px;
    }
    .education-heading p{
        font-size: 40px;
        margin-bottom: 40px;
    }




    .course-top-ehading img{
        width: 110px;
    }
    .course-top-ehading h2{
        font-size: 45px;
        padding: 30px 0;

    }
    .course-top-ehading h1{
        font-size: 80px;
        width: 90%;
        text-align: center;
    }

    .course-details-box{
        flex-direction: column;
    }
    .course-box{
        width: 95%;
        border-radius: 470px 470px 0 0;
        overflow: hidden;
        margin-top: 80px;
    }
    .course-img{
        height: 700px;
    }
    .course-scholer{
        width: 83%;
        height: 150px;
        border-radius: 90px;
    }
    .scholer-image{
        width: 100px;
        height: 100px;
    }
    .scholer-image img{
        width: 95px;
    }
    .course-scholer h1{
        font-size: 45px;
    }
    .course-scholer p{
        font-size: 27px;
    }
    .course-heading{
        padding: 30px 40px;
    }
    .course-heading h1{
        font-size: 65px;
        
    }
    .course-heading h2{
        font-size: 45px;
        margin-top: 40px;
    }
    .course-heading p{
        font-size: 35px;
    }
    .course-footer{
        height: 130px;
    }
    .course-footer h1{
        font-size: 45px;
    }
    .course-line{
        width: 5px;
        margin-top: -75px;
    }

    .subscribe-heading span,
    .subscribe-heading h1{
         font-size: 80px;
         text-align: center;
         padding: 30px;
    }
    .subscribe-heading span{
        border-bottom: 10px solid #FBC50B;
    }
    .subscribe-apps-box{
        flex-direction: column;
    }
    .subscribe-app{
        width: 85%;
        height: 220px;
        border-radius: 150px;
        margin-top: 40px;
        padding: 40px 20px;
    }
    .subscribe-app img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


    .listen-container{
        flex-direction: column;
        padding: 0 70px 0px 70px;
    }
    .listen-box1{
        width: 100%;
        padding-top: 70px;
    }
    .listen-box1 h2{
        font-size: 45px;
    }
    .listen-box1 h1{
        font-size: 70px;
    }
    .listen-box1 p{
        font-size: 40px;
    }
    .listen-play-box{
        width: 90%;
        height: 200px;
    }
    .listen-box2{
        width: 100%;
        margin-top: 110px;
        border-radius: 450px 450px 0 0;
        padding: 90px 40px;

    }
    .listen-box2 h1{
        font-size: 70px;
        padding: 30px 70px;
    }
    .custom-circle {
        width: 240px;
        height: 240px;
    }
    .custom-circle::before{
        border: 15px solid #FBC50B; 
    }
    .custom-circle p {
        font-size: 40px;
    }
    .listen-box2 h2{
        font-size: 60px;
    }
    .listen-box2 h3{
        font-size: 40px;
    }
    .listen-box2 a{
      font-size: 40px;
      padding: 20px 45px;
      border-radius: 80px;
      margin-top: 60px;
    }



    .pillars-heading{
        margin-top: 80px;
    }
    .pillars-container img{
        width: 110px;
    }
    .pillars-container h2{
        font-size: 45px;
        padding: 30px 0;
    }
    .pillars-container h1{
        font-size: 80px;
        width: 90%;
        text-align: center;
    }
    .pillars-details-box{
        flex-wrap: wrap;
        padding: 40px 20px;
        justify-content: start;
    }
    .pillars-box{
        width: 45%;
        border-radius: 330px 330px 330px 0;
        overflow: hidden;
        margin: 50px 20px;
    }
    .pillars-img{
        width: 100%;
        height: 600px;
        border-radius: 330px 330px 330px 0;
        overflow: hidden;
    }
    .pillars-img img{
        width: 100%;
        height: 100%;
    }
    .pillars-box-heading h1{
        padding: 20px 0;
        text-align: start;
        font-size: 65px;
    }
    .pillars-box-heading p{
        font-size: 40px;
    }
    .pillars-icon{
        width: 190px;
        height: 190px;
    }
    .pillars-icon img{
        width: 135px;
    }
    .count-container{
        flex-direction: column;
    }
    .count-box{
        width: 98%;
        margin-top: 30px;
        border-radius: 0 0 480px 480px;
        height: 680px;
    }
    .count-box h1{
        font-size: 115px;
    }
    .count-box p{
        font-size: 45px;
        padding: 30px 0;
    }
    .count-box img{
        width: 120px;
    }
    

    .ayat-container{
        flex-direction: column;
        margin-top: 90px;
    }
    .ayat-box-left{
        width: 95%;
    }
    .ayat-heading h2{
        font-size: 45px;
        padding: 30px 0;
    }
    .ayat-heading h1{
        font-size: 80px;
        width: 90%;
        text-align: center;
    }
    .ayat-details{
        width: 90%;
        margin-top: 60px;
        border-radius: 330px 0 330px 330px;
    }
    .ayat-details img{
        height: 70px;
        margin-top: 30px;
    }
    .ayat-details h2{
        font-size: 45px;
    }
    .ayat-details p{
        font-size: 38px;
        padding: 20px 45px;
        border-radius: 80px;
        margin-top: 30px;
    }
    .ayat-box-right{
        width: 100%;
        height: 500px;
        border-radius: 940px 940px 0 0;
        display: flex;
        justify-content: center;
        align-items: end;
        margin-left: 0px;
    }
    .ayat-box-right img{
        height: 690px;
    }


    .navigating-container{
        flex-direction: column;
    }
    .navigating-box-left{
        width: 95%;
        margin-top: 80px;
    }
    .navigating-img1{
        width: 400px;
        height: 680px;
        border-radius: 590px 0 430px 430px;
        margin-right: 30px;
    }
    .navigating-img2{
        width: 400px;
        height: 680px;
        border-radius: 430px 430px 590px 0;
    }
    .navigating-box-right{
        width: 95%;
        margin-top: 90px;
    }

    .navigating-time{
        flex-direction: column;
    }
    .nav-location-details img,
    .nav-time-icon-details img{
        height: 55px;
        margin-right: 20px;
    }
    .nav-location-details p,
    .nav-time-icon-details p{
        font-size: 45px;
    }
    .nav-location-details,
    .nav-time-icon-details{
         width: 100%;
         margin-top: 20px;
    }

    .navigating-heading h1{
        font-size: 80px;
        width: 100%;
        margin-top: 80px;
        text-align: center;
    }
    .nav-day,
    .nav-hour,
    .nav-minute,
    .nav-second
    {
        width: 240px;
        height: 220px;
        border: 6px solid #FBC50B;
        border-radius: 0 160px 160px 160px;
    }
    .nav-day h1,
    .nav-hour h1,
    .nav-minute h1,
    .nav-second h1{
        font-size: 55px;
    }
    .nav-day p,
    .nav-hour p,
    .nav-minute p,
    .nav-second p{
        font-size: 35px;
    }
    .navigating-button{
        padding: 25px 75px;
        border-radius: 55px;
    }
    .navigating-button a{
        font-size: 35px;
    }


    .community-box{
        width: 100%;
        border-radius: 0 450px 450px 450px;
        height: auto;
        padding: 70px;
    }
    .community-down-img-box,
    .community-top-img-box{
        display: none;
    }
    .community-heading{
        margin: 0;
        width: 95%;
    }
    .community-heading h1{
        font-size: 70px;
        margin: 20px 0;
    }
    .community-heading p{
        font-size: 40px;
        color: #e7e7e7;
        font-weight: 500;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .community-heading a{
        font-size: 35px;
        padding: 20px 45px;
        border-radius: 60px;
        margin: 20px 0;
    }




    .articles-heading img{
        width: 110px;
        margin-top: 60px;
    }
    .articles-heading h2{
        font-size: 45px;
        padding: 25px 0;
    }

    .articles-heading h1{
    font-size: 80px;
    width: 90%;
    text-align: center;
    }
    .articles-box-details{
        flex-direction: column;
        margin-top: 50px;
    }
    .articles-box{
        width: 100%;
        border-radius: 480px 480px 0 0;
        margin-top: 90px;
    }
    .articles-color-box{
        width: 210px;
        height: 210px;
    }
    .articles-color-box h1{
        font-size:45px;
    }
    .articles-color-box p{
        font-size: 30px;
    }
    .article-top-img{
        width: 100%;
        height: 550px;
        overflow: hidden;
    }
    .article-top-img img{
        width: 100%;
        height: 100%;
    }
    .article-details-heading h1{
        font-size: 65px;
        margin-top: 40px;
    }
    .article-details-heading p{
        font-size: 40px;
        margin-top: 30px;
    }
    .article-footer .article-footer-img{
        width: 145px;
        height: 145px;
    }
    .article-footer span,
    .article-footer h2{
        font-size: 50px;
    }
    .article-footer{
        margin-bottom: 50px;
    }





    /* ///////Footer Responsive/////// */






    .footer-container{
        padding: 50px 0px 0px 0px;
    }
    .footer-box1{
        flex-direction: column;
        align-items: start;
    }
    .footer-logo img{
        width: 400px;
        height: auto;
    }
    .footer-logo h1{
        font-size: 50px;
        margin: 20px 0;
    }
    .footer-media h1{
        font-size: 80px;
        margin-top: 95px;
    }
    .footer-media-icon{
        margin-top: 40px;
    }
    .footer-media-icon .fa-brands{
        height: 120px;
        width: 120px;
        border: 5px solid #FBC50B;
        margin-top: auto 20px;
        font-size: 45px;
    }

    .footer-news-subs h1{
        font-size: 80px;
        margin-top: 95px;
    }
    .footer-input{
        width: 990px;
        height: 130px;
        border-radius: 80px;
        margin-top: 40px;
    }
    .footer-input input{
        font-size: 35px;
        padding-left: 30px;
        width: 100%;
    }
    .footer-input a{
        padding: 30px 60px;
        font-size: 35px;
        border-radius: 80px;
    }

    .footer-line{
        display: none;
    }

    .footer-box2{
        flex-direction: column;
    }
    .footer-links h1,
    .footer-contact h1,
    .footer-information h1{
        font-size: 80px;
        color: #fff;
        margin-bottom: 50px;
    }
    .footer-links,
    .footer-contact,
    .footer-information{
        width: 100%;
        margin-top: 100px;
    }
    .footer-information p{
        font-size: 45px;
        color: #fff;
    }
    .footer-contact-phone .fa-solid,
    .footer-contact-email .fa-solid,
    .footer-contact-location .fa-solid{
        width: 95px;
        height: 95px;
        font-size: 50px;
        margin-top: 30px;
    }
    .footer-contact-phone a,
    .footer-contact-email a,
    .footer-contact-location a{
        font-size: 40px;
    }
    .footer-links a,
    .footer-links .fa-solid{
        font-size: 45px;
        margin-left: 10px;
        margin-top: 10px;
    }
    .footer-box3{
        margin-top: 140px;
        background-color: #003117e5;
        padding: 30px 10px;
    }
    .footer-box3 p a,
    .footer-box3 p{
        font-size: 46px;
        text-align: center;
        color: #fff;
    }

}