* {
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0;
    font-family: 'Poppins';
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-container {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

.lp-container-section-1 {
    background-color: #384282;
    color: white;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    background-image: url(img/backgrounddesign.svg);
    background-repeat: no-repeat;
    background-position: 100% 16%;
    /* background-size: 1785px 1200px; */
    margin-bottom: 482px;
}

.lp-navbar {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 85px 0;
}

.lp-navbar-logo {}

.lp-navbar-ul {
    display: flex;
}

.lp-menu-item {
    font-size: 1rem;
    font-weight: 400;
    align-self: end;
    margin: 0 20px;
    padding-bottom: 10px;
}

.lpcs1-heading {
    font-size: 80px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    line-height: 125%;
    padding: 0 40px;
    margin-bottom: 30px;
}

.lpcs1-txt {
    width: 45%;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.lpcs1-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.lpcs1-signup-btn {
    font-size: 1rem;
    font-weight: 600;
    color: #2e3b47;
    background-color: white;
    border-radius: 30px;
    cursor: pointer;
    margin-right: 15px;
    width: 150px;
    padding: 15px 0;
}


.lpcs1-login-btn {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 30px;
    cursor: pointer;
    margin-left: 15px;
    width: 150px;
    padding: 15px 0;
}

.lp-container-img-cards {
    display: flex;
    text-align: center;
    justify-content: space-between;
    position: relative;
    margin-top: 490px;
}

.lp-container-img-card-1 {
    padding: 30px;
    background-image: url(img/steeringwheel.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 671px;
    width: 570px;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: absolute;
    top: -403px;
}

.lp-container-img-card-2 {
    display: block;
    padding: 30px;
    background-image: url(img/keyshandover.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 671px;
    width: 570px;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: absolute;
    top: -403px;
    left: 637px;
}

/* .prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 9px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    display: none;
} */

/* Position the "next button" to the right */
/* .next {
    right: 0;
    border-radius: 3px 0 0 3px;
} */

/* On hover, add a black background color with a little bit see-through */
/* .prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
} */

.myslides-subcontainer {
    display: flex;
    height: 100%;
}

.lp-card-subcontainer {
    margin-top: auto;
    width: 100%;
    /* padding: 30px; */
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.803);
    border-radius: 1rem;
}

.lp-card-heading {
    color: #384282;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.lp-card-txt {
    color: black;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .5rem;
}

.lpcs1-joinnow-btn {
    font-size: 1rem;
    font-weight: 400;
    color: #79b707;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #79b707;
    margin: 10px 40px;
    cursor: pointer;
}

.lp-container-section-2 {
    margin-bottom: 200px;
}

.lp-section-2-card-heading {
    color: #384282;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 35px;
}

.lp-section-2-subcontainer {
    display: flex;
    justify-content: space-between;
}

.lp-section-2-subcontainer-card {
    width: 380px;
}

.lp-section-2-subcontainer-card img {
    height: 60px;
}

.lp-section-2-subheading {
    font-size: 20px;
    font-weight: 600;
    color: #79b707;
    margin-top: 18px;
    margin-bottom: 15px;
}

.lp-section-2-txt {
    color: black;
    font-size: 18px;
    font-weight: 400;
}

.lp-section-3 {
    color: white;
    margin-bottom: 400px;
}

.section-3-container {
    background-color: #79b707;
    border-radius: 15px;
    text-align: center;
    height: 706px;
}

.section-3-subsection {
    padding-top: 98px;
}

.section-3-slogan-txt {
    font-size: 1rem;
    font-weight: 400;
}

.section-3-heading {
    font-size: 40px;
    font-weight: 600;
    margin: 15px 0;
}

.section-3-txt {
    font-size: 18px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
}

.section-3-sub-subsection {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.section-3-button {
    border: none;
    background-color: transparent;
    color: white;
    border-bottom: 1px solid white;
    font-size: 1rem;
    font-weight: 400;
}

.section-3-img-container {
    position: relative;
}

.section-3-img-1 {
    position: absolute;
    top: 420px;
    left: 105px;
    z-index: 1;
}

.section-3-img-2 {
    position: absolute;
    top: 35px;
    left: 230px;
    height: 500px;
    border-radius: 20px;
}

.section-3-img-3 {
    position: absolute;
    top: 230px;
    right: 75px;
}

.lp-section-4 {
    margin-bottom: 200px;
}

.section-4-heading {
    font-size: 40px;
    font-weight: 600;
    margin: 50px 0;
}

.section-4-cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.section-4-card {
    background-color: #29aae21f;
    border-radius: 15px 15px 0 0;
    height: 217px;
    border-bottom: 4px solid #384282;
}

.section-4-card-img {
    margin: 25px;
}

.section-4-txt {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
}

.section-4-info-card {
    display: flex;
    flex-direction: column;
    background-color: #384282;
    height: 217px;
    padding: 45px 20px;
}

.section-4-info-card-txt {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: white;
    padding: 20px 0;
}

.section-4-info-card-btn {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.lp-section-5 {
    margin-bottom: 200px;
}

.section-5-container {
    display: flex;
}

.section-5-heading {
    color: #384282;
    font-size: 40px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 28px;
    width: 77%;
}

.section-5-txt {
    font-size: 18px;
    font-weight: 400;
    width: 77%;
}

.section-5-joinnow-btn {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    background-color: #61a598;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    margin-right: 15px;
    width: 185px;
    padding: 15px 0;
    margin-top: 48px;
}

.section-5-learnmore-btn {
    font-size: 1rem;
    font-weight: 600;
    color: #61a598;
    background-color: transparent;
    border: 1px solid #61a598;
    border-radius: 30px;
    cursor: pointer;
    margin-right: 15px;
    width: 185px;
    padding: 15px 0;
    margin-top: 48px;
}

.section-5-img-container {
    position: relative;
}

.section-5-img-1 {
    position: absolute;
    top: 340px;
    right: 285px;
}

.section-5-img-2 {}

.lp-section-6 {
    padding: 100px 0 80px 0;
    color: white;
    /* background-color: #384282; */
    background: linear-gradient(to right,
            white 0%,
            white 30%,
            #384282 30%,
            #384282 100%);
    margin-bottom: 200px;
}

.section-6-container {
    display: flex;
}

.section-6-img-container {
    position: relative;
}

.section-6-img-1 {
    position: absolute;
    top: 225px;
    left: -40px;
}

.section-6-img-2 {}

.section-6-txt {
    font-size: 18px;
    font-weight: 400;
    width: 70%;
}

.section-6-sub-subsection {
    display: flex;
    margin: 15px 0;
}

.lp-section-7 {
    padding: 80px 0;
    background-color: #79b707;
    color: white;
    margin-bottom: 200px;
}

.section-7-container {
    text-align: center;
}

.section-7-heading {
    font-size: 40px;
    font-weight: 600;
    margin: 15px 0;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.section-7-txt {
    font-size: 18px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
    width: 48%;
    margin-top: 20px;
    margin-bottom: 85px;
}

.section-7-subsection {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    text-align: start;
}

.section-7-subsection img {
    max-width: 100%;
}

.section-7-subsection-heading {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}

.section-7-subsection-txt {
    font-size: 18px;
    font-weight: 400;
}

.section-7-sub-subsection {
    display: flex;
    margin: 30px 0;
}

.lp-section-8 {
    text-align: center;
    margin-bottom: 200px;
}

.section-8-slogan-txt {
    font-size: 1rem;
    font-weight: 400;
}

.section-8-heading {
    font-size: 40px;
    font-weight: 600;
    color: #384282;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: 17px;
}

.section-8-txt {
    font-size: 18px;
    font-weight: 400;
    width: 48%;
    margin-right: auto;
    margin-left: auto;
}

.section-8-subsection {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    margin-top: 80px;
}

.section-8-subsection-card {
    background-color: #29aae21f;
    border-radius: 17px;
    padding: 30px;
    height: 671px;
}

.section-8-card-heading {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.section-8-card-price-section {
    display: flex;
    justify-content: center;

}

.section-8-card-price {
    font-size: 32px;
    font-weight: 600;
}

.section-8-card-slash {
    font-size: 20px;
    font-weight: 400;
    margin: 0 6px;
    margin-top: 11px;
}

.section-8-card-txt {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 1.875rem;
}

.section-8-card-button {
    font-size: 1rem;
    font-weight: 400;
    color: white;
    background-color: #61a598;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    width: 185px;
    padding: 15px 0;
    margin-bottom: 45px;
}

.section-8-card-feature-container {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.section-8-feature-txt {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 15px;
}

.lp-section-9 {
    margin-bottom: 200px;
}

.section-9-slogan-txt {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.section-9-heading {
    font-size: 40px;
    font-weight: 600;
    color: #384282;
    margin-bottom: 30px;
}

.section-9-collapsible-container {
    margin: 15px 0;
}

.section-9-collapsible-btn {
    display: flex;
    align-items: center;
    background-color: #29aae21f;
    border: none;
    border-radius: 15px;
    width: 100%;
    padding: 30px;
    justify-content: space-between;
    cursor: pointer;
}

.active,
.section-9-collapsible-btn:hover {
    /* background-color: #29aae275; */
    background-color: #29aae258;
}

.section-9-collapsible-btn-txt {
    font-size: 1rem;
    font-weight: 400;
}

.section-9-collapsible-btn-content-container {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    border-radius: 15px;
}

.section-9-collapsible-btn-content {
    padding: 30px;
    font-size: 1rem;
    font-weight: 400;
}

.lp-section-10 {
    padding: 100px 0;
    background-color: #384282;
    color: white;
    text-align: center;
}

.section-10-heading {
    font-size: 40px;
    font-weight: 600;
    padding: 0 227px;
    margin-bottom: 20px;
}

.section-10-btn-container {
    padding-top: 20px;
}

.section-10-joinnow-btn {
    font-size: 1rem;
    font-weight: 600;
    color: #384282;
    background-color: white;
    border: 1px solid white;
    border-radius: 30px;
    cursor: pointer;
    width: 185px;
    padding: 15px 0;
    margin: 0 10px;
}

.section-10-learnmore-btn {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 30px;
    cursor: pointer;
    width: 185px;
    padding: 15px 0;
    margin: 0 10px;
}

.lp-footer-row1 {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 40px 0;
    border-bottom: 1px solid #c4c4c4;
}

.lp-footer-row2 {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 60px 0;
}

.lp-footer-icons {
    margin-left: 15px;
}

.lp-footer-logo {
    width: 210px;
}

.lp-footer-ul {
    display: flex;
}

@media (max-width: 1280px) {
    .lp-container-section-1 {
        margin-bottom: 380px;
    }

    .lp-container-img-card-1 {
        height: 571px;
        width: 470px;
    }

    .lp-container-img-card-2 {
        height: 571px;
        width: 470px;
        left: 502px;
    }

    .lp-section-2-subcontainer-card {
        width: 300px;
    }

    .lp-section-2-subheading {
        font-size: 18px;
    }

    .lp-section-3 {
        margin-bottom: 360px;
    }

    .section-3-img-1 {
        top: 356px;
        left: 31px;
        width: 200px;
    }

    .section-3-img-2 {
        left: 158px;
        height: 445px;
    }

    .section-3-img-3 {
        top: 219px;
        right: 22px;
        width: 200px;
    }

    .section-4-txt {
        padding: 0 10px;
    }

    .section-5-img-container {
        display: flex;
        margin-top: auto;
        margin-bottom: auto;
    }

    .section-5-img-1 {
        top: 298px;
        width: 215px;
    }

    .section-5-img-2 {
        width: 430px;
    }

    .section-6-img-1 {
        top: 208px;
        left: -17px;
        width: 200px;
    }

    .section-6-img-2 {
        width: 561px;
    }

    .lp-section-7 {
        margin-bottom: 150px;
    }

    .lp-section-8 {
        margin-bottom: 180px;
    }

    .lp-section-9 {
        margin-bottom: 150px;
    }
}

@media (max-width: 1024px) {
    .lp-container-section-1 {
        margin-bottom: 210px;
    }

    .lpcs1-heading {
        font-size: 60px;
    }

    .lp-container-img-card-1 {
        height: 421px;
        width: 320px;
    }

    .lp-container-img-card-2 {
        height: 421px;
        width: 320px;
        left: 389px;
    }

    .lp-card-subcontainer {
        padding: 5px 30px;
    }

    .lp-card-heading {
        font-size: 30px;
    }

    .lp-container-section-2 {
        margin-bottom: 180px;
    }

    .lp-section-3 {
        margin-bottom: 290px;
    }

    .section-3-img-1 {
        top: 283px;
        left: 0px;
        width: 170px;
    }

    .section-3-img-2 {
        left: 94px;
        height: 350px;
    }

    .section-3-img-3 {
        top: 141px;
        right: -16px;
        width: 170px;
    }

    .section-4-cards-container {
        grid-gap: 15px;
    }

    .section-4-card-img {
        margin: 15px 25px 15px 25px;
    }

    .section-4-info-card {
        padding: 35px 20px;
    }

    .section-4-info-card-txt {
        font-size: 18px;
    }

    .section-5-heading {
        font-size: 30px;
        width: 80%;
    }

    .section-5-txt {
        width: 90%;
    }

    .section-5-joinnow-btn {
        width: 145px;
        margin-top: 5px;
    }

    .section-5-learnmore-btn {
        width: 145px;
        margin-top: 5px;
    }

    /* .section-5-img-1 {
        top: 252px;
        left: -21px;
        width: 160px;
    } */

    .section-5-img-1 {
        top: 277px;
        left: -23px;
        width: 180px;
    }

    .section-5-img-2 {
        width: 330px;
    }

    .section-3-heading {
        font-size: 30px;
    }

    .section-6-txt {
        width: 90%;
    }

    .section-6-img-1 {
        top: 120px;
        left: -25px;
        width: 170px;
    }

    .section-6-img-2 {
        width: 381px;
    }

    .section-6-sub-subsection p {
        font-size: 15px;
    }

    .section-6-sub-subsection button {
        font-size: 15px;
    }

    .section-7-heading {
        width: 90%;
    }

    .section-7-txt {
        width: 60%;
        margin-bottom: 65px;
    }

    .section-8-heading {
        width: 90%;
    }

    .section-8-txt {
        width: 80%;
    }

    .section-8-subsection {
        grid-gap: 20px;
    }

    .section-8-subsection-card {
        padding: 30px 10px;
    }

    .section-10-heading {
        padding: 0 104px;
    }

    .lp-footer-logo {
        margin-bottom: 20px;
    }

    .lp-footer-row1 {
        flex-direction: column;
        align-items: center;
    }

    .lp-footer-ul {
        padding: 0;
    }

    .lp-menu-item {
        margin: 0px 12px;
    }
}

@media (max-width: 768px) {
    .lp-container-section-1 {
        background-image: none;
        margin-bottom: 105px;
    }

    .lp-navbar {
        flex-direction: column;
        align-items: center;
        padding-bottom: 70px;
    }

    .lp-navbar-ul {
        margin-top: 10px;
    }

    .lp-menu-item {
        margin: 0 10px;
        text-align: center;
    }

    .lpcs1-heading {
        font-size: 40px;
        padding: 0 20px;
    }

    .lpcs1-txt {
        width: 70%;
    }

    .lpcs1-buttons {
        margin-bottom: 20px;
    }

    .lp-container-img-cards {
        margin-top: 0px;
        flex-direction: column;
    }

    .lp-container-img-card-1 {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        top: 0;
        width: 390px;
    }

    .lp-container-img-card-2 {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        top: 0;
        left: 0;
        width: 390px;
    }

    .lp-container-section-2 {
        margin-bottom: 76px;
    }

    .lp-section-2-subcontainer {
        flex-direction: column;
    }

    .lp-section-2-subcontainer-card {
        margin-bottom: 30px;
        width: auto;
    }

    .lp-section-3 {
        margin-bottom: 88px;
    }

    .section-3-subsection {
        padding-top: 55px;
    }

    .section-3-txt {
        width: 80%;
    }

    .section-3-container {
        height: 630px;
        margin-bottom: 200px;
    }

    .section-3-img-1 {
        top: 202px;
        left: 0px;
        width: 120px;
    }

    .section-3-img-2 {
        left: 44px;
        height: 230px;
    }

    .section-3-img-3 {
        top: 105px;
        right: -11px;
        width: 120px;
    }

    .lp-section-4 {
        margin-bottom: 97px;
    }

    .section-4-cards-container {
        grid-template-columns: 1fr 1fr;
    }

    .lp-section-5 {
        margin-bottom: 102px;
    }

    .section-5-heading {
        width: auto;
    }

    .section-5-txt {
        margin-bottom: 15px;
        width: auto;
    }

    .section-5-img-container {
        display: none;
    }

    .lp-section-6 {
        background: linear-gradient(to right, #384282 0%, #384282 100%);
        margin-bottom: 0;
    }

    .section-6-img-container {
        display: none;
    }

    .section-6-txt {
        width: auto;
    }

    .lp-section-7 {
        margin-bottom: 98px;
    }

    .section-7-heading {
        width: auto;
    }

    .section-7-txt{
        width: auto;
    }

    .section-7-subsection {
        grid-template-columns: 1fr;
    }

    .section-7-card-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        /* max-width: 300px; */
        margin-left: auto;
        margin-right: auto;
    }

    .lp-section-8 {
        margin-bottom: 97px;
    }

    .section-8-subsection {
        grid-template-columns: 1fr 1fr;
    }

    .lp-section-9 {
        margin-bottom: 102px;
    }

    .section-10-heading {
        padding: 0 30px;
        font-size: 30px;
    }

    .lp-footer-socials-container {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #c4c4c4;
        display: flex;
        justify-content: center;
    }

    .lp-footer-row2 {
        flex-direction: column;
        margin: 20px 0 60px 0;
    }

    .lp-footer-cpright {
        order: 2;
        text-align: center;
        font-size: 15px;
        color: rgb(186, 182, 182);
    }

    .lp-footer-icons {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 480px) {

    .lp-navbar {
        padding-bottom: 30px;
    }

    .lp-navbar-ul {
        padding: 0;
    }

    .lp-menu-item {
        font-size: 9px;
    }

    .lpcs1-heading {
        font-size: 30px;
        padding: 0px 10px;
    }

    .lpcs1-txt {
        width: 90%;
    }

    /* .slideshow-subcontainer {
        display: none;
    } */

    .lp-container-section-1 {
        margin-bottom: 60px;
    }

    .lp-container-img-card-1 {
        width: 290px;
    }

    .lp-container-img-card-2 {
        width: 290px;
    }

    .lp-card-heading {
        font-size: 28px;
    }
    
    .lp-card-heading {
        font-size: 28px;
    }

    .lp-section-2-card-heading {
        font-size: 30px;
    }

    .lp-section-2-subheading {
        font-size: 1rem;
    }

    .lp-section-2-txt {
        font-size: 1rem;
    }

    .lp-container-section-2 {
        margin-bottom: 60px;
    }

    .section-3-container {
        height: auto;
        padding-bottom: 30px;
        margin-bottom: 90px;
    }

    .section-3-subsection {
        padding-top: 30px;
    }

    .section-3-txt {
        font-size: 1rem;
    }

    .section-3-img-1 {
        display: none;
    }

    .section-3-img-2 {
        display: none;
    }

    .section-3-img-3 {
        display: none;
    }

    .lp-section-3 {
        margin-bottom: 70px;
    }

    .section-3-slogan-txt {
        display: none;
    }

    .section-4-heading {
        font-size: 30px;
        margin: 30px 0;
    }

    .section-4-cards-container {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .lp-section-4 {
        margin-bottom: 70px;
    }

    .section-5-learnmore-btn {
        width: 120px;
    }

    .section-5-joinnow-btn {
        width: 120px;
    }

    .lp-section-5 {
        margin-bottom: 80px;
    }

    .section-7-heading {
        font-size: 30px;
    }

    .section-7-txt {
        width: 80%;
        margin-bottom: 55px;
    }

    .section-8-heading {
        font-size: 30px;
    }

    .section-8-subsection {
        grid-template-columns: 1fr;
    }

    .section-9-heading {
        font-size: 30px;
    }

    .section-10-joinnow-btn {
        margin-bottom: 10px;
    }

    .section-8-subsection-card {
        min-width: 280px;
        margin-right: auto;
        margin-left: auto;
    }

}


@media (min-width: 481px) {
    .container {
        max-width: 460px;
    }

    .navbar-container {
        max-width: 480px;
    }

    .lp-navbar-ul {
        padding: 0;
    }
}

@media (min-width: 769px) {
    .container {
        max-width: 720px;
    }

    .navbar-container {
        max-width: 740px;
    }

    .lp-navbar-ul {
        padding-left: 30px;
    }
}

@media (min-width: 1025px) {
    .container {
        max-width: 990px;
    }

    .navbar-container {
        max-width: 1020px;
    }
}

@media (min-width: 1281px) {
    .container {
        max-width: 1240px;
    }

    .navbar-container {
        max-width: 1280px;
    }
}
