:root {
  --white: #ffffff;
  --black: #000000;
  --whitee: #F0EBE5;
  --red: #D71515;
  --blackk: #292D32;
}
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Kumbh+Sans:wght@100..900&family=Mansalva&display=swap');

/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
  width: auto;
}
body.home{
  background-color: #F0EBE5;
}
/* SLIDER */
#slider {
  position: relative;
  padding: 0px;
}
#slider .homeslider{
  margin-top: 10%;
  /* animation: 5s ease-out 0s 1 normal both running kenburns-top; */
}
#slider .slider-content-box {
  padding-right: 3%;
  padding-top: 7%;
}
#slider .slider-content-box p{
  font: 400 20px/40px Poppins;
}
#slider .counter-box:hover{
  border: 2px solid var(--color-primary);
}
#slider .counter-outer-box:hover{
  box-shadow: -10px 10px 0px 0px var(--color-primary), 0px 10px 0px 0px var(--color-primary);
}
#slider .counter-outer-box{
  box-shadow: -10px 10px 0px 0px #000, 0px 10px 0px 0px #000;
  margin: 10px 0px 10px 10px;
  border-radius: 10px 0px 10px 10px;
  animation: 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running scale-in-top;
}
#slider .counter-box{
  background: var(--white);
  border-radius: 10px;
  padding: 35px 10px;
  border: 2px solid #000;
}
.counter-icon-img {
  animation: hithere 4s ease infinite;
}
@keyframes hithere {
  30% {
      transform: scale(1.2);
  }
  40%, 60% {
      transform: rotate(-20deg) scale(1.2);
  }
  50% {
      transform: rotate(20deg) scale(1.2);
  }
  70% {
      transform: rotate(0deg) scale(1.2);
  }
  100% {
      transform: scale(1);
  }
}
#slider .counter-icon-img img{
  width: 50px;
  height: 50px;
  object-fit: contain;
}
#slider .slider-counter-box{
  padding: 6% 0px 0% 0px;
}
#slider .slider-search-box form{
  position: relative;
}
#slider .slider-search-box form label input{
  border: none;
  width: 100%;
  padding: 20px 20px 20px 30px;
  background: #fff;
  border-radius: 35px 8px;
  box-shadow: 0px 5px 4px 0px #00000040;
}
#slider .slider-search-box form input[type="submit"]{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  background: transparent;
  color: transparent;
  font-size: 0px;
  height: 40px;
  width: 70px;
  margin: auto;
  z-index: 2;
  border: none;
}
#slider .search-form label:before {
  content: '\f002';
  font-family: "font awesome 6 free";
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 15px;
  color: #fff;
  background: var(--red);
  width: 80px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  text-align: center;
  font-size: 23px;
  z-index: 1;
  border-radius: 30px 8px;
}
#slider .slider-search-box{
  padding: 7% 0px 0px 0px;
}
#slider .slider-search-box input::-webkit-input-placeholder {
  color: var(--black);
  font: 400 16px/20px Poppins;
}
#slider .slider-img-box{
  width: auto;
  height: 630px;
}
#slider .slider-img-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slider-content-box .last_slide_head{
  color: var(--red);
}
/* featured */
.featured-main-heading{
}
.featured-menu-products-box .pro-img{
  position: relative;
  height: 300px;
}
.featured-menu-products-box .pro-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-arrow-box i {
  color: var(--red);
  transform: rotate(-45deg);
  border: 2px solid var(--red);
  border-radius: 50%;
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
}
.product-reviews-box i{
  color: var(--black);
}
.product-content-box{
  background: var(--white);
  padding: 15px;
  border-radius: 10px;
}
#Arrivals .product-title a{
  color: #000;
  font: 600 22px/30px Poppins;
}
.women-image-box,.upcoming-bottom-image,.team-bottom-image,.footer-left-image,.banner-sec-left-img-box {
  animation: shake 20s ease infinite;
}
.product-title a{
  color: #000;
  font: 600 20px/30px Poppins;
}
.product-reviews-box a{
  color: var(--black);
  font: 400 14px/20px Poppins;
}
/* category */
#ourCategory{
  padding: 8% 0px;
}
.category-post-img img{
  filter: brightness(0.5);
}
.category-title a{
  color: #fff;
}
.our-category-content-box:hover .category-title a,.product-content-inner-box:hover .product-price-content-box .product-title a{
  color: var(--red) !important;
}
.category-title{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: max-content;
  margin: auto;
  height: min-content;
}
.category-sub-heading ,.category-main-heading{
  color: #fff;
}
.category-post-img{
  width: 100%;
  height: 230px;
}
.category-post-img img{
  width: 100%;
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
}
.our-category-bottom-image {
  position: absolute;
  top: -10%;
  left: 2%;
}
.our-category-top-image {
  position: absolute;
  top: 0%;
  right:0%;
}
.our-category-top-vector-image {
  position: absolute;
  top: -28%;
  width: 100%;
}
.our-category-top-vector-image-two {
  position: absolute;
  bottom: -21%;
  width: 100%;
}
.our-category-box{
  padding: 5% 0px;
}
/* arrivals */
.arrivals-menu-products-box .product-title a {
  color: #000;
  font: 600 24px/30px Poppins;
}
.product-btn-arrow-box a {
  background: var(--red);
  color: #fff;
  font: 600 18px/20px "Space Grotesk";
  padding: 12px 30px;
  border-radius: 8px;
  text-transform: capitalize;
}
.product-price {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.product-price ins{
  text-decoration: none;
}
.product-price del {
  align-self: end;
}
.product-price del bdi{
  font: 500 16px/20px Poppins;
  color: var(--blackk);
}
.product-price bdi {
  font: 600 24px/30px Poppins;
  color: var(--red);
}
.product-content-inner-box:hover .product-content-box{
  background: var(--color-primary);
}
.arrivals-menu-products-box .product-content-inner-box:nth-child(2){
  margin-top: 6%;
}
.arrivals-menu-products-box .product-content-inner-box:nth-child(4){
  margin-top: 6%;
}
.arrivals-outer-button a{
  background: var(--color-primary);
  color: var(--black);
  font: 500 16px/30px Poppins;
  padding: 10px 30px;
  box-shadow: 8px 8px 0px 0px #000;
  border-radius: 4px;
  border: 1px solid #000;
}
.arrivals-outer-button a:hover,.upcoming-outer-button a:hover,.banner-sec-outer-button a:hover,.newsletter-button a:hover,.blog-outer-button a:hover {
  background: #000;
  color: var(--color-primary);
  box-shadow: 8px 8px 0px 0px var(--color-primary);
  border: 1px solid var(--color-primary);
}
.blog-outer-button a:hover {
  /* background: var(--red);
  color: #fff;
  box-shadow: 8px 8px 0px 0px #000;
  border: 1px solid #000; */
}
/* upcoming */
.upcoming-sub-heading {
  color: var(--white);
}
.upcoming-main-heading{
  color: var(--color-primary);
}
#upcoming {
  margin-bottom: 5%;
  padding-bottom: 0%;
}
#upcoming .product-title a {
  color: var(--red);
  font: 600 20px/25px Poppins;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#upcoming .product-price {
  flex-direction: column-reverse;
}
#upcoming .nav-pills .nav-link {
  background: #fff;
  padding: 6px 25px;
  border-radius: 25px 10px;
  font: 500 16px/30px Poppins;
  color: #000;
}
#upcoming .nav-pills .nav-link.active{
  background: var(--red);
  padding: 6px 25px;
  border-radius: 25px 10px;
  font: 500 16px/30px Poppins;
  color: var(--white);
}
#upcoming .container{
  padding: 10% 0px;
}
.upcoming-top-vector-image{
  position: absolute;
  top: -20%;
  width: 100%;
}
.upcoming-top-vector-image-two {
  position: absolute;
  bottom: -15%;
  width: 100%;
}
.upcoming-top-image {
  position: absolute;
  top: -10%;
  width: max-content;
  height: max-content;
  right: 0;
  animation: pulse 6s infinite ease-in-out alternate;
}
.newsletter-top-right-image,.newsletter-bottom-left-image{
  animation: pulse 6s infinite ease-in-out alternate;
}
.upcoming-bottom-image {
  position: absolute;
  bottom: 3%;
}
.upcoming-category-images .product-content-box .pro-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upcoming-category-images .product-content-box .pro-img{
  height: 352px;
}
/* testimonial */
.testi-designation-box{
  padding: 12% 0% 0px 12%;
}
.testi-image {
  animation: pulse 3s infinite ease-in-out alternate;
}
.testimonial-contents-box{
  background: black;
  clip-path: polygon(10.328% 0.268%, 96.772% 4.612%, 96.772% 4.612%, 97.273% 4.697%, 97.746% 4.894%, 98.186% 5.194%, 98.587% 5.587%, 98.943% 6.064%, 99.247% 6.616%, 99.495% 7.233%, 99.679% 7.906%, 99.794% 8.626%, 99.833% 9.383%, 99.833% 89.95%, 99.833% 89.95%, 99.748% 91.539%, 99.502% 93.047%, 99.108% 94.453%, 98.579% 95.737%, 97.93% 96.879%, 97.172% 97.858%, 96.321% 98.655%, 95.388% 99.249%, 94.388% 99.62%, 93.333% 99.749%, 3.333% 99.749%, 3.333% 99.749%, 2.82% 99.686%, 2.332% 99.505%, 1.878% 99.216%, 1.463% 98.828%, 1.094% 98.351%, 0.778% 97.794%, 0.52% 97.169%, 0.328% 96.484%, 0.208% 95.749%, 0.167% 94.975%, 0.167% 15.084%, 0.167% 15.084%, 0.301% 12.625%, 0.69% 10.298%, 1.311% 8.135%, 2.143% 6.168%, 3.164% 4.428%, 4.351% 2.949%, 5.683% 1.761%, 7.137% 0.897%, 8.693% 0.389%, 10.328% 0.268%);
  padding: 1px;
}
.testimonial-contents{
  background: #ffffff;
  padding: 36px;
  border: 1px solid var(--black);
  border-radius: 25px 10px;
  box-shadow: 12px 12px 0px 0px #000;
  clip-path: polygon(10.328% 0.268%, 96.772% 4.612%, 96.772% 4.612%, 97.273% 4.697%, 97.746% 4.894%, 98.186% 5.194%, 98.587% 5.587%, 98.943% 6.064%, 99.247% 6.616%, 99.495% 7.233%, 99.679% 7.906%, 99.794% 8.626%, 99.833% 9.383%, 99.833% 89.95%, 99.833% 89.95%, 99.748% 91.539%, 99.502% 93.047%, 99.108% 94.453%, 98.579% 95.737%, 97.93% 96.879%, 97.172% 97.858%, 96.321% 98.655%, 95.388% 99.249%, 94.388% 99.62%, 93.333% 99.749%, 3.333% 99.749%, 3.333% 99.749%, 2.82% 99.686%, 2.332% 99.505%, 1.878% 99.216%, 1.463% 98.828%, 1.094% 98.351%, 0.778% 97.794%, 0.52% 97.169%, 0.328% 96.484%, 0.208% 95.749%, 0.167% 94.975%, 0.167% 15.084%, 0.167% 15.084%, 0.301% 12.625%, 0.69% 10.298%, 1.311% 8.135%, 2.143% 6.168%, 3.164% 4.428%, 4.351% 2.949%, 5.683% 1.761%, 7.137% 0.897%, 8.693% 0.389%, 10.328% 0.268%);
}
.testimonial-contents-shadow-box{
  position: relative;
}
.testimonial-contents-shadow-box:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--black);
  width: 100%;
  height: 100%;
  z-index: -1;
  clip-path: polygon(10.328% 0.268%, 96.772% 4.612%, 96.772% 4.612%, 97.273% 4.697%, 97.746% 4.894%, 98.186% 5.194%, 98.587% 5.587%, 98.943% 6.064%, 99.247% 6.616%, 99.495% 7.233%, 99.679% 7.906%, 99.794% 8.626%, 99.833% 9.383%, 99.833% 89.95%, 99.833% 89.95%, 99.748% 91.539%, 99.502% 93.047%, 99.108% 94.453%, 98.579% 95.737%, 97.93% 96.879%, 97.172% 97.858%, 96.321% 98.655%, 95.388% 99.249%, 94.388% 99.62%, 93.333% 99.749%, 3.333% 99.749%, 3.333% 99.749%, 2.82% 99.686%, 2.332% 99.505%, 1.878% 99.216%, 1.463% 98.828%, 1.094% 98.351%, 0.778% 97.794%, 0.52% 97.169%, 0.328% 96.484%, 0.208% 95.749%, 0.167% 94.975%, 0.167% 15.084%, 0.167% 15.084%, 0.301% 12.625%, 0.69% 10.298%, 1.311% 8.135%, 2.143% 6.168%, 3.164% 4.428%, 4.351% 2.949%, 5.683% 1.761%, 7.137% 0.897%, 8.693% 0.389%, 10.328% 0.268%);
}
.testimonial-contents p{
  text-align: left;
  font: 400 16px/30px Poppins;
}
.testimonial-contents{
  position: relative;
}
.testimonial-contents-shadow-box:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 15px;
  left: 10%;
  bottom: -33px;
  border-left: 25px solid transparent;
  border-right: 10px solid transparent;
  border-top: 25px solid var(--blackk);
}
#testimonial .owl-stage {
  display: flex;
  justify-content: space-between;
}
#testimonial .owl-carousel .owl-item {
  width: 400px !important;
}
.testibox:hover .testimonial-contents-shadow-box:after{
  background: var(--red);
}
.testibox:hover .testimonial-contents-shadow-box:before{
  border-top: 25px solid var(--red);
}
.testibox:hover .testimonial-contents-box {
  background: #e40000;
}
.testibox:hover .testimonial-contents{
  border: 1px solid #fc0000;
}
#testimonial .owl-dots{
  display: none;
}
/* banner section */
.banner-sec-content-box{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
  height: min-content;
  padding: 6% 0px 0% 0px;
}
.banner-sec-paragraph{
  color: var(--white);
  font: 400 20px/40px Poppins;
}
.banner-sec-heading{
  color: var(--white);
}
.banner-sec-image-box img{
  width: 100%;
  height: 550px;
  object-fit: fill;
}
.banner-sec-left-img-box{
  position: absolute;
  bottom: 0;
}
.banner-sec-left-img-box img{
  height: 450px;
  width: auto;
}
.team-sub-heading ,.team-main-heading{
  color: #fff;
}
.team-top-image{
  width: max-content;
  position: absolute;
  top: 9%;
  left: 2%;
  animation: pulse 6s infinite ease-in-out alternate;
}
.team-bottom-image{
  width: max-content;
  position: absolute;
  right: 0;
  bottom: -6%;
}
#our-team{
  padding-top: 15%;
  padding-bottom: 5%;
  margin-top: 2%;
  margin-bottom: 6%;
}
.team-top-vector-image{
  position: absolute;
  top: -20%;
  width: 100%;
}
.team-title a{
  font: 500 25px/25px Acme;
  color: var(--white) !important;
}
.team-content p{
  color: var(--white);
}
.team-image img{
  width: 80% !important;
  height: 80%;
  margin: auto !important;
}
.team-content-inner-box{
  border-top: 1px solid #fff;
}
.team-content-box{
  width: 80%;
  margin: auto;
}
.team-content-desc-box p{
  font: 400 18px/30px Poppins;
  color: #fff;
  width: 92%;
}
.team-top-vector-image-two{
  position: absolute;
  width: 100%;
  bottom: -20%;
}
.team-count-box{
  justify-content: space-around;
}
.team-counter-box h6{
  color: #fff;
  font: 500 20px/25px Acme;
}
.team-counter-box h1{
  font: 600 90px/100px Poppins;
  font-family: 'Poppins';
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #ffffff;
  color: #ffffff00;
  text-align: center;
  animation: fade-in 3s linear infinite;
}

/* blog */
.blog-content-box:hover .blog-button i{
  background: var(--red);
  border: 2px solid var(--red);
  color: #fff;
}
.blog-content-box:hover .blog-title a{
  color: var(--red);
}
.blog-heading{
  border-bottom: 1px solid #292D32;
}
.blog-count-box p{
  font: 600 150px/150px Poppins;
  font-family: 'Poppins';
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--red);
  color: #ffffff00;
  text-align: center;
  animation: fade-in 2s linear infinite;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
.blog-content-box{
  border-bottom: 1px solid #292D32;
}
.blog-content-title-box{
  width: 70%;
}
.blog-title a{
  color: var(--black);
  font: 500 24px/45px Poppins;
}
.blog-content-title-box .cat-item{
  font: 400 20px/50px Poppins;
  color: var(--black);
}
.blog-button i{
  color: var(--red);
  transform: rotate(-45deg);
  border: 2px solid var(--red);
  border-radius: 50px;
  padding: 6px;
  font-size: 16px;
}
.blog-outer-button a{
  background: #FFD04C;
  color: var(--blackk);
  border: 1px solid var(--black);
  border-radius: 4px;
  padding: 8px 40px;
  font: 600 14px/20px Poppins;
  box-shadow: 6px 6px 0px 0px #000;
}
.blog-outer-button a{
  background: var(--color-primary);
  color: var(--black);
  font: 500 16px/30px Poppins;
  padding: 10px 40px;
  box-shadow: 8px 8px 0px 0px #000;
  border-radius: 4px;
}
.share-button-container .share-button ,.meta-comment-box .post-comments{
  font: 400 14px / 20px Poppins;
}
.upcoming-outer-button a{
  background: #FFD04C;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 8px 40px;
  font: 600 14px/20px Poppins;
  box-shadow: 6px 6px 0px 0px #000;
}
.upcoming-outer-button a{
  background: var(--red);
  color: #fff;
  font: 500 16px/30px Poppins;
  padding: 10px 50px;
  box-shadow: 5px 5px 0px 0px #fff;
  border-radius: 4px;
}
.banner-sec-outer-button a{
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 8px 40px;
  font: 600 14px/20px Poppins;
  box-shadow: 6px 6px 0px 0px #000;
}
.banner-sec-outer-button a{
  background: #000;
  color: #fff;
  font: 500 16px/30px Poppins;
  padding: 10px 70px;
  box-shadow: 5px 5px 0px 0px #fff;
  border-radius: 4px;
}

/* newsletter */
#newsletter{
  padding-top: 15%;
  padding-bottom: 5%;
  margin-top: 8%;
  margin-bottom: 5%;
}
.newsletter-bottom-image{
  width: 100%;
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}
.newsletter-top-vector-image{
  position: absolute;
  top: -19%;
}
.newsletter-top-vector-image-two{
  position: absolute;
  bottom: -25%;
  z-index: 0;
}
.newsletter-sub-heading{
  color: #fff;
}
.newsletter-main-heading{
  color: #FFD04C;
}
.newsletter-button a{
  background: var(--red);
  color: #fff;
  padding: 10px 50px;
  font: 500 15px/25px Poppins;
  box-shadow: 5px 5px 0px 0px var(--white);
  border-radius: 4px;
  border: 1px solid #fff;
}
.newsletter-bottom-left-image{
  width: max-content;
  bottom: -10%;
  position: absolute;
  left: 2%;
}
.newsletter-top-right-image{
  width: max-content;
  position: absolute;
  top: -30%;
  right: 3%;
}
/* blog */
#blog{
  position: relative;
}
#blog .blogs{
  margin-bottom: 20px;
  border:1px solid #9A9A9A;
  border-radius: 20px;
  padding: 10px;
}
#blog .bolg-image img{
  border-radius: 15px;
}
#blog .bolg_box h5{
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  font-family: var(--font-Unbounded);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
  text-transform: capitalize;
}
#blog .bolg_box p{
  font-size: 14px;
  line-height: 26px;
  color: #BBBABA;
  font-weight: 300;
  font-family: var(--font-Inter);
}
.bolg_box span{
  font-family: var(--font-Inter);
  text-transform: capitalize;
  color:#626B7D;
  font-size: 13px;
}
#blog .blogs .bolg-image {
  position: relative;
}
#blog .blogs .user_date{
  position: absolute;
  bottom: 0;
  margin: 10px;
  width: 94%;
  background-color: #000;
  border-radius: 30px;
  padding: 10px;
}
.blogs .author i{
  color:var(--color-primary);
  padding-right: 5px;
}
.blogs .author{
  color:var(--color-white);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.blogs .author .entry-comments {
  font-family: var(--font-Inter);
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
#blog .read-more a{
  color:var(--color-primary);
  text-transform: uppercase;
  font-weight:600;
}
#blog .read-more a i{
  margin-left: 5px;
}
#blog .owl-carousel .owl-nav {
  display: block;
  margin: 0 auto;
  width: 10%;
}
#blog .owl-carousel .owl-nav button.owl-prev, #blog .owl-carousel .owl-nav button.owl-next{
  margin: 5px;
  background-color: var(--color-primary);
  color: var(--color-black);
}
#blog .owl-carousel .owl-nav button.owl-prev.disabled,#blog .owl-carousel .owl-nav button.owl-next.disabled{
  background-color: var(--color-white);
  color: var(--color-black);
}
.blog-comment-main-box img{
  width: 28px;
}
.share-button-container .share-button{
  border: 0;
}
/*newsletter*/
#newsletter .sec_small_heading {
  color:var(--color-black);
  font-weight: 300;
}
#newsletter .sec_main_heading {
  text-transform: uppercase;
  font-size: 33px;
  padding-right: 10%;
}
#newsletter form{
  position: relative;
}
#newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
  position: absolute;
  padding: 1px 1px;
  background: var(--color-primary);
  border-radius: 10px;
  margin-top: 7px;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  margin-right: 10px;
  z-index: 2;
  right:0;
  padding: 6px 20px;
  text-transform: uppercase;
}
#newsletter input[type="email"]::placeholder{
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
}
#newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
  padding: 12px 30px;
  width: 100%;
  position: relative;
  border-radius: 10px;
  background: #000;
  border: 1px solid #000;
  color:#fff;
}


.blog-content-box .bolg-image{
  overflow: hidden;
}
.blog-content-box:hover .bolg-image img{
  transform: scale(1.07);
  overflow: visible;
  transition: 0.5s ease-in-out;
}
