/* Responsive-css */

@media(min-width:1600px) {
.flight_card {
    max-width: 25%;
    min-width: 25%;
}
}

@media(max-width:1367px) {

    :root {
    --section-space: 100px;
    --section-smallspace: 50px;
    --section-herotitle:48px;
    --section-h1:48px;
    --section-h2:30px;
    --section-h3:30px;
    --section-h4:20px;
    --section-h5:20px;
    --section-h6:18px;
    }

    .ready-aeroplane-left {
        left: -570px;
    }

    .ready-aeroplane-right {
        right: -280px;
    }

    .banner_vector_left{
        left: -80px !important;
    }
    .banner_vector_right{
        position: relative;
        right: 00px !important;
    }

    .filter-data h3{
        font-size: 24px;
    }
.flight_card {
    max-width: 25%;
    min-width: 35%;
}

}

@media(max-width:1199px) {
    :root {
        --section-space:80px;
        --section-smallspace: 50px;
        --section-hero-title: 55px;
        --section-heading: 32px;
        --section-subheading: 22px;
        --section-subtitle: 20px;
        --section-paragraph: 16px;
        --section-largeHeading:44px;
    }
    .flight_card {
    min-width: 50%;
}
   
}


@media(max-width:1024px) {
   
    :root {
        --section-space: 80px;
        --section-herotitle:36px;
        --section-h3:24px;
        --section-h4:20px;
        --section-h1: 36px;
    }

    .banner_vector_left {
        left: -150px !important;
    }
    .banner_vector_right {
        right: 0px !important;
        opacity: .3;
    }
   .navbar-nav {
    gap: 40px;
}
}

@media(max-width:991px) {
    :root {
        --section-hero-title: 48px;
        --section-hero-subtitle: 36px;
        --section-heading: 32px;
        --section-subheading: 20px;
        --section-space: 60px;
    }
    .flight_card {
        min-width: 60%
    }
    .navbar-nav {
    gap: 10px;
}
.header_nav .navbar-nav .nav-link {
    line-height: 60px;
}
}


@media(max-width:767px) {
    :root {
        --section-space: 50px;
        --section-h3:18px;
        --section-h2:26px;
        --section-herotitle: 28px;
        --section-h1: 28px;
        --section-h5: 16px;
    }

    .quote-image {
        left: 0px !important;
    }
    .cta-bg{
        text-align: center;
    }
    .header_main {
        padding: 20px 0px;
        min-height: 80px;
    }
    .navbar-nav {
        gap: 0px;
    }
    .banner_section_start{
        padding-top: 100px !important;
        overflow-x: hidden;
    }
    .banner_vector_left {
        top: 340px;
        opacity: .4;
        z-index: -1;
    }
    .banner_vector_right {

        top: 110px;
        right:0 !important
    }
    .filters {
        display: flex;
        gap: 12px !important;
        flex-direction: column;
    }
    .filters a {
        display: block;
    }
    .ready-aeroplane-right, .ready-aeroplane-left, .cta-aeroplane-right{
        display: none;
    }
    .ready-to-book {
        padding: 100px 30px;
    }
    .ready-bg {
        padding: 70px 0;
        margin-top: 120px !important;
        border-radius: 20px;
    }
    .custom-border
    {
        border: 0;
        border-bottom: 2px solid ;
    }
    .header_nav .navbar-nav .nav-link {
    line-height: 60px;
}
}

@media(max-width:567px) {
  
}
