@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&family=Lato:wght@100;300;400;700;900&display=swap");
header {
  background-color: #ebebeb;
}
header .logo {
  width: 33.333%;
}
header .logo .logo-wapper {
  width: 45%;
}

nav {
  width: 37.3333%;
}
nav ul li a {
  font-family: "Lato", sans-serif;
  color: #272727;
  font-weight: 550;
  position: relative;
}
nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  background-color: black;
  left: 0;
  height: 1px;
  transform-origin: 100% 100%;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scaleX(0) translateZ(0);
  -webkit-transform: scaleX(0) translateZ(0);
  -moz-transform: scaleX(0) translateZ(0);
  -ms-transform: scaleX(0) translateZ(0);
  -o-transform: scaleX(0) translateZ(0);
}
nav ul li a:hover::after {
  background-color: black;
  color: black;
  transform-origin: 0% 0%;
  transform: scaleX(1) translateZ(0);
  -webkit-transform: scaleX(1) translateZ(0);
  -moz-transform: scaleX(1) translateZ(0);
  -ms-transform: scaleX(1) translateZ(0);
  -o-transform: scaleX(1) translateZ(0);
}

.card-h {
  width: 33.333%;
}

.cart i {
  font-size: 30px;
  font-weight: 200;
  color: #ed1c24;
}

#res-nav {
  font-size: 30px;
  color: red;
  cursor: pointer;
}

.banner .silder img {
  height: 89vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.product_listing {
  background-color: #ebeef3;
}
.product_listing h1 {
  font-family: "EB Garamond", serif;
  font-size: 50px;
  font-weight: 500;
  position: relative;
}
.product_listing h1::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  background-color: black;
  left: 0;
  height: 1px;
  transform-origin: 100% 100%;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scaleX(0) translateZ(0);
  -webkit-transform: scaleX(0) translateZ(0);
  -moz-transform: scaleX(0) translateZ(0);
  -ms-transform: scaleX(0) translateZ(0);
  -o-transform: scaleX(0) translateZ(0);
}
.product_listing h1:hover::after {
  background-color: black;
  color: black;
  transform-origin: 0% 0%;
  transform: scaleX(1) translateZ(0);
  -webkit-transform: scaleX(1) translateZ(0);
  -moz-transform: scaleX(1) translateZ(0);
  -ms-transform: scaleX(1) translateZ(0);
  -o-transform: scaleX(1) translateZ(0);
}
.product_listing p {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.product_listing .flag p {
  font-size: 18px;
  font-family: "Lato", sans-serif;
}
.product_listing .flag a.order {
  background: black;
  color: white;
  padding: 7px 14px;
  width: -moz-fit-content;
  width: fit-content;
}

.img_1.col-4.slick-slide {
  height: 398px !important;
  position: relative;
}

.img_1:hover .shop {
  opacity: 100%;
  transition: 0.6s all ease-in-out;
}
.img_1:hover .shop1 {
  opacity: 100%;
  transition: 0.6s all ease-in-out;
}

.slick-track {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.shop {
  position: absolute;
  bottom: 29px;
  left: 50%;
  background: blue;
  padding: 7px 14px;
  transform: translate(-50%);
  color: white;
  opacity: 0;
  transition: 0.6s all ease-in-out;
}

.shop1 {
  position: absolute;
  bottom: 29px;
  left: 50%;
  background-color: #e6ab36;
  padding: 7px 14px;
  transform: translate(-50%);
  color: white;
  opacity: 0;
  transition: 0.6s all ease-in-out;
}

.customer {
  background-color: #ebeef3;
}
.customer h1 {
  font-family: "EB Garamond", serif;
  font-size: 50px;
  font-weight: 500;
  position: relative;
}
.customer h1::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  background-color: black;
  left: 0;
  height: 1px;
  transform-origin: 100% 100%;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scaleX(0) translateZ(0);
  -webkit-transform: scaleX(0) translateZ(0);
  -moz-transform: scaleX(0) translateZ(0);
  -ms-transform: scaleX(0) translateZ(0);
  -o-transform: scaleX(0) translateZ(0);
}
.customer h1:hover::after {
  background-color: black;
  color: black;
  transform-origin: 0% 0%;
  transform: scaleX(1) translateZ(0);
  -webkit-transform: scaleX(1) translateZ(0);
  -moz-transform: scaleX(1) translateZ(0);
  -ms-transform: scaleX(1) translateZ(0);
  -o-transform: scaleX(1) translateZ(0);
}
.customer p {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.customer .box {
  background-color: white;
  padding: 60px 30px;
  border-radius: 15px;
  box-shadow: 0px 8px 32px #93a6c5;
}
.customer .box .cus-img {
  border-radius: 50%;
  background-color: green;
  width: 50px;
  height: 50px;
}
.customer .box .cus-img i {
  color: white;
  font-size: 30px;
}
.customer .box .name p {
  font-size: 20px;
  font-weight: 600;
}
.customer .box .star i {
  color: #ff7d02;
}
.customer .box .star #not {
  color: black;
}
.customer .review {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.customer .review textarea {
  font-weight: 500;
  box-shadow: 0px 8px 32px #93a6c5;
}
.customer .review button {
  text-align: center;
  background: black;
  color: white;
  padding: 7px 14px;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}

footer {
  background-color: #d9e1ef;
}
footer .contact h2 {
  font-size: 18px;
}
footer .contact p {
  font-size: 14px;
}
footer .contact i {
  font-size: 18px;
}

@media (max-width: 768px) {
  .logo {
    width: 40% !important;
  }
  .logo .logo-wapper {
    width: 75% !important;
  }
  .card-h {
    width: 60%;
  }
  nav ul {
    position: absolute;
    flex-direction: column;
    z-index: 999;
    top: 64px;
    right: 0;
    background: #ed1c24;
    padding: 37px;
    width: 100%;
    transition: 0.6s all ease-in-out;
  }
  nav ul li a {
    font-family: "Lato", sans-serif;
    color: white;
    font-weight: 550;
    position: relative;
  }
  nav ul li a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 0;
    background-color: white;
    left: 0;
    height: 1px;
    transform-origin: 100% 100%;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(0) translateZ(0);
    -webkit-transform: scaleX(0) translateZ(0);
    -moz-transform: scaleX(0) translateZ(0);
    -ms-transform: scaleX(0) translateZ(0);
    -o-transform: scaleX(0) translateZ(0);
  }
  nav ul li a:hover::after {
    background-color: white;
    color: white;
    transform-origin: 0% 0%;
    transform: scaleX(1) translateZ(0);
    -webkit-transform: scaleX(1) translateZ(0);
    -moz-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
  }
  .banner .silder img {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=main.css.map */