*{
  box-sizing: border-box;
}
body {
  margin: 0;
}
.bg-dark {
  background-color: #ffffff !important;
  border-bottom: 1px solid #ddd;
}
.navbar-dark .navbar-nav .nav-link {
  color:white;
}
.nav-link:hover {
  color: rgb(184, 21, 21)!important;
}
li.nav-item{
  margin-right: 20px;
}
a.nav-link{
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
}
a img.call-icon{
  width: 16px;
}
a.call-btn{
  border: 1px solid #d40309;
  padding: 8px 12px;
  color: #d40309;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  display: inline-block;
  transition: all 0.8s;
}
a.call-btn:hover{
  background-color: #d40309;
  border: 1px solid #d40309;
  color: #fff;
}
a.call-btn:hover .call-icon{
  filter: brightness(0) invert(1);
}
#main-banner{
  background-image: url(../images/car2.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
#main-banner:after{
  position: absolute;
  content: "";
  background: #000000c4;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.banner-text{
  padding: 100px 0px;
}
.banner-text h1{
  font-size: 40px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 55px;
}
.banner-text p{
  font-size: 17px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-top: 15px;
}
.tags-card{
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.tags-card span {
  background: #d40309;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
a.explore-btn{
  border: 1px solid #fff;
  color: #fff;
  padding: 4px 15px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
  text-decoration: none;
  align-items: center;
  transition: all 0.8s;
  justify-content: center;
  margin-right: 15px;
}
a.explore-btn:hover{
  background-color: #d40309;
  border: 1px solid #d40309;
}
a.explore-btn img{
  width: 40px;
}
a.Whatsapp-btn{
  border: 1px solid #fff;
  color: #fff;
  padding: 4px 15px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
  text-decoration: none;
  align-items: center;
  transition: all 0.8s;
  justify-content: center;
}
a.Whatsapp-btn:hover{
  background-color: #d40309;
  border: 1px solid #d40309;
}
a.Whatsapp-btn img{
  width: 20px;
}
#cars-gallery-heading{
  padding: 50px 0px;
  background: #f5f5f5;
}
#car-gallery{
  margin: 30px 0px;
}
#car-silder{
  margin-bottom: 30px;
}
#car-silder .car-image{
  border-radius: 16px;
}
#car-silder .car-image img{
  border-radius: 16px;
  height: 480px;
  object-fit: cover;
}
#car-silder .owl-nav.disabled{
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
#car-silder button span{
  display: none;
}
#car-silder button.owl-prev{
  background-image: url(../images/left-arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  box-shadow: 0px 0px 10px #484848;
  border-radius: 50%;
  top: 50%;
  left: 35px;
}
#car-silder button.owl-next{
  background-image: url(../images/right-arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  box-shadow: 0px 0px 10px #484848;
  border-radius: 50%;
  top: 50%;
  right: 35px;
}
.car-detail-card{
  margin-left: 25px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  position: sticky;
  top: 100px;
}
.car-detail-card h1{
  font-size: 32px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-bottom: 15px;
}
.car-detail-card h2{
  font-size: 22px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-bottom: 15px;
}
.car-detail-card h3{
  font-size: 26px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
}
.car-detail-card p{
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.car-span{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
  margin-top: 20px;
}
.car-span span{
  background: #f5f5f5;
  color: #5d5d5d;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border-radius: 6px;
  padding: 3px 8px;
  margin-right: 7px;
  margin-bottom: 7px;
}
.note{
  background: #f5f5f5;
  color: #5d5d5d;
  font-size: 13px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  border-radius: 8px;
  padding: 4px 8px;
  margin-top: 40px;
}
.contact-btns{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.whatsapp-btn{
  text-align: center;
  border: 1px solid #d40309;
  color: #d40309;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  border-radius: 8px;
  text-decoration: none;
  padding: 15px 10px;
  width: 48%;
  transition: all 0.8s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-btn:hover{
  color: #fff;
  background: #d40309;
}
.whatsapp-btn:hover img{
  filter: brightness(0) invert(1);
}
.call-us-btn{
  text-align: center;
  border: 1px solid #d40309;
  color: #d40309;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  border-radius: 8px;
  text-decoration: none;
  padding: 15px 30px;
  width: 48%;
  transition: all 0.7s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.call-us-btn:hover{
  color: #fff;
  background: #d40309;
}
.call-us-btn:hover img{
  filter: brightness(0) invert(1); 
}
.car-overiew{
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px 15px;
  border-radius: 16px;
}
.car-overiew h2{
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-bottom: 20px;
}
.car-details{
  display: flex;
  align-items: center;
}
.car-details img{
  width: 30px;
}
.car-details span{
  font-size: 13px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #5d5d5d;
}
.car-details p{
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-bottom: 0px;
}
.car-features{
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px 15px;
  border-radius: 16px;
  margin-top: 30px;
}
.car-features h2{
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-bottom: 20px;
}
#pills-tab{
  justify-content: space-around;
}
#pills-tab .nav-item{
  width: 50%;
  margin: auto;
}
#pills-tab .nav-link{
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: grey;
  width: 100%;
}
#pills-tab .nav-link.active{
  background-color: transparent !important;
  color: #d40309;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  border-bottom: 1.8px solid #d40309;
  border-radius: 0px;
}
#pills-tabContent ul{
  list-style: none;
  padding-left: 0px;
}
#pills-tabContent ul li{
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
  display: flex;
  align-items: center;
}
.specifications{
  margin-bottom: 20px;
}
.specifications span{
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000;
}
.specifications p{
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-bottom: 0px;
  margin-top: 5px;
}
#explore-car{
  margin: 70px 0px;
}
.section-heading{
  margin-bottom: 40px;
  text-align: center;
}
.section-heading h1{
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #000;
}
.section-heading h2{
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #000;
}
.section-heading p{
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000;
}
#explore-car a{
  text-decoration: none;
  color: #000;
}
.car-cards{
  background: #fff;
  border-radius: 12px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 10px #eee;
  margin-bottom: 25px;
}
.car-info{
  padding: 20px;
}
.car-photo img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 200px !important;
  object-fit: cover;
  width: 100%;
}
.car-info h2{
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-bottom: 0px;
}
.car-info h2 span{
  color: #555;
  font-size: 14px;
}
.car-info h3{
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-bottom: 12px;
}
.car-info p.span-back{
  background: #f5f5f5;
  padding: 5px;
  border-radius: 6px;
}
.car-info p{
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
#cars-gallery{
  margin: 50px 0px;
}
#cars-gallery a{
  text-decoration: none;
}
#latest-car{
  margin: 50px 0px;
}
#latest-car a{
  text-decoration: none;
}
.more-cars{
  text-align: center;
  margin-top: 50px;
}
a.more-cars-btn{
  border: 1px solid #d40309;
  color: #d40309;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  border-radius: 8px;
  padding: 12px;
  transition: all 0.8s;
}
a.more-cars-btn:hover{
  background: #d40309;
  color: #fff;
}
a.more-cars-btn:hover img{
  filter: brightness(0) invert(1);
}
#latest-car-slider .info{
  width: 14px !important;
  display: inline-block;
}
#latest-car-slider .map-icon{
  width: 12px !important;
}
#latest-car-slider .owl-nav.disabled{
  display: block !important;
}
#latest-car-slider button span{
  display: none;
}
#latest-car-slider button.owl-prev{
  background-image: url(../images/left-icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  right: 60px;
  top: -75px;
  position: absolute;
}
#latest-car-slider button.owl-next{
  background-image: url(../images/right-icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  right: 14px;
  top: -75px;
  position: absolute;
}
#our-service{
  margin: 70px 0px 50px;
}
.service-card{
  background: #f5f5f5;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 30px;
  height: 86%;
  max-height: 100%;
}
.service-card:hover{
  box-shadow: 0px 0px 10px silver;
  transition: all 0.8s;
  cursor: pointer;
}
.service-card h3{
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-bottom: 5px;
  line-height: 25px;
  margin-top: 15px;
}
.service-card p{
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-bottom: 0px;
  line-height: 20px;
}
#our-review{
  margin: 40px 0px 0px;
  background: #f5f5f5;
  padding: 50px 0px;
}
.review-card{
  text-align: center;
}
.review-card h3{
  color: #000;
  font-size: 25px;
  margin-top: 20px;
}
.review-card h3 span{
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.review-card p{
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-bottom: 0px;
}
#contact-us{
  padding: 50px 0px;
  background: #f5f5f5;
}
#contact-text{
  margin: 50px 0px;
}
#contact-text h2{
font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    display: inline-block;
    margin-bottom: 30px;
}
.contact-text{
  margin-left: 15px;
}
.contact-text h3{
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 2px;
}
.contact-text p{
    font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-bottom: 0px;
}
.contact-text p a{
  text-decoration: none;
  color: #000;
}
#about-us{
  padding: 50px 0px;
  background: #f5f5f5;
}
#about-content{
  margin: 50px 0px;
}
.about-text h3{
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.about-text h4{
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.about-text p{
      font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000;
}
.about-img{
  text-align: center;
  border-radius: 50%;
}
.about-img img{
object-fit: cover;
    width: 500px;
    border-radius: 50%;
    height: 500px;
    object-position: top;
    box-shadow: 0px 0px 10px #ddd;
}
footer {
  padding: 50px 0px;
  background-color: #fff;
  border-top: 1px solid #eee;
}
.footer-logo p{
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.footer-logo p a{
  color: #000;
  text-decoration: none;
}
.footer-content h3{
    font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.footer-content ul{
  list-style: none;
  padding-left: 0px;
}
.footer-content li{
  margin-bottom: 10px;
    font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000;
  text-decoration: none;
  transition: all 0.8s;
}
.footer-content li a{
    font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000;
  text-decoration: none;
  transition: all 0.8s;
}
.footer-content li a:hover{
  color: #d40309;
}
a.links-back{
  border-radius: 50%;
  background: #d40309;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  text-decoration: none;
}
.fa{
  color: #fff;
  font-size: 22px;
}
.text-block {
 position: absolute;
 background-color: black;
 color: white;
 padding-left:10px;
 padding-right:10px;
 margin-left:16px;
 margin-bottom:40px;
}
.hide-mobile{
  display: block;
}
.hide-desktop{
  display: none;
}
.bottom-buttons{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0px;
  background: #fff;
  z-index: 9;
  width: 100%;
}
a.what-butt{
  width: 50%;
  background: green;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
a.call-butt{
  width: 50%;
  background: #d40309;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
    font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}