html {
    scroll-behavior: smooth;
}

body {
    background: url('../img/backgrounds/background.svg') no-repeat center center;
    background-size: cover;
    margin: 0px;
    color: white;
    font-family: 'Poppins';
    background-color: #161c23;
}

.header {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 130px;
    padding-left: 130px;
}

.logo-container {
    height: 30px;
    width: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.header .menu-container {
    font-family: 'Inter';
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
}

.header .mobile-menu {
    display: none;
}

.hero-section {
    height: 711px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-section .content .title {
    font-weight: 900;
    font-size: 85px;
    line-height: 130%;
    letter-spacing: 0px;
    text-align: center;
}

.hero-section .content .text {
    margin-top: 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}

.hero-section .right-img-container {
    position: absolute;
    top: 80px;
    right: 50px;
}

.hero-section .left-img-container {
    position: absolute;
    bottom: -20px;
    left: 50px;
}

.hero-section .button-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    gap: 16px;
}

.hero-section .button-container button {
    background: linear-gradient(90deg, #99CC00 0%, #18AC62 100%);
    color: white;
    font-family: 'Inter';
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    width: 240px;
    height: 62px;
    border-radius: 100px;
    padding: 19px 30px;
    border: none;
    cursor: pointer;
}

.value-proposition {
    height: 546px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.value-proposition .title {
    margin-top: 90px;
    margin-bottom: 59px;
    font-weight: 800;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
}

.value-proposition .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 33px;
}

.value-proposition .content .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 297px;
    height: 292px;
    border-radius: 30px;
    padding: 32px 24px;
    border-width: 1px;
    background-color: #FFFFFF1A;
}

.value-proposition .content .card .title {
    margin: 16px 0px;
    font-weight: 800;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0px;
    text-align: center;
}

.value-proposition .content .card .content {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}

.how-works {
    margin-top: 142px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.how-works .title {
    font-weight: 800;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
}

.how-works .content {
    width: 60%;
    height: 710px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 59px;
}

.how-works .content .row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 36px;
    width: max-content;
}

.how-works .content .row.right {
    width: 620px;
    align-self: flex-end;
}

.how-works .content .row img {
    width: 47px;
    height: 47px;
}

.how-works .content .row .txt {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.how-works .content .row .txt .title {
    font-weight: 800;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0px;
}

.how-works .content .row .txt .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}

.features {
    padding: 170px 0px;
    margin-bottom: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.features .title {
    font-weight: 800;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
}

.features .content {
    margin-top: 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.features .content .text-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-left: 160px;
    width: 543px;
}

.features .content .text-container .row {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.features .content .text-container .title {
    font-weight: 800;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0px;
}

.features .content .text-container .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}

.features .content .screenshots {
    display: flex;
    flex-direction: row;
    align-self: flex-end;
    gap: 10px;
    width: max-content;
}

.features .content .screenshots-mobile {
    display: none;
}

.features .content .screenshots img {
    height: 568px;
}

.security {
    height: 514px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.security .container {
    width: 580px;
    height: 201px;
}

.security .container .title {
    font-family: 'Inter';
    font-weight: 900;
    font-size: 50px;
    line-height: 130%;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.security .container .text {
    text-align: justify;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}

.security .img-container {
    height: 327px;
    width: 292px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.security .img-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.footer {
    display: flex;
    border-top: 1px solid #1A1B23;
    justify-content: space-between;
    margin-top: 102px;
    padding: 95px 130px 135px;
}

.footer .info {
    width: 380px;
}

.footer .info .text {
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: justify;
    margin: 32px 0px;
}

.footer .info .input-container {
    position: relative;
    width: 304px;
    height: 56px;
}

.footer .info .input-container input {
    width: 100%;
    height: 100%;
    opacity: 1;
    gap: 10px;
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 54px;
    background-color: transparent;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    color: white;
}

.footer .info .input-container input::placeholder {
    color: white;
}

.footer .info .input-container input:focus {
    border-color: white;
    outline: none;
}

.footer .info .input-container img {
    position: absolute;
    right: 20px;
    top: 30%;
    cursor: pointer;
}

.footer .info .copyright {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-top: 24px;
}

.footer .menu {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.footer .menu .col {
    width: 280px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer .menu .col .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
}

a {
    all: unset;
    cursor: pointer;
    text-decoration: none;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
}

.gradient {
    background: linear-gradient(90deg, #99CC00 0%, #18AC62 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.side-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background-color: #161c23;
    display: flex;
    flex-direction: column;
    padding: 20px;
    transition: right 0.3s ease;
    z-index: 9999;
    background: url('../img/backgrounds/background.svg') no-repeat center center;
    box-shadow: -6px 0 12px rgba(0, 0, 0, 0.5);
}

.side-menu.open {
    right: 0;
}

.side-menu .close-menu {
    box-sizing: border-box;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 10px;

}

.side-menu .close-menu .close-button-container {
    height: 100%;
    width: auto;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.side-menu .close-menu .close-button-container img {
    height: 100%;
    object-fit: contain;
    display: block;
}

.side-menu span {
    margin: 45px 0;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Inter';
    text-align: end;
    padding-right: 50px;
}

body.no-scroll {
    overflow: hidden;
}


@media(max-width:1461px) {
    .header {
        position: fixed;
        box-sizing: border-box;
        display: flex;
        align-items: flex-end;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #161c23;
        z-index: 100;
        padding: 50px 40px 30px;
    }

    .header .menu-container {
        display: none;
    }

    .header .mobile-menu {
        display: block;
        height: 40px;
        padding: 10px;
    }

    .header .mobile-menu img {
        height: 100%;
        object-fit: contain;
        display: block;
    }


    .hero-section {
        padding: 350px 0px;
        height: fit-content;
    }

    .hero-section .button-container,
    .value-proposition .content,
    .features .content,
    .security {
        flex-direction: column;
    }

    .hero-section .content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-section .content .title{
        font-size: 100px;
    }

    .hero-section .content .text {
        width: 90%;
        font-size: 35px;
    }

    .hero-section .content .text br{
        display: none;
    }

    .hero-section .button-container {
        width: 80%;
        gap: 50px;
    }

    .hero-section .button-container button {
        font-size: 45px;
        width: 450px;
        height: 100px;
    }


    .value-proposition {
        height: fit-content;
        padding-bottom: 50px;
    }

    .value-proposition .title {
        font-size: 65px;
    }

    .value-proposition .content {
        width: 90%;
    }

    .value-proposition .content .card {
        width: 90%;
        height: fit-content;
    }

    .value-proposition .content .card .title {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .value-proposition .content .card .title br {
        display: none;
    }

    .value-proposition .content .card .content {
        font-size: 40px;
    }


    #values {
        scroll-margin-top: 80px;
    }

    #how-works,
    #security {
        scroll-margin-top: 180px;
    }

    .value-proposition,
    .how-works {
        height: fit-content;
    }

    .how-works .content .row,
    .how-works .content .row.right {
        width: 90%;
        align-self: center !important;
    }

    .how-works .title {
        font-size: 65px;
    }

    .how-works .content {
        width: 100%;
        height: fit-content;
    }

    .how-works .content .row .txt .title {
        font-size: 50px;
    }

    .how-works .content .row .txt .text {
        font-size: 40px;
    }

    .features {
        margin-top: 94px;
        margin-bottom: 100px;
    }

    .features .title {
        font-size: 65px;
    }

    .features .content {
        width: 100%;
        align-items: center;
    }

    .features .content .text-container {
        box-sizing: border-box;
        width: 80%;
        margin-left: 0px;
    }

    .features .content .text-container .row .title {
        font-size: 50px;
    }

    .features .content .text-container .row .text {
        font-size: 40px;
    }

    .features .content .screenshots {
        display: none;
    }

    .features .content .screenshots-mobile {
        margin-top: 60px;
        display: inline-block;
        width: 100%;
    }

    .features .content .screenshots-mobile img {
        width: 100%;
        height: auto;
        display: block;
    }

    .security {
        height: fit-content;
    }

    .security .container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: fit-content;
    }

    .security .container .title {
        text-align: center;
        font-size: 65px;
    }

    .security .container .text {
        width: 90%;
        font-size: 40px;
    }

    .security .img-container {
        margin-top: 50px;
    }

    .footer {
        flex-direction: column;
        align-items: center;
        margin-top: 150px;
        padding: 0;
        background-color: #161c23;
    }

    .footer .info {
        width: 80%;
        height: fit-content;
    }

    .footer .info .text {
        font-size: 30px;
    }

    .footer .info .input-container {
        width: 70%;
        height: 86px;
        margin-top: 40px;
    }

    .footer .info .input-container input {
        font-size: 35px;
    }

    .footer .info .input-container img {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        height: 60px;
        width: auto;
    }

    .footer .info .copyright {
        font-size: 20px;
    }

    .footer .menu {
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
        gap: 80px;
        margin-bottom: 100px;
    }

    .footer .menu .col {
        width: 100%;
        align-items: center;
        gap: 70px;
    }

    .footer .menu .col .title {
        font-size: 40px;
    }

    .footer .menu .col .title.gradient {
        font-size: 45px;
    }

    .logo-container {
        width: 300px;
        height: auto;
    }
}