html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    background-color: #fff;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}


@media only screen and (min-device-width : 1730px) {

    html,
    body {
        font-size: 18px;
    }


}

@media only screen and (min-device-width : 1540px) {
    .container {
        max-width: 86%;
    }
}

@media only screen and (min-device-width : 768px) {
    .container {
        max-width: 86%;
    }
}


main {
    padding: 0 38px 38px;
}

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
}

header .navbar {
    padding: 33px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: Onest;
    font-weight: 500;
    font-style: Medium;
    font-size: 1rem;
    padding: 8px 28px;
}

.btn {
    border-radius: 12px;
    padding: 10px 24px;
    font-weight: 600;
}

.btn-primary {
    background-color: #49C0E8;
    border-color: #49C0E8;
}

.btn-primary:hover {
    color: #49C0E8;
    border-color: #49C0E8;
    background-color: transparent;
}

.hero-section {
    background: url(../images/banner.png);
    height: calc(100vh - 136px);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 44px;
    position: relative;
    overflow: hidden;
    min-height: 400px;

}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(253.35deg, rgba(0, 0, 0, 0) 42.3%, rgba(0, 0, 0, 0.2) 98.3%),
        linear-gradient(180deg, rgba(51, 89, 164, 0) 26.16%, #1D5197 96.86%);
    border-radius: 44px;
    z-index: 1;
}

.banner-shape {
    position: relative;
    bottom: -50px;
    right: -50px;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}

.banner-shape img {
    max-width: 400px;
}

.hero-section .banner-desc {
    padding-bottom: 6rem;
    padding-left: 6rem;
}

.hero-section .banner-desc h1 {
    font-size: clamp(36px, 4.58vw, 88px);
}

.hero-section .banner-desc p {
    font-size: clamp(18px, 1.875vw, 36px);
    color: #fff;
}

.space-section {
    height: 36px;
}

.about-section {
    padding: 90px 0;
    background-color: rgba(73, 192, 232, 0.1);
    border-radius: 44px;
    position: relative;
}

.about-content {
    padding-left: 10%;
}

.text-primary {
    color: #3359A4 !important;
}

.section-title {
    font-size: clamp(22px, 2.29vw, 44px);
    font-weight: 600;
}

.about-content p {
    font-size: clamp(16px, 1.25vw, 24px);
    color: #3359A4;
    margin: 20px 0 40px 0;
}

/* .about-bottom-img {
    position: absolute;
    bottom: -80px;
    right: 25%;
} */

.about-bottom-img {
    position: absolute;
    bottom: clamp(-40px, -4.17vw, -80px);
    right: max(5%, calc((100vw - 1440px) / 2 + 5%));
}


.about-bottom-img img {
    width: clamp(180px, 17.71vw, 340px);
    height: auto;
}

.condition-section {
    padding: 180px 0 90px;
}

.condition-desc p {
    margin: 30px 0;
}

.condition-list {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.condition-list .condition-box {
    flex-shrink: 0;
    width: clamp(140px, 8.96vw, 172px);
    height: clamp(150px, 9.9vw, 190px);
    text-align: center;
    background: #3359A41A;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.condition-list .condition-box p {
    font-size: clamp(16px, 1.25vw, 24px);
    padding-top: 20px;
}

.section-video {
    border-radius: 44px;
    overflow: hidden;
}

.section-video video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.why-us-section {
    padding: 90px 0;
}

.why-box {
    background: #3359A41A;
    border-radius: 30px;
    padding: 34px;
    height: 100%;

    img {
        margin-bottom: 20px;
    }

    h3 {
        font-weight: 700;
        font-style: Bold;
        font-size: 1.1rem;
        font-family: "Manrope", sans-serif;
    }

    p {
        color: #333;
        font-family: "Manrope", sans-serif;
    }
}

footer {
    background-color: #1D5197;
    padding: 90px 0 30px;
    border-radius: 44px;
}

.footer-logos {
    display: flex;
    gap: 10%;
}

.footer-menu h4 {
    color: #49C0E8;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.footer-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
}

.footer-space {
    height: 80px;
    border-bottom: 1px solid #FFFFFF33;
}

.follow-link {
    display: flex;
    gap: 10px;
    padding: 15px 0 0;
}

.copyright p {
    color: #FFFFFF99;
    font-family: "Manrope", sans-serif;
    margin: 0;
}



@media only screen and (max-device-width : 1399px) {
    header .navbar {
        padding: 20px 0;
    }

    .hero-section .banner-desc h1 {
        font-size: 3.5rem;
    }

    .hero-section .banner-desc p {
        font-size: 1.8rem;
    }

    /* .section-title {
        font-size: 2rem;
    } */

    .about-content p {
        font-size: 1.1rem;
        margin: 20px 0 30px 0;
    }

    .condition-list .condition-box {
        width: clamp(120px, 8.96vw, 172px);
        height: clamp(150px, 9.9vw, 190px);
    }

    .condition-list .condition-box p {
        font-size: 1.2rem;
    }

    .f-logo img {
        max-width: 160px;
    }

    .tradmarklogo img {
        max-width: 100px;
    }
}

@media only screen and (max-device-width : 1199px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 8px 16px;
    }


    .about-bottom-img img {
        max-width: 260px;
    }

    .condition-list {
        flex-wrap: wrap;
    }

    .condition-list .condition-box {
        width: 200px;
        height: 150px;
        flex-shrink: 0;
    }

    .hero-section .banner-desc {
        padding-bottom: 4rem;
        padding-left: 4rem;
    }

    .banner-shape img {
        max-width: 300px;
    }
}


@media only screen and (max-device-width : 992px) {
    .footer-logos {
        padding: 0 0 30px;
        justify-content: flex-start;
    }

    .follow-link {
        justify-content: center;
    }

    .footer-space {
        height: 40px;
    }

    .footer-menu {
        padding-left: 20px;
    }

    footer {
        padding: 50px 0 30px;
        border-radius: 30px;
    }

    main {
        padding: 0 20px;
    }

    .section-title {
        font-size: 2rem;
    }

    .why-us-section {
        padding: 50px 0;
    }

    .why-box {
        height: calc(100% - 20px);
        margin-bottom: 20px;
    }

    .hero-section {
        height: 500px;
    }

    .banner-shape img {
        max-width: 250px;
    }

    .banner-shape {
        bottom: -30px;
        right: -30px;
        justify-content: normal;
    }

    .hero-section .banner-desc h1 {
        font-size: 2.5rem;
    }



    .about-img {
        text-align: center;
        padding-bottom: 30px;
    }

    .about-img img {
        max-width: 100%;
    }

    .about-content {
        padding-left: 5%;
        padding-right: 5%;
    }

    .condition-list .condition-box {
        max-width: 130px;
    }

    .navbar-collapse {
        position: absolute;
        top: 78px;
        background: #fff;
        left: 0;
        right: 0;
        padding: 0px 0px 30px;
    }

    .hero-section .banner-desc {
        padding-bottom: 3.4rem;
        padding-left: 3.4rem;
    }
}



@media only screen and (max-device-width : 767px) {
    .container {
        max-width: 86%;
    }

    .banner-shape {
        display: none;
    }

    a.navbar-brand img {
        max-width: 100px;
    }

    .hero-section {
        height: auto;
        padding: 200px 0 0;
        min-height: auto;
    }

    .hero-section .banner-desc h1 {
        font-size: 2.5rem;
    }



    .hero-section .banner-desc p {
        font-size: 1.4rem;
    }

    .btn {
        font-size: 14px;
        padding: 8px 15px;
    }

    .banner-shape img {
        max-width: 150px;
    }

    .section-title {
        font-size: 2rem;
    }

    .about-bottom-img {
        position: static;
        margin-top: 50px;
        text-align: center;
        padding-bottom: clamp(20px, 4.32vw, 83px);
    }

    .about-bottom-img img {
        max-width: 90%;
        width: 100%;
        margin: auto;
    }

    .about-content p {
        font-size: 1rem;
    }

    .condition-section {
        padding: 50px 0 50px;
    }

    .condition-list .condition-box {
        max-width: 50%;
        height: 140px;
        width: 48%;
        margin-bottom: 3%;
    }

    .condition-list {
        justify-content: center;
        padding-top: 30px;
        gap: 3%
    }

    .about-section {
        padding: 45px 0px;
        border-radius: 30px;
    }

    .section-video,
    .hero-section,
    .hero-section::before {
        border-radius: 22px;
    }

    .copyright p {
        font-size: 14px;
        text-align: center;
        padding-top: 10px;
    }

    .hero-section .banner-desc {
        padding-bottom: 2.5rem;
        padding-left: 2.5rem;
    }

    .about-img img {
        max-width: 90%;
    }

    main {
        padding: 0 15px 15px;
    }

    .space-section {
        height: 50px;
    }

    .footer-logos {
        padding: 0 20px 50px;
        justify-content: flex-start;
        align-items: center;
    }

    .f-logo img {
        max-width: 140px;
    }

    .tradmarklogo img {
        max-width: 70px;
    }

    .footer-menu ul {
        margin: 15px 0 40px;
    }

    .footer-space {
        height: 0px;
    }
}

@media only screen and (max-device-width : 576px) {
    .container {
        max-width: 100%;
    }

    .hero-section .banner-desc {
        padding-bottom: 2rem;
        padding-left: 2rem;
    }

    .about-img img {
        max-width: 90%;
    }

    .about-bottom-img {
        padding-bottom: 0;
    }
}