/*
Template Name: Truemart;
Description: Responsive Html5 Ecommerce Template;
Template URI:;
Author Name:Hastech;
Author URI:;
Version: 1.0;

*/
/*================================================
[  Table of contents  ]
================================================
01. General
02. Back to top
03. Basic margin padding
 
======================================
[ End table content ]
======================================*/

.slidearea15 .item {
  height: 100vh;
  position: relative;
}

.slidearea15 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slidearea15 .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(103, 71, 41, 0.4);
  display: flex;
  align-items: center;
}

.slidearea15 .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}

.slidearea15 .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.slidearea15 .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}

.slidearea15 .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}

.slidearea15 .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}

.slidearea15 .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.slidearea15 .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.slidearea15 .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.slidearea15 .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.slidearea15 .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.slidearea15 .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

.slidearea15 .owl-nav .owl-prev:focus {
  outline: 0;
}

.slidearea15 .owl-nav .owl-prev:hover {
  background: #000 !important;
}

.slidearea15 .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.slidearea15 .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

.slidearea15 .owl-nav .owl-next:focus {
  outline: 0;
}

.slidearea15 .owl-nav .owl-next:hover {
  background: #000 !important;
}

.slidearea15:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

.slidearea15:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.owl-carousel .owl-stage-outer {
  margin: 0;
  padding: 0;
}

.owl-prev span {
  position: relative;
  top: -7px;
}

.owl-next span {
  position: relative;
  top: -7px;
}

.zoom {
  transition: transform .2s;
  /* Animation */
  width: 278px;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.2);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.parallax {
  background-image: url(../../uploads/banner/gemban-3.jpg);
  background-position: 50% -73px;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.reasons .item .count {
  padding-top: 14px;
  font-size: 50px;
  color: #b89d64;
  font-weight: bold;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  text-align: center;
  background: none;
  border: none;
  text-align: center;
  padding: 0;
  width: auto;
}

span.count-unit {
  text-align: center;
  font-size: 45px;
  margin: 0;
  color: #b89d64;
}

.counter-values {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
}


.reasons .item .title {
  font-weight: 800;
  color: #f5f2eb;
  font-size: 16px;
  margin-top: 50px;
}

.reasons .item .text {
  padding-top: 22px;
  font-size: 14px;
  color: #d8cfb5;
  font-weight: 300;
  line-height: 20px;
}

h2 span {
  color: #b89d64;
}

.reasons h2 {
  color: #f5f2eb;
  margin: 70px 0;
  width: 100%;
  text-align: center;
}

.reasons .item {
  width: 100%;
  float: left;
  text-align: center;
}

.mt_08 {
  margin-top: 30px;
}

.featured2 {
  width: 100%;
}




.primary-img {

  height: 227px;
}

.owl-dots {
  display: none;
}

.adimg {
  height: 344px;
  /*margin-top: -50px;*/
  width: 90%;
}

.timer {
  background: #d23232;
  padding: 10px;
  width: 60%;
  float: right;
}

.timer p {
  color: #fff;
}

.tab-menu.mb-25 {
  margin-right: 11px;
}

marquee {
  color: #116561;
}

.featured {
  width: 300px !important;
  margin-left: 11px !important;
}

.bestseller {
  width: 400px !important;
  margin-left: 11px !important;
}

.topcat {
  width: 400px !important;
  margin-left: 11px !important;
}

.cust_cl1_13525 {
  background-color: #dbaf36 !important;
  border: #dbaf36 !important;
  padding: 12px 60px;
}

.cust_cl1_21525 {
  width: 114%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  height: 113%;
  position: relative;
  top: -14px;
  left: -14px;
}

.cust_cl2_21525 {
  position: relative;
  top: 42%;
}

@media only screen and (max-width: 600px) {
  .featured {
    width: 300px !important;
    margin-left: 80px !important;
  }

  .bestseller {
    width: 400px !important;
    margin-left: 144px !important;
  }

  .topcat {
    width: 400px !important;
    margin-left: 270px !important;
  }

  .mobtab {
    width: 400px !important;
    margin-left: 90px !important;
  }
}

.promo-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 50px;
}

.promo-img {
  max-width: 100%;
  height: auto;
}

.btn-shop {
  background-color: white;
  color: black;
  border: none;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.animated-text {
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.8s ease-out;
}

.animated-text.visible {
  opacity: 1;
  transform: translateX(0);
}



.cust_cl1_19525 {
  color: #000;
}

.cust_cl2_19525 {
  font-size: 16px;
  font-weight: 700;
}

.cust_cl1_19525 h1 {
  font-size: 20px;
}

.cust_cl3_19525 {
  padding: 40px 0 15px;
}

.image-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
}

.image-container img {
  width: 100%;
  height: 100%;
  display: block;
}

.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 24px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  transform: translateY(100%);
  transition: transform 0.5s ease;
}

.image-container:hover .overlay-text {
  transform: translateY(-50%);
}

.overlay-text2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  font-size: 24px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  transform: translatex(100%);
  transition: transform 0.5s ease;
}

.image-container:hover .overlay-text2 {
  transform: translatex(0%);
}

.overlay-text2 .btn-info:first-child:hover,
.btn-info:focus-visible,
.btn-info:hover,
:not(.btn-check)+.btn-info:hover {
  box-shadow: none;
}

.cust_cl1a_19525 {
  text-align: center;
}

.star-rating {
  color: #ff9529;
}

.pro-info-1 {
  text-align: center;
}

.testimonial-card {
  background-color: #f8f9fa;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  height: 400px;
  display: flex;
  flex-direction: column;
}

.testimonial-text {
  font-size: 0.95rem;
  color: #555;
}

.testimonial-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 10px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.star-rating {
  color: #f39c12;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.testimonial-footer img {
  width: 45px !important;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.testimonial-footer h6 {
  margin: 0;
  font-size: 1rem;
}

.testimonial-footer small {
  color: #777;
}

.blog-card img {
  border-radius: 15px;
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.blog-meta {
  font-size: 0.8rem;
  color: #888;
  text-transform: uppercase;
  margin-top: 15px;
}

.blog-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 5px 0;
}

.blog-desc {
  font-size: 0.95rem;
  color: #555;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  /* Fixed vendor prefix */
  display: box;
  /* Fallback for older browsers */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Added for better truncation */
  margin-bottom: 15px;
}

.read-more {
  font-weight: bold;
  color: #f39c12;
  text-decoration: none;
  font-size: 14px;
}

.read-more:hover {
  color: #b16d00;
}

.read-more i {
  margin-left: 5px;
}

.gallery-section {
  padding: 60px 0;
}

.gallery-section h2 {
  color: #333333;
  text-transform: uppercase;
  font-size: 1.6em;

}

.gallery-section .gallery-box {
  background: #fff;
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  /*grid-template-rows: repeat(1, 18vw);*/
  grid-auto-rows: 16vw;
  grid-gap: 1rem;
  grid-auto-flow: dense;
}

.gallery-section .gallery-box .box {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  box-shadow: 0px 4px 20px -4px rgba(0, 0, 0, 0.15);
  transition: all .5s ease;
}

.gallery-section .gallery-box .box:hover {
  box-shadow: 0px 4px 40px -4px rgba(0, 0, 0, 0.3);
}

.gallery-section .gallery-box .box.big {
  grid-row: span 2;
  grid-column: span 2;
}

.gallery-section .gallery-box .box.horizontal {
  grid-column: span 2;
}

.gallery-section .gallery-box .box.vertical {
  grid-row: span 2;
}

.gallery-section .gallery-box .box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}

.gallery-section .gallery-box .box:hover img {
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .gallery-section .gallery-box {
    grid-template-columns: repeat(4, auto);
    grid-auto-rows: 18vw;
  }

  .animated-text {
    opacity: 0;
    transform: translateX(0);
    transition: all 0.8s ease-out;
  }

  .animated-text.visible {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .gallery-section .gallery-box {
    grid-template-columns: repeat(3, auto);
  }

  .animated-text {
    opacity: 0;
    transform: translateX(0);
    transition: all 0.8s ease-out;
  }

  .animated-text.visible {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 575px) {
  .gallery-section .gallery-box {
    grid-template-columns: repeat(2, auto);
    grid-auto-rows: 35vw;
  }

  .animated-text {
    opacity: 0;
    transform: translateX(0);
    transition: all 0.8s ease-out;
  }

  .animated-text.visible {
    opacity: 1;
    transform: translateX(0);
  }
}

.section-title {
  text-align: center;
  padding: 60px 20px 20px;
}

.section-title h2 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 10px;
}

.section-title p {
  color: #555;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.trending_product {
  background: #F2E7D1;
  background: linear-gradient(90deg, rgba(242, 231, 209, 1) 0%, rgba(211, 196, 163, 1) 51%, rgba(211, 196, 163, 1) 100%);
}