* {
    font-family: 'Roboto', 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;
    padding: 16px 24px;
    border: 2px solid #0D326B;
    border-radius: 100px;
}
.sign-in-button-filled {
    background-color: #0D326B;
    color: white !important;
}

.download-button { /* Not in use */
    color: #0D326B;
    font-family: 'Roboto', sans-serif;
    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 center center;
    background-size: cover;
    background-color: rgba(4, 170, 109, 0.3);
    margin-bottom: 20px;
    border-radius: 38px;
    width: 100%;
    height: 680px;
    position: relative;
}

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

.rating-image {
    padding-top: 20px;
    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: auto;     /* set desired visible height */
    border-radius: 38px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.app-image {
    border-bottom-right-radius: 38px;
    max-width: 400px;
}
.rating-image {
    position: static;
}

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

.qr-code {
    border: 2px solid #F3A700;
    border-radius: 16px;
    padding: 10px;
    background-color: white;
    position: absolute;
    top: 450px;
    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: 10px;
    color: #0D326B;
}

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


.card-left {
    padding: 30px;
}

.card-left-2 {
    padding: 30px;
    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;
    word-wrap: none;
    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/opt/mountain_view-min.png') no-repeat 25% 75%;
    background-size: cover;
    border-radius: 38px;
}

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

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

.icon-three {
    position: relative;
    bottom: 89%;
    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 */
    margin-bottom: 20px;
}

.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: 40px;
}

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

.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;
    margin-top: 10px;
    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: 800px;
    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;
    z-index: 1000 !important;
}
.section-four-logo {
    position: absolute;
    transform: translateX(-125%) translateY(-40%);
}

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

.section-five {
    border-radius: 30px;
    background: #0D326B;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    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/opt/wood_section-min.jpg') lightgray -177.916px -363.558px /
        126.804% 214.649% no-repeat;

}

.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: -50px;
    left: 0;
    max-width: 800px;
}

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

.section-right-title {
    color: #0D326B;
    max-width: 514px;
    font-family: 'Roboto', sans-serif;
    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', sans-serif;
    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-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-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', sans-serif;
    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/opt/section-seven-left-min.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/opt/section-seven-right-min.png") lightgray center center no-repeat;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
}

.section-seven-text {
    display: flex;
    width: 340px;
    height: 134px;
    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: 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', sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 84px */
}

.section-eight-subtitle {
    color: #0D326B;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    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-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-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;
}

.states-grid > a {
    color: #C4C4C4;
}

.other-stores-grid > a {
    color: #C4C4C4;
}

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

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

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

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

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

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

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

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

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

.track-background {
    background: url('../images/mainpage/opt/track_background-min.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;
}

.modal-overlay {
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.2);
}

.section-four-button {
    margin: 10px;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;  /* IE & Edge */
  scrollbar-width: none;     /* Firefox */
}

.button-bg {
    font-size: 24px;
}

@media screen and (max-width: 430px) {
    .sign-in-button {
        padding: 10px 16px;
        font-size: 13px;
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .menu-buttons {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0 10px;
    }
    
    .menu-desktop {
        display: none;
    }
    
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .icon-one,
    .icon-two,
    .icon-three {
        display: none !important;
    }
    
    .menu-mobile {
        display: flex;
        cursor: pointer;
        padding: 0 15px;
    }

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

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

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

    .home-header {
        margin-top: 15px;
        background: url('../images/home_allstays_camp.png') no-repeat center center;
        background-size: cover;
        height: 600px;
        margin: 0 5px;
    }

    .home-header-content h1 {
        font-size: 32px;
        line-height: 110%;
        padding: 0 15px;
    }

    .home-header-content h2 {
        font-size: 15px;
        line-height: 110%;
        padding: 0 15px;
    }

    .section-title {
        font-size: 28px;
        margin: 15px;
    }

    .section-three {
        height: 700px;
        background: url('../images/mainpage/opt/mountain_view-min.png') repeat center center;
        background-size: cover;
        border-radius: 28px;
        margin: 0 5px;
    }

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

    .section-three-left {
        max-width: 350px;
        margin: 15px;
    }

    .going-faster-text {
        margin-top: 10px !important;
    }

    .section-three-title {

        width: 100%;
        text-align: center;
        padding: 0 10px;
    }
    .section-three-subtitle {
        color: white;
        font-weight: bolder;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }


    .testimonial-card {
        width: 90%;
        height: 100%;
        margin: 0 5px;
    }

    .section-four {
        height: 850px;
        margin: 0 5px;
    }

    .section-four-left {
        margin: 5px;
    }

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

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

    .section-four-gray {
        padding: 8px;
        border-radius: 8px;
        background: #F4F4F4;
    }


    .section-five-title {
        width: 100% !important;
        padding: 0 10px !important;
        height: auto;
        font-size: 36px;
    }
    .section-five-description {
        width: 100% !important;
        padding: 0 10px !important;
        height: auto;
    }


    .founder-image-mobile-allstays {
        margin-top: 20px;
    }

    .email-container > input {
        width: calc(100% - 20px) !important;
        padding: 8px 10px;
        margin: 0 10px;
    }
    .items-section {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .card-left {
        padding: 10px;
    }
    .mobile-section-title {
        font-size: 28px;
    }
    .mobile-section-subtitle {
        font-size: 15px;
        height: auto;
        padding: 0 10px;
    }
    .section-three-title {
        font-size: 28px;
        margin-bottom: 50px;
    }
    .section-four {
        padding: 5px !important;
    }
    .section-four-left {
        margin: 5px !important;
    }
    .section-four-title {
        font-size: 32px;
    }
    .section-four-subtitle {
        font-size: 20px;
        margin-bottom: 25px !important;
    }

    .section-seven-left {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url("../images/mainpage/opt/section-seven-left-min.png") lightgray no-repeat;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
        background-position: 80% 20%;
        background-size: auto;
    }

    .section-seven-right {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url("../images/mainpage/opt/section-seven-right-min.png") lightgray no-repeat;
        background-position: 84% 45%;
    }


    
    .confirm-button {
        margin: 20px !important;
        text-align: center;
    }
    
    .confirm-button > button {
        width: 100% !important;
    }
    .email-container {
        width: 100% !important;
    }
    .email-container > input {
        width: 100% !important;
        padding: 10px;
    }
    .section-four-button {
        margin-bottom: 20px;
    }
    .section-seven-text {
        width: 100%;
        font-size: 28px;
        margin-top: 0px;
    }

    .app-image {
        width: 250px !important;
    }
}


@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%;
    }

    .section-title {
        font-size: 35px;
        margin: 20px;
    }
    .section-three {
        height: 791px;
        background: url('../images/mainpage/opt/mountain_view-min.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-title {
        width: 100% !important;
    }
    .section-five-description {
        width: 100% !important;
    }
    .email-container {
        width: 100% !important;
    }
    .email-container > input {
        width: 100% !important;
        padding: 10px;
    }
    .section-four-button {
        margin-bottom: 20px;
    }
    .section-seven-text {
        font-size: 28px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .home-header-content h1 {
        font-size: 40px;
        line-height: 120%;
    }

    .home-header-content h2 {
        font-size: 17px;
        line-height: 120%;
    }
    .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 {
        background: linear-gradient(
            0deg,
            rgba(48, 76, 68, 0.84) 0%,
            rgba(48, 76, 68, 0.84) 100%
        ),
        url('../images/mainpage/opt/wood_section-min.jpg') lightgray -177.916px -383.558px /
            176.804% 194.649% no-repeat;
    }
    .email-container > input {
        width: 100% !important;
    }
    
    .confirm-button {
        margin: 20px !important;
        text-align: center;
    }
    
    .confirm-button > button {
        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(-75%) translateY(-40%);
    }
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }

    .email-container > input {
        width: 50%;
    }

    .app-image {
        width: 270px;
    }

}

@media screen and (min-width: 600px) { 

    .three-images {
        position: absolute;
        top: -98px !important;
        left: 0px !important;
        width: 90% !important;
    }

 }
@media screen and (min-width: 1024px) { 
    
    .three-images {
        position: absolute;
        top: -100px !important;
        left: 0 !important;
        width: 100% !important;
    }
 }
@media screen and (min-width: 1280px) { 
    
    .three-images {
        position: absolute;
        top: -200px !important;
        left: 0 !important;
        width: 60% !important;
    }

 }
@media screen and (min-width: 1400px) { 

    .three-images {
        position: absolute;
        top: -240px !important;
        left: 0% !important;
        width: 60% !important;
    }

}