@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import 'common.css';

body{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 24px;
    color:#ffffff;
    background: #03071D;
    font-weight: 300;
}
h1,h2,h3,h4,h5,h6{ 
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
}

h1{
    font-size: 56px;
    line-height: 68px;
}
h2{
    font-size: 52px;
    line-height: 63px;
}
h3{
    font-size: 44px;
    line-height: 53px;
}
h4{
    font-size: 40px;
    line-height: 48px;
}

a,
a:hover,
a:focus{
    outline: none;
}

p{
    margin-bottom: 25px;
    line-height: 29px;
}

.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: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    border: 1px solid transparent;
    line-height: 48px;
    font-weight: 700;
    font-style: italic;
    box-shadow: 0 6px 0 #03071D;
}
.btn img{
    vertical-align: baseline;
    margin-left: 10px;
}

.btn-accent:hover,
.btn-accent:focus,
.btn-accent{
    background-image: linear-gradient(to right, #E540FE , #F16CA6);
    border-color: #E540FE;
    color: #03071D;
}

.btn-small{
    padding: 4px 8px;
    box-shadow: none;
    font-size: 14px;
    line-height: 17px;
}

.text-white{ color: #ffffff!important; }
.accent{
    background: -webkit-linear-gradient(#E540FE, #F16CA6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.font-16{
    font-size: 16px;
    line-height: 19px;
}
.font-18{
    font-size: 18px;
    line-height: 22px;
}
.font-20{
    font-size: 20px;
    line-height: 24px;
}
.font-22{
    font-size: 22px;
    line-height: 27px;
}
.font-28{
    font-size: 28px;
    line-height: 34px;
}
.font-32{
    font-size: 32px;
    line-height: 39px;
}
.font-48{
    font-size: 48px;
    line-height: 55px;
}
.font-56{
    font-size: 56px;
    line-height: 68px;
}
.font-64{
    font-size: 64px;
    line-height: 77px;
}

.letter-24{
    letter-spacing: 24%;
}

.w-830{
    max-width: 830px;
}
.w-970{
    max-width: 970px;
}
/*============================= END BODY ================================*/
/*============================== HEADER =================================*/
#header{
    text-align: center;
    padding: 16px 0;
    background: rgba(255, 166, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
/*============================ END HEADER ===============================*/
/*============================== CONTENT ================================*/
.box-button{
    position: relative;
}
.box-button-inner{
    text-align: center;
    padding: 70px 40px 10px;
    background: url(../images/bg-button.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 24px;
    position: relative;
    z-index: 2;
}
.box-button:after{
    content: "";
    height: 100%;
    background: #BC73F3;
    border-radius: 32px;
    left: -30px;
    right: -30px;
    top: -30px;
    position: absolute;
}

.testimonial-item{
    background: rgba(235, 86, 210, 0.3);
    padding: 24px 32px;
    border-radius: 20px;
    margin-bottom: 30px;
    border: 1px solid #F16CA6;
    position: relative;
}
.testimonial-item .test-info{
    padding-left: 120px;
    text-align: right;
    margin-bottom: 25px;
}
.testimonial-item .test-info img{
    max-width: 100%;
    border-radius: 100%;
    position: absolute;
    top: -36px;
    left: 24px;
    max-width: 100px;
}

.phone-box{
    padding: 23px 25px;
    background: url(../images/bg-phone.png) no-repeat center center;
    background-size: 100% 100%;
    width: 420px;
    height:697px;
    margin: 0 auto 30px;
}
.phone-box.style2{
    width: 300px;
    height:498px;
    background-image: url(../images/bg-phone-small.png);
    padding: 15px 18px;
}
.phone-box iframe{
    width: 100%;
    height: 651px;
    border-radius: 30px;
}
.phone-box.style2 iframe{
    height: 465px;
}
.phone-box > *{
    border-radius: 30px;
    overflow: hidden;
}

.highlighted{
    background-image: linear-gradient(to right, #E540FE , #F16CA6);
    padding: 0 8px;
    border-radius: 10px;
    color: #03071D;
    font-style: italic;
}

.list-icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-icon li{
    display: flex;
    align-items:center;
    margin-bottom: 15px;
}
.list-icon li img{
    margin-right: 15px;
}

.box-bad{
    background: rgba(255, 166, 255, 0.06);
    padding: 25px;
    border: 1px solid rgba(241, 108, 166, 1);
    border-radius: 20px;
    margin-bottom: 30px;
}
.box-happy{
    background: rgba(255, 166, 255, 0.16);
    padding: 25px;
    border: 1px solid rgba(229, 64, 254, 1);
    border-radius: 20px;
    margin-bottom: 30px;
}

.icon-box{
    display: flex;
    align-items: center;
    background: rgba(255, 166, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 25px;
    border-radius: 24px;
    margin-bottom: 30px;
}
.icon-box img{
    margin-right: 30px;
}

.box-step,
.box-accent{
    background: rgba(255, 166, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.16);
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 20px;
    position: relative;
}

.list-dislike{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-dislike li{
    padding-left: 64px;
    margin-bottom: 15px;
    position: relative;
    min-height: 52px;
}
.list-dislike li:before{
    content: "";
    width: 52px;
    height: 52px;
    background: url(../images/icon-dislike.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px;
}

.module-product{
    background: rgba(255, 166, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    border-radius: 24px;
}
.module-product img{
    margin-right: 35px;
}
.procuct-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-item{
    background: rgba(255, 166, 255, 0.06);
    border: 1px solid #F16CA6;
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: 105px;
    padding: 30px;
    text-align: center;
}
.product-item.style2{
    background: rgba(255, 166, 255, 0.16);
    border: 3px solid #E540FE;
}
.product-item .img-product{
    margin-top: -135px;
}

.title-new{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.title-new img{
    margin-right: 15px;
}
.img-absolute{
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
}
.img-absolute.style2{
    top: 95%;
    left: auto;
    right: 95%;
    transform: translatey(0%);
    -webkit-transform: translatey(0%);
    -moz-transform: translatey(0%);
    -ms-transform: translatey(0%);
}

.list-check,
.list-close{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-check li,
.list-close li{
    padding: 5px 0 5px 56px;
    margin-bottom: 15px;
    position: relative;
}
.list-check li:before,
.list-close li:before{
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
.list-check li:before{
    background: url(../images/icon-check.png) no-repeat center center;
}
.list-close li:before{
    background: url(../images/icon-close.png) no-repeat center center;
}
/*============================ END CONTENT ==============================*/
/*============================== FOOTER =================================*/
.footer-top{
    background: #0D1127;
    padding: 55px 0 40px;
}
.menu-footer-bottom,
.menu-footer{
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-footer li{
    font-size: 16px;
    line-height: 20px;
    padding-left: 23px;
    margin-bottom: 15px;
    background: url(../images/arrow.png) no-repeat left 5px;
}
.menu-footer-bottom{
    text-align: center;
}
.menu-footer-bottom li{
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
}
.menu-footer-bottom li a{
    color: #ffffff;
    text-decoration: none;
}
.footer-bottom{
    padding: 25px 0;
}
.copyright{
    text-align: right;
    font-size: 16px;
    line-height: 20px;
}
/*============================ END FOOTER ===============================*/