*{
  padding: 0;
  box-sizing: border-box;
}
.site-header {
    padding: 15px 0;
}
.logo-img{
  width: 80%;
}
.navbar-brand{
  width: 20%;
}
.nav-wrap{
    width: 60%;
    justify-content: center;
}
.button-wrap{
 width: 20%;
}
.button-wrap a{
    float: right;
}
.button-wrap a, .contact-us{
    padding: 15px 40px ;
    text-transform: uppercase;
    background: #d9291c;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    font-family: "Alexandria", sans-serif;

}
.site-header .nav-item{
    padding: 4px 15px;
}
.site-header  .nav-link{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  font-family: "Alexandria", sans-serif;
  color: #000;
}

/* banner  */
.banner-wrap{
    background: url('./images/dealers-home-new.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    position: relative;
    
}
.banner-wrap .content-box h1{
    color:#fff;
    font-size: 56px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 65px;
    font-family: "Alexandria", sans-serif;
       
      

}
.banner-wrap .content-box, .right-forms{
    z-index: 999;
    position: relative;
}
.banner-wrap .content-box span{
    color: #d9291c;;
    
}
.banner-wrap::before{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(115deg, #172137 10%, #172137C4 50%);
    opacity: 1;
    z-index: 9;
}
.banner-wrap .content-box  p{
    color: #fff;
    margin-top: 20px;
    line-height: 30px;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 50px;
    font-family: "Lato", sans-serif;
}
.right-forms{
    background: #fff8;
    padding: 45px 35px;
    backdrop-filter: blur(10px);
    border-radius: 15px;
    width: 75%;
    margin-left: auto;
}

.right-forms button{
    padding: 15px 40px;
    text-transform: uppercase;
    background: #d9291c;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    font-family: "Alexandria", sans-serif;
}
.right-forms button:hover{
    background-color: #172137;
    color: #fff;
}
.right-forms label{
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;

}
.right-forms  .form-group{
    margin-bottom: 15px;
}
.right-forms input, .right-forms  select{
    padding: 11px 20px;
    border-radius: 30px;
}
/* about */
.about-wrap{
    padding: 80px 0;
}
.about-us{
    text-transform: uppercase;
    font-weight: 800!important;
    color: #d9291c!important;
    font-size: 22px!important;
    font-family: "Lato", sans-serif;
}
.about-wrap .left-box h3{
    font-weight: 600;
    font-size: 40px;
    line-height: 42px;
    font-family: "Alexandria", sans-serif;
}
.about-wrap .left-box p{
    color: #444444;
    font-size: 17px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 28px;
    font-family: "Lato", sans-serif;
}
.about-wrap .image-box{
    position: relative;
    /* margin-left: auto; */
    float: right;
}
.about-wrap .image-box::before{
    content: "";
    height: calc(100% - 40px);
    background: #ed2222;
    position: absolute;
    top: 20px;
    left: 45px;
    bottom: 20px;
    width: 20px;
    z-index: -1;

}
.about-wrap .image-box img{
    width: 90%;
    float: right;
}
/* counter-down */
.counter-down{
    background: url('./images/coundown-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    background-position: center center;
    z-index: 99;

}
.counter-down::before{
    background-image: linear-gradient(0deg, #E52727 100%, #59595900 0%);
    opacity: 0.85;
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    

}
.cont-count{
    z-index: 9999;
    position: relative;
}
.counter{
    font-size: 65px;
    font-weight: 600;
    color: #fff;
    font-family: "Alexandria", sans-serif;
}
.counter-box p{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: "Lato", sans-serif;
}
.counter-box {
    text-align: center;
}
.counter-box i{
    font-size: 35px;
    font-weight: 400;
    display: block;
    color: #fff;
}
/* our model */
.our-model{
    padding: 80px 0;
}
.model-thumb{
    overflow: hidden;
    border-radius: 10px;
    position: relative;

}
.model-thumb img{
    overflow: hidden;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s linear;
    -o-transition: 1s linear;
    transition: 1s linear;
}
.model-thumb img:hover{
    transform: scale(1.1);
}
.model-item{
    background-color: #f7f7f7;
    margin-bottom: 30px;
}
.content-boxx{
    padding: 20px 25px;
}
.model-item .top-box{
    display: flex;
    justify-content: space-between;
}
.model-item .price{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    font-family: "Alexandria", sans-serif;
}
.model-name{
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: "Alexandria", sans-serif;
}
.heading{
    text-align: center;
    margin-bottom: 50px;
    font-family: "Alexandria", sans-serif;
}
.heading h3{
    font-weight: 600;
    font-size: 40px;
    line-height: 42px;
    text-transform: capitalize;
    font-family: "Alexandria", sans-serif;
 
}
.ex-showroom{
    font-weight: 400;
    color: #d9291c;
    font-family: "Lato", sans-serif;
}
/* our model */
/*  */
.testimonial{
    padding: 100px 0;
    position:relative;
    background: #FAFAFA;
}
.testimonial::before{
    content: "";
    background-image: url('./images/motorbike.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.05;
    position:absolute;
    width: 80%;
    height: 100%;
    right: 0;
    top: 50px;
    bottom: 0;
}
.testi-slider{
    text-align: center;
}
.slide-item{
    position: relative;
    background: #fff;
    margin: 0 15px;
    padding: 70px 50px;
    border-radius: 10px;
}
.slide-img-box{
    margin-bottom: 20px;
}
.slide-img-box img{
    width: 100px;
    border-radius: 50% !important;
    border: 2px solid #d9291c!important;
    margin: 0 auto;
}
.testi-slider i.fa-quote-right{    
    font-size: 40px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    opacity: 0.2;
}
.testi-slider i.fa-quote-right{ 
    color: #d9291c;
}
.testi-bottom ul li i {
    color: #f2b01e;
    font-weight: 600;
    font-size: 18px;
}
.testi-bottom {
    margin-top: 25px;
}
.testi-bottom h4{
    font-family: "Alexandria", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #d9291c;
}
.client-info span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    color: #444444;
}
.testi-slider .testi-content p{
    font-family: "Lato", sans-serif;
    font-weight: 300;
    line-height: 26px;
    font-size: 17px;
    color: #444444; 
}
.slick-prev:before {
   
    content: '←';
}
.slick-next:before {
content: '→';
}
.slick-next, .slick-prev{
    z-index: 5;
  }
  .slick-next{
    right: 15px;
    font-size: 0;
    font-size: 0;
    right: 0;
    position: absolute;
    top: 45%;
  }
  .slick-prev{
    left: 15px;
    font-size: 0;
    left: 0;
    position: absolute;
    top: 45%;
  }
  .slick-arrow{
    background: #d9291c;
    padding: 10px;
    border-radius: 50px;
    width: 47px;
    height: 47px;
    border: none;
  }
  .slick-next:before, .slick-prev:before{
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 10px;
  }
  .list-inline-item:not(:last-child){
    margin-right: 5px;
  }
  /* footer*/
  .footer{
    padding: 80px 0 20px;
    background: #000;
  }
  .footer .logo-img {
    width: 40%;
}
.address {
    color: rgb(255 255 255 / 60%);
    border: 1px solid rgb(255 255 255 / 20%);;
    padding: 30px 30px 15px;
    border-radius:10px;
    margin-bottom: 20px;
    min-height: 280px;
}
.address p{
    font-family: "Lato", sans-serif;
}
.footer .heading h3{
    color: rgb(255 255 255 / 100%);;
}
.address a{
    color: rgb(255 255 255 / 70%);
    text-decoration: none;
}
.address-content h4{
    color: #d9291c;
    font-weight: 600;
    margin-bottom: 15px;
}
.address h4{
    font-size: 18px;
    font-family: "Alexandria", sans-serif;

}
.copy-ryt{
}
.copy-ryt p{
    color: rgb(255 255 255 / 50%); 
    text-align: center;
    padding-top: 40px;
    font-size: 14px;
}
.footer .info{
    padding-top: 20px;
}
.cta {
    text-align: left;
}
.cta-heading h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 42px;
    text-transform: capitalize;
    font-family: "Alexandria", sans-serif;
    text-align: left;
}
.cta {
    text-align: left;
    padding: 0px 0px 70px;
   
}
.cta-btn {
margin-top: 30px!important;
}
.cta-btn a{
    padding: 15px 40px ;
    text-transform: uppercase;
    background: #d9291c;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    font-family: "Alexandria", sans-serif;
}
.cta .right{
    text-align: right;
    z-index: 999;
}
.cta{
    margin-bottom: 0px!important;
}
.cta .left{
    z-index: 999;
}
.cta .left p{
    margin-top: 20px;
    font-family: "Lato", sans-serif;;
    font-weight: 300;
}
.cta .right p{
    font-size: 29px;
    font-weight: 500;
    font-family: "Alexandria", sans-serif;
}
.cta-box{
    padding: 30px;
    background: url('./images/coundown-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px ;
    position: relative;
    background-position: center center;
    z-index: 99;
    border-radius: 30px;
    color: #fff;
    align-items: center;

}


.cta-box::before{
      background: #000;
        opacity: 0.9;
        width: 100%;
        height: 100%;
        z-index: 99;
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 30px;
    
    }

/* responsive  */
@media only screen and (max-width: 1399px) {
    .banner-wrap .content-box h1{
        font-size: 49px;
        line-height: 60px;
    }
    .content-boxx {
        padding: 20px 20px;
    }
    .model-item .price {
        font-size: 20px;
    }
    .model-name {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .site-header .nav-link{
        font-size: 14px;
    }
    .site-header .nav-item {
        padding: 4px 8px;
    }
    .banner-wrap .content-box h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .our-model .col-lg-4{
        width:50%;
    }
    .address {
        min-height: 300px;
    }
    .cta-heading h3,  .heading h3 , .about-wrap .left-box h3 {
        font-size: 38px;
    }
    .cta-box  {
        padding: 50px 30px;
    }
    .counter {
        font-size: 55px;
    }
    .right-forms {
        padding: 45px 30px;
        width: 80%;
    }
    .about-wrap .row{
        align-items: center;
    }

}
@media only screen and (max-width:991px) {
    .address {
        min-height: auto;
    }
    .right-forms {
        padding: 45px 30px;
        width: 100%;
        margin-top: 60px !important;
    }
    .banner-wrap{
        padding: 80px 0;
    }
    .about-wrap, .counter-down , .testimonial{
        padding: 70px 0;
    }
    .about-wrap .image-box{
        margin-top: 40px;
    }
    .about-wrap .image-box img{
        float: none;
        width: 100%;
    }
    .cta .right {
        text-align: left;
    
        margin-top: 10px;
    }
    .footer {
    padding: 70px 0 20px;
    }
    .navbar-brand {
        width: 80%;
    }
    .logo-img {
        width: 50%;
    }
    .button-wrap a{
        display: none;
    }
    .model-name , .model-item .price{
        font-size: 18px;
    }
    .navbar-nav{
        padding: 30px 0;
    }
    .site-header .nav-link {
        font-size: 16px;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-toggler{
        border: none;
    }




}

@media only screen and (max-width: 767px) {
    .our-model .col-lg-4{
        width:100%;
    }
    .navbar-brand {
        width: 70%;
    }
    .logo-img {
        width: 80%;
    }
    .banner-wrap .content-box h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .banner-wrap .content-box p{
        margin-bottom: 40px;
    }
    .right-forms {
        padding: 30px 20px;
    }
    .row>*{
        padding: 0px 20px;
    }
    .right-forms button{
        margin-top: 10px;
    }
    .site-header .container{
        padding: 0 20px;
    }
    .about-wrap, .counter-down, .testimonial , .our-model{
        padding: 50px 0;
    }
    .cta-heading h3, .heading h3, .about-wrap .left-box h3 {
        font-size: 28px;
        line-height: 33px;
    }
    .about-us{
        margin-top: 0px!important;
        margin-bottom: 10px;
       font-size: 19px!important;


    }
    .about-wrap .left-box p{
        margin-top: 10px;
    }
    .about-wrap .image-box {
        margin-top: 20px;
    }
    .counter {
        font-size: 42px;
    }
    .counter-box p {
        font-size: 16px;
    }
    .heading{
        margin-bottom: 30px;
    }
    .cta {
        padding: 0 20px 50px;
    }
    .cta-box {
        padding: 40px 0px;
    }
    .cta-heading h3{
        font-size: 24px;
        line-height: 29px;
    }
    .cta .right p {
        font-size: 24px;
    }
    .slide-item{
        padding: 30px 20px;
    }
    .slick-next:before, .slick-prev:before{
    align-items: center;
    justify-content: center;
    /* vertical-align: middle; */
    display: flex;
    margin-top: -4px;
}
   .slick-arrow{
    width: 35px;
    height: 35px;
}
   .slick-prev{
    left: 15px;
}
  .slick-next{
    right: 15px;
}
.footer .logo-img {
    width: 60%;
}
.address a{
    word-break: break-all;
}
.address{
    padding: 30px 20px 15px;
}
.copy-ryt p{
    padding-top: 20px;
    margin-bottom: 0px;
}

.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-toggler{
    border: none;
}
}