

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700&display=swap');

@font-face {
    font-family: "Cooper Black";
    font-style: normal;
    src: url(../fonts/CooperBlack.ttf) format("truetype");
    font-display: swap;
}

body {
    font-family: 'Open Sans', sans-serif;
}

p {
    margin: 0;
}

img {
    width: 100%;
}

#page {
    min-height: 100vh;
    background: url("../img/bg.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
}

.logo {
    width: 7.6vw;
    position: absolute;
    top: 5.4vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 30;
}
.art{
    position: absolute;
    height: auto;
    bottom: 0;
    width: 45.8vw;
    right: 4vw;
    max-height: 100vh;
}
.art-doll{
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
}
.art-doll img{
    width: 100%;
    height: auto;
}
.eyes{
    width: 10vw;
    height: 3.3vw;
    position: absolute;
    top: 8.2vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.eye{
    position: absolute;
    height: 100%;
    width: 3.3vw;
}
.eye--left{
    left: 0;
}
.eye--left .eye--left{
    left: 0;
}
.eye--right .eye-out{
    right: 0;
}
.eye--right{
    right: 0;
}
.eye-out{
    position: absolute;
    height: 100%;
    width: 3.3vw;
}
.eye-ins{
    position: absolute;
    height: 50%;
    width: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;

}

.pig{
    position: absolute;
    left: 0;
    width: 60vw;
    top: 0;
}
.coin{
    width: 7vw;
    height: auto;
    position: absolute;
    left: 24vw;
    right: 0;
    top: 4.6vw;
    z-index: 1;
    -webkit-animation: fallDown 1s forwards;
    animation: fallDown 1s forwards;
}
@-webkit-keyframes fallDown {
    0%{
        top: 4.6vw;
    }
    100%{
        top: 27.6vw;
    }
}
@keyframes fallDown {
    0%{
        top: 4.6vw;
    }
    100%{
        top: 27.6vw;
    }
}
.pig-art{
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;

}
.btc{
    position: absolute;
}
.offer{
    width: 60vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    padding-top: 15.8vw;
}


.offer__title, .offer__sub-title {
    font-family: "Cooper Black";
    line-height: 0.8;
    color: #3E82B2;
    text-shadow: -3px 0 #fff, 0 3px #fff, 3px 0 #fff, 0 -3px #fff;
    -webkit-text-stroke: 3px #fff;
}

.offer__title {
    font-size: 7.771vw;
}

.offer__sub-title {
    font-size: 5.729vw;
}


.offer__buttons {
    text-align: center;
    margin-top: 5.8vh;
}

.offer__copy-wrapp {
    width: 18.64vw;
    height: 3.64vw;
}

.offer__copy-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background-image: url("../img/code.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    margin-bottom: 1.1vw
}

.offer__play-link {
    width: 18.64vw;
    height: 4.79vw;
    font-family: "Cooper Black";
}

.offer__bonus {
    font-size: 1.242vw;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    padding-top: 2%;
    width: 66%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
}

.offer__copy-btn {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 34%;
    right: 1%;
    font-weight: 600;
    font-size: 0.937vw;
    text-align: center;
    color: #000;
    text-transform: capitalize;

}

.offer__play a {
    text-decoration: none;
}

.offer__play-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 auto;
    z-index: 2;
    background-image: url("../img/play.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.823vw;
    padding-bottom: 3%;
    color: #ffffff;
    text-transform: capitalize;
}

.terms {
    position: fixed;
    bottom: 2.2vw;
    max-width: 80.958vw;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}
.terms__show{
    display: none;
}

/*for ipad portrait orientation*/
@media (max-width: 1280px) and (orientation: portrait),(max-width: 1023px) {

    #page {
        min-height: 100vh;
        background-image: url(../img/bg-t.jpg);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
    }
    .pig {
        width: 100vw;
    }

    .pig-art{
        left: 2.8vw;
    }

    .art {
        width: 63.3vw;
        bottom: -4vw;
        right: 16vw;
    }
    .eyes {
        width: 13.2vw;
        height: 4vw;
        top: 11.9vw;
    }
    .eye-out{
        width: 4vw;
    }
    .eye{
        width: 4vw;
    }
    .eye-ins{
        transform: translateX(0%);
        position: absolute;
        height: 2vw;
        width: 2vw;
        top: 0;
        bottom: 0;
        margin: auto 0;
        animation: moveEyes linear 4s infinite;
        -webkit-animation: moveEyes linear 4s infinite;
    }


    @-webkit-keyframes moveEyes {
        0%{
            transform: translateX(0%);
        }
        50%{
            transform: translateX(100%);
        }
        100%{
            transform: translateX(0%);
        }
    }

    @keyframes moveEyes {
        0%{
            transform: translateX(0%);
        }
        50%{
            transform: translateX(100%);
        }
        100%{
            transform: translateX(0%);
        }
    }

    .coin {
        width: 10vw;
        left: 41vw;
        top: 8.6vw;
        z-index: 1;
    }
    @-webkit-keyframes fallDown {
        0%{
            top: 8.6vw;
        }
        100%{
            top: 45.6vw;
        }
    }
    @keyframes fallDown {
        0%{
            top: 8.6vw;
        }
        100%{
            top: 45.6vw;
        }
    }

    .logo {
        position: static;
        width: 14.5vw;
        padding: 2.5vw 0 6vw 0;
    }
    .offer{
        padding-top: 9.5vw;
        text-align: center;
    }
    .offer__title, .offer__sub-title {
        line-height: 1.1;
        text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
    }
    .offer__title {
        font-size: 11vw;
        -webkit-text-stroke: 2px #fff;
    }

    .offer__sub-title {
        font-size: 7.7vw;
        -webkit-text-stroke: 2px #fff;
    }

    .offer__play-link {
        width: 38.64vw;
        height: 12.79vw;
        font-size: 3.723vw;
        padding-bottom: 8%;
    }
    .offer__copy-wrapp{
        height: 7.6vw;
        width: 38.64vw;
    }

    .offer__bonus {
        font-size: 2.542vw;
        padding-top: 0;
    }

    .offer__copy-btn {
        font-size: 2.1vw;
        right: 1%;
    }

    .offer__buttons {
        margin-top: 3.3vw;
    }
    .terms {
        bottom: 0;
        z-index: 10;
        -ms-transform: translateY(calc(100% - 42px));
        -webkit-transform: translateY(calc(100% - 42px));
        transform: translateY(calc(100% - 42px));
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        font-size: 14px;
        line-height: 20px;
        width: 67.9vw;
    }
    .terms__show {
        display: block;
        outline: 0;
        width: 178px;
        padding: 13px 0;
        margin: auto;
        margin-bottom: -2px;
        color: #ffffff;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        cursor: pointer;
        background:#4D6F65;
        border: 1px solid #fff;
        border-bottom: none;
        font-family: 'Open Sans', sans-serif;
        border-radius: 20px 20px 0px 0px;
    }
    .terms__show:after{
        /*content: url("../img/arrow.svg");*/
        margin-left: 8px;
        -webkit-transform: rotate(180deg);
        -ms-transform:  rotate(180deg);
        transform:  rotate(180deg);
    }

    .terms.active {
        -webkit-transform: translateY(0);
        -ms-transform:translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .terms.active .terms__show:after {
        -webkit-transform: rotate(0deg);
        -ms-transform:  rotate(0deg);
        transform:  rotate(0deg);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    .terms p {
        font-size: 14px;
        text-align: center;
        color: #ffffff;
        padding: 23px 65px 22px;
        background:#4D6F65;
        border: 1px solid #fff;
        border-bottom: none;
        border-radius: 20px 20px 0px 0px;
    }

    .terms__show:active,
    .terms__show:focus,
    .terms__show:hover {
        outline: 0;
    }



}



@media (max-width: 600px) and (orientation: portrait) {
    #page{
        height: 100vh;
        min-height: 667px;
    }
    body{

    }
    .pig-art{
        width: 111%;
        top: 11vw;
        left: -4.2vw;
    }
    .coin{
        top: 21.6vw;
    }
    @-webkit-keyframes fallDown {
        0%{
            top: 21.6vw;
        }
        100%{
            top: 65.6vw;
        }
    }
    @keyframes fallDown {
        0%{
            top: 21.6vw;
        }
        100%{
            top: 65.6vw;
        }
    }
    .eyes {
        width: 18.2vw;
        height: 6vw;
        top: 16.1vw;
    }
    .eye-out{
        width: 6vw;
    }
    .eye {
        width: 6vw;
    }
    .eye-ins {
        width: 3vw;
        height: 3vw;
    }
    .logo {
        width: 29.6vw;
        padding: 5.2vw 0 0 0;
    }
    .offer{
        width: 100vw;
        padding-top: 14.5vw;
    }

    .offer__title {
        font-size: 16vw;
        -webkit-text-stroke: 1px #fff;
    }

    .offer__sub-title {
        font-size: 11.8vw;
        line-height: 1;
        -webkit-text-stroke: 1px #fff;
    }

    .offer__play-link {
        width: 60.64vw;
        height: 15.79vw;
        font-size: 5.723vw;
        padding-bottom: 1%;
    }

    .offer__copy-wrapp {
        height: 11.75vw;
        width: 59.64vw;
        margin-bottom: 0.8vw;
    }

    .offer__bonus {
        font-size: 4.342vw;
        padding-left: 5%;
    }

    .offer__copy-btn {
        font-size: 2.9vw;
    }

    .offer__buttons {
        margin-top: 1.3vw;
    }
    .terms p{
        font-size: 12px;
        line-height: 14px;
        padding: 15px 28px 15px;
    }
    .terms__show{
        width: 133px;
        height: 37px;
    }
    .terms{
        -ms-transform: translateY(calc(100% - 34px));
        -webkit-transform: translateY(calc(100% - 34px));
        transform: translateY(calc(100% - 34px));
        width: 80vw;
    }
    .art {
        width: 87.3vw;
        bottom: -4vw;
        right: 9vw;
    }

}

@media (max-width: 600px) and (min-height: 668px) and (orientation: portrait), (min-width: 376px) and (max-width: 600px) and (orientation: portrait){
    #page{
        min-height: 179vmin;
    }
}

@media  (max-width: 335px) and (orientation: portrait) {
    #page {
        min-height: 575px;
    }
}
@media (orientation: landscape)
and (max-height: 602px)
and (max-width: 1000px) {
    #page{
        min-height: 135vw;
    }

    .art{
        max-height: none;
    }
    /*.art-doll{*/
    /*    height: 100%;*/
    /*    width: auto;*/
    /*}*/
    /*.art-doll img{*/
    /*    height: 100%;*/
    /*    width: auto;*/
    /*}*/
    /*.eyes {*/
    /*    width: 13.2vw;*/
    /*    height: 4vw;*/
    /*    top: 10.1vw;*/
    /*}*/
    .offer__title {
        font-size: 10vw;
        -webkit-text-stroke: 1px #fff;

    }

    .offer__sub-title {
        font-size: 6vw;
        line-height: 1.2;
        -webkit-text-stroke: 1px #fff;

    }
    .offer__play-link {
    }
    .offer__copy-wrapp {
        margin-bottom: 8vh;
    }
    .terms{
        position: absolute;
    }

}

@media (orientation: landscape)
and (max-height: 320px)
and (max-width: 600px){

}
