@import url('https://fonts.googleapis.com/css2?family=Anton&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Dancing+Script:wght@400..700&family=Halant:wght@300;400;500;600;700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Marcellus&family=Monsieur+La+Doulaise&family=Montez&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nothing+You+Could+Do&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Princess+Sofia&family=Road+Rage&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rock+Salt&family=Tangerine:wght@400;700&display=swap');
/* Scrollbar for WebKit Browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 10px; /* Width of scrollbar */
}

::-webkit-scrollbar-track {
  background: #000000; /* Track (background) color */
}

::-webkit-scrollbar-thumb {
  background: #00FE01; /* Scroll thumb color */
  border-radius: 5px; /* Rounded corners */
}

::-webkit-scrollbar-thumb:hover {
  background: #00FE01; /* Color when hovered */
}



html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Josefin Sans', sans-serif;
  font-family: "Poppins", serif;
  color: rgb(255, 255, 255);
background-color: #000000 !important;
}
a{
  text-decoration: none !important;
}
h1{
  font-family: "Poppins", serif;
  font-weight: 600 !important;
  color: white;

}
h2{
  font-family: "Poppins", serif;
  font-weight: 600 !important;

}
h3{
  font-family: "Poppins", serif;
}
h4{
  font-family: "Poppins", serif;
}
p{
  font-family: 'Josefin Sans', sans-serif;
  color: rgba(0, 0, 0, 0.383);
  margin-bottom: 0px;

}
#carouselExampleCaptions{
  position: relative;
  margin-top: -150px;
}
.carousel1{
  background: url('../photos/img1.jpg') rgba(0, 0, 0, 0.452);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 95vh;
}
.carousel2{
  background: url('../photos/img2.jpg') rgba(0, 0, 0, 0.452);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 95vh;
}
.carousel3{
  background: url('../photos/img3.png') rgba(0, 0, 0, 0.452);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 95vh;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 19.25rem !important;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left !important;
}

.carousel-caption h2{
  font-size: 60px;
  font-family: "Poppins", serif;
}

.carousel-indicators{
  display: none !important;
}
.top-bar{
  background: rgba(255, 255, 255, 0);
  padding: 10px;
  color: rgb(255, 255, 255) !important;
  border-bottom: 1px solid rgb(255, 255, 255);
  z-index:1000;
  position: relative;
}
.navbar{
  border-bottom: 1px solid white;
}
.nav-link{
  color: rgb(255, 255, 255) !important;
  font-family: "Poppins", serif !important;
 
}
.nav-link.active{
  color: #00FE01 !important;
}
.offcanvas{
  background-color: #000000 !important;
}
/* CSS */
.button-1 {
  background-color: #00FE01;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", serif;;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:hover,
.button-1:focus {
  background-color: #00FE01;
}

.container-box{
  position: relative !important;
  background: #575757;
  padding: 30px;
  margin-top: -50px !important;
  z-index: 100;
  border-radius: 15px;
  align-self:center;
}
.col1{
  justify-content: end;
  text-align: end;
}
.car-card{
  background: whitesmoke;
  transition: 0.4s ease-in-out;
border-radius: 15px;
}

.car-card:hover{
  transform: translateY(-10px);
  transition: 0.4s ease-in;
}
.card-content{
  background: whitesmoke;
position: relative;
margin-top: -20px;
border-radius: 15px;
padding: 30px;
}

.info-box{
  width: fit-content;
  padding: 5px;
  background: white;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.189);
  display: flex;
  justify-self: end;
  margin-top: -20px;
  margin-right: 20px;
  border-radius: 10px;
  z-index: 100;
}

.info-box p{
font-size: 12px;
}

.cover-bg{
  background: url('../photos/img3.png') rgba(0, 0, 0, 0.68);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
}

.number-box{
  padding: 20px;
  /* From https://css.glass */
background: rgba(255, 255, 255, 0.42);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5.9px);
-webkit-backdrop-filter: blur(5.9px);
border: 1px solid rgba(255, 255, 255, 0.3);
text-align: center;
}

.icon-box{
  background: #00FE01;
  padding: 10px;
  justify-content: center;
  display: flex;
  text-align: center;
}

.count-title{
  color: #00FE01;
  font-size: 40px;
}
.circle1 {
  position: relative;
  margin-bottom: -50px;
  width: 40px;  /* Example width */
  height: 40px; /* Example height */
  background-color: #303030; /* Example background color */
  border-radius: 50%; /* Makes the div a circle */
  display: flex !important;
  justify-content: center;
  align-items: center;
   /* Optional, if you use absolute positioning for the icon */
  transition: 0.3s ease-in-out;
  color: #00FE01;
}
.circle1:hover{
  transform: translateY(-10px);
  background: #00FE01;
  color: #000000;
}
.testimonials{
  padding-top: 0px;
  padding-bottom: 100px;
}
.testimonial-box{
  background: rgb(110,109,109);
  background: linear-gradient(108deg, rgba(110,109,109,1) 0%, rgba(48,48,48,1) 40%);
  padding: 30px;
  border-radius: 15px;
  background-position: center;
  transition:  0.4s ease-in;

}

.testimonial-box:hover{
  background: url('../photos/img3.png') rgba(0, 0, 0, 0.801);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  transition: ease-in;
}

/*cars.html*/
.section-bg{
  background: url('../photos/img4.png') rgba(0, 0, 0, 0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}


/*about.html*/
.section-bg1{
  background: url('../photos/img5.webp') rgba(0, 0, 0, 0.641);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: end;
}


/*contact.html*/
.section-bg2{
  background: url('../photos/contact-bg.png') rgba(0, 0, 0, 0.641);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: start;
}
@media(max-width:1000px){
  .container-box{
    text-align: center;
    width: 99%;
    margin-left:0px !important;
    justify-self: center;
    margin-top: -100px !important;
  }
  .col1{
    justify-content: center;
    text-align: center;
  }
  .top-bar{
    display: none;
  }
  .carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 13.25rem !important;
    left: 5%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left !important;
  }
  
  .carousel-caption h2{
    font-size: 30px;
    font-family: "Poppins", serif;
  }
  .br-tag{
    display: none;
  }
}