body{
    overflow-x: hidden;
}
body::-webkit-scrollbar-thumb {
    background: rgb(212, 212, 212);
}
body::-webkit-scrollbar {
    width: 8px;
    background-color: #000000;
}
.top-bar{
    background-color: #404040;
    text-align: right;
    padding: 4px 28px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: white;
    position: relative;
    top: 0;
    z-index: 18;
    width: 100%;
}
.navcontain{
    background-color: #000000;
    z-index: 16;
}
.mcontainer{
    max-width: 1300px;
    margin: 0 auto;
}
.navbar{
    position: sticky;
    max-width: 1300px;
    margin: 0 auto;
    font-weight: 350;
    font-family: 'Sinkin Sans 300 Thin', sans-serif;
    padding: 0 28px !important;
    background-color: #000000;
}
.navbar span a{
    text-decoration: none;
    color: white;
}
.navbar span a:hover{
    color: rgb(210, 210, 210);
}
.logo{
    padding: 24px 0;
}
.logo img{
    height: 58px;
}
.promobar{
    position: fixed;
    overflow: hidden;
    text-align: center;
    background-color: #000000;
    width: 100%;
    height: 100%;
    z-index: 8;
    left: 0;
    top: 0;
}
.navcontain{
    position: sticky;
    top: 0;
    z-index: 12;
}
.promobar canvas{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: calc(100% - 90px);
    z-index: 14;
}
.about{
    padding: 54px 36px;
    background-color: #161616;
    overflow: hidden;
}
.about span{
    color: white;
    background-color: #161616;
    display: inline-block;
}
.about span:nth-child(1){
    font-size: 32px;
    width: 48%;
    float: left;
    line-height: 41px;
    font-family: 'Sinkin Sans 200 X Light', sans-serif;
}
.about span:nth-child(2){
    font-size: 18px;
    width: 52%;
    font-family: 'Sinkin Sans 300 Thin', sans-serif;
}
.stats{
    background-color: #161616;
    padding: 34px 24px;
}
.stats .card{
    min-width: 280px;
    margin:0 calc(16.5% - 140px);
    text-align: center;
    display: inline-block;
    background-color: transparent;
    border: none;
    color: white;
}
.stats .card-title{
    font-size: 72px;
    font-family: 'Sinkin Sans 300 Light', sans-serif;
}
.stats .card-subtitle{
    font-size: 26px;
    font-family: 'Sinkin Sans 300 Light', sans-serif;
    color: rgb(224, 224, 224) !important;
}
.know-more{
    text-align: center;
    width: 100%;
}
.know-more a{
    margin-top: 44px;
    padding: 14px 92px !important;
    padding-bottom: 10px !important;
    border-radius: 28px;
    background-color: #4AA3BE;
    display: inline-block;
    color: white !important;
    font-family: 'Sinkin Sans 600 SemiBold', sans-serif;
    font-size: 15px;
    text-decoration: none !important;
}
.know-more a:hover{
    background-color: #1289ad;
}
.bg-w a{
    background-color: white;
    color: #161616 !important;
}
.dab-black{
    background-color: #1E1D1D;
    padding: 54px 42px;
}
.dab-grey{
    background-color: #161616;
    padding: 54px 42px;
    position: relative;
    padding-bottom: 220px;
}
.dab-black .mcontainer div,.dab-grey .mcontainer div{
    width: 51%;
    display: inline-block;
    color: white;
    overflow: hidden;
}
.dab-black .mcontainer div:nth-child(1){
    float: left;
    width: calc(49% - 74px);
    margin-right: 74px;
}
.dab-grey .mcontainer div:nth-child(2){
    width: calc(48% - 74px);
    margin-left: 74px;
}
.dab-grey .mcontainer div:nth-child(1){
    float: left;
    width: 52%;
    margin-top: -200px;
}
.dab-black .know-more,.dab-grey .know-more{
    text-align: left;
}
.dab-black .mcontainer div:nth-child(1) span:nth-child(1){
    color: #C6EDE3;
    font-size: 36px;
    line-height: 46px;
    font-family: 'Sinkin Sans 200 X Light', sans-serif;
}
.dab-grey .mcontainer div:nth-child(2) span:nth-child(1){
    color: #EDC6C6;
    font-size: 36px;
    line-height: 46px;
    font-family: 'Sinkin Sans 200 X Light', sans-serif;
}
.dab-black .mcontainer div:nth-child(1) span:nth-child(2),.dab-grey .mcontainer div:nth-child(2) span:nth-child(2){
    font-size: 18px;
    font-family: 'Sinkin Sans 300 Light', sans-serif;
}
.dab-black .mcontainer div:nth-child(2) img{
    width: 100%;
    margin-right: 12px;
    margin-bottom: -40px;
}
.dab-grey .mcontainer div:nth-child(1) img{
    width: 100%;
    margin-right: 12px;
}
.trending-product{
    background-color: #D9D9D9;
    padding: 54px 24px;
}
.trending-product .mtitle{
    text-align: center;
    font-size: 28px;
    font-family: 'Sinkin Sans 200 X Light', sans-serif;
    color: #161616;
    padding-bottom: 52px;
}
.trending-product .card{
    min-width: 320px;
    padding: 12px;
    width: calc(33% - 4px);
    margin: 0 2px;
    display: inline-block;
}
.trending-product .card .card-text{
    height: 92px;
    font-family: 'Sinkin Sans 400 Regular', sans-serif;
    margin-top: 9px;
    font-size: 14px;
    line-height: 19px;
    color: #6c6c6c;
}
.trending-product .card-title{
    color: #033152;
    font-size: 24px;
    letter-spacing: -0.8px;
    font-family: 'Sinkin Sans 600 SemiBold', sans-serif;

}
.trending-product .btn{
    margin: 0 auto;
    display: block;
    border: 1px solid #6c6c6c;
    color: #6c6c6c;
    font-size: 14px;
    border-radius: 3px;
    padding: 9px 10px;
    width: 190px;
    text-align: left;
    font-family: 'Sinkin Sans 400 Regular', sans-serif;
    position: relative;
}
.trending-product .btn span{
    position: absolute;
    right: 8px;
}
@media screen and (min-width:900px) {
    .stats .card:nth-child(1),.stats .card:nth-child(4){
        margin-right: calc(33% - 280px);
        margin-left: 0;
    }
    .stats .card:nth-child(3),.stats .card:nth-child(6){
        margin-left: calc(33% - 280px);
        margin-right: 0;
    }
}
@media screen and (max-width:1000px) {
    .top-bar{
        text-align: center;
    }
    .about span{
        padding: 18px 0;
        width: 100% !important;
        float: none !important;
    }
}
.dealers-map{
    background-color: #161616;
    position: relative;
    padding: 64px 0;
}
.dealers-map .head, .dealers-map .bhead{
    font-family: 'Sinkin Sans 200 X Light', sans-serif;
    color: white;
    text-align: center;
}
.dealers-map .head{
    padding-top: 14px;
    font-size: 42px;
    line-height: 80px;
}
.dealers-map .bhead{
    line-height: 40px;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 54px;
}
.dealers-map .know-more {
    position: absolute;
    bottom: 50%;
    margin-bottom: -122px;
    max-width: 1300px;
}
.bgi-dark{
    background-color: #0E0E0E;
}

.feedback{
    padding-top: 84px;
}
.feedback .card{
    min-width: 280px;
    width: 33%;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    border: none;
    color: white;
}
.feedback .card-title{
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 7px;
    font-family: 'Sinkin Sans 600 SemiBold', sans-serif;
}
.feedback .card-subtitle{
    font-size: 16px;
    font-family: 'Sinkin Sans 300 Light', sans-serif;
    color: rgb(224, 224, 224) !important;
    margin-top: 30px;
}
.feedback .star-rating i{
    font-size: 22px;
    cursor:pointer;
    margin: 0 1.1px;
    color: #28ACE6;
}
.insta-section .card{
    min-width: 280px;
    width: 33%;
    text-align: center;
    display: inline-block;
    background-color: white;
    border: none;
    color: white;
    cursor: pointer;
}
.insta-section .card img{
    width: auto;
    max-width: 100%;
}

.topic-interest .mtitle{
    text-align: center;
    font-size: 28px;
    font-family: 'Sinkin Sans 200 X Light', sans-serif;
    color: #161616;
    padding-bottom: 52px;
}
.topic-interest .card{
    min-width: 320px;
    padding: 12px;
    width: calc(33% - 4px);
    margin: 0 2px;
    display: inline-block;
}
.topic-interest .card .card-text{
    height: 72px;
    font-family: 'Sinkin Sans 400 Regular', sans-serif;
    margin-top: 9px;
    font-size: 14px;
    line-height: 19px;
    color: #6c6c6c;
    margin-top: 54px;
}
.topic-interest .card-title{
    color: #033152;
    font-size: 24px;
    height: 90px;
    letter-spacing: -0.8px;
    font-family: 'Sinkin Sans 600 SemiBold', sans-serif;
}
.footer-copyright{
    padding-bottom: 12px;
    text-align: left;
    color: rgb(210, 210, 210);
    font-family: 'Sinkin Sans 200 X Light', sans-serif;
    font-size: 14px;
}
.footer-copyright a{
    margin-right: 26px;
}
.k-footer .col-md-4{
    line-height: 28px;
    font-size: 15px;
    color: #1b4563;
    font-family: 'Sinkin Sans 500 Medium', sans-serif;
    text-align: left;
}
.k-footer .col-md-4:nth-child(1){
    margin-left: 32px !important;
}
.main-footer .col-md-4:nth-child(1){
    text-align: left;
    margin-left: 0 !important;
}
.main-footer .col-md-4:nth-child(2){
    text-align: right;
    margin-right: 0 !important;
}
.main-footer .address{
    color: #111111;
    font-size: 14px;
    font-family: 'Sinkin Sans 400 Regular', sans-serif;
    line-height: 28px;
    padding-top: 24px;
}
.main-footer .logo img{
    height: 195px !important;
    padding-top: 44px;
    padding-bottom: 28px;
}
.main-footer .col-md-4:nth-child(2) span:nth-child(1){
    color: #0D0D0D;
    font-size: 39px;
    display: block;
    padding-top: 44px;
    font-family: 'Sinkin Sans 200 X Light', sans-serif;
}
.main-footer .col-md-4:nth-child(2) span:nth-child(2){
    color: #0D0D0D;
    line-height: 44px;
    word-spacing: 5px;
    letter-spacing: 3px;
    font-size: 15px;
    display: block;
    font-family: 'Sinkin Sans 400 Regular', sans-serif;
}
.main-footer .col-md-4:nth-child(2) input{
    margin-top: 42px;
    width: 340px;
    outline: none;
    border: none;
    background-color: transparent;
    border-bottom:2px solid #000000 ;
}
.main-footer .know-more{
    text-align: right;
}