﻿.contant_block ul {
    list-style: disc;
    /*line-height: 25px;*/
    margin-left: 20px;
}


.image_s_block {
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 450px;
    min-height: 450px;
    filter: brightness(0.7);
}

.image_height {
    background: rgba(0, 0, 0, 0.20);
}

.default_image .image_s_block {
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 600px;
    min-height: 600px;
    filter: brightness(0.7);
}

@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.home_page_text {
    position: absolute;
    left: 50%;
    text-align: center;
    top: 35%;
    transform: translate(-50%, -50%);
    width: calc(100% - 15px);
}

.search-heading {
    max-width: 1360px;
    margin: 0 auto;
    color: #fff;
}

    .search-heading h1 {
        color: #FFF;
        font-size: 40px;
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        margin-top: 0;
        text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.40);
    }

    .search-heading p {
        font-size: 17px;
        text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.40);
    }

.slider_book {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    border: 1px solid #ffffff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    text-transform: uppercase;
    background-color: rgb(0 0 0 / 18%);
}

.banner_block {
    padding: 30px 0 20px 0;
}

.banner_title h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    text-align: left;
    color: var(--all-text-main);
    margin-bottom: 20px;
    margin-top: 0px;
}

.banner_title .text-center {
    text-align: center;
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-left:before {
    content: "\f104";
}


.carousel-control {
    opacity: 1;
}

.down_location {
    background-position: -89px -3px;
}

.drop_icon {
    width: 22px;
    height: 22px;
    pointer-events: none;
    position: absolute;
    top: 14px;
    left: 10px;
    z-index: 1;
}

/*double_banner*/

.double_banner {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
    align-items: center;
}

    .double_banner p {
        margin: 0;
        color: #2E2E32;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.double_banner_img img {
    width: 100%;
    border-radius: 15px;
    height: auto;
}

.double_banner_img {
    align-self: stretch;
}


/*top destination*/
.bhoechie-tab-container {
    position: absolute;
    background: #fff;
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.20);
    padding: 15px;
    display: flex;
    left: 0;
    right: 0;
    border-radius: 10px;
    z-index: 1;
    column-gap: 15px;
    margin-top: 15px;
}

.bhoechie-tab-content {
    display: none;
}

    .bhoechie-tab-content.active {
        display: block;
    }

.bhoechie-tab-menu {
    flex: 1;
    max-width: fit-content;
    display: none;
}

.bhoechie-tab {
    flex: 1;
}

.imagesearch {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(0, 134px));
    gap: 10px;
}
.list-group {
    display: flex;
    flex-direction: column;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    color: var(--hover);
}

.list-group > div {
    line-height: 30px;
    cursor: pointer;
    border: none;
    padding: 0;
}

.list-group-item.active {
    font-weight: 500;
    color: var(--btn-bg);
    padding: 0;
    border: none;
}

.imagediv img {
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
    height: 90px;
}

.imagediv {
    position: relative;
    cursor: pointer;
}

    .imagediv p {
        position: absolute;
        bottom: 0;
        margin: 0;
        left: 0;
        right: 0;
        text-align: center;
        color: #fff;
        font-size: 13px;
    }

    .imagediv:before {
        background: linear-gradient(180deg, rgb(46 46 50 / 0%) 24.24%, rgb(0 0 0) 100%);
        position: absolute;
        bottom: 0;
        top: 0;
        content: "";
        left: 0;
        right: 0;
        border-radius: 5px;
    }
/*search end*/
/*why choose us*/
.why_main {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: -71px;
    position: relative;
}

.why_signle {
    text-align: left;
    flex: 1;
    display: flex;
    gap: 15px;
    padding: 20px;
    align-items: center;
    max-width: 370px;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--box-shadow);
}

    .why_signle img {
        object-fit: contain;
        max-height: 50px;
    }

    .why_signle h5 {
        font-weight: 600;
        font-size: 18px;
        line-height: 17px;
        color: var(--all-text-main);
        margin-top: 0;
    }

    .why_signle p {
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        color: var(--all-text-sub);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0;
    }


.subscribe_block {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.20);
    overflow: hidden;
}

    .subscribe_block img {
        width: 100%;
        height: 270px;
        object-fit: cover;
        border-radius: 20px;
        filter: brightness(0.8);
    }

.subscribe_input {
    width: 100%;
    display: flex;
    color: var(--color);
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    max-width: 1360px;
    width: calc(100% - 30px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

    .subscribe_input h2 {
        color: #fff;
        font-size: 36px;
        font-weight: 600;
        line-height: 36px; /* 112.5% */
        margin-top: 0px;
    }

    .subscribe_input p {
        color: #FFF;
        font-weight: 400;
        line-height: normal;
        font-size: 18px;
    }

    .subscribe_input > div:first-child {
        display: flex;
        flex-direction: column;
        background: none;
        padding: 0;
        row-gap: 15px;
        max-width: 390px;
    }

    .subscribe_input > div {
        display: flex;
        column-gap: 10px;
        text-align: left;
        flex: 1;
        max-width: 670px;
    }

.Subscribe_input {
    height: 50px;
    background: #fff;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    border: 1px solid transparent;
    color: var(--all-text-main);
}

.btn-enquiry_banner {
    width: 100%;
    height: 50px;
    background: var(--btn-bg);
    position: relative;
    cursor: pointer;
    border: none;
    padding: 0 25px;
    border-radius: 5px;
    color: var(--color);
    white-space: nowrap;
    font-weight: 600;
    margin: 0 auto;
    z-index: 0;
    overflow: hidden;
    max-width: fit-content;
}

/*blog detail*/
.blog-box img {
    box-sizing: border-box;
    height: 280px;
    object-fit: cover;
    transition: all 0.5s;
    border-radius: 5px;
    border: 1px solid #E1DFDF;
    background: #FFF;
}

.blog-detail h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--all-text-main);
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}

.blog_tag {
    line-height: 25px;
    color: var(--btn-bg);
    font-weight: 600;
    font-size: 12px;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-top: 10px;
}

.blog_errow {
    width: 20px;
    height: 20px;
    background-position: -542px -49px;
}

.blog-box {
    position: relative;
    border-radius: 8px;
    background: #FFF;
    padding-bottom: 10px;
}

.blog-detail {
    position: relative;
    width: calc(100% - 50px);
    padding: 10px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    margin-top: -40px;
}

.owl-carousel.grid .owl-stage {
    transform: none !important;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.owl-carousel.grid .owl-item {
    width: calc(100%/3 - 20px) !important;
}

    .owl-carousel.grid .owl-item .item {
        margin: 0 auto;
    }

p.side_blog_p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*tour banner*/
.destination-section {
    position: relative;
    width: 100%;
    height: 100%;
}

    .destination-section a:before {
        background: linear-gradient(0deg, rgba(46, 46, 50, 0.00) 24.24%, rgba(46, 46, 50, 0.60) 100%);
        position: absolute;
        bottom: 0;
        top: 0;
        content: "";
        left: 0;
        right: 0;
        border-radius: 12px;
    }

.destination_text {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    top: 10px;
    left: 10px;
}

    .destination_text h5 {
        margin: 0;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
    }

.destination-section img {
    height: 230px;
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease-out 0s;
    border-radius: 10px;
}



.destination_text span {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*trending tour*/
a.trending_product {
    display: block;
    border-radius: 15px;
    background: #FFF;
    overflow: hidden;
    position: relative;
}

    a.trending_product h5 {
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0;
        z-index: 1;
        position: absolute;
        bottom: 15px;
        left: 15px;
    }

.price_product {
    display: none;
}

.product_image_ba img {
    height: 280px;
    object-fit: cover;
    border-radius: 5px;
    transition: all 0.4s ease-out 0s;
}

.product_image_ba:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 175px;
    left: 0;
    right: 0;
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.69) 100%);
    z-index: 1;
}

.About_t {
    color: #e2001a;
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
}

.About_t_sub {
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
}

.about_top_image_block {
    position: relative;
    display: flex;
    column-gap: 30px;
}

.ab_top_img img {
    width: 100%;
    object-fit: cover;
    border-radius: 0px 45px 0px 0px;
    height: 100%;
}

.about_text {
    flex: 1;
}

.ab_top_img {
    flex: 1;
    margin: 0 auto;
    max-width: 320px;
}

.about_text p {
    font-size: 14px;
    color: #000;
}

.philosophy_block {
    margin: 40px 0;
    position: relative;
    display: flex;
    gap: 40px;
    align-items: center;
}

.ph_left_div {
    width: 30%;
}

.ph_right_div {
    width: 70%;
}

.ab_big_img img {
    height: auto;
    width: 100%;
}

.ph_right_div h4 {
    font-size: 20px;
    font-weight: 600;
}

.ph_right_div p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
}

.ph_right_div .ab_title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}

.values_div {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}

.v_img_block img {
    width: 100%;
    height: 335px;
    border-radius: 8px;
}

.v_img_block::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

.unique_block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

    .unique_block .v_title {
        font-size: 32px;
        color: #fff;
        font-weight: 600;
        padding-top: 40px;
        padding-bottom: 50px;
    }

.reliable_block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    gap: 80px;
}

    .reliable_block .trust_block {
        background: #fff;
        border-radius: 5px;
        padding: 15px;
        flex: 1;
    }

.trust_block .round_img {
    height: 78px;
    width: 78px;
    margin: 0 auto;
    margin-top: -55px;
    background: #E2001A;
    border-radius: 60px;
    border: 5px solid #fff;
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.25));
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.trust_block .sub_title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}

.trust_block p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}


/*--New Css USp about use --*/

.usp_left_logo {
    display: inline-block;
    margin: 15px 0;
}

.usp_left_title {
    font-weight: 800;
    font-size: 35px;
    margin-bottom: 15px;
    max-width: 500px;
}

    .usp_left_title .usp_color {
        color: #e2001a;
    }

.about_us {
    background: #f3f1f6;
    padding: 30px 0;
}

.aboutus_btn {
    font-weight: 600;
    font-size: 17px;
    line-height: 35px;
    padding: 0 15px;
    border-radius: 3px;
    background: var(--btn-bg);
    display: inline-block;
    color: #fff;
    margin: 15px 0;
}

/*--New Css USp about use --*/

.usp_botom_block {
    display: flex;
    gap: 25px;
}

.usp_left_block .up_text {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.usp_left_block ul {
    list-style-type: disc;
    padding-left: 20px;
}

    .usp_left_block ul li {
        font-size: 14px;
        line-height: 35px;
    }

.usp_botom_block .usp_left_block {
    flex: 1;
}

.usp_botom_block .usp_right_block {
    flex: 1;
    max-width: 320px;
}

.usp_top_img img {
    width: 100%;
    height: 100%;
    border-radius: 0px 45px 0px 0px;
    object-fit: cover;
}

.usp_top_img {
    flex: 1;
    max-width: 500px;
}

.usp_botom_img img {
    height: 220px;
    width: 230px;
    border-radius: 10px;
    object-fit: cover;
}

.usp_botom_img {
    text-align: right;
    top: -115px;
    position: relative;
}
/**popular thing to do css start**/
.thing-grid {
    display: flex;
    column-gap: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.big_image {
    flex: 0 0 35%;
    max-width: 35%;
    position: relative;
}

.thing-grid .big_image img {
    height: 415px;
    width: 100%;
    object-fit: cover;
}

.small_image {
    flex: 0 0 65%;
    display: flex;
    flex-wrap: wrap;
    max-width: 65%;
    position: relative;
    gap: 15px;
}

.thing_block {
    width: calc(100%/2 - 16px);
    position: relative;
}

.thing_img img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: 12px;
}

.open-destinations_text {
    position: absolute;
    top: 15px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    left: 15px;
}

.thing_img:before {
    background: linear-gradient(0deg, rgba(46, 46, 50, 0.00) 24.24%, rgba(46, 46, 50, 0.60) 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    content: "";
    left: 0;
    right: 0;
    border-radius: 12px;
}

@media (max-width:991px) {
    .why_signle h5 {
        font-size: 15px;
    }

    .ab_big_img img {
        width: 100%;
        height: auto;
    }

    .philosophy_block {
        margin: 25px 0;
    }

    .ph_right_div .ab_title {
        font-size: 18px;
    }

    .unique_block .v_title {
        font-size: 25px;
    }

    .search-heading h1 {
        font-size: 18px;
    }

    .trust_block .sub_title {
        font-size: 15px;
    }

    .trust_block p {
        font-size: 12px;
    }

    .reliable_block {
        padding: 20px;
        gap: 15px;
    }

    .usp_botom_block {
        margin: 40px 0;
        gap: 15px;
    }



    .usp_botom_img {
        top: -65px;
        margin-right: 15px;
    }

        .usp_botom_img img {
            height: auto;
            width: 240px;
            margin: 0 auto;
        }

    .usp_left_block .up_text {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media (max-width:767px) {
    .imagesearch {
        grid-template-columns: repeat(auto-fit, minmax(134px, 1fr));
    }
    .bhoechie-tab-container {
        flex-direction: column;
    }

    .list-group {
        flex-direction: row;
        white-space: nowrap;
        gap: 10px;
        overflow-y: auto;
    }

    .image_section_login {
        position: absolute;
        bottom: 27px;
        z-index: 3;
        margin: 0 auto;
        left: 0;
        right: 0;
        max-width: 1360px;
        padding: 20px;
        border-radius: 15px;
        background: #FFF;
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
        width: calc(100% - 30px);
    }

    .home_page_text {
        top: 40%;
    }

    .search-heading p {
        font-size: 14px;
        text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.40);
    }

    .image_s_block {
        min-height: 400px;
        filter: brightness(0.7);
    }

    .carousel-control.left, .carousel-control.right {
        display: none;
    }

    .thing-grid {
        flex-direction: column;
        row-gap: 15px;
    }

    .big_image {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .small_image {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .open-destinations_text {
        font-size: 13px;
    }

    a.thing_block {
        width: calc(100% / 2 - 8px);
    }

    .usp_botom_block {
        display: flex;
        gap: 45px;
        justify-content: space-between;
    }

    .usp_left_title {
        font-size: 20px;
    }


    .usp_botom_block .usp_right_block {
        width: 100%;
        max-width: 100%;
    }

    .usp_botom_block .usp_left_block {
        width: 100%;
    }

    .usp_left_block .up_text {
        font-size: 16px;
    }

    .usp_botom_block {
        margin: 20px 0;
        flex-direction: column-reverse;
        gap: 5px;
        margin-bottom: 0;
    }

    .reliable_block .trust_block {
        margin-bottom: 40px;
    }

    .trust_block .sub_title {
        font-size: 14px;
    }

    .trust_block .round_img {
        margin-bottom: 10px;
    }

    .unique_block {
        position: relative;
    }

    .about_top_image_block {
        margin-top: 5px;
        flex-direction: column;
    }

    .v_img_block img {
        object-fit: cover;
        height: 100%;
        object-position: center;
    }

    .reliable_block {
        flex-direction: column;
        padding-top: 45px;
    }

    .ph_right_div p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .about_text p {
        font-size: 12px;
    }

    .unique_block .v_title {
        font-size: 18px;
        padding: 15px;
    }

    .ph_left_div {
        width: 45%;
    }

    .ph_right_div {
        width: 100%;
    }

        .ph_right_div .ab_title {
            font-size: 16px;
            margin: 0;
            margin-bottom: 5px;
        }

    .philosophy_block {
        margin: 15px 0;
        flex-direction: column;
        gap: 15px;
    }

    .about_text {
        padding: 10px;
        padding-top: 75px;
        margin-top: -65px;
    }

    .ab_top_img img {
        height: auto
    }

    .ab_top_img {
        width: 90%;
    }

    .reliable_block .trust_block:last-child {
        margin-bottom: 0;
    }

    .banner_title h2 {
        font-size: 20px;
        margin: 10px 0;
    }

    .why_main, .subscribe_input {
        flex-direction: column;
        margin-top: auto;
    }

    .why_signle h5 {
        font-size: 18px;
    }

    .why_signle p, .subscribe_input p {
        font-size: 14px;
    }

    .subscribe_input > div:first-child {
        row-gap: 0px;
    }

    .subscribe_input h2 {
        font-size: 20px;
    }

    .blog-detail h6 {
        padding-bottom: 0px;
    }

    .blog-box img {
        height: 170px;
    }

    .About_t, .About_t_sub {
        font-size: 30px;
    }

    .v_img_block {
        position: absolute;
        bottom: 0;
        top: 0;
    }
}
