body {
    font-size: 16px;
    font-family: "Unbounded", sans-serif;
    color: #000000;
    line-height: 1;
    overflow-x: hidden;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    background: #fff;
}
.font-custom{
    font-family: "Albert Sans", sans-serif;
    font-weight: 400;
    text-transform: none;
    line-height: 1.4;
    font-size: 16px;
}
*,
*::before,
*::after {
  box-sizing: border-box; // 1
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
}
body h3{
    font-size: 30px;
}
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border-style: none; // Remove the border on images inside links in IE 10-.
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #FF3D00;
}

/**
 * Nav dot owl slider
 */

/*.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    border: none;
    width: 15px;
    height: 15px;
    margin: 0 6px;
    border-radius: 50%;
    transition: .2s;
    background-color: #D9D9D9;
}

.owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
    transition: .2s;
}
.owl-carousel .owl-dots .owl-dot:hover{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #87A922;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #87A922;
    width: 21px;
    height: 21px;
}

.owl-carousel .owl-dots .owl-dot.active span {
    border-color: transparent;
}*/
.mrb-120{
    margin-bottom: 120px;
}
.mrb-150{
    margin-bottom: 150px;
}
.text-upper{
    text-transform: uppercase;
}
.font-semibold{
    font-weight: 600;
}
.text-center{
    text-align: center;
}
.color-white{
    color: #fff;
}
.color-yellow{
    color: #FFE500;
}
.intro-container{
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
}
.header-ontop header{
    background: #000;
    padding: 15px 40px;
    position: fixed;
    box-shadow: 0 10px 15px -10px #00000036;
    left: 0;
    top: 0;
    right: 0;
    z-index: 500;
    transition: .2s;
}
.header-ontop header a.buynow{
    padding: 10px 40px;
}
header{
    padding: 30px 40px;
}
.header-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-top{
    background-color: #000;
    background-image: url("../images/main-top-bg.jpg");
    background-repeat: no-repeat;
    margin-top: -120px;
    padding-top: 150px;
    background-size: cover;
    background-position: top center;
}
#navigation{
    display: flex;
    gap: 30px;
}
#navigation li a{
    color: #fff;
    padding: 20px 0;
    transition: .2s;
} 
#navigation li.current a,
#navigation li a:hover{
    color: #FF3D00;
}
a.buynow{
    color: #fff;
    background-color: #FF3D00;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 50px;
    transition: .2s;
}
a.buynow:hover{
    color: #FF3D00;
    background-color: #fff;
}
.main-btn{
    
}
.main-btn span{
    color: #fff;
    background-color: #FF3D00;
    font-size: 19px;
    font-weight: 600;
    padding: 16px 90px;
    display: inline-block;    
}
.main-btn-up{margin: 20px 0;}
.main-btn-up span{
    transform: rotate(-1deg);
}
.main-btn-down{
    text-align: center;
    margin-bottom: 80px;
}
.main-btn-down span{
    transform: rotate(1deg);
}
.top-intro h1{
    font-size: 50px;
    color: #fff;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
}
.top-intro h1:after{
    position: absolute;
    content: "";
    width: 152px;
    height: 155px;
    background: url("../images/badge.png") no-repeat;
    top: -34px;
    right: -113px;
    background-size: 100%;
}
.top-intro ul{
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
}
.top-intro ul li:first-child{
    position: relative;
    padding-right: 60px;
}
.top-intro ul li:first-child:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    margin-top: -20px;
    right: 0;  
}
.number-demos-white{
    display: flex;
    align-items: center;
    color: #fff;
    gap: 5px;
}
.number-demos-white span.num{
    font-size: 80px;
    line-height: 56px;
    color: #FF3D00;
}
.number-demos-white .number-desc{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.number-demos-white .number-desc .sub1{
    font-size: 13px;
}
.number-demos-white .number-desc .sub2{
    font-size: 33px;
}
.top-img{
    margin-top: -90px;
    text-align: center;
}
.top-img img{
    width: 100%;
}
.main-two{
    background-color: #FFC5F3;
    background-image: url("../images/main-two-bg.png");
    background-repeat: no-repeat; 
    background-position: center center; 
}
.main-two .intro-container{
    display: flex;
    justify-content: center;
    gap: 105px;
    padding-top: 70px;
    align-items: center;
}
.main-two-left{
    width: 48%;
}
.main-two-left p{
    max-width: 430px;
    margin: 0 auto;
}
.main-two-left h2{
    color: #92003B;
    font-size: 30px;
    margin: 30px 0 20px 0;
}
.main-two-right{
    width: 52%;
}
#home-demos{
    padding-top: 120px;
}
.home-demos-title{
    margin-bottom: 50px;
    text-align: center;
}
.home-demos-title .number-demos{
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
.home-demos-title .number-demos span.num{
    font-size: 110px;
    line-height: 77px;
    color: #FF3D00;
}
.home-demos-title .number-demos .number-desc{
    display: flex;
    flex-direction: column;
}
.home-demos-title .number-desc .sub1{
    font-size: 17px;
}
.home-demos-title .number-desc .sub2{
    font-size: 43px;
}
.home-demos-content ul{
    margin: 0 -15px;
    display: inline-block;
}
.home-demos-content ul li{
    width: 33.33%;
    padding: 0 15px;
    float: left;
    margin-bottom: 30px;
}
.home-demos-content ul li a{
    box-shadow: 0px 5px 55px 0px #00000026;
    border-radius: 1px;
    background-color: #fff;
    padding: 10px;
    position: relative;
    display: block;
    overflow: hidden;
    transition: .3s;
}
.home-demos-content ul li a:hover{
    transform: translateY(-10px);
}
.home-demos-content ul li h3{
    font-size: 15px;
    padding: 15px 15px 15px 15px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.header-footer{
    background-color: #000;
    display: flex;
}
.box-header{
    padding: 0 60px;
    width: 50%;
    text-align: right;
    padding-top: 120px;
    background-image: url("../images/bg-headers.png");
    background-repeat: no-repeat;
    background-position: top center;
}
.box-footer{
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 60px;
    width: 50%;
    text-align: left;
    padding-top: 120px;
    background-image: url("../images/bg-footers.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.box-header .number-demos-white{
    justify-content: center;
}
.box-header-intro{
    max-width: 540px;
    text-align: center;
    float: right;
    width: 100%;
    margin-bottom: 30px;
}
.box-header-intro p{
    margin: 20px 0 0 0;
}
.box-footer-intro{
    max-width: 540px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
.box-footer-intro .number-demos-white{
    justify-content: center;
}
.box-footer-intro .number-demos-white span.num{
    color: #FFE500;
}

.other-pages{
    background-color: #f7f7f7;
    padding-top: 150px;
    padding-bottom: 70px;
    position: relative;
}
.other-pages::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 60px;
    background-color: #f7f7f7;
    bottom: -30px;
    left: 0;
    z-index: -1;
}
.box-pages{
    margin-top: 40px;
}
.box-page-title p{
    font-size: 14px;
    margin: 10px 0 40px 0;
}

.box-page-content ul{
    margin: 0 -15px;
    display: inline-block;
}
.box-page-content ul li{
    width: 20%;
    padding: 0 15px;
    float: left;
    margin-bottom: 30px;
}
.box-page-content ul li a{
    box-shadow: 0px 5px 25px 0px #0000000D;
    border-radius: 1px;
    background-color: #fff;
    padding: 6px;
    position: relative;
    display: block;
    overflow: hidden;
    transition: .3s;
}
.box-page-content ul li a:hover{
    transform: translateY(-5px);
}
.box-page-content ul li h3{
    font-size: 11px;
    padding: 15px 15px 15px 15px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.box-page-title{
    text-align: center;
}

.promotion{
    background-color: #FFE600;
    padding: 15px;
    transform: rotate(1deg);
    position: relative;
}
@keyframes bzo-scroll{
  from {transform: translateX(0) }
  to {transform: translateX(calc(-100%));}
}
.promotion ul{
    position: relative;
    display: flex;
    gap: 45px;
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
    flex-wrap: nowrap;

}

.promotion ul:hover{
    animation-play-state: paused;
}
.promotion ul li{
    display: flex;
    align-items: center;
    gap: 7px;
    max-height: 100%;
}
.promotion ul li span{
    white-space: nowrap;
    font-size: 14px;
}

.box-features{
    padding-top: 120px;
    margin-bottom: 170px;
}
.box-features img{
    width: 100%;
}
.box-features .feature1{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.box-features .feature2{
    margin-bottom: 10px;
}
.box-feature{
    background-color: #f0f0f0;
    text-align: center;
    padding-top: 50px;
}
/*.box-feature h3{
    font-size: 30px;
}*/
.box-feature p{
    margin: 20px 0 40px 0;
}
.box-feature img{
    width: auto;
}
footer{
    background-color: #000;
    background-image: url("../images/main-top-bg.jpg");
    background-repeat: no-repeat;
    padding-top: 150px;
    background-size: cover;
    background-position: top center;
}
.footer-button{
    display: inline-flex;
    margin-top: 40px;
    z-index: 99;
    position: relative;
}
footer .top-img{
    margin-top: -80px;
}



@media(max-width: 1200px){
    .header-ontop header{
        padding: 15px;
    }
    header{
        padding: 20px 15px;
    }
    .show-menu .header-nav {
        opacity: 1;
        visibility: visible;
        left: 0;
    }
    .toggle-menu {
        display: inline-block;
        width: 26px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        height: 22px;
        top: 1px;
        margin-right: 15px;
        position: relative;
    }

    .toggle-menu:before {
        content: "";
        display: block;
        width: 26px;
        height: 2px;
        background-color: #fff;
        margin-top: 8px;
    }
    .header-nav {
        display: block;
        text-align: left;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -280px;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.1);
        transition: .2s;
        width: 280px;
        padding: 40px 15px;
        z-index: 999;
    }

    .header-nav .items {
        text-align: left;
    }
    .header-nav .items li {
        display: block;
        margin: 0;
    }

    .logo-container{
        order: 2;
        width: 40%;
        text-align: center;
    }
    .header-nav-w{
        order: 1;
        width: 30%;
    }
    .header-button{
        order: 3;
        width: 30%;
        text-align: right;
    }
    #navigation{
        flex-direction: column;
    }
    #navigation li a{
        color: #000;
        font-size: 14px;
    }
    .header-nav .btn-close{
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .header-nav .btn-close:hover{
        cursor: pointer;
        color: #FF3D00;
    }
    .header-nav .btn-close:after{
        content: "\00d7";
        font-size: 36px;
    }
    .header-ontop header a.buynow{
        padding: 10px 25px;
    }
    .main-top{
        margin-top: -80px;
        padding-top: 120px;
    }
    a.buynow{
        padding: 12px 30px;
    }
    .top-intro h1{
        font-size: 36px;
    }
    .top-intro h1:after{
        width: 100px;
        height: 100px;
        right: -77px;
        top: -18px;
    }
    .top-img{
        margin-top: -40px;
    }
    .top-intro h1{
        margin-bottom: 20px;
    }
    .home-demos-content ul,
    .box-page-content ul{
        margin: 0 -8px;
    }
    .home-demos-content ul li,
    .box-page-content ul li{
        padding: 0 8px;
    }

    .mrb-120,
    .mrb-150{
        margin-bottom: 70px;
    }

    #home-demos{
        padding-top: 70px;
        margin-bottom: 40px;
    }
    .home-demos-title{
        margin-bottom: 20px;
    }
    .box-header{
        padding: 60px 30px 0 30px;
    }
    .box-footer{
        padding: 60px 30px 0 30px;
    }
    .box-pages{
        margin-top: 20px;
    }
    .main-btn-down{
        margin-bottom: 40px;
    }
    .box-page-title p{
        margin-bottom: 30px;
    }
    .other-pages{
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .box-features{
        padding-top: 70px;
        margin-bottom: 70px;
    }
    .box-feature p{
        margin: 15px 0 30px 0;
    }
    footer{
        padding-top: 70px;
    }
    footer .top-img{
        margin-top: -40px;
    }
}
@media(max-width: 880px){
    .box-page-content ul li{
        width: 33.33%;
    }
    .box-features .feature1{
        flex-direction: column;
    }
    .main-two .intro-container{
        gap: 30px;
    }
    .main-two-left h2{
        margin: 10px 0;
        font-size: 20px;
    }
}
@media(max-width: 767px){
    body,
    h1, h2, h3, h4, h5, h6{
        line-height: 1.1;
    }
    body{
        font-size: 14px;
    }
    .top-intro h1{
        font-size: 20px;
    }
    .top-intro ul{
        gap: 20px;
    }
    .top-intro ul li:first-child{
        padding-right: 20px;
    }
    .number-demos-white span.num{
        font-size: 54px;
        line-height: 50px;
    }
    .number-demos-white .number-desc .sub1{
        font-size: 12px;
    }
    .number-demos-white .number-desc .sub2{
        font-size: 28px;
    }
    .top-intro h1:after{
        display: none;
    }
    header a.buynow{
        padding: 10px 25px;
        border-radius: 3px;
        position: relative;
    }
    header a.buynow:hover{
        background-color: #ff3d00;
    }
    header a.buynow span{
        display: none;
    }
    header a.buynow::before{
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        background: url("../images/ico-cart.png") no-repeat;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .main-top{
        padding-top: 100px;
    }
    footer .top-img,
    .top-img{
        margin-top: 0;
    }
    .footer-button{
        margin-top: 20px;
    }
    .main-two .intro-container{
        flex-direction: column;
        gap: 0;
    }
    .main-two-right{
        width: 100%;
        order: 1;
    }
    .main-two-left{    
        width: 100%;
        order: 2;
        padding: 30px 0;
    }
    .main-btn span{
        padding: 12px 50px;
        font-size: 16px;
    }
    .home-demos-title .number-demos span.num{
        font-size: 70px;
        line-height: 65px;
    }
    .home-demos-title .number-desc .sub1{
        font-size: 14px;
    }
    .home-demos-title .number-desc .sub2{
        font-size: 36px;
    }
    #home-demos{
        padding-top: 50px;
        margin-bottom: 30px;
    }
    .main-btn-up{
        margin: 10px 0;
    }
    .home-demos-content ul li{
        width: 50%;
        margin-bottom: 20px;
    }
    .home-demos-content ul li h3{ 
        font-size: 13px 
    }
    .header-footer{
        flex-direction: column;
    }
    .box-header{
        width: 100%;
        padding: 40px 15px 10px 15px;
    }
    .box-footer{
        width: 100%;
        padding: 30px 15px 40px 15px;
    }
    .box-header-intro p{
        margin-top: 10px;
    }
    .box-footer-intro,
    .box-header-intro{ 
        margin-bottom:20px 
    }
    .other-pages{
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .main-btn-down{
        margin-bottom: 25px;
    }
    body h3{
        font-size: 20px;
    }
    .box-page-content ul li{
        width: 50%;
        margin-bottom: 20px;
    }
    .box-page-content ul li:nth-child(2n+1){
        clear: both;
    }
    .box-page-title p{
        margin-bottom: 20px;
    }
    .box-features{
        padding-top: 50px;
        margin-bottom: 50px;
    }
    .box-feature p{
        margin: 10px 0 20px 0;
    }
    footer{
        padding-top: 50px;
    }
}