body,
html {
    height: 100%;
}

html {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    color: #595959;
    font-family: 'copperplate_gothic_boldRg';
    background: #000;
    overflow-x: hidden;
    height: 100%;
}

@font-face {
    font-family: 'copperplate_gothic_boldRg';
    src: url('../fonts/copperplate_gothic_bold_regular.woff2') format('woff2'),
        url('../fonts/copperplate_gothic_bold_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'copperplate_gothic_boldRg';
    src: url('../fonts/copperplategothicbold.woff2') format('woff2'),
        url('../fonts/copperplategothicbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'copperplate_gothic_boldRg';
    src: url('../fonts/coprgtb.woff2') format('woff2'),
        url('../fonts/coprgtb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'copperplate_gothic_boldRg';
}

*,
::after,
::before {
    box-sizing: border-box;
}

p {
    line-height: 1.6;
    margin: 0 0 1.8em 0;
    font-size: 0.9em;
}

a,
button {
    outline: none;
    transition: all 0.5s ease-out;
}

button:focus {
    outline: none;
}

img.w-100 {
    height: auto;
}

img {
    max-width: 100%;
}

.container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

#mainwrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#headerwrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#videosection {
    width: 100%;
    height: 100%;
}

#slogan-video-back {
    width: 100%;
    height: 100%;
}

.whatsapp-box {
    text-align: center;
}

.whatsapp {
    font-size: 34px;
    padding: 15px 40px 15px 110px;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    border: none;
    margin: 40px 0;
    position: relative;
    font-family: 'copperplate_gothic_boldRg';
    text-decoration: none;
}

.whatsapp::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    background-image: url(../images/whatsapp.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.header {
    text-align: center;
    padding: 2em 20px 0 20px;
    width: 100%;
    display: inline-block;
}

#main_content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

#middelwrapper {
    padding: 0 20px;
}

.slogan {
    width: 100%;
    display: inline-block;
    padding: 1em 0 3em 0;
}

.slogan h3 {
    font-size: 40px;
    color: #fff;
    font-family: 'copperplate_gothic_boldRg';
    margin: 0;
}

.slogan h1 {
    font-size: 48px;
    color: #fff;
    font-family: 'copperplate_gothic_boldRg';
    margin: 0;
}

.slogan h1 span {
    color: #3acd28
}

.bonus_box {
    width: 100%;
    display: inline-block;
    padding: 0.8em 2em;
    background: #ffffff26;
    border-radius: 36px;
    margin: 4em 0 0 0;
    text-align: center;
}

.bonus_box h3 {
    margin: 0em 0 0 0;
    font-size: 52px;
    color: #3acd28;
    font-family: 'copperplate_gothic_boldRg';
}

.bonus_box h3 span {
    font-size: 85px;
    font-family: 'copperplate_gothic_boldRg';
    width: 100%;
    display: inline-block;
    line-height: 1;
    text-decoration: underline;
}

.account_now {
    width: 100%;
    padding: 2em 0 0 0;
    display: inline-block;
    text-align: center;
}

.account_now h4 {
    margin: 0em 0 0 0;
    font-size: 48px;
    color: #fff;
    font-family: 'copperplate_gothic_boldRg';
    display: inline-block;
}

.account_now .images {
    display: inline-block;
}

.hero_silde {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.hero_silde h6 {
    font-family: 'copperplate_gothic_boldRg';
    color: #fff;
    font-size: 36px;
    margin: 0em 0 2em 0;
    line-height: 1.4;
}

#footerwrapper {
    width: 100%;
    display: inline-block;
    padding: 1em 0 1em 0;
    background: #29a71a;
    margin-top: 3em;
    font-family: 'copperplate_gothic_boldRg';
    font-weight: bold;
    color: #000;
    font-size: 22px;
    text-align: center;
    padding: 1em 2.5em;
    line-height: 1.2;
}


@media only screen and (max-width: 991px) {
    .slogan h1 {
        font-size: 40px;
    }

    .slogan h3 {
        font-size: 36px;
    }

    .bonus_box h3 span {
        font-size: 65px;
    }

    .bonus_box h3 {
        font-size: 38px;
    }

    .account_now h4 {
        font-size: 36px;
    }

    .hero_silde h6 {
        font-size: 32px;
    }

}

@media only screen and (max-width: 767px) {
    .slogan h3 {
        font-size: 26px;
    }

    .slogan h1 {
        font-size: 32px;
        line-height: 1;
        padding-top: 10px;
    }

    .whatsapp::after {
        width: 80px;
        height: 80px;
    }

    .whatsapp {
        font-size: 24px;
        padding: 15px 30px 15px 85px;
    }

    .bonus_box h3 span {
        font-size: 40px;
        padding-right: 0.5em;
    }

    .bonus_box h3 {
        font-size: 24px;
        line-height: 1.2;
    }

    .bonus_box {
        margin: 3em 0 0 0;
        border-radius: 26px;
        padding: 0.8em 1em;
    }

    .account_now h4 {
        font-size: 24px;
        line-height: 1.1;
    }

    .account_now .images img {
        width: 80%;
    }

    .account_now .images {
        text-align: right;
    }

    .account_now {
        padding: 1.5em 0 0 0;
    }

    .header {
        padding: 1em 20px 0 20px;
    }

    a.logo img {
        width: 40%;
    }

    .hero_silde h6 {
        font-size: 20px;
    }

    #footerwrapper {
        font-size: 12px;
        line-height: 1.4;
        margin-top: 4em;
    }
}

@media only screen and (max-width: 375px) {
    .bonus_box h3 span {
        font-size: 36px;
        padding-right: 0em;
    }

    .bonus_box h3 {
        font-size: 20px;
    }

    .whatsapp::after {
        width: 60px;
        height: 60px;
    }

    .whatsapp {
        font-size: 20px;
        padding: 10px 25px 10px 60px;
    }

    .slogan {
        padding: 1em 0 2em 0;
    }

    .hero_silde h6 {
        font-size: 16px;
    }

    #footerwrapper {
        font-size: 12px;
    }

    .account_now h4 {
        font-size: 20px;
    }

    .account_now .images img {
        width: 70%;
    }

    .slogan h1 {
        font-size: 28px;
    }

    .bonus_box {
        padding: 0.8em 1em;
        margin: 2em 0 0 0;
    }
}