﻿/*login box*/
.image_section_login {
    display: flex;
    gap: 30px;
    position: absolute;
    left: 40%;
    bottom: 0;
    transform: translate(-40%, -0%);
    max-width: 1170px;
    justify-content: flex-end;
    width: 100%;
    padding: 0 15px;
}

.form-group_Wrapper {
    width: 100%;
    max-width: 370px;
    background: var(--btn-bg);
    padding: 20px;
    color: #fff;
    border-radius: 15px 15px 0px 0px;
}
/*home page slider*/
.main-slider img {
    min-height: 450px;
    object-fit: cover;
    width: 100%;
    filter: brightness(0.8);
    max-height: 620px;
}

.default_b2b .main-slider img {
    min-height: 670px;
}

.carousel-control.right {
    right: 15px;
}

.home_page_text {
    position: absolute;
    left: 50%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 15px);
}
.default_b2b .main-slider .home_page_text {
    text-align:left;
}
.search-heading {
    max-width: 1170px;
    margin: 0 auto;
    color: #fff;
    padding: 0 15px;
}

    .search-heading h1 {
        margin: 0 auto;
        text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 34px; /* 106.25% */
    }



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

.banner_title div {
    color: var(--all-text-main);
    font-size: 24px;
    font-weight: 700;
}

.banner_title p {
    margin: 0;
}

.banner_title {
    margin-bottom: 25px;
}


/* counetr banner start */
.counetr_block {
    background-color: var(--btn-bg);
    color: #fff;
    border-radius: 0px 0px 15px 15px;
    padding: 55px 20px;
}

.counetr_start {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 10px;
}

.counter_detail > div > span {
    color: var(--all-text-third);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.b2c .counter_detail > div > span {
    color: var(--color);
   
}
.counter_detail p {
    color: #FFF;
    text-align: center;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
/* counetr banner end */

.memorable_ravel {
    display: flex;
    gap: 15px;
}

.memorable_left {
    flex: 1;
    max-width: 570px;
}

.memorable_right {
    flex: 1;
}

    .memorable_right > div {
        display: flex;
        gap: 15px;
    }

    .memorable_right img {
        border-radius: 8px;
        background-color: #D9D9D9;
        object-fit: cover;
        height: 425px;
        width: 100%;
        /*max-width: 275px;*/
    }

        .memorable_right img:last-child {
            margin-top: 15px;
        }

.memorable_left p {
    margin-top: 15px;
}



.memorable_left ul li {
    color: #2D2D2D;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    /* 214.286% */
    line-height: 30px;
    display: flex;
    align-items: flex-start;
    padding-left: 20px;
    position: relative;
}

.memorable_left a {
    color: #FFF;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--btn-bg);
    display: flex;
    align-items: center;
    max-width: fit-content;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 3px;
    column-gap: 10px;
}

.memorable_left ul li:before {
    position: absolute;
    left: 0;
    content: "";
    width: 15px;
    height: 15px;
    background-position: -472px -168px;
    top: 8px;
}

/*why choose us*/
.banner_block.why_chooseus {
    background-image: url(/assets/whitelable1/img/aboutusimage.webp);
    color: var(--color);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

    .banner_block.why_chooseus .banner_title div {
        color: #FFF;
    }

.why_chooseus_main {
    display: flex;
    gap: 30px;
}

.why_vide {
    flex: 1;
    max-width: 370px;
    width: 100%;
    height: 100%;
}

.why_right {
    flex: 1;
}

.why_signle {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    max-width: 330px;
    padding: 20px;
    background-color: var(--btn-bg);
    border-radius: 15px;
}

    .why_signle > div {
        color: #FFF;
        font-weight: 700;
        line-height: normal;
        font-size: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .why_signle p {
        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 166.667% */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.why_contant_us {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

    .why_contant_us .why_signle:first-child {
        background-color: var(--btn-two-bg);
    }
/* youtube */
.video-placeholder {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.video_image {
    width: 100%;
    height: 468px;
    object-fit: cover;
}

.play-icon {
    position: absolute;
    left: 50%;
    text-align: left;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 50px;
    height: 50px;
    object-fit: contain;
}

.youtube iframe {
    width: 100% !important;
    height: 468px !important;
}
/* Notifications & Updates */
a.notifications_updates {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    background: #F3FBFF;
}

    a.notifications_updates img {
        max-width: 130px;
        min-width: 130px;
        height: 140px;
        object-fit: cover;
    }

.notifications_contant > div {
    color: #1A2B49;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notifications_contant span {
    color: var(--btn-bg);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.notifications_contant {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 10px;
}
/* Notifications & Updates */
/* Find your best staycation in UAE start */
a.find_your_best_staycation {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.find_your_best_img img {
    height: 215px;
    border-radius: 10px;
    background-color: var(--other-bg-light);
}

.find_your_best_img span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    border-radius: 100px;
    background: #FFF;
    color: var(--btn-bg);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    padding: 0 10px;
}

.find_your_best_img {
    position: relative;
}

.find_your_best_con {
    border-radius: 10px;
    background: var(--btn-bg);
    color: #fff;
    min-height: 60px;
    display: flex;
    align-items: flex-start;
    padding: 10px;
    flex-direction: column;
}

    .find_your_best_con > div {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
    }

    .find_your_best_con span {
        color: #ffa800;
        letter-spacing: 5px;
    }

    .find_your_best_con .fa-star:before {
        content: "\f005";
        font-family: 'FontAwesome';
    }

.Favourite_hotels_star {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.find_your_best_con.Favourite_hotels {
    background: transparent;
    color: var(--all-text-main);
    padding: 0;
}

span.Favourite_city {
    letter-spacing: normal;
    color: #033F63;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.loc_Favourite {
    width: 11px;
    height: 11px;
    display: inline-block;
    background-position: -257px -463px;
}
/* Find your best staycation in UAE end */

/* Discover More Popular Hotels Here start */
.popular_location_Stay {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

a.discover_more_popular_hotels {
    display: block;
    position: relative;
}

    a.discover_more_popular_hotels img {
        height: 290px;
        border-radius: 10px;
        filter: brightness(0.7);
        object-fit: cover;
        width: 100%;
    }

.discover_more_button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

    .discover_more_button span {
        border-radius: 6px;
        display: block;
        font-size: 14px;
        font-weight: normal;
    }
/* Discover More Popular Hotels Here end */



@media (max-width:767px) {
    .search-heading h1 {
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
    }

    .image_section_login {
        justify-content: center;
    }

    .banner_block {
        padding: 10px 0 10px 0;
    }

    .banner_title {
        margin-bottom: 10px;
    }

        .banner_title div {
            font-size: 17px;
        }

    .why_signle > div, .notifications_contant > div {
        font-size: 14px;
    }

    .home_page_text {
        top: 140px;
    }

    .counetr_start {
        flex-direction: column;
        gap: 10px;
    }

    .counetr_block {
        padding: 15px;
    }

    .counter_detail > div > span {
        font-size: 20px;
    }

    .memorable_ravel {
        flex-direction: column;
    }

    .memorable_right > div {
        display: block;
    }

    .memorable_right img {
        height: 150px;
        max-width: 100%;
    }

        .memorable_right img:last-child {
            display: none;
        }

    .why_chooseus_main {
        flex-direction: column;
    }

    .banner_block.why_chooseus {
        padding: 50px 0;
    }
    .main-slider img {
        min-height: 100vh;
        max-height: 100%;
    }
   
}
