/*========================================
          HOME-CLASSIC PAGE STYLE
=========================================*/
.navbar-part {
  position: absolute;
  top: 128px;
  left: 0px;
  width: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-navbar-fixed.active .navbar-part {
  top: 69px;
  background: rgba(0, 0, 0, 0.8);
}

.header-navbar-fixed.active .dropdown-megamenu:hover .megamenu {
  top: 62px;
}

.navbar-content {
  border-top: none;
}

.navbar-link {
  color: var(--white);
}

.dropdown-arrow::before {
  color: var(--white);
}

.navbar-info i,
.navbar-info p {
  color: var(--white);
}

.dropdown-megamenu:hover .megamenu {
  top: 70px;
}

.megamenu {
  top: 100px;
}

/* ============================================
   HERO SLIDER
   ============================================ */

.hero-slider {
  position: relative;
  height: 560px;
  overflow: hidden;
}

.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slider .slick-slide,
.hero-slider .slick-slide > div {
  height: 100%;
}

.hero-slide {
  height: 100%;
  overflow: hidden;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---- Arrows ---- */
.hero-slider .dandik,
.hero-slider .bamdik {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
  opacity: 0.85;
  visibility: visible;
}

.hero-slider .dandik:hover,
.hero-slider .bamdik:hover {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.hero-slider .dandik {
  right: 28px;
}

.hero-slider .bamdik {
  left: 28px;
}

/* ---- Dots ---- */
.hero-slider .slick-dots {
  position: absolute;
  bottom: 16px;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
}

.hero-slider .slick-dots li {
  margin: 0;
  padding: 0;
}

.hero-slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  border: none;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  padding: 0;
  transition: width 0.3s ease, background 0.3s ease, border-radius 0.3s ease;
  outline: none;
}

.hero-slider .slick-dots li.slick-active button {
  width: 30px;
  border-radius: 5px;
  background: #ffffff;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .hero-slider { height: 440px; }
}

@media (max-width: 767px) {
  .hero-slider { height: 360px; }
  .hero-slider .dandik,
  .hero-slider .bamdik { width: 40px; height: 40px; font-size: 16px; }
}

@media (max-width: 575px) {
  .hero-slider { height: 260px; }
  .hero-slider .dandik,
  .hero-slider .bamdik { display: none !important; }
}

.suggest-slider li {
  margin: 0px 10px;
}

@media (max-width: 575px) {
  .suggest-slider li {
    margin: 0px 5px;
  }
}

.promo-img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.promo-img a {
  width: 100%;
}

.promo-img a img {
  width: 100%;
  border-radius: 8px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.promo-img a img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 767px) {
  .promo-img {
    margin: 12px 0px;
  }
}

.new-slider li {
  margin: 0px 12px;
}

@media (max-width: 575px) {
  .new-slider .product-card {
    width: 220px;
  }
}

.new-slider li {
  margin: 0px 12px;
}

@media (max-width: 575px) {
  .new-slider .product-card {
    width: 220px;
  }
}

.brand-slider .dandik,
.brand-slider .bamdik {
  top: 35%;
}

.testimonial-slider .slick-slide {
  opacity: 0.3;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.testimonial-slider .slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.testimonial-slider .dandik,
.testimonial-slider .bamdik {
  opacity: 1;
  visibility: visible;
}

.testimonial-slider .dandik {
  right: 50px;
}

.testimonial-slider .bamdik {
  left: 50px;
}

.blog-slider .blog-card {
  margin: 0px 15px 25px;
}

.blog-slider .dandik,
.blog-slider .bamdik {
  top: 43%;
}

@media (max-width: 767px) {
  .blog-slider .blog-card {
    margin: 0px 10px 25px;
  }
}
