@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import 'common.css';

body{
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    color:#ffffff;
    background: #15153B;
    font-weight: 300;
}
h1,h2,h3,h4,h5,h6{ 
    font-family: 'monument_extendedultrabold';
}

h1{
    font-size: 53px;
    line-height: 76px;
}
h2{
    font-size: 50px;
    line-height: 57px;
}
h3{
    font-size: 40px;
    line-height: 48px;
}

a,
a:hover,
a:focus{
    outline: none;
}

p{
    margin-bottom: 30px;
    line-height: 30px;
    font-weight: 300;
}

.btn{
    padding: 24px 48px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    font-size: 40px;
    font-family: "Outfit", sans-serif;
    border: 1px solid transparent;
    line-height: 50px;
    font-weight: 800;
    text-transform: uppercase;
}

.btn-accent:hover,
.btn-accent:focus,
.btn-accent{
    background: #9389F4;
    border-color: rgba(255,255,255,0.6);
    color:#ffffff;
}

.btn img{
    margin-left: 24px;
    vertical-align: unset;
}

.text-white{ color: #ffffff!important; }
.accent{
    background: -webkit-linear-gradient(#7368EF, #7D72F0,#8F85F3,#9A90F4,#9E94F5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.accent.accent-underline:after{
    content: "";
    width: 100%;
    height: 3px;
    background: -webkit-linear-gradient(#7368EF, #7D72F0,#8F85F3,#9A90F4,#9E94F5);
    position: absolute;
    bottom: 10%;
    left: 0;
}
.text-red{
    color: #EF6868;
    border-bottom: 3px solid #EF6868;
}

.w-990{
    max-width: 990px;
}
.w-1120{
    max-width: 1120px;
}
.w-1250{
    max-width: 1250px;
}

.font-40{
    font-size: 35px;
    line-height: 45px;
}
.font-32{
    font-size: 30px;
    line-height: 37px;
}
.font-24{
    font-size: 24px;
    line-height: 40px;
}
.font-20{
    font-size: 18px;
    line-height: 25px;
}
.font-16{
    font-size: 16px;
    line-height: 20px;
}


.font-type-regular{
    font-family: "Outfit", sans-serif;
}
/*============================= END BODY ================================*/
/*============================== HEADER =================================*/
.navbar-brand{
    padding: 20px 0;
}

/*============================ END HEADER ===============================*/
/*============================== CONTENT ================================*/
.wrapper-video{
    background: url(../images/bg-video.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 20px;
}

.box-button{
    position: relative;
}
.box-button-inner{
    text-align: center;
    padding: 40px 40px 10px;
    background: url(../images/bg-button.png) no-repeat center center;
    background-size: cover;
    border-radius: 32px;
    position: relative;
    z-index: 2;
}
.box-button:after{
    content: "";
    height: 100%;
    background: -webkit-linear-gradient(#7368EF, #7D72F0,#8F85F3,#9A90F4,#9E94F5);
    border-radius: 32px;
    left: -30px;
    right: -30px;
    top: -30px;
    position: absolute;
}

.testimonial-item{
    box-shadow: inset 0 0 34px rgba(158, 148, 245, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: #15153B;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 30px;
}
.testimonial-info{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.testimonial-info img{
    max-width: 100px;
    margin-right: 20px;
    border-radius: 100%;
}

.special-text{
    text-align: center;
    padding: 0 98px;
    position: relative;
}
.special-text:after,
.special-text:before{
    content: "";
    width: 78px;
    height: 79px;
    background: url(../images/boc-hoa.png) no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -40px;
}
.special-text:after{
    right: 0;
}
.special-text:before{
    left:0;
}

.list-close{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-close li{
    padding-left: 44px;
    margin-bottom: 35px;
    position: relative;
}
.list-close li:before{
    content: "";
    width: 28px;
    height: 29px;
    background: url(../images/icon-close.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}

.list-arrow{
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}
.list-arrow li{
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
.list-arrow.font-16 li{
    padding-left: 23px;
}
.list-arrow li:before{
    content: "";
    width: 18px;
    height: 16px;
    background: url(../images/arrow-right.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 15px;
}
.list-arrow.font-16 li:before{
    width: 14px;
    height: 12px;
    background-image: url(../images/arrow-right-2.png);
    top: 5px;
}

.box-blue,
.box-blur{
    box-shadow: inset 0 0 34px rgba(158, 148, 245, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 40px;
    margin-bottom: 30px;
    text-align: center;
    padding: 40px 30px;
    background: #15153B;
}
.box-blue{
    background: -webkit-linear-gradient(#7368EF, #7D72F0,#8F85F3,#9A90F4,#9E94F5);
}

.list-icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-icon li{
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 25px;
}
.list-icon li img{
    margin-right: 12px;
}

.title-blur{
    text-align: left;
    margin-bottom: 20px;
    padding-left: 55px;
    position: relative;
}
.title-blur:before{
    content: "";
    width: 36px;
    height: 36px;
    background: url(../images/icon-title-blur.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
}

.box-step{
    box-shadow: inset 0 0 34px rgba(158, 148, 245, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 40px;
    margin-bottom: 30px;
    padding: 40px;
    background: #15153B;
}

.step-title{
    font-family: "Outfit", sans-serif;
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 25px;
}
.step-title .number{
    font-size: 80px;
    line-height: 96px;
    font-family: 'monument_extendedultrabold';
    margin-right: 24px;
}

.way-box{
    border-radius: 24px;
    padding: 40px 32px 40px 286px;
    box-shadow: inset 0 0 34px rgba(158, 148, 245, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.24);
    margin-bottom: 30px;
    position: relative;
}
.way-box img{
    position: absolute;
    left: 32px;
    bottom: 0;
}

.module-product{
    box-shadow: inset 0 0 34px rgba(158, 148, 245, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.24);
    padding: 30px;
    border-radius: 24px;
    margin: 0 0 55px;
    background: #15153B;
}
.module-product-row{
    display: flex;
    align-items: center;
}
.module-product-row .img-product{
    margin-right: 30px;
    min-width: 340px;
    max-width: 340px;
}
.module-product-content .price{
    display: inline-block;
    background: -webkit-linear-gradient(#7368EF, #7D72F0,#8F85F3,#9A90F4,#9E94F5);
    border-radius: 10px;
    padding: 4px 8px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
}
.module-product-content .price small{
    font-size: 16px;
    line-height: 20px;
}
.module-product-content h5{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon-box{
    box-shadow: inset 0 0 34px rgba(158, 148, 245, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.24);
    padding: 5px;
    border-radius: 32px;
    margin: 0 0 30px;
    background: #15153B;
    display: flex;
    align-items: center;
}
.icon-box img{
    min-width: 197px;
}

.img-mobile{
    background: url(../images/bg-mobile.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    max-width: 287px;
    padding: 15px;
}
.img-mobile img{
    border-radius: 20px;
}

.highlighted{
    display: inline-block;
    background: -webkit-linear-gradient(#7368EF, #7D72F0,#8F85F3,#9A90F4,#9E94F5);
    padding: 4px 12px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
}

.text-grey{
    color: #8D92AA!important;
}

.product-item{
    box-shadow: inset 0 0 34px rgba(158, 148, 245, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.24);
    padding: 10px 40px 40px;
    border-radius: 32px;
    margin: 0 0 30px;
    background: #15153B;
    text-align: center;
    margin-top: 280px;
}

.list-dots,
.list-dots-o{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-dots li,
.list-dots-o li{
    padding-left: 20px;
    position: relative;
    text-align: left;
}
.list-dots-o li:before{
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 100%;
    border: 2px solid #7368EF;
    position: absolute;
    left: 0;
    top: 10px;
}
.list-dots li:before{
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 100%;
    background: #7368EF;
    position: absolute;
    left: 0;
    top: 10px;
}
/*============================ END CONTENT ==============================*/
/*============================== FOOTER =================================*/
.copyright{
    text-align: right;
}
#footer{
    background: #010127;
}
.footer-top{
    padding: 55px 0 25px;
}
.footer-bottom{
    background: #15153B;
    padding: 20px 0;
}

.menu-footer{
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: center;
}
.menu-footer li{
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin: 0 10px;
}
.menu-footer li:first-child{ margin-left: 0; }
.menu-footer li:last-child{ margin-right: 0; }
.menu-footer li a{
    color: #ffffff;
    text-decoration: none;
}
/*============================ END FOOTER ===============================*/