.home_hero {
  padding-top: 80px;
  padding-bottom: 120px;
}
.h_hero_wrap h1 {
  font-size: 36px;
  margin-bottom: 0px;
}
.h_hero_wrap p {
  max-width: 55%;
  margin: auto;
  font-size: 16px;
}

.home_products {
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}
.home_products:after {
  content: "";
  position: absolute;
  height: 60%;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgb(255 255 255) 10%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}
.h_products {
  grid-template-columns: repeat(6, 1fr);
  display: grid;
  gap: 30px;
}
.h_product a {
  aspect-ratio: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 40px;
  overflow: hidden;
  display: block;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    transform var(--e-transform-transition-duration, 0.4s);
}
.h_product a img:hover {
  transform: scale(1.2);
}
.h_product a img {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    transform 0.4s;
}

.shop_b_wrap {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  background-color: #e6e6e6;
  border-radius: 40px;
  overflow: hidden;
}
.shop_b_item {
  padding: 40px 20px;
}
.shop_b_item svg {
  width: 50px;
  height: 50px;
  margin: 0px auto;
  display: block;
  fill: var(--oh-primary);
  color: var(--oh-primary);
}

.popular_products {
  padding: 130px 0px 70px 0px;
}
.pp_wrap h2 {
  font-size: 36px;
}
.pp_wrap > p {
  font-size: 15px;
  margin-bottom: 10px;
    color: var(--oh-primary);
  font-weight: 600;
}

/*** Welcome SEction ***/

.welcome_wrap {
  background-color: var(--oh-primary);
  border-radius: 40px;
  padding: 70px 20px;
}
.welcome_section p {
  max-width: 697.5px;
  margin: auto auto 15px auto;
}
.welcome_wrap img {
  margin: auto;
  display: block;
}
.welcome_section p:last-child {
  margin-bottom: 0px;
}
.wel_img {
  margin-bottom: 65px;
}

/*** Testimonial Section ***/
.testimonial_slider {
  margin-right: -15px;
  margin-left: -15px;
}
.testimonial_item {
  padding: 0px 15px;
}
.testimonial_section {
  padding: 120px 0px 50px 0px;
}

.testimonial_section .container > p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}
.testimonial_name {
  margin-top: 15px;
  color: var(--oh-color6);
  font-weight: 600;
}
.testimonial_rating {
  margin-bottom: 10px;
}

.testimonial_dots {
  margin-top: 35px;
  padding: 0px 20px;
}
.testimonial_dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: block;
  border: 2px solid var(--oh-color5);
  border-radius: 50%;
  cursor: pointer;
}
.testimonial_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--oh-color3);
  border-color: var(--oh-color3);
}
.testimonial_dots .swiper-pagination-bullet:hover {
  border-color: var(--oh-color3);
}

/*** Brand SEction ***/
.brands_wrap {
  padding: 40px 0px;
}
.brands_wrap h2 {
  font-size: 28px;
  line-height: 1;
}
.brands_slider {
  width: 100%;
}
.brand_item {
  padding: 20px;
}
.brand_item img {
  max-height: 60px;
  height: revert-layer;
  width: revert-layer;
  object-fit: contain;
  margin: auto;
  display: block;
}
.brands_wrap > p {
  padding: 0px 75px;
}

/*** New Products ***/

.new_products {
  padding: 130px 0px 70px 0px;
}

/*** blog Section ***/

.blog_item {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}
.blog_title {
  padding: 25px;
}
.blog_title h3 {
  font-size: 22px;
  color: var(--oh-color3);
}
.blog_title h3 a:hover {
  color: rgba(51, 51, 51, 0.65);
}
.blog_img {
  position: relative;
}
.blog_date {
  position: absolute;
  top: 15px;
  inset-inline-start: 15px;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  min-width: 53px;
  padding: 7px;
  text-align: center;
  line-height: 1;
  border-radius: calc(8px / 1.5);
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  color: var(--oh-color3);
}
.blog_img a {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 100%;
}
.blog_img a img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.more_blog {
  margin-top: 30px;
}
.blog_section {
  padding: 0px 0px 130px 0px;
}
.blog_slider {
  padding-top: 30px;
}
.blog_slider .swiper-slide {
  padding: 0px 10px;
}
.blog_section h2 {
  margin-bottom: 10px;
}
.blog_section .container > p {
  font-size: 16px;
}

.post-date-day {
  font-size: 22px;
}
.post-date-month {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog_img {
  overflow: hidden;
}
.blog_item:hover .blog_img img {
  scale: ;
  transform: scale(1.1);
}
.blog_img img {
  transition: all 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.blog_item:hover {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .welcome_section p {
    max-width: 100%;
  }

  .shop_b_wrap {
    grid-template-columns: repeat(1, 1fr);
    padding: 40px 0px;
  }
  .shop_b_item {
    padding: 20px;
  }
  .shop_b_item h2{
    font-size: 22px;
  }
  .h_hero_wrap p {
    max-width: 100%;
    font-size: 14px;
  }
  .home_hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .h_hero_wrap h1 {
    font-size: 20px;
  }
  .h_products {
    grid-template-columns: repeat(3, 1fr);
    max-height: 420px;
  }

  .pp_wrap h2 {
    font-size: 20px;
  }
  .pp_wrap h4 {
    font-size: 12px;
  }
  .welcome_wrap {
    padding: 40px 10%;
  }
  .wel_img {
    margin-bottom: 30px;
  }
  .testimonial_section h2 {
    font-size: 20px;
  }
  .brands_wrap > p {
    padding: 0px 25px;
  }
  .blog_section h2 {
    font-size: 20px;
  }

  .blog-nav {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 4px;
    z-index: 11;
  }
  .blog-nav:before {
    font-family: "woodmart-font";
    content: "\f114";
    font-size: 16px;
  }
  .blog_section .container {
    padding: 0px;
  }
  .blog_slider .swiper-slide {
    padding: 0px 20px;
  }
  .blog-nav.blog-next {
    left: auto;
    right: 4px;
    transform: rotate(180deg);
  }
  .h_product a {
    border-radius: 20px;
  }
  .new_products {
    padding: 70px 0px 70px 0px;
  }
  .blog_section {
    padding: 0px 0px 100px 0px;
  }
}
