html,
body {
    height: 100%;
    width: 100%;
    font-family: 'Montserrat';
}

.main-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
    background-color: #272730;
    background-image: url("/images/Background_1920.svg");
    background-position-y: 100%;
    background-repeat: no-repeat;
}

.first-row-container {
    height: 95%;
    display: flex;
    justify-content: space-around;
}

.girl-logo-container {
    display: flex;
}

.bottom-text-container {
    font-family: sans-serif;
    display: flex;
    justify-content: space-between;
}

.bottom-text-container {
    margin: 0 20rem;
    padding-bottom: 20px;
}

.mobile-logo {
    background-repeat: no-repeat;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.girl-logo {
    max-width: 20%;
    background-repeat: no-repeat;
    object-fit: contain;
}

.left-container {
    transform: translateX(16vw);
    display: flex;
    flex-direction: column;
    height: 65vh;
    padding-top: 7rem;
}

.right-container {
    /*transform: translateX(-6vw);*/
}

.text-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.text-container div:first-child {
    padding-left: 0;
}

.google-button {
    background-repeat: no-repeat;
    overflow: hidden;
    max-height: 5rem;
    max-width: 18rem;
}

.google-button-img {
    border-radius: 40px;
    background-color: #ffffff;
}

.google-button-img:hover {
    background-color: #dbdbdb;
}

h1,
h2 {
    color: white;
}

h1 {
    font-weight: 600;
    font-size: 42px;
    white-space: nowrap;
}

.vpn-txt-description {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    width: 22vw;
}

.copyright-text {
    font-size: 12px;
    color: white;
    /*opacity: 0.3;*/
}

.privacy-button {
    font-size: 14px;
    cursor: pointer;
    color: #ffffff;
    /*opacity: 0.6;*/
}

.privacy-button:hover {
    color: #ffffff;
    text-decoration: underline;
}

.social-icon {
    height: 40px;
    width: 40px;
    margin-right: 16px;
}

.social-icon path {
    fill: #939398;
}

.social-icon:hover {
    cursor: pointer;
}

.social-icon:hover path {
    fill: #d4d4d6;
}

.col-footer {
    display: flex;
    align-items: center;
}

.footer-mobile {
    display: none;
}

.mobile-logo-container {
    max-height: 850px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-left: -35px;
}

.vpn-text-title-2 {
    color: #5ecfb8;
}

.platform-button {
    background-repeat: no-repeat;
    overflow: hidden;
    max-height: 5rem;
    max-width: 12.5rem;
    position: relative;
    border-radius: 25px;
}

.platform-button-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000002e;
    display: none;
}

.platform-button:hover .platform-button-hover {
    display: block;
}

.platform-button-img {
    border-radius: 40px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

.platform-button-link {
    display: block;
    max-width: 12.5rem;
}

@media (min-width: 1200px) and (max-width: 1470px) {
    .left-container {
        transform: translateX(5vw);
        height: 80vh;
        padding-top: calc(350px - 15vw);
    }
    .right-container {
        /*transform: translateX(-9vw);*/
    }
    .mobile-logo {
        width: 50vw;
        margin-top: 80px;
    }
    .girl-logo {
        max-width: 40%;
    }
    .bottom-text-container {
        margin: 0 6rem;
    }
    .vpn-txt-description {
        width: 27vw;
    }
}


/* @media (min-width: 768px) and (max-width: 1200px) {
    .left-container {
        transform: none;
        height: 75vh;
        padding-top: 12vh;
    }
    .right-container {
        transform: translateX(-4vw);
    }
    .vpn-text-title {
        font-weight: 600;
        font-size: 30px;
        text-align: center;
        margin-bottom: 15px;
    }
    .mobile-logo-container {
        overflow: hidden;
    }
    .mobile-logo {
        height: 52vw;
    }
    .vpn-txt-description {
        opacity: 0.6;
        color: #ffffff;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        width: 40vw;
    }
    .google-button {
        width: 27vw;
    }
} */

@media (min-width: 768px) and (max-width: 1200px) {
    .left-container {
        transform: none;
        height: 63vh;
        padding-top: 12vh;
    }
    .right-container {
        /*transform: translateX(-4vw);*/
    }
    .vpn-text-title {
        font-weight: 600;
        font-size: 30px;
        margin-bottom: 15px;
    }
    .mobile-logo-container {
        overflow: hidden;
    }
    .mobile-logo {
        height: 52vw;
    }
    .girl-logo {
        max-width: 30%;
    }
    .vpn-txt-description {
        opacity: 0.6;
        color: #ffffff;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        width: 40vw;
    }
    .google-button {
        width: 27vw;
    }
    .bottom-text-container {
        margin: 0 1rem;
    }
}

@media (max-width: 768px) {
    .main-container {
        height: auto;
    }
    .right-container {
        transform: none;
    }
    .left-container {
        padding-top: 2rem;
        transform: none;
        height: auto;
    }
    .mobile-logo {
        margin-top: 15px;
        max-height: 430px;
        width: 100%;
    }
    .vpn-text-title {
        font-weight: 600;
        font-size: 25px;
        margin-bottom: 15px;
        text-align: center;
    }
    .bottom-text-container {
        flex-direction: column;
        text-align: center;
        margin: 0;
    }
    .vpn-txt-description {
        opacity: 0.6;
        color: #ffffff;
        font-size: 16px;
        width: auto;
    }
    .girl-logo-container {
        justify-content: center;
        margin-bottom: 1rem;
    }
    .girl-logo {
        max-width: 45%;
    }
    .google-button {
        margin: 15px auto;
    }
    /* .footer-main {
        display: none;
    } */
    .footer-mobile {
        display: flex;
    }
    .social-icon:last-child {
        margin: 0;
    }
    .col-footer {
        justify-content: center;
        padding: 7px 0;
    }
    .col-footer:first-child {
        justify-content: center;
        padding-top: 22px;
    }
    .platform-button-link {
        margin: 0 auto;
        max-width: 15rem;
        margin-top: 30px;
    }

    .platform-button {
        max-width: 15rem;
    }

    .mobile-logo-container {
        margin-left: auto;
    }
}

@media (max-width: 480px) {
    .main-container {
        background-image: url("/images/Background_320.svg");
        background-position-y: 100%;
    }
}

@media (min-width: 1470px) {
    .main-container {
        background-position-y: 107%;
    }
}
