﻿.homevide_block {
    position: relative;
    height: 700px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

    .homevide_block video, .homevide_block img {
        bottom: 0;
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }


/* .homevide_block:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(rgb(32 62 61 / 40%), rgb(0 20 15 / 93%));
    }*/

.login_block {
    display: flex;
    position: relative;
    gap: 95px;
    justify-content: space-between;
    top: 0;
    bottom: 0;
    align-items: center;
    /* min-height: 700px; */
}

.left_login {
    flex: 1;
    max-width: 550px;
}

.right_login {
    width: 100%;
    max-width: 350px;
}

.login_text h1 {
    margin: 0;
    color: #F7F5F0;
    text-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

    .login_text h1 b {
        font-size: 48px;
        font-weight: var(--weight-700);
    }

.login_text p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}

/*about page*/
/*about page banner*/
.common-banner-title .dot {
    display: inline-flex;
    padding: 4px 7.2px 4px 25px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 800px;
    background: rgba(75, 46, 34, 0.10);
    color: #F3761D;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 5px;
}

    .common-banner-title .dot:before {
        content: '';
        width: 8px;
        height: 8px;
        position: absolute;
        left: 10px;
        top: 6px;
        border-radius: 4px;
        background: #F3761D;
    }

.get_toknow_about {
    display: flex;
    gap: 112px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.get_to_know_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 36px;
    list-style-type: disc;
    list-style-position: inside;
}

    .get_to_know_list ul li::before {
        background: var(--btn-bg);
        font-size: 20px;
        display: block;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100px;
        min-width: 10px;
    }

.get_toknow_about img {
    max-width: 420px;
    object-fit: contain;
    width: 100%;
}

.get_toknow_contant {
    flex: 1;
}

.get_to_know_list ul li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: var(--all-text-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.team_member {
    padding: 24px 32px;
    border-radius: 40px;
    background: #FFF9E7;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team_name h5 {
    color: #1C1917;
    text-align: center;
    font-size: 21.313px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; /* 123.871% */
    letter-spacing: -0.3px;
    margin: 0;
}

.team_name p {
    color: #A8A29E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px; /* 140% */
    letter-spacing: -0.16px;
    margin: 0;
}

.team_member img {
    border-radius: 48px;
    max-width: 120px;
    height: 148px;
    object-fit: cover;
}

.scroll_div_all {
    margin-top: -100px;
    position: absolute;
    pointer-events: none;
}

.testimonial-section {
    background: #FFF9E7;
    padding: 50px 0px;
}

.banner-top-img svg {
    width: 100%;
    margin-bottom: -8px;
}

/*banner css*/
.banner_block {
    padding: 70px 0 0px 0;
}

.banner_block_recent {
    background: #F3F3F3;
    padding: 40px 0;
}

.banner_title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 0px;
    flex-direction: column;
    position: relative;
}

.main_tiile_text {
    color: var(--all-text-main);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.banner_title p {
    color: #737373;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.6px;
    margin: 5px 0;
}

/*resent search*/
.recentsearch {
    display: flex;
    column-gap: 10px;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
    cursor: pointer;
}

.recent_img img {
    min-width: 75px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
    max-width: 75px;
    background-color: var(--other-bg-light);
}


.recent_con {
    flex: 1;
}

    .recent_con b {
        color: #06030C;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .recent_con p {
        margin: 0;
        color: var(--all-text-sub);
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

/*top destionation*/
.top_destionation a {
    padding: 15px;
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background: #FFF;
    row-gap: 15px;
}

.top_destionation {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(314.33px, 1fr));
    gap: 24px;
}

    .top_destionation a img {
        border-radius: 20px;
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

.top_city {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    display: flex;
    flex-direction: column;
}

    .top_city small {
        color: #737373;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 157.143% */
    }

.top_link {
    width: 27px;
    min-width: 27px;
    height: 27px;
    background-position: -75px -48px;
}

.top_city_detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_city span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.browse_block {
    background: var(--border-color);
    justify-content: center;
}

.top_city_last {
    color: #737373;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    max-width: 230px;
}

.browse_ti {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 16px;
    border: 2px solid var(--btn-bg);
    padding: 15px;
    color: var(--btn-bg);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 137.5% */
}
/*offer sider*/
a.offer_slider img {
    height: 304px;
    object-fit: contain;
    width: fit-content;
}

a.view_button {
    position: absolute;
    right: 0;
    display: flex;
    padding: 13px 23px;
    align-items: center;
    align-self: stretch;
    border-radius: 5px;
    border: 2px solid var(--btn-bg);
    color: var(--btn-bg);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    column-gap: 5px;
    max-width: fit-content;
}

.top_r_arrow {
    width: 20px;
    height: 20px;
    background-position: -131px -51px;
}
/* top rate */
.top_rated_block {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(315.33px, 1fr));
    gap: 24px;
}

    .top_rated_block a {
        display: block;
        border-radius: 50px;
        background: #FFF;
        position: relative;
        overflow: hidden;
        border: 1px solid #E4E6E8;
    }

        .top_rated_block a img {
            width: 100%;
            height: 325px;
            object-fit: cover;
        }

.top_rated_con {
    display: flex;
    padding: 42px 32px 43px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    margin-top: -42px;
    position: relative;
    border-radius: 30px;
    background: #FFF;
}

.top_rate_bg {
    background-color: #E3F0FF;
    padding: 95px 0;
    background-image: url('/assets/project/img/top_tra.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

span.top_tag {
    position: absolute;
    top: 22px;
    left: 22px;
    background: #fff;
    padding: 6px 15px;
    border-radius: 100px;
    color: #3DC262;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

span.top_star {
    position: absolute;
    right: 30px;
    top: 0;
    display: flex;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #E4E6E8;
    background: #FFF;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.07);
    padding: 10px;
    margin-top: -16px;
}


.star_t_icon {
    width: 15px;
    height: 14px;
    background-position: -184px -55px;
}

.top_rated_con h5 {
    color: var(--all-text-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*Luxury Travel*/
.luxury_travel {
    border-radius: 16px;
    background: #F6F3FC;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(378.33px, 1fr));
    gap: 24px;
    align-items: center;
    padding: 75px;
}

.luxury_con a {
    border-radius: 50px;
    background: #FFF;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.5px; /* 175% */
    display: block;
    max-width: fit-content;
    padding: 12px 22px;
}

.luxury_con h2 {
    color: var(--all-text-main);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 138.889% */
    margin: 0;
}

.luxury_con {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.luxury_img img {
    width: 100%;
    object-fit: contain;
    max-height: 436px;
}

.luxury_con p {
    color: #737373;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
}

/*Why Travel With Us?*/
.why_book_block {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(313.33px, 1fr));
    gap: 25px;
}

.why_book {
    display: flex;
    column-gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 35px;
    border-radius: 16px;
    row-gap: 15px;
}

.why_img {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.09);
    padding: 15px;
    width: 64px;
    height: 64px;
}

    .why_img img {
        object-fit: contain;
        max-width: 28px;
        max-height: 35px;
        margin: 0 auto;
    }

.why_frist {
    color: var(--all-text-main);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 160% */
}

.why_content p {
    color: var(--all-text-sub);
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.why_book_block .why_book:nth-child(1) {
    background: #E4F9F9;
}

.why_book_block .why_book:nth-child(2) {
    background: #FCF2FA;
}

.why_book_block .why_book:nth-child(3) {
    background: #E3F0FF;
}

.why_book_block .why_book:nth-child(4) {
    background: #F6F3FC;
}

/*client review*/
.testimonial_icon {
    border-radius: 50px;
    background: #FEFA17;
    padding: 13px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
}

.review_say {
    width: 52px;
    height: 26px;
    background-position: -17px -303px;
}

.client_says {
    padding: 0px 0 170px 0;
    background-image: url('/assets/project/img/image_horizontalborder.webp');
    background-repeat: no-repeat;
    background-size: 1420px;
    background-position: bottom left;
}

.client_say_review {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    border-radius: 10px;
    background: #FFF;
    padding: 20px;
    min-height: 230px;
    border-radius: 32px;
    border: 1px solid #E4E6E8;
    background: #FFF;
}

    .client_say_review > img {
        height: 36px;
        object-fit: contain;
    }



    .client_say_review p {
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: var(--all-text-sub);
        min-height: 100px;
    }

.client_pic {
    padding-top: 15px;
    min-height: 80px;
}

.client_detail {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.guest_review_title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 160% */
}

.client_detail img {
    max-width: 62px;
    height: 62px;
    border-radius: 100px;
    object-fit: cover;
    object-position: center;
    min-width: 62px;
}

.client_name {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

    .client_name b {
        color: var(--all-text-main);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; /* 125% */
    }

    .client_name span {
        color: var(--all-text-main);
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 166.667% */
    }

span.top_star_review {
    display: flex;
    margin-left: auto;
}

.blog_title h5 {
    font-size: 20px;
}

.blog_date {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    /* 157.143% */
    column-gap: 5px;
}

.blog_date_icon {
    width: 15px;
    height: 15px;
    background-position: -396px -7px;
}

.about_us_text {
    border-radius: 10px;
}

    .about_us_text > div {
        color: #095553;
        margin-bottom: 40px;
        font-size: 23px;
        max-width: 850px;
        text-align: justify;
    }

.about_service_count {
    margin-top: 60px;
}

    .about_service_count .hotel_count {
        font-size: 30px;
        color: #08423c;
        margin-bottom: 10px;
    }
/**recent css*/
.recent_searches {
    display: flex;
    gap: 10px;
    text-decoration: none;
    background: #FFF;
    padding: 5px 5px;
    border: 1px solid #F0F4FF;
    border-radius: 5px;
    align-items: center;
    margin: 5px;
    height: 100%;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.10);
}

.searches_left_block {
    position: relative;
}

    .searches_left_block img {
        width: 74px;
        height: 70px;
        border-radius: 4px;
    }

.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 p {
    color: var(--all-text-sub);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-bottom: 2px;
}

.recent_div_block {
    background: #F3F3F3;
    padding: 40px 0;
}

    .recent_div_block .banner_title {
        color: #000;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        /* 170.444% */
    }
/***recent css end*/
@media (max-width:767px) {
    .about_service_count .hotel_count {
        font-size: 22px;
    }
    .about_us_text > div {
        
        font-size: 18px;
        
    }
    .login_block {
        gap: 20px;
        flex-direction: column;
        top: 15px;
    }

    .login_text h1 {
        font-size: 25px;
        line-height: normal;
        text-align: center;
    }

    .login_text p {
        font-size: 14px;
        line-height: normal;
    }

    .login_text {
        text-align: center;
    }

    .homevide_block {
        min-height: 100vh;
        height: 100vh;
    }

    .luxury_travel {
        padding: 15px;
    }

    .banner_block {
        padding: 30px 0 0px 0;
    }

    .main_tiile_text {
        font-size: 18px;
    }

    .banner_title p {
        font-size: 16px;
        line-height: normal;
    }

    .top_city_last {
        font-size: 18px;
    }

    a.offer_slider img {
        height: auto;
    }

    a.view_button {
        position: relative;
        padding: 5px 23px;
        line-height: 30px;
    }

    .top_rate_bg {
        padding: 15px 0;
    }

    .top_rated_block a {
        border-radius: 10px;
    }

    .top_rated_con {
        padding: 15px;
        border-radius: 10px;
    }

        .luxury_con p, .top_city, .luxury_con h2, .top_rated_con h5, .why_frist, .guest_review_title {
            font-size: 14px;
            line-height: normal;
            margin: 0;
        }

    .client_says {
        padding: 0px 0 30px 0;
    }

    .browse_ti {
        border-radius: 10px;
        padding: 5px 15px;
    }

    .top_destionation a {
        padding: 5px;
        border-radius: 5px;
        row-gap: 10px;
    }

        .top_destionation a img, .top_rated_block a img {
            border-radius: 5px;
            height: 150px;
        }

    .top_destionation, .top_rated_block, .why_book_block {
        grid-template-columns: repeat(auto-fit, minmax(159.33px, 1fr));
        gap: 15px;
    }

    span.top_tag {
        top: 5px;
        left: 5px;
        padding: 5px 10px;
        font-size: 10px;
    }

    span.top_star, .why_book {
        padding: 5px;
    }

    .why_content p {
        font-size: 13px;
    }
}
