@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&display=swap');
@import 'common.css';

body{
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    color: #1A1A1A;
}
h1,h2,h3,h4,h5,h6{ 
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

h1,h2{
    font-size: 56px;
    line-height: 64px;
}
h3{
    font-size: 40px;
    line-height: 54px;
}
h4{
    font-size: 32px;
    line-height: 44px;
}
h5{
    font-size: 28px;
    line-height: 38px;
}

a,
a:hover,
a:focus{
    outline: none;
}

p{
    margin-bottom: 25px;
    line-height: 25px;
}

.btn{
    padding: 20px 40px;
    border-radius: 43px;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    -ms-border-radius: 43px;
    -o-border-radius: 43px;
    font-size: 34px;
    border: none;
    line-height: 46px;
    font-weight: 900;
}

.btn-accent:hover,
.btn-accent:focus,
.btn-accent{
    background: #FAC55F;
    color: #1A1A1A;
}

.btn-medium{
    padding: 16px 32px;
    font-size: 24px;
    line-height: 33px;
    border-radius: 43px;
    text-transform: uppercase;
}

.text-white{ color: #ffffff!important; }
.accent{ color: #618FCA!important; }
.text-blue{ color: #4F29B7!important; }
.text-green{ color: #239789!important; }
.text-yellow{ color: #FAC55F!important; }
.text-red{ color: #F13939!important; }
.text-gradient{
    background: -webkit-linear-gradient(#DE796E, #CA6A84);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.w-700{
    max-width: 700px;
}
.w-800{
    max-width: 800px;
}
.w-866{
    max-width: 866px;
}
.w-920{
    max-width: 920px;
}
.w-1010{
    max-width: 1010px;
}

.font-18{ font-size: 18px; line-height: 22px; }
.font-20{ font-size: 20px; line-height: 27px; }
.font-22{ font-size: 22px; line-height: 30px; }
.font-24{ font-size: 24px; line-height: 33px; }
.font-26{ font-size: 26px; line-height: 35px; }
.font-28{ font-size: 28px; line-height: 38px; }
.font-34{ font-size: 34px; line-height: 40px; }
.font-44{ font-size: 44px; line-height: 60px; }
.font-48{ font-size: 48px; line-height: 60px; }
.font-60{ font-size: 60px; line-height: 81px; }
.font-90{ font-size: 90px; line-height: 122px; }

.style-underline{
    border-bottom: 4px dashed #FAC55F;
    display: inline-block;
}
.style-underline.text-green{
    border-color: #239789;
}
.style-underline.text-red{
    border-color: #F13939;
}
/*============================= END BODY ================================*/
/*============================== HEADER =================================*/
.warning-box{
    display:flex;
    align-items:center;
    font-size: 20px;
    line-height: 24px;
}
.warning-box img{
    min-width: 58px;
    margin-right: 14px;
}
.step-group{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.step-group:after{
    content: "";
    width: 100%;
    height: 2px;
    border-top: 2px dashed rgba(237, 108, 104, 0.4);
    position: absolute;
    left: 50%;
    top: 15px;
    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 8px;
    font-size: 14px;
    background: #89ADE2;
    border-radius: 20px;
    color: #fff;
}
.tp-step.first .highlighted.style4:before{
    content: "";
    width: 1000px;
    height: 2px;
    border-top: 2px solid #ffffff;
    position: absolute;
    right: 100%;
    top: 13px;
    z-index: 2;
}
.tp-step.last .highlighted.style4:after{
    content: "";
    width: 500px;
    height: 2px;
    border-top: 2px solid #ffffff;
    position: absolute;
    left: 100%;
    top: 13px;
    z-index: 2;
}
/*============================ END HEADER ===============================*/
/*============================== CONTENT ================================*/
.highlighted{
    padding: 8px 20px;
    display: inline-block;
    font-size: 22px;
    line-height: 19px;
    color: #1A1A1A;
    font-weight: 800;
    background: #FAC55F;
    border-radius: 18px;
}
.highlighted.style2{
    color: #1A1A1A;
    background: #ffffff;
    font-size: 14px;
    padding: 2px 6px;
}
.wrapper-video{
    border: 2px solid #1d1c1b;
    border-bottom-width: 20px;
    border-radius: 10px;
    position: relative;
}
.wrapper-video .ratio{
    border: 10px solid #000000;
}
.wrapper-video:after{
    content: "";
    width: 864px;
    height: 27px;
    background: url(../images/bg-video.png) no-repeat center center;
    position: absolute;
    top: 100%;
    margin-top: 20px;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
}
.m-video{
    margin-bottom: -20px;
}

.box-button{
    background: url(../images/bg-box-button.png) no-repeat center center;
    background-size: cover;
    padding: 55px 30px;
    text-align: center;
    border-radius: 48px;
    color: #fff;
    border-bottom: 12px solid #FAC55F;
}
.box-grey{
    padding: 40px;
    background: #E4F5F3;
    border-radius: 64px;
}
.arrow-box{
    position: relative;
}
.arrow-box:after{
    content: "";
    width: 86px;
    height: 156px;
    background: url(../images/arrow-1.png) no-repeat center center;
    position: absolute;
    bottom:-76px;
    left: 40%;
    z-index: 1;
}
.arrow-box.style2:after{
    background: url(../images/arrow-2.png) no-repeat center center;
    left: 70%
}
.icon-box{
    background: #fff;
    padding: 25px;
    border-radius: 25px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.icon-box img{
    min-width: 80px;
    margin-right: 20px;
}
.icon-box.style2 img{
    min-width: 60px;
    margin-right: 20px;
}

.box-step{
    position: relative;
    padding: 30px;
    margin-bottom: 40px;
    background: #ffffff;
}
.box-step.style2{
    background: #E4F5F3;
}
.box-step:before{
    content: "";
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to right, #DE796E , #CA6A84);
    position: absolute;
    top: 0;
    left: 0;
}
.box-step .step-title{
    margin-bottom: 25px;
    font-weight: 600;
    font-style: italic;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
}
.box-step .step-title .number{
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    padding: 5px 7px;
    border-radius: 9px;
    background-image: linear-gradient(to right, #DE796E , #CA6A84);
    margin-right: 16px;
    min-width: 65px;
}

.box-tim{
    padding: 40px;
    background: #0F072A;
    border-radius: 48px;
}

.product-item{
    background: #E4F5F3;
    border-radius: 40px;
    padding: 10px 40px 40px;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 150px;
}
.product-item.style-2{
    border: 8px solid #239789;
    background: #fff;
}
.product-item .img-product{
    margin-top: -150px;
}

.box-1{
    background: #E4F5F3;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 30px;
}


.list-check{
    padding: 0;
    text-align: left;
    margin: 0;
    list-style: none;
}
.list-check li{
    padding-left: 30px;
    position: relative;
    margin-top: 8px;
}
.list-check li:before{
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/icon-check.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
}
/*============================ END CONTENT ==============================*/
/*============================== FOOTER =================================*/
#footer{
    background: #1A1A1A;
    color: #fff;
}
.dots{
    padding: 0;
    margin: 0;
    list-style: none;
}
.dots li{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
    color: rgba(255,255,255,0.8);
}
.dots li:before{
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #FAC55F;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 5px;
}
.footer-top{
    padding: 50px 0;
}
.footer-bottom{
    background: #101010;
    padding: 20px 0;
}
.copyright{
    font-size: 18px;
    text-align: right;
}

.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 ===============================*/