/* responsive ******************************************************************************/

@media (min-width: 992px) {
    
    #header .main-menu-content ul li:hover .dropdown-menu-item {
        -webkit-transform: perspective(300px) rotateX(0);
        -moz-transform: perspective(300px) rotateX(0);
        -ms-transform: perspective(300px) rotateX(0);
        -o-transform: perspective(300px) rotateX(0);
        transform: perspective(300px) rotateX(0);
        opacity: 1;
        visibility: visible;
    }
    #header .main-menu-content ul li .dropdown-menu-item li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: perspective(250px) rotateX(0);
        -moz-transform: perspective(250px) rotateX(0);
        -ms-transform: perspective(250px) rotateX(0);
        -o-transform: perspective(250px) rotateX(0);
        transform: perspective(250px) rotateX(0);
    }
    #header .main-menu-content ul li .dropdown-menu-item li{
        padding: 0;
    }

    /* sidebar fixed css */
    .sticky {
        width: 246px;
    }
}

@media (min-width: 1200px) {
    /* sidebar fixed css */
    .sticky {
        width: 318px;
    }
}


@media (min-width: 1400px) {
    /* sidebar fixed css */
    .sticky {
        width: 372px;
    }
}




@media (max-width: 1599px) {
    h5, h6 {
        font-size: 16px;
    }

    .flight-card .time-info p {
        line-height: 20px;
        font-size: 14px;
    }
    .flight-card .airline-mame {
        line-height: 20px;
        font-size: 14px;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 1366px) {
    .header-top-bar, .header-menu-wrapper {
        padding-right: 0;
        padding-left: 0;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 1199px) {
    .deal-card .deal__title {
        font-size: 16px;
    }
    .responsive--column-l {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card-item .card-price {
        display: block !important;
    }
    .card-item .card-body {
        padding: 20px 30px;
    }
    .destination-card .card-body{
        bottom: -45px;
    }
    .card-item .card-rating {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .destination-card{
        margin-bottom: 25px;
    }
    .timing-from {
        padding-left: 0;
    }
    .timing-from, .timing-to {
        width: 21%;
    }
    .hours-info {
        width: 21%;
    }
    .flight-name-info {
        width: 100%;
        margin-bottom: 10px;
    }
    .price-btn {
        width: 36%;
        margin-top: 0;
    } 
    .flight-details-row > .row {
        display: block;
    }
    .flight-details-inner-col {
        width: 100%;
        padding: 10px;
    }
    .flight-details-inner-col .line{
        margin: 0;
    }
    .flight-details-inner-col .text-center{
        text-align: left !important;
    }
    .price-section {
        margin-top: 0;
    }
    .container {
        max-width: 90%;
    }
    .card-item.flight-card .row{
        align-items: center;
    }
    .theme-btn {
        font-size: 13px;
        line-height: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 991px) {

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    /* header responsive */
    .menu-toggler .la{
        width: 40px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-left: auto;
        background-color: var(--transparent-grey-4);
        color: var(--navy);
        font-size: 26px;
    }    
    .menu-toggler .la-bars {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    #header .main-nav nav {
        position: fixed;
        top: 0;
        left: -50%;
        width: 100%;
        height: 100vh;
        background: var(--white);
        opacity: 0;
        visibility: hidden;
        transition: .5s all ease-in-out;
        z-index: 111;
        padding: 70px 30px 15px;
    }
    #header .main-nav nav ul li{
        padding-right: 0;
        margin-right: 0;
    }

    #header .main-nav nav.show {
        left: 0;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
    }


    #header .main-nav .click-menu,
    #header .main-nav .cancel-menu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    #header .main-nav .cancel-menu {
        position: fixed;
        top: 20px;
        left: -100%;
        text-align: center;
        z-index: 222;
        transition: .5s;
        opacity: 0;
        visibility: hidden;
    }

    #header .main-nav .cancel-menu.show {
        opacity: 1;
        visibility: visible;
        left: calc(100% - 50px);
    }

    #header .main-nav {
        flex-direction: row-reverse;
    }
    .menu-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header-box {
        padding: 15px;
    }
    .nav-btn {
        display: none;
    }
    #header .main-menu-content ul li a{
        padding-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #header .main-menu-content .header-top-bar.mobile a {
        padding-bottom: 0;
    }
    #header .main-menu-content .header-top-bar.mobile li{
        margin-bottom: 0;
        padding-right: 10px;
    }
    .header-top-bar{
        border-top: 1px solid var(--transparent-grey-4);
        border-bottom:0;
        padding: 10px 0;
    }
    #header .main-menu-content ul li .dropdown-menu-item {
        opacity: 0; /* Initially invisible */
        visibility: hidden; /* Hidden initially */
        transform: translateY(-20px); /* Move up slightly */
        transition: all 0.3s ease; /* Smooth transition for all properties */
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: transparent;
        padding-bottom: 10px;
        padding-top: 0;
        display: none;
        margin-bottom: 10px;
    }
    
    #header .main-menu-content ul li .dropdown-menu-item.active {
        opacity: 1; /* Fully visible */
        display: block;
        visibility: visible; /* Make it visible */
        transform: translateY(0); /* Reset transform */
    }
    
   
    #header .main-menu-content ul li a .la-angle-down,
    #header .main-menu-content ul li .dropdown-menu-item li a .la-plus {
        display: none;
    }
    /* #header .main-menu-content ul li .drop-menu-toggler, 
    #header .main-menu-content ul li .drop-menu-toggler .la-angle-down,
    #header .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler,
    #header .main-menu-content ul li .dropdown-menu-item li a .sub-menu-toggler .la-plus{
        display: block;
    } */
    .down-button.active {
        top: auto;
    }
    #header .main-menu-content ul li .dropdown-menu-item li .sub-menu {
        width: 100%;
        position: inherit;
        top: auto;
        left: auto;
        -webkit-transform: perspective(0) rotateX(0);
        -moz-transform: perspective(0) rotateX(0);
        -ms-transform: perspective(0) rotateX(0);
        -o-transform: perspective(0) rotateX(0);
        transform: perspective(0) rotateX(0);
        opacity: 1;
        visibility: visible;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
        padding: 5px 0 5px 25px;
        display: none;
    }
    #header .main-menu-content ul li .dropdown-menu-item li a:hover .la-plus {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    h1 {
        font-size: 40px;
    }    
    h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .section-tab .nav-tabs{
        row-gap: 15px;
    }
    .responsive-column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .card-item .card-price {
        display: flex !important;
    }
    .testimonial-area .heading {
        margin-bottom: 50px;
    }
    .mobile-app .mobile-img {
        position: inherit;
        bottom: auto;
        right: auto;
    }
    .mobile-app{
        overflow: hidden;
    }
    .section {
        padding: 60px 0;
    }
    .padding-top-100px {
        padding-top: 70px;
    }
    .cta-area {
        padding-top: 60px;
        padding-bottom: 130px;
    }
    .footer-social-box {
        text-align: center !important;
        padding-top: 20px;
    }
    .term-box .list-items, .copy-right-content {
        justify-content: center !important;
    }
    .copy-right {
        text-align: center;
    }

    .flights-info {
        line-height: 15px;
        padding-top: 15px !important;
    }
    .arln-logo {
        width: 25px;
        height: 25px;
    }
    .ms-3 {
        margin-left: .8rem !important;
    }
    .sticky {
        position: unset;
        width: 100%;
    }
    .card-area .filter-wrapper, .card-area .flight-card-wrap {
        width: 100%;
    }
    .filter-wrapper .checkboxContent .checkboxTitle {
        font-size: 14px;
    }
    .filters-block .dropdown-menu {
        height: 180px;
        overflow-y: auto;
        box-shadow: 0 4px 8px 0 var(--transparent-black);
        border: none;
    }
    .filters-block .dropdown-item:focus,  .filters-block .dropdown-item:hover{
        background-color:transparent;
    }
    .dropdown-menu.range-slider-menu {
        width: 250px;
    }
    .filter-bar{
        display: flex;
        align-items: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 20px;
        background-color: var(--white);
        -webkit-box-shadow: 0 0 40px var(--transparent-grey);
        -moz-box-shadow: 0 0 40px var(--transparent-grey);
        box-shadow: 0 0 40px var(--transparent-grey);
        border: 1px solid var(--transparent-grey-4);
        flex-wrap: wrap;
        row-gap: 15px;
    }
    .filter-option {
        margin-right: 20px;
    }
 
    .range-text {
        font-size: 15px;
    }
    button.theme-btn.dropdown-toggle {
        box-shadow: none;
    }
    .container {
        max-width: 95%;
    }
    #myRange1 {
        width: 100%;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 767px) {

    
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .responsive-column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header-top-content {
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }
    .card-item{
        margin-bottom: 0;
    }
    .card-item.destination-card, .card-item.blog-card {
        margin-bottom: 30px;
    }
    .card-item .card-price {
        display: block !important;
    }
    .card-item .card-price .price__num {
        font-size: 15px;
    }
    .tab-content-info {
        display: block !important;
    }
    .section-tab-3 .nav-tabs .nav-link{
        padding-right: 20px;
        padding-left: 20px;
    }
    .btn--box {
        padding-top: 30px;
        text-align: left !important;
    }
    .blog-card .card-footer .author-content .author-img {
        width: 40px;
        height: 40px;
    }
    .blog-card .card-footer{
        padding: 10px;
    }
    .card-item .card-body {
        padding: 20px;
    }
    .client-logo-item{
        padding: 0 20px;
    }
    .clientlogo-area.text-center.section {
        padding: 40px 0 10px;
    }
    .term-box .list-items {
        display: block !important;
        text-align: center;
    }
    .term-box .list-items li {
        display: inline-block;
    }
    .cta-area video {
        height: 500px;
        object-fit: cover;
    }
    .card-item.flight-card{
        margin-bottom: 30px;
    }
    .filter-option {
        margin-right: 0;
        width: 100%;
    }
    button.theme-btn.dropdown-toggle, .filter-option .dropdown-menu {
        width: 100%;
    }
    .table-wrapper .row.table-row {
        line-height: 20px;
    }
    .table-wrapper .accordion-button {
        padding: 10px;
        font-size: 15px;
    }
    .toggle-flight-details .table-row .col-md-7, .toggle-flight-details .table-row .col-md-5,
    .toggle-flight-details .table-wrapper .bottom-text {
        padding: 5px 10px;
    }
    .toggle-flight-details .table-row .col-md-5{
        border-right: 0;
    }
    .flight-details-row > .row {
        display: flex;
    }
    .flight-details-inner-col {
        width: 50%;
        padding: 10px;
    }
    .flight-details-inner-col .line{
        display: none;
    }
    .flight-timings, .baggage-info {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .flight-timings p.mb-2, .flight-details-row h5 {
        margin-bottom: 0 !important;
    }
    .price-btn {
        width: 100%;
        margin-top: 30px;
    }
    .hours-info {
        width: 38%;
    }
    .timing-from, .timing-to {
        width: 31%;
    }
    .flight-details-row p.d-flex {
        display: block !important;
    }
    .toggle-flight-details{
        padding: 15px;
    }
    .flight-details-block .flight-title {
        font-size: 15px;
        line-height: 20px;
    }
    .toggle-flight-details .nav-tabs {
        padding-bottom: 1px;
        border-bottom: inherit;
        row-gap: 10px;
        font-size: 15px;
    }
    .breadcrumb-content h2.sec__title {
        text-align: center;
        margin-bottom: 20px;
    }
    .breadcrumb-list{
        text-align: center !important;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 575px) {
    .flight-details-inner-col {
        width: 100%;
    }
    
}

/* responsive ******************************************************************************/
@media (max-width: 479px) {
    .toggle-flight-details .nav-tabs .nav-link,
    .toggle-flight-details .nav-item{
        width: 100%;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 375px) {}