@import url(https://site-assets.fontawesome.com/releases/v6.0.0/css/all.css);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);

:root {
    --font-heading: "Playfair Display", serif;
    --font-body: "Lato", sans-serif;
    --color-primary: #1a1a1a;
    --color-accent: #D4AF37;
    --color-button: #000000;
    --color-bg-light: #ffffff;
    --color-bg-sky: #cfe2f3;
    --color-bg-footer: #0e0e0e;
    --color-text-dark: #1a1a1a;
    --color-text-light: #ffffff;
    --color-gray-100: #f5f5f5;
    --color-gray-300: #dcdcdc;
    --color-gray-600: #999999
}

::selection {
    background-color: var(--secondary);
    color: var(--white)
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style-type: none;
    overflow-wrap: break-word
}

html {
    scroll-behavior: smooth;
    overflow-x: clip
}

body {
    overflow-x: clip;
    font-family: var(--font-body);
    background: var(--color-bg-light);
    color: var(--color-text-dark)
}

a,
button {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block
}

address,
dl,
figure,
label,
ol,
ul {
    margin-bottom: 0
}

h1,
h2,
h3 {
    font-family: var(--font-heading);
    color: var(--color-primary)
}

p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75;
    color: #575757cc
}

section {
    position: relative;
    overflow: clip
}

.padd-y {
    padding: 5rem 0
}

.color-primary {
    color: var(--primary)
}

.color-secondary {
    color: var(--secondary)
}

html.lenis,
html.lenis body {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-smooth iframe {
    pointer-events: none
}

.themeBtn {
    position: relative;
    width: fit-content;
    display: block;
    background: var(--color-button);
    color: var(--color-text-light);
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    padding: 1.125em 2.75em;
    border-radius: 3.125rem;
    will-change: transform;
    outline: 0;
    transform: translateZ(0) rotate(.001deg);
    overflow: hidden
}

.btn-fill {
    background: var(--color-primary);
    position: absolute;
    width: 150%;
    height: 200%;
    border-radius: 50%;
    top: -50%;
    left: -25%;
    transform: translate3d(0, -76%, 0);
    will-change: transform;
    transition: background-color ease-in-out .25s
}

.btn-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: var(--color-text-light);
    position: relative;
    transform: rotate(.001deg);
    pointer-events: none;
    will-change: transform, color
}

.themeBtn:hover {
    cursor: pointer;
    color: var(--color-text-light)
}

.heading {
    font-size: 4.5rem;
    font-weight: 600;
    text-transform: uppercase
}

:is(.heading) .char {
    display: inline !important
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 1rem 0;
    transition: .3s ease-in-out
}

.header::before {
    content: "";
    background: linear-gradient(to bottom, #00000096, #00000000);
    position: absolute;
    width: 100%;
    height: 140px;
    inset: 0
}

.header-main {
    justify-content: space-between
}

.header-main__logo {
    width: 140px;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 99
}

.header-main__logo>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.header-main__logo h3 {
    font-size: 3rem;
    color: var(--color-bg-light);
    text-transform: uppercase;
    margin: 0
}

.btn-menu {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    gap: 1.125rem;
    outline: 0;
    box-shadow: none !important;
    margin-right: 0;
    position: relative;
    z-index: 11
}

.btn-menu p {
    margin: 0;
    font-size: 1.125rem;
    color: var(--color-text-light)
}

.btn-menu>div {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.btn-menu span {
    display: block;
    width: 60px;
    height: 3px;
    border-radius: 3px;
    background-color: var(--color-bg-light);
    transition: .5s
}

.isopen .btn-menu span:first-child {
    transform: rotate(45deg) translate(10px, 10px);
    width: 38px
}

.isopen .btn-menu span:nth-child(2) {
    opacity: 0;
    width: 0
}

.isopen .btn-menu span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -5px);
    width: 38px
}

.menulist {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--color-bg-footer);
    display: grid;
    place-items: center;
    padding: 0 !important;
    margin: 0;
    z-index: 9;
    transition: .5s ease;
    text-align: center
}

.menulist li+li {
    margin-top: 1rem
}

.menulist li a {
    font-size: clamp(1.5rem, 5vw + 1rem, 3.125rem);
    font-weight: 600;
    color: var(--color-text-light);
    text-transform: uppercase;
    background: 0 0;
    padding: .05em 1em;
    width: 100%;
    border-radius: 1.25em;
    font-family: var(--font-heading)
}

.menulist li a:hover {
    color: var(--color-accent)
}

.isopen .menulist {
    top: 0
}

.main_banner {
    height: 100vh;
    position: relative;
    border-radius: 0 0 8rem 8rem;
}

.main_banner::before {
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgb(0 0 0 / 60%), rgba(255, 255, 255, 0));
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    user-select: none;
    pointer-events: none;
}

.main_banner_video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_banner_content {
    position: absolute;
    width: 100%;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.main_banner_content h1 {
    color: var(--color-text-light);
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0
}

.main_banner_content h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-bg-light)
}

.cta_content h2 {
    font-size: 5.45rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px
}

.cta_content>h2 {
    margin-bottom: 2.5rem
}

.circular-logo-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%;
    margin-top: -.5rem;
    cursor: pointer
}

.circular-logo {
    position: relative;
    width: 140px;
    height: 160px
}

.circular-logo svg {
    width: 100%;
    height: 100%
}

.circular-logo svg text {
    font-size: 2.67rem;
    font-weight: 600;
    text-transform: uppercase
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 25px solid var(--color-accent);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent
}

.cta_content_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0 0
}

.cta_content_wrap p {
    max-width: 65%;
    margin: 0
}

.video_card {
    position: relative
}

.video_card_main_img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 1.25rem
}

.video_card_playbtn {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    background: #00000094;
    border-radius: 3.125rem;
    padding: .5em 1rem .5rem .5rem
}

.video_card_playbtn span {
    font-size: 1.125rem;
    color: var(--color-text-light)
}

.video_card_playbtn .icon {
    width: 40px;
    aspect-ratio: 1;
    background: var(--color-bg-light);
    border-radius: 50%;
    display: grid;
    place-items: center
}

.video_card_playbtn .icon i {
    font-size: 1rem;
    color: var(--color-accent)
}

.video_card_playbtn a {
    display: flex;
    align-items: center;
    gap: .5em
}

.video_card_bottom,
.video_card_top {
    width: fit-content;
    display: flex;
    align-items: center;
    background: var(--color-bg-light);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: .75em;
    border-radius: 1rem;
    gap: 1rem;
    position: absolute;
    top: 20%;
    left: -5.75rem
}

.video_card_bottom_content,
.video_card_top_content {
    writing-mode: sideways-lr;
    text-align: center
}

.video_card_bottom_content h4,
.video_card_top_content h4 {
    text-transform: uppercase;
    font-family: var(--font-heading);
    margin: 0 .5rem
}

.video_card_bottom_content p,
.video_card_top_content p {
    margin: 0;
    line-height: normal;
    font-size: 17px
}

.video_card_bottom_img img,
.video_card_top_img img {
    width: 150px;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    object-position: left center
}

.video_card_bottom {
    top: unset;
    left: unset;
    bottom: -4rem;
    right: -4rem
}

.experience_content h5 {
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--color-accent)
}

.experience_content h3 {
    font-size: 3.75rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    margin: 1rem 0 0
}

.service_card {
    position: relative
}

.service_card_btn {
    background: var(--color-bg-light);
    position: absolute;
    right: 0;
    padding: 1.25em;
    border-radius: 0 0 0 1.75rem
}

.service_card_btn a {
    width: 80px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid var(--color-gray-600);
    border-radius: 1.125rem
}

.service_card_btn a i {
    color: var(--color-text-dark);
    font-size: 2.75rem;
    transform: rotate(-45deg);
    font-weight: 400
}

.service_card_img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 2rem
}

.service_card_content h4 {
    font-size: 1.75rem;
    font-family: var(--font-heading);
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-primary);
    margin: 1rem 0 0
}

.marquee-group {
    position: relative
}

.marquee {
    position: relative
}

.marquee .marquee-scroll {
    position: relative;
    display: flex;
    width: 140%;
    margin-left: -20%
}

.marquee .marquee-content {
    position: relative;
    display: flex
}

.marquee .marquee-content span {
    white-space: nowrap;
    font-weight: 700;
    font-size: calc(max(5em, 7.5vw) * .75);
    line-height: 1;
    background: linear-gradient(to bottom, #d6dce3, #fff 96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-family: var(--font-heading);
    padding-right: .5em
}

.marquee .marquee-content span.divider {
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    opacity: 50%;
    color: var(--color-primary)
}

.greener_section {
    background: url("../images/greener-img.webp") no-repeat center/cover;
    height: 1080px
}

.greener_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background: linear-gradient(to bottom, rgb(255 255 255), rgba(255, 255, 255, 0))
}

.greener_section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: linear-gradient(to top, rgb(255 255 255), rgba(255, 255, 255, 0))
}

.greener_content,
.greener_title {
    position: relative;
    z-index: 1
}

.greener_content {
    bottom: -32rem
}

.greener_content h4 {
    font-size: 2.25rem;
    font-family: var(--font-heading);
    text-transform: uppercase;
    margin: 2.75rem 0 .5rem
}

.opuljet_section {
    background: #2b2b2b;
    padding: 3em
}

.opuljet_title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.opuljet_title h3 {
    font-size: 4.5rem;
    text-transform: uppercase;
    color: var(--color-text-light);
    letter-spacing: 2px;
    margin: 0
}

.dropline_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.dropline_img.right {
    right: 0
}

.dropline_img.left {
    left: 0
}

.dropline_content .heading {
    font-size: 5rem
}

.customer_slider {
    padding: 4rem 0
}

.customer_slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32%;
    height: 100%;
    background: linear-gradient(to right, rgb(255 255 255), rgb(255 255 255 / 0%));
    z-index: 2
}

.customer_slider::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 32%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0));
    z-index: 2
}

.customer_card {
    background: var(--color-bg-light);
    padding: 4em 3rem;
    border-radius: 3.125rem;
    border: 1px solid var(--color-gray-600);
    transition: all .3s ease
}

.customer_card p {
    transition: all .3s ease
}

.customer_card_user {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem
}

.customer_card_user_img img {
    width: 50px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%
}

.customer_card_user_title h5 {
    margin: 0;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 500;
    transition: all .3s ease
}

.customer_card_user_title p {
    font-size: 1rem;
    text-align: left;
    margin: 0
}

.customer_slider .swiper-slide.swiper-slide-active .customer_card {
    background: var(--color-primary);
    border-color: var(--color-primary)
}

.customer_slider .swiper-slide.swiper-slide-active .customer_card .customer_card_user_title h5,
.customer_slider .swiper-slide.swiper-slide-active .customer_card p {
    color: var(--color-text-light)
}

.customer_slider :is(.swiper-button-next, .swiper-button-prev) {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--color-primary);
    display: grid;
    place-items: center
}

.customer_slider :is(.swiper-button-next, .swiper-button-prev)::after {
    font-size: 1.25rem;
    color: var(--color-text-light)
}

.customer_slider .swiper-button-next {
    right: 24%
}

.customer_slider .swiper-button-prev {
    left: 24%
}

.customer_slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 1px solid var(--color-gray-600);
    border-radius: 50%;
    opacity: 1;
    background: 0 0
}

.customer_slider .swiper-pagination-bullet-active {
    background: var(--color-primary);
    border-color: var(--color-primary)
}

.footer {
    background: var(--color-bg-footer);
    padding: 3rem 0 0;
    border-radius: 8rem 8rem 0 0;
    position: relative
}

.footer * {
    color: var(--color-text-light)
}

.footer_logo h3 {
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem
}

.signup h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-family: var(--font-heading)
}

.signup_form {
    display: flex;
    align-items: stretch;
    position: relative
}

.signup_form input {
    width: 100%;
    background: var(--color-bg-footer);
    outline: 0;
    border: 1px solid #404040;
    border-radius: 3.125rem;
    padding: 1.125em 1.5em
}

.signup_form input::placeholder {
    color: var(--color-text-light)
}

.signup_form .themeBtn {
    position: absolute;
    top: 50%;
    right: .5em;
    transform: translateY(-50%);
    padding: .7em 1.5em
}

.footer_main {
    margin-top: 3rem;
    padding: 2rem 0;
    border-top: 1px solid #404040
}

.footer_main_content p {
    margin: 0
}

.footer_main_nav {
    column-count: 2;
    margin-left: 6rem;
}

.footer_main_nav li:not(:last-child),
.footer_main_info li:not(:last-child) {
    margin-bottom: 1.125rem
}

.footer_main_nav li a,
.footer_main_info li a {
    font-size: 1.25rem;
    font-weight: 500
}

.footer_main_nav li a:hover,
.footer_main_info li a:hover i,
.footer_main_info li a:hover span {
    color: var(--color-accent)
}

.footer_main_info li a {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.footer_main_info li a i {

    font-size: 1.5rem;
}

.footer_main_info li a span {

    line-height: normal;
}

.footer_copyright {
    border-top: 1px solid #404040;
    padding: 1em 0
}

.footer_logo>img {
    width: 200px
}

.inner_banner {
    height: 700px;
    border-radius: 0 0 8rem 8rem
}

.inner_banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #000000e3, #00000000)
}

.inner_banner_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.inner_banner_content h1 {
    font-size: 4rem;
    color: var(--color-bg-light);
    text-transform: uppercase
}

.inner_banner_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fleet_tab_nav {
    background: var(--color-primary);
    padding: .5em;
    border-radius: 3.125rem;
    width: fit-content;
    margin: 0 auto
}

.fleet_tab_nav .nav-pills {
    gap: 1rem;
    justify-content: space-between
}

.fleet_tab_nav .nav-pills .nav-item .nav-link {
    font-size: 1.125rem;
    font-weight: 500;
    font-family: var(--font-family-sans-serif);
    background: 0 0;
    color: var(--color-text-light);
    text-transform: uppercase;
    border-radius: 3rem
}

.fleet_tab_nav .nav-pills .nav-item .nav-link.active,
.fleet_tab_nav .nav-pills .nav-item .nav-link:hover {
    background: var(--color-accent)
}

.fleet_img img,
.programs_img img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 1.25rem
}

.fleet_content h3 {
    font-size: 2.75rem;
    margin: 0;
    text-transform: uppercase
}

.fleet_content h4 {
    font-size: 1.75rem;
    font-weight: 500;
    margin: .75rem 0 1rem
}

.programs_section .row:not(:last-child) {
    margin-bottom: 4.5rem
}

.programs_content h3 {
    font-size: 2.125rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 .5rem
}

.programs_list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 1.25rem
}

.programs_list li {
    border-left: 2px solid var(--color-button);
    padding: 0 1rem
}

.programs_list_text h4 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-accent);
    margin: 0 0 1.25rem
}

.programs_list_text h6,
.programs_list_text p {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--color-primary);
    margin: 0;
    line-height: normal
}

.programs_list_text p+p {
    margin: .75rem 0 0
}

.contact_wrapper {
    background: var(--color-bg-light);
    box-shadow: 0 0 6px #000;
    border-radius: 3.125rem;
    padding: 3.125em
}

.contact_title h3 {
    font-size: 2.125rem;
    font-weight: 600;
    margin-bottom: 2rem
}

.contact_form label {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-primary);
    text-transform: uppercase
}

.contact_form :is(input, select, textarea) {
    display: block;
    width: 100%;
    background: var(--color-bg-light);
    border-width: 0 0 1px 0;
    padding: .5em 0;
    margin: 0 0 1.25em;
    font-size: 1rem;
    color: var(--color-primary);
    outline: 0
}

.contact_form :is(input, select, textarea)::placeholder {
    color: var(--color-primary)
}

.contact_form .themeBtn {
    margin: 1.75rem auto 0;
    border: none;
    outline: 0
}

.logo-white {
    filter: brightness(0) invert(1);
    z-index: 99;
    position: relative
}

.about_img img {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 1.25rem;
    object-fit: cover
}

.about_content h3 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: .5rem
}

.about_content h4 {
    font-size: 1.75rem;
    font-weight: 600
}

.about_content_list li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0.75rem;
    padding-left: 1.75rem;
    position: relative;
    color: #575757cc;
    font-weight: 500;
}

.about_content_list li::before {
    background-color: var(--color-accent);
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 8px;
}

.team_card_content {
    margin: 1rem 0 0
}

.team_card_content h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: .25rem
}

.inner_banner_img {
    height: 100%
}

.flightPopup .modal-title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 2rem
}

.flightPopup .modal-dialog {
    max-width: 1000px
}

.flightPopup .modal-content {
    background-color: var(--color-bg-light);
    border-radius: 12px;
    border: 1px solid var(--color-gray-300)
}

.flight-bar {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid var(--color-gray-300);
    border-radius: 30px;
    flex-wrap: wrap;
    background-color: var(--color-gray-100)
}

.flight-bar input[type=date],
.flight-bar input[type=text] {
    padding: 10px 14px;
    font-size: 14px;
    border: none;
    border-radius: 30px;
    background-color: var(--color-bg-light);
    flex: 1;
    min-width: 120px
}

.passenger-selector {
    display: flex;
    align-items: center;
    border: 1px solid var(--color-gray-300);
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 14px;
    background-color: var(--color-bg-light);
    gap: 10px
}

.passenger-selector i {
    cursor: pointer;
    color: var(--color-primary)
}

.remove-flight-btn {
    background-color: #a00;
    color: var(--color-text-light);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer
}

.add-return-btn {
    background-color: var(--color-gray-100);
    border: 1px solid var(--color-gray-300);
    color: var(--color-primary);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: background .3s
}

.add-return-btn:hover {
    background-color: var(--color-gray-300)
}

#addFlightBtn {
    background-color: transparent;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 30px;
    transition: all .3s ease
}

#addFlightBtn:hover {
    background-color: var(--color-primary);
    color: var(--color-text-light)
}

.submit-button {
    background-color: var(--color-button);
    color: var(--color-text-light);
    border: none;
    padding: 14px 28px;
    font-size: 14px;
    border-radius: 30px;
    cursor: pointer;
    transition: background .3s ease
}

.submit-button:hover {
    background-color: var(--color-accent);
    color: var(--color-text-dark)
}

.header-main__nav {
    display: flex;
    align-items: center;
    gap: 1.5rem
}

.header-main__nav li {
    z-index: 99
}

.privacy_content h3 {
    font-size: 2rem;
    margin: 1rem 0
}

.privacy_content p a {
    color: var(--color-accent)
}

.privacy_content ul li {
    position: relative;
    padding-left: 1.75rem;
    margin-top: 1rem
}

.privacy_content ul li::before {
    content: "";
    position: absolute;
    background: var(--color-accent);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.privacy_content ul li {
    font-size: 1.25rem;
    font-weight: 500;
    color: #575757cc
}

.socail_icons {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0 0
}

.socail_icons li a {
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: 0 0;
    border: 1px solid var(--white);
    color: var(--color-text-light)
}

.socail_icons li a i {
    color: var(--color-text-light)
}

label.error {
    color: red;
    margin: 0 0 1.25rem
}

.consider_mission {
    padding-bottom: 15rem !important;
    background: var(--color-gray-600);
    margin-bottom: -10rem
}

.consider_mission h3 {
    font-size: 2.125rem;
    text-transform: uppercase;
    color: var(--white)
}

.range-calculator {
    display: grid;
    grid-column-gap: 0px;
    align-items: center;
    color: #fff;
    letter-spacing: 2px
}

.calculator {
    grid-column: 1/span 1;
    padding-top: 40px;
    min-width: 700px
}

.calculation {
    background-color: #f0f0f0;
    width: 100%;
    padding: 45px 50px 70px 50px;
    color: #000;
    margin: auto;
    white-space: nowrap
}

.calc_inner {
    width: 450px;
    margin: 0 auto
}

.image-calculation {
    grid-column: 2/span 1;
    display: flex;
    margin: 0 auto;
    width: 100%
}

form.calculator-form {
    margin-bottom: -13px !important
}

.calculator-form {
    flex-direction: row;
    align-items: center
}

#clear-button {
    margin-top: 10px;
    background-color: #c7c0b9;
    color: #000;
    border: none;
    border-radius: 40px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 2px
}

#calculate-button {
    margin-top: 10px;
    color: var(--color-text-light);
    border: none;
    border-radius: 40px;
    padding: 1.125em 2.75em;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 16px;
    background: var(--color-button)
}

#calculate-button:hover {
    background-color: var(--color-primary)
}

#disclaimer {
    font-style: italic;
    font-size: 10px;
    letter-spacing: .1em;
    max-width: 100%;
    color: #fff;
    padding-top: 55px
}

input {
    width: 80%
}

.input-label {
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 2px;
    padding-bottom: 15px
}

.cg-plane-image {
    margin: auto;
    max-width: 200px;
    margin-right: 40px;
    min-width: 150px
}

.cg-plane-image img {
    display: block;
    height: auto;
    max-width: 100%
}

ul#airport_results1 {
    position: absolute;
    min-width: 350px;
    text-align: left;
    list-style-type: none;
    padding: 0;
    line-height: 1;
    background-color: #ccc;
    z-index: 3;
    max-height: 300px;
    overflow: scroll;
    overflow-x: hidden
}

ul#airport_results2 {
    position: absolute;
    min-width: 350px;
    text-align: left;
    list-style-type: none;
    padding: 0;
    line-height: 1;
    background-color: #ccc;
    z-index: 3;
    max-height: 300px;
    overflow: scroll;
    overflow-x: hidden
}

#headline {
    color: #fff;
    margin: .5em 0 0 0;
    text-align: left
}

.distance-p,
.duration-hour,
.duration-min {
    font-size: 40px
}

.calculation #distance,
.calculation #duration {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    padding-top: 30px;
    letter-spacing: 2px
}

.calculation #distance span,
.calculation #duration span {
    font-weight: 700;
    margin-right: 10px
}

#distance-components,
#duration-components {
    display: flex;
    font-weight: 600
}

.airports h3 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px
}

.airports p {
    font-size: 12px
}

.airports:hover {
    cursor: pointer;
    background-color: #dbd7d3
}

#arrive-input.arrive,
#depart-input.depart {
    margin-right: 10px;
    color: #fff;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    letter-spacing: 2px;
    outline: 0;
    padding: .4em .5em;
    max-width: 100%
}

#arrive-input.arrive::placeholder,
#depart-input.depart::placeholder {
    color: var(--color-text-light)
}

.airport-inputs {
    display: flex;
    justify-content: space-between
}

.input-blocks-one-and-two {
    flex: 1;
    padding-bottom: 15px
}

.arrive,
.depart {
    display: block;
    box-sizing: border-box;
    margin-top: 10px
}

#arrow {
    color: #999
}

.calculation span {
    color: #7f7b77
}

.flex-calc {
    display: flex;
    flex-direction: row;
    align-items: center
}

.flex-btn {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 40px
}

ul#airport_results1>li,
ul#airport_results2>li {
    padding: 10px
}

@media only screen and (max-width:1100px) {
    .flex-calc {
        display: flex;
        flex-direction: column
    }

    .cg-plane-image {
        margin: auto;
        padding: 20px 10px 30px 10px;
        max-width: 200px;
        min-width: 150px
    }

    #airport-inputs {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    #arrive-input.arrive,
    #depart-input.depart {
        width: 100%;
        margin-right: 10px;
        color: #fff;
        background-color: transparent;
        border: none;
        border-radius: 0;
        border-bottom: 2px solid #fff
    }

    .flex-btn {
        display: flex;
        justify-content: flex-start;
        width: 100%
    }

    .calculation {
        background-color: #f0f0f0;
        width: 400px;
        margin: 0 auto;
        padding: 5px 50px 30px 50px !important;
        color: #000;
        white-space: nowrap
    }

    #disclaimer {
        width: 350px;
        margin: 0 auto
    }

    .calculator {
        grid-column: 1/span 1;
        padding-top: 40px;
        min-width: 450px;
        margin: 0 auto
    }

    .image-calculation {
        grid-column: 2/span 1;
        display: block;
        margin: initial
    }

    #headline {
        color: #fff;
        margin: .5em 0 0 0;
        text-align: center
    }
}

@media only screen and (max-width:1600px) {
    .calculation {
        background-color: #f0f0f0;
        min-width: 200px;
        padding: 45px 50px 70px 50px;
        color: #000;
        margin: auto;
        white-space: nowrap
    }

    .calc_inner {
        width: auto;
        margin: 0 auto
    }

    .calculator {
        grid-column: 1/span 1;
        padding-top: 40px;
        min-width: 550px
    }
}

@media only screen and (max-width:1300px) {
    .calculation {
        background-color: #f0f0f0;
        min-width: 150px;
        padding: 45px 20px 70px 20px;
        color: #000;
        margin: auto;
        white-space: nowrap
    }

    .calculator {
        grid-column: 1/span 1;
        padding-top: 40px;
        min-width: 450px
    }
}

@media only screen and (max-width:40em) {
    .calculation {
        background-color: #f0f0f0;
        width: 100% !important;
        padding: 5px 20px 30px 20px !important;
        color: #000;
        margin: auto;
        white-space: nowrap
    }

    #headline {
        color: #fff;
        margin: .5em 0 0 0;
        text-align: center
    }

    .calculator {
        grid-column: 1/span 1;
        padding-top: 40px;
        min-width: 100%;
        margin: 0 auto
    }

    .flex-btn {
        display: flex;
        justify-content: center;
        width: 100%
    }

    ul#airport_results1 {
        position: absolute;
        min-width: 100%;
        text-align: left;
        list-style-type: none;
        padding: 0;
        line-height: 1;
        background-color: #ccc;
        z-index: 3;
        max-height: 300px;
        overflow: scroll;
        overflow-x: hidden
    }

    ul#airport_results2 {
        position: absolute;
        min-width: 100%;
        text-align: left;
        list-style-type: none;
        padding: 0;
        line-height: 1;
        background-color: #ccc;
        z-index: 3;
        max-height: 300px;
        overflow: scroll;
        overflow-x: hidden
    }

    #distance,
    #duration {
        flex-direction: column !important;
        margin: 5px
    }

    #distance-components,
    #duration-components {
        margin-top: 5px
    }
}

#airport_results1 li.active,
#airport_results2 li.active {
    background-color: #eee
}

.form-check-input {
    width: fit-content;
    position: relative
}

.contact_form .select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    background: var(--color-bg-light);
    border-width: 0 0 1px 0;
    padding: .5em 0;
    margin: 0 0 1.25em;
    font-size: 1rem;
    color: var(--color-primary);
    outline: 0;
    border-radius: 0;
    border-color: var(--color-primary);
    height: auto
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--color-primary)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0
}

.from-results,
.to-results {
    position: absolute;
    min-width: 350px;
    text-align: left;
    list-style-type: none;
    padding: 0;
    line-height: 1;
    background-color: #f5f5f5;
    z-index: 3;
    max-height: 300px;
    overflow: scroll;
    top: 60px;
    overflow-x: hidden
}

.from-results li,
.to-results li {
    padding: 10px
}

.contact_info {
    padding: 2em;
    background: var(--color-bg-light);
    box-shadow: 0 0 6px #000;
    text-align: center;
    height: 100%;
    display: grid;
    place-items: center;
    border-radius: 1.5rem;
    transition: all .3s ease;
}

.contact_info:hover {
    background: var(--color-primary);
}

.contact_info_icon i {
    font-size: 2.25rem;
    color: var(--color-primary);
    transition: all .3s ease;
    margin-bottom: 1.5rem;
}

.contact_info:hover .contact_info_icon i {
    color: var(--color-text-light);
}

.contact_info_text p {
    font-size: 1.5rem;
    color: var(--color-primary);
    margin: 0;
    transition: all .3s ease;
    line-height: 1.5;
}

.contact_info:hover .contact_info_text p {
    color: var(--color-text-light);
}
