@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: 1000;
  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: 3rem;
  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..............................*/



.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;
}

/*.................................................................*/


.flex-box {

    padding-top: 20vh;
  display: flex;
  width: 90%;
  margin:20px auto;
  height: 100vh;
  

}

.left  {
  width:60%;
  margin-right: 10px;
}

.big-img{
  width: 250px;
}
.big-img img { 

  width: inherit;

}
.images { 
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin-top: 15px;
}
.small-img {
  width: 50px ;
  overflow: hidden;
  border: 1.5px solid var(--white);
}
.small-img img {
  width: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
}

.small-img:hover img {

  transform: scale(1.2);
}


.url {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);

}

.pname {
    font-size: 22px ;
    font-weight: 600;
    margin-top: 50px;
    color: var(--black);

}

.price {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
    color: var(--black);
    margin-top: 10px;
}
.quantity {
    display: flex;
    color: var(--black);
    margin-top: 10px;
}

.texte1 {

  margin-top: 10px;
  font-size: 1.5rem;
  color: var(--black);
}
.quantity p {
    font-size: 18px;
    font-weight: 500;
}

.quantity input{ 

    width: 40px ;
    font-size: 17px ;
    font-weight: 500;
    text-align: center;
    margin-left: 15px;

}


.btn-box {
    display: flex;
    margin: 20px 0;
    text-align: center ;
}


.btn-box button {

    font-size: 18px ;
    padding: 8px 25px;
    border: none;
    outline: none ;
    border-radius: 6px ;
    cursor: pointer;

}

.cart-btn {
    background: var(--or);
    margin-right: 10px;
    display: inline-block;
  margin-top: 1rem;
  border-radius: 1rem;
 
 
  font-size: 1.5rem;
  font-weight: bolder;
  padding: 0.8rem 2.5rem;
  cursor: pointer;
  font-family: "ABeeZee", sans-serif;
}

.buy-btn {

    background: var(--black);
    display: inline-block;
  margin-top: 1rem;
  border-radius: 1rem;
 
 
  font-size: 1.5rem;
  font-weight: bolder;
  padding: 0.8rem 2.5rem;
  cursor: pointer;
  font-family: "ABeeZee", sans-serif;
    
}

.cart-btn :hover {
    background: var(--or);
  
}





/*.............................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%;
}




/*............................................*/






/*.......................................................*/



/************************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;
  }

 

  .review .review-slider .swiper-wrapper .slide img {
    height: 20rem;
   
  }


 
  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;
  }
  
 
  
 
 


  
  .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);
  }
 
  .flex-box {

   flex-direction: column;

}

.flex-box {

 
height: 150vh;

}


.btn-box {
flex-direction: column;

}

}

@media (max-width: 400px) {
  html {
    font-size: 50%;
  }

  .products {
    padding: 2rem 12%;
  }
  .heading {
    font-size: 3rem;
  }

 
}

.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;
  }
}

.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;
}

