
@font-face {
    font-family: 'Luckiest Guy';
    src: url('../fonts/LuckiestGuy-Regular.eot');
    src: url('../fonts/LuckiestGuy-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LuckiestGuy-Regular.woff2') format('woff2'),
    url('../fonts/LuckiestGuy-Regular.woff') format('woff'),
    url('../fonts/LuckiestGuy-Regular.ttf') format('truetype'),
    url('../fonts/LuckiestGuy-Regular.svg#LuckiestGuy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{
    background-color: #060103;
}

.wrapper{
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 37% 100%;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.offer-wrapper{
    width: 32.083vw;
    background-color: #ffc2ac;
    border-radius: 0.521vw;
    height: 37.240vw;
    padding: 0.885vw;
    box-sizing: border-box;

}
.offer{
    height: 100%;
    width: 100%;
    border: 0.625vw solid #ff654d;
    box-sizing: border-box;
    background-color: #ffa720;
    background-image: url(../img/bg-offer.jpg);
    background-repeat: no-repeat;
    -webkit-background-size:  cover;
    background-size:  cover;
    background-position: 50% 50%;
    font-family: 'Luckiest Guy',sans-serif;
    padding-top: 2.813vw;


}

.offer__upto{
    color: #ffffff;
    text-shadow: 0.156vw 0.156vw  #cf5833;
    font-size: 1.875vw;
    text-align: center;
    margin-bottom: 1.979vw;
}
.offer__amount{
    margin-bottom: 0;
}
.offer__amount span {
     display: block;
 }

.offer__amount span {
    display: block;
    color: #f40942;
    text-align: center;
    font-size: 4.219vw;
    line-height:4.219vw; ;
}

.offer__amount span:first-of-type {
    color: #ffffff;
    font-size: 7.760vw;
    line-height:7.760vw;
    text-shadow: 0.260vw 0.260vw #f40942;
}
.offer__terms{
    color: #ab6c0b;
    font-size: 0.625vw;
    text-align: center;
    margin-top: 1.302vw;
    margin-bottom: 1.042vw;
    font-family: Arial, sans-serif;
    padding: 0 5.469vw;
}
.offer__code--wrapper{
    /*clip-path: polygon(10% 0, 100% 19%, 95% 100%, 0 100%);*/
    /*background-color: #ffffff;*/
    width: 18.325vw;
    height: 4.523vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(1.3vw);
    cursor: pointer;
}

.offer__code{
    /*clip-path: polygon(10% 0, 100% 19%, 95% 100%, 0 100%);*/
    background: url(../img/btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 18.125vw;
    height: 4.323vw;
    margin: 0 auto;
    transition: all 0.3s;
}
.offer__code:hover{
    filter: brightness(0.9);
}

.code{
    display: flex;
}
.code__item{
    width: 11.979vw;
    display: flex;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    font-family: Arial,sans-serif;
    font-weight: 800;
    font-size: 1.354vw;
    padding-top: 0.625vw;
    padding-left: 0.781vw;
}
.code__copy{
    background-color: transparent;
    color: #583d4e;
    font-size: 0.938vw;
    font-family: Arial,sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0 100%);
    border: none;
    width: 9.344vw;
    margin-right: -0.781vw;
    padding: 0;
    padding-top: 0.625vw;
    cursor: pointer;
    transition: all 0.2s;
}
.code__copy:hover{
    background-color: transparent;
    color: #fff;
}
.offer__playnow--wrapper{
    position: relative;
    width: 17.813vw;
    height: 5.156vw;
    margin: 1.042vw auto 0;
    display: block;
    text-decoration: none;
}
.offer__playnow{
    width: 17.813vw;
    height: 5.156vw;
    /*clip-path: polygon(4% 0, 100% 0%, 100% 100%, 0 91%);*/
    /*background-color: #dc113d;*/
    background: url(../img/playNow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.563vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    transition: all 0.2s;
    cursor: pointer;
}
.offer__playnow--shadow{
    width: 17.813vw;
    height: 5.156vw;
    clip-path: polygon(4% 0, 100% 0%, 100% 100%, 0 91%);
    z-index: 1;
    top: 0.521vw;
    left: 0.521vw;
    background-color: #8e0517;
    position: absolute;
    content: '';
}
.logo{
    position: absolute;
    right: 0vw;
    top: 9.740vw;
    width: 21.531vw;
    height: 6.750vw;
    cursor: pointer;
}
.offer__playnow:hover{
    filter: drop-shadow(2px 4px 6px black);
}
.logo img{
    height: 100%;
    width: auto;
}
.logomobile{
    display: none;
}
.slots{
    display: none;
}
img{
    max-width: 100%;
}
.offer__amount {
    margin-bottom: 1vw;
}
@media (max-width: 1024px) and (orientation:portrait),(max-width:1023px){
    .logomobile{
        display: block;
    }
    .logo {
        position: relative;
        right: initial;
        top: initial;
        width: 120px;
        height: auto;
        cursor: pointer;
    }
    .logo img {
        height: auto;
        width: auto;
        margin-top: 5px;
    }
    .wrapper {
        flex-direction: column;
        background-image: url(../img/CG_LP_NewWinners_mob1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        justify-content: flex-start;
    }
    .tablet{
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .slots{
        display: block;
    }
    .offer-wrapper {
        width: 320px;
        background-color: #ffc2ac;
        border-radius: 5px;
        height: auto;
        padding: 5px;
        box-sizing: border-box;
        margin-bottom: 80px;
    }
    .offer {
        height: 100%;
        width: 100%;
        border: 2px solid #ff654d;
        box-sizing: border-box;
        background-color: #ffa720;
        background-image: url(../img/bg-offer.jpg);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 50% 50%;
        font-family: 'Luckiest Guy',sans-serif;
        padding-top: 20px;
    }
    .offer__upto {
        color: #ffffff;
        text-shadow: 4px 4px #cf5833;
        font-size: 25px;
        text-align: center;
        margin-bottom: 10px;
    }
    .offer__amount span:first-of-type {
        color: #ffffff;
        font-size: 92px;
        line-height: 106px;
        text-shadow: 5px 5px #f40942;
    }
    .offer__amount span {
        display: block;
        color: #f40942;
        text-align: center;
        font-size: 47px;
        line-height: 53px;

    }
    .offer__amount span:last-of-type{
        margin-bottom: 20px;
    }
    .offer__code--wrapper {
        /*clip-path: polygon(10% 0, 100% 19%, 95% 100%, 0 100%);*/
        /*background-color: #ffffff;*/
        width: 270px;
        height: 65px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: none;
    }
    .offer__code {
        width: 264px;
        height: 61px;
        margin: 0 auto;
    }
    .code__item {
        width: 50%;
        display: flex;
        color: #ffffff;
        justify-content: center;
        align-items: center;
        font-family: Arial,sans-serif;
        font-weight: 800;
        font-size: 16px;
        padding-top: 1px;
        padding-left: 6px;
    }
    .code__copy {
        background-color: transparent;
        color: #583d4e;
        font-size: 16px;
        font-family: Arial,sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        outline: none;
        /*clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0 100%);*/
        border: none;
        width: 50%;
        /*margin-right: -15px;*/
        transform: translateX(10px);
        padding: 0;
        padding-top: 7px;
    }
    .offer__playnow--wrapper {
        position: relative;
        width: 264px;
        height: 55px;
        margin: 15px auto 25px;
    }
    .offer__playnow {
        width: 100%;
        height: 100%;
        /*clip-path: polygon(4% 0, 100% 0%, 100% 100%, 0 91%);*/
        /*background-color: #dc113d;*/
        color: #ffffff;
        text-transform: uppercase;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }
    .offer__playnow--shadow {
        width: 100%;
        height: 100%;
        clip-path: polygon(4% 0, 100% 0%, 100% 100%, 0 91%);
        z-index: 1;
        top: 7px;
        left: 7px;
        background-color: #8e0517;
        position: absolute;
        content: '';
    }
    .offer__terms {
        color: #75465e;
        font-size: 14px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        font-family: Arial, sans-serif;
        padding: 0 5px;
        position: absolute;
        bootom: 0;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 310px;
        width: 310px;
        padding-bottom: 10px;
    }
}
@media not all and (min-resolution: .001dpcm) {
    .wrapper {
        min-height: -webkit-fill-available;
    }
}