* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
body {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #000;
    font-size: 14px;
}
.lp-holder {
    background: url("images/bonus-lp-background.jpg?x=9") no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
}
.header {
    text-align: center;
    padding-top: 45px;
}
.header img {
    width: 440px;
}
.heading {
    margin: 22px auto;
    max-width: 90%;
}
.heading h1{
    font-size: 35px;
    font-weight: 900;
    line-height: 1.94;
    letter-spacing: 10px;
    color: #fff;
}
.heading h1::before, .heading h1::after {
    content: "";
    height: 3px;
    width: 45%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.heading h1::before {
    right: 0.5em;
    margin-left: -50%;
    background: #518335;
    background: -webkit-linear-gradient(right, rgba(81, 131, 53, 0) 0%, #518335 100%);
    background: -o-linear-gradient(right, rgba(81, 131, 53, 0) 0%, #518335 100%);
    background: linear-gradient(to right, rgba(81, 131, 53, 0) 0%, #518335 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' rgba(81, 131, 53, 0)', endColorstr='#518335', GradientType=1);
}
.heading h1::after {
    left: 0.5em;
    margin-right: -50%;
    background: #518335;
    background: -webkit-linear-gradient(left, rgba(81, 131, 53, 0) 0%, #518335 100%);
    background: -o-linear-gradient(left, rgba(81, 131, 53, 0) 0%, #518335 100%);
    background: linear-gradient(to left, rgba(81, 131, 53, 0) 0%, #518335 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' rgba(81, 131, 53, 0)', endColorstr='#518335', GradientType=1);
}
.content {
    text-align: center;
}
.snow {
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: 1px;
    text-align: center;
    margin: 35px 0 10px;
}
.bonus {
    font-size: 100px;
    font-weight: bold;
    font-style: normal;
    line-height: 0.68;
    letter-spacing: 0.27px;
    padding: 32px 0;
}
.freespins {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.04;
    letter-spacing: 0.16px;
}
.small-text {
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: 0.06px;
    padding: 25px 0;
}
.terms a {
    color: #fff;
    line-height: 3.71;
    letter-spacing: 0.04px;
    text-decoration: underline;
}
.join-btn {
    height: 81px;
    width: 319px;
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    background-color: #318c26;
    border: none;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    line-height: 81px;
}
.game-logo {
    margin: 20px 0;
}
.quickspin-orange {
    padding-bottom: 3%;
}
.steps {
    width: 1109px;
    margin: 20px auto 50px;
    color: #fff;
}
.steps-inside {
    display: flex;
    justify-content: center;
}
.step-item {
    text-align: center;

}
.step-item span {
    border-radius: 10px;
    border: 1px solid #5b8d44;
    font-size: 45px;
    line-height: 1.16;
    align-items: center;
    height: 162px;
    width: 345px;
    display: flex;
    justify-content: center;
    font-family: 'Carter One', cursive;
}
.icon-holder {
    display: flex;
    align-items: center;
}
.icon-steps:after {
    background-image: url(images/circle.svg);
    background-size: 100% 100%;
    filter: drop-shadow(0px 1px 0px rgba(0,0,0,0.5));
    background-repeat: no-repeat;
    display: inline-block;
    width: 34px;
    height: 22px;
    content: "";
    animation: 3000ms ease 0s infinite alternate none running zoomAndFade;
    -webkit-animation: 3000ms ease 0s infinite alternate none running zoomAndFade;
}
@keyframes zoomAndFade {
    0% {
        transform: scale(1.05);
        opacity: 0.1;
    }


    50% {
        /* transform: scale(1.2); */
        opacity: 1;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.1;
    }

}
/*FOOTER */
.footer-holder {
    max-width: 1109px;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    border-top: 1px solid #19191d;
    padding: 30px 0;
    flex-wrap: wrap;
}
.footer-holder  div{
    display: flex;
    align-items: center;
}

/*Responsive */
@media screen and (min-width: 2100px) {
    .lp-holder {
        background-position: center;
    }
    .content {
        padding-top: 3%;
    }
}

@media screen and (max-width: 1200px) {
    .steps {
       width: 90%;
    }
    .step-item span {
        height: 144px;
        width: 263px;
        font-size: 25px;
    }
}
@media screen and (max-width: 1024px) {
    .lp-holder {
        background-position: initial;
        background-size: contain;
    }
    .content {
        padding-top: 25%;
    }
    .footer-holder {
        max-width: 80%;
    }
    .steps {
        max-width: 80%;
    }

    .heading h1 {
        font-size: 22px;
    }
    .step-item span {
        width: 204px;
    }
}
@media screen and (max-width: 768px) {


    .step-item {
        margin: 0 auto;
    }
    .step-item span {
        font-size: 25px;
        height: 122px;
    }
    .heading {
        margin-top: 33%;
    }
    .content {
        padding-top: 0;
    }

}
@media screen and (max-width: 720px) {
    .steps-inside {
        flex-direction: column;
    }
    .icon-holder {
        justify-content: center;
    }

    .icon-steps {
        transform: rotate(90deg);
    }
}
@media screen and (max-width: 500px) {
    .header {
        padding-top: 25px;
    }
    .header img {
        max-width: 145px;
    }


    .heading h1::before,
    .heading h1::after {
        width: 22%;
    }
    .snow {
        margin: 23px 0 10px;
        font-size: 27px;
    }
    .bonus {
        font-size: 40px;
        padding: 20px 0;
    }
    .freespins {
        font-size: 31px;
    }
    .small-text {
        font-size: 14px;
        width: 75%;
        margin: 0 auto;
    }
    .join-btn {
        height: 72px;
        width: 80%;
        line-height: 72px;
    }
    .steps {
        margin: 27px auto 50px;
    }

    .step-item span {
        font-size: 22px;
        height: 104px;
    }
    .footer-holder div {
        margin: 5px;
    }

}