@import url('https://fonts.googleapis.com/css2?family=Hubot+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import 'common.css';

body{
    font-family: "Hubot Sans", sans-serif;
    font-size: 22px;
    color: #ffffff;
    background: #000032;
    font-weight: 300;
}
h1,h2,h3,h4,h5,h6{ 
    font-family: "Hubot Sans", sans-serif;
    font-weight: 300;
}
h1{
    font-size: 56px;
    line-height: 68px;
}
h2{
    font-size: 52px;
    line-height: 58px;
}

h4{
    font-size: 24px;
    line-height: normal;
}

a,
a:hover,
a:focus{
    outline: none;
}

p{
    margin-bottom: 30px;
    line-height: normal;
}

.btn{
    padding: 8px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 16px;
    font-family: "Hubot Sans", sans-serif;
    border: none;
    line-height: normal;
    font-weight: 700;
    letter-spacing: -3%;
}

.btn-accent:hover,
.btn-accent:focus,
.btn-accent{
    background: url(../images/bg-button.png) no-repeat center center;
    background-size: 100% 100%;
    color: #08001C;
}

.text-white{ color: #ffffff!important; }
.accent{ 
    background: -webkit-linear-gradient(#FFF03C, #FBC814);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #FFF03C;
}
.text-red{
    color: #FF3C3C!important;
}
.text-blue{
    color: #8453D0!important;
}

.w-770{
    max-width: 770px;
}
.w-970{
    max-width: 970px;
}
.w-1490{
    max-width: 1490px;
}

.font-16{
    font-size: 16px;
    line-height: 24px;
}
.font-18{
    font-size: 18px;
    line-height: 28px;
}
.font-20{
    font-size: 20px;
    line-height: 24px;
}
.font-24{
    font-size: 24px;
    line-height: normal;
}
.font-26{
    font-size: 26px;
    line-height: normal;
}
.font-32{
    font-size: 32px;
    line-height: normal;
}
/*============================= END BODY ================================*/
/*============================== HEADER =================================*/
.navbar-dark .navbar-nav .nav-link{
    font-size: 16px;
    padding: 7px 16px;
    color: #FFFfff;
}
.navbar-dark .navbar-brand{
    padding: 6px 0;
}
.bg-dark{
    padding-top: 10px;
    padding-bottom: 10px;
    background: #151547!important;
}
/*============================ END HEADER ===============================*/
/*============================== CONTENT ================================*/
.box-top{
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid #8453D0;
    border-radius: 10px;
    background: rgba(153, 238, 252, 0.12);
}
.highlighted{
    background-image: url(../images/bg-hl.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    color: #08001C;
    font-weight: 700;
    padding: 0 10px;
    line-height: 1;
}
.wrapper-video{
    border: 2px solid #FFF03C;
    border-radius: 12px;
    overflow: hidden;
}

.box-group{
    background: url(../images/bg-box-group.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}
.box-group.style2{
    background: url(../images/bg-box-group-2.png) no-repeat center center;
    background-size: 100% 100%;
}
.box-group.style3{
    background: url(../images/bg-box-group-3.png) no-repeat center center;
    background-size: 100% 100%;
    color: #08001C;
}
.box-group h4{
    display: flex;
    align-items: center;
}
.box-group h4 span{
    margin-right: 24px;
    font-size: 64px;
    line-height: 1;
}
.box-group.group-1:after{
    content: "";
    width: 63px;
    height: 32px;
    background: url(../images/left-to-right.png) no-repeat center center;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -16px;
    z-index: 2;
}
.box-group.style2.group-1:after{
    background: url(../images/left-to-right-yellow.png) no-repeat center center;
}
.box-group.group-2:after{
    background: url(../images/top-to-bottom.png) no-repeat center center;
    position: absolute;
    width: 91px;
    height: 91px;
    top: 100%;
    right: 100%;
    content: "";
    margin-top: -30px;
    margin-right: -30px;
    z-index: 2;
}
.box-group.style2.group-2:after{
    background: url(../images/top-to-bottom-yellow.png) no-repeat center center;
}

.box-1{
    background: url(../images/bg-box-1.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 30px;
    margin: 0 0 30px;
}
.box-1 h4{
    padding-left: 80px;
    position: relative;
}
.tp-quote .quote-content:before,
.box-1 h4:before{
    content: "";
    background: url(../images/3soc.png) no-repeat center center;
    width: 63px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 0;
}

.tp-quote{
    background: url(../images/bg-quote.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 65px 300px 65px 40px;
    position: relative;
}
.tp-quote img{
    position: absolute;
    bottom: 1px;
    right: 45px;
}
.tp-quote .quote-content{
    padding-left: 79px;
    position: relative;
}

.vip-icon{
    padding-left: 230px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    text-align: left;
}
.vip-icon.reverse{
    padding-left: 0;
    padding-right: 230px;
    text-align: right;
}
.vip-icon img{
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    left: -172px;
}
.vip-icon.style2 img{
    left: -110px;
}
.vip-icon.style3 img{
    left: -30px;
}
.vip-icon.reverse img{
    left: auto;
    right: -172px;
}

.bee-box{
    background: url(../images/bg-bee.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 30px 160px;
    position: relative;
}
.bee-box.style2{
    background: url(../images/bg-bee-2.png) no-repeat center center;
    background-size: 100% 100%;
}
.bee-box:before{
    content: "";
    width: 118px;
    height: 136px;
    background: url(../images/bee-left.png) no-repeat center center;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -68px; 
}
.bee-box.style2:before{
    background: url(../images/bee-left-2.png) no-repeat center center;
}
.bee-box:after{
    content: "";
    width: 158px;
    height: 181px;
    background: url(../images/bee-right.png) no-repeat center center;
    position: absolute;
    right: -25px;
    top: -45px;
}
.bee-box.style2:after{
    background: url(../images/bee-right-2.png) no-repeat center center;
}

.list-dislike{
    padding: 0;
    list-style: none;
    margin: 0;
}
.list-dislike li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.list-dislike li img{
    margin-right: 30px;
}

.box-step{
    padding-bottom: 76px;
    position: relative;
    margin-bottom: 40px;
}
.box-step:after{
    width: 100%;
    height: 76px;
    content: "";
    background: url(../images/bg-step-bottom.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.box-step-inner{
    padding: 40px 30px 0;
    background: url(../images/bg-step-top.png) no-repeat center top;
    background-size: 100% auto;
}
.box-step .box-step-title{
    display: flex;
    align-items: center;
    font-size: 40px;
    margin-bottom: 30px;
}
.box-step .box-step-title .step-number{
    font-size: 64px;
    line-height: 1;
    margin-right: 25px;
    font-weight: 500;
}

.icon-box{
    background: url(../images/bg-icon-box.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 20px 30px;
    margin-bottom: 30px;
    text-align: center;
}
.icon-box.style2{
    background: url(../images/bg-icon-box-2.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: left;
}

.module-product{
    padding-bottom: 33px;
    position: relative;
    margin-bottom: 40px;
}
.module-product:after{
    content: "";
    width: 100%;
    height: 33px;
    background: url(../images/bg-module-product-bottom.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.module-product-inner{
    padding: 40px 40px 1px;
    background: url(../images/bg-module-product-top.png) no-repeat top center;
    background-size: 100% auto;
    display: flex;
    align-items: flex-start;
}
.module-product img{
    margin-right: 30px;
}
.module-product-inner h3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.module-product-inner h3 .price{
    display: inline-block;
    padding: 5px 10px;
    background: url(../images/bg-price.png) no-repeat center center;
    -webkit-text-fill-color: #08001C;
    background-size: 100% 100%;
    color: #08001C;
    white-space: nowrap;
}
/*============================ END CONTENT ==============================*/
/*============================== FOOTER =================================*/
.footer-top{
    background: #0D1127;
    padding: 55px 0;
}
.footer-bottom{
    background: #03071D;
    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;
}
/*============================ END FOOTER ===============================*/