﻿.scroll_div_all {
    margin-top: -100px;
    position: absolute;
    pointer-events: none;
}

.main-slider-img {
    min-height: 565px;
    object-fit: cover;
    width: 100%;
    max-height: 565px;
    object-position: bottom;
}

.main-slider-img-subpage {
    min-height: 840px;
    object-fit: cover;
    width: 100%;
    max-height: 840px;
    object-position: bottom;
}

.home_page_text {
    top: 0;
    position: absolute;
    left: auto;
    width: 100%;
    text-align: center;
    display: none;
}

.search-heading {
    font-size: 56px;
    font-weight: 700;
    padding-bottom: 35px;
}

    .search-heading h1 {
        color: #2E2E32;
        font-size: 56px;
        font-style: normal;
        line-height: normal;
        margin: 0;
    }

    .search-heading p.sub-title {
        margin: 0;
        color: #4872F2;
    }

.search-heading_b2cpage {
    font-weight: 700;
    position: absolute;
    z-index: 1;
    max-width: 600px;
    top: 50%;
    transform: translate(0, -50%);
}

    .search-heading_b2cpage h1 {
        color: #fff;
        font-size: 56px;
        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: 18px;
        font-style: normal;
        font-weight: 400;
        color: #fff;
    }

    .search-heading_b2cpage .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 css start*/

.banner_block {
    padding: 70px 0px 0px 0px;
}

.banner_tital div {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    padding: 15px 0px;
}

.travel_perfection_block .banner_tital div {
    text-align: center;
}

.highlights_banner_img img {
    height: 176px;
    border-radius: 15px;
    object-fit: cover;
}

.highlights_text span {
    color: var(--all-text-main);
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
}

.highlights_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.heigh_arrow_icon {
    height: 25px;
    width: 25px;
    background-position: -32px -94px;
    background-color: #eee;
    border-radius: 50px;
}

.packages_img img {
    height: 313px;
    object-fit: cover;
    border-radius: 10px;
}

.packages_text {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.packages_text_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.packages_text div {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: var(--all-text-main);
}

.packages_text span {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: var(--all-text-sub);
}

.trending_packages_text {
    display: flex;
    flex-direction: column;
    padding: 15px 0px 0px 0px;
}

    .trending_packages_text span {
        font-size: 16px;
        color: var(--all-text-main);
        font-weight: 600;
    }

.trending_packages_banner {
    display: block;
    box-shadow: var(--box-shadow);
    padding: 15px;
    border-radius: 15px;
}

    .trending_packages_banner img {
        height: 200px;
        border-radius: 10px;
        object-fit: cover;
    }

a.big_silder_block {
    display: block;
}

.big_silder_block {
    position: relative;
}

.trending_packages_text span.btn_prise {
    font-size: 12px;
    width: fit-content;
    border-radius: 25px;
    padding: 5px 15px;
    margin: 20px 0px 5px 0px;
    background-color: var(--btn-two-bg);
    color: var(--bottom-header-text);
    font-weight: 600;
}

.btn_prise span {
    color: var(--bottom-header-text);
}

.big_silder_text {
    position: absolute;
    top: 110px;
    left: 70px;
    padding: 20px 25px;
    right: 70px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(10px);
    width: 50%;
}

.big_silder_tital div {
    font-size: 30px;
    color: var(--bottom-header-text);
    font-weight: 600;
}

.big_silder_text p {
    color: var(--bottom-header-text);
    font-size: 14px;
    font-weight: 500;
}

.big_silder_text .btn_kown_more {
    background-color: var(--btn-bg);
    color: var(--bottom-header-text);
    padding: 0 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    height: 40px;
}

.big_silder_block img {
    object-fit: cover;
    height: 480px;
    border-radius: 15px;
    width: 100%;
}

a.featured_trip_img img {
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
}

.featured_trip_img {
    box-shadow: var(--box-shadow);
    padding: 15px;
    display: block;
    border-radius: 15px;
}

a.featured_trip_img p {
    font-size: 16px;
    color: var(--all-text-main);
    font-weight: 600;
    margin: 15px 0px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    height: 45px;
}

.featured_trip_banner_bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--border-color);
    padding: 10px 0px;
    padding-bottom: 0;
    align-items: center;
}

.featured_trip_banner_left span {
    font-size: 14px;
    font-weight: 500;
    color: var(--all-text-main);
}

a.popular_place {
    display: block;
}

.banner_block .map_icon {
    height: 18px;
    width: 17px;
    background-position: -232px -16px;
}

.btn_booking {
    font-size: 14px;
    color: var(--bottom-header-text);
    background-color: var(--btn-bg);
    padding: 0px 15px;
    border-radius: 15px;
    line-height: 25px;
    font-weight: 600;
    height: 25px;
    display: block;
}

.featured_trip_banner_left {
    display: flex;
    align-items: center;
    gap: 5px;
}

.banner_session_travel {
    background-color: var(--footer-bg);
    padding: 25px 0px;
}

.travel_perfection_tital div {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.first_travel {
    text-align: center;
}

.per_iconback {
    height: 85px;
    width: 85px;
    background: var(--color-two);
    border-radius: 15px;
    box-shadow: var(--box-shadow);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.tell_title {
    font-size: 20px;
    font-weight: 600;
    color: var(--all-text-main);
    line-height: 45px;
    margin-top: 13px;
    position: relative;
}

.first_travel p {
    font-size: 14px;
    font-weight: 400;
    color: var(--label-color);
    text-align: center;
    margin: 0;
}

a.highlights_banner_img {
    display: block;
}

a.packages_img {
    display: block;
}

.details_trval {
    display: flex;
    gap: 25px;
    padding: 25px 0px;
}

a.first_travel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popular_place img {
    object-fit: cover;
    height: 360px;
    border-radius: 20px;
}

a.hotel_world_img {
    display: block;
}

.popular_place_text_box {
    position: absolute;
    bottom: 15px;
    left: 16px;
    display: flex;
    flex-direction: column;
    background-color: var(--color-two);
    height: 70px;
    padding: 10px 15px;
    border-radius: 0px 15px 0px 15px;
    right: 15px;
    margin: 0px auto;
}

    .popular_place_text_box .pl_title {
        color: var(--all-text-main);
        font-size: 20px;
        font-weight: 600;
    }

    .popular_place_text_box span {
        font-size: 14px;
        font-weight: 600;
        color: var(--btn-bg);
    }

a.hotel_world_img img {
    object-fit: cover;
    border-radius: 15px;
    height: 325px;
}

.hotel_name_box {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.hotel_name_box_left {
    display: flex;
    flex-direction: column;
}

    .hotel_name_box_left span {
        font-size: 18px;
        font-weight: 600;
        color: var(--font-bg-color-);
    }

    .hotel_name_box_left span {
        font-size: 14px;
        font-weight: 500;
        color: var(--font-sub-bg-color);
        line-height: 20px;
    }

.trending_hotels_name {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 15px;
    border-radius: 15px;
    display: block;
    /* width: 100%; */
    /* position: relative; */
}

    .trending_hotels_name img {
        object-fit: cover;
        height: 230px;
        width: 100%;
        border-radius: 15px;
    }

.fa-star:before {
    content: "\f005";
}

.flex-city {
    height: 110px;
}

.tital_hotel {
    font-size: 16px;
    font-weight: 600;
    color: var(--all-text-main);
    line-height: 30px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin: 10px 0;
    height: 55px;
}

.hotel_name_desc {
    color: var(--all-text-sub);
    font-size: 14px;
    font-weight: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin: 10px 0;
}

.popular_destination {
    margin-top: 35px;
}

    .popular_destination .banner_block {
        padding-top: 10px;
    }

#product_banner_two .owl-nav, #product_banner_three .owl-nav {
    display: none;
}

a.latest_blogs_silder {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 15px;
    border-radius: 15px;
    display: block;
}

    a.latest_blogs_silder img {
        object-fit: cover;
        height: 320px;
        border-radius: 15px;
        display: block;
    }

.about_latest_blog {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0px;
    height: 80px;
    color: #001833;
}

.hotel_city_name {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0px;
    justify-content: space-between;
}

.loc_star {
    display: flex;
    gap: 10px;
}

.hotel_name_city {
    background-color: var(--border-color);
    padding: 0px 10px;
    border-radius: 15px;
    display: flex;
    gap: 5px;
    color: var(--all-text-main);
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    align-items: center;
}

.hotel_reting {
    background-color: #FFF0E3;
    padding: 0px 10px;
    border-radius: 15px;
    letter-spacing: 2px;
    height: 30px;
    display: flex;
    align-items: center;
}

    .hotel_reting i {
        color: #FFA81d;
    }

.hotel_availability {
    color: var(--bottom-header-text);
    background-color: var(--btn-two-bg);
    padding: 0px 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
}

.trending_packages_block {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}

.trending_packages .product_banner_two .owl-stage {
    transform: none !important;
    width: 100% !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 8px;
}

.owl-carousel .owl-stage-outer {
    padding: 10px 0px;
}

.trending_hotels .product_banner_three .owl-stage {
    transform: none !important;
    width: 100% !important;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}

.product_banner_three .owl-item {
    width: 100% !important;
}

.product_banner_two .owl-item {
    width: 100% !important;
}

.angle-left {
    height: 25px;
    width: 25px;
    display: block;
    background-position: -6px -131px;
    background-color: #fff;
    border: 1px solid var(--btn-bg);
    border-radius: 15px;
    left: -10px;
    position: relative;
}

.angle-right {
    height: 25px;
    width: 25px;
    display: block;
    background-position: -33px -131px;
    background-color: #fff;
    border: 1px solid var(--btn-bg);
    border-radius: 15px;
    right: -10px;
    position: relative;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    bottom: 55%;
    position: absolute;
    width: 100%;
}

.trending_packages .owl-nav {
    display: none;
}

#carousel-example-generic .carousel-inner-arrow {
    display: flex;
    line-height: 28px;
}


/*blog css start*/

.main_blog_box {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

.left_blogbox {
    width: 75%;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 13px rgb(0,0,0,0.2);
    border-radius: 10px;
}

    .left_blogbox .contant_block img {
        max-height: 350px;
        width: 100%;
        border-radius: 5px;
        object-fit: cover;
    }

    .left_blogbox .contant_block h4 {
        font-size: 20px;
        margin: 0;
        margin-top: 20px;
    }

.title_font_size p, .title_font_size span, .title_font_size div {
    font-size: 14px !important;
    font-family: "Open Sans", sans-serif !important;
}

.right_blogbox {
    width: 25%;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 13px rgb(0, 0, 0, 0.2);
    border-radius: 10px;
    height: fit-content;
}

.right_detail_blog {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.img_left img {
    height: 75px;
    width: 200px;
    border-radius: 5px;
}

.side_blog a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.right_detail_blog .img_left {
    width: 30%;
}

.right_detail_blog .side_blog {
    width: 70%;
}

.leftside_block h4 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 15px;
}

.news_blog {
    list-style-type: disc !important;
    padding-left: 21px;
}

    .news_blog li {
        margin-bottom: 15px;
    }

/*blog css END*/

@media(max-width: 991px) {

    .main_blog_box {
        gap: 15px;
        margin-top: 25px;
    }

    .left_blogbox {
        width: 65%;
    }

    .right_blogbox {
        width: 35%;
    }

    .leftside_block h4 {
        font-size: 16px;
    }

    .side_blog a {
        font-size: 12px;
    }

    .img_left img {
        height: 60px;
    }

    .left_blogbox .contant_block img {
        max-height: 230px;
    }

    .left_blogbox .contant_block h4 {
        font-size: 16px;
    }

    .title_font_size p, .title_font_size span, .title_font_size div {
        font-size: 12px !important;
        font-family: "Open Sans", sans-serif !important;
    }
}



@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .search-heading_b2cpage h1 {
        font-size: 40px;
    }

    .trending_packages .product_banner_two .owl-stage {
        grid-template-columns: repeat(2,1fr);
    }

    .trending_hotels .product_banner_three .owl-stage {
        grid-template-columns: repeat(2,1fr);
    }

    .product_banner_three .owl-item {
        width: 100% !important;
    }

    .product_banner_two .owl-item {
        width: 100% !important;
    }

    .hotel_availability {
        display: none;
    }

    .hotel_city_name {
        justify-content: space-between;
    }

    .details_trval {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
}


@media(max-width: 767px) {


    .left_blogbox .contant_block h4 {
        font-size: 14px;
    }

    .main_blog_box {
        flex-direction: column;
    }

    .left_blogbox, .right_blogbox {
        width: 100%;
    }

    .main_blog_box {
        margin-top: 10px;
    }

    .main-slider-img {
        min-height: 200px;
        max-height: 200px;
    }
    .carousel-inner-arrow {
        bottom: 60px;
    }
    .main-slider-img-subpage {
        min-height: 250px;
        max-height: 250px;
    }
    .popular_destination {
        margin-top: 0;
    }

    .hotel_name_desc {
        margin-bottom: 10px;
    }

    .trending_packages .owl-nav {
        display: block;
    }

   
    .search-heading_b2cpage h1 {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: normal;
        margin-bottom: 10px;
    }
    .search-heading_b2cpage p.sub-title {
        font-size: 14px;
    }

    .banner_session_travel {
        padding: 5px 0px;
    }

    .packages_img img {
        height: 210px;
    }

    .packages_text div {
        font-size: 15px;
    }

    .banner_block {
        padding: 10px 0px 0px 0px;
    }

    .big_silder_block img {
        height: 300px;
    }

    .banner_tital div {
        font-size: 16px;
    }

    .highlights_text span {
        font-size: 14px;
        line-height: normal;
    }

    .highlights_banner_img img {
        max-height: 150px;
    }

    .packages_text span {
        font-size: 14px;
        line-height: normal;
    }

    .packages_text span {
        font-size: 12px;
    }

    a.trending_packages_banner {
        padding: 10px;
    }

    .trending_packages_banner img {
        max-height: 150px;
    }

    .trending_packages_text span {
        font-size: 14px;
        line-height: normal;
    }

        .trending_packages_text span.btn_prise {
            font-size: 12px;
            padding: 7px;
            margin: 5px;
        }

    .big_silder_text {
        left: 20px;
        top: 50px;
        width: fit-content;
        right: 20px;
        padding-bottom: 20px;
    }

    .big_silder_tital div {
        font-size: 16px;
    }

    .big_silder_text p {
        font-size: 12px;
    }

    a.big_silder_block img {
        max-height: 420px;
    }

    .big_silder_text .btn_kown_more {
        font-size: 12px;
        padding: 0 10px;
        line-height: 30px;
        height: 30px;
    }

    a.featured_trip_img p {
        font-size: 14px;
        line-height: normal;
        padding: 10px 0px;
    }

    .featured_trip_banner_left span {
        line-height: normal;
    }

    span.btn_booking {
        font-size: 12px;
    }

    .travel_perfection_tital div {
        font-size: 16px;
    }

    .details_trval {
        flex-direction: column;
        gap: 15px;
    }

    a.first_travel span {
        font-size: 14px;
        line-height: 30px
    }

    a.first_travel p {
        font-size: 12px;
    }

    .hotel_availability {
        display: none;
    }

    a.popular_place img {
        max-height: 240px;
    }

    .popular_place_text_box {
        bottom: 10px;
        width: auto;
    }

        .popular_place_text_box span {
            font-size: 14px;
        }

        .popular_place_text_box span {
            font-size: 12px;
        }

    a.hotel_world_img img {
        max-height: 307px;
    }

    .hotel_name_box_left span {
        font-size: 14px;
        line-height: normal;
    }

    .hotel_name_box_left span {
        font-size: 12px;
    }

    .trending_hotels_name img {
        max-height: 150px;
    }

    .tital_hotel {
        font-size: 14px;
    }

    .hotel_city_name {
        gap: 10px;
    }

    a.latest_blogs_silder img {
        max-height: 200px;
    }

    .about_latest_blog {
        font-size: 14px;
        padding: 10px 0px;
    }

    .hotel_availability {
        display: none;
    }

    .hotel_city_name {
        justify-content: space-between;
        padding: 0px;
    }
}
