:root {
    --main-color: #1fba71;

    --light-main-color: #dbf9ef;
    --light-grey-color: #F3F6FD;

    --black-color: #2B2540;

    --txt-60: 60px;
    --txt-40: 40px;
    --txt-30: 30px;
    --txt-26: 26px;
    --txt-15: 15px;


    --mt-20: 20px;
}

.fv-section {
    padding: 30px 0;
}

.fv-banner-area {
    /* padding-top: 330px !important;
    padding-bottom: 210px !important; */
    background-position: center !important;
}

.fv-banner-area::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(5, 16, 54, 0.5) 0%, #051036 72.43%);

    /* background-image: linear-gradient(to right top, #008152, #0b8f63, #169e74, #20ac86, #2abb98); */
    opacity: 0.65;
}

.fv-banner-area .container {
    z-index: 3;
    position: relative;
}

.fv-dropdown-toggle {
    border: none;
    background-color: transparent;
}

.fv-dropdown-toggle::after {
    color: white;
}

.fv-lang-name {
    color: white;
}

.fv-banner-text {
    padding-right: 0 !important;
}

.fv-banner-text h1,
.fv-banner-text p {
    color: white !important;
    text-align: center;
}

.fv-banner-text h1 {
    font-size: var(--txt-60);
}


.fv-navbar-area.is-sticky {
    background-color: white !important;
}

.fv-navbar-area .fv-logo-main,
.fv-navbar-area.is-sticky .fv-logo-white {
    display: none;
}

.fv-navbar-area .fv-logo-white,
.fv-navbar-area.is-sticky .fv-logo-main {
    display: block;
}


.fv-tab-content {
     /* background: white; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* padding: 9px; */
    border-radius: 10px;
}

.fv-navbar-area .nav-item a {
    color: white !important;
}

.fv-navbar-area.is-sticky .nav-item a {
    color: var(--black-color) !important;
}

.fv-navbar-area.is-sticky .fv-lang-name {
    color: var(--black-color);
}

.fv-navbar-area.is-sticky .fv-dropdown-toggle::after {
    color: var(--black-color);
}

.fav-dot-menu .inner .circle {
    background-color: var(--black-color) !important;
}

.others-option-for-responsive .container .container.active {
    z-index: 3;
}

.main-responsive-nav .mean-container a.meanmenu-reveal span {
    background-color: var(--black-color) !important;
}

.fv-nav-tabs {
    justify-content: center;
}

.fv-nav-tabs .nav-link {
    color: white !important;
}

.fv-nav-tabs .nav-link:hover {
    color: var(--main-color) !important;
}

.fv-nav-tabs .nav-link {
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
}

.fv-nav-tabs .nav-link::after {
    content: '';
    width: 80%;
    height: 2px;
    background-color: white;
    position: absolute;
    left: 10%;
    transition: all 0.3s;
    bottom: 0;
    transform: translateX(-110%);
}

.fv-nav-tabs .nav-link:hover::after {
    transform: translateX(0px);
}

.fv-nav-tabs .nav-link.active {
    position: relative;
    color: white !important;
}

.fv-nav-tabs .nav-link.active::after {
    content: '';
    width: 80%;
    height: 2px;
    background-color: white;
    position: absolute;
    left: 10%;
    bottom: 0;
    transform: translateX(0px);
}

/*.fv-place-label {*/
/*    display: none !important;*/
/*}*/

.fv-banner-input-label {
    color: var(--black-color) !important;
    font-weight: 800;
}

.flight_Search_boxed input {
    font-weight: 300 !important;
}

.fv-flight_Search_boxed-from,
.fv-flight_Search_boxed {
    background-color: white;
    border-radius: 0 !important;
    padding: 0 10px;
}

.fv-border-right-from,
.fv-border-right-to,
.fv-border-right-date,
.fv-border-right-passengers {
    border-right: 1px solid rgba(128, 128, 128, 0.218);
}

.fv-search-home-btn {
    border-radius: 8px !important;
    width: 100%;
    min-height: 60px !important;
    background-color: var(--main-color);
    transition: all 0.3s;
}

.fv-search-home-btn:hover {
    background-color: rgb(11, 131, 75);
}

.fv-checkbox {
    height: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    padding-top: 0;
    /* margin-left: 12px; */
    background: #f3f3f3;
    padding: 0 8px 0 40px;
    border-radius: 10px;
}

.fv-travel-date {
    color: grey;
}

.fv-offer-card {
    position: relative;
}

.fv-offer-content {
    position: absolute;
    /* top: 50px;
    left: 50px; */
    left: 0;
    top: 0;
    padding: 70px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.fv-offer-content::after {
    content: "";
    border-radius: inherit;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(5, 16, 54, 0.7) 0%, rgba(5, 16, 54, 0) 100%);
}

.fv-offer-content h4 {
    font-size: 36px;
    font-weight: 800;
}

.fv-offer-card {
    overflow: hidden;
    border-radius: 5px;
}

.fv-offer-btn-area {
    margin-top: 30px;
}

.fv-btn {
    padding: 10px 15px;
}

.fv-header-login-btn {
    /* border-radius: 100px !important; */
    padding: 8px 10px;
}

.owl-nav {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -10px;
    width: 100%;
    gap: 100px;
    z-index: 4;
}

.owl-nav span {
    font-size: 32px;
    opacity: 0.4;
}

.owl-nav button:hover {
    background-color: transparent !important;
    color: var(--black-color) !important;
}

.owl-nav button:hover span {
    opacity: 1;
}

.owl-dots {
    z-index: 2;
    position: relative;
}

.fv-section-heading {
    padding-bottom: 30px;
}

.fv-section-heading-left-align {
    text-align: left !important;
}

.fv-offer-btn {
    border-radius: 5px;
}

.fv-offer-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.fv-features {
    padding-top: 60px;
    padding-bottom: 120px;
}

.fv-testimonials {
    background-color: #ebf6ff;
    padding: 120px 0;
}

.fv-testimonials-slider .owl-dots {
    text-align: left !important;
}

.fv-testimonials-slider .owl-theme .owl-dots .owl-dot span {
    width: 70px;
    height: 4px;
    margin: 0;
    background: #0d6efd24;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}

.fv-testimonials-slider .owl-theme .owl-dots .owl-dot.active span {
    background: #1683e8;
}

.fv-client {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.fv-client-img {
    width: 80px !important;
    aspect-ratio: 1 / 1;
    border-radius: 100px;
}

.fv-testimonial-info {
    padding-top: 40px;
    display: flex;
}

.fv-testimonial-desc {
    margin-top: 20px;
}

.fv-testimonial-title {
    font-size: var(--txt-30);
    font-weight: 600;
}

.fv-testimonial-info-title {
    font-size: var(--txt-30);
    font-weight: 500;
}

.section_heading_center h2:after,
.section_heading_left h2:after {
    content: none !important;
}

.fv-news-card-img {
    border-radius: 8px !important;
}

.fv-news-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.fv-popular-designations-slider .owl-stage-outer {
    overflow: visible !important;
}

.fv-popular-designations-section {
    overflow: hidden;
}

.fv-popular-designations-slider .owl-nav {
    height: fit-content !important;
}

.fv-popular-designations-slider .owl-nav button {
    transition: all 0.4s;
}

.fv-popular-designations-slider .owl-nav button:hover {
    background: rgb(255, 255, 255) !important;
    opacity: 1;
    scale: 1.2;
}

.fv-view-all-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px 2px 16px;
    border: 1px solid;
    border-radius: 8px;
}

.fv-common-card-img a img {
    min-height: 444px;
    object-fit: cover;
}

.fv-common-card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
}

.fv-dicover-btn {
    padding: 10px;
    background-color: white;

    width: 100%;
    border-radius: 5px;

}

.fv-card-content-top {
    opacity: 0;
    transition: all 0.4s;
}

.fv-common-card-content:hover .fv-card-content-top {
    opacity: 1;
    transform: translateY(0px);
}

.fv-common-card-content {
    color: white !important;
}

.fv-card-content-bottom {
    flex-direction: column;
    align-items: center;
}

.fv-card-content-bottom p {
    font-size: 28px !important;
    font-weight: 700;
    color: white;
}

.fv-card-content-bottom {
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    gap: 22px;
    transition: all 0.3s;
}

.fv-btn-area {
    opacity: 0;
    transition: all 0.3s;

    width: 90%;
    margin: 0 5%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 5px;
}

/* .fv-common-card-content {
    position: relative;
} */

p.fv-card-content-top {
    color: white !important;
    font-size: 16px !important;
    transform: translateY(-20px);
}

.fv-common-card-content:hover .fv-card-content-bottom {
    bottom: 20px;
    /* left: 0; */
}

.fv-common-card-content:hover .fv-card-content-bottom .fv-btn-area {
    opacity: 1;
}

/* .fv-common-card .fv-common-card-img a img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: grey;
    opacity: 0;
}

.fv-common-card:hover .fv-common-card-img::after {
    opacity: 0.5;
} */

.fv-dicover-btn:hover {
    background-color: var(--main-color);
}

.fv-location-card-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.498);
    z-index: 1;
    opacity: 0;
    transition: all 0.4s;
    border-radius: 20px;
}

.fv-common-card {
    border-radius: 20px;
    overflow: hidden;
}

.fv-common-card:hover .fv-location-card-overlay {

    opacity: 1;
}

.fv-nav-item {
    margin-right: 15px;
    font-size: 15px;
}

.fv-regions,
.fv-cities,
.fv-interests {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 10px;
}

.fv-regions a,
.fv-cities a,
.fv-interests a {
    color: var(--black-color);
}

.fv-regions>div {
    border-radius: 4px;
    transition: all 0.4s;
}

.fv-regions>div:hover {
    background-color: rgb(202, 248, 230);
}

.fv-region,
.fv-city,
.fv-place {
    padding: 10px;
}

.fv-ln-name {
    font-weight: 700;
}

.fv-ln-places {
    opacity: 0.6;
}

.fv-popular-designations-slider.owl-carousel .owl-nav button.owl-next,
.fv-popular-designations-slider.owl-carousel .owl-nav button.owl-prev {
    color: var(--black-color);
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    width: 50px;
    height: 50px;
}

.fv-offer-section {
    padding: 80px 0 60px 0;
}

.copyright_area {
    background-color: transparent !important;
}

.copyright_area .container {
    border-top: 1px solid #8080802e;
    padding-top: 20px;
}

.fv-flight-type {
    position: absolute;
    left: 50%;
    top: -60px;
    padding: 0px 13px;
    width: fit-content;
    display: flex;
    transform: translate(-50%);
    background: #f3f3f3;
    border-radius: 100px;
    gap: 20px;
}

/* .fv-locations-section .nav-tabs {
    justify-content: start !important;
} */

.fv-form-check {
    /* padding: 10px; */
    cursor: pointer;
    white-space: nowrap;
}

.fv-flights-tab {
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 9px;
    border-radius: 10px;
    margin-top: 57px;
}

.fv-sub-tab {
    display: flex;
    gap: 10px;
    border-radius: 0 !important;
}

.fv-sub-tab .form-check-input[type=radio] {
    padding: 6px;
}

.fv-nav-pills .fv-nav-sub-item:first-child .fv-nav-sub-link {
    /* border-top-left-radius: 100px !important; */
    /* border-bottom-left-radius: 100px !important; */
    border-radius: 0px !important;
}

.fv-nav-pills .fv-nav-sub-item:last-child .fv-nav-sub-link {
     /* border-top-right-radius: 100px !important; */
    /* border-bottom-right-radius: 100px !important; */
    border-radius: 0px !important;
}

.top_form_search_button {
    display: flex;
    /* margin-top: 10px; */
    justify-content: space-between;
    height: 100%;
}

@media screen and (max-width:991px) {
    .fv-testimonials-slider {
        margin-top: 20px;
    }

    .fv-download-app {
        float: left;
    }
}

.fv-border-right-direct .form-check-label {
    font-size: 15px !important;
    /* direct flights only */
}
/*#promotional_tours .owl-nav {*/
/*    height: fit-content;*/
/*    position: absolute;*/
/*    bottom: 0 !important;*/
/*}*/

@media screen and (max-width:991px) {
    #promotional_tours .owl-nav {
        height: fit-content;
        position: absolute !important;
        bottom: -10px !important;
    }
}

@media screen and (max-width: 991px) {
    #promotional_tours .owl-nav {
        height: fit-content;
        position: absolute !important;
        bottom: -10px !important;
    }
}

@media (max-width: 991px) {
.section_heading_left {
    padding-bottom: 15px;
}
}

@media screen and (max-width:991px) {
    .fv-testimonials {
        
        padding: 60px 0;
    }
} 

.dropdown_passenger_area::after {
    content: none !important;
}


#best_offers_four .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translateY(-50%);
}

/*.flight_Search_boxed.fv-flight_Search_boxed::after {*/
/*    content: "\00d7";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: -10px;*/
/*    font-size: 23px;*/
/*}*/



/*@media screen and (max-width: 520px) {*/
/*    #best_offers_four .owl-nav {*/
/*        position: absolute !important;*/
/*        top: 38% !important;*/
/*    }*/
/*}*/

.fv-nested-tab {
    position: relative;
    
}

@media screen and (max-width:991px) {
    .theme_nav_tab_four_item .nav-tabs {
        border-bottom: none;
        justify-content: start !important;
    }
     #cookies-policy.cookies {
    display: none;
}

.others-option-for-responsive .container .container.active {
    z-index: 999;
}
}


.fv-nav-pills {
    
    justify-content: center;
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 5px;
    overflow: hidden;
    outline: 2px solid white;
    
    /*justify-content: center;*/
    /*position: absolute;*/
    /*top: -58px;*/
    /*left: 50%;*/
    /*transform: translate(-50%);*/
}

.fv-nav-sub-link {
    background-color: #f3f3f3 !important;
    color: var(--black-color);
}

.fv-nav-sub-link.active {
    background-color: #00b975 !important;
    color: white;
}

.fv-date-picker {
    flex: 1;
}

.fv-date-range {
    gap: 20px;
}

.fv-nav-pills {
    flex-wrap: nowrap;
    white-space: nowrap;
}