@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



body {
    font-family: "Poppins", sans-serif !important;
}

p {
    font-family: "manrope", sans-serif;
}

.navbar {
    padding: 10px !important;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

nav .nav-item-section {
    flex-grow: 0 !important;
}

.text-theme {
    color: #DA3F4F;
}

nav .nav-item a {
    color: #000000 !important;
}

.banner-section {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: end;
}

.banner-section .overlay {
    position: absolute;
    background: linear-gradient(0deg, black, transparent);
    width: 100%;
    height: 100%;
}

.banner-section .bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.banner-section .container {
    position: relative;
    padding-bottom: 50px;

}

.banner-section .hero-content {
    bottom: 0;
}

.banner-section .hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
}

.banner-section .left-content span {
    font-size: 115px;
    line-height: 120px;
    color: white;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
}

.banner-section .left-content p {
    font-size: 18px;
    color: white;
    font-family: 'manrope', sans-serif;
}

.banner-section .left-content button {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 15px;
    border-radius: 40px;
    border: none;
    font-weight: 500;
}

.about-content {
    padding-block: 100px;
}



.about-content .left-content h5 {
    font-size: 36px;
    line-height: 44px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
}

.about-content .right-content p {
    font-size: 18px;
    color: #000000;
}

.about-content button {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #DA3F4F;
    color: white;
    padding: 15px 30px 15px 30px;
    border-radius: 40px;
    border: none;
}

.about-content .count-content h5 {
    font-size: 72px;
    font-family: 'Onest', sans-serif;
    color: #DA3F4F;
}

.about-content .count-content p {
    font-size: 16px;
    color: #000000;
}

.about-content .mission-content {
    padding: 25px;
    border: 2px solid #DA3F4F;
    color: #DA3F4F;
    height: 100%;
    border-radius: 12px;
}

.about-content .vision-content {
    padding: 25px;
    border: 2px solid #DA3F4F;
    /* background-color: #DA3F4F; */
    color: #DA3F4F;
    height: 100%;
    border-radius: 12px;
}

.about-content .mission-content h5,
.vision-content h5 {
    font-size: 30px;
    text-transform: uppercase;
}

.about-content .mission-content p,
.vision-content p {
    font-size: 16px;
}

.count-content .circle-text {
    display: flex;
    align-items: center;
}

.circle-text::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #DA3F4F;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.about-content .count .count-content {
    border-top: 1px solid #e6e6e6;
    margin-top: 50px !important;
}

.contact-section {
    background-color: #DA3F4F;
    padding-block: 50px;
}

.contact-section .head-content h5 {
    font-size: 50px;
    color: white;
    font-weight: 200;
}

.about-content iframe {
    width: 100%;
    height: 350px;
    border-radius: 16px;
}



.mail-content h5 {
    color: #fff;
}

.mail-content a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}

.mail-content a:hover {
    color: #fff;
}

.mail-content p {
    color: #fff;
    font-weight: 300;
}

.mail-content .head {
    display: flex;
    flex-direction: column;
}

.footer-add {
    display: flex;
    justify-content: end;
}

@media only screen and (max-width: 767px) {

    .banner-section .left-content {
        text-align: center;
    }

    .banner-section .left-content span {
        font-size: 55px;
        line-height: 60px;
        color: white;
        font-family: "Bebas Neue", sans-serif;
        text-transform: uppercase;
    }



    .head-content {
        text-align: center;
    }

    .about-content .left-content {
        text-align: center;
    }

    .about-content .left-content h5 {
        font-size: 30px;
        line-height: 35px;
        color: #000000;
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Manrope", sans-serif;
    }

    .about-content .right-content p {
        font-size: 16px;
        color: #000000;
        text-align: justify;
    }

    .footer-add {
        display: flex;
        justify-content: end;
        text-align: center;
    }

    .mail-content {
        margin-top: 10px;
    }

    .contact-section .head-content h5 {
        font-size: 40px;
        color: white;
        font-weight: 200;
    }

    .banner-section .left-content button {
        gap: 8px;
        margin-inline: auto;
        font-size: 14px;
    }

    .about-content .mission-content {
        text-align: center;
    }

    .vision-content {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {}

@media only screen and (min-width: 991px) and (max-width: 1200px) {}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {

    .banner-section .left-content span {
        font-size: 80px;
        line-height: 80px;
        color: white;
        font-family: "Bebas Neue", sans-serif;
        text-transform: uppercase;
    }

    .about-content .left-content h5 {
        font-size: 30px;
        line-height: 40px;
        color: #000000;
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Manrope", sans-serif;
    }

    .about-content .right-content p {
        font-size: 16px;
        color: #000000;
    }

    .contact-section .head-content h5 {
        font-size: 40px;
        color: white;
        font-weight: 200;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1800px) {

    .banner-section .left-content span {
        font-size: 90px;
        line-height: 90px;
        color: white;
        font-family: "Bebas Neue", sans-serif;
        text-transform: uppercase;
    }

    .about-content .right-content p {
        font-size: 17px;
        color: #000000;
    }

    .contact-section .head-content h5 {
        font-size: 45px;
        color: white;
        font-weight: 200;
    }
}

@media (min-width: 1801px) {
    .container {
        max-width: 1620px !important;
    }
}