﻿
@font-face {
    font-family: 'airplane script';
    src: url('../../alms/fonts/airplane script.ttf') format('truetype');
}

.airplane-script {
    font-family: 'airplane script';
}

@font-face {
    font-family: 'bomberescortcondital';
    src: url('../../alms/fonts/bomberescort/bomberescortcondital.ttf') format('truetype');
}

.bomberescortcondital {
    font-family: 'bomberescortcondital';
}

:root {
    --scroll-bar-color: #c5c5c5;
    --scroll-bar-bg-color: #f6f6f6;
}

::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0.5);
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
}

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    *::-webkit-scrollbar-track {
        background: var(--scroll-bar-bg-color);
    }

    *::-webkit-scrollbar-thumb {
        background-color: var(--scroll-bar-color);
        border-radius: 20px;
        border: 3px solid var(--scroll-bar-bg-color);
    }



/*utility*/
.fw-900 {
    font-weight: 900;
}

.form-group {
    position: relative;
}

    .form-group span[class^='fa-'],
    .form-group span.la {
        position: absolute;
        right: 0.75rem;
        top: 50%;
        transform: translateY(-50%);
    }

.field-validation-error {
    line-height: 1;
    color: red;
}
/*flatpickr*/
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    color: #5e6278;
    text-decoration: line-through;
}
/*select2*/
.input-group .select2-container--bootstrap-5 .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

select + .select2-container--bootstrap-5 {
    max-width: 100%;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    width: 100%;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
    max-height: 12rem;
}

.form-floating .select2-container--bootstrap-5 .select2-selection {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
}
/*select2 ends*/

.home_section .home {
    height: 600px;
}

    .home_section .home .home-content {
        height: 600px;
    }

@media only screen and (max-width: 991px) {
    .home_section .home {
        height: 650px;
    }

        .home_section .home .home-content {
            height: 650px;
        }
}
/*professional black color*/
.list-group-item-action, .left-sidebar .middle-part .filter-block .form-check-label, .flight-detail-sec .detail-bar .detail-wrap .airport-part .airport-name h6, .flight-detail-sec .detail-bar .detail-wrap .airport-part .airport-progress .stop, .flight-detail-sec .detail-bar .detail-wrap .price span {
    color: #000;
}

.top-section .heading {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .top-section .heading .text {
        padding-top: 18%;
        padding-right: 5%;
    }

        .top-section .heading .text .head {
            font-size: 350%;
            font-weight: 700;
            text-transform: uppercase;
            color: var(--bs-primary);
        }

        .top-section .heading .text .body {
            font-size: 350%;
            font-weight: 600;
            font-family: 'Dancing Script', cursive;
            letter-spacing: 5px;
            margin-top: -30px;
            color: var(--bs-danger);
        }

.center-top-banner {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}

    .center-top-banner img {
        width: 100%;
        object-fit: contain;
    }

@media (max-width: 991px) {
    /*.center-top-banner {
            display: none;
        }*/
}
/*search section*/
.search-block {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 10%;
    background: rgb(52 165 241 / 15%);
    backdrop-filter: blur(5px);
    z-index: 8;
    border-radius: 12px;
    border: 1px solid #34a5f1;
    box-shadow: 0px 0px 5px 5px rgb(52 165 241 / 10%);
}

.search-section .search-box {
    background: transparent;
}

@media screen and (max-width: 991px) {
    .top-section .heading {
        font-size: 45px;
    }

    .search-block {
        bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .top-section .heading {
        font-size: 17px;
        text-align: center;
    }

    .search-block {
        position: relative;
        top: 0;
    }
}

.search-panel .form-control:disabled, .search-panel .form-control[readonly] {
    background-color: #fff;
}

.search-section .search-box .left-part .search-body .form-control::placeholder {
    font-size: calc(14px + 4 * (100vw - 320px)/ 1600) !important;
}

.booking-tab {
    /*padding-inline: 2rem;*/
}

    .booking-tab .nav.nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        padding-top: 0px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        background: transparent;
        border: none;
    }

        .booking-tab .nav.nav-tabs .nav-item {
            margin-right: 5px;
        }

        /*.booking-tab .nav.nav-tabs .nav-item:first-child {
                border-radius: 1rem 0 0 0;
            }

            .booking-tab .nav.nav-tabs .nav-item:last-child {
                border-radius: 0 1rem 0 0;
            }*/

        .booking-tab .nav.nav-tabs .nav-link {
            padding: 5px 15px;
            color: #34a5f1;
            border: 3px solid transparent;
            display: flex;
            align-items: center;
            font-weight: 700;
            background: #fff;
            border-radius: 50px;
        }

            .booking-tab .nav.nav-tabs .nav-link:hover {
                border: 3px solid #34a5f1;
                border-radius: 50px;
                -webkit-transition: all 0.8s ease;
                transition: all 0.8s ease;
            }

            .booking-tab .nav.nav-tabs .nav-link.active {
                outline: 3px solid #34a5f1;
                border-radius: 50px;
                color: #34a5f1;
                font-size: 14px;
                font-weight: 700;
            }

            .booking-tab .nav.nav-tabs .nav-link i {
                color: #34a5f1;
                font-size: 16px;
                margin-right: 5px;
            }

/*.booking-tab .nav.nav-tabs .nav-link .tab-text {*/
/*max-width: 0;*/
/*transition: max-width 1s;
                display: inline-block;
                vertical-align: top;
                white-space: nowrap;
                overflow: hidden;
                font-size: 1rem;
                font-weight: 800;
            }*/

/*.booking-tab .nav.nav-tabs .nav-link.active .tab-text,
            .booking-tab .nav.nav-tabs .nav-link:hover .tab-text {
                max-width: 7rem;
            }*/


.booking-tab-content .tab-content {
    border-radius: 1rem;
    padding: 1.5rem;
    background: var(--bs-body-bg);
    box-shadow: 0 1px 7px 0 rgb(var(--bs-black-rgb), 40%);
    position: relative;
}

.selector-box-flight {
    top: 100%;
    right: 0;
}

.search-panel .nav.nav-tabs {
    padding: 10px 15px 15px 15px;
}

    .search-panel .nav.nav-tabs .form-check {
        font-size: 16px;
        display: block;
    }

        .search-panel .nav.nav-tabs .form-check .form-check-input,
        .search-panel .nav.nav-tabs .form-check .form-check-label {
            cursor: pointer;
        }

            .search-panel .nav.nav-tabs .form-check .form-check-input:checked {
                background-color: #34a5f1;
                border-color: #34a5f1;
            }

.search-panel .search-section .search-box .left-part .search-body {
    /*padding: 20px 10px;*/
    flex: 1 1 0px;
    border: 1px solid #c8d3d8;
    padding: 5px 15px;
    text-align: left;
    margin-bottom: 20px;
    background: #fff;
}

    .search-panel .search-section .search-box .left-part .search-body + .search-body {
        border-left: 0;
    }

.search-section .search-box .left-part .search-body:after {
    display: none !important;
}

.search-panel .search-section .search-box .left-part .search-body h6 {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #051d3c;
    margin: 0;
    text-transform: capitalize;
}

.search-panel .search-section .search-box .left-part .search-body .field-validation-error {
    position: absolute;
}

.search-section .search-box .left-part .search-body .form-control {
    font-size: 17px;
    color: #051d3c;
    margin-bottom: 0;
    text-align: left
}

.search-panel .select2-container--bootstrap-5 .select2-selection {
    min-height: auto;
}

@media (max-width: 767px) {
    .search-panel .search-section .search-box .left-part .search-body {
        width: 100%;
    }

        .search-panel .search-section .search-box .left-part .search-body + .search-body {
            border-left: 1px solid #c8d3d8;
        }
}

#tabs-hotel .search-panel .search-section .search-box .left-part .search-body:last-child:after {
    display: none;
}

#hotelSearchButton,
#flt-search-btn {
    border-radius: 0;
    width: 100%;
    padding: 15px 10px;
}

.easy-autocomplete {
    min-width: 100%;
}

    .easy-autocomplete input {
        box-shadow: none !important;
    }

        .easy-autocomplete input:focus::placeholder {
            color: transparent !important;
        }

.easy-autocomplete-container {
    top: 100%;
    text-align: left;
    min-width: 210px;
}

.search-section .search-box .jt-oneway .left-part .search-body.returnDate {
    display: none;
}

.flt-swapper {
    right: -24px;
    background: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.hotel-room .select2-container--bootstrap-5 .select2-selection,
.hotel-room .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border: none;
    box-shadow: none;
}

.svg-icon.svg-icon-primary svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: var(--bs-primary);
}

@media(max-width: 767px) {
    .flt-swapper {
        right: 10%;
        transform: translateX(50%);
        top: 90%;
        border-radius: 50%;
        padding: 5px;
    }
}

/*search results*/
#lowest-price-filter-box::-webkit-scrollbar {
    width: 20px;
}

#lowest-price-filter-box::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

#lowest-price-filter-box::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: var(--bs-primary);
}

#lowest-price-filter-box li .airchk {
    position: relative;
    min-width: 104px;
}

#lowest-price-filter-box .airline-chk:checked + label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .25rem;
    border: 2px solid var(--bs-primary);
}

.details-content-box {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #d4dee5;
    border-radius: 4px;
    display: block;
    max-height: 430px;
    overflow-y: auto;
}

.details-box-title {
    color: var(--bs-primary) !important;
    font-size: 13px !important;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.flt-route-header {
    border-bottom: 1px solid var(--bs-primary);
    color: var(--bs-primary);
}

.flt-route-title { /*letter-spacing:3px;*/
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
}

.flt-route-info {
    float: right;
    display: inline-block;
    font-size: 0.85em;
    font-weight: bold;
}

#modify-search {
    border-radius: 12px;
    box-shadow: rgb(0 0 0 / 20%) 0px 6px 6px -3px, rgb(0 0 0 / 14%) 0px 10px 14px 1px, rgb(0 0 0 / 12%) 0px 4px 18px 3px;
}

    #modify-search .modify-area > .container {
        padding: 0;
    }

    #modify-search .search-panel {
        padding: 1rem;
    }

.result-first {
    width: 100%;
    /*height: 200px;*/
    /*position: absolute;*/
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    backface-visibility: hidden;
    box-shadow: rgb(0 0 0 / 20%) 0px 6px 6px -3px, rgb(0 0 0 / 14%) 0px 10px 14px 1px, rgb(0 0 0 / 12%) 0px 4px 18px 3px;
}

    .result-first .fltDet {
        display: flex;
        flex-direction: column;
        vertical-align: middle;
        width: 80%;
    }

    .result-first .onFlt {
        padding: 7px 7px 7px 15px;
        /*height: 100px;*/
        display: flex;
        flex: 1;
        justify-content: space-between;
    }

        .result-first .onFlt .las,
        .details-result .las {
            font-size: 20px;
        }

        .result-first .onFlt.combBord {
            border-bottom: 1px solid #d4dee5;
        }

    .result-first .airline {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .result-first .airLogo {
        width: 40px;
    }

    .result-first .airDet {
        text-align: center;
        line-height: 15px;
    }

    .result-first .fltNum {
        color: #686868;
        font-size: 10px;
        font-weight: 600;
    }

    .result-first .depTime,
    .result-first .arrTime,
    .result-first .fltDur {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: 0.5;
    }

    .result-first .detailLabel,
    .result-first .detailLabel {
        font-weight: bold;
        font-size: 10px;
    }

    .result-first .route,
    .result-first .route {
        font-weight: bold;
        font-size: 18px;
    }

    .result-first .time,
    .result-first .time,
    .result-first .dur {
        font-weight: bold;
        font-size: 15px;
    }

    .result-first .date,
    .result-first .date,
    .result-first .stops {
        font-weight: 600;
        font-size: 10px;
        color: #686868;
        text-align: center;
    }

    .result-first .fltDur {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: 0.5;
    }

.fly-layoff-row {
    border-bottom: 1px dotted var(--bs-primary);
}

.fly-layoff {
    background: var(--bs-primary) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 0.85em;
    font-weight: bold;
    position: relative;
    text-align: center;
    width: 60px;
}

/*traveller details*/
.flight_detail .form-control[readonly] {
    background-color: #fff;
}

.title-top.position-relative .btn {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.review-section .review_box .flight_detail .summery_box .table td, .review-section .review_box .flight_detail .summery_box .table th {
    padding: 0.25rem 0.25rem;
}

.review-section .review_box .title-top {
    border-radius: 12px 12px 0 0;
}
/*Force reftesh*/
.force-refresh-overlay.overlay-holder {
    z-index: 9999999;
}

.overlay-holder {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    clear: both;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.body-stop-scroll {
    overflow: hidden;
    margin-right: 14px;
}

.force-refresh-overlay.overlay-holder .overlay {
    width: 50%;
}

.body-stop-scroll .overlay.tranq-overlay {
    animation: popupOpen 0.3s ease-in-out 0s 1 both;
    -webkit-animation: popupOpen 0.3s ease-in-out 0s 1 both;
    -moz-animation: popupOpen 0.3s ease-in-out 0s 1 both;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}

.overlay.tranq-overlay {
    animation: popupClose 0.3s ease-in-out 0s 1 both;
    -webkit-animation: popupClose 0.3s ease-in-out 0s 1 both;
    -moz-animation: popupClose 0.3s ease-in-out 0s 1 both;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

.overlay.tranq-overlay {
    margin: 0;
    position: absolute;
    left: 25%;
    top: 15%;
    max-width: 90%;
    height: 50%;
    border-radius: 4px;
}

.overlay {
    animation: popout 0.5s ease;
    -webkit-animation: popout 0.5s ease;
}

.overlay {
    background-color: #fff;
    margin: 5% auto 0;
    position: relative;
    top: 5%;
    max-width: 90%;
    text-align: left;
    z-index: 999999;
    border-radius: 3px;
}

.force-refresh-overlay .center-align {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}

.force-refresh-overlay.overlay-holder .overlay .overlay-header {
    font-size: 24px !important;
    padding: 1rem;
    border: 0;
}

.coundownbox-timer {
    position: fixed;
    bottom: 0;
    text-align: center;
    padding: 10px;
    background-color: #e4caff;
    color: #000;
    width: 100%;
    font-size: 1.5em;
    font-weight: 600;
    z-index: 100;
}

.filter-wrap .airline-name {
    background: #e9e9e9;
    padding: 10px;
}

.dest-info {
    font-size: 1.25rem;
    font-weight: 900;
}

@media (max-width: 767px) {
    .search-panel label.btn {
        font-size: 9px;
        display: flex;
        align-items: center;
        padding-inline: 8px;
    }

        .search-panel label.btn:focus,
        .search-panel label.btn:hover {
            outline: none;
            border: none;
        }

        .search-panel label.btn input {
            margin-right: 5px;
        }

    .eac-round.easy-autocomplete {
        max-width: 100%;
    }

    .easy-autocomplete-container ul li .eac-title-3 {
        display: none;
    }

    .dest-info {
        font-size: 1rem;
        font-weight: 900;
    }

    .mobile-filter {
        position: fixed;
        background: #bc99df;
        border-radius: 500px;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999999;
        padding: 10px;
    }

    .details-box.flight-detail-area .nav-link span {
        display: none;
    }

    .review-section .review_box .flight_detail .logo-sec img {
        width: 35px;
    }
}

.baggage-airline .flt-logo {
    width: 50px;
    height: 50px;
}

/*slick*/
.home_section .slick-prev, .home_section .slick-next {
    font-family: "Font Awesome 6 Free";
    background-color: transparent;
}

.air-det.zig-zag-effect:after {
    background: none;
}

.filter-block .collection-collapse-block-content a.btn {
    height: 4rem;
}

    .filter-block .collection-collapse-block-content a.btn span {
        font-size: 12px;
        letter-spacing: normal;
    }

.irs--flat .irs-handle > i:first-child {
    width: 18px;
    border-radius: 50%;
    margin-left: -10px;
    cursor: pointer
}
/*flightetails*/
.all-result-details {
    padding: 0 10% 0px 0;
    padding-left: 70px
}

    .all-result-details + .all-result-details {
        border-top: 2px solid #2990e6;
        padding-top: 20px;
    }

    .all-result-details.loderrrr {
        text-align: center
    }

        .all-result-details.loderrrr i {
            color: #2990e6;
            font-size: 50px
        }

    .all-result-details .flightdetail {
        position: relative;
        padding-bottom: 15px
    }

        .all-result-details .flightdetail:before {
            content: "\e22d";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            color: var(--bs-primary);
            left: -30px;
            top: 3px;
            rotate: 180deg;
        }

        .all-result-details .flightdetail:after {
            content: "";
            position: absolute;
            border-left: 2px dashed var(--bs-primary);
            left: -24px;
            top: 25px;
            bottom: 0
        }

        .all-result-details .flightdetail:last-child:after {
            display: none
        }

        .all-result-details .flightdetail strong {
            display: block;
            padding: 0 0 5px;
            font-weight: 700
        }

            .all-result-details .flightdetail strong b {
                font-weight: 400
            }

            .all-result-details .flightdetail strong img {
                width: 30px;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                vertical-align: middle;
                margin-right: 5px
            }

        .all-result-details .flightdetail span {
            font-size: 13px;
            display: block
        }

        .all-result-details .flightdetail p {
            font-size: 13px;
            line-height: 22px;
            padding: 0;
            display: block;
            color: #000;
        }

        .all-result-details .flightdetail label {
            display: block;
            margin-top: 5px
        }

    .all-result-details .connectiondetail {
        position: relative;
        padding-bottom: 15px
    }

        .all-result-details .connectiondetail:before {
            content: "\f192";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            color: var(--bs-primary);
            left: -30px;
            top: 12px;
            background: #fff;
            z-index: 1
        }

        .all-result-details .connectiondetail:after {
            content: "";
            position: absolute;
            border-left: 2px dashed var(--bs-primary);
            left: -24px;
            top: 0;
            bottom: 0
        }

        .all-result-details .connectiondetail .connectiondetailbg {
            background-color: #e1e8ee;
            padding: 4px;
            border-radius: 7px
        }

            .all-result-details .connectiondetail .connectiondetailbg label {
                display: block;
                padding: 5px 10px
            }

            .all-result-details .connectiondetail .connectiondetailbg p {
                display: block;
                padding: 5px 10px;
                background-color: #fff
            }

.detail-bar.flight-search-wrapper .result-placeholder {
    margin-top: 0;
}
/*flightetails ends*/
header .menu .header-right .front-setting select {
    padding: 6px 28px 6px 10px;
}

@media (max-width: 767px) {
    .process-steps .step-bg .step-box {
        aspect-ratio: auto;
        rotate: none;
    }

        .process-steps .step-bg .step-box > div {
            rotate: none;
        }
}

.popular-section {
    background-image: url('../../alms/images/world-map.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    border-top: 10px solid #7ec6e7;
    background-color: rgb(255 255 255 / 50%);
    background-blend-mode: hard-light;
}

.without_br ul {
    padding: 0;
    display: flex;
    flex-direction: column;
}

    .without_br ul li {
        list-style: none;
        padding-left: 26px;
        font-size: 15px
    }

        .without_br ul li:before {
            content: "\f058";
            font-family: "Font Awesome 6 Free";
            display: inline-block;
            margin-left: -1.3em;
            width: 1.3em;
            color: #643296;
            font-size: 17px;
            vertical-align: middle;
            text-indent: -2px
        }

.without_br ol li {
    display: list-item;
}

.without_br h1 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    margin: 0 0 10px;
}

.without_br h2 {
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    margin: 0 0 10px;
    font-size: 18px;
}
