*{
    top: 0;
    padding: 0;
    margin: 0;
}

.header-background{
    background-color: #141414;
    backdrop-filter: blur(40px);
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.container
{
    width: 1250px;
    margin: auto;

}

/*navbar*/

.navbar{
    display: flex;
}

.padding-auto {
    padding: 30px;
}



.nav-left{
    width: 15%;
}

.nav-right{
    width: 85%;
    display: flex;
}

.mid-right{
    width: 90%;
}

.nav-btn{
    width: 10%;
    justify-content: right;
    display: flex;
    gap: 20px;
}

.mid-right ul{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.mid-right ul li{
    list-style: none;
}



.mid-right ul li a{
    font-family: Montserrat;
    color: white;
    text-decoration: none;
    font-size: 18px;
}



.nav-btn i{
color: white;
font-size: 19px;
}

/* .nav-btn a{
    font-family: Montserrat;
    background-color: white;
    color: #000000;
    text-decoration: none;
    padding: 10px;
} */

li.list-dropdown{
    cursor: pointer;
}

li.list-dropdown:hover>ul.dropdown-menu-contents {
    visibility: visible;
    opacity: 1;
    background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.46));
    -webkit-transition: all .5s, background, 2s .5s linear;
    transition: all .5s, background 2s .5s linear;
    top: 100%;
 
}

.drop-down-margin{
    background-color: white;
    position: absolute;
    width: 100%;
    left: 0px;
    top: -35px;
    height: 50px;
  opacity: 0;
  
    
}


.display-block{
  width: 100%;
}

.display-block li{
  width: auto;
  transition: 0.5s;
  padding-left: 10px;
}

.display-block li:hover{
    background-color: red;
}

ul.dropdown-menu-contents {
    background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.46));
    position: absolute;
    width: 300px;
    max-width: 300px;
    top: 70px;
   border-top: 2px solid red;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   opacity: 0;
   visibility: hidden;
}

.list-dropdown i{
    font-size: 12px;
    margin-left: 5px;
}

.display-block li{
    padding-top: 13px;
    padding-bottom: 13px;

}



a.dropdown-a{
   font-size: 16px!important;
}


/*navbar*/

/*banner-slider*/

.banner-slider{
    background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.46));
    height: auto;
    width: 100%;
    display: flex;
}


.banner-slider-about{
    background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.46));
    height: auto;
    width: 100%;
    display: flex;
}


.banner-left{
    width: 40%;

}

.banner-right{
    width: 60%;
    position: relative;
}

/*absolute container*/

.absoulte-container{
 margin-top: 20px;
    padding: 50px;
margin-left: 20px;

    background-color: #00000026;
    width: 73%;
    height: 360px;
}

.absoulte-container h1{
    color: white;
    font-size: 42px;
    font-weight: 100;
    font-family: Montserrat;
    line-height: 60px;
}
.absoulte-container p{
    color: white;
    margin-top: 30px;
    font-family: Poppins;
    font-weight: 100;
    line-height: 40px;
    font-size: 18px;
    margin-bottom: 50px;
}

.absoulte-container a{
    margin-top: 30px;
    color: white;
    text-decoration: none;
    border: 1px solid white;
    padding: 14px;
    font-size: 18px;
    font-family: Montserrat;
    transition: 0.5s;
}

.absoulte-container a:hover{
    background-color: white;
    color: black;
}

/*absolute contaienr*/


/*img-slider*/
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
 width: 100%;
  

  height: 100%;
}

.mySlides{
    height: 100%;
}

.slideshow-container img{
    height: 100%;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 23px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */

.prev{
    left: 60px;
}
.next {
  right: 60px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
 color: rgb(202, 28, 28);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */

.dots-list{
    position: absolute;
    top: 84%;
    left: 50%;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 4px;
  background-color: #00000061;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #141414;
}

/* Fading animation */
/* .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
} */


/*img-slider*/

/*banner-slider*/


/*about us*/

.banner-absolute{
    background-image:url(../images/about-us.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}



.absolute-container{
    text-align: center;
    background-color: #00000026;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 40px;
    z-index: 1001;
}

.absolute-container h1{
    color: white;
    font-family: Montserrat;
    font-size: 43px;
    font-weight: 100;
    margin-bottom: 30px;
}

.absolute-container p{
    color: white;
    font-size: 16px;
    font-weight: 100;
    font-family: poppins;
    line-height: 30px;
    margin-bottom: 40px;
}

.absolute-container a{
    margin-top: 30px;
    color: white;
    text-decoration: none;
    border: 1px solid white;
    padding: 14px;
    font-size: 18px;
    font-family: Montserrat;
    transition: 0.5s;
}

.absolute-container a:hover{
    background-color: white;
    color: black;
}

/*about us*/

/*models add*/

.center-heading{
    display: flex;
    justify-content: center;
}

.center-heading h1{
    font-size: 40px;
    font-family: Montserrat;
    font-weight: 100;
    background: -webkit-linear-gradient(rgb(0, 0, 0, 1), rgb(0, 0, 0,0.4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 3px solid rgb(94, 94, 94);
    width: auto;
   
}

.banner-pictures{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.banner-boxes img{
    width: 100%;
    height: auto;
}

.banner-boxes{
    position: relative;
    
}

.banner-auto img{
    width: 100%;
    height: auto;
    display: block;
}


.banner-boxes::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #000, #000);
    opacity: 0.4; 
  }

.banner-desc{
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 1;
}

.small-banner-desc{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center; z-index: 1;
}

.banner-headings{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center; 
    z-index: 1;
}

.banner-headings h1{
    color: white;
    font-size: 43px;
    font-family: Montserrat;
    font-weight: 100;
    margin-bottom: 15px; 
}

.banner-headings p{
    font-family: Montserrat;
    font-weight: 100;
    color: white;
    font-size: 19px;
}

.small-banner-desc h1{
    color: white;
    font-size: 43px;
    font-family: Montserrat;
    font-weight: 100;
    margin-bottom: 15px; 
}



.small-banner-desc p{
    font-family: Montserrat;
    font-weight: 100;
    color: white;
    font-size: 19px;
}

.banner-desc h2{
color: white;
font-size: 28px;
font-family: Montserrat;
font-weight: 100;
margin-bottom: 15px;
}

.banner-desc-1{
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 1;
}

.banner-desc-1 h2{
    color: white;
font-size: 28px;
font-family: Montserrat;
font-weight: 100;
margin-bottom: 15px;
}

.links-add{
    display: flex;
    gap: 30px;
    justify-content: center;
}

.links-add a{
    text-decoration: none;
    font-family: Poppins;
    width: 100px;
}

.links-add a.link-1{
    background-color: white;
    padding: 13px;
    color: black;
    transition: 0.5s;
    border: 1px solid white;
}

.links-add a.link-1:hover{
    border: 1px solid white;
    color: white;
    background-color: transparent;
}

.links-add a.link-2{
    border:1px solid white;
    padding: 13px;
    color: white;
    transition: 0.5s;
}

.links-add a.link-2:hover{
    background-color: white;
    color: black;
}

.w-100{
    width: 100%;
}

.w-50{
    width: 49.2%;
}

/*models add*/


/*bread crumbs*/


.border-bottom{
    border-bottom: 1px solid rgb(177, 176, 176);
}

.bread-crumbs p{
    font-family: Montserrat;
    background: -webkit-linear-gradient(rgb(0, 0, 0, 1), rgb(0, 0, 0,0.4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bread-crumbs p span{
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
    color: #BDBDBD;
}





/*bread crumbs*/

.banner-desc p{
    font-family: Montserrat;
    color: white;
    margin-top: 10px;
    letter-spacing: 1px;
}


.banner-desc h1{
    font-family: Montserrat;
    color: white;
    font-size: 43px;
    font-weight: 100;
}

.heading-center-top{
    text-align: center;
}

.heading-center-top h1{
    font-family: Montserrat;
    background: -webkit-linear-gradient(rgb(0, 0, 0, 1), rgb(0, 0, 0,0.4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 100;
}

.heading-center-top p{
    margin-top: 20px;
    color: #4F4F4F;
    font-family: Montserrat;
    line-height: 30px;
}


.heading-para{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    
}


.card-desc-boxes{
    display: flex;
    width: 100%;
    margin-top: 30px;
}

.car-box{
    width: 25%;
    text-align: center;
  border-left: 2px solid #8d8c8c;
  padding-top: 70px;
  padding-bottom: 70px;
}

.car-box:first-child{
    border-left: 0px;
}


.car-box h2{
    font-family: Montserrat;
    background: -webkit-linear-gradient(rgb(0, 0, 0, 1), rgb(0, 0, 0,0.4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
}

.car-box p{
    font-family: Montserrat;
    background: -webkit-linear-gradient(rgb(0, 0, 0, 1), rgb(0, 0, 0,0.4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.feature-container{
    display: flex;
    gap: 30px;
}

.feature-left{
    width: 50%;
}

.feature-left img{
    width: 100%;
    height: auto;
}

.feature-right{
    width: 50%;
 
   
}

.right-border{
    border-left: 2px solid #8d8c8c;
    padding-left: 20px;
}



.feature-right h4{
    font-family: Montserrat;
    background: -webkit-linear-gradient(rgb(0, 0, 0, 1), rgb(0, 0, 0,0.4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 90px;
}

.feature-right p{
    font-family: Montserrat;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}

.features-flex{
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.feature-boxes{
    width: 25%;
}

.feat-desc img{
    width: 45px;
    height: auto;
    margin-bottom: 20px;
}

.feat-desc{
    border-left: 2px solid #8d8c8c;
    height: auto;
    padding-left: 15px;
    margin-top: 20px;
}

.feat-desc h4{
    font-family: Montserrat;
    background: -webkit-linear-gradient(rgb(0, 0, 0, 1), rgb(0, 0, 0,0.4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feat-desc p{
    font-family: Montserrat;
    margin-top: 20px; 
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
}

.secondary-slider{
    position: relative;
}

.key-features-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 30px;
    justify-content: center;
}

.features-boxes{
width: calc(50% - 60px);
  box-sizing: border-box; 
  display: flex;
  border-bottom: 1px solid #828282;
  padding-bottom: 10px;
}

.heading-flex{
    width: 50%;
}

.para-flex{
    width: 50%;
    text-align: right;
}

.heading-flex h4{
    font-family: Montserrat;
    background: -webkit-linear-gradient(rgb(0, 0, 0, 1), rgb(0, 0, 0,0.4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}

.para-flex p{
    font-family: Montserrat;
    background: -webkit-linear-gradient(rgb(0, 0, 0, 1), rgb(0, 0, 0,0.4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
}


/*about us page*/

.about-us-page p{
    font-family: Montserrat;
  color: #333333;  
  line-height: 30px;
  font-size: 15px;
  text-align: justify;
}


.team-members{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.team-member-box{
    width: calc(25% - 40px);
    text-align: center;
}

.team-member-box img{
    width: 70%;
    height: auto;
}

.team-member-box h3{
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Montserrat;
    background: -webkit-linear-gradient(rgb(0, 0, 0, 1), rgb(0, 0, 0,0.4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}

.team-member-box p{
    font-family: Montserrat;
    background: -webkit-linear-gradient(rgb(0, 0, 0, 1), rgb(0, 0, 0,0.6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}

/*message from chairmen*/


.ceo-message-container {
    margin-top: 30px;
}


.message-container  img {
    float: right;
    margin-bottom: 10px;
    margin-left: 40px;
    width: 380px;
    height: auto;
}

.message-container p{
    font-family: Montserrat;
    text-align: justify;
    line-height: 25px;
    color: #333333;
    font-size: 15px;
    margin-top: 15px;
}

.message-container p:first-child{
    margin-top: 0px;
}

p.post-message{
    margin-top: 5px;
}


/*message from chairmen*/

/*make an inquiry*/

.banner-absolute-inquiry{
    background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.46));
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
}

.absolute-container-inquiry{
    padding: 40px;
}

.absolute-container-inquiry h1{
    color: white;
    font-family: Montserrat;
    font-size: 43px;
    font-weight: 100;
    margin-bottom: 30px;
    text-align: center;
}

.inquiry-form {
    width: 80%;
    margin: auto;
}

.inquiry-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.inquiry-form form label{
    width: 100%;
    text-align: left;
    font-family: Montserrat;
    color: white;
}

.inquiry-form form input{
    width: 100%;
    padding: 10px;
    margin-top: 13px;
    font-family: Montserrat;
    font-size: 15px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
}

.inquiry-form form select{
    width: 105%;
    padding: 10px;
    margin-top: 13px;
    font-family: Montserrat;
    font-size: 15px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
}

.inquiry-form form select option{
    color: black;
}


.inquiry-form form input::placeholder,
.inquiry-form form textarea::placeholder{
    color: rgb(196, 193, 193)!important;
}



.inq-div textarea{
    width: 95%;
    padding: 10px;
    margin-top: 15px;
    height: 150px;
    font-family: Montserrat;
    font-size: 17px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
}

.sub-btn{
    display: flex;
    justify-content: center;
    width: 100%;
}

.sub-btn button{
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    color: black;
    border: none;
    cursor: pointer;
    font-size: 18px;
    width: 150px;
    font-family: Montserrat;
    font-weight: 500;
}

.wid-half{
    width: calc(50% - 50px);
}

.wid-full{
    width: 100%;
}

.address-iframe iframe{
    width: 100%;
    height: 60vh;
    /* filter: grayscale(90%) invert(90%) opacity(90%); */
}

.download-pdf{
    display: flex;
    justify-content: center;
}

.download-pdf button{
    padding: 10px;
    cursor: pointer;
    border: none;
    background: -webkit-linear-gradient(rgb(0, 0, 0, 1), rgb(0, 0, 0,0.4));
    color: white;
    border-radius: 5px;
    font-size: 16px;
}


/*make an inquiry*/

/*about us page*/

/*footer starts here*/

footer{
    background-color: #3C4242;
}

footer .row{
display: flex;
gap: 120px;
}


.footer-row p{
    font-family: Montserrat;
    color: white;
    margin-top: 20px;
    line-height: 35px;
    font-size: 15px;
    text-align: justify;
}

.row-top{
    width: 40%;
}

.row-second{
    width: 30%;
}

.footer-row h2{
    color: white;
    font-family:Montserrat;
    font-weight: 600;
}

.footer-row ul{
    margin-top: 10px;
}

.footer-row ul li{
    list-style: none;
    line-height: 40px;
}

.row-second ul li{
    color: white;
    font-family: Montserrat;
    text-decoration: none;
    font-size: 15px;
}

.footer-row ul li a{
    color: white;
    font-family: Montserrat;
    text-decoration: none;
    font-size: 15px;
    transition: 0.5s;
}

.footer-row ul li a:hover{
    color: rgb(214, 214, 214);
}
.social-links{
    margin-top: 10px;
    display: flex;
    gap: 15px;
}




.social-links a i{
    border: 1px solid white;
    padding: 10px;
    border-radius: 5px;
    width: 20px;
    text-align: center;
    font-size: 14px;
    height: 15px;
    transition: 0.5s;
    color: white;
}

.social-links a i:hover{
background-color: white;
color: #3C4242;
}

.bottom-footer{
    border-top: 1px solid #BEBCBD;
    margin-top: 30px;
    padding-top: 30px;
}

.bottom-footer p{
    text-align: center;
    font-family: Montserrat;
    color: white;
}

.bottom-footer p a{
    color: #BEBCBD;
}

.nav-btn .fa-bars{
    display: none;
}

/*footer ends here*/


/*mobile navabar*/

.logo-mobile-bar{
    padding: 20px;
}

.display-block-nav{
    display: block!important;
  }
  

.background-linear{
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 8;
  display: none;
  }


.left-none{
    left: 0px!important;
}

.mobile-nav{
    position: fixed;
    height: 103vh;
    width: 330px;
    z-index: 9999;
    background-color: #141414;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    left: -400px;
    transition: 0.5s;
}

.fa-xmark{
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 18px;
}

.mobile-nav ul{
    margin-top: 20px;
    margin-top: 10px;
}

.mobile-nav ul li{
    list-style: none;
    border-bottom: 1px solid rgb(48, 48, 48);
    position: relative;
    padding: 20px;
}

.dropdown-nav ul li{
    border-bottom: none;
    padding: 13px;
    margin-left: 5px;
}

.dropdown-nav ul li a{
    font-size: 15px;
}

.dropdown-nav{
    display: none;
}

.mobile-nav ul li i{
    position: absolute;
    right: 30px;
    top: 20px;
}

.mobile-nav ul a{
    color: white;
   text-decoration: none;
   font-family: Montserrat;
   font-size: 17px;
  
}


/*mobile navabar*/

/*charging station*/

.charge-stations-container{
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.place-container{
    width: 30%;
}

.charge-map-container{
    width: 70%;
}

.charge-map-container p{
    font-size: 20px;
    font-family: Montserrat;
    color: #393c41;
}




.place-container p.p-heading{
    font-size: 20px;
    font-family: Montserrat;
    color: #393c41; 
}
.charge-map-container p i{
    color: rgba(255,0,0,.8);
    margin-right: 6px;
}

.charging-stations{
    margin-top: 30px;
    height: 70vh;
    overflow-y: auto;
}

.charge-map-container iframe{
    width: 100%;
    height: 70vh;
    margin-top: 30px;
}


.div-stations{
    display: flex;
  padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(207, 207, 207);
}

.icon-charge{
    margin-right: 10px;
}

.station-desc .charge-title{
margin-bottom: 15px;
font-family: Montserrat;
}

p.phone-num a{
text-decoration: none;
font-family: Montserrat;
font-size: 14px;
color: grey;
}

/*charging station*/

/*types*/
.margin{
    margin-top: 30px;
    margin-bottom: 30px;
}

.model-types{
    margin-top: 30px;
    margin-bottom: 30px;
}

.model-types{
    display: flex;
    gap: 30px;
}

.model-pic{
    width: 50%;
}


.model-pic img{
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.model-desc{
    width: 50%;
}

.model-desc h3{
    color: white;
    font-family: Montserrat;
    font-size: 35px;
}

.button-select{
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.button-select button{
    background: none;
    border: 1px solid white;
    padding: 13px;
    font-family: Montserrat;
    color: white;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.5s;
    font-weight: 600;
}

.view-brochure{
    background: none;
    border: 1px solid white;
    padding: 13px;
    font-family: Montserrat;
    font-size: 15px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.5s;
    font-weight: 600;
    text-decoration: none;
    background-color: white;
    color: black;
   
}

.button-select button:hover{
    background-color: white;
    color: black;
}

.active{
    background-color: white!important;
    color: black!important;
}

.box-1{
    width: calc(50% - 30px);
    font-family: Montserrat;
}


.box-1 h4{
color: white;
margin-bottom: 10px;
}

.box-1 p{
    color: white;
}

.modal-boxes{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 100%;
    gap: 30px;
    margin-bottom: 50px;
}


/*types*/

.test-btn-div{
    display: flex;
    justify-content: center;
}

.test-drive-btn{
    padding: 10px;
    cursor: pointer;
    border: none;
    background: -webkit-linear-gradient(rgb(0, 0, 0, 1), rgb(0, 0, 0,0.4));
    color: white;
    border-radius: 5px;
    font-size: 17px;
    text-decoration: none;
   font-family: Montserrat;
   font-weight: 500;

}

.test-drive-btn img{
    height: 25px;
    width: auto;
    margin-right: 5px;
}

/*testimonial*/

.owl-carousel{
    width: 100%!important;
    margin-top: 50px;
    height: auto!important;
  
}

.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

.testimonial{
    margin-top: 20px;
    font-family: Montserrat;
}

.owl-carousel .owl-item .card {
    padding: 43px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: none!important;
    padding-bottom: 40px;
}

.align-items{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.align-items h3{
    margin-bottom: 10px;
    background: -webkit-linear-gradient(rgb(0, 0, 0, 1), rgb(0, 0, 0,0.4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.align-items p{
    font-size: 14px;
}

.owl-carousel .owl-item .card {
    opacity: 0.5;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1.3, 1.3, 1.3);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #D9D9D9 !important;
    border-radius: 2px !important;
    opacity: 0.8;
    
}



.img-card{
    position: relative;
}

.img-card img.position-absolute-testi{
    position: absolute;
    left: 20px;
    top: 25px;
    height: 40px!important;
    width: 40px!important;
    cursor: pointer;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.46)) !important;
}

/*testimonial*/

.banner-auto{
    position: relative;
}

.banner-auto::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #000, #000);
    opacity: 0.4;
}


/*mobile responsive*/


@media screen and (min-width: 1600px) {
    .banner-headings{
        position: absolute;
        left: 50%;
        top: 40%;
        transform: translate(-50%,-50%);
        text-align: center; 
    }
 

}



@media screen and (max-width: 1260px) {
.container{
    width: 94%;
    margin: auto;
}

}

@media screen and (max-width: 1150px) {
    .absoulte-container{
        position: static;
        padding: 30px;
        background-color: transparent;
    }
    .absoulte-container h1{
        font-size: 30px;
        line-height: 50px;
    }
    .absoulte-container p{
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 40px;
      
    }
    .w-50{
        width: 48.5%;
    }

    .banner-desc{
        top: 83%;
    }
 
}

@media screen and (max-width: 1029px) {
    .mid-right ul li a{
        font-size: 17px;
    }

    .nav-left{
        width: 20%;
    }
    .nav-right{
        width: 80%;
    }
    .w-50 {
        width: 48.7%;
    }

    .absoulte-container h1{
        font-size: 27px;
        line-height: 40px;
    }

    .banner-headings h1{
        font-size: 40px;
    }
    .banner-headings p{
        font-size: 16px;
        line-height: 25px;
    }
    .banner-boxes{
        height: 40vh;
    }

    .banner-boxes img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    
    .banner-desc{
        top: 70%;
    }
}


@media screen and (max-width: 970px) {
    .links-add a.link-1{
        padding: 7px;
    }
    .links-add a.link-2{
        padding: 7px;
    }
    .banner-desc-1 h2{
        font-size: 22px;
    }
    .banner-slider{
        display: block;
    }
    .banner-right{
        position: relative;
        width: 100%;
    }
 
    .dots-list{
        left: 50%;
    }
    .banner-left{
        width: 100%;
    }
    .absoulte-container{
        width: auto;
        text-align: center;
        height: auto;
    }
    .banner-auto{
        position: relative;
        height: auto;
    }

 
}

@media screen and (max-width: 950px) {
    .nav-btn .fa-bars{
        display: block;
    }
    .mid-right{
        display: none;
    }
    .nav-btn{
        width: 100%;
    }
    .padding-auto{
        padding: 20px;
    }
    .absoulte-container{
        margin-bottom: 20px;
    }
    .feature-right h4{
        margin-top: 32px;
    }
}

@media screen and (max-width:900px){
    .w-50{
        width:48.5%
    }
    .banner-desc h2{
        font-size: 22px;
    }
    .banner-desc{
        top: 80%;
    }
    .slideshow-container{
        width: 100%;
        height: auto;
    }
    .mySlides{
        width: 100%;
        height: auto;
    }
    .slideshow-container img{
        height: auto;
    }
    .feature-container{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .feature-right h4{
        margin-top: 0px!important;
    }
    .row-reverse{
        flex-wrap: wrap-reverse;
    }
    .feature-left{
        width: 100%;
    }
    .feature-right{
        width: 100%;
    }
    .right-border{
        border-left: none;
        padding-left: 0px;
    }
    .feature-right h4{
        margin-top: 18px;
    }
}

@media screen and (max-width:815px){
    footer .row{
        display: block;
    }
    .row-top{
        width: 100%;
    }
    .row-second{
        width: 100%;
    }
    .footer-row{
        margin-top: 20px;
    }
    .w-50{
        width: 100%;
    }
    .banner-desc-1{
        top: 80%;
    }
    .center-heading h1{
        font-size: 35px;
    }
    .absolute-container-inquiry h1{
        font-size: 35px;
    }
    .features-flex{
        flex-wrap: wrap;
    }
    .feature-boxes{
        width: 48%;
    }
    .banner-slider-about .banner-right{
        display: none;
    }
    .banner-slider-about .absoulte-container p{
        margin-bottom: 15px;
    }
    .banner-slider-about .absoulte-container{
        margin-bottom: 0px;
    }
    .message-container img{
        width: 300px;
    }
    .inquiry-form{
        width: 100%;
    }
    .team-member-box{
        width: calc(33.33% - 40px);
    }
    .secondary-slider .dots-list{
        display: none;
    }
}

@media screen and (max-width:800px){
    .feature-boxes{
        width: calc(50% - 30px);
    }

    .model-types{
        display: block;
    }
    .model-pic{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .model-pic img{
        position: static;
        transform: none;
        width: 70%;
    }
    .model-desc {
        width: 100%;
    }
}

@media screen and (max-width:628px){
    .banner-desc h1{
        font-size: 33px;
    }
    .heading-center-top h1{
        font-size: 33px;
    }
    .heading-para{
        width: 100%;
    }
    .card-desc-boxes{
        flex-wrap: wrap;
        gap: 20px;
    }

    .car-box:first-child{
        border-left: 2px solid #8d8c8c;
    }

    .car-box{
        width: 47%;
        text-align: center;
        border-left: none;
        border: 2px solid #8d8c8c;
    }
    .heading-flex h4{
        font-size: 14px;
    }
    .para-flex p{
        font-size: 14px;
    }
    .banner-headings{
        width: 100%;
    }

    .banner-auto{
        height: 25vh;
    }

    .banner-auto img{
        height: 100%;
    }

    .about-us-page img{
        display: none!important;
    }
}

@media screen and (max-width:560px){
    .absoulte-container h1{
        font-size: 22px;
    }
    .absoulte-container p{
        font-size: 15px;
    }
    .absoulte-container a{
        font-size: 16px;
    }
    .dots-list {
        left: 45%;
    }

    .banner-desc{
        top: 70%;
    }

    .banner-desc-1{
        top: 70%;
    }
    .absolute-container{
        padding: 20px;
    }

    .padding-auto{
        padding: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .center-heading h1{
        font-size: 28px;
    }
    .banner-auto img{
        object-fit: cover;
    }
    .message-container img {
        width: 190px!important;
    }
    .heading-center-top h1{
        font-size: 30px;
    }
    .banner-headings{
        width: 90%;
    }
    .team-member-box {
        width: calc(50% - 40px);
    }
    .team-member-box img{
        width: 55%;
    }
    .absolute-container-inquiry{
        padding: 0px;
    }
    .wid-half{
        width: 95%;
    }
    .inq-div textarea{
        width: 95%;
    }
    .bread-crumbs p{
        font-size: 15px;
    }
    .heading-center-top h1{
        font-size: 22px;
    }
    .heading-center-top p{
        font-size: 15px;
    }
    .car-box h2{
        font-size: 18px;
    }
    .features-boxes{
        width: 100%;
    }
    .model-desc h3{
        font-size: 22px;
    }
    .button-select button{
        font-size: 12px;
        padding: 10px;
    }
    .view-brochure{
        font-size: 12px;
        padding: 10px;
    }
    .box-1 h4{
        font-size: 16px;
    }
    .box-1 p{
        font-size: 13px;
    }
    .banner-boxes{
        height: 30vh;
    }
    .small-banner-desc{
        width: 100%;
    }
    .small-banner-desc h1{
        font-size: 30px;
    }
}

@media screen and (max-width:500px){
    .card-desc-boxes{
        gap: 15px;
    }
    .banner-desc{
        width: 100%;
    }

    .banner-auto{
        height: 23vh;
    }
    .next{
        right: 25px;
    }
    .prev{
        left: 25px!important;
    }
    .prev, .next{
        top: 36%;
    }
}

@media screen and (max-width:450px){
    .absolute-container{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .banner-desc h2{
        font-size: 20px;
    }
    .banner-desc-1 h2{
        font-size: 20px;
    }
    .links-add a.link-2{
        font-size: 15px;
    }
    .links-add a.link-1{
        font-size: 15px;
    }
    .absolute-container h1{
        font-size: 22px;
    }
    .absolute-container p{
        font-size: 14px;
    }
    .absolute-container a{
        padding: 13px;
        font-size: 13px;
    }
    .footer-row p{
        font-size: 14px;
    }
    .footer-row ul li a{
        font-size: 14px;
    }
    .next{
        right:20px
    }
  
    .links-add{
        gap: 15px;
    }
    .center-heading h1{
        font-size: 25px;
    }
    .center-heading h1{
        border-bottom: 2px solid rgb(94, 94, 94) ;
    }
    .feature-boxes{
        width: 100%;
    }
    .banner-headings h1{
        font-size: 23px;
    }
    .banner-headings p{
        font-size: 13px;
    }
    .about-us-page p{
        font-size: 14px;
    }
    .message-container p{
        font-size: 14px;
    }
    .heading-center-top h1{
        font-size: 25px;
    }
    .absolute-container-inquiry h1{
        font-size: 22px;
    }
    .inquiry-form form label{
        font-size: 13px;
    }
    .inquiry-form form input{
        font-size: 13px;
    }
    .inquiry-form form select{
        font-size: 13px;
    }
    .inq-div textarea{
        font-size: 13px;
    }
    .sub-btn button{
        font-size: 13px;
    }
    .inquiry-form form{
        gap: 20px;
    }
    .bread-crumbs p{
        font-size: 14px;
    }
    .heading-center-top p{
        margin-top: 10px;
    }
    .banner-desc h1{
        font-size: 17px;
    }
    .car-box{
        width: calc(50% - 15px);
    }
    .car-box h2{
        font-size: 16px;
    }
}

@media screen and (max-width:400px){
    .links-add a.link-1{
        font-size: 12px;
        padding: 5px;
    }

    .links-add a.link-2{
        font-size: 12px;
        padding: 5px;
    }
    .absoulte-container a{
        font-size: 13px;
    }

    .wid-half{
        width: 93%;
    }
    .inq-div textarea{
        width: 93%;
    }
    .address-iframe iframe{
        height: 42vh;
    }

    .box-1 h4{
        font-size: 14px;
    }
    .box-1 p{
        font-size: 12px;
    }
    .car-box{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}



