.new-dashboard-container{
    font-family: 'Larken';
}
.video-container{
    position: relative;
    height: 100dvh;
}
.dashboard-video{
    width: 100%;
    height: 100dvh;
    object-fit: cover;
    object-position: center;
}
.video-container-body{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 100%;
}
.video-container-body img{
    margin-bottom: 10%;
}
.trip-name-text{
    font-size: 70px;
}
.scroll-to-explore{
    position: absolute;
    left: 50%;
    bottom: 10%;
    color: #fff;
    transform: translateX(-50%);
    font-size: 16px;
}
.explore-line-container{
    position: absolute;
    left: 50%;
    bottom: 0;
    color: #fff;
    transform: translateX(-50%);
    border: 1px solid #fff;
    height: 70px;

}
.header-container-body{
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    width: 275px;
    padding: 15px 10px;
    background-color: #fff;
    cursor: pointer;
    top: 2%;
    max-height: 66px;
    overflow: hidden;

    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;
}
.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: 550px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    padding: 15px 20px;
}
.header-expand-panel{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 40px 40px 10px;
}
.expand-inner-link{
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 25px;
}
.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 70px;
}
.new-header-container .guidbook-book-design .trip-name-region-section img{
    height: 180px;
}
.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-body {
    position: relative;
    width: 125px;
    height: 125px;
    overflow: visible;
    cursor: pointer;
    min-width: 125px;
}
.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: 600;
    font-size: 12px;
    text-transform: uppercase;
    pointer-events: none;
    font-family: 'Larken';
    font-weight: 600;
}
.active-page-checked{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);

    height: 30px;
    width: 30px;

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

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

    z-index: 9;
}
.active-page-checked img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}
/* per-item connector: draws a horizontal line across the gap between items */
.header-content-type-body{
    z-index: 2;
}
.header-content-type-body.filter-category:not(:last-child)::after{
    content: none;
}
.header-content-type-body:not(:last-child)::after{
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: var(--connector-gap);
    height: 3px;
    transform: translateY(-50%);
    background: #000;
    z-index: 0;
    pointer-events: none;
    border-radius: 2px;
    color: #000;
    background-color: #000;
}
.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: 70px 0 80px 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: #212529;
}
.region-select-home-page-container.active{
    background-color: #fff;
}
.listing-interests-filter.new-home-page {
  flex: 1;
  overflow-x: auto;
  white-space: nowrap;
}
@media (max-width: 1200px){
    .header-content-type-container{
        overflow-x: auto;
        justify-content: start;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .header-content-type-container::-webkit-scrollbar{
        display: none;
    }
}
@media (max-width: 991px){
    .header-container-body.expand{
        width: calc(100% - 5%);
    }
}
@media (max-width: 767px){
    .things-todo-listings{
        padding: 100px 0 80px 0;
    }
    .arrival-start-end-date{
        padding: 15px;
    }
    .expand-inner-link{
        gap: 10px;
    }
    .header-expand-panel{
        flex-direction: column;
        padding: 0;
        gap: 30px;
    }
    .new-header-container .guidbook-book-design{
        width: 100%;
    }
    .header-container-body{
        width: calc(100% - 5%);
        max-height: 63px;
    }
    .header-container-body.expand{
        width: calc(100% - 5%);
        max-height: 1000px;
    }
    .trip-name-text{
        font-size: 30px;       
    }
    .scroll-to-explore{
        bottom: 13%;
    }
    .video-container-body img {
        margin-bottom: 20%;
    }
}