﻿
.landing-page-paragraph {
    font-size: min(20px, 4.5vw);
}

.centered-box {
    width: 900px;
    margin: 5px auto;
}

@media (max-width: 950px) {
    .centered-box {
        width: 90%;
    }
}


.landing-page-logo {
    width: 100%;
    min-width: 130px;
    max-width: 170px;
}

.landing-page-buttons-container {
    display: flex;
}

@media (max-width: 450px) {
    .landing-page-buttons-container {
        justify-content: space-evenly;
    }

    .nav.landing-page-buttons-container {
        flex-direction: column;
    }
}


.btn-header {
    align-content: center;
    width: min(130px, 20vw);
    padding: 15px 0 !important;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 15px;
}

@media (max-width: 450px) {
    .btn-header {
        width: 110px;
        padding: 8px 0 !important;
    }
}


.welcome-box {
    display: flex;
}


.welcome-title {
    color: #c82526;
    font-size: min(29px, 8vw);
    font-weight: 600;
}

.img-app-example {
    max-width: 500px;
    pointer-events: none;
}

@media (max-width: 950px) {
    .welcome-box {
        flex-direction: column;
    }

    .welcome-box .landing-page-buttons-container {
        justify-content: center;
    }

    .img-app-example {
        width: 100%;
        max-width: 600px;
    }
}


.btn-get-app {
    display: block;
    height: 60px;
}

@media (max-width: 450px) {
    .btn-get-app {
        height: 13vw;
    }
}


.btn-get-app img {
    height: 100%;
}

.security-box {
    border: 1px solid #807171;
    background-color: #c82526;
    color: white;
    font-weight: lighter;
}

.security-box-title {
    font-weight: 600;
    font-size: 23px;
}

@media (max-width: 450px) {
    .security-box-title {
        font-size: 24px;
    }
}


.security-box-info {
    display: flex;
    gap: 15px;
}

@media (max-width: 700px) {
    .security-box-info {
        flex-direction: column;
    }
}


.security-box-info img {
    height: min(120px, 18vw);
}

@media (max-width: 450px) {
    .security-box-info img {
        height: 23vw;
    }
}


.landing-page-infos {
    display: flex;
    gap: 40px;
}

@media (max-width: 950px) {
    .landing-page-infos {
        display: block;
    }
}

.landing-page-info-cell {
    display: flex;
    gap: 20px;
    width: 400px;
    margin: 20px 0 50px;
}

@media (max-width: 950px) {
    .landing-page-info-cell {
        width: unset;
        margin-bottom: 0;
    }
}


.landing-page-info-cell-text {
    font-size: min(18px, 4.5vw);
}


.landing-page-info-cell img {
    height: min(100px, 15vw);
    padding-top: 15px;
}

@media (max-width: 450px) {
    .landing-page-info-cell img {
        height: 18vw;
    }
}


.btn-footer {
    align-content: center;
    width: 180px;
    height: 70px;
    padding: 10px 0 !important;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: white !important;
}

@media (max-width: 450px) {
    .btn-footer {
        width: 35vw;
        height: 15vw;
        font-size: 18px;
    }
}
