@font-face {
    font-family: 'NotoSansGurmukhiCondensedBlack';
    src: url('./fonts/NotoSansGurmukhi_Condensed-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansGurmukhiCondensedBold';
    src: url('./fonts/NotoSansGurmukhi_Condensed-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansGurmukhi_Condensed-Medium';
    src: url('./fonts/NotoSansGurmukhi_Condensed-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansGurmukhi_Condensed-SemiBold';
    src: url('./fonts/NotoSansGurmukhi_Condensed-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.font-gurmukhi-800 {
    font-family: 'NotoSansGurmukhiCondensedBlack';
    font-weight: 800;
    color: #050858 !important;
}
section.main-descr {
    background: beige;
}
.font-gurmukhi {
    font-family: "Noto Sans Gurmukhi", sans-serif;
}

.footer-area p {
    margin-bottom: 0px;
}

.banner-heading {
    letter-spacing: 0px;
    color: #FFC500;
    text-shadow: 0px 6px 24px #00000040;
    opacity: 1;
    font-size: 100px;
    line-height: 110px;
    font-weight: 900;
    font-family: 'NotoSansGurmukhiCondensedBlack';
}

.big-font {
    letter-spacing: 0px;
    color: #000000;
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    margin-bottom:0px !important;
    font-family: 'NotoSansGurmukhiCondensedBold';
}

h2.mission-heading {
    letter-spacing: 0px;
    color: #050858;
    opacity: 1;
    font-family: 'NotoSansGurmukhiCondensedBlack';
    font-size: 50px;
    font-weight: 700;
}

p.mission-description {
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    font-family: 'NotoSansGurmukhiCondensedBold';
}


.above-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
}

a.main-cta {
    background: #FFC500;
    display: block;
    padding: 15px 30px;
    border-radius: 12px;
    color: #050858;
    font-family: 'NotoSansGurmukhiCondensedBlack';
    text-decoration: none;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}

.footer-info {
    color: #000;
    font-size: 24px;
    font-family: 'NotoSansGurmukhiCondensedBold';
}

.footer-info-light {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'NotoSansGurmukhi_Condensed-Medium';
}

.footer-info-light a {
    color: #000;
    text-decoration: none;
}


.content-above-banner {
    position: absolute;
    bottom: 80px;
    right: 80px;
}

p.banner-description {
    font-family: 'NotoSansGurmukhi_Condensed-SemiBold';
    font-size: 50px;
    color: #fff;
    line-height: 62px;
    margin-bottom: 0px;
    text-align:center;
}

.mobile-version-sect {
    /* background-image: url(./images/mob-image.png);
    background-size: cover;
    height: 520px;
    padding: 40px 20px; */
}

.mob-width {
    display: none;
}

/* Scroll Button */

@media (min-width:768px) {
   section.sticky-button-area {
   display:none !important;
}
}

section.sticky-button-area
 {
    position: fixed;
    bottom: 0;
    width: 100%;
}

 .scroll-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 50px;
            height: 50px;
            background-color: #050858;
            color: white;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }

        .scroll-button.show {
            opacity: 1;
            visibility: visible;
        }

        .scroll-button:hover {
            background-color: #333;
        }

        .scroll-button.up::before {
            content: '↑';
            font-size: 24px;
        }

        .scroll-button.down::before {
            content: '↓';
            font-size: 24px;
        }


@media (min-width:768px) {
    section.mobile-version-sect {
        display: none;
    }
}


@media (max-width:767px) {
    .desktop-version {
        display: none;
    }
.content-above-banner-mob {
    display: none;
}
.footer-area {
    padding-bottom: 95px !important;
}
    a.main-cta {
        font-size: 18px;
        line-height: 20px;
    }
}


@media (max-width:991px) {
    .content-above-banner {
        bottom: 30px;
        right: 30px;
    }

    .banner-heading {
        font-size: 50px;
        line-height: 50px;
    }

    p.banner-description {
        font-size: 24px;
        line-height: 24px;
    }
}



@media (max-width:600px) {
    .banner-heading {
        font-size: 30px;
        line-height: 30px;
    }

    p.banner-description {
        font-size: 20px;
        line-height: 24px;
    }

    .mob-spacing {
        padding: 20px !important;
    }

}

@media (max-width:767px) {
    .bg-grey {
   padding-top:0px !important;
   padding-bottom:0px !important;
}
    .mob-width {
        width: 50px;
        height: 50px;
        margin: 0px auto;
    }

    .mob-width img {
        width: 100%;
        height: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        align-content: center !important;
        justify-content: center !important;
        align-items: center;
    }

    .big-font {
        font-size: 24px !important;
        line-height: 36px !important;
    }

    h2.mission-heading {
        font-size: 38px;
    }

    p.mission-description {
        font-size: 24px;
        line-height: 36px;
    }

    a.main-cta {
        border-radius: 0px !important;
    }
.banner-area-main {
   height: 350px; 
}

.banner-area-main .mobile-image {
    object-fit: fill;
}

.desktop-image {
   display:none;
}

.content-above-banner {
  top:30px;
  left: 30px;
} 
p.banner-description {
 text-align:left;
}
}


@media (min-width:768px) and (max-width:991px) {
    .above-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    a.main-cta {
        font-size: 24px;
    }
.big-font {
        /* font-size: 25px !important;
        line-height: 30px !important; */
    }
p.mission-description {
        /* font-size: 25px;
        line-height: 30px; */
    }

}



@media (max-width:440px) {
    a.main-cta {
       /* font-size: 24px; */
    }
}

@media (min-width:992px) {
    h2.mission-heading {
        /* width: 418px; */
    }
}

@media (min-width:1600px) {
.banner-area-main {
   height:100vh;
}
}
@media (max-width:991px) {
h2.mission-heading {
    text-align: center;
}
p.mission-description {
    text-align: center;
}
}


@media (min-width:768px) {
.mobile-image {
    display: none;
}
section.main-descr {
    padding-top: 50px;
    padding-bottom: 50px;
}
}