﻿/*about-us css start*/
.header_menu {
    display: none;
}

.contact_information .contact_sub_div .contact_icon {
    filter: brightness(0) invert(1);
}

.con_address_icon {
    background-position: -348px -234px;
}

.con_phone_icon {
    background-position: -559px -236px;
}

.search-heading_b2cpage h1 {
    color: #fff;
    font-size: 50px;
    font-style: normal;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 60px;
    letter-spacing: -2.24px;
}

.search-heading_b2cpage p.sub-title {
    margin: 0;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}

.contact_information {
    border-radius: 24px;
    border: 1px solid var(--Border-border-separator, #DBE0E5);
    backdrop-filter: blur(20px);
    padding: 48px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    color: #fff;
    max-width: 500px;
    width: 100%;
}

.contact_sub_div {
    column-gap: 5px;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    display: inline-flex;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.18px;
}

.image_section_login {
    display: flex;
    gap: 30px;
    max-width: 1330px;
    justify-content: center;
    width: 100%;
    margin: 30px auto;
}

.contact_title {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
}

.contact_sub_div a {
    color: #fff;
}

.contact_information .contact_sub_div label {
    white-space: nowrap;
}
/*about-us css End*/

.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;
}

.banner_block {
    padding: 60px 0px;
}

.home_page_b2btitle .search-heading h1 {
    padding: 0;
}

.home_page_b2btitle .search-heading {
    text-align: center;
}

.home_page_text.home_page_b2btitle {
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_title, .destination_title {
    font-size: 58px;
    color: var(--color);
    font-weight: 500;
    line-height: 45px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

    .banner_title p {
        margin: 0px;
        font-size: 30px;
        font-weight: 500;
        line-height: 24px;
    }

.best_title {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.title_center {
    text-align: center;
}

.banner_title span {
    font-size: 22px;
}

.most_popular_tour {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 25px;
}

.most_popular_tour_img {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 10px;
    border-radius: 10px;
    background: var(--color);
    height: 460px;
    position: relative;
}

    .most_popular_tour_img:hover {
        text-decoration: none;
    }

    .most_popular_tour_img img {
        width: 100%;
        height: 270px;
        object-fit: cover;
        border-radius: 10px;
    }

.most_popular_tour_title {
    font-size: 26px;
    color: var(--all-text-main);
    font-weight: 500;
    line-height: 30px;
    padding: 20px 5px;
}

button.booking_btn {
    border: solid 1px var(--active-menu);
    background: transparent;
    color: var(--active-menu);
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 0px auto;
    max-width: 131px;
    width: 100%;
    height: 47px;
    margin-top: 20px;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

    button.booking_btn:focus {
        outline: none;
    }

.about_us_banner, .choose_us_banner {
    display: flex;
    justify-content: space-between;
}

.about_us_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 300px;
}

.about_us_img, .creating_memories_left, .creating_memories_right {
    flex: 1;
}

.about_us_text_box {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.about_us_common {
    display: flex;
    gap: 20px;
    border: solid 1px #eeee;
    padding: 20px;
    border-radius: 10px;
    background: var(--color);
    max-width: 272px;
    width: 100%;
    min-width: 272px;
    height: 97px;
}

.about_us_img img {
    height: 452px;
    max-width: 450px;
    width: 100%;
    object-fit: contain;
    margin-right: 30px;
}

.text_box_center {
    display: flex;
    gap: 15px;
}

.rate_helpline {
    display: flex;
    background: #E3F1FF;
    gap: 20px;
    padding: 20px;
    color: var(--active-menu);
    align-items: center;
    border-radius: 10px;
    max-width: 256px;
    min-width: 256px;
    width: 100%;
    height: 92px;
}

    .rate_helpline:hover {
        text-decoration: none;
    }

    .rate_helpline p {
        margin: 0px;
        line-height: 22px;
        font-size: 20px;
        font-weight: 400;
    }

.about_us_common div samp {
    font-size: 28px;
    font-weight: 600;
    color: var(--active-menu);
    line-height: 36px;
}

.about_us_common div p {
    color: #666;
    font-size: 18px;
    line-height: 20px;
    margin: 0px;
    font-weight: 400;
}

.about_us_common span {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    background: #E8EDF3;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.get_in_touch_btn {
    border: none;
    background: var(--color);
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    padding: 20px;
    color: var(--active-menu);
    border-radius: 5px;
    max-width: 166px;
    width: 100%;
    height: 60px;
}

    button.get_in_touch_btn:focus {
        outline: none;
    }

.about_us_text {
    line-height: 20px;
    font-size: 22px;
    font-weight: 400;
    color: var(--color);
}

.most_visited_banner, .featured_tour_banner, .creating_memories_left, .customer_feedback, .best_destination {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

    .creating_memories_left .banner_title {
        margin-bottom: 65px;
    }

.creating_memories_right .img1 {
    position: absolute;
    max-width: 475px;
    height: 475px;
    border-radius: 100px;
    left: 0;
    bottom: -60px;
    object-fit: cover;
}

.creating_memories_right .img2 {
    max-width: 340px;
    height: 340px;
    object-fit: contain;
    border-radius: 100px;
    position: absolute;
    right: 0;
    top: -10px;
}

.profile_star > i {
    position: relative;
    color: #FBAF1C;
    font-size: 21px;
    margin-top: 2px;
    display: inline-block;
}

.creating_memories_right .img3 {
    max-width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 100px;
    position: absolute;
    top: -50px;
    left: -96px;
    right: 0;
    margin: auto;
}

.creating_memories_right {
    position: relative;
}

.most_visited_img img {
    height: 520px;
    object-fit: cover;
    border-radius: 14px;
}

.most_visited_img {
    position: relative;
    display: block;
}

.most_visited_text_box {
    display: flex;
    justify-content: space-between;
    background: #fff;
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    border-radius: 10px;
    padding: 25px;
    align-items: center;
    height: 106px;
    max-width: 340px;
    width: 100%;
}

.visited_text_box_top span {
    font-size: 28px;
    font-weight: 600;
    color: var(--active-menu);
    line-height: 32px;
}

.visited_text_box_top p {
    margin: 0px;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.booking_functionality h5 {
    font-size: 28px;
    font-weight: 500;
    line-height: 31px;
    margin: 0px;
    padding: 10px 0px;
    color: var(--color);
}

.booking_functionality p {
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
    color: var(--color);
}

.creating_memories_right img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.review_text_box_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.visitors_says {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.profile_img img {
    height: 65px;
    object-fit: contain;
}

.profile_block, .review_text_box_right {
    display: flex;
    gap: 25px;
}

.visitors_says:hover {
    text-decoration: none;
}

.profile_block span {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
}

.profile_block p {
    margin: 0px;
    font-size: 18px;
    color: #666;
    font-weight: 400;
    line-height: 24px;
}

.review_text_box_right p {
    margin: 0px;
    color: #666;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    flex: 1;
}

.review_text_box {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 30px;
    height: 190px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: var(--color);
}

.banner_title a {
    font-size: 16px;
    color: var(--btn-bg);
    background: #dadae5;
    padding: 12px 20px;
    border-radius: 7px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    height: 61px;
    max-width: 200px;
    width: 100%;
    justify-content: center;
}

.destination_img {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    display: block;
    padding: 25px;
    border-radius: 14px;
    background: var(--color);
    height: 410px;
}

    .destination_img:hover {
        text-decoration: none;
    }

    .destination_img img {
        height: 200px;
        border-radius: 14px;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .destination_img span {
        color: #666;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
    }

    .destination_img h5 {
        margin: 0px;
        font-size: 26px;
        line-height: normal;
        font-weight: 500;
        color: var(--active-menu);
        margin-top: 10px;
    }

    .destination_img p {
        margin: 0px;
        color: var(--all-text-sub);
        font-weight: 500;
        line-height: 24px;
        font-size: 20px;
        position: absolute;
        bottom: 22px;
    }

.item img.main-slider-img {
    min-height: 630px;
    max-height: 630px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.home_page_text {
    top: 101px;
    position: absolute;
    width: 100%;
}

.search-heading {
    font-size: 56px;
    font-weight: 700;
    padding-bottom: 35px;
}

    .search-heading h1 {
        color: var(--color);
        font-size: 60px;
        font-style: normal;
        line-height: 60px;
        margin: 0;
        font-weight: 600;
        width: 100%;
        padding: 40px 0px 0px;
    }

    .search-heading p.sub-title {
        margin: 0;
        color: #fff;
        font-size: 34px;
        line-height: 27px;
        font-weight: 500;
    }

.select_code {
    line-height: 32px;
    position: absolute;
    width: 110px;
    z-index: 1;
    background: #fff;
    color: #7E8389;
    font-size: 16px;
    padding: 10px 18px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid var(--border-color);
    pointer-events: none;
}

.best_title .right_arrow_icon {
    width: 25px;
    height: 16px;
    position: relative;
    background-position: -623px -13px;
}

.most_visited_text_box .right_arrow_icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    padding: 10px;
    background-position: -368px 2px;
    background-color: var(--btn-bg);
}

.review_text_icon {
    width: 50px;
    height: 40px;
    background-position: -554px 0px;
}

.review_text_box .review_text_box_right {
    align-items: flex-end;
}

.booking_functionality .destination_block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.destination_block .destination_icon {
    width: 30px;
    height: 30px;
    background-position: -461px -3px;
}

.destination_block .comparison_icon {
    width: 30px;
    height: 30px;
    background-position: -505px -5px;
}

.destination_block .booking_icon {
    width: 30px;
    height: 30px;
    background-position: -418px -6px;
}

.rate_helpline .guarantee_icon {
    width: 40px;
    height: 40px;
    background-position: -418px -6px;
}

@media (max-width: 767px) and (min-width: 20px) {
    .image_section_login {
        flex-direction: column;
    }

    .contact_information {
        padding: 15px;
    }

    .destination_img span {
        font-size: 18px;
    }

    .about_us_common span {
        width: 45px;
        height: 45px;
    }

    .about_us_item {
        max-width: 100%;
    }

    .about_us_item {
        max-width: 100%;
    }

    .most_visited_banner, .featured_tour_banner, .creating_memories_left, .customer_feedback, .best_destination {
        gap: 15px;
    }

    .booking_functionality p {
        font-size: 20px;
    }

    .most_popular_tour_img {
        height: 300px;
    }

    button.booking_btn {
        margin-top: 10px;
        height: 40px;
        font-size: 20px;
        line-height: normal;
        bottom: 15px;
    }

    .about_us_common {
        max-width: 100%;
        height: 70px;
        gap: 10px;
        padding: 10px;
    }

    .rate_helpline {
        max-width: 100%;
        height: 80px;
    }

    .about_us_common div samp {
        font-size: 20px;
        line-height: normal;
    }

    .creating_memories_left .banner_title {
        margin: 0px;
    }

    .booking_functionality h5 {
        font-size: 24px;
        line-height: normal;
    }

    .review_text_box_right p {
        font-size: 18px;
        line-height: normal;
    }

    .profile_block, .review_text_box_right {
        gap: 15px;
    }

    .profile_img img {
        height: 50px;
    }

    .review_text_box {
        gap: 0px;
        height: 100%;
    }

    .visitors_says {
        gap: 15px;
    }

    .best_title {
        flex-direction: column;
        align-items: flex-start;
    }

    .destination_img img {
        height: 170px;
        margin-bottom: 10px;
    }

    .most_visited_text_box {
        right: 10px;
        left: 10px;
        bottom: 10px;
        width: auto;
        height: 80px;
        padding: 15px;
    }

    .visited_text_box_top span {
        font-size: 22px;
        line-height: normal;
    }

    .visited_text_box_top p {
        font-size: 16px;
        line-height: normal;
    }

    .most_visited_text_box .right_arrow_icon {
        width: 40px;
        height: 40px;
        background-position: -371px -1px;
    }

    .destination_img p {
        font-size: 18px;
        line-height: normal;
        position: absolute;
        bottom: 15px;
    }

    .destination_img {
        height: 315px;
        padding: 10px;
    }

    button.get_in_touch_btn {
        height: 45px;
        line-height: normal;
        padding: 10px;
    }

    .creating_memories_right {
        display: none;
    }

    .item img.main-slider-img {
        min-height: 350px;
        max-height: 350px;
    }

    .search-heading h1 {
        font-size: 28px;
        line-height: normal;
    }

    .search-heading p.sub-title {
        font-size: 20px;
        line-height: normal;
        padding: 0px;
    }

    .banner_block {
        padding: 30px 0px;
    }

    .banner_title, .destination_title {
        font-size: 34px;
        line-height: normal;
        row-gap: 5px;
    }

        .banner_title span {
            font-size: 16px;
        }

    .most_popular_tour {
        padding: 15px 0px;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 15px;
    }

    .most_popular_tour_title {
        font-size: 20px;
        line-height: normal;
        padding: 10px 0px;
    }

    .most_popular_tour_img img {
        height: 170px;
    }

    .about_us_banner, .text_box_center, .choose_us_banner {
        flex-direction: column;
        gap: 30px;
    }

    .about_us_img img {
        width: 100%;
        height: 300px;
        max-width: fit-content;
        min-width: fit-content;
    }

    .about_us_text_box, .about_us_item, .text_box_center {
        gap: 15px;
    }

    .most_visited_img img {
        height: 300px;
    }

    .profile_block span {
        line-height: normal;
        font-size: 18px;
    }

    .profile_block p {
        line-height: normal;
        font-size: 16px;
    }

    .creating_memories_right img {
        height: 150px;
    }

    .banner_title a {
        font-size: 16px;
        padding: 5px 10px;
        white-space: nowrap;
        height: 40px;
    }

    .destination_img h5 {
        font-size: 22px;
        line-height: normal;
        margin: 5px 0;
    }
}
