@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap');
@import 'common.css';

body{
    font-family: 'Inter', sans-serif;
    font-size:22px;
    color:#ffffff;
    background-color: #0a080c;
}
h1,h2,h3,h4,h5,h6{ 
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    background: linear-gradient(266.76deg, #B56FE9 -10.29%, #F0EEC9 113.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 0;
    margin-bottom: 30px;
}
h2{
    font-size: 64px;
    line-height: 77px;
}
h3{
    font-size: 56px;
    line-height: 68px;
}
h4{
    font-size: 40px;
    line-height: 48px;
}
h5{
    font-size: 32px;
    line-height: 39px;
}

a,
a:hover,
a:focus{
    outline: none;
}

p{
    margin-bottom: 30px;
    line-height: 30px;
}

.btn{
    padding: 17px 63px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-size: 36px;
    font-family: 'Inter', sans-serif;
    border: none;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

.btn-accent:hover,
.btn-accent:focus,
.btn-accent{
    background: linear-gradient(270deg, #9C15F7 0%, #8175FB 100%);
    color:#ffffff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white{
    background: #FFFFFF;
    box-shadow: 0px 14px 20px rgba(175, 111, 142, 0.15);
    border-radius: 16px;
    padding: 16px 28px;
    line-height: 24px;
    font-size: 20px;
}
.btn-white:hover span,
.btn-white:focus span,
.btn-white span{
    background: linear-gradient(90deg, #ED6C68 0%, #6572BB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.text-white{ 
    color: #ffffff!important; 
    background: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    background-clip: inherit;
    text-fill-color: inherit;
}
.text-2{ 
    background: linear-gradient(266.76deg, #F0EEC9 -10.29%, #B56FE9 113.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.text-3{
    background: -webkit-linear-gradient(45deg, #962DF8, #62E1FE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.font-14{
    font-size: 14px!important;
    line-height: 17px!important;
}
.font-16{
    font-size: 16px!important;
    line-height: 19px!important;
}
.font-20{
    font-size: 20px;
    line-height: 34px;
}
.font-24{
    font-size: 24px;
    line-height: 34px;
}

.w-1030{ max-width: 1030px; }
.w-1006{ max-width: 1006px; }
.w-864{ max-width: 864px; }
.w-817{ max-width: 817px; }
.w-800{ max-width: 800px; }
.w-776{ max-width: 776px; }

.blur{
    opacity: 0.5;
}
.hightlighted2{
    background: radial-gradient(47.6% 47.6% at 58.73% 14.55%, #9A7DEE 0%, #3E48CE 100%);
    border-radius: 27px;
    padding: 3px 10px;
    display: inline-block;
}
/*============================= END BODY ================================*/
/*============================== HEADER =================================*/
.warning-box{
    display: flex;
    align-items: center;
}
.warning-box img{
    margin-right: 14px;
}

.btn-medium{
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.54px;
    padding: 12px 16px;
    box-shadow: none;
    font-weight: 500;
    color: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    background: var(--GR1, linear-gradient(95deg, #4C33E5 0.11%, #D44A63 100.11%));
    box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.43) inset, 0 4px 10px 0 rgba(0, 0, 0, 0.65) inset;
}

.step-group{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.step-group:after{
    content: "";
    width: 100%;
    height: 2px;
    border-top: 2px dashed rgba(0, 0, 25, 0.2);
    position: absolute;
    left: 50%;
    top: 17px;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
}
.tp-step .highlighted.style4{
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 4px 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17.5px;
    color: #000019;
    border-radius: 40px;
    border: 1px solid #FFF;
    background: #F9A43A;
}
/*============================ END HEADER ===============================*/
/*============================== CONTENT ================================*/
.info-box{
    display: flex;
    align-items: center;
}
.info-box img{
    min-width: 58px;
    margin-right: 15px;
}

.hightlighted{
    background: linear-gradient(270deg, #9C15F7 0%, #8175FB 100%);
    border-radius: 8px;
    padding: 6px 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    display: inline-block;
}
.hightlighted.style2{
    background: #B7B131;
    color: #0A080C;
}
.wrapper-video{
    border: 1px solid #8175FB;
    padding: 10px;
}
.tp-box-dark{
    padding: 25px 30px;
    margin-bottom: 30px;
    background: #16121A;
}
.tp-box-dark img{
    margin-top: -100px;
}
.tp-icon-box{
    background: #0A080C;
    padding: 30px;
    margin-bottom: 30px;
}
.tp-icon-box .tp-icon-box-icon{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.tp-icon-box .tp-icon-box-icon img{
    min-width: 64px;
    margin-right: 25px;
}
.special-box{
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.special-box .special-box-inner{
    padding: 11px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}
.special-box:before{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 4px;
    left: 4px;
}
.special-box-inner:before{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: -1px;
    left: -1px;
}
.special-box:after{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 4px;
    right: 4px;
}
.special-box-inner:after{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: -1px;
    right: -1px;
}
.tp-buy-box{
    padding: 50px 30px 30px;
    text-align: center;
    background: url(../images/bg-box.png) no-repeat 100% 100%;
}

.testimonial-item{
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right bottom, #9C15F7, #8175FB);
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
}
.testimonial-item:after{
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/icon-quote.png) no-repeat center center;
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.testimonial-item .testimonial-info{
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.testimonial-item .testimonial-info img{
    min-width: 56px;
    max-width: 56px;
    border-radius: 100%;
    margin-right: 22px;
}

.icon-box-2{
    background: #16121A;
    padding: 30px 40px;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}
.icon-box-2 img{
    min-width: 67px;
    margin-right: 27px;
}
.icon-box-2 p{ margin-bottom: 0; }

.box-dark{
    background: #16121A;
    padding: 30px;
    margin-bottom: 30px;
}

.box-bg{
    padding: 65px 40px;
    position: relative;
}
.box-bg img{
    position: absolute;
    right: -40px;
    bottom: -65px;
}

.box-1{
    display: flex;
    align-items: center;
    text-align: left;
    background: #16121A;
    padding: 30px;
    margin-bottom: 25px;
}
.box-1.style2{
    background: rgba(10, 8, 12, 0.7);
}
.box-1 p{
    margin-bottom: 0;
}
.box-1 img{
    min-width: 68px;
    margin-right: 24px;
}

.dots{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.dots li{
    padding-left: 22px;
    position: relative;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
}
.dots li:before{
    border: 2px solid #8175FB;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 5px;
}
.dots li.gold:before{
    border-color: yellow;
}

.module-step{
    position: relative;
}
.module-step:before{
    content: "";
    width: 31px;
    height: 101px;
    background: url(../images/arrow-down.png) no-repeat center center;
    position: absolute;
    left: -55px;
    bottom: -30px;
}
.module-step.last:before{
    display: none;
}

.wrapper-img {
  border: 1px solid #8175FB;
  padding: 10px;
  display: inline-block;
}

.icon-box-1{
    background: #16121A;
    padding: 10px 30px 30px;
    margin-bottom: 32px;
    text-align: center;
    min-height: 270px;
}
.icon-box-1.style2{
    background: rgba(10, 8, 12, 0.7);
    text-align: left;
}
.icon-box-1 img{
    margin-top: -41px;
}
.icon-box-1.style2 img{
    display: block;
    margin: -62px auto;
}

.module-product{
    position: relative;
    background: #16121A;
    box-shadow: 0px 44px 70px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 240px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 22px;
    min-height: 300px;
}
.module-product img{
    position: absolute;
    top: 44px;
    left: -40px;
}
.text-dark{
    color: #888888;
}

.product-box{
    text-align: center;
    background: #16121A;
    box-shadow: 0px 44px 70px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 250px;
}
.product-box .product-img{
    margin-top: -290px;
}
.product-box.style2{
    border: 3px solid #8175FB;
}


.faq-item{
    background: #16121A;
    margin-bottom: 15px;
    padding: 30px;
}
.faq-item p:last-child{
    margin-bottom: 0;
}
/*============================ END CONTENT ==============================*/
/*============================== FOOTER =================================*/
.footer-top{
    background: #00001E;
    padding: 55px 0;
}
.footer-bottom{
    background: #141432;
    padding: 20px 0;
}
.copyright{
    font-size: 16px;
    text-align: right;
}
.list-arrow{
    padding: 0;
    list-style: none;
    margin: 0;
}
.list-arrow li{
    padding-left: 24px;
    margin-bottom: 20px;
    font-size: 16px;
    position: relative;
}
.list-arrow li:before{
    content: "";
    width: 14px;
    height: 12px;
    background: url(../images/icon-arrow.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 6px;
}
.menu-footer{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.menu-footer li{
    display: inline-block;
    margin: 0 15px;
    font-size: 16px;
    line-height: normal;
}
.menu-footer li a{
    text-decoration: none;
    color: #ffffff;
}
/*============================ END FOOTER ===============================*/