/*!
Theme Name: Landing
Author: Yana Nepyivoda
Version: 1.0.0
Text Domain: Landing
*/

@font-face {
    font-family: 'Lato';
    src: url('src/fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('src/fonts/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url('src/fonts/gilroy-black.ttf') format("truetype");
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
    background-color: #0E0E0E;
}

body {
    background-color: #1b1b1b;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0;
    height: 100%;
}

.wrapper {
    background-image: url('src/img/bg.png');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 780px;
}

.landing {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    padding: 56px 0 56px 144px ;
    display: flex;
    margin: 0 auto;
    overflow-x: hidden;
}

.landing-left {
    flex-grow: 1;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
}

.landing-right {
    background-image: url('src/img/gold_bg.png');
    background-repeat: no-repeat;
    width: 520px;
    height: 100%;
    max-height: 820px;
    background-size: contain;
    margin-right: 56px;
    margin-left: 12px;
    position: relative;
}

.landing-girls {
    background-image: url('src/img/girls.png');
    background-repeat: no-repeat;
    background-size: 96%;
    width: 891px;
    height: 556px;
    position: absolute;
    bottom: 35px;
    right: -60px;
}

.landing-content{
    background-image: url('src/img/1000eur2.png'), url('src/img/100fs2.png');
    background-repeat: no-repeat, no-repeat;
    background-size: 160px 160px, 120px 120px;
    background-position: 190px 98px, 285px 213px;
}

.landing-content-es-PE {
    background-image: url('src/img/pen.png'), url('src/img/100fs2.png');
    background-repeat: no-repeat, no-repeat;
    background-size: 160px 160px, 120px 120px;
    background-position: 190px 98px, 285px 213px;
}
.landing-content-es-CL {
    background-image: url('src/img/clp.png'), url('src/img/100fs2.png');
    background-repeat: no-repeat, no-repeat;
    background-size: 160px 160px, 120px 120px;
    background-position: 190px 98px, 285px 213px;
}
.landing-content-uk {
    background-image: url('src/img/uah.png'), url('src/img/100fs2.png');
    background-repeat: no-repeat, no-repeat;
    background-size: 160px 160px, 120px 120px;
    background-position: 190px 98px, 285px 213px;
}
.landing-content-uz {
    background-image: url('src/img/uzs.png'), url('src/img/100fs2.png');
    background-repeat: no-repeat, no-repeat;
    background-size: 160px 160px, 120px 120px;
    background-position: 190px 98px, 285px 213px;
}

.landing-title {
    z-index: 2;
    font-family: 'Gilroy', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 56px;
    line-height: 56px;
    width: 276px;
    padding-top: 166px;
}

.landing-devider {
    background-image: url('src/img/ellipse.png'), url('src/img/ellipse.png');
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 25px 0;
    width: 40px;
    height: 20px;
    margin: 24px 0;
}

.landing-description {
    width: 495px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
}

.landing-link{
    display: inline-block;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    border: none;
    width: 280px;
    border-radius: 100px;
    padding: 18.5px 0;
    background: #FFD000;
    color: #0E0E0E;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    text-decoration: none;
    margin-top: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.landing-link:disabled, .landing-link:disabled:hover {
    background: #bababa;
    cursor: auto;

}

.landing-link:active {
    background: #FFB300;
}

.landing-link:hover {
    background: #FFE366;
}

.landing-action.mobile {
    display: none;
}
#emailInput {
    display: block;
    width: 280px;
    margin: 48px 0 0;
    padding: 14.5px 0;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 18px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: #A3A3A3;
    background-color: #222;
    border: 2px solid #444;
    border-radius: 100px;
    outline: none;
    text-align: center;
}

input[type="email"]::placeholder {
    color: #A3A3A3;
}

@media screen and (max-width: 1380px) {
    .landing {
        padding-left: 56px;
    }

    .landing-girls {
        width: 700px;
        height: 450px;
        bottom: 80px;
    }
}

@media screen and (max-width: 1100px) {
    .wrapper {
        height: 100%;
    }
    .landing {
        padding: 40px 40px 24px 40px;
        flex-direction: column;
        max-width: 768px;
        height: unset;
        overflow: hidden;
    }
    #emailInput {
        margin: 48px auto 0;
        width: 262px;
    }
    .landing-title {
        max-width: 430px;
        width: 100%;
        padding-top: 0;
        margin: 0 auto;
        text-align: center;
        margin-top: 43px;
        font-size: 48px;
        line-height: 48px;
    }
    .landing-devider {
        margin: 24px auto 16px auto;
    }

    .landing-description {
        margin: 0 auto;
        width: 100%;
        max-width: 495px;
        text-align: center;
    }
    .landing-action {
        text-align: center;
    }
    .landing-link {
        margin-top: 32px;
        width: 262px;
        padding: 14.5px 0;
    }
    .landing-girls {
        width: 100%;
        height: 110%;
        left: 0;
        top: 0;
        background-size: 100%;
    }
    .landing-right {
        background-image: url(src/img/gold_bg_horizont.png);
        max-width: 592px;
        width: 100%;
        flex-shrink: 0;
        aspect-ratio: 1.69 / 1;
        height: auto;
        position: relative;
        margin: 60px auto 38px;
    }
    .landing-left {
        flex-grow: 0;
    }
    .landing-content,
    .landing-content-es-PE,
    .landing-content-es-CL,
    .landing-content-uk,
    .landing-content-uz {
        background-size: 136px 136px, 89px 89px;
        background-position: 0 160px, 100% 117px;
    }
    .landing-copyright {
        display: none;
    }
    .landing-copyright.tablet {
        display: block;
    }
    .landing-logo {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 428px) {
    .wrapper {
        min-width: 100%;
        height: 100%;
    }
    .landing {
        padding: 0px 0px 0px 0px;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background-image: none;
        position: relative;
        overflow: hidden;
    }
    .landing-logo {
        padding-left: 24px;
        padding-right: 22px;
        margin-top: 18px;
    }
    .landing-right {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-image: url('src/img/bg_mobile.png');
        background-size: cover;
    }
    .landing-title {
        width: 325px;
        margin-top: 65px;
    }

    .landing-content,
    .landing-content-es-PE,
    .landing-content-es-CL,
    .landing-content-uk,
    .landing-content-uz {
        background-position: -14px 110px, 100% 157px;
    }

    .landing-action {
        margin-top: auto;
    }
    .landing-action {
        display: none;
    }
    .landing-description {
        width: 268px;
    }
    .landing-action.mobile {
        display: flex;
        padding: 0 24px;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 9;
        align-items: end;
        bottom: 60px;
        justify-content: center;
    }
    .landing-link {
        width: 100%;
        font-size: 14px;
        line-height: 27px;
        position: relative;
        margin-top: auto;
        margin-bottom: 0;
    }
    .landing-girls {
        background-image: url(src/img/girls.png);
        width: 600px;
        height: 400px;
        top: 320px;
        left: 50%;
        transform: translateX(-55%);
    }
    .landing-BetBoom {
        display: none;
    }
    input[type="email"] {
        color: #0E0E0E;
        background-color: rgba(255, 215, 0, 0.7);
        border: 2px solid #ffd700;
        padding: 14.5px 0;
        border-radius: 100px;
        width: 100%;
    }
    input[type="email"]::placeholder {
        color: #0E0E0E;
        text-align: center;
    }
}

@media screen and (max-width: 375px) {
    .landing-content,
    .landing-content-es-PE,
    .landing-content-es-CL,
    .landing-content-uk,
    .landing-content-uz {
        background-position: -14px 86px, 100% 127px;
    }

    .landing-title {
        width: 225px;
        font-size: 32px;
        line-height: 32px;
    }
    .landing-description {
        font-size: 16px;
        line-height: 20px;
    }
}