
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

/*  
   font-family: 'Poppins', sans-serif;
    font-family: "Rajdhani", sans-serif;
   
*/

:root {
  --white:#e3e3e6; 
  --black:#0b0b0b;
  --bleuciel:#0cc0df;
    
  
}

* {
  font-family: "Rajdhani", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  transition: all 0.2s linear;
}

html {
  font-size: 62.5%;
  overflow: auto;
  scroll-padding-top: 7rem;
  scroll-behavior: smooth;
  background: var(--black);
  text-align: center;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  background: var(--black);

  padding: 1rem 15%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0.5rem 1rem rgba(12, 159, 152, 0.152);
}
/*
header .logo img {
  width: 60px;
  height: 50px;
}

*/
header .logo img{

 width: 90px;
 height: 60px;
 
  }

header .logo p{

font-size: 2rem;
color: var(--black);

font-weight: bolder; 
}

header .logo p span{

  font-size: 2rem;
  color: var(--white);
  
  font-weight: bolder;
  }
  

header .navbar a {
  color: var(--white);
  font-weight: bolder;
  font-size: 1.8rem;
  margin: 0 1.5rem;
  font-weight: bolder;
  
}

header .icons a {
  font-size: 2.5rem;
  color: var(--white);
  font-weight: bolder;
  margin-left: 2rem;
  font-weight: 500;
}
header .navbar a:hover {
  color: var(--white);
}

header .icons a:hover {
  color: var(--bleusecond);
}


.home {
 

background:  linear-gradient(rgba(12, 12, 12, 0.555), #0707078e), url(./images/5.jpg);
 



 width: 100%;
 height: 100vh;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 
}


.home  .home-titre h1 {
   
    text-align: center;
    font-size: 8rem;
    color: var(--white);
    padding-top: 150px;

}

.home .home-titre P {
   
    text-align: center;
    font-size: 3rem;
    color: var(--white);
     font-family: 'Poppins', sans-serif;
     padding-left: 20%;
     padding-right: 20%;
    

}



.home .tex {



  text-align: center ;
}


.home .newslett { 



  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}


.home .newslett .boxx { 
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25vh;
  width: 100%;
}

.home .newslett .boxx .form-bb { 
  padding: 1px;
  border-radius: 5px;
  
 

}

.home .newslett .boxx form {
  
  display: flex;
  flex-direction: column;
  padding: 2vw 4vw;
  width: 90%;
  max-width: 900px;
  border-radius: 20px;
 
}

.home .newslett .boxx .form-bb input { 

  font-size: 15px;
  color: #000;
  padding: 10px 10px;
  border: none;
  outline: none;
  background: #dfdedefb;
  width: 80%;
  border-radius: 20px;
}

.home .newslett .boxx .form-bb button { 

  color: var(--black);
  padding: 5px 20px;
  font-size: 20px;
  border: none;
  border-radius: 20px;
  background: #0cc0df;
  cursor: pointer;
  transition: .3s;
}

.home .newslett .boxx .form-bb:hover { 
 
  background: var(--bleusecond);
}

.but {

  margin-top: -40px;
}
.btn1 { 

  display: inline-block;
  margin-top: 1rem;
  border-radius: 1rem;
  background:  #007BFF ;
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 500;
  padding: .8rem 3rem;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}

.btn:hover{ background: var(--or);
color:var(--black);}

.btn {

  margin-top: 2rem;
  display: inline-block;
  border-radius: 1rem;
  background: #007BFF;
  color: var(--black);
  font-size: 1.7rem;
  font-weight: 500;
  padding: 0.8rem 3rem;
  cursor: pointer;
}




.cathegorie {

  width: 100%;
  height: 100vh;
  background: var(--black);
  text-align: center;

}

.cathegorie .cathegorie-voiture {

  height: 50vh;
  width: 100%;
  padding-left: 100px;
  display: flex;
  text-align: center;
  
}

.cathegorie .cathegorie-voiture .voiture {


  width: 40%;
  height: 250px;
  border-radius: 20px;
  background:  linear-gradient(rgba(12, 12, 12, 0.555), #16a19a8e), url(./images/1.jpg);
 background-size: 100%;
  margin-top: 100px;
 margin-left: 60px;
 text-align: start
  
}

.cathegorie .cathegorie-voiture .voiture h1 {

  font-size: 8rem;
  color: white;
}

.cathegorie .cathegorie-voiture .voiture i{

margin-bottom: -50px;
color: var(--white);
font-size: 5rem;
border: 5px solid #ffffff;
border-radius: 50%;
padding: 5px;
cursor: pointer;

}


.about { 

  display: flex;
  padding: 5%;
  background: var(--black);
}

.about .about-text {


  text-align: start;
  width: 50%;
  padding: 5%;


}

.about .about-text h1 {

  font-size: 5rem;
  color: var(--bleuciel);
  margin-bottom: 2rem;
}

.about .about-text p {
  font-size: 2.5rem;
  margin-bottom: 1.2rem;
  color: var(--white);
}

.about .about-image {

  width: 50%;
  padding: 5%;

}

.about .about-image img {

  width: 100%;
  border-radius: 20px;
    height: 80vh;
  

}






/*.............................ABOUT........................*/
.review {
  background: var(--black);
  padding: 2%;
margin-bottom: 10rem;

}

.products .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.review .review-slider .swiper-wrapper .slide {
  border: 0.0rem solid var(--black);
  border-radius: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: var(--jaune);
  flex: 1 1 20rem;
 
  margin-top: 25px;
}



.review .review-slider .swiper-wrapper .slide .content {
  padding: 1.5rem;
}

.review .review-slider .swiper-wrapper .slide img {
  height: 500px;
  width: 100%;
  border-radius: 1rem;
  margin: 2%;
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
}



.review .review-slider .swiper-wrapper .slide .icons {
  display: flex;
  flex-flow: column;
  position: absolute;
  top: 0.5rem;
  left: -10rem;
}
.review .review-slider .swiper-wrapper .slide:hover .icons {
  left: 1rem;
}
.review .review-slider .swiper-wrapper .slide .icons a {
  height: 4.5rem;
  width: 5rem;
  line-height: 4.5rem;
  font-size: 2rem;
  color: var(--bleu);
  border: 0.1rem solid var(--bleu);
  border-radius: 0.5rem;
  background: #fff;
  margin-top: 0.5rem;
}

.review .review-slider .swiper-wrapper .slide .icons a:hover {
  background-color: var(--bleu);
  color: #2c2c2c;
}

.review .review-slider .swiper-wrapper .slide .content h3 {
  color: var(--white);
  font-size: 4rem;
  
}

.review .review-slider .swiper-wrapper .slide .content .price {
  color: var(--white);
  font-size: 2.3rem;
  font-weight: bolder;
  padding: 1rem 0;
  font-family: 'Poppins', sans-serif;
}


.review .review-slider .swiper-wrapper .slide .content .texte {
  color: var(--white);
  font-size: 2.7rem;
  padding: 1rem 0;
  font-weight: bolder;
}
.review .review-slider .swiper-wrapper .slide .content .texte span{
  color: var(--rouge);
  font-size: 1.4rem;
  padding: 1rem 0;
 
  text-decoration: line-through;
}

.review .review-slider .swiper-wrapper .slide .content .price span {
  color: var(--maron);
  font-size: 1.5rem;
}

.review .review-slider .swiper-wrapper .slide .content .stars {
  padding-bottom: 1rem;
}
.review .review-slider .swiper-wrapper .slide .content .stars i {
  font-size: 1.7rem;
  color: var(--or);
}

.review .review-slider .swiper-button-next,
.review .review-slider .swiper-button-prev {
  color: var(--bleu);
  background: var(--bleuciel);
  width: 45px;
  font-weight: 600;
  border-radius: 50%;
  font-family: 2rem;
}




#menu-bar {
  font-size: 2.5rem;
  padding: 0.5rem 0.5rem;
  border: 0.1rem solid var(--white);
  color: var(--black);
  border-radius: 0.3rem;
  cursor: pointer;
  display: none;
}



/*...............................................................*/
#menu-bar {
  font-size: 2.5rem;
  padding: 0.5rem 0.5rem;
  
  color: var(--white);
  border-radius: 0.3rem;
  cursor: pointer;
  display: none;
  background: var(--vert);
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }

  
}

@media (max-width: 768px) {
  header .icons {
    display: none;
  }
  #menu-bar {
    display: block;
  }

  .review .review-slider .swiper-wrapper .slide img {
    height: 20rem;
   
  }

 
  header .navbar {
    position: absolute;
    top: 100%;
    left: -120%;
    width: 100%;
    background: var(--vert);
    color: var(--white);
    /* border-top: .1rem solid rgba(0,0,0,.1);*/
  }

  header .navbar.active {
    left: 0;
  }

  header .navbar a {
    font-size: 2rem;
    background: var(--vert);
    /* border: .1rem solid var(--second-black);*/
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin: 1.5rem;
    display: block;
    text-align: center;
    color: var(--white);
    border-radius: 2rem;
  }
  
  .home .image{
    width: 0%;
  }

  


  .bottom-navbar {
    text-align: center;
    background: var(--white);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  .bottom-navbar a {
    font-size: 2rem;
    padding: 1.5rem;
    color: var(--black);
    border-radius: 50%;
    background: var(--or);
    font-weight: 500;
    margin: 2px 10px;
  }

  .bottom-navbar a:hover {
    background: var(--black);
  }
  

  



/*....................videos .....................*/




  

}

@media (max-width: 400px) {
  html {
    font-size: 50%;
  }

  .products {
    padding: 2rem 12%;
  }
  .heading {
    font-size: 3rem;
  }

  
}


.formulaire {

  background: var(--black);

  height: 80vh;
}
  .contact-form {
   
      background-color: rgba(9, 100, 116, 0.548);
      max-width: 500px;
      margin: auto;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }

    .contact-form h2 {
      text-align: center;
      margin-bottom: 25px;
      font-size: 2rem;
      color: var(--white);
    }

    .form-group {
      margin-bottom: 20px;
    }

    .form-group label {
      display: block;
      margin-bottom: 8px;
      font-weight: bold;
      font-size: 1.8rem;
      color: var(--white);
    }

    .form-group input {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    .form-group input:focus {
      border-color: #66afe9;
      outline: none;
    }

    .submit-btn {
      width: 100%;
      padding: 12px;
      background-color: #007BFF;
      color: white;
      border: none;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
    }

    .submit-btn:hover {
      background-color: #0056b3;
    }


@media (max-width: 768px) {
  .about {
    flex-direction: column;
    text-align: center;
    height: auto;
  }

  .about .about-text,
  .about .about-image {
    width: 100%;
    padding: 2%;
  }

  .about .about-image img {
    height: auto;
    max-height: 400px;
  }

  .formulaire {
    height: auto;
    padding: 2rem 1rem;
  }

   .cathegorie {

    height: 150vh;
   }
  .cathegorie .cathegorie-voiture {
    flex-direction: column;
    padding-left: 0;
    align-items: center;
    height: 100vh;
    
  }

  .cathegorie .cathegorie-voiture .voiture {
    width: 90%;
    margin-left: 0;
  }

  .home .home-titre h1 {
    font-size: 4rem;
  }

  .home .home-titre p {
    font-size: 1.8rem;
    padding: 0 5%;
  }

  .home .newslett .boxx .form-bb input {
    width: 100%;
    margin-bottom: 1rem;
  }

  .home .newslett .boxx {
    flex-direction: column;
  }

  .btn1 {
    display: block;
    margin: 1rem auto;
    width: 70%;
  }

  .review .review-slider .swiper-wrapper .slide img {
    height: 250px;
  }

  .contact-form {
    width: 100%;
    margin: 1rem auto;
  }

  .review .review-slider .swiper-wrapper .slide {
  border: 0.0rem solid var(--black);
  border-radius: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: var(--jaune);
  flex: 1 1 50rem;
 
  margin-top: 25px;
}
}


@media (max-width: 768px) {
  header .logo img {
    width: 70px;
    height: auto;
  }
}