@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Karla", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #1f1f1f;
    background: url(../image/bg-top.png) #282f46;
}

.site-wrapper {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 700;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
}

span {
    color: #0095eb;
}

.form-group {
    margin-bottom: 0 !important;
}

img {
    max-width: 100%;
}

p {
    font-size: 15px;
}

a:visited {
    text-decoration: none;
}

a,
span {
    display: inline-block;
}

a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: inherit;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

.mb--30 {
    margin-bottom: 30px !important;
}

.hero-area {
    background: url(../image/bg-top.png) #282f46;
    background-size: auto 100%;
    padding-bottom: 30px !important;
    padding-top: 30px;
}

.hero-area h1 {
    font-size: 40px;
    text-align: center;
    margin: 0 0 20px;
    color: #fff;
    font-family: 'Karla', sans-serif;
    letter-spacing: -3px;
}

.hero-area h1 .new,
.hero-area h1 font {
    font-size: 50px;
}

.new {
    color: #fea529;
    font-size: 70px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .hero-area {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

.desktop {
    display: block;
}

.hero-content {
    text-align: center;
}

.hero-content h2 {
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

@media (max-width: 485px) {
    h2 span {
        padding: 25px 0 10px;
        font-size: 37px !important;
        display: block;
    }

    h2 {
        margin-bottom: 20px !important;
    }

    .jackpot {
        margin-bottom: 20px;
    }

    .pay p {
        text-align: center !important;
    }

    .pay p span {
        display: block;
        font-size: 22px;
    }

    p {
        font-size: 17px;
    }
}

.hero-content p {
    color: #ffe5c8;
    font-family: 'Karla', sans-serif;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.4px;
    line-height: 25px;
}

h5,
.h5 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
}


@media (min-width: 768px) {
    p {
        font-size: 17px;
    }

    h5,
    .h5 {
        font-size: 21px;
    }

    h2 {
        font-size: 38px;
    }

    .hero-content h2 {
        letter-spacing: -4px;
        font-size: 58px;
        line-height: 70px;
    }

    .new {
        font-size: 80px;
    }

    .hero-content p {
        padding: 0 30px;
        margin-bottom: 4px;
        font-size: 18px;
        line-height: 25px;
    }
}

.subscription-form {
    padding: 25px 0 0;
}

.subscription-form .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.feature-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.feature-widget .widget-icon {
    padding: 10px;
    background-color: transparent;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 38px;
    color: #258aff;
    -webkit-transition: .4s;
    transition: .4s;
}

.feature-widget .widget-icon i {
    font-size: inherit;
}

.feature-widget .widget-icon.red {
    border-left: 5px solid #ff9500;
}

.feature-widget .widget-icon.blue {
    border-left: 5px solid #0095eb;
}

.feature-widget .widget-icon.green {
    border-left: 5px solid #60bc3a;
}

.feature-widget .content h5 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 32px;
    margin-bottom: 8px;
    margin-top: 5px;
    color: #000761;
    padding-bottom: 0;
    text-align: center;
}

.feature-widget .content p {
    color: rgb(40 40 40);
    line-height: 25px;
    text-align: center;
}

@media (min-width: 480px) {
    .subscription-form .form-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .feature-widget {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
    }

    .feature-widget .content p {
        padding-right: 50px;
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .hero-content p {
        font-size: 18px;
    }

    .subscription-form .form-group a {
        max-width: 300px;
        margin-top: 0;
    }

    .feature-widget .content p {
        padding: 0 25px;
    }

    .hero-content h2 {
        letter-spacing: -3px;
        font-size: 55px;
        line-height: 60px;
    }

    .feature-widget {
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }
}

.subscription-form .form-group a {
    border-radius: 3px;
    background-color: #d92323;
    border-bottom: 3px solid #830c0c;
    width: 100%;
    color: #ffffff;
    font-family: "Karla", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.9px;
    text-align: center;
    padding: 15px;
}

.subscription-form .form-group a:hover {
    transform: scale(1.1);
}

.feature-area {
    padding: 70px 0;
    background: #f4f7fc;
}

@media (min-width: 992px) {
    .feature-area {
        padding: 90px 0 20px;
    }

    .hero-content p {
        padding: 0 40px;
    }
}

.mobile {
    display: none;
}

.routine.register {
    border: 2px solid #4c3626;
    padding: 20px 20px 0;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #0a0a0a;
}

@media (max-width: 991px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .arrow {
        display: none;
    }

    .mb-step {
        border-top: 3px solid #ffe0cb;
        text-align: center;
    }

    .mb-step h2 {
        text-align: center !important;
    }

    .register .mb-step {
        border-top: 0;
        text-align: center;
    }

    .routine.register {
        padding: 0 20px;
    }

    .routine.register h2 {
        padding-bottom: 10px;
        margin-bottom: 0 !important;
        font-size: 20px;
    }

    .routine.register p {
        text-align: center !important;
    }

    .feature-area {
        padding-bottom: 30px;
    }
}

.footer {
    font-size: 14px;
    color: #b5b5b5;
    font-weight: 400;
    padding: 20px;
    margin: 0;
}

.payment_methods {
    text-align: center;
    padding: 7px 5px;
    margin: 5px 0;
}

.payment_methods img {
    width: 450px;
    padding: 5px;
    max-width: 100%;
}

hr {
    margin-bottom: 0rem;
}

.pay {
    text-align: center;
    border-top: 2px solid #ccd6df;
    padding: 40px 0;
}

.pay h2 {
    margin-bottom: 50px;
}

.pay p {
    text-align: left;
    font-weight: 400;
}

.pay a {
    color: #0095eb;
}

.footer {
    text-align: center;
}

.btn--hover-shine {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn--hover-shine:before {
    content: '';
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: none;
    transition: none;
}

@media (min-width: 450px) {
    p.phone-text {
        display: none;
    }
}

p.phone-text {
    font-weight: 600;
    color: #36a100;
    border: 5px solid #36a100;
    border-width: 2px 0;
    padding: 6px 0;
}

@media (max-width: 640px) {
    .proof {
        display: none;
    }

    .proof-mb {
        display: block !important;
    }

    .proof-mb img {
        margin-top: 10px;
        z-index: 200;
        position: relative;
        max-width: 100%;
        border-radius: 8px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    }
}

.routine {
    width: 100%;
    margin: 30px auto 0;
    color: #ffe5c8;
    font-weight: 300;
    font-size: 18px;
}

.step-box {
    padding: 20px 0 10px;
}

.routine .row {
    padding-bottom: 30px;
}

.routine h2 {
    font-size: 25px;
    padding-bottom: 10px;
}

.routine img.screen {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.routine img.coin {
    width: 22px;
    vertical-align: -5px;
    margin-left: 3px;
}

.routine .time {
    color: #c4c4c4;
    border: none;
    font-size: 14px;
}

.routine .time img {
    width: 14px;
    vertical-align: -3px;
    margin-right: 3px;
}

.proof {
    margin-top: 5px;
    margin-bottom: -100px;
}

.proof img {
    z-index: 200;
    position: relative;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.proof-mb {
    display: none;
    margin-top: 15px;
    margin-bottom: -75px;
}

.boxes .content {
    text-align: center;
}

.boxes .content img {
    max-height: 50px;
    max-width: 100%;
}

footer {
    background: #201A13;
}

.estimated {
    margin: 0;
}

.estimated span {
    border: 1px solid rgb(151 104 75);
    color: rgb(255 141 50);
    padding: 0px 10px;
    font-weight: 300;
    font-size: 14px;
    font-style: italic;
    border-radius: 5px;
}


.video-wrap {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}

embed,
iframe,
object {
    max-width: 100%;
}

.video-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;

    iframe,
    object,
    embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.new-routine {
    background-color: #2e2e2e;
    color: #ffffff;
    font-weight: 400;
    padding: 5px 10px;
    margin-top: 12px;
    border-radius: 8px;
    box-shadow: 0 0 6px #161616;
}

#popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: auto;
    display: none;
    z-index: 1000;
}

.popup-inner {
    display: block;
    background: #fbfaf9;
    max-width: 640px;
    margin: 50px auto;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    position: relative;
    padding: 2px 35px 20px;
}

.popup-inner h2 {
    text-align: center;
    margin: 20px 0 0;
    font-size: 50px;
    color: #d00000;
}

.popup-inner h3 {
    text-align: center;
    margin: 5px 0 10px;
    font-size: 40px;
    color: #03A9F4;
    letter-spacing: -2px;
}

.popup-inner p {
    text-align: center;
    font-size: 18px;
    color: black;
    font-weight: 300;
}

.popup-inner table {
    text-align: center;
    width: 65%;
    margin: 0 auto;
}

.popup-inner img.popimg {
    margin: 2px auto;
    text-align: center;
    display: block;
}

.popup-inner i.fa-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    font-weight: bold;
    font-style: normal;
}

#shadow {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 500;
    background: rgba(0, 0, 0, 0.7);
}

.button-popup {
    padding: 13px 20px;
    border-radius: 4px;
    display: inline-block;
    margin: 10px 0 25px;
    color: #fff;
}

.yes {
    background: #34c48b;
    background-image: linear-gradient(to bottom, #34c48b, #2da978 50%, #1f9265 51%);
    box-shadow: 0 2px 0 0 #19885c, 0 6px 30px -8px #000;
}

.no {
    background: #d43434;
    background-image: linear-gradient(to bottom, #de6262, #d43434 50%, #c10000 51%);
    box-shadow: 0 2px 0 0 #940000, 0 6px 30px -8px #000;
}