@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* header css */
header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 0px;
}
.logo>img{
    width: 40%;
}
.logo>h2{
    display: none;
}
.navbar>nav>ul>li>a{
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: .3s;
}
.navbar>nav>ul>li>a:hover{
    color: #21909D;
}
.navicon{
    visibility: hidden;
}
.close-icon{
    display: none;
}
.mobile-feature{
    overflow-x: hidden !important;
}

/* Hero Section */
.hero-section{
    background-color: #6FC4A2;
    width: 100vw;
    height: 100%;
    position: relative;
}
.hero-section-container{
    height: 100% !important;
}
.hero-section-bg-image{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.hero-section-bg-image>img{
    width: 100%;
    z-index: 0;
}
.hero-text{
    z-index: 9;
}
.hero-left-image{
    z-index: 1;
}
.hero-left-image>img{
    width: 250px;
    margin-top: -80px;
    margin-right: -40px;
}
.h1-almushaf{
    margin-left: 60px;
}
.h1-almushaf>h1{
    font-size: 100px;
    font-weight: bold;
    color: #000;
}
.h1-almushaf>p{
    color: #516578;
    font-size: 29px;
    width: 500px;
    padding: 10px 0px 20px 0px;
}
.hero-section-icons{
    display:flex;
    column-gap: 25px;
}
.hero-section-button-text{
    text-align: start;
    padding-left: 10px;
    color: #fff;
    line-height: 1.3;
}
.hero-section-button-text>span:nth-child(1){
    font-size: 22px;
    font-weight: 400;
}
.hero-section-button-text>span:nth-child(2){
    font-size: 35px;
    font-weight: 400;
}
.hero-section-icons>button{
    background-color: #21909D;
    border: 1px solid #21909D;
    border-radius: 30px;
    padding: 20px 20px;
    width: 340px;
}
.hero-section-mobile>img{
    height: 700px;
}
.scroll-down{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
.scroll-line{
    width: 2px;
    height: 70px !important;
    background-color: #000;
}
.scroll-text{
    rotate: 90deg;
    margin: 85px 0px;
    margin-right:-3px;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
}

/* first banner section start */
.first-banner-section{
    background-color: white;
    width: 100vw;
    height: 100%;
    position: relative;
}
.star>img{
    margin-right: 10px;
    width: 30px;
}
.mobile-left-text>h3{
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    padding-left: 5px;
    line-height: 1.2;
}
.mobile-left-text>p{
    font-size: 16px;
    font-weight: 600;
    margin-top: 18px;
    padding-left: 5px;
    padding-right: 20px;
    line-height: 1.5;
}
.line{
    width: 100%;
    height: 1px;
    background-color: #000;
}
.dot{
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;  
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -4px;
}
.right-dot{
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;  
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -4px;
}
.line-dot{
    margin-top: 20px;
    position: relative;
}
.splash-screen{
    z-index: 9;
}
.splash-screen>img{
    width: 300px;
}
.feature-left-text{
    margin-top: 50px;
    z-index: 9;
}
.feature-left-text>.d-flex:nth-child(2){
    margin: 90px 0px;
}
.feature-heading>h2{
    font-size: 70px;
    font-weight: 600;
    text-align: center;
    color: #235347;
    margin-top: 8%;
}
.wave-image>img{
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: auto;
    z-index: 0;
  }

/* Second banner section start */
.second-banner-section{
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(to right, #01FCBB , #2EC4DB);
  }
  .details{
    margin-top: 8%;
  }
  .heading>h2{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
  }
  .card-image>img{
    width: 70px;
  }
  .card-detail>h5{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 30px 0px;
    line-height: 1.2;
  }
  .card-detail>p{
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
  }

  /* Third banner section start */
  .third-banner-section{
    width: 100vw;
    height: 100vh;
    position: relative;
    background-image: linear-gradient(to right, #01FCBB , #2EC4DB);
  }
  .reciter-left-side{
    z-index: 9;
  }
  .reciter-right-side{
    z-index: 9;
  }
  .reciter-left-side>h2{
    font-size: 70px;
    font-weight: bold;
    color: #fff;
  }
  .reciter-left-side>p{
    font-size: 16px;
    line-height: 2;
    color: #726B6B;
    margin-top: 40px;
    padding-right: 50px;
  }
  .imam{
    width: 250px;
    height: 388px;
    border-radius: 24px;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  .imam::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    box-shadow: inset 0 -100px 10px -70px rgba(0, 0, 0, 0.85); /* only bottom shadow */
    pointer-events: none;
  }
  .imam>img{
    border-radius: 24px;
    width: 100%;
    height: 100%;
  }
  .imam-name{
    z-index: 10;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
  }
  .flag-name{
    column-gap: 20px;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .flag-name>img{
    width: 50px;
  }
  .second-wave>img{
    height: 70vh;
  }
  .footer-bg{
    width: 100vw;
    height: 100%;
    padding-top: 40px;
    background-color: #303030;
  }
  .logo-name>img{
    width: 100px;
  }
  .footer-heading>h2{
    font-size: 45px;
    font-weight: 600;
    color: #fff;
  }
  .footer-heading>p{
    color:#e1e1e1;
    margin-bottom: 3px;
  }

  .link-heading>h3{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
  }
  .detail>ul{
    list-style-type:none;
    line-height: 2.5;
    margin-top: 20px;
  }
  .detail-li>a{
    text-decoration: none;
    color: #e1e1e1;
    font-weight: 500;
    font-size: 18px;
    transition: .3s;
  }
  .detail-li>a:hover{
    color: #fff;
  }
  .detail-li>a>i{
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
  }
  .contact-detail>ul{
    list-style-type:none;
    line-height: 3.5;
    margin-top: 12px;
  }
  .contact-detail>ul>li{
    color: #e1e1e1;
    font-weight: 500;
    font-size: 18px;
    transition: .3s;
  }
  .contact-detail>ul>li>a{
    color: #e1e1e1;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    transition: .3s;
  }
  .contact-detail>ul>li>a:hover{
    color: #fff;
  }
  .contact-detail>ul>li:hover{
    color: #fff;
  }
  .link-heading>h3>a>i{
    color: #e1e1e1;
    transition: .3s;
  }
  .link-heading>h3>a>i:hover{
    color: #fff;
  }
  .icon-h3{
    text-align: end;
  }
  
  .email-input{
    border: 2px solid #fff;
    outline: none;
    padding: 10px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #706767;
  }
  .email-input:focus {
      outline: 2px solid #706767;
  }
  .email-button{
    background-color: #21909D;
    color: #fff;
    border: 2px solid #21909D;
    font-weight: 500;
    padding: 10px 20px;
  }
  .terms{
    color: #e1e1e1;
    line-height: 1.5;
  }
  .terms>p>a{
    text-decoration: none;
    color: #e1e1e1;
    transition: .3s;
  }
  .terms>p>a:hover{
    color: #fff;
  }
  .footer-links{
    margin-top: 12%;
    margin-bottom: 7%;
  }
  .footer-attached{
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
  }

  /* Contact Page css start */
    .contact-hero{
        background-color: #6FC4A2;
        width: 100vw;
        height: 60vh;
    }
    .contact-hero>div>h4{
        font-size: 40px;
        font-weight: 600;
        color: #fff;
    }
    .contact-form-container{
        border: 1px solid #fff;
        padding: 2% 3%;
        margin: 20px 20px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    }
    .contact-form-container>form>div>label{
        color: #5e5e5e;
    }
    .contact-form-container>form>button {
        width: 100%;
        background-image: linear-gradient(to right, #2EC4DB,#01FCBB);
        border: none;
        transition: background-position 0.4s ease-in-out; 
        background-size: 200% auto;
        background-position: left;
        /* font-size: 20px; */
        font-weight: 500;
    }


    .contact-form-container>form>button:hover {
        background-position: right; 
    }
    
    .contact-form-container>h3{
        text-align: center;
        font-weight: 600;
        font-size: 40px;
        padding: 20px 0px;
        color: #5e5e5e;
    }
    .contact-logo>img{
        width: 100px;
    }
    .contact-logo>h3{
        font-size: 40px;
        font-weight: 600;
    }
    .contact-icon{
        line-height: 1.5;
    }
    .contact-icon>i{
        font-size: 40px;
        background: -webkit-linear-gradient(160deg, #2EC4DB,#01FCBB);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .contact-icon>h5{
        font-size: 25px;
        font-weight: 600;
    }
    .contact-icon>p{
        font-size: 16px;
        font-weight: 500;
    }
    .contact-icon-flex{
        row-gap: 50px;
        margin: 40px 0px;
    }
    /* About Page css start */
    .about-h4-light{
        font-size: 40px;
        font-weight: 600;
        color: #fff;
    }
    .about-h3-light{
        width: 500px;
        font-weight: 500;
        font-size: 20px;
        color: #fff;
        line-height: 1.6;
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .about-text-light{
        font-size: 15px;
        width: 500px;
        color: #fff;
        line-height: 1.6;
        margin: 0 auto;
    }
    .about-hero{
        background: url('../images/about-bg.webp')no-repeat center center/cover;
        position: relative;
    }
    .about-hero::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #6fc4a2cc;
        z-index: 1;
    }
    .about-hero>div>div{
        z-index: 5;
    }
    .mobile-left-img{
        position: relative;
        z-index: 2;
    }
    .mobile-left-img>video{
        width: 250px;
        height: 500px;
        z-index: 10 !important;
    }
    .about-left-side{
        position: relative;
    }
    .about-circle{
        position: absolute;
        width: 400px;
        height: 400px;
        background-color: #6FC4A2;
        border-radius: 50%;
        z-index: 1;
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    }
    .video-play-circle{
        position: absolute;
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2;
        border-radius: 50%;
        text-decoration: none;
        color: #fff;
        transition: .3s;
        border: none;
    }
    .video-play-circle:hover{
        color:rgba(0, 0, 0, 0.5); 
        transition: .3s;
    }
    #pause{
        display: none !important;
    }
    .about-right-side>h2{
        font-size: 1.8rem;
        line-height: 1.5;
        font-weight: 700;
    }
    .about-right-side>p{
        line-height: 1.6;
        color: #726B6B;
        margin: 40px 0px;
    }
    
    .about-slider{
        background: url('../images/mosque-bg.webp')no-repeat center center/cover;
        background-attachment: fixed;
        width: 100vw;
        height: 100%;
    }
    .gombaat>.col-4:nth-child(1){
        background-color: #ffffff;
        height: 80px;
    }
    .gombaat>.col-4:nth-child(2){
        background: url('../images/par_top.webp')no-repeat center center/cover;
        height: 80px;
    }
    .gombaat>.col-4:nth-child(3){
        background-color: #ffffff;
        height: 80px;
    }
    
    .slider-detail{
        height: 100%;
    }
    .slider-bg-image{
        background: url('../images/bg-figure.webp')no-repeat center center/cover;
        width: 100%;
        height: 80%;
    }
    .about-slider-h-p{
        text-align: center;
    }
    .about-slider-h-p>h3{
        color: #ffffff;
        font-weight: 500;
        font-size: 27px;
        margin: 40px 0px;
        line-height: 1.5;
        
    }
    .about-slider-h-p>p{
        color: #ffffff;
        font-size: 15px;
        max-width: 800px;
        line-height: 20px;
        font-style: italic;
        margin: 0 auto;
    }
    .about-slider-p>p{
        color: #ffffff;
        max-width: 800px;
        line-height: 25px;
        font-style: italic;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 70px;
        padding-top:30px; 
        
    }
    .slick-arrow{
        display: none !important;
    }
    .slider-img{
        margin: 40px 0px;
    }

    /* Reciter page css start */
    .reciter-h2{
        font-size: 40px;
        font-weight: 600;
    }
    .reciter-p{
        line-height: 1.5;
        color: #726B6B;
    }
    .reciter-grid-view{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }
    .newsletter-success{
        margin-bottom: -20px;
        margin-top: 20px;
    }
    .scroll-text{
        cursor: pointer;
    }
    .scroll-arrow{
        cursor: pointer;
    }
    .scroll-down-arrow {
        animation: bounce 2s infinite;
        display: inline-block;
        cursor: pointer;
    }
    
    @keyframes bounce {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(10px);
        }
    }
    


@media screen and (max-width: 1668px) {
    .hero-left-image>img {
        width: 150px;
        margin-top: -30px;
        margin-right: -25px;
    }
    .h1-almushaf>h1 {
        font-size: 70px;
    }
    .h1-almushaf>p {
        font-size: 20px;
    }
    .hero-section-button-text>span:nth-child(1) {
        font-size: 16px;
    }
    .hero-section-button-text>span:nth-child(2) {
        font-size: 25px;
    }
    .hero-section-mobile>img {
        height: 500px;
    }
    .hero-section-icons>button {
        width: 300px;
    }
    .scroll-icon>a>img {
        width: 60px;
    }
    .scroll-text {
        margin: 67px 0px;
        font-size: 20px;
        margin-right: -4px;
    }
    nav>ul>li>a{
        font-size: 20px;
    }
}

@media screen and (max-width: 1440px) {
    .hero-section-container{
        margin-top:5% !important;
    }
    .hero-section-icon>img{
        width: 40px;
        height: 50px;
    }
    .hero-section-icons>button {
        width: 250px;
    }
}

@media screen and (max-width: 1280px) {
    .hero-left-image>img {
        width: 120px;
        margin-top: -30px;
        margin-right: -25px;
    }
    .h1-almushaf {
        margin-left: 40px;
    }
    .h1-almushaf>h1 {
        font-size: 55px;
        margin-left: 0px;
    }
    .hero-section-button-text>span:nth-child(1) {
        font-size: 13px;
    }
    .hero-section-button-text>span:nth-child(2) {
        font-size: 20px;
    }
    .hero-section-icon>img{
        width: 30px;
        height: 40px;
    }
    .hero-section-mobile>img {
        height: 400px;
    }
    .scroll-icon>a>img {
        width: 50px;
    }
    nav>ul>li>a{
        font-size: 18px;
    }
    .feature-left-text>.d-flex:nth-child(2) {
        margin: 50px 0px;
    }
}
@media screen and (min-width: 1024px) {
    .footer-links>.link:nth-child(1){
        width: 41.66666667% !important;
    }
}
@media screen and (max-width: 1024px) {
    .scroll-icon>a>img {
        width: 40px;
    }
    .scroll-down {
        margin-right: -20px;
    }
    .scroll-text {
        margin: 57px 0px;
        font-size: 16px;
        margin-right: 0px;
    }
    .mobile-left-text>h3 {
        font-size: 20px;
    }
    .mobile-left-text>p {
        font-size: 14px;
    }
    .reciter-right-side>div{
        justify-content: center;
    }
    .imam{
        width: 180px !important;
    }
    .reciter-left-side>h2{
        font-size: 60px !important;
    }
    .reciter-left-side>p{
        font-size: 14px !important;
    }
    .footer-bg {
        height: 100% !important;
        padding-top: 10%;
    }
    .detail>ul>div{
        flex-direction: column;
        gap: 0rem !important;
    }
    .about-circle{
        width: 350px;
        height: 350px;
    }

}

@media screen and (max-width: 991px) {
    .hero-section-container {
        column-gap: 0px !important;
    }
    .hero-section-button-text>span:nth-child(1) {
        font-size: 11px;
    }
    .hero-section-button-text>span:nth-child(2) {
        font-size: 18px;
    }
    .hero-section-icon>img{
        width: 25px;
        height: 35px;
    }
    .hero-section-icons>button{
        width: 200px;
    }
    .hero-section-mobile>img {
        height: 300px;
    }
    .h1-almushaf>p {
        font-size: 16px;
        width: 400px;
    }
    nav>ul>li>a{
        font-size: 16px;
    }
    .detail-card{
        width: 50%;
    }
    .second-banner-section{
        height: 100%;
        padding: 50px 0px;
    }
    .details{
        row-gap: 50px;
    }
    .third-banner-section{
        height: auto !important;
    }
    .reciter-container{
        flex-direction: column;
    }
    .reciter-left-side{
        width: 100%;
        text-align: center;
        margin: 40px 0px;
    }
    .reciter-right-side{
        width: 100%;
    }
    .imam{
        width: 200px !important;
    }
    .reciter-left-side>p {
        padding-right: 0px !important;
    }
    .imam-name{
        font-size: 14px !important;
    }
    .reciter-right-side>div{
        margin-bottom: 40px;
    }
    .footer-links {
        flex-wrap: wrap;
    }
    .footer-links>div:nth-child(1){
        width: 50%;
    }
    .footer-links>div:nth-child(2){
        width: 50%;
    }
    .footer-links>div:nth-child(3){
        width: 100%;
    }
    .footer-heading{
        flex-wrap: wrap;
    }
    .contact-form>div>div{
        flex-direction: column;
    }
    .contact-form>div>div>div{
        width: 100%;
    }
    .about-left-side{
        width: 100%;
    }
    .about-right-side{
        width: 100%;
        text-align: center;
    }
    .about-detail{
        height: 100% !important;
    }
    .gombaat>.col-4:nth-child(1){
        width: 25%;
    }
    .gombaat>.col-4:nth-child(2){
        width: 50%;
    }
    .gombaat>.col-4:nth-child(3){
        width: 25%;
    }
    .r-feature-form>div{
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .navbar{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #6FC4A2;
        overflow-x: hidden;
        text-align: center;
        justify-content: center;
        margin-top: -500%;
        transition: .3s;
        z-index: 10;
    }
    .close-icon{
        display: block;
    }
    .close-icon{
        background-color: #fff;
        color: #000;
        padding: 10px;
        font-size: 20px;
        border-radius: 5px;
        font-weight: bold;
    }
    .close-icon{
        position: absolute;
        top: 20px;
        right: 30px;
    }
    .navicon{
        visibility: visible;
    }
    .navicon{
        background-color: #fff;
        color: #000;
        padding: 10px;
        font-size: 20px;
        border-radius: 5px;
        font-weight: bold;
    }
    .navbar>nav>ul{
        flex-direction: column;
    }
    .navbar>nav>ul>li>a{
        font-size: 30px;
        font-weight: bold;
        color: #fff;
    }
    .navbar>nav>ul>li>a:hover{
        color: #706767;
    }

    .hero-section-icons>button {
        border-radius: 15px;
        padding: 11px 12px;
    }
    .hero-section-container{
        flex-wrap: wrap;
        margin-top: 25% !important;
    }
    .hero-section-mobile>img {
        height: 300px;
    }
    .hero-left-image>img {
        width: 100px;
        margin-top: -30px;
        margin-right: -25px;
    }
    .h1-almushaf>h1 {
        font-size: 40px;
        margin-left: 0px;
    }
    .hero-section-icons>button{
        width: 200px;
    }
    .h1-almushaf>p {
        width: 300px;
    }
    
    .scroll-down {
        margin-right: 0px;
    }
    .scroll-arrow>img{
        height: 54px;
        width: 64px;
        margin-left: -3px;
    }
    .scroll-line{
        width: 1px;
    }
    .scroll-down{
        margin-top: 25% !important;
    }
    .mobile-feature {
        padding-bottom: 83px !important;
        flex-wrap: wrap;
    }
    .filter-start{
        filter: saturate(8);
    }
    .dot{
        left: 0;
    }
    .heading>h2{
        font-size: 35px;
    }
    .card-detail>h5 {
        font-size: 16px;
    }
    .card-detail>p{
        font-size: 13px;
    }
    .about-text-light{
        width: 400px;
    }
    .gombaat>.col-4:nth-child(1){
        width: 10%;
    }
    .gombaat>.col-4:nth-child(2){
        width: 80%;
    }
    .gombaat>.col-4:nth-child(3){
        width: 10%;
    }
    .about-hero::after{
        height: 93vh;
    }
}

@media screen and (max-width: 530px) {
    .banner-image-text{
        flex-wrap: wrap !important;
    }
    .h1-almushaf{
        text-align: center;
    }
    .hero-left-image>img {
        width: 100px;
        margin-bottom: -45px;
    }
    .h1-almushaf>p {
        width: 400px;
    }
    .hero-section-icons{
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .hero-section-containe{
        margin-top: 29% !important;
    }
    .hero-section-icons>button {
        width: 140px;
    }
    .hero-section-icons{
        column-gap: 8px;
    }
    .hero-section-button-text>span:nth-child(1) {
        font-size: 10px;
    }
    .hero-section-button-text>span:nth-child(2) {
        font-size: 13px;
    }
    .hero-left-image>img {
        display: none;
    }
    .h1-almushaf>h1 {
        margin-left: -27px;
    }
    .h1-almushaf>p {
        margin-left: -27px;
        width: 300px;
    }
    .scroll-down {
        margin-right: -20px;
    }
    .detail-card{
        width: 100%;
    }
    .reciter-right-side>div{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .second-wave>img{
        height: auto;
    }
    .footer-links{
        justify-content: center;
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer-links>div:nth-child(1){
        width: 100%;
    }
    .footer-links>div:nth-child(2){
        width: 100%;
        margin-top: 30px;
    }
    .terms{
        padding-left: 30px;
        padding-right: 30px;
    }
    .contact-hero>div>h4{
        font-size: 30px;
        padding-top: 30px;
    }
    .contact-logo{
        justify-content: center;
    }
    .contact-icon-flex>div:nth-child(1){
        width: 100%;
    }
    .contact-icon-flex>div:nth-child(2){
        width: 100%;
    }
    .contact-logo>h3{
        font-size: 30px !important;
    }
    .contact-logo>img{
        width: 70px !important;
    }
    .contact-icon>i{
        font-size: 30px !important;
    }
    .contact-icon>h5{
        font-size: 18px !important;
    }
    .contact-icon>p {
        font-size: 12px !important;
    }
    .about-h4-light{
        font-size: 30px;
    }
    .about-text-light{
        width: 300px;
        font-size: 14px !important;
    }
    .about-circle{
        width: 300px;
        height: 300px;
    }
    .gombaat>.col-4:nth-child(1){
        width: 5%;
    }
    .gombaat>.col-4:nth-child(2){
        width: 90%;
    }
    .gombaat>.col-4:nth-child(3){
        width: 5%;
    }
}
@media screen and (max-width: 375px) {
    .scroll-text {
        margin: 45px 0px;
        margin-right: -3px;
    }
    .scroll-arrow>img{
        margin-left: 0px;
    }
    .scroll-line{
        height: 35px !important;
    }
    .scroll-icon>a>img{
        width: 35px;
    }
    .scroll-down{
        margin-top: 85% !important;
    }
    .scroll-down {
        margin-right: 0px;
    }
}