* {
    font-family: 'Inter', sans-serif;
}

/* Hide scrollbar but still allow scroll */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.sign-in-button {
    color: #0D326B;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding: 16px 24px;
    border: 2px solid #0D326B;
    border-radius: 100px;
}

.download-button { /* Not in use */
    color: #0D326B;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding: 16px 24px;
    border-radius: 100px;
    background-color: #0D326B;
}

.menu-mobile {
    display: none;
}

.menu-desktop a {
    text-decoration: none;
    color: #09090A;
    font-weight: 500;
    font-size: 16px;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

#menuBox {
    display: none;
    position: absolute;
    top: 60px;
    right: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 15px;
    width: 200px;
    z-index: 1000;
}

#menuBox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menuBox ul li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

#menuBox ul li:last-child {
    border-bottom: none;
}

#menuBox ul li:hover {
    background: #f0f0f0;
}

.home-header {
    margin-top: 20px;
    background: url('../images/home_allstays_camp.png') no-repeat 25% 75%;
    background-size: cover;
    background-color: rgba(4, 170, 109, 0.3);
    margin-bottom: 20px;
    border-radius: 38px;
    transform: rotateY(180deg);
    width: 100%;
    height: 680px;

    &:before {
        content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-image: linear-gradient(to bottom right,#0000,#000000);
            opacity: .4; 
            border-radius: 38px;
    }
}

.home-header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    transform: rotateY(180deg);
    border-radius: 38px;
    overflow: hidden;
}

.rating-image {
    padding-top: 10px;
    width: 240px;
    height: 88px;
    top: 209px;
    left: 600px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.home-header-content h1 {
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 95px;
    line-height: 120%;
}

.home-header-content h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 37px;
    line-height: 120%;
    margin-top: 20px;
}

.home-header-content .image-with-app {
    display: flex;
    align-items: end;
    justify-content: end;
    width: 100%;       /* or fixed width */
    height: 298px;     /* set desired visible height */
    border-radius: 38px;
}

.image-width-app img {
    height: auto;
    display: block;
    border-radius: 38px;
}

.rating-image {
    position: static;
}

.start-exploring-button {
    background-color: #0D326B;
    padding: 16px 24px;
    border-radius: 100px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-top: 40px;
}

.qr-code {
    border: 2px solid #F3A700;
    border-radius: 16px;
    padding: 10px;
    background-color: white;
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.scan-to {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: black;
    margin: 0;
}

.download-the-app {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: black;
    margin: 0;
}


.section-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 70px;
    color: #09090A;
    text-align: center;
    margin-bottom: 20px;
    color: #0D326B;
}

.section-subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 23px;
    color: #0D326B;
    text-align: center;
    margin-bottom: 20px;
    color: #09090A;
}


.card-left {
    padding: 20px;
}

.card-left-2 {
    padding: 20px;
    left: 30px;
    max-width: 220px;
}

.card-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #0D326B;
    line-height: 111%;
}

.card-title-smaller {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #0D326B;
    line-height: 111%;
}

.card-description {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #0D326B;
    margin-top: 10px;
    line-height: 128%;
}

.image-card-2 {
    padding: 10px;
    position: absolute;
    right: 30px;
}

.image-card-3 {
    padding: 10px;
    position: relative;
    bottom: 30px;
}

.image-card-4 {
    padding: 10px;
    position: relative;
    top: 60px;
    left: 30px;
}

.much-more-card {
    width: fit-content;
    height: 43px;
    border-radius: 28px;
    background: #FFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 15px;
}

.items-section {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
}
.slider-desktop {
    display: flex;
}
.slider-mobile {
    display: none;
}

.section-one-card {
    position: relative;
    height: 404px;
    background-color: #EFF4FB;
    border-radius: 30px;
    height: 300px;
}

.section-one-card-mobile {
    background-color: #EFF4FB;
    border-radius: 30px;
    height: auto;
}

.mobile-section-title {
    color: #0D326B;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 111%; /* 38.85px */
}

.mobile-section-subtitle {
    display: flex;
    height: 44px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #000;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
}

.mobile-image-one {
    width: 100%;
}


.section-three {
    margin-top: 20px;
    width: 100%;
    height: 628px;
    background: url('../images/mainpage/mountain_view.png') no-repeat 25% 75%;
    background-size: cover;
    border-radius: 38px;
}

.icon-one {
    position: relative;
    bottom: 7%;
    left: 4%;
    width: fit-content;
}

.icon-two {
    position: relative;
    bottom: 25%;
    left: 20%;
    width: fit-content;
}

.icon-three {
    position: relative;
    bottom: 42%;
    left: 50%;
    width: fit-content;
}

.section-three-title {
    color: #0D326B;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 107%; /* 51.36px */
}

.section-three-subtitle {
    display: flex;
    width: 346px;
    height: 91px;
    flex-direction: column;
    justify-content: center;
    color: #000;

    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 141%; /* 32.43px */
}

.section-three-left {
    max-width: 400px;
    margin: 50px;
}

.third-hero-image {
    width: 25%;
}

.going-faster-text {
    color: #0D326B;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
}

.feature-card {
    width: 182px;
    height: 247px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #EFF4FB;
}

.feature-description {
    display: flex;
    width: 160px;
    height: 28px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #000;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%; /* 25.6px */
}

.feature-title  {
    display: flex;
    width: 123.389px;
    height: 63.898px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #0D326B;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
}

.section-four {
    border-radius: 30px;
    background: #0D326B;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    height: 691px;
    position: relative;
}
.section-four-left {
    width: 100%;
}

.section-four-title {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 107%; /* 51.36px */
}

.section-four-subtitle {
    display: flex;
    width: 100%;
    height: 91px;
    flex-direction: column;
    justify-content: center;
    color: white;

    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 141%; 
}

.section-four-content {
    height: 100%;
}

.section-four-right {
    height: 100%;
}

.testimonial-card {
    width: 1000px;
    border-radius: 30px;
    background: #FFF;
    height: 80%;
}

.testimonial-content {
    color: #000;
    text-align: center;
    text-overflow: ellipsis;
    font-family: 'Inter';
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}


.quote-slide {
    height: 50%;
}

.signup-button-white {
    display: flex;
    width: 255px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #FFF;
}
.section-four-logo {
    position: absolute;
    transform: translateX(-160%) translateY(-40%);
}

.section-four-logo-mobile {
    display: none;
}

.section-five {
    border-radius: 30px;
    background: #0D326B;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    height: 691px;
    width: 100%;
    position: relative;
    background: linear-gradient(
        0deg,
        rgba(48, 76, 68, 0.84) 0%,
        rgba(48, 76, 68, 0.84) 100%
    ),
    url('../images/mainpage/wood_section.jpg') lightgray -177.916px -363.558px /
        126.804% 214.649% no-repeat;

    aspect-ratio: 19/45;
}

.section-five-title {
    display: flex;
    width: 562px;
    height: 223px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #FFF;

    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 117%; /* 56.16px */
}

.section-five-description {
    display: flex;
    width: 525px;
    height: 249px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;

    color: #FFF;
    text-shadow: 0 0 7.6px rgba(0, 0, 0, 0.82);
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 36.8px */
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.three-images {
    position: absolute;
    top: -380px;
    left: 0;
    max-width: 900px;
}

.founder-image-allstays {
    position: absolute;
    right: 100px;
    bottom: -50px;
    width: 900px;
}

.section-right-title {
    color: #0D326B;
    max-width: 514px;
    font-family: 'Roboto';
    font-size: 48px;
    margin-top: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 117%; /* 56.16px */
}

.section-right-subtitle {
    color: black;
    max-width: 557px;
    margin-top: 20px;
    font-family: 'Roboto';
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 36.8px */
}

.email-container > label {
    overflow: hidden;
    color: black;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
}

.email-container  {
    width: 100%;
}

.email-container > input {
    border-radius: 7px;
    border: 1px solid black;
    background: #FFF;
    width: 541px;
    height: 56px;
    margin: auto 0;
}

.newsletter-container > label {
    overflow: hidden;
    max-width: 453px;
    color: black;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
}

.newsletter-container > label > a {
    color: black;
    text-decoration: underline;
}

.confirm-button > button {
    display: flex;
    width: 160px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #0D326B;
    color: white;
}


.as-seen-in {
    color: #0D326B;

    text-align: center;
    font-family: 'Roboto';
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
}

.section-seven-left {
    height: 328px;
    flex-shrink: 0;
    border-radius: 30px;
    padding: 50px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url("../images/mainpage/section-seven-left.png") lightgray center center no-repeat;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
    background-size: cover;
}

.section-seven-right {
    height: 328px;
    flex-shrink: 0;
    border-radius: 30px;
    padding: 50px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url("../images/mainpage/section-seven-right.png") lightgray center center no-repeat;
    background-size: cover;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
}

.section-seven-text {
    display: flex;
    width: 319px;
    height: 134px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #FFF;

    font-family: 'Roboto';
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 111%; 
}

.section-seven-a > a {
    display: flex;
    margin-top: 40px;
    width: fit-content;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #FFF;
}

.section-eight {
    padding: 60px 10px;
}

.section-eight-title {
    color: #0D326B;
    text-align: center;
    font-family: Roboto;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 84px */
}

.section-eight-subtitle {
    color: #0D326B;
    text-align: center;
    font-family: Roboto;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 36.8px */
}

.footer {
    background: #0D326B;
    border-radius: 30px;
    width: 100%;
    height: auto;
    padding: 40px 40px 0px 40px;
    background: url('../images/mainpage/track_background.png') no-repeat 20% 75%;
    background-size: cover;
    background-color: #0D326B;
    
    flex-shrink: 0;
}


.popular-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #ecf0f1;
}

.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 10px;
}

.tab-button {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    padding: 20px 10px 20px 0px;
    cursor: pointer;
}

.tab-button.active {
    border-color: #3498db;
    border-bottom: 1px solid #FFF;
}

.tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab-content.active {
    display: block;
    opacity: 1;
}

.states-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 40px;
}

.other-stores-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 40px;
}

.state-link {
    color: #C4C4C4;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

.footer-section > h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    marign-top: 10px;
}

.more-options > li > a {
    display: flex;
    font-family: 'Inter';
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 58px;
    align-items: center;
    color: #C4C4C4;
}

.connect-with-us {
    color: #FFF;

    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
}

.footer-links > a, span {
    color: #C4C4C4;

    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.button {
    color: #0D326B !important;
}

.track-background {
    background: url('../images/mainpage/track_background.png') no-repeat center center;
    background-size: contain;
    
}

.state-bg {
    background: url('../images/mainpage/state_view.b.png') no-repeat 65% 105%;
    background-size: contain;
    margin: auto 0;
}

@media screen and (max-width: 768px) {
    .sign-in-button {
        padding: 12px 20px;
        font-size: 14px;
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .menu-buttons {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .menu-desktop {
        display: none;
    }
    
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .icon-one {
        display: none !important;
    }
    .icon-two {
        display: none !important;
    }
    .icon-three {
        display: none !important;
    }
    
    .menu-mobile {
        display: flex;
        cursor: pointer;
    }

    .menu-mobile h2 {
        font-size: 18px;
        margin: 0;
        font-weight: 500;

    }

    .menu-mobile svg {
        font-size: 36px;
    }

    .section-one {
        background-image: url('../images/mainpage/bg-mobile.pg.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
    .section-two {
        background-image: url('../images/mainpage/bg-mobile.pg.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
    .section-three {
        background-image: url('../images/mainpage/bg-mobile.pg.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .home-header {
        margin-top: 20px;
        background: url('../images/home_allstays_camp.png') no-repeat center center;
        background-size: cover;
        height: 680px;
    }
    .home-header-content h1 {
        font-size: 40px;
        line-height: 120%;
    }

    .home-header-content h2 {
        font-size: 17px;
        line-height: 120%;
    }

    .home-header-content .image-with-app {
        display: flex;
        align-items: end;
        justify-content: end;
        width: 100%;       /* or fixed width */
        height: 388px;     /* set desired visible height */
        border-radius: 38px;
    }

    .section-title {
        font-size: 35px;
        margin: 20px;
    }
    .section-three {
        height: 791px;
        background: url('../images/mainpage/mountain_view.png') repeat center center;
        background-size: cover;
        border-radius: 38px;
    }
    .third-hero-image {
        width: 70%;
    }
    .section-three-left {
        max-width: 400px;
        margin: 20px;
    }
    .going-faster-text {
        margin-top: 80px;
    }

    .section-three-title {
        width: 100%;
        text-align: center;
    }

    .section-three-subtitle {
        width: 100%;
        text-align: center;
    }

    .testimonial-card {
        width: 100%;
        height: 100%;
    }
    .section-four {
        height: 900px;
    }
    .section-four-left {
        margin: 10px;
    }
    .section-four-logo {
        display: none;
    }
    .section-four-logo-mobile {
        display: block;
    }
    .section-four-gray {
        padding: 10px;
        border-radius: 10px;
        background: #F4F4F4;
    }
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    .section-five {
        margin: 5px !important;
        height: 800px !important;
    }
    .section-five-title {
        width: 100% !important;
    }
    .section-five-description {
        width: 100% !important;
    }
    .three-images {
        position: absolute;
        top: -70px !important;
        left: 0px !important;
        width: 700px !important;
    }
    .founder-image-allstays {
        position: relative !important;
        margin: 0 auto !important;
        width: 100% !important;
        left: 10px !important;
    }
    .email-container > input {
        width: 100% !important;
        padding: 10px;
    }



}

@media screen and (max-width: 1024px) {
    .section-four-logo {
        display: none;
    }
    .section-four-logo-mobile {
        display: block;
    }
    .section-four-gray {
        padding: 10px;
        border-radius: 10px;
        background: #F4F4F4;
    }
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
    .icon-one {
        display: none !important;
    }
    .icon-two {
        display: none !important;
    }
    .icon-three {
        display: none !important;
    }
    .section-five {
        height: 810px;
        background: linear-gradient(
            0deg,
            rgba(48, 76, 68, 0.84) 0%,
            rgba(48, 76, 68, 0.84) 100%
        ),
        url('../images/mainpage/wood_section.jpg') lightgray -177.916px -383.558px /
            176.804% 194.649% no-repeat;
    }
    .three-images {
        position: absolute;
        top: -70px !important;
        left: -60px !important;
        width: 700px !important;
    }
    .email-container > input {
        width: 100% !important;
    }
}

@media screen and (max-width: 1400px) {
    .slider-desktop {
        display: none;
    }
    .slider-mobile {
        display: flex;
    }
    .icon-one {
        display: none !important;
    }
    .icon-two {
        display: none !important;
    }
    .icon-three {
        display: none !important;
    }
    .third-hero-image {
        width: 65%;
    }
    .going-faster-text {
       padding-top: 90px;
    }
    .testimonial-card {
        width: 90%;
        height: 100%;
    }
    .section-four {
        height: auto;
    }
    .section-four-left {
        margin: 40px;
    }
    .section-four-logo {
        position: absolute;
        transform: translateX(-80%) translateY(-40%);
    }
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }

    .section-five {
        height: 1200px !important;
    }

    .three-images {
        position: absolute;
        top: -100px;
        left: 24%;
        width: 50%;
    }
    .email-container > input {
        width: 100% !important;
    }
}