@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;
}

.text-white{ color: #ffffff!important; }
.accent{ color: #618FCA!important; }
.text-blue{ color: #4F29B7!important; }
.text-green{ color: #239789!important; }
.text-yellow{ color: #FAC55F!important; }


.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-28{ font-size: 28px; line-height: 38px; }
.font-34{ font-size: 34px; line-height: 40px; }
.font-44{ font-size: 44px; line-height: 60px; }
.font-60{ font-size: 60px; line-height: 81px; }

.style-underline{
    border-bottom: 4px dashed #FAC55F;
    display: inline-block;
}
.style-underline.text-green{
    border-color: #239789;
}
/*============================= END BODY ================================*/
/*============================== HEADER =================================*/
#header{
    padding: 15px 0;
    text-align: center;
}
/*============================ 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: 60px 30px 30px;
    text-align: center;
    border-radius: 48px;
    color: #fff;
}

.testimonial-item{
    background: #ffffff;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 40px;
    position: relative;
}
.testimonial-item.style2{
    border: 1px solid rgba(223, 240, 238, 0.1);
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}
.testimonial-item:after{
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/icon-quote.png) no-repeat center center;
    position: absolute;
    bottom: 44px;
    right: 32px;
}
.testimonial-item .testimonial-info{
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
}
.testimonial-item .testimonial-info img{
    max-width: 64px;
    min-width: 64px;
    margin-right: 20px;
    border-radius: 100%;
}

.icon-box{
    background: #fff;
    padding: 25px;
    border-radius: 32px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.icon-box.style2{
    background: rgba(228, 245, 243, 1);
}
.icon-box.style3{
    background: rgba(223, 240, 238, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.icon-box img{
    min-width: 80px;
    margin-right: 20px;
}

.list-tag{
    text-align: center;
    padding: 0;
    margin: 0;
}
.list-tag li{
    border: 3px solid #F84F4F;
    padding: 10px 16px;
    border-radius: 20px;
    color: #F84F4F;
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
    display: inline-block;
    margin: 0 10px 18px 10px;
}
.list-tag.style2 li{
    background-image: linear-gradient(to right, #52B788 , #239789);
    border: 2px solid #fff;
    padding: 24px;
    border-radius: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 17px -20px;
}

.box-color{
    background: #FAC55F;
    padding: 30px 175px 30px 30px;
    border-radius: 48px;
    position: relative;
    margin-bottom: 30px;
}
.box-color img{
    position: absolute;
    right: 16px;
    bottom: 0;
}

.box-1{
    border-radius: 48px;
    padding: 24px;
    margin-bottom: 30px;
    text-align: center;
}
.box-white{
    padding: 24px;
    background: #fff;
    border-radius: 24px;
}
.box-grey{
    padding: 24px;
    background: #E4F5F3;
    border-radius: 24px;
}

.box-blur{
    background: rgba(223, 240, 238, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px;
    text-align: center;
    border-radius: 40px;
    margin-bottom: 30px;
}
.box-check{
    padding: 20px;
    border-radius: 32px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
}
.box-check img{
    min-width: 80px;
    margin-right: 20px;
}

.title-image{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
}
.title-image img{
    max-width: 64px;
    border-radius: 100%;
    margin-right: 16px;
}

.box-special{
    padding: 30px;
    border-radius: 40px 40px 0 0;
    background-image: linear-gradient(to right, #52B788 , #239789);
    color: #ffffff;
}

.box-step{
    background: rgba(228, 245, 243, 1);
    padding: 40px;
    margin-bottom: 40px;
    position: relative;
    border-radius: 40px;
}
.box-step:after{
    content: "";
    width: 51px;
    height: 121px;
    background: url(../images/Union.png) no-repeat center center;
    position: absolute;
    left: 35px;
    bottom: -75px;
    z-index: 2;
}
.box-step.last:after{
    display: none;
}
.box-step .title-step{
    display: flex;
    font-weight: 700;
    align-items: center;
}
.box-step .title-step .number{
    font-size: 80px;
    line-height: 80px;
    color: #239789;
    margin-right: 25px;
    font-weight: 800;
}

.box-border{
    background: rgba(241, 57, 57, 0.06);
    border: 3px solid #F13939;
    padding: 33px 32px 33px 32px;
    border-radius: 24px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #F13939;
}
.box-accent{
    background-image: linear-gradient(to right, #52B788 , #239789);
    color: #fff;
    display: flex;
    align-items: flex-start;
    border-radius: 24px;
    padding: 32px;
    margin-bottom: 25px;
}
.box-accent img{
    margin-right: 16px;
}


.product-item{
    background: #E4F5F3;
    border-radius: 40px;
    padding: 10px 40px 40px;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 200px;
}
.product-item.style-2{
    border: 8px solid #239789;
}
.product-item .img-product{
    margin-top: -200px;
}

.list-1{
    padding: 0;
    text-align: left;
    margin: 0;
    list-style: none;
}
.list-1 li{
    padding-left: 20px;
    position: relative;
    margin-top: 8px;
}
.list-1 li:before{
    content: "";
    width: 8px;
    height: 8px;
    background: #52B788;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}

.team-item{
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    background: #ffffff;
    display: flex;
    align-items: flex-start;
}
.team-item img{
    min-width: 178px;
    max-width: 178px;
    margin-right: 30px;
}

.module-product{
    background: rgba(223, 240, 238, 0.1);
    padding: 40px 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    margin: 0 0 25px;
    display: flex;
    align-items: flex-start;
    font-weight: 500;
    color: #ffffff;
}
.module-product .img-product{
    margin-right: 40px;
    max-width: 234px;
}
.module-product h5{
    font-size: 32px;
    line-height: 44px;
    font-weight: 800;
    color: #FAC55F;
    margin-bottom: 15px;
}

.m-top-minus{
    margin-top: -200px;
}
/*============================ 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 ===============================*/