@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');

* {
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    text-decoration: none;
}

img {
    width: inherit;
}

ul {
    list-style: none;
}

@font-face {
    font-family: "Butter-Haunted";
    font-display: swap;
    src: url(../fonts/Butter-Haunted.eot);
    src: url(../fonts/Butter-Haunted.eot) format("embedded-opentype"),
    url(../fonts/Butter-Haunted.woff) format("woff"),
    url(../fonts/Butter-Haunted.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    width: 100%;
    min-width: 320px;
}

.logo {
    margin: 5.729vw auto 0;
    position: absolute;
    top: 0;
    width: 11.458vw;
    transform: translateX(-50%);
    left: 50%;
    z-index: 6;
}

.logo img {
    width: 100%;
}


.main {
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 100vh;
    background-image: url("../img/bg.jpg");
    background-position: 41% 70%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.offer__wrapp {
    max-width: 37.135vw;
    /*margin: 0 8.333vw 0 6.771vw;*/
}

.offer__title img {
    width: 100%;
}


.offer__buttons {
    margin: 0 0 1.667vw 0;
}

.offer__copy-wrapp {
    /*margin-bottom: 1.042vw;*/
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    position: relative;
    background-size: 100%;
    width: 19.792vw;
    height: 3.750vw;
    margin: 0 auto;
    /*background: rgba(36, 17, 101, 0.6);*/
    background: url("../img/code.png") no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
}

.offer__bonus {
    font-size: 1.042vw;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    width: 65%;
    justify-content: center;
    text-transform: uppercase;
}

.offer__copy-btn {
    cursor: pointer;
    font-size: 0.833vw;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 45%;
    right: -1px;
    color: #ffffff;
    transition: .2s ease-in-out;
    background: linear-gradient(180deg, #FFE600 0%, #D66700 100%);
    text-transform: uppercase;
}

.offer__play {
    margin-top: 1.042vw;
}

.offer__play-link {
    width: 19.792vw;
    height: 3.750vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180.17deg, #FBA919 -40.7%, #ED1C24 31.4%, #470000 113.01%);
    text-decoration: none;
    transition: all .5s ease;
    margin: 0 auto;
    z-index: 2;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-size: 1.250vw;
    text-transform: uppercase;
    color: #FFFFFF;
}

.offer__copy-btn, .offer__play-link, .offer__copy-wrapp {
    border-radius: 40px;
}

.offer__terms {
    font-size: 0.729vw;
    line-height: 17px;
    color: white;
    font-weight: 400;
    width: 26.875vw;
    margin: 0 auto;
    text-align: center;
}

.art  {
    display: none;
}

.offer, .art, .logo {
    z-index: 5;
}

.stella {
    display: flex;
    align-self: flex-end;
    position: relative;
}

.stella-img {
    background: url("../img/Sign1.png");
    background-position: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 39.427vw;
    height: 39.948vw;
}

.stella-img::after {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    position: absolute;
    background: url("../img/Sign2.png");
    background-position: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 39.427vw;
    height: 39.948vw;
    opacity: 0;
    animation: lamp 3s infinite;
}

@keyframes lamp {
    0% {
        opacity: 0;
    }
    16.66% {
        opacity: 1;
    }
    33.32% {
        opacity: 0;
    }
    49.98% {
        opacity: 1;
    }
    66.64% {
        opacity: 0;
    }
    83.3% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 1600px), (max-width: 1599px) and (min-height: 1199px){
    .stella-img::after {
        width: 43.427vw;
        height: 44.948vw;
    }

    .stella-img {
        width: 43.427vw;
        height: 44.948vw;
    }
}

@media (max-width: 1024px) and (orientation: portrait), (max-width: 1023px) {
    .logo {
        margin: 35px auto 0;
        position: absolute;
        top: 0;
        width: 190px;
        transform: translateX(-50%);
        left: 50%;
        z-index: 6;
    }

    .main {
        background-image: url("../img/bg-t.jpg");
        flex-direction: column-reverse;
        justify-content: end;
    }

    .art {
        display: flex;
        width: 47%;
    }

    .art div {
        display: flex;
    }

    .art img {
        width: 100%;
    }

    .offer__wrapp {
        max-width: 380px;
        margin: 0 0 55% 0;
        transform: scale(1.3);
    }

    .offer__buttons {
        margin: 30px 0 15px 0;
    }

    .offer__copy-wrapp, .offer__play-link {
        width: 310px;
        height: 58px;
    }

    .offer__bonus {
        font-size: 17px;
    }

    .offer__copy-btn {
        font-size: 16px;
        text-transform: capitalize;
    }

    .offer__play {
        margin-top: 8px;
    }

    .offer__play-link {
        font-size: 20px;
    }

    .offer__terms {
        font-size: 12px;
        line-height: 14px;
        color: white;
        font-weight: 400;
        width: 310px;
        margin: 0 auto;
        text-align: center;
    }

    .stella {
        align-self: center;
        width: 47%;
        height: 35vh;
        transform: translateY(20px);
    }

    .stella-img {
        width: 100%;
        height: 100%;
    }

    .stella-img::after {
        width: 100%;
        height: 100%;
    }

}

@media (max-width: 900px) and (orientation: portrait), (max-width: 899px) {
    .logo {
        width: 170px;
    }

    .offer__wrapp {
        transform: scale(1);
        margin: 0 0 5% 0;
    }

    .art {
        width: 320px;
        transform: scale(1);
    }

    .stella {
        align-self: center;
        width: 63%;
        height: 44vh;
        transform: translateY(50px);
    }
}

@media (max-width: 600px) and (orientation: portrait), (max-width: 599px) {
    .logo {
        width: 155px;
    }

    .main {
        background-image: url("../img/bg-m.jpg");
    }

    .stella {
        align-self: center;
        width: 47%;
        height: 35vh;
        transform: translateY(20px);
    }

    .offer__wrapp {
        transform: scale(1);
        margin: 25% 0 5% 0;
        max-width: 320px;
    }

    .offer__buttons {
        margin: 20px 0 7px 0;
    }

    .offer__copy-wrapp, .offer__play-link {
        width: 240px;
        height: 45px;
    }

    .offer__bonus {
        font-size: 14px;
    }

    .offer__copy-btn {
        font-size: 12px;
        text-transform: capitalize;
    }

    .offer__play-link {
        font-size: 16px;
    }

    .offer__play {
        margin-top: 5px;
    }

    .art {
        transform: scale(1);
    }

    .art-t {
        display: none;
    }

    .art-m {
        display: block;
    }

    .stella {
        align-self: center;
        /*width: 320px;*/
        /*height: 230px;*/
        width: 90%;
        height: 37vh;
        transform: translateY(0);
    }

    .stella-img {
        width: 100%;
        height: 100%;
        background: url("../img/sign1-m.png");
        background-position: 100% 100%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .stella-img::after {
        width: 100%;
        height: 100%;
        background: url("../img/sign2-m.png");
        background-position: 100% 100%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .offer__bonus--text {
        padding: 0 0 0 5px;
    }

}

@media (orientation: landscape)
and (max-height: 602px)
and (max-width: 1000px) {
    .offer__wrapp {
        transform: scale(1);
        margin: 80px 0 10% 0;
    }

    .stella {
        align-self: center;
        width: 360px;
        height: 320px;
        transform: translateY(20px);
    }
}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1367px)
and (orientation : landscape) {
    .offer__wrapp {
        /*margin: 0 2.333vw 0 6.771vw;*/
    }

    .main {
        background-position: 0% 70%;
    }

    .offer__terms {
        font-size: 11px;
    }

    .stella-img {
        width: 41.427vw;
        height: 42.948vw;
    }

    .stella-img::after {
        width: 41.427vw;
        height: 42.948vw;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1367px)
and (max-device-height : 657px)
and (orientation : landscape)  {
    .stella-img::after {
        width: 39.427vw;
        height: 40.948vw;
    }

    .stella-img {
        width: 39.427vw;
        height: 40.948vw;
    }
}

@media (hover: hover) {
    .offer__copy-btn:hover {
        transform: scale(1.1);
    }

    .offer__play-link:hover {
        transform: scale(1.1);
    }
}

.offer__logo {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
}

.offer__logo img {
    width: 100%;
}