html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: black;
    -ms-overflow-style: none;
}

body {
    font-family: "Proxima Nova", sans-serif;
    position: relative;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

a, h1, h2, h3, input {
    font-family: "Proxima Nova", sans-serif;
}

h1, h2 {
    font-size: 50px;
    font-weight: bold;
}

h3, a {
    font-size: 18px;
}

h4 {
    font-size: 15px;
}

.blue-text, .blue-bold-text { 
    color: #5C9BFF; 
    background-color: transparent;
    padding: 0;
}

.blue-bold-text {
    font-weight: bold;
}

.width-250 { width: 250px; }
.width-360 { width: 360px; }
.width-400 { width: 400px; }
.width-480 { width: 480px; }
.width-500 { width: 500px; }
.width-600 { width: 600px; }
.width-610 { width: 610px; }
.size-48 { width: 48px; height: 48px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-50 { margin-top: 50px; }
.margin-top-60 { margin-top: 60px; }
.margin-top-140 { margin-top: 140px; }
.margin-top-200 { margin-top: 200px; }
.margin-top-210 { margin-top: 210px; }
.margin-top-220 { margin-top: 220px; }
.margin-top-268 { margin-top: 268px; }
.margin-left-50 { margin-left: 50px; }
.margin-right-50 { margin-right: 50px; }
.center { text-align: center; }
.size-14 { font-size: 14px; }

.black-header { background-color: black!important;}
.white-header { 
    background-color: white!important; 
    box-shadow: 0px 1px 16px #b7b7b7;
}

.white-text { color: white!important;}
.black-text { color: black!important; }

.col-lg-2 { 
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-dark .navbar-toggler {
    border-color: white!important;
}

.navbar-light .navbar-toggler {
    border-color: black!important;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-brand {
    font-weight: bold;
    font-size: 40px;
    padding-left: 20px;
}

.navbar-nav { padding-left: 20px; }
.nav-link { font-size: 18px; }

.navbar-nav > li{
    padding-left: 15px;
    padding-right: 15px;
}

.nav-icon {
    height: 17px;
    width: 17px;
    margin-top: -2px;
}

.nav-button {
    background-color: black;
    padding-right: 20px;
}

.nav-active {
    font-size: 19px;
}

.nav-country {
    display: inline-block;
}

.active, .nav-active {
    font-weight: bold;
    color: #5C9BFF!important;
}

.dropdown-toggle {
    padding-top: 6px;
    padding-right: 20px;
}

.dropdown-toggle::after { margin-bottom: -3px; }

.language-toggle, #globe-icon {
    display: inline-block;
}

#globe-icon {
    margin-right: 0px!important;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
}

footer {
    position: relative;
    width: 100%;
    height: 135px;
    background: white;
    border-top: 1px solid #dee6e9;
}

.container-legal-social {
    bottom: 0;
    position: absolute;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
}

.legal-information {
    float: left;
    font-size: 14px;
    word-spacing: 4px;
}

.rights-reserved-text {
    float: right;
    margin-bottom: 0px;
    font-size: 14px;
}

.container-legal {
    margin-top: 20px;
}

.container-social, .container-download {
    display: inline-block;
}

.container-download {
    float: right;
}

.social-text, .download-text {
    font-weight: bold;
    margin-bottom: 0px;
}

.social-image {
    width: 22px;
    height: 22px;
    margin-top: 5px;
    margin-right: 5px;
}

.social-link:hover {
    text-decoration: none;
}

.instagram {
    background-image: url("../images/icons/instagram.png");
    background-size: 22px 22px;
}

.instagram:hover {
    background-image: url("../images/icons/instagram-blue.png");
    background-size: 22px 22px;
}

.tiktok {
    background-image: url("../images/icons/tiktok.png");
    background-size: 22px 22px;
}

.tiktok:hover {
    background-image: url("../images/icons/tiktok-blue.png");
    background-size: 22px 22px;
}

.linkedin {
    background-image: url("../images/icons/linkedin.png");
    background-size: 22px 22px;
}

.linkedin:hover {
    background-image: url("../images/icons/linkedin-blue.png");
    background-size: 22px 22px;
}

.facebook {
    background-image: url("../images/icons/facebook.png");
    background-size: 22px 22px;
}

.facebook:hover {
    background-image: url("../images/icons/facebook-blue.png");
    background-size: 22px 22px;
}

.download-images {
    margin-top: 5px;
}

message {
    position: fixed;
    top: 0;
    width: 100%;
    height: 85px;
    z-index: 100;
    background-color: #30ECBA;
    text-align: center;
    display: table;
    right: 100%;
}

.message-container {
    vertical-align: middle;
    display: table-cell;
}

.message-text {
    font-weight: bold;
    color: black;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    margin: 0;
}

.message-img {
    width: 25px;
    display: inline-block;
    margin-left: 15px;
    margin-top: -5px;
}

.container-page, .container-page-small, .container-page-medium {
    width: 100%;
    z-index: -1;
    background-color: white;
}

.container-page {
    height: 100vh;
    min-height: 800px;
}

.container-page-medium {
    height: calc(100vh - 100px);
    min-height: 800px;
}

.container-page-small {
    height: calc(100vh - 200px);
    min-height: 700px;
}

#main-page, .coming-soon-page {
    background: black;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.coming-soon-page {
    display: table;
}

.circle-down {
    position: absolute;
    display: flex;
    justify-content: space-around;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 53px;
}

.circle-img, .down-img, .logo-img {
    position: absolute;
}

.circle-img {
    height: 48px;
    width: 48px;
}

.down-img {
    height: 24px;
    width: 24px;
    margin-left: 12px;
    margin-top: 12px;
}

.logo-img {
    position: absolute;
    display: flex;
    justify-content: space-around;
    bottom: 0;
    right: 0;
    margin-bottom: 37px;
    margin-right: 36px;
    height: 80px;
    width: 80px;
}

.left-info-container, .left-info-container-small, 
.right-info-container, .right-info-container-small, 
.right-info-container-large, .left-phones-container, 
.left-phones-container-small, .right-phones-container, 
.right-phones-container-small {
    position: absolute;
}

.left-info-container {
    margin-left: 160px;
}

.left-info-container-small {
    margin-left: 220px;
}

.right-info-container {
    right: 0;
    margin-right: 160px;
    width: 320px;
}

.right-info-container-small {
    right: 0;
    margin-right: 240px;
    width: 320px;
}

.right-info-container-large {
    right: 0;
    margin-right: 160px;
    width: 480px;
}

.left-phones-container {
    margin-left: 50px;
}

.left-phones-container-small {
    margin-left: 130px;
}

.right-phones-container {
    right: 0;
    margin-right: 50px;
}

.right-phones-container-small {
    right: 0;
    margin-right: 130px;
}

.coming-soon-white, .email-field {
    border: 2px solid white;
    border-radius: 16px;
    display: table;
}

.coming-soon-white {
    height: 38px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 30px;
    text-align: center;
}

.coming-soon-small-black {
    border: 2px solid black;
    border-radius: 16px;
    display: table;
    height: 34px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}

.coming-soon-text, .early-access-text {
    vertical-align: middle;
    display: table-cell;
}

.coming-soon-text-small {
    font-size: 16px;
    text-align: center;
}

.email-section {
    width: 570px;
    margin-top: 100px;
}

.email-field {
    width: 51%;
    height: 45px;
    background: black;
    color: white;
    padding-left: 20px;
    display: inline-block;
    font-size: 18px;
}

#email-submit {
    padding-left: 25px;
    padding-right: 25px;
    height: 45px;
    background: white;
    border-radius: 16px;
    display: table;
    float: right;
    text-align: center;
}

.early-access-text { 
    font-weight: bold; 
}

.email-field:focus { color: white; }

.email-field::placeholder { color: white; } /* Chrome, Firefox, Opera, Safari 10.1+ */
:-ms-input-placeholder { color: white; } /* Internet Explorer 10-11 */
::-ms-input-placeholder { color: white; } /* Microsoft Edge */

.email-field:focus::-webkit-input-placeholder { color: transparent; }
.email-field:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
.email-field:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
.email-field:focus:-ms-input-placeholder { color: transparent; } /* IE 10+ */

.left-styles-container {
    width: 66%;
    margin-left: 70px;
    margin-top: 100px;
}

.phone-large {
    height: 560px;
}

.phone-small {
    height: 450px;
}

.arrow-right-img {
    height: 26px;
    width: 26px;
    display: inline-block;
    margin-top: -3px;
}

.sustainable-container {
    margin-top: 30px;
}

.sustainable-img {
    width: 35px;
    margin-bottom: 6px;
}

.sustainable-text {
    display: inline-block;
    color: #5C9BFF;
    font-weight: bold;
    margin-left: 20px;
    margin-bottom: 0px;
}

/* Media Queries */
@media (min-width: 1500px) {
    .container-page-medium {
        height: calc(100vh - 80px);
    }
}

@media (min-width: 1600px) {
    .left-phones-container {
        margin-left: 100px;
    }
    
    .right-phones-container {
        margin-right: 100px;
    }

    .container-page-medium {
        height: calc(100vh - 60px);
    }
}

@media (min-width: 1700px) {
    .left-info-container, .left-phones-container {
        margin-left: 210px;
    }

    .left-phones-container-small, .left-info-container-small {
        margin-left: 290px;
    }

    .right-info-container, .right-phones-container {
        margin-right: 210px;
    }

    .right-phones-container-small, .right-info-container-small {
        margin-right: 290px;
    }

    .left-styles-container {
        margin-left: 100px;
    }

    .container-page-medium {
        height: calc(100vh - 40px);
    }
}

@media (max-width: 1440px) {
    h4 {
        font-size: 14px;
    }
}

@media (max-width: 1360px) {
    .left-info-container {
        margin-left: 120px;
    }

    .right-info-container {
        margin-right: 50px;
    }

    .left-styles-container {
        width: 69%;
    }
}


@media (max-width: 1300px) { 
    h1, h2 {
        font-size: 36px;
    }
    
    h3, a, .nav-link, .email-field {
        font-size: 15px;
    }
    
    h4 {
        font-size: 14px;
    }

    .phone-large {
        height: 480px;
    }

    .phone-small {
        height: 395px;
    }
}

@media (max-width: 1199px) { 
    .left-info-container {
        margin-left: 100px;
    }
}

@media (max-width: 1100px) {
    .left-info-container {
        margin-left: 50px;
    }

    .navbar-brand {
        padding-left: 10px;
    }

    .nav-country {
        margin-top: 0px!important;
    }

    .language-toggle {
        padding: 8px 0px 0px 13px;
    }
}

@media (max-width: 1050px) { 
    .width-400 {
        width: 300px;
    }

    .width-500 {
        width: 400px;
    }
}

@media (max-width: 1000px) {
    .message-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .message-text {
        display: contents;
        font-size: 16px;
    }
    
    .message-img {
        float: right;
        width: 20px;
        margin-left: 0px;
        margin-top: 4px;
    }
}

@media (max-width: 991px) {
    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    .nav-link {
        font-size: 16px;
    }

    .container-page-small, .container-page-medium {
        min-height: auto;
    }
    
    .left-phones-container, .left-phones-container-small,
    .right-phones-container, .right-phones-container-small {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 60px;
        text-align: center;
    }

    .left-info-container {
        margin-top: 0px;
        margin-left: 25px;
        margin-right: 25px;
    }

    .container-page, .container-page-small, .container-page-medium {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 80px!important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center!important;
    }

    .container-page-small, .container-page-medium {
        height: auto;
    }

    #main-page {
        padding-top: 110px!important;
    }

    .left-info-container, .left-info-container-small, 
    .right-info-container, .right-info-container-small, 
    .right-info-container-large, .left-phones-container, 
    .left-phones-container-small, .right-phones-container, 
    .right-phones-container-small {
        position: relative;
    }

    .left-phones-container, .left-phones-container-small,
    .right-phones-container, .right-phones-container-small {
        order: 3;
        margin-left: 75px;
        margin-right: 75px;
    }

    .left-info-container, .left-info-container-small {
        order: 2;
        width: auto;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
    }
  
    .right-info-container, .right-info-container-small, 
    .right-info-container-large {
        order: 1;
        width: auto!important;
        margin-right: 0px!important;
        margin-left: 0px;
        margin-top: 0px;
    }

    .sustainable-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .title-text {
        width: 100%!important;
        text-align: center;
        margin-top: 60px;
    }

    .description-text {
        width: auto;
        text-align: center;
        margin-bottom: 0px;
    }

    .coming-soon-text, .early-access-text, #email, .sign-up-text {
        font-size: 16px;
    }

    .coming-soon-white {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .phone-large, .phone-small {
        width: 35%;
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
    }

    .single-phone {
        width: 70%;
    }

    .phone-large {
        float: left;
    }

    .phone-small {
        float: right;
    }

    .third-phone {
        float: none;
        margin-top: 30px;
    }

    .container-legal-social {
        padding-left: 25px;
        padding-right: 25px;
    }

    .last-page {
        padding-bottom: 60px;
    }

    footer {
        height: 150px;
    }

    .coming-soon-page {
        padding-top: 350px!important;
    }
}

@media (max-width: 800px) {
    .message-text {
        font-size: 14px;
    }

    .message-img {
        width: 18px;
    }
}

@media (max-width: 720px) {
    .coming-soon-white {
        display: none;
    }

    .title-text {
        margin-top: 0px;
    }
}

@media (max-width: 600px) {
    .phone-large, .phone-small {
        width: 47%;
    }

    .logo-img {
        display: none;
    }

    .circle-down {
        display: none;
    }

    .left-phones-container, .left-phones-container-small,
    .right-phones-container, .right-phones-container-small {
        margin-left: 0px;
        margin-right: 0px;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 14px;
    }
}