@import url("https://fonts.googleapis.com/css2?family=ABeeZee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&display=swap");

/* font-family: 'ABeeZee', sans-serif;  
   font-family: 'Poppins', sans-serif;
   font-family: 'Dancing Script', cursive;
   font-family: 'Playfair Display', serif;
*/

:root {
  --white: #0b0b0b;
  --black: #ffff;
  --bleu: #154066;
  --bleusecond: #061b3b;
  --or: #9f9009f0;
  --de: rgb(85, 102, 194);

  --eau: #0b000009;
  --jaune :#212121;
}

* {
  font-family: "Poppins", 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(--white);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  background: var(--white);
  padding: 1rem 9%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
/*
header .logo img {
  width: 60px;
  height: 50px;
}

*/

header .logo p{

font-size: 2rem;
color: var(--black);
font-family: 'ABeeZee', sans-serif; 
font-weight: bolder; 
}

header .logo p span{

  font-size: 2rem;
  color: #ffd900da;
  font-family: 'Playfair Display', serif;
  font-weight: bolder;
  }
  

header .navbar a {
  font-size: 1.6rem;
  color: var(--black);
  margin: 0 2rem;
  font-weight: bolder;
  font-family: "ABeeZee", sans-serif;
}

header .icons a {
  font-size: 2.5rem;
  color: var(--black);
  margin-left: 2rem;
  font-weight: 500;
}
header .navbar a:hover {
  color: var(--white);
}

header .icons a:hover {
  color: var(--bleusecond);
}

section {
  padding: 2rem 9%;
  background: var(--bleusecond);
}

.heading {
  text-align: center;
  
  font-size: 2.5rem;
  color: var(--black);
  padding: 1rem;
  font-family: "ABeeZee", sans-serif;
  margin-bottom: 2rem;

}
.headingg {
  text-align: center;
 
  font-size: 3rem;
  color: var(--black);
  padding: 1rem;

 
}

.headingg span {
  text-transform: uppercase;
  color: var(--bleusecond);
  font-family: "ABeeZee", sans-serif;
}

.heading span {
 
  color: #dbc81ff0;
  font-family: "ABeeZee", sans-serif;
}

#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;
}





/*........................HOME..............................*/

.home {
  min-height: 90vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 1.5rem;
  background: var(--white);
  background:  linear-gradient(rgba(0, 0, 0, 0.057), #000000fd), url(./images/young-woman-relaxing-while-taking-bath.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;

}

.home .content {
  flex: 1 1 40rem;
  text-align: center;
}

.home .image {
  flex: 1 1 40rem;
}

.home .image img {
  margin-top: 2rem;

  width: 55vh;
  height: 55vh;
  border-radius: 50%;
}

.home .content h1 {
  color: var(--black);
  font-size: 4rem;
  font-family: "ABeeZee", sans-serif;
}

.home .content span {
  color: var(--black);
  font-size: 4rem;
  font-family: "ABeeZee", sans-serif;
}

.home .content h3 {
  color: var(--black);
  font-size: 1.7rem;

  font-family: "ABeeZee", sans-serif;
  text-align: center;
}

.btn {
  display: inline-block;
  margin-top: 1rem;
  border-radius: 1rem;
  background: var(--or);
  color: var(--black);
  font-size: 1.5rem;
  font-weight: bolder;
  padding: 0.8rem 2.5rem;
  cursor: pointer;
  font-family: "ABeeZee", sans-serif;
}

.btn:hover {
  background: var(--white);
  color: var(--bleusecond);
  padding: 0.5rem;
  padding: 0.8rem 3.5rem;
}

.btn1 {
  display: inline-block;
  margin-top: 1rem;
  border-radius: 1rem;
  background: var(--or);
  color: var(--black);
  font-size: 1.5rem;
  font-weight: bolder;
  padding: 0.8rem 2.5rem;
  cursor: pointer;
  font-family: "ABeeZee", sans-serif;
}

.btn1:hover {
  background: var(--bleusecond);
  color: var(--white);
  padding: 0.8rem 3.5rem;
}
/*......................FIN HOME........................*/

.icons-container1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1.5rem;
  background: var(--white);
  margin: 2rem 0%;
 
}

.icons-container1 .icons {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 1rem ;
  background: var(--jaune);
  border-radius: 1rem ;
  
}

.icons-container1 .icons i {
  font-size: 2rem;
  color: var(--black);
  padding: 1rem 1rem;
  border-radius: 50%;
  background: #c0ae0e42;
}

.icons-container1 .icons h3 {
  font-size: 1.5rem;
  color: var(--black);
  padding-bottom: 0.5rem;
  font-family: "Castoro Titling", cursive;
}

.icons-container1 .icons p {
  font-size: 1.2rem;
  color: var(--black);
}

/*.................................................................*/
.products {
  padding: 2rem 10%;
  background: var(--white);
 
}

.products .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.products .box-container .box {
  border: 0rem solid var(--black);
  border-radius: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: var(--jaune);
  flex: 1 1 20rem;
  margin-top: 25px;
 
}

.products .box-container .box .content {
  padding: 1.5rem;
}

.products .box-container .box img {
  height: 25rem;
  width: 100%;
  border-radius: 1rem;

  filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
}
/*
.products .box-container .box:hover img{ 

  transform: scale(1.2);

}*/

.products .box-container .box .icons {
  display: flex;
  flex-flow: column;
  position: absolute;
  top: 0.5rem;
  left: -10rem;
}
.products .box-container .box:hover .icons {
  left: 1rem;
}
.products .box-container .box .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;
}

.products .box-container .box .icons a:hover {
  background-color: var(--bleu);
  color: #2c2c2c;
}

.products .box-container .box .content h3 {
  color: var(--black);
  font-size: 2rem;
  font-family: "ABeeZee", sans-serif;
}

.products .box-container .box .content .price {
  color: var(--black);
  font-size: 2.3rem;
  font-weight: bolder;
  padding: 1rem 0;
  font-family: "ABeeZee", sans-serif;
}

.products .box-container .box .content .texte {
  color: var(--black);
  font-size: 1.7rem;
  padding: 1rem 0;
  font-weight: bolder;
}
.products .box-container .box .content .texte span {
  color: var(--or);
  font-size: 1.4rem;
  padding: 1rem 0;
 
  text-decoration: line-through;
}



.products .box-container .box .content .price span {
  color: var(--maron);
  font-size: 1.5rem;
}

.products .box-container .box .content .stars {
  padding-bottom: 1rem;
}
.products .box-container .box .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: #2c0ed431;
  width: 45px;
  font-weight: 600;
  border-radius: 50%;
}
/*.............................ABOUT........................*/
.review {
  background: var(--white);
}

.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: 25rem;
  width: 100%;
  border-radius: 1rem;

  filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
}
/*
.products .box-container .box:hover img{ 

  transform: scale(1.2);

}*/

.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(--black);
  font-size: 2rem;
  font-family: "ABeeZee", sans-serif;
}

.review .review-slider .swiper-wrapper .slide .content .price {
  color: var(--black);
  font-size: 2.3rem;
  font-weight: bolder;
  padding: 1rem 0;
  font-family: "ABeeZee", sans-serif;
}


.review .review-slider .swiper-wrapper .slide .content .texte {
  color: var(--black);
  font-size: 1.7rem;
  padding: 1rem 0;
  font-weight: bolder;
}
.review .review-slider .swiper-wrapper .slide .content .texte span{
  color: var(--or);
  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: #2c0ed431;
  width: 45px;
  font-weight: 600;
  border-radius: 50%;
}




/*............................................*/
.reviewz {
 background: var(--white);
}


.reviewz .review-slider .swiper-wrapper .slide {
  border: 0.0rem solid var(--black);
  border-radius: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
 height: 12rem;
  flex: 1 1 20rem;
 background: var(--jaune);
 padding-top: 4rem;
 padding-left: 10px;
 padding-right: 10px;
  margin-top: 25px;
}



.reviewz .review-slider .swiper-wrapper .slide .content {
  padding: 1.5rem;
 
}

.reviewz .review-slider .swiper-wrapper .slide img {
  height: 25rem;
  width: 100%;
  border-radius: 1rem;

  filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
}
/*
.products .box-container .box:hover img{ 

  transform: scale(1.2);

}*/

.reviewz .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;
}
.reviewz .review-slider .swiper-wrapper .slide .icons a {
  height: 4.5rem;
  width: 5rem;
  line-height: 4.5rem;
  font-size: 1.5rem;
  color: var(--bleu);
  border: 0.1rem solid var(--bleu);
  border-radius: 0.5rem;
  background: #fff;
  margin-top: 0.5rem;
}

.reviewz .review-slider .swiper-wrapper .slide .icons a:hover {
  background-color: var(--bleu);
  color: #2c2c2c;
}

.reviewz .review-slider .swiper-wrapper .slide a {
  
  padding-top: 10rem;
  color: var(--black);
  font-size: 2rem;
  font-weight: bolder;
  font-family: "ABeeZee", sans-serif;
  

}

.reviewz .review-slider .swiper-wrapper .slide .content .price {
  color: var(--black);
  font-size: 2.3rem;
  font-weight: bolder;
  padding: 1rem 0;
  font-family: "ABeeZee", sans-serif;
}

.reviewz .review-slider .swiper-wrapper .slide .content .texte {
  color: var(--black);
  font-size: 2rem;
  font-weight: bolder;
  padding: 1rem 0;
}
.reviewz .review-slider .swiper-wrapper .slide .content .texte span{
  color: var(--bleuthird);
  font-size: 1.7rem;
  padding: 1rem 0;
  font-weight: bolder;
  text-decoration: line-through;
}

.reviewz .review-slider .swiper-wrapper .slide .content .price span {
  color: var(--maron);
  font-size: 1.5rem;
}

.reviewz .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);
}

.reviewz .review-slider .swiper-button-next,
.reviewz .review-slider .swiper-button-prev {
  color: var(--bleu);
  background: #2c0ed431;
  width: 45px;
  font-weight: 600;
  border-radius: 50%;
}




/*.................................................*/



.about {
  display: flex;
  width: 100%;
  background: var(--white);
  height: 80vh;
  flex-wrap: wrap-reverse;
  text-align: center;
  align-items: center;
}

.about .image {
  flex: 1 1 40rem;
  height: auto;
  width: 30%;
  text-align: center;
  align-items: center;
  position: center;
}

.about .image img {
  width: 45vh;
  height: 45vh;
  margin-top: 25px;
  border-radius: 50%;
}

.about .cont {
  flex: 1 1 50rem;
  font-size: 1.8rem;

  position: relative;
  width: 50%;
  height: auto;
}

.about .cont h2 {
  font-size: 2rem;
  font-family: "ABeeZee", sans-serif;
  color: var(--black);
  position: left;
  margin-bottom: 10px;
}
.about .cont h1 {
  font-size: 2rem;
  color: var(--rouge);
  position: left;
  margin-bottom: 10px;
}

.about .cont p {
  color: var(--black);
  font-size: 1.5rem;
  text-align: start;
}

.voir {
  position: center;
  text-align: center;
  align-items: center;
  margin-top: 35px;
}
.voir a {
  color: #eee;
  background: var(--maron);
}
.voir:hover a {
  background: var(--black);
  color: var(--black);
}
/*-----------------------------------------------------------------*/

.carte {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  background: var(--white);
}

.carte1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 80vh;
  background: var(--jaune);
}




.carte1 iframe {
  height: 50vh;
  width: 60%;
  border-radius: 10px;
}

.contact-in {
  width: 80%;
  height: auto;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;

  background: var(--jaune);
}

.loca {
  background: var(--white);
  padding-top: 40px;
}
.contact-map {
  width: 100%;
  height: auto;
  flex: 40%;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
}

.contact-form {
  width: 100%;
  height: auto;
  flex: 40%;
  background: var(--jaune);
  position: center;
  text-align: center;
  align-items: center;
  padding-bottom: 15px;
}

.contact-form h1 {
  margin-bottom: 20px;
  padding: 15px;
  color: var(--black);
}

.contact-form-txt {
  width: 90%;
  height: 40px;
  color: var(--black);
  border: 1px solid var(--white);
  border-radius: 50px;
  outline: none;
  margin-bottom: 20px;
  padding: 15px;
  background: var(--black);
}
.contact-form-txtarea {
  width: 90%;
  height: 130px;
  color: var(--black);
  border: 1px solid var(--white);
  border-radius: 50px;
  outline: none;
  margin-bottom: 20px;
  padding: 15px;
  background: var(--black);
}

/*.......................REALISATIONS............................*/

/*.................................customer...................

.review {
  background: var(--white);
}

.review .review-slider .swiper-wrapper .slide {
  background: linear-gradient(rgba(0, 0, 0, 0.5), #061b3b);
  border-radius: 0.5rem;
  border: 0.1rem solid var(--light-color);
  padding: 1rem;
  overflow: hidden;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.single-service {
  text-align: center;
  border-radius: 7px;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}

.single-service img {
  width: 100%;
  border-radius: 7px;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 7px;
  cursor: pointer;
  background: linear-gradient(rgba(251, 251, 252, 0.007), #10105034);
  opacity: 0;
  transition: 1s;
  opacity: 1;
}

/*.single-service:hover*/

/*
.overlay {
  opacity: 1;
}

.service-desc {
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: 1s;
}

.service-desc h4 {
  font-size: 2rem;
}

.service-desc p {
  font-size: 1.5rem;
}

/*.single-service:hover*/
/*
.service-desc {
  bottom: 10%;
  opacity: 1;
}

................................b..............................*/

.book {
  height: auto;
  width: 100%;
  text-align: center;
  position: center;
  align-items: center;
  background: var(--bleu);
}

.book h1 {
  font-size: 2rem;
  color: var(--white);
  margin-bottom: 10px;
}
.book h2 {
  font-size: 2rem;
  color: var(--white);
  margin-top: 10px;
}

.book p {
  font-size: 1.7rem;
  color: var(--white);
}
/*........................................................*/

/*..................................................................*/

.avantages {
  background: #c3e3ee4d;
}

.avantages .av {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  font-weight: bolder;
 
}
.av span p {
  font-size: 2rem;
  color: var(--bleusecond);
  position: left;
  text-align: left;
  margin-bottom: 1rem;
}

.avantages p {
  font-size: 1.5rem;
  color: var(--noir);
}

.av .fa-solid {
  width: 40px;
  height: 40px;
  font-size: 30px;
  margin-right: 0.5rem;
  border-radius: 8px;
  color: var(--bleusecond);
}

/*........................................................................*/

#parto {
  background: var(--white);
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: auto;
}

.images1 {
  display: flex;
  animation-duration: 15s;

  padding-left: 20px;
  animation-name: mesImages;
  animation-iteration-count: infinite;
}

.images1 img {
  margin-left: 20px;
  border-radius: 50%;
  width: 15rem;
  height: 15rem;
}

@keyframes mesImages {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(100px);
  }

  20% {
    transform: translateX(-200px);
  }

  30% {
    transform: translateX(-300px);
  }

  40% {
    transform: translateX(-400px);
  }

  50% {
    transform: translateX(-500px);
  }
  60% {
    transform: translateX(-600px);
  }

  70% {
    transform: translateX(-700px);
  }

  80% {
    transform: translateX(-800px);
  }

  90% {
    transform: translateX(-900px);
  }
  100% {
    transform: translateX(-1000px);
  }
}
/*
.parto {
  width: 70%;
  align-items: center;
  text-align: center;
}

.parto .images {
  display: flex;
  height: auto;
  width: 100%;

  align-items: center;
  text-align: center;
}

.parto .images img {
  flex: auto;
  width: 8rem;
  object-fit: contain;
  margin: 3rem;

  border-radius: 50%;
}
*/
/*.......................................................*/

/*.................................customer...................*/

.review1 {
  background: var(--white);
}

.review1 .review-slider .swiper-wrapper .slide {
  background: var(--jaune);
  border-radius: 0.5rem;
  border: 0.1rem solid var(--light-color);
  padding: 2rem;
  overflow: hidden;
  position: relative;
}

.review1 .review-slider .swiper-wrapper .slide .stars {
  padding: 1rem 0;
}

.review1 .review-slider .slide .stars i {
  font-size: 2rem;
  color: var(--or);
}
.review1 .review-slider .slide p {
  color: var(--black);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  padding: 1rem 0;
}

.review1 .review-slider .slide .user {
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
}

.review1 .review-slider .slide .user img {
  margin-right: 1.5rem;
  margin: 7rem;
  width: 7rem;
  border-radius: 50%;
  object-fit: cover;
}
.review1 .review-slider .slide .user h3 {
  color: var(--black);
  font-size: 1.5rem;
}

.review1 .review-slider .slide .user span {
  color: var(--light-color);
  font-size: 1.5rem;
}
/*----------------------------------------------*/

/************************footer***********************************/
.footer {
  background: var(--bleu);
}

.footer .footer-container {
  border-radius: 0.5rem;
  background: var(--bleu);
  border: 0.1rem solid var(--light-color);
  padding: 2rem;
}

.footer .footer-container .box-container {
  flex-wrap: wrap;
  display: flex;
  gap: 1.5rem;
}

.footer .footer-container .box-container .box {
  flex: 1 1 25rem;
}

.footer .footer-container .box-container .box h3 {
  color: var(--white);
  font-size: 2.5rem;
  padding: 1rem 0;
}

.footer .footer-container .box-container .box a {
  display: block;
  color: var(--white);
  font-size: 1.7rem;
  padding: 1rem 0;
  font-weight: 300;
}

.footer .footer-container .box-container .box a:hover {
  color: var(--white);
}

.footer .footer-container .credit {
  font-size: 2rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem solid var(--light-color);
  color: var(--white);
  text-align: center;
}

.footer .footer-container .credit span {
  color: var(--white);
}
.bottom-navbar a {
  color: var(--white);
}
/*...............................................................*/
#menu-bar {
  font-size: 2.5rem;
  padding: 0.5rem 0.5rem;
  /* border: .1rem solid var(--or);*/
  color: var(--black);
  border-radius: 0.3rem;
  cursor: pointer;
  display: none;
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }

  .products {
    padding: 2rem 12%;
  }
}

@media (max-width: 768px) {
  header .icons {
    display: none;
  }
  #menu-bar {
    display: block;
  }

  .products {
    padding: 2rem 5%;
  }


 
    

  .products .box-container .box {
    
    flex: 1 1 15rem;
    
   
  }
  .products .box-container .box img {
    height: 20rem;
    
   
  }

  .review .review-slider .swiper-wrapper .slide img {
    height: 20rem;
   
  }

  .icons-container1 .icons {
    flex-direction: column;
  }

 
  header .navbar {
    position: absolute;
    top: 100%;
    left: -120%;
    width: 100%;
    background: var(--white);
    color: var(--black);
    /* border-top: .1rem solid rgba(0,0,0,.1);*/
  }

  header .navbar.active {
    left: 0;
  }

  header .navbar a {
    font-size: 2rem;
    background: var(--jaune);
    /* border: .1rem solid var(--second-black);*/
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin: 1.5rem;
    display: block;
    text-align: center;
    color: var(--black);
    border-radius: 2rem;
  }
  .home{
    min-height: 45vh;
  }
  .home .content {
    text-align: center;
    
  }
  /*
  .home .image img {
    width: 100%;
    height: 40vh;
    margin-top: 6rem;
  }*/

  .home .image{
    width: 0%;
  }

  .reviewz .review-slider .swiper-wrapper .slide a {
  
   
    font-size: 1.5rem;
    
    
  
  }
 
  .loca {

    padding: 2rem 5%;
  }
  .loca .contact-in {
    
    flex-direction: column;
  }



  /*
  .home .content {  text-align: center;}
.home .image img { 
  width: 100%;
}

.home .content { 
  width: 80%;
}
.home .content h3{ 
  font-size: 2.2rem;
 
}
.home .image img{ 

  margin-left: 100px;
}


.home .content{ 
  margin-left: 40px;
  
}*/

  .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);
  }
  .about .image img {
    margin-top: 1px;
  }

  .about {
    height: 130vh;
  }
  .about .image {
    height: 50vh;
    width: 30%;
  }

  .about .image img {
    width: 70%;
    height: 40vh;
    /* display: none; */
  }



  .home .cart {

  width: 100%;
  
  }
}

@media (max-width: 400px) {
  html {
    font-size: 50%;
  }

  .products {
    padding: 2rem 12%;
  }
  .heading {
    font-size: 3rem;
  }

  .about .image {
    height: 50vh;
    width: 30%;
  }

  .about .image img {
    width: 70%;
    height: 40vh;
  }


  .home .cart {

    width: 100%;
    
    }
}

.whatt {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 5px;
  top: 85%;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  background: var(--maron);
  align-items: center;
  text-align: center;
}

.whatt .fab {
  font-size: 55px;
  color: #eee;
  border-radius: 50%;
}

/*******************************************************************************/

.footercontainer {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: var(--white);
}

footer {
  background: var(--white);
}

.footercontainer {
  width: 100%;
  padding: 70px 30px 20px;
}

.socialmedia {
  display: flex;
  justify-content: center;
}

.socialmedia a {
  text-decoration: none;
  padding: 10px;
  background: white;
  margin: 10px;
  border-radius: 50%;
}

.socialmedia a i {
  font-size: 2em;
  color: var(--bleusecond);
  opacity: 0.9;
}

.socialmedia a:hover {
  background: black;
  transition: 0.5s;
}

.socialmedia a:hover i {
  color: white;
  transition: 0.5s;
}

.footernav {
  margin: 30px 0;
}

.footernav ul {
  display: flex;
  justify-content: center;
}

.footernav ul li a {
  color: white;
  margin: 20px;
  text-decoration: none;
  font-size: 1.3rem;
  opacity: 0.7;
  transition: 0.5s;
}

.footernav ul li a:hover {
  opacity: 1;
}

.footerbottom {
  background: var(--white);
  padding: 20px;
  text-align: center;
}

.footerbottom p {
  color: white;
}

.disign {
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 5px;
}

@media (max-width: 700px) {
  .footernav ul {
    flex-direction: column;
  }

  .footernav ul li {
    width: 100%;
    text-align: center;
    margin: 10px;
  }

  .home .cart {

    width: 100%;
    
    }

}

.des {
  height: 5rem;
  background: var(--black);
}



#icon {
  width: 30px;
  cursor: pointer;
}

.dark-theme {
  --white: #080808f9;
  --black: #faf8f8;
  --bleusecond: #1192ce6e;
  --bleu: #fff;
  --eau: #bed4dc;
}

/*........................*/


header .iconCart img {
  width: 42px;
}

header .iconCart {
  position: relative;
  z-index: 1;

}

header .totalQuantity{

position: absolute;
top: 0;
right: 0;
font-size: x-large;
background: #b31010;
width: 25px;
height: 25px;
border-radius: 50%;
color: #fff;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
transform: translateX(20px);


}

.cart {


  color: #fff;
position: fixed;
top: 0;
right: -100%;
width: 30%;
height: 100vh;
background: #0e0f11;
display: grid;
grid-template-rows: 50px 1fr 50px;
gap: 20px;
transform: right 1s;
z-index: 10000;

}

.cart h2 {
  color: #e8bc0e;
  padding: 20px;
  margin: 0;

}

.cart .listCart .item{

display: grid;
grid-template-columns: 50px 1fr 70px;
align-items: center;
gap: 20px;
margin-bottom: 20px;


}

.cart .listCart img {

  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}

.cart .listCart .item .name {

  font-weight: bold;
}

.cart .listCart .item .quantity {

  display: flex;
  justify-content: end ;
  align-items: center;
}

.cart .listCart .item span {

  display: block;
  width: 50px;
  text-align: center;
}

.cart .listCart {


  padding: 20px;
  overflow: auto;
}

.cart .listCart::-webkit-scrollbar{
  width: 0;
}

.cart .buttons {

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}

.cart .buttons div {

background: #000;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
cursor: pointer;
}


.cart .buttons a {
  color: #fff;
}

.cart .buttons .checkout {

  background: #e8bc0e;
}

