@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import 'common.css';

body{
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    background: #0A192F;
    color:#ffffff;
}
h1,h2,h3,h4,h5,h6{ 
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}
h1{
    font-size: 48px;
}
h2{
    font-size: 40px;
}
h3{
    font-size: 32px;
}

a,
a:hover,
a:focus{
    outline: none;
}

p{
    margin-bottom: 20px;
    line-height: normal;
}

.btn{
    padding: 14px 24px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 20px;
    font-family: "Manrope", sans-serif;
    border: none;
    line-height: 1;
    font-weight: 500;
}

.btn-accent:hover,
.btn-accent:focus,
.btn-accent{
    background-image: linear-gradient(to bottom, #007BFF, #8A2BE2); 
    box-shadow: 0 0 14px rgba(98, 3, 186, 0.75) inset;
    color:#ffffff;
}

.text-white{ color: #ffffff!important; }
.text-yellow{ color: #FFC107!important }
.accent{ color: #8A2BE2!important; }

.font-14{
    font-size: 14px;
}
.font-16{
    font-size: 16px;
}
.font-18{
    font-size: 18px;
}
.font-22{
    font-size: 22px;
}
.font-24{
    font-size: 24px;
}
.font-28{
    font-size: 28px;
}
.font-46{
    font-size: 46px;
}

.w-1080{
    max-width: 1080px;
}
.w-1160{
    max-width: 1160px;
}
.w-1450{
    max-width: 1450px;
}

.letter-16{
    letter-spacing: 0.16em;
}
.letter-minus-5{
    letter-spacing: -0.05em;
}
/*============================= END BODY ================================*/
/*============================== HEADER =================================*/
.bg-body-tertiary{
    background: url(../images/bg-header.png) no-repeat center center;
    background-size: cover;
    padding: 8px 15px;
    border-radius: 80px;
}
.navbar-brand{
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0 15px;
    margin: 0 10px;
    color: #0A192F;
    font-size: 18px;
    line-height: 1;
    background: url(../images/icon-menu8.png) no-repeat right top;
}
/*============================ END HEADER ===============================*/
/*============================== CONTENT ================================*/
.border-text{
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 1px 12px;
    display: inline-block;
    line-height: 1;
}

.box-white{
    background: url(../images/bg-box-white.jpg) no-repeat center center;
    background-size: cover;
    color: #0A192F;
    margin: 0 0 30px;
}
.box-blue{
    background: rgba(138, 43, 226, 0.08);
    box-shadow: 0 0 16px rgba(138, 43, 226, 0.2) inset;
    margin: 0 0 30px;
}
.box-red{
    background: rgba(255, 76, 76, 0.12);
    box-shadow: 0 0 16px rgba(255, 76, 76, 0.5) inset;
    margin: 0 0 30px;
}
.box-yellow{
    background: rgba(255, 193, 7, 0.4);
    box-shadow: 0 0 16px rgba(205, 143, 0, 0.16) inset;
    margin: 0 0 30px;
}
.box-green{
    background: rgba(255, 193, 7, 0.16);
    box-shadow: 0 0 16px rgba(255, 193, 7, 0.16) inset;
    margin: 0 0 30px;
}

.p-lg{
    padding: 60px 70px 30px;
    border-radius: 80px;
}
.p-sm{
    padding: 30px;
    border-radius: 30px;
}

.start-text{
    position: relative;
}
.start-text:after{
    content: "";
    width: 54px;
    height: 54px;
    background: url(../images/icon-star.png) no-repeat center center;
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: -27px;
}

.list-star,
.list-dislike{
    display: flex;
    align-items: center;
    font-weight: 600;
    margin: 0 0 30px;
}
.list-star img,
.list-dislike img{
    margin-right: 15px;
}
.list-star{
    align-items: flex-start;
    font-weight: 400;
}

.list-star-2{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-star-2 li{
    padding-left: 26px;
    margin-bottom: 10px;
    position: relative;
}
.list-star-2 li:before{
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../images/icon-list-star.png) no-repeat center center;
}

.box-special{
    background-image: linear-gradient(to right, rgba(0, 123, 255, .5) , rgba(0, 123, 255, 0.3));
    border-radius: 50px 50px 0 0;
    padding: 40px;
    border: 1px solid #007BFF;
    border-bottom: none;
}

.module-product{
    margin-bottom: 40px;
}
.module-product-inner{
    padding: 40px;
    background: rgba(10, 25, 47, 0.5);
    display: flex;
    align-items: flex-start;
    border-radius: 30px;
    box-shadow: 0 0 24px rgba(138, 43, 226, 0.5) inset;
}
.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: 8px 16px;
    background-image: linear-gradient(to bottom, #007BFF, #8A2BE2);
    color: #ffffff;
    white-space: nowrap;
    margin-left: 30px;
    box-shadow: 0 0 16px rgba(98, 3, 186, 0.75) inset;
    font-size: 24px;
    border-radius: 30px;
}
/*============================ END CONTENT ==============================*/
/*============================== FOOTER =================================*/
.footer-top{
    background: #00051B;
    padding: 55px 0;
}
.footer-bottom{
    background: #0A192F;
    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 ===============================*/