@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-Light.otf");
    font-weight: 300;
}

@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-Regular.otf");
    font-weight: 400;
}

@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-Heavy.otf");
    font-weight: 900;
}


.clearfix:after {
    clear: both;
    content: "";
    display: table
}

*,
:after,
:before {
    box-sizing: border-box
}

* {
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    margin: 0
}

body {
    background-color: black;
    color: white;
    font-family: Nexa;
    margin: 0
}

p {
    font-weight: 300;
}

h2,
h3 {
    font-weight: 900;
}

:root {
    font-size: 18px
}

.navigation-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: black;
    height: 96px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
    z-index: 100;
}

.container {
    width: 100%;
    max-width: 1168px;
    margin: 0 auto;
}

.navigation-container>.container {
    display: flex;
}

.logo {
    height: 60px;
}

.buttons {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-left: auto;
}

.red-button {
    width: 344px;
    height: 60px;
    border-radius: 6px;
    background-color: #e50047;
    text-align: center;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
}

.red-button:hover {
    background-color: white;
    color: black;
}

.white-button:hover {
    background-color: white;
    color: black;
}


.white-button {
    width: 224px;
    height: 60px;
    border-radius: 6px;
    background-color: black;
    border: 2px solid white;
    text-align: center;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
}

.video-container {
    max-width: 100%;
    width: 100%;
}

.video-container>video {
    width: 100%;
}

.info-section {
    padding-top: 96px;
    padding-bottom: 96px;
}

.info-section>.container {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}


.info-card>img {
    height: 200px;
    margin: 0 auto;
    display: flex;
}

.info-card>h2 {
    font-size: 26px;
    line-height: 30px;
}

.info-card>p {
    font-size: 26px;
    line-height: 30px;
}

.winner-section {
    background-image: url("../images/winnerBackground.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 92px;
    position: relative;
}

.winner-section img {
    width: 672px;
    height: 672px;
    position: absolute;
    bottom: 0;
    left: -63.5px;
}

.winner-section .image-container {
    width: 545px;
    height: 672px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    align-self: flex-end;
}

.winner-section .container {
    display: flex;
    align-items: center;
    text-align: right;
    gap: 32px;
}

.winner-section .red-button {
    margin-left: auto;
    max-width: 100%;
}

.winner-section p {

    font-size: 26px;
    line-height: 30px;
}

.winner-section h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
}

.winner-section h2 {
    font-size: 50px;
    line-height: 52px;
    margin-top: 0;
    margin-left: auto;
    max-width: 535px;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    gap: 32px;
    text-align: center;
}

footer p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    padding: 0 20px;
}

footer a {
    color: white;
    font-weight: 400;
}

.mobile-buttons {
    display: none;
}

.nav-filler {
    height: 96px;
    width: 100%;
}

.your-privacy-choices-popup {
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    right: 0px;
    width: calc(100% - 2rem);
    max-width: 24rem;
    padding: 1rem;
    background: rgb(17, 17, 17);
    color: rgb(255, 255, 255);
    font-size: 0.9rem;
    display: block;
    visibility: hidden;
}

.your-privacy-choices-popup.open {
    animation: 200ms ease-out 0s 1 normal both running a;
    visibility: visible;
}

.close-button {
    position: absolute;
    right: 0px;
    top: 0px;
    background: none;
    border: none;
    color: rgb(255, 255, 255);
    padding: 1rem;
    margin: 0px;
    cursor: pointer;
}

.your-privacy-choices-popup p {
    margin: 0px 2rem 1rem 0px;
    padding: 0px;
    text-align: left;
    line-height: 18px;
    font-size: 15px;
}

.your-privacy-choices-popup a {
    color: lightblue;
}

.your-privacy-choices-popup .popup-buttons {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.your-privacy-choices-popup .popup-green-button {
    -webkit-box-flex: 1;
    flex-grow: 1;
    font-size: 13px;
    font-weight: 900;
    font-family: nexa-heavy, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 200ms ease-out 0s;
    white-space: nowrap;
    color: rgb(255, 255, 255);
    padding: 0.6em 2em;
    cursor: pointer;
    border-radius: 6px;
    border: none;
    background: rgb(0, 173, 37);
    box-shadow: none;
}

.your-privacy-choices-popup .popup-white-button {
    -webkit-box-flex: 1;
    flex-grow: 1;
    font-size: 13px;
    font-weight: 900;
    font-family: nexa-heavy, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 200ms ease-out 0s;
    white-space: nowrap;
    color: rgb(255, 255, 255);
    padding: 0.6em 2em;
    cursor: pointer;
    border-radius: 6px;
    border: none;
    margin-left: 0.5rem;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px inset
}

.your-privacy-choices-popup .popup-green-button:hover {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
}

.your-privacy-choices-popup .popup-white-button:hover {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
}

.background-container {
    width: 100%;
    height: 100%;
    background-image: url("../images/background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chumba-lite-phone {
    width: 100%;
    max-width: 1360px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.button-container {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.ios-button>svg {
    height: 105px;
    width: auto;
}

.android-button>svg {
    height: 105px;
    width: auto;
}

.large-red-button {
    height: 70px;
    max-width: 450px;
    width: 100%;
    font-size: 26px;
    margin: 0 auto;
}


.gdpr img {
    border: 2px solid white;
    border-radius: 6px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.gdpr .app-icon {
    max-width: 196px;
    width: 100%;
    height: auto;
}

.instructions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.instructions>p {
    margin: 0;
}

.deep-links {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.input-section {
    max-width: 708px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    margin-top: 50px;
}

.input-field {
    height: 60px;
    font-size: 16px;
    padding: 20px;
    border-radius: 6px;
    outline: 0;
    border: 2px solid transparent;
    font-family: Nexa;
    background-color: #343434;
    color: white;
}

.input-field:active,
.input-field:focus,
.input-field:focus-within,
.input-field:focus-visible {
    border-color: #e50047;
}

.input-error {
    margin: 0;
    color: #e50047;
}

.input-success {
    margin: 0;
    color: #00e547;
}

.input-error.hidden {
    display: none;
}

.input-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-bottom: 0;
}

.or-separator {
    margin: 50px 0;
}

.submit-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.submit-section>.red-button {
    outline: 0;
    border: 0;
    cursor: pointer;
}

.modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    overflow: auto;
    padding: 60px;
    display: none;
    min-height: 100vh;
    z-index: 1000;
}

.modal.open {
    display: flex;
}

.chumba-lite-popup {
    background-color: black;
    padding: 40px;
    border-radius: 18px;
    max-width: 1398px;
    width: 100%;
    position: relative;
    align-self: flex-start;
}

.chumba-lite-popup-image {
    width: 100%;
    height: auto;
    border-radius: 80px;
}

.modal-open {
    height: 100vh;
    overflow-y: hidden;
}

.close-popup-button {
    width: 88px;
    height: 88px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    top: 12px;
    right: 12px;
    border: 0;
    position: flex;
}

.close-popup-button:hover {
    background-color: white;
    cursor: pointer;
}

.close-popup-button:hover>.line-1,
.close-popup-button:hover>.line-2 {
    background-color: black;
}

.line-1 {
    top: 42px;
    left: 14px;
    width: 60px;
    border-radius: 5px;
    height: 5px;
    transform: rotate(45deg);
    background-color: white;
    position: absolute;
}

.line-2 {
    top: 42px;
    left: 14px;
    width: 60px;
    border-radius: 5px;
    height: 5px;
    transform: rotate(-45deg);
    background-color: white;
    position: absolute;
}

@media screen and (max-width: 790px) {
    .deep-links {
        flex-direction: column;
    }

    .deep-links>a {
        font-size: 22px;
        max-width: 100%;
        line-height: 24px;
        padding: 0 10px;
    }

    .submit-section {
        flex-direction: column;
    }

    .input-section {
        max-width: 344px;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        padding: 0 30px;
    }

    .winner-section img {
        align-self: flex-end;
        left: -36px;
    }

    .winner-section .image-container {
        width: 600px;
        height: 672px;
        overflow: hidden;
        flex-shrink: 0;
    }

    .winner-content {
        padding-bottom: 90px;
    }

    .large-red-button {
        height: 60px;
        width: 100%;
        font-size: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .buttons {
        display: none;
    }

    .button-container {
        max-width: 540px;
        gap: 30px;
        margin-top: 30px;
    }

    .ios-button>svg {
        height: 80px;
        width: auto;
    }

    .android-button>svg {
        height: 80px;
        width: auto;
    }

    footer {
        padding-bottom: 124px;
    }

    .winner-section img {
        width: 555px;
        height: 555px;
        left: -98px;
    }

    .winner-section .image-container {
        width: 358px;
        height: 555px;
        overflow: hidden;
        flex-shrink: 0;
        position: relative;
    }

    .mobile-buttons {
        background-color: black;
        display: flex;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        align-items: center;
        justify-content: center;
        gap: 16px;
        padding: 12px;
    }

    .mobile-buttons>.red-button {
        width: 100%;
    }

    .mobile-buttons>.white-button {
        width: 100%;
    }

    .info-card>img {
        max-width: 100%;
        height: unset;
    }

    .winner-content .red-button {
        width: 300px;
        font-size: 24px;
    }

    .chumba-lite-popup {
        border-radius: 16px;
        padding: 20px;
    }

    .chumba-lite-popup-image {
        border-radius: 38px;
    }

    .close-popup-button {
        width: 50px;
        height: 50px;
        top: 5px;
        right: 5px;
    }

    .line-1,
    .line-2 {
        top: 23px;
        left: 10px;
        width: 30px;
        height: 4px;
    }

    .modal {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    .modal {
        padding-left: 20px;
        padding-right: 20px;
    }

    .logo {
        margin: 0 auto;
    }

    footer {
        padding-bottom: 200px;
    }

    .container {
        padding: 0 20px;
    }

    .info-section>.container {
        display: grid;
        gap: 20px;
        grid-template-columns: none;
    }

    .info-card>h2 {
        text-align: center;
    }

    .info-card>p {
        text-align: center;
    }

    .mobile-buttons {
        flex-direction: column;
    }

    .mobile-buttons a {
        width: 100%;
        font-size: 22px;
        line-height: 24px;
    }

    .winner-section .container {
        display: grid;
        grid-template-areas: "text"
            "img";
    }

    .winner-section .image-container {
        grid-area: img;
    }

    .winner-section .winner-content {
        grid-area: text;
    }

    .winner-section img {
        width: 280px;
        height: 280px;
        left: 0px;
    }

    .winner-section .image-container {
        width: 280px;
        height: 280px;
        margin: 0 auto;
    }

    .winner-section p {
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    }

    .winner-section h3 {
        text-align: center;
        font-size: 21px;
        line-height: 24px;
        text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    }

    .winner-section h2 {
        text-align: center;
        font-size: 28px;
        line-height: 30px;
        margin-left: unset;
        max-width: unset;
        text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);

    }

    .winner-content .red-button {
        margin: 0 auto;
        width: 100%;
        max-width: 228px;
        height: 38px;
        font-size: 16px;
    }

    .winner-content {
        padding-bottom: 0;
    }

    .winner-section {
        padding-top: 55px;
    }

    .button-container {
        max-width: 402px;
        gap: 20px;
        margin-top: 20px;
    }

    .ios-button>svg {
        height: 60px;
        width: auto;
    }

    .android-button>svg {
        height: 60px;
        width: auto;
    }
}

@media screen and (max-width: 500px) {
    .button-container {
        max-width: 340px;
    }

    .ios-button>svg {
        height: 50px;
        width: auto;
    }

    .android-button>svg {
        height: 50px;
        width: auto;
    }

    .large-red-button {
        height: 50px;
        width: 100%;
        font-size: 22px;
    }


    .modal {
        padding-left: 10px;
        padding-right: 10px;
    }

    .chumba-lite-popup {
        border-radius: 12px;
    }

    .chumba-lite-popup-image {
        border-radius: 20px;
    }

    .close-popup-button {
        width: 40px;
        height: 40px;
        top: 5px;
        right: 5px;
    }

    .line-1,
    .line-2 {
        width: 20px;
        top: 19px;
        left: 11px;
        height: 3px;
    }
}

@media screen and (max-width: 400px) {
    .button-container {
        max-width: 236px;
        flex-direction: column;
        align-items: center;
    }

    .ios-button>svg {
        height: 70px;
        width: auto;
    }

    .android-button>svg {
        height: 70px;
        width: auto;
    }

    .large-red-button {
        height: 50px;
        width: 100%;
        font-size: 18px;
    }
}