@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import 'common.css';

body{
    font-family: "DM Sans", sans-serif;
    font-size:18px;
    color:#ffffff;
    background: #0A0A0A;
}
h1,h2,h3,h4,h5,h6{ 
    font-family: "DM Sans", sans-serif;
    font-weight: 200;
}

h1{
    font-size: 48px;
    line-height: 52px;
}
h2{
    font-size: 44px;
    line-height: 52px;
}
h3{
    font-size: 32px;
    line-height: 40px;
}

a,
a:hover,
a:focus{
    outline: none;
}

p{
    margin-bottom: 25px;
    line-height: 26px;
    font-weight: 300;
}

.btn{
    padding: 14px 19px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    border:1px solid transparent;
    line-height: 1;
    font-weight: 700;
}
.btn img{
    margin-right: 8px;
}

.btn-accent:hover,
.btn-accent:focus,
.btn-accent{
    background-image: linear-gradient(to bottom, #16FF7A, #00C969);
    border-color: transparent;
    color: #0A0A0A;
}

.accent{ 
    background: -webkit-linear-gradient(#16FF7A, #00C969);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-red{
    color: #E91F23!important;
}

.font-14{
    font-size: 14px;
    line-height: 16px;
}
.font-16{
    font-size: 16px;
    line-height: normal;
}
.font-20{
    font-size: 20px;
    line-height: normal;
}
.font-24{
    font-size: 24px;
    line-height: normal;
}
.font-28{
    font-size: 28px;
    line-height: normal;
}
/*============================= END BODY ================================*/
/*============================== HEADER =================================*/
.navbar-expand-lg{
    padding-bottom: 25px;
    padding-top: 25px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 10px 15px;
    margin: 0 10px;
    color: #ffffff;
    font-weight: 300;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link:before{
    content: "";
    width: 6px;
    height: 6px;
    background: #16FF7A;
    border-radius: 100%;
    position: absolute;
    left:0;
    top: 50%;
    margin-top: -3px;
}

.navbar-toggler{
    padding: 0;
    border-color: #16FF7A;
    max-width: 50px;
}
/*============================ END HEADER ===============================*/
/*============================== CONTENT ================================*/
.list-check{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-check li{
    display: inline-block;
    border: 1px solid #16FF7A;
    border-radius: 17px;
    padding: 5px 10px;
    margin: 4px;
    font-size: 16px;
    font-weight: 500;
}

.box-1{
    padding: 16px;
    border-radius: 24px;
}
.box-2{
    padding: 24px;
    border-radius: 24px;
}

.box-launch{
    display: flex;
    align-items: center;
    text-align: left;
}
.box-launch img{
    margin-right: 15px;
}

.icon-box{
    border: 1px solid #2A2A2A;
    padding: 16px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.icon-box img{
    margin-right: 15px;
}

.box-step.arrow-bottom,
.box-step.arrow-right{
    position: relative;
}
.box-step.arrow-right:after{
    content: "";
    width: 36px;
    height: 36px;
    background: url(../images/arrow-right.png) no-repeat center center;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -18px;
}
.box-step.arrow-bottom:after{
    content: "";
    width: 51px;
    height: 51px;
    background: url(../images/arrow-bottom.png) no-repeat center center;
    position: absolute;
    top: 100%;
    right: 100%; 
    margin-top: -18px;
}

.box-step .step-title{
    display: inline-block;
    background: rgba(22, 255, 122, 0.1);
    border: 1px solid rgba(22, 255, 122, 0.4);
    padding: 4px 12px 4px 26px;
    border-radius: 17px;
    margin-bottom: 15px;
    position: relative;
    color: #16FF7A;
}
.box-step .step-title:before{
    content: "";
    background: #16FF7A;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    left: 12px;
    top: 50%;
    margin-top: -3px;
    position: absolute;
}

.box-special{
    background: url(../images/bg-special.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 20px;
    margin-bottom: 25px;
}

.block-quote{
    border-radius: 32px;
    border: 1px solid #16FF7A;
    display: flex;
    background-image: linear-gradient(to bottom, rgba(22, 255, 122, 0), rgba(22, 255, 122, 0.1));
    align-items: center;
}
.block-quote img{
    margin: -55px 40px 0;
}

.dot-red li::marker {
    color: #E91F23;
}
.dot-green li::marker {
    color: #16FF7A;
}

.box-red{
    background: url(../images/bg-red.png) no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: 25px;
    border-radius: 20px;
    padding: 24px;
}

.icon-box-red{
    background-image: linear-gradient(to bottom, rgba(233, 31, 35, 0.32), rgba(233, 31, 35, 0.08));
    border: 1px solid #D44A63;
    padding: 16px;
    border-radius: 24px;
    font-weight: 300;
    display: flex;
    align-items: center;
}
.icon-box-red img{
    margin-right: 15px;
}

.box-icon-2{
    background: url(../images/bg-icon-box-2.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}
.box-icon-3{
    background: url(../images/bg-icon-box-3.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    min-height: 334px;
}

.module-product{
    display: flex;
    padding: 40px;
    align-items: center;
    gap: 42px;
    align-self: stretch;
    border-radius: 32px;
    border: 1px solid #16FF7A;
    background: linear-gradient(97deg, rgba(22, 255, 122, 0), rgba(22, 255, 122, 0.1));
    backdrop-filter: blur(10px);
    margin-bottom: 25px;
}
.module-product-content h3{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; /* 150% */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.module-product-content h3 .price{
    display: inline-block;
    padding: 6px 16px;
    border-radius: 22px;
    background: rgba(22, 255, 122, 0.1);
    border: 1px solid rgba(22, 255, 122, 0.25);
    color: #16FF7A;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}
/*============================ END CONTENT ==============================*/
/*============================== FOOTER =================================*/
.footer-top{
    padding: 55px 0;
}
.footer-bottom{
    background: #141414;
    padding: 20px 0;
}
.copyright{
    font-size: 16px;
    font-weight: 300;
    text-align: right;
}
.list-arrow{
    padding: 0;
    list-style: none;
    margin: 0;
}
.list-arrow li{
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    position: relative;
    color: #00E6E6;
}
.list-arrow li:before{
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/icon-arrow.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 2px;
}
/*============================ END FOOTER ===============================*/