@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --white: #ffffff;
    --grey: #D5D7DA;
    --heading: #181D27;
    --inter-font: "Inter", sans-serif;
    --darkBlue: #001E50;
    --blue: #166CDC;
    --mblue: #53B1FD;
    --fblue: #EFF8FF;
    --lightBlue: #D1E9FF;
    --blue6: #F5FAFF;
    --yellow: #FFB507;
    --lightYellow: #FFF8E6;
    --black: #000;
    --black6: #535862;
    --black8: #fafafa;
    --menucolor: #414651;
    --menuhover: #1570EF;
    --features: #175CD3;
    --divider: #E9EAEB;
    --whitestroke: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.12),
        rgba(255, 255, 255, 0)
    ) 1;
}
body {
    font-family: var(--inter-font);
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: normal;
    color: var(--black6);
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}
.container {
    max-width: 86%;
}
.row {
    margin: 0;
}
.relative {
    position: relative;
}
p {
    line-height: 22px;
}
a {
    text-decoration: none;
    color: var(--black6);
}
.inter-regular {
    font-family: var(--inter-font);
    font-weight: 400;
    font-style: normal;
}
.inter-semibold {
    font-family: var(--inter-font);
    font-weight: 600;
    font-style: normal;
}
*:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}
input[type="text"]:focus {
    outline: none;
    border: 1px #EBABAB solid;
    box-shadow: none;
}
::placeholder {
    color: #D5D5D5 !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #D5D5D5 !important;
}
::-ms-input-placeholder {
    color: #D5D5D5 !important;
}
h1 {
    color: var(--orange);
    font-weight: 600;
    font-size: 23px;
    margin-top: 25px;
}
.wrapper-bg {
    background: url(../img/Hero-header-section.png) no-repeat;
    height: 780px;
    background-size: cover;
    width: 100%;
    padding-top: 16px;
}
.wrapper-bg.about-aero {
    background: url(../img/about-headerbg.png) no-repeat;
    height: 780px;
    background-size: cover;
}
.navbar.navbar-expand-lg {
    background-color: var(--white);
    border-radius: 12px;
    padding: 8px 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    filter: drop-shadow(0px 1px 2px rgba(10, 13, 18, 0.05));
}
.navbar-brand, .navbar {
    padding: 0;
}
.nav-item .nav-link {
    color: var(--menucolor);
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--menuhover);
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
    align-items: center;
}
.btn-primary {
    background: var(--blue);
    color: var(--white);
    border: 2px solid transparent;
    border-image: var(--whitestroke);
    padding: 8px 16px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
}
.btn-secondary {
    background: var(--white);
    color: var(--menucolor);
    border: 1px solid var(--grey);
    padding: 8px 16px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
}
.banner-text{
    padding-top: 120px;
    text-align: left;
    color: var(--white);
    width: 60%;
}
.banner-text h1 {
    font-weight: 600;
    font-style: normal;
    font-size: 60px;
    color: var(--white);
}
.about-aero .banner-text h1{
    font-size: 48px;
}
.banner-text h2 {
    font-weight: 300;
    font-size: 34px;
    margin-top: 16px;
    color: var(--mblue);
}
.banner-text p {
    font-weight: 400;
    font-size: 16px;
    margin-top: 24px;
    color: var(--white);
}
#contactAero {
    position: absolute;
    left: 0px;
    top: 0px;
}
.navbar-toggler {
    border: 0px solid transparent;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0rem;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23166CDC' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 1.5em;
    height: 1.5em;
}
.ai-powered-aviation {
    color: var(--black6);
    position: relative;
    padding: 96px 0 66px 0;

}
.ai-powered-aviation h2 {
    color: var(--heading);
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 64px;
}
.ai-powered-aviation h3 {
    color: var(--heading);
    font-size: 18px;
    margin-top: 15px;
    text-align: left;
    font-weight: 600;
    line-height: 24px;
}
.aviation-box {
    margin-bottom: 48px;
}
.our-impact {
    background: var(--yellow);
    padding: 40px 0 8px 0;
    color: var(--white);
}
.our-impact h2 {
    color: var(--white);
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 12px;
}
.our-impact h3 {
    color: var(--white);
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    line-height: 28px;
}
.text-box {
    font-size: 18px;
    font-weight: 500;
    border-left: 2px solid var(--white);
    padding-left: 24px;
    margin-bottom: 32px;
}
.how-aero-works {
    padding: 80px 0 100px 0;
}
.how-aero-works h4 {
    color: var(--features);
    font-size: 14px;
    font-weight: 600;
}
.how-aero-works h2 {
    color: var(--heading);
    font-size: 36px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
}
.mt-64 {
    margin-top: 64px;
}
.blue-box {
    background: var(--blue6);
    padding: 20px 18px;
    border-radius: 16px;
}
.blue-box h4 {
    font-size: 20px;
    color: var(--heading);
    margin-top: 30px;
    margin-bottom: 4px;
}
.footer-aero {
    background: var(--darkBlue);
    padding-top: 70px;
    color: var(--lightorange);
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    margin-top: -28px;
}
.footer-aero h2 {
    font-weight: 400;
    color: var(--white);
    font-size: 28px;
    margin-top: 0px;
}
.footer-aero h3 {
    font-weight: 400;
    color: var(--blue6);
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 48px;
}
.footer-aero a {
    color: var(--white);
    text-decoration: none;
}
.heading-footer-aero {
    margin: 64px 0;
}
.footer-bottom-aero {
    color: var(--fblue);
    padding: 48px 0;
}
.about-section {
    padding: 110px 0 80px 0;
}
.about-section h4 {
    font-size: 14px;
    color: var(--features);
    margin-bottom: 12px;
}
.about-section h2, .vision-section h2, .orgValues-section h2 {
    color: var(--heading);
    font-size: 40px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
}
.vision-section {
    border-top: 1px solid var(--divider);
    padding: 40px 0;
}
.orgValues-section {
    padding: 80px 0;
}
.orgValues-section .blue-box {
    margin-bottom: 32px;
}
.our-business-values {
    background: var(--black8);
    padding: 80px 0;
    text-align: center;
}
.our-business-values h2 {
    color: var(--heading);
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.our-business-values h3 {
    font-weight: 600;
    color: var(--heading);
    font-size: 16px;
    margin-top: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}
.value-box {
    margin-bottom: 64px;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 95%;
    }
    .wrapper-bg,
    .wrapper-bg.about-aero {
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .banner-text {
        padding-top: 50px;
        width: 90%;
        padding-bottom: 50px;
    }
    .banner-text h1,
    .about-aero .banner-text h1 {
        font-size: 33px;
    }
    .banner-text h2 {
        font-size: 22px;
    }
    .banner-text p {
        font-size: 14px;
    }
    #contactAero {
        width: 30px;
    }
    .ai-powered-aviation h2 {
        font-size: 30px;
    }
    .aviation-box.text-center, .aviation-box h3.text-center {
        text-align: left !important;
    }
    .blue-box {
        margin-bottom: 20px;
    }
    .footer-bottom-aero .col-md-6 {
        text-align: center !important;
    }
    .mt-sm-2 {
        margin-top: 10px;
    }
    .about-section .col-md-6.ps-5 {
        padding-right: calc(var(--bs-gutter-x)* .5) !important;
        padding-left: calc(var(--bs-gutter-x)* .5) !important;
        margin-top: 30px;
    }
    .about-section h2, .vision-section h2, .orgValues-section h2, .our-business-values h2 {
        font-size: 28px;
    }
}