﻿.scroll_div_all {
    margin-top: -100px;
    position: absolute;
    pointer-events: none;
}

.main-slider-img {
    object-fit: cover;
    width: 100%;
    object-position: bottom;
    filter: brightness(0.7);
    height: 100vh;
}

.home_page_text {
    top: 120px;
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.search-heading h1 {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    line-height: 45px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 10px;
}

.search-heading p.sub-title {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.search-heading {
    text-align: left;
}

span.sub-title {
    color: #fff;
}

.carousel-inner-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-radius: 100px;
    background: #FFF;
    width: 70px;
    height: 30px;
    display: none;
    justify-content: space-around;
    line-height: 30px;
    font-size: 25px;
    color: var(--btn-two-bg);
    z-index: 1;
}

    .carousel-inner-arrow span {
        color: var(--btn-two-bg);
    }

.banner_block {
    padding: 160px 0 0px 0;
}

    .banner_block a[href=""] {
        cursor: auto;
        pointer-events: none;
    }

.banner_title {
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    color: var(--all-text-main);
    margin: 0 auto;
    line-height: 40px;
    padding-bottom: 30px;
    text-align: left;
}

    .banner_title p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        max-width: 725px;
        margin: 0 auto;
        margin-top: 20px;
    }

.owl-nav {
    position: absolute;
    width: 100%;
    top: 42%;
}

    .owl-nav .owl-prev, .owl-nav .owl-next {
        margin-left: -25px;
        width: 38px;
        height: 38px;
        left: 0;
        position: absolute;
    }

    .owl-nav .owl-next {
        margin-right: -25px;
        position: absolute;
        right: 0;
        left: unset;
    }

button.owl-next.disabled, button.owl-prev.disabled {
    opacity: 0.5;
}

.angle-left {
    width: 41px;
    height: 41px;
    display: block;
    background-position: -596px -114px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    border-radius: 25px;
}

.angle-right {
    width: 41px;
    height: 41px;
    display: block;
    background-position: -631px -114px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    border-radius: 25px;
}

.login_from {
    position: relative;
}

.banner_block {
    padding: 40px 0px;
}

.recent_banner .owl-stage-outer {
    padding: 10px 0;
}

.title_center {
    text-align: center;
}

.recent_searches {
    display: flex;
    gap: 15px;
    text-decoration: none;
    background: var(--color-two);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 0px 10px;
    border: 1px solid #F0F4FF;
    border-radius: 8px;
    align-items: center;
    margin: 10px;
    height: 100%;
}

.choose_us_right_block {
    font-size: 18px;
    font-weight: 600;
    color: var(--all-text-main);
    text-align: center;
}

.searches_right_block .re_title {
    color: var(--all-text-main);
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 3px;
}

.searches_right_block span {
    color: var(--all-text-sub);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}

.searches_right_block p {
    color: var(--all-text-sub);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-bottom: 2px;
}

.searches_left_block {
    height: 45px;
    width: 45px;
    justify-content: center;
    display: flex;
    border-radius: 50px;
    align-items: center;
    min-width: 45px;
    min-height: 45px;
    background-color: #DCF4FD;
}

.recent_hotel_icon {
    background-position: -289px -543px;
}

.recent_tour_icon {
    background-position: -401px -543px;
}

.recent_transfer_icon {
    background-position: -367px -545px;
}

.recent_flight_icon {
    background-position: -329px -543px;
}

.recent_icon {
    width: 25px;
    height: 25px;
}

#recent_search .owl-nav {
    top: 35%;
}

.searches_left_block img {
    height: 45px;
    width: 45px !important;
    object-fit: cover;
    border-radius: 50%;
}

.deals_right_block h1 {
    margin: 0px;
    color: #FFF;
    font-size: 36px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.deals_left_block img {
    position: relative;
    height: 360px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.8s;
}

.deals_right_block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 15px;
}

.deals_left_block::after, .offer_left_block::after, .holiday_left_block:after, .travel_left_block:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    border-radius: 15px;
    transition: all 0.9s;
}

.travel_left_block:after {
    border-radius: 0px;
}

.special_deals:hover .deals_left_block::after {
    background: rgba(0, 0, 0, 0.4);
}

.special_deals:hover .deals_left_block img {
}

.deals_right_block span {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    text-decoration-line: underline;
}

.deals_right_block p {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    border: solid 2px;
    width: fit-content;
    margin: 0px;
    padding: 6px 15px;
    border-radius: 10px;
    margin-top: 25px;
}

.choose_us_left_block img {
    height: auto;
    width: auto;
    max-width: 150px;
    max-height: 80px;
}

.choose_us {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

.choose_us_wrapper {
    display: grid;
    justify-content: center;
    row-gap: 15px;
    background: var(--color-two);
    padding: 35px 15px;
    border-radius: 15px;
}

.choose_us_left_block {
    display: flex;
    justify-content: center;
}

.offer_left_block img {
    position: relative;
    height: 360px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.8s;
}

.offer_right_block {
    position: absolute;
    top: 50px;
    left: 60px;
}

.unbeatable_offer {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

    .unbeatable_offer:hover img {
        transform: scale(1.1);
    }

.offer_right_block h1 {
    border-radius: 5px;
    background: #FFF;
    color: var(--all-text-main);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin: 0px;
    width: fit-content;
    padding: 5px 10px;
    transition: all 0.3s;
    cursor: pointer;
}

.offer_right_block span {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
}

.offer_right_block .journey_text {
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
    margin-top: 15px;
}

.offer_right_block .los_text {
    color: #D7FC06;
    font-size: 41px;
    font-weight: 700;
    line-height: 50px;
}

.offer_right_block .ex_btn {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    border: solid 1px #fff;
    padding: 6px 20px;
    border-radius: 8px;
    margin: 15px 0;
    display: inline-block;
    transition: all 0.3s;
}

    .offer_right_block .ex_btn:hover {
        background-color: white;
        color: black;
    }

.destinations_right_block h1 {
    color: #131B42;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 15px 0px 5px;
}

.destinations_right_block span {
    color: #6F748F;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}

.destinations_left_block {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 1s;
}

    .destinations_left_block img {
        object-fit: cover;
        border-radius: 8px;
        height: 190px;
        transition: all 1s;
    }

.destinations {
    text-decoration: none;
    padding: 10px;
    display: block;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    margin: 10px 0;
    transition: all 1s;
}

.destinations_left_block:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2e2e2e;
    opacity: 0;
    transition: all .5s;
}

.destinations:hover .destinations_left_block:after {
    opacity: 0.3;
}

a.special_deals, a.unbeatable_offer {
    display: block;
    overflow: hidden;
    border-radius: 15px;
}

.travel_right_block {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .travel_right_block h1 {
        color: #FFF;
        font-size: 40px;
        font-weight: 900;
        line-height: normal;
    }

    .travel_right_block p {
        color: #FFF;
        font-size: 20px;
        font-weight: 500;
        line-height: normal;
    }

    .travel_right_block .exp_btn_slide {
        color: #FFF;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        border: solid 1px #fff;
        padding: 10px 40px;
        border-radius: 8px;
        transition: all 0.3s;
    }

        .travel_right_block .exp_btn_slide:hover {
            background-color: white;
            color: black;
        }

.travel_left_block img {
    height: 450px;
    object-fit: cover;
}

.trips_left_block img {
    object-fit: cover;
    border-radius: 8px;
    height: 165px;
}

.trips_right_block h1 {
    color: #131B42;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}

.trips_right_block span {
    color: #6F748F;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}

.video_left_block img {
    object-fit: cover;
    height: 320px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}

.trips_block, .holiday_block {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 8px;
}

.trips_right_block {
    text-align: center;
    padding: 10px 0px;
}

a.search_btn_fl img {
    transition: all .5s;
}

a.search_btn_fl:hover img {
    transform: scale(1.1);
}

.video_right_block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.you_tube_icon {
    height: 44px;
    width: 60px;
    background-position: -273px -484px;
    display: block;
}

.youtube .video-placeholder img {
    width: 100% !important;
}

.youtube .video-placeholder iframe {
    width: 100% !important;
    height: 350px !important;
}

.holiday_left_block img {
    object-fit: cover;
    height: 225px;
    border-radius: 8px;
    position: relative;
}

.holiday_right_block {
    position: absolute;
    top: 15px;
    left: 20px;
    max-width: 330px;
}

    .holiday_right_block h1 {
        color: #FFF;
        font-size: 30px;
        font-weight: 800;
        line-height: normal;
        margin: 0;
        margin-bottom: 10px;
    }

    .holiday_right_block p {
        color: #FFF;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
    }

    .holiday_right_block .search_btn_fl {
        color: #FFF;
        font-size: 12px;
        font-weight: 600;
        line-height: normal;
        border: 1px solid #fff;
        padding: 6px 15px;
        border-radius: 8px;
        display: inline-block;
    }

.banner_block.recent_banner {
    padding-bottom: 0;
}

.getup_slider .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #fff;
}

.getup_slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}

    .getup_slider .owl-dots .owl-dot.active span, .getup_slider .owl-dots .owl-dot:hover span {
        background: #fff;
    }

.travel_block img {
    transition: all .6s;
}

.travel_block:hover img {
    transform: scale(1.1)
}

.trips_left_block {
    position: relative;
}

    .trips_left_block:after {
        content: '';
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        position: absolute;
        background: #2e2e2e;
        border-radius: 8px;
        opacity: 0;
        transition: all .5s;
    }

.trips_block:hover .trips_left_block:after {
    opacity: 0.3;
}

#recent_search .banner_title {
    padding-bottom: 0px;
}

#recentSearch .owl-stage {
    display: flex;
    margin-bottom: 20px;
}

#recentSearch .item {
    height: 100%;
}

#recent_search .transfer_block .owl-nav {
    top: 20%;
}
@media (max-width:1199px) {
    .offer_right_block .journey_text {
        font-size: 24px;
    }

    .offer_right_block .los_text {
        font-size: 30px;
    }

    .offer_right_block .ex_btn {
        font-size: 15px;
    }

    .offer_right_block h1 {
        font-size: 12px;
    }

    .banner_block {
        padding: 30px 0px;
    }

    .banner_title {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .owl-nav .owl-prev, .owl-nav .owl-next {
        margin-left: -15px;
    }

    .owl-nav .owl-next {
        margin-right: -5px;
    }

    .travel_right_block h1 {
        font-size: 32px;
    }

    .travel_right_block p {
        font-size: 16px;
        margin-top: 5px;
    }

    .deals_right_block h1 {
        font-size: 25px;
    }
}

@media (max-width:991px) {
    .deals_right_block h1 {
        font-size: 20px;
    }

    .video_left_block img {
        height: 200px;
    }

    .banner_block {
        padding: 15px 0px;
    }

    .travel_right_block h1 {
        font-size: 25px;
    }

    .travel_right_block p {
        font-size: 14px;
    }

    .travel_right_block {
        top: 35%;
    }

    .travel_left_block img {
        height: 320px;
    }

    .holiday_right_block h1 {
        font-size: 21px;
    }

    .offer_right_block .journey_text {
        font-size: 24px;
        line-height: 35px;
    }

    .offer_right_block .los_text {
        font-size: 25px;
    }

    .choose_us_right_block {
        font-size: 14px;
    }

    .choose_us_wrapper {
        padding: 15px 10px;
        border-radius: 15px;
    }

    .choose_us_left_block img {
        transform: scale(0.8);
    }

    .choose_us {
        grid-gap: 15px;
    }

    .deals_left_block img {
        height: 270px;
    }

    .search-heading h1 {
        font-size: 25px;
        line-height: 33px;
    }

    .main-slider-img {
        height: 550px !important;
    }
}

@media (max-width:767px) {
    .trips_right_block h1 {
        font-size: 16px;
        margin: 0px;
    }

    .travel_right_block .exp_btn_slide {
        font-size: 12px;
        margin: 0 auto;
    }

    .travel_right_block p {
        font-size: 12px;
    }

    .travel_right_block h1 {
        font-size: 18px;
    }

    .travel_right_block h1 {
        font-size: 18px;
    }

    .getup_slider .owl-dots {
        bottom: 5px;
    }

    .travel_right_block h1 {
        font-size: 18px;
    }

    .banner_title {
        font-size: 18px;
    }

    .deals_right_block h1 {
        font-size: 18px;
    }

    .deals_right_block span {
        font-size: 15px;
    }

    .search-heading p.sub-title {
        font-size: 13px;
    }

    .profile_menu {
        column-gap: 3px;
    }

    .search-heading h1 {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 5px;
    }

    .home_page_text {
        top: 70px;
        width: calc(100vw - 0vw);
        max-height: 115px;
        border-radius: 0px 0 25px 25px;
    }

    .banner_block {
        padding: 15px 0px;
    }

    .banner_title {
        font-size: 20px;
        line-height: normal;
    }

    .searches_left_block svg {
        width: 18px;
        height: 18px;
    }

    .searches_left_block {
        height: 30px;
        width: 40px;
    }

    .deals_left_block img {
        height: 250px;
    }

    .deals_right_block h1 {
        font-size: 20px;
    }

    .choose_us {
        grid-template-columns: repeat(2, 1fr);
    }

    .destinations_left_block img {
        height: 170px;
    }

    .offer_right_block {
        left: 20px;
        top: 20px;
    }

    .offer_left_block img {
        height: 300px;
    }

    .offer_right_block h1 {
        font-size: 14px;
        padding: 10px;
        line-height: normal;
    }

    .offer_right_block h5 {
        font-size: 20px;
        line-height: normal;
        max-width: 200px;
    }

        .offer_right_block h5 span {
            font-size: 20px;
            line-height: normal;
        }

    .offer_right_block p {
        font-size: 14px;
        line-height: normal;
    }

    .travel_right_block {
        align-items: flex-start;
        left: 20px;
        top: 20px;
        transform: unset;
        right: 20px;
    }

        .travel_right_block span {
            font-size: 16px;
        }

    .travel_left_block img {
        height: 200px;
    }

    .destinations_right_block h1 {
        margin: 10px 0px 5px;
        font-size: 16px;
    }

    .video_left_block img {
        height: 200px;
    }

    .video_right_block svg.bi.bi-youtube {
        width: 35px;
        height: 35px;
    }

    .holiday_right_block h1 {
        font-size: 20px;
    }

    .holiday_left_block img {
        height: 170px;
    }
}
