.new-dashboard-container{
    font-family: 'Larken';
}

.video-container{
    position: relative;
    height: calc(100dvh - 60px);
}
.video-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 1;
}
.dashboard-video{
    width: 100%;
    height: calc(100dvh - 60px);
    object-fit: cover;
    object-position: center;
}
.video-container-body{
    position: absolute;
    z-index: 9;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 100%;
}
.video-container-body img{
    margin-bottom: 5%;
}
.trip-name-text{
    font-size: 90px;
}
.scroll-to-explore{
    position: absolute;
    left: 50%;
    bottom: 10%;
    color: #fff;
    transform: translateX(-50%);
    font-size: 16px;
    text-transform: uppercase;
    z-index: 9;
}
.explore-line-container{
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    height: 70px;
    z-index: 9;
}

.video-line{
    position: absolute;
    bottom: 0;            /* line ka bottom video ke bottom se touch kare */
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 70px;
    background: #7a7a7a;
    overflow: hidden;
}

.video-line::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #fff;
    animation: smoothScroll 2.5s ease-in-out infinite;
}
.date-range-complete-signup .rdrCalendarWrapper{
    background: transparent !important;
}
.date-range-complete-signup .rdrMonthAndYearPickers{
    display: none !important;
}
@keyframes smoothScroll{

    0%{
        top: 0;
        height: 0;
        opacity: 0;
    }

    20%{
        height: 20px;
        opacity: 1;
    }

    50%{
        top: 30px;
        height: 35px;
    }

    80%{
        top: 60px;
        height: 15px;
        opacity: 1;
    }

    100%{
        top: 70px;
        height: 0;
        opacity: 0;
    }
}
.header-container-body{
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    width: 328px;
    padding: 12px 10px;
    background-color: #fff;
    cursor: pointer;
    top: 2%;
    max-height: 60px;
    overflow: hidden;
    border: none;

    transition:
        width 0.45s cubic-bezier(.4,0,.2,1),
        max-height 0.45s cubic-bezier(.4,0,.2,1),
        box-shadow 0.3s ease;
    box-shadow: 0 -6px 20px rgba(0,0,0,0.12);
    border-radius: 5px;
}
.header-container-body.bottom-menu{
    position: fixed;
    bottom: 2%;
    top: unset;
    transform: translateX(-50%);
    transform-origin: bottom center;
    /* display: none; */
}
.header-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-header-container{
    font-family: 'Larken';
}
.header-container-body.expand{
    width: 900px;
    max-height: 560px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    padding: 12px 20px;
}
.header-container-body.expand-bottom{
    width: 900px;
    max-height: 570px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    padding: 12px 20px;
}
.header-expand-panel{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 40px 30px 10px;
    align-items: center;
}
.bottom-menu .header-expand-panel{
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    align-items: center;
}
.bottom-menu.expand-bottom .header-content{
    padding-top: 10px;
}
.expand-inner-link{
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 25px;
}
.expand-inner-link a{
    transition: color 0.3s ease;

}
.expand-inner-link a:hover{
    color: #848484;
}
.expand-inner-link .active{
    color: #848484;
}
.new-header-container .guidbook-book-design{
    aspect-ratio: unset;
    gap: 40px;
    width: 330px;
}
.new-header-container .guidbook-book-design .trip-name-region-section{
    gap: 30px;
}
.new-header-container .guidbook-book-design .trip-guidebook-image{
    padding: 0px 75px;
}
.new-header-container .guidbook-book-design .trip-name-region-section img{
    height: 165px;
}
.header-content-type-container {
    --connector-gap: 35px;
    display: flex;
    align-items: center;
    gap: var(--connector-gap);
    justify-content: center;
    position: relative;
    overflow: visible;
}
.header-content-type-wrapper{
    position: relative;
}
.header-content-type-body {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: visible;
    cursor: pointer;
    min-width: 100px;
}
.header-content-type-body:hover .overlay{
    background: rgba(119, 92, 36, 0.45);
}
.header-content-type-body.active .overlay{
    background: rgba(119, 92, 36, 0.45);
    /* border: 4px solid rgba(102, 72, 12, 0.45); */
}

.header-content-type-body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.header-content-type-body video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.header-content-type-body .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.header-content-type-body p {
    position: absolute;
    inset: 0;
    z-index: 2;
    margin: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-weight: 400;
    font-size: 12px;
    /* text-transform: capitalize; */
    pointer-events: none;
    font-family: 'Larken';
}
.active-page-checked{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);

    height: 20px;
    width: 20px;

    background: #fff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 9;
}
.active-page-checked img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
/* per-item connector: draws a horizontal line across the gap between items */
.header-content-type-body{
    z-index: 2;
    position: relative;
}
.header-content-type-body.filter-category:not(:last-child)::after{
    content: none;
}
.header-content-type-body.filter-category:not(:last-child)::before{
    content: none;
}
.header-content-type-body:not(:last-child)::after{
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: var(--connector-gap);
    height: 1px;
    transform: translateY(-50%);
    background: #7a7a7a;
    border-radius: 2px;
}
.header-content-type-body:not(:last-child)::before{
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 0;
    height: 1px;
    transform: translateY(-50%);
    background: #000000;
    border-radius: 2px;
    z-index: 9;
}
.header-content-type-body:nth-child(1)::before{
    animation: connectorAnim 4s linear infinite;
}

.header-content-type-body:nth-child(2)::before{
    animation: connectorAnim 4s linear infinite;
    animation-delay: 1s;
}

.header-content-type-body:nth-child(3)::before{
    animation: connectorAnim 4s linear infinite;
    animation-delay: 2s;
}

.header-content-type-body:nth-child(4)::before{
    animation: connectorAnim 4s linear infinite;
    animation-delay: 3s;
}

.header-content-type-body:nth-child(5)::before{
    animation: connectorAnim 4s linear infinite;
    animation-delay: 4s;
}

.header-content-type-body:nth-child(6)::before{
    animation: connectorAnim 4s linear infinite;
    animation-delay: 5s;
}
@keyframes connectorAnim{

    0%{
        width:0;
        opacity:0;
    }

    5%{
        opacity:1;
    }

    20%{
        width:var(--connector-gap);
    }

    25%{
        opacity:0;
        width:var(--connector-gap);
    }

    100%{
        width:0;
        opacity:0;
    }

}
.arrival-container{
    padding: 175px 0 80px 0;
}
.things-todo-listings{
    padding: 175px 0 80px 0;
}
.arrival-start-end-date{
    /* background-color: #fff; */
    padding: 15px 50px;
}
.count-down-container-div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 60px 0;
}
.count-down-container-div .countdown-container{
    /* background-color: #fff; */
    width: fit-content;
}
/* .arrival-start-end-date .member-guest-timeline::before{
    border: 1px solid #fff;
} */
.guest-dashboard-weather-condition .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(245, 242, 234, 0.8);
    z-index: 1;
}
.listing-filter-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  overflow: visible !important;
}
.listing-filter-icons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.listing-filter-icons-button{
    padding: 10px 12px;
    background-color: transparent;
}
.listing-filter-icons-button.active{
    background-color: #ffffff;
}
.listing-filter-icons-button:hover{
    background-color: #ffffff;
}
.region-select-home-page-container{
    padding: 10px 15px;
    color: #212529;
}
.region-select-home-page-container:hover{
    color: #000000;
}
.region-select-home-page-container.active{
    background-color: #fff;
}
.listing-interests-filter.new-home-page {
  flex: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.your-trip-itinerary-day-container {
    scroll-behavior: smooth;
}
.your-trip-itinerary-day-container::-webkit-scrollbar{
    display: none;
}
.your-trip-itinerary-days{
    background-color:#fff;
    width:150px;
    height:150px;
    min-width:150px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    cursor:pointer;
    position:relative;
    overflow:hidden;
}
.your-trip-itinerary-days.has-image{
    background-size:cover;
    background-position:center;
}
.your-trip-itinerary-days.has-image::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.4);
}
.your-trip-itinerary-days.has-image .day-content{
    color:#fff;
}
.your-trip-itinerary-days .day-content{
    position:relative;
    z-index:2;
    /* color:#212529; */
}
.your-trip-itinerary-days.has-image .plus-icon-hover{
    fill:#ffffff;
}
.plus-icon-hover{
    fill:#ccc;
    transition:0.25s;
}

.your-trip-itinerary-days:hover .plus-icon-hover{
    fill:#000;
}
.none-listings-container{
    /* background-color: rgb(245, 242, 234); */
    padding: 50px 0 60px 0;
    margin: 50px 0 80px 0;
}
.day-alt-bg{
  background: rgb(245, 242, 234);
}
.day-alt-bg .day-history-right{
    background-color: #fcfaf6;
}
.day-alt-without-bg .day-history-right{
    background: rgb(245, 242, 234);
}

.day-alt-without-bg .day-history-right .add-stop-Button .first-stop{
    background: #fcfaf6;
}

.day-alt-bg .day-history-right .add-stop-Button .first-stop{
    background: rgb(245, 242, 234);
}

.day-alt-bg .add-stop-Button .first-stop.another-place{
    background: #fcfaf6;
}
.day-alt-without-bg .add-stop-Button .first-stop.another-place{
    background: rgb(245, 242, 234);
}
.custom-offcanvas {
    --bs-offcanvas-width: 40%;
}
.amenities-offcanvas{
    --bs-offcanvas-width: 30%;
}
.ld-featured-img.offCanvas{
    max-height: 250px;
}
.offcanvas-backdrop{
    z-index: 98;
}
.offcanvas{
    z-index: 99 !important;
}
.new-page-accommodation-amenities:checked{
    background-color: #f7de8c;
    border-color: #f7de8c;
}
.new-page-accommodation-amenities:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='%234a4531' d='M16.707 5.293a1 1 0 00-1.414 0L8 12.586 4.707 9.293a1 1 0 10-1.414 1.414l4 4a1 1 0 001.414 0l8-8a1 1 0 000-1.414z'/%3e%3c/svg%3e");
    background-size: 18px 18px;
}
.bedroom-images {
    width: 100%;
    max-width: 3750px;
    aspect-ratio: 3 / 1.9;
    object-fit: cover;
}
.accommodation-bedroom-body{
    display: flex;
    align-items: center;
    gap: 80px;
}

/* responsive featured images in itinerary custom map components */
.custom-featured-img {
    max-width: 100%;
    height: auto;
}

.accommodation-bedroom-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    width: 100%;
    /* padding-right: 200px; */
}

.accommodation-bedroom-content .details-bedroom {
    min-width: 0;
    font-size: 13px;
}

/* .accommodation-bedroom-content p {
    margin: 0;
    word-break: break-word;
} */
.guest-container-class{
    padding: 60px 25% 0 25%;
}
.new-design-fontsize{
    font-size: 95px;
}
.new-itinerary-page-listing{
    padding-left: 60px;
}
.welcome-text{
    font-size: 22px;
    text-align: center;
}
.welcome-text.split {
  opacity: 0;
  font-size: 22px;
  letter-spacing: normal;
  will-change: transform;
  color: #212529;
  text-align: justify;
}
.center-input-placeholder::placeholder{
    text-align: center;
}
.center-input-placeholder{
    text-align: center;
}
.welcome-text.split * {
  will-change: transform;
}
.welcome-text.split p{
    margin-bottom: 0;
}
.sub-heading-title-class{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.word-visible{
    animation: wordReveal 0.6s ease forwards;
}
.download-guidebook-button{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);

    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(6px);

    padding: 8px 15px;
    border-radius: 0;
    font-size: 13px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    white-space: nowrap; 

    transition: all .3s ease;
}
.download-guidebook-button:hover{
    background-color: #212529;
    color: #fff;
}
@keyframes wordReveal{

    0%{
        opacity:0;
        filter:blur(8px);
        transform:translateY(10px);
    }

    100%{
        opacity:1;
        filter:blur(0);
        transform:translateY(0);
    }

}
.nextstep-container{
    padding: 30px 0 50px 0;
}

.plus-icon-hover{
    fill:#5c5c5c;
    transition: fill 0.3s ease;
}

.modify-itineary-infomation{
    background-color: #ffffff;
    cursor: pointer;
}
.modify-itineary-infomation.add-border-only{
    border: 1px solid #d9d5cc;
}
.button-hover-design{
    background-color: rgb(245, 242, 234);
}
.button-hover-design:hover{
    background-color: #000000;
}
.button-hover-design:hover svg{
    fill:rgb(255, 255, 255);
}
.bottom-menu-wrapper{
    display: none;
}

.bottom-menu-wrapper.show-bottom-menu{
    display: block;
}
.bottom-menu-wrapper .header-container-body.bottom-menu{
    animation: slideUpMenu 0.35s ease forwards;
}

@keyframes slideUpMenu{
    from{
        transform: translate(-50%, 120%);
        opacity: 0;
    }
    to{
        transform: translate(-50%, 0);
        opacity: 1;
    }
}
.welcome-content-images{
    height: 500px;
}
.modify-itineary-infomation:hover{
    background-color: #000;
    color: #fff;
}
.welcome-content-section{
    background-color: transparent;
}
.guest-accommodaton-images{
    padding: 0 280px;
}
.custom-toast {
    width: 100%;
    max-width: 500px;
}
.reset-password-form-container{
    width: 500px;
}
@media (max-width: 1200px){
    .guest-accommodaton-images{
        padding: 0 200px;
    }
    .new-design-fontsize{
        font-size: 95px;
    }
    .accommodation-bedroom-content{
        padding-right: 0;
    }
    .amenities-offcanvas{
        --bs-offcanvas-width: 50%;
    }
    .accommodation-bedroom-body{
        gap: 50px;
    }
    .custom-offcanvas {
        --bs-offcanvas-width: 50%;
    }
    .header-content-type-container{
        overflow-x: auto;
        justify-content: start;
        -ms-overflow-style: none;
        scrollbar-width: none;
        position: relative;
    }
    .header-content-type-wrapper::before,
    .header-content-type-wrapper::after{
        content: "";
        position: absolute;
        top: 0;
        width: 25px;
        height: 100%;
        pointer-events: none;
        z-index: 5;
    }

    .header-content-type-wrapper::before{
        left: -2px;
        background: linear-gradient(to right, #fff, rgba(255,255,255,0));
    }

    .header-content-type-wrapper::after{
        right: -2px;
        background: linear-gradient(to left, #fff, rgba(255,255,255,0));
    }
    .header-content-type-container::-webkit-scrollbar{
        display: none;
    }
}
@media (max-width: 991px){
    .guest-accommodaton-images{
        padding: 0 100px;
    }
    .welcome-text{
        font-size: 24px;
    }
    .new-itinerary-page-listing{
        padding-left: 0;
    }
    .guest-container-class{
        padding: 60px 0 0 0;
    }
    .accommodation-bedroom-content{
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .header-container-body.expand{
        width: calc(100% - 5%);
    }
    .header-container-body.expand-bottom{
        width: calc(100% - 5%);
    }
    .amenities-offcanvas{
        --bs-offcanvas-width: 100%;
    }
}
@media (max-width: 767px){
    .reset-password-form-container{
        width: 90%;
    }
    .arrival-container.padding-top-section{
        padding-top: 150px;
    }
    .custom-toast {
        width: auto;
    }
    .button-hover-design:hover{
        background-color: rgb(245, 242, 234);
    }
    .button-hover-design:hover svg{
        fill:#000000;
    }
    .guest-accommodaton-images{
        padding: 0 0px;
    }
    .welcome-content-section{
        background-color: #ffffff;
    }
    .button-hover-design{
        background-color: rgb(245, 242, 234);
    }
    .modify-itineary-infomation:hover{
        background-color: #ffffff;
        color: #000000;
    }
    .member-custom-add-location button:hover{
        background-color: #ffffff;
    }
    .helpfull-ul li{
        max-width: 100%;
        flex: 0 0 100%
    }
    .welcome-text.desktop-text{
        text-align: justify;
        text-align-last: center;
    }
    .new-header-container .guidbook-book-design .trip-name-region-section img{
        height: 250px;
    }
    .custom-featured-img {
        width: 100% !important;
        height: auto !important;
    }
    .new-design-fontsize{
        font-size: 45px;
    }
    .accommodation-bedroom-content {
        grid-template-columns: 1fr;
        padding-right: 0;
        gap: 15px;
    }
    .accommodation-bedroom-body{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .bedroom-images {
        width: 100%;
        height: auto;          
        aspect-ratio: 3 / 1.6;   
    }
    .mobile-view-room-image{
        width: 100%;
    }
    .custom-offcanvas {
    --bs-offcanvas-width: 100%;
    }
    .things-todo-listings{
        padding: 100px 0 80px 0;
    }
    .arrival-start-end-date{
        padding: 15px;
    }
    .expand-inner-link{
        gap: 10px;
        text-align: center;
    }
    .bottom-menu.expand-bottom .expand-inner-link{
        text-align: center;
    }
    .bottom-menu .header-expand-panel{
        margin-top: 0;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .header-expand-panel{
        align-items: start;
        flex-direction: column;
        padding: 0;
        gap: 30px;
        padding: 0 0px 25px 0px;
        align-items: center;
    }
    .new-header-container .guidbook-book-design{
        width: 100%;
        display: none;
    }
    .header-container-body{
        /* width: calc(100% - 5%); */
        max-height: 63px;
    }
    .header-container-body.expand{
        width: calc(100% - 5%);
        max-height: 1000px;
    }
    .header-container-body.expand-bottom{
        width: calc(100% - 5%);
        max-height: 1000px;
    }
    .trip-name-text{
        font-size: 30px;       
    }
    .scroll-to-explore{
        bottom: 15%;
    }
    .video-container-body img {
        margin-bottom: 20%;
    }
}
@media (max-width: 576px){
    .tooltips-class-style{
        width: 100%;
    }
}
@media (max-width: 435px){
    .tooltips-class-style{
        width: 100%;
    }
    .new-header-container .guidbook-book-design .trip-name-region-section img{
        height: auto;
        aspect-ratio: 3 / 4;
    }
}