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: 'fugaz_oneregular';
    background: #11101c;
    overflow-x: hidden;
    height: 100%;
}

@font-face {
    font-family: 'fugaz_oneregular';
    src: url('../fonts/fugazone-regular.woff2') format('woff2'),
        url('../fonts/fugazone-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'fugaz_oneregular';
    font-weight: 400;
}

*,
::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;
    border-left: 1px solid #222038;
    border-right: 1px solid #222038;
}

#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;
}


#slogan-video-back {
    width: 100%;
    height: 100%;
}

.whatsapp-box {
    text-align: center;
}

.whatsapp {
    font-size: 34px;
    padding: 15px 40px 15px 105px;
    background-color: #fff;
    color: #2bb941;
    border-radius: 50px;
    border: none;
    margin: 40px 0;
    position: relative;
    font-family: 'fugaz_oneregular';
    font-weight: 400;
    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: 0em;
    width: 100%;
    display: inline-block;
}

.hero_bg {
    width: 100%;
    display: inline-block;
    padding: 0 0 1em 0;
}

#main_content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

#middelwrapper {
    padding: 0 0px;
}

.slogan {
    width: 100%;
    display: inline-block;
    padding: 1em 0 3em 0;
}

.slogan h3 {
    font-size: 40px;
    color: #fff;
    font-family: 'fugaz_oneregular';
    font-weight: 400;
    margin: 0;
    line-height: 1;
}

.slogan h1 {
    font-size: 50px;
    color: #fff;
    font-family: 'fugaz_oneregular';
    font-weight: 400;
    margin: 0;
    line-height: 1;
}

.slogan h1 span {
    color: #dea96f
}

.bonus_box {
    width: 100%;
    display: inline-block;
    padding: 0.2em 1em;
    background: #292833;
    border-radius: 0;
    margin: 4em 0 0 0;
    text-align: center;
}

.bonus_box h3 {
    margin: 0em 0 0 0;
    font-size: 48px;
    color: #dea96f;
    font-family: 'fugaz_oneregular';
    font-weight: 400;
}

.bonus_box h3 span {
    font-size: 75px;
    font-family: 'fugaz_oneregular';
    font-weight: 400;
}

.account_now {
    width: 100%;
    padding: 3em 0 0 0;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.account_now .images {
    float: left;
    width: 44%;
    text-align: center;
}

.ipl_banner {
    width: 56%;
    float: left;
}

.hero_silde {
    text-align: center;
}

.hero_silde h6 {
    font-family: 'fugaz_oneregular';
    font-weight: 400;
    color: #fff;
    font-size: 36px;
    margin: 1.5em 0 1.5em 0;
    line-height: 1.3;
}

#footerwrapper {
    width: 100%;
    display: inline-block;
    padding: 1em 0 1em 0;
    margin-top: 3em;
    font-family: 'fugaz_oneregular';
    font-weight: 400;
    color: #11101c;
    font-size: 22px;
    text-align: center;
    padding: 1em 2.5em;
    line-height: 1.4;
    background: rgba(152, 91, 60, 1);
    background: -moz-linear-gradient(left, rgba(152, 91, 60, 1) 0%, rgba(217, 167, 109, 1) 51%, rgba(152, 91, 60, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(152, 91, 60, 1)), color-stop(51%, rgba(217, 167, 109, 1)), color-stop(100%, rgba(152, 91, 60, 1)));
    background: -webkit-linear-gradient(left, rgba(152, 91, 60, 1) 0%, rgba(217, 167, 109, 1) 51%, rgba(152, 91, 60, 1) 100%);
    background: -o-linear-gradient(left, rgba(152, 91, 60, 1) 0%, rgba(217, 167, 109, 1) 51%, rgba(152, 91, 60, 1) 100%);
    background: -ms-linear-gradient(left, rgba(152, 91, 60, 1) 0%, rgba(217, 167, 109, 1) 51%, rgba(152, 91, 60, 1) 100%);
    background: linear-gradient(to right, rgba(152, 91, 60, 1) 0%, rgba(217, 167, 109, 1) 51%, rgba(152, 91, 60, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#985b3c', endColorstr='#985b3c', GradientType=1);
}

.ipl_banner img {
    width: 100%;
}


@media only screen and (max-width: 991px) {
    .slogan h1 {
        font-size: 46px;
    }

    .bonus_box h3 {
        font-size: 44px;
    }

    .bonus_box h3 span {
        font-size: 68px;
    }

    .account_now .images img {
        width: 70%;
    }

    .hero_silde h6 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 767px) {

    .logo {
        width: 40%;
        display: inline-block;
    }

    .logo img {
        width: 100%;
    }

    .slogan h1 {
        font-size: 32px;
        padding-top: 0.3em;
    }

    .slogan h3 {
        font-size: 28px;
    }

    .whatsapp {
        font-size: 22px;
        padding: 10px 35px 10px 75px;
    }

    .whatsapp::after {
        width: 70px;
        height: 70px;
    }

    .bonus_box h3 {
        font-size: 26px;
        display: flex;
        line-height: 1.2;
    }

    .bonus_box h3 span {
        font-size: 50px;
    }

    .bonus_box {
        padding: 0.6em 1em;
        margin: 3em 0 0 0;
    }

    .account_now {
        padding: 2em 0 0 0;
    }

    .hero_silde h6 {
        font-size: 22px;
        margin: 1em 0 2em 0;
    }

    #footerwrapper {
        font-size: 12px;
        margin-top: 4em;
    }
}

@media only screen and (max-width: 375px) {
    .slogan h1 {
        font-size: 28px;
    }

    .whatsapp {
        font-size: 20px;
        padding: 10px 30px 10px 65px;
    }

    .whatsapp::after {
        width: 60px;
        height: 60px;
    }

    .slogan {
        padding: 1em 0 2.5em 0;
    }

    .bonus_box {
        margin: 2.5em 0 0 0;
    }

    .bonus_box h3 span {
        font-size: 44px;
    }

    .bonus_box h3 {
        font-size: 24px;
        line-height: 1.1;
    }

    .hero_silde h6 {
        font-size: 18px;
    }

    .hero_silde {
        padding: 0 20px;
    }
}