body {
    color: #63CAF2;
    font-family: "Coiny", Sans-serif;
    background: #F5F5F5;
}
h1{
    font-size: 70px;
}
.button-section{
    background-color: #63CAF2;
    margin-top: 170px;
}
.button-section > svg{
    width: calc(217% + 1.3px);
    height: 193px;
}
.elementor-shape-fill {
    fill: #F5F5F5;
    transform-origin: center;
    transform: rotateY(0deg);
}
.last-image{
    position: absolute;
    bottom: 0;
    right: 20px;
}
.info-section{
    max-width: 100%;
    text-align: center;
    padding: 30px 45px;
    border-radius: 30px;
    color: #333;
    background-image: url(https://www.rewardedplay.com/wp-content/uploads/2021/09/eryr68i76o987o.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 21px;
    position: relative;
}
.info-section h1{
    color: #0E3E59;
    font-family: "Coiny", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    position: absolute;
    top: -25px;
    text-align: center;
    padding: 0 50px;
}
.info-section div{
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 85px;
    font-weight: 600;
    position: relative;
    width: 100%;
    top: 30px;
}
.btn-claim{
    background-color: #F3065E;
    padding: 20px 100px 20px 50px;
    color: #fff;
    font-size: 18px;
    border: 3px solid #fff;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    position: relative;
}
.btn-claim:focus,
.btn-claim:hover{
    background-color: #c7004a;
    outline: 0;
    color: #fff;
}
.btn-claim img{
    transform: rotate(90deg);
    display: inline-block;
    width: 100%;
}
.btn-claim span{
    position: absolute;
    right: 20px;
    top: -15px;
    max-width: 55px;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.info-section img{
    position: relative; 
    bottom: -50px;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@media (max-width: 767px){
    h1 {
        font-size: 34px;
    }
    .logo{
        max-width: 150px;
    }
    .button-section a img{
        max-width: 50%;
    }
    .button-section a img.last-image{
        max-width: 53%;
    }
    .info-section{
        padding: 25px 20px;
        background-size: auto;
        font-size: 14px;
    }
    .info-section div{
        font-size: 28px;
        top: 15px;
        left: 10px;
    }
    .info-section h1{
        font-weight: 600;
        font-size: 17px;
        letter-spacing: -0.1px;
        top: 5px;
        left: 65px;
        padding: 0 30px;
    }
    .info-section img{
        width: 52px;
        bottom: 0;
    }
}