
/*------------------- 4.00. About  -------------------*/
/* About 1 ---------------------------------- */
.global-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  /* Medium devices */
}

.global-img:after {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.global-img img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

@media (max-width: 991px) {
  .global-img {
    min-width: 100%;
    margin-bottom: 30px;
  }
}

.global-img:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

/* .global-img:hover img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
} */





/*------------------- 4.00. Category -------------------*/
/* category area start --------------------------*/
.categorySlider {
  overflow: hidden;
}

.categorySlider .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.categorySlider.th-slider.has-shadow {
  padding: 0px !important;
  margin: -25px 14px !important;
}

.category-area {
  padding: 165px 0 120px 0;
  margin-top: -55px;
}

.category-area .th-container {
  --main-container: 1750px;
}

.category-area .swiper .swiper-slide {
  width: 312px;
}

.category-card {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.category-card.style2 .box-img {
  border-radius: 50%;
  border: 10px solid var(--smoke-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.category-card.style2 .box-img img {
  border-radius: 50%;
}

.category-card.style2:hover .box-img {
  border-color: var(--theme-color);
}

.category-card.style5 .box-img {
  border-radius: 200px;
  width: 200px;
  height: 300px;
}

.category-card.style5 .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 200px;
}

.category-card.style5 .box-title {
  font-size: 24px;
  font-weight: 600;
}

.category-card .box-img {
  border-radius: 24px;
  margin-bottom: 22px;
}

.category-card .box-img img {
  border-radius: 24px;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

.category-card .box-title {
  margin-bottom: 0;
}

.category-card .line-btn {
  text-transform: capitalize;
  color: var(--body-color);
}

.category-card .line-btn:before {
  display: none;
}
/* 
.category-card:hover .box-img img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
} */






/* category area end --------------------------*/
.categorySlider2 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.categorySlider6 .same-title {
    color: #000;
    margin-bottom: 50px;
}
.categorySlider6 {
    margin: 0 -30px !important;
    background-image: url(../images/scrollbg.webp);
    height: 100vh;
    padding: 150px 0 !important;
    text-align: center;
}

@media (max-width: 575px) {
  .categorySlider6 {
    margin: 0 0px !important;
  }
}



.categorySlider6 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto;
  overflow: hidden;
}
.categorySlider6 .swiper-pagination-progressbar {
    --swiper-pagination-progressbar-size: 2px;
    background: #ffffff;
    position: relative;
    margin-top: -200px;
    margin-bottom: 0;
    padding: 3px;
}

.categorySlider6 .th-swiper-custom {
  max-width: 728px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin: auto;
  /* Small devices */
}

@media (max-width: 767px) {
  .categorySlider6 .th-swiper-custom {
    display: none;
  }
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 25px 0 0px 0;
  line-height: 10px;
  height: 3px;
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 24px;
  --swiper-pagination-bullet-horizontal-gap: 12px;
  margin: 5px 7px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:before {
  display: none;
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:hover, .categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--title-color);
  border: 1px solid var(--title-color);
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.categorySlider6 .th-swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.categorySlider6 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--title-color);
}

.categorySlider6 .slider-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  background: var(--white-color);
  height: 3px;
}

.categorySlider6 .slider-arrow {
  --icon-size: 64px;
  min-width: 64px;
  background: rgba(250, 252, 244, 0.2);
  border: 1px solid #E1E4E5;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 36px;
  color: var(--white-color);
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  position: relative;
  left: unset;
}

@media (max-width: 1499px) {
  .categorySlider6 .slider-arrow {
    display: block !important;
  }
}

.categorySlider6 .slider-arrow img {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-filter: brightness(0.9) invert(1);
          filter: brightness(0.9) invert(1);
}

.categorySlider6 .slider-arrow.slider-next {
  right: unset;
  left: auto;
}

.categorySlider6 .slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.categorySlider6 .slider-arrow:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.category-slider3 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto auto 10px auto;
  overflow: hidden;
}

.categorySlider4 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto;
  overflow: hidden;
}

.category-area3 .th-container {
  --main-container: 1689px;
}

.category-area4 .th-container {
  --main-container: 1656px;
}

.category-card {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    max-width: 430px;
    width: 100%;
}

.category-card.style3 .box-img {
  border-radius: 24px;
  border: 10px solid var(--smoke-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.category-card.style3 .box-img img {
  border-radius: 24px;
}

.category-card.style3:hover .box-img {
  border-color: var(--theme-color);
}



.category-card.style4 .box-img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-bottom: 30px;
}

.category-card.style4 .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card.style4 .box-content {
  text-align: left;
}

.category-card.style4 .box-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.category-card.style4 .box-title {
  margin-bottom: 7px;
}

.category-card.style4 .box-text {
  max-width: 235px;
}



.category-card.style4:hover .box-wrapp {
  height: 100%;
  opacity: 1;
  overflow: visible;
}

.category-card .box-img {
  border-radius: 24px;
  margin-bottom: 22px;
}

.category-card .box-img img {
  border-radius: 24px;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

.category-card .box-title {
  margin-bottom: 0;
}

.category-card .line-btn {
  text-transform: capitalize;
  color: var(--body-color);
}

.category-card .line-btn:before {
  display: none;
}

/* .category-card:hover .box-img img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
} */

.category-area2 {
  position: relative;
  z-index: 1;
}
