body{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Plus Jakarta Sans', sans-serif;
    position: relative;
}
body.dark{
    background: #040020;
}
::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: $theme_white;
}
::-webkit-scrollbar{
	width: 5px;
	height: 6px;
	background-color: #fff;
}
::-webkit-scrollbar-thumb{
	background-color: rgb(158, 165, 171);
    opacity: .4;
	border-radius: 7px;
}
:root{
    --color:#7b13ff;
    --background:#7b13ff;
    --border-color:#7b13ff;
}
.row{
    margin-left: -12px;
    margin-right: -12px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-left: 12px;
    padding-right: 12px;
}
.warp-comingsoon {
    position: relative;
    z-index: 4;
    height: 100vh;
    overflow-x: hidden;
    -webkit-box-shadow: 0 0 30px #241d20;
    box-shadow: 0 0 30px #241d20;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    background: url(/images/bg-comingsoon.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: var(--font-Rajdhani);
}
.container-box {
    background-color: rgba(0, 0, 0, 0.15);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
    z-index: 3;
    text-align: center;
}
.logo-comingsoon {
    overflow: hidden;
}
.logo-comingsoon img {
    max-width: 300px;
    filter: brightness(0) invert(1);
}
.bigtitle-comingsoon {
    font-size: 50px;
    font-weight: bold;
    margin: 40px 0px 30px;
    line-height: 1.4;
    text-transform: uppercase;
}
.title-comingsoon {
    font-size: 100px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.4;
    margin-bottom: 50px;
    margin-top: 30px;
}
.btn-comingsoon a{
    color:#fff;
    padding: 10px 20px;
    border: 0;
    border-radius: 30px;
    transition: all .3s;
    min-width: 200px;
    font-size: 18px;
    border: 1px solid #fff;
}
.btn-comingsoon a:hover{
    color: #fff;
}
.btn-custom{
    border: 1px solid var(--border-color);
    transition: all .3s;
    color: #fff;
    border-radius: 4px;
    margin: 3px;
    padding: 15px 40px;
}
.btn-custom:hover{
    background: var(--background);
    color: #fff;
}
.btn-lg{
    padding: 15px 30px;
}
.btn-sm{
    padding: 10px 20px;
}
.d-flex {
    display: flex;
    align-items: center;
}
.warp-section {
    padding: 100px 0px;
    position: relative;
}
.section-top {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.section-title{
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}
.section-title span{
    color: var(--color);
}
.section-subtitle{
    color: #fff;
}
.warp-header {
    padding: 30px 0px;
    position: relative;
    z-index: 9;
}
.header-home {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.flex-right {
    margin-left: auto;
}
.click-menu {
    display: none;
}
.logo img {
    width: 70px;
    filter: brightness(0) invert(1);
}
.menu li {
    display: inline-block;
    margin: 0px 5px;
}
.menu li a {
    display: block;
    padding: 5px 10px;
    color: #fff!important;
    cursor: pointer;
}
.menu li a:hover,.menu li.active a{
    color: var(--color)!important;
}
.banner-home {
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background: url(/images/banner-bg.jpg);
}
.banner-body {
    color: #fff;
}
@keyframes ripple2 {
    0% {
      transform: scale(0);
      opacity: 1;
    }
    10% {
      opacity: 0.6;
    }
    30% {
      opacity: 0.4;
    }
    40% {
      opacity: 0.2;
    }
    50% {
      opacity: 0.14;
    }
    100% {
      transform: scale(2.0);
      opacity: 0;
    }
}
.anim {
    opacity: 0;
    transform: translateY(30px);
    animation: moveup 0.5s linear forwards;
}
@keyframes moveup{
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}
.particles-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 98%;
    width: 100%;
    z-index: 0;
    opacity: .4;
}
.banner-title {
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 40px;
    animation-delay: 0.5s;
}
.banner-subtitle {
    font-size: 19px;
    margin-bottom: 50px;
    animation-delay: 1s;
}
.banner-btn {
    animation-delay: 1.5s;
}
.banner-icon{
    position: absolute;
    width: 94px;
    height: 94px;
    border: 1px solid #FFFFFF0F;
    padding: 20px;
    background: #FFFFFF08;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .4;
    z-index: -1;
}
.one{
    width: 56px;
    height: 56px;
    padding: 12px;
    top: 20%;
    left: 30%;
    animation-delay: 1.1s;
}
.two{
    top: 45%;
    left: 20%;
    animation-delay: 1.3s;
}
.three{
    width: 82px;
    height: 82px;
    top: 70%;
    left: 30%;
    animation-delay: 1.4s;
}
.four{
    width: 82px;
    height: 82px;
    top: 20%;
    right: 30%;
    animation-delay: 1.2s;
}
.five{
    top: 45%;
    right: 20%;
    animation-delay: 1.5s;
}
.six{
    width: 56px;
    height: 56px;
    padding: 12px;
    top: 70%;
    right: 30%;
    animation-delay: 1.6s;
}
.bg-over {
    position: absolute;
    z-index: -1;
    background: url(/images/bg-banner-page.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    width: 100%;
    height: 100vh;
}
.warp-social {
    margin-bottom: 40px;
}
.warp-social a {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 45px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-radius: 50%;
    margin: 0px 6px;
    transition: all .3s;
}
.warp-social a:hover{
    background: var(--background);
}
.copyright {
    color: #fff;
}
.list-col-1 .list-item{
    width: 100%;
}
.list-col-2 .list-item{
    width: 50%;
}
.list-col-3 .list-item{
    width: 33.33333%;
}
.list-col-4 .list-item{
    width: 25%;
}
.list-col-5 .list-item{
    width: 20%;
}
.li-list{
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    transition: all .3s;
    min-height: 110px;
}
.list-item{
    margin-bottom: 30px;
    position: relative;
    padding: 0px 15px;
}
.bg-gradient{
    background-color: transparent;
    background-image: linear-gradient(180deg, #201818 0%, #131A1400 100%);
    border-radius: 10px;
    position: relative;
    transition: all .3s;
}
.bg-gradient:hover{
    background-color: #422a2a;
}
.padding-10{
    padding: 10px;
}
.padding-15{
    padding: 15px;
}
.padding-20{
    padding: 20px;
}
.warp-box{
    border-radius: 10px;
    height: 100%;
    padding: 20px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .09);
    background: linear-gradient(238deg, #090129 77.16%, #7b13ff 158.68%);
}
.warp-why .warp-box{
    margin-top: 30px;
}
.list-features{
    margin-top: 30px;
}
.list-features .list-item {
    
}
.box-custom{
    padding-top: 50px;
}
.list-icon{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
    background: var(--background);
    margin-top: -60px;
}
.list-title{
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
}
.list-subtitle{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
.icon-number{
    height: 60px;
    width: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--background);
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    left: 20px;
    top: -30px;
}
.faqs-img{
    max-width: 320px;
}
.faqs-items{
    margin-bottom: 24px;
    border-radius: 4px;
    background: #0F101E;
    padding: 18px 30px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .09);
    background: linear-gradient(238deg, #090129 77.16%, #7b13ff 158.68%);
}
.faqs-title{
    cursor: pointer;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding-right: 25px;
}
.faqs-title::after{
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}
.faqs-title.active::after{
    content: "\f068";
}
.faqs-des{
    display: none;
    padding-right: 25px;
    font-size: 14px;
    margin-top: 10px;
    color: #B8BBBFB3;
}
.faqs-items:first-child .faqs-des{
    display: block;
}
.warp-footer{
    position: relative;
}
@media (max-width:1440px){
	.gradient-ball-1{
        left: 26%;
    }
    .gradient-ball{
        width: 250px;
        height: 250px;
    }
}
@media (max-width:999px){
	.logo-comingsoon img {
        max-width: 200px;
    }
    .bigtitle-comingsoon{
        font-size: 35px;
    }
    .title-comingsoon {
        font-size: 70px;
        line-height: 1.2;
    }
    .warp-header {
        padding: 15px 0px;
    }
    .header-flex {
        display: block!important;
    }
    .header-left {
        display: flex;
        align-items: center;
    }
    .header-right {
        padding: 15px;
        position: absolute;
        top: 110%;
        left: 0;
        right: 0;
        background: #2d0067;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
    }
    .header-right.active {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
    .click-menu {
        display: block;
        margin-left: auto;
        width: 32px;
        height: 32px;
        text-align: center;
        font-size: 20px;
        color: #fff;
    }
    .menu li {
        display: block;
    }
    .menu li a {
        padding: 10px 0px;
    }
    .banner-title {
        font-size: 36px;
    }
}
@media (max-width:768px){
    .faqs-img{
        display: none;
    }
    .section-title{
        font-size: 28px;
        text-align: center !important;
    }
    .gradient-ball-1,.ripple-shape{
        display: none;
    }
}
@media (max-width:480px){
	.list-col-2 .list-item, .list-col-3 .list-item, .list-col-4 .list-item, .list-col-5 .list-item {
        width: 100%;
    }
    .two{
        left: 5%;
    }
    .five{
        right: 5%;
    }
    .logo img{
        width: 50px;
    }
    .faqs-items{
        padding: 18px 15px;
    }
    .warp-why .list-item{
        margin-bottom: 60px;
    }
}