/* Slider
-------------------------------------------------- */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #8155ba;
  background-clip: padding-box;
  border: 0;
  border-radius:5px;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
	width: 25px;
	background-color: #8155ba;
	opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}


.carousel-control-prev {
  left: 5px;
}

.carousel-control-next {
  right: 5px;
}
.carousel-control-prev .fa,
.carousel-control-next .fa {
  display: inline-block;
  color:#8155ba;
  font-size:2em;
  border-radius:50%;
  width:60px;
  height:60px;
  line-height:60px;
  background:rgba(255,255,255,0.25);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev:hover .fa,
.carousel-control-next:hover .fa {
  background:rgba(255,255,255,0.95);
}



/* Carousel 1 base class */
.wodepress-carousel {

}
.wodepress-carousel #wodepress-carousel .carousel-item {
  /* height: 70vh; */
  height: auto;
}

.wodepress-carousel #wodepress-carousel .carousel-caption {
  position: absolute;
  top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background: linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.5));
   width:100%;
   height:auto;

}
.wodepress-carousel #wodepress-carousel .carousel-item img {
	max-width: 100%;
	width:100%;
	height:100%;
	object-fit: cover;
}
.wodepress-carousel #wodepress-carousel .carousel-caption h2{
	position: relative;
	color:#fff;
	margin-bottom:30px;
}

.wodepress-carousel #wodepress-carousel .carousel-caption h2::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: calc(0% - 0px);
  width: 60px;
  height: 3px;
  opacity: 1;
  background: #8155ba;
  transition: all 0.4s ease-in-out;
}
.wodepress-carousel #wodepress-carousel .carousel-caption p{
	color:#fff;
}




@media (min-width: 576px) {


}

@media (min-width: 768px) {
.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}
.wodepress-carousel #wodepress-carousel .carousel-item {
  /* height: 75vh; */
  height: auto;
}

}


@media (min-width: 992px) {
.wodepress-carousel #wodepress-carousel .carousel-item {
  /* height: 60vh; */
  height: auto;
}
}
@media (min-width: 1200px) {
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
.wodepress-carousel #wodepress-carousel .carousel-item {
 height: 80vh;
}
}
@media (min-width: 1400px) {
.wodepress-carousel #wodepress-carousel .carousel-item {
  height: calc(80vh - 0rem);
}
}

/*===============================
Product-single-gallery
================================*/
.product-single-gallery  {

}

.product-single-gallery .product-active {
  margin-bottom: 10px;
}

.product-single-gallery .product-active .owl-prev,
.product-single-gallery .product-active .owl-next {
  display: none;
}

.product-single-gallery .product-active img.zoomImg {
  -webkit-transform: all .3s ease-in-out;
          transform: all .3s ease-in-out;
}
.product-single-gallery .product-thumbnil-active {

}

.product-single-gallery .owl-nav i.fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 10;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255,255,255,0.75);
  font-size:1.5rem;
  color: #8155ba;
}
.product-single-gallery .owl-nav [class*=owl-] {
  position: absolute;
  left: 10px;
  top: calc(50% - 0px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.product-single-gallery .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}
.product-single-gallery:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
}

.product-specifications {
	border:solid 0px #f8f9fa;

}
.product-specifications p {
	margin:0px;
	padding:10px;
	color:#333;
}
.product-specifications > :nth-child(odd) {
  background-color: #fff;
}
.product-specifications > :nth-child(even) {
  background-color: #f8f9fa;
}


/* index-about
-------------------------------------------------- */

.index-about {
  background: url() no-repeat left bottom;
}
.index-about .img-box {
  position: relative;
  padding: 0 15px 15px 0;
}

.index-about .img-box img {
  position: relative;
  max-width: 100%;
  z-index:1;
}

.index-about .img-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  background-color: none;
  border:solid 5px #8155ba;
  z-index: 1;
  opacity: 0.95;
}
/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.video {
	position: relative;
    display: inline-block;
    overflow: hidden;
}
.video .video-play {
    width: 60px;
    height: 60px;
    font-size: 23px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: inline-block;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(255,255,255,.7);
    -webkit-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
}

.video .video-play:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.42;
    border-radius: 50%;
    background: #FFFFFF;
    transform: scale(1.3);
    box-shadow: 0 0 0 0 rgba(255,255,255,.7);
    -webkit-animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
}

.video .video-play i {
    margin-left: 5px;
    position: relative;
    z-index: 5;
	color:#8155ba;
}
/*video play button animation*/
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}

/* index-counter
-------------------------------------------------- */
.index-counter {
	position: relative;
}
.index-counter-bg {
  position: absolute;
  z-index:-1;
  top: 0;
  width: 100%;
  height: 50%;
}
.index-counter-bg::before {
  position: absolute;
   z-index:0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: #f8f9fa;
  border-bottom:solid 0px #f4f7fb;
}



.index-counter  .counter-number {
  position: relative;
  text-align:center;
}
.index-counter  .counter-number::after {
  background: #104353;
  bottom: 0;
  content: "";
  height: 50px;
  margin-top: -30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  z-index: 1;
}

@media (max-width: 767px) {
.index-counter  .counter-number::after {
  background: #104353;
  bottom: 0;
  content: "";
  height: 50px;
  margin-top: -30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0px;
}
}

.index-counter .col-item:last-child .counter-number::after {
  width: 0px;
}

.index-counter  .counter-number h1{
	font-size:3.25em;
  font-weight: 600;
}
.index-counter .col-item:nth-child(1) .counter-number h1{
	color:#fff;
}
.index-counter .col-item:nth-child(2) .counter-number h1{
	color:#fff;
}
.index-counter .col-item:nth-child(3) .counter-number h1{
	color:#fff;
}
.index-counter .col-item:nth-child(4) .counter-number h1{
	color:#fff;
}
.index-counter .col-item:nth-child(5) .counter-number h1{
	color:#6177ff;
}
.index-counter .col-item:nth-child(6) .counter-number h1{
	color:#b540ff;
}
.index-counter  .counter-number p{
    margin-top:0px;
	color:#eee;
}







/* index-product
-------------------------------------------------- */
.index-product {

}
.index-product .nav-tab-pills{
	width:100%;
}


.index-product .nav-tab-link{

	width:100%;
	border-bottom:solid 1px #f3f3f3;
    position: relative;
}

.index-product .nav-tab-link h5{
	background:none;
	margin-bottom:0px;
	padding:15px;


}
.index-product .nav-tab-link h5:before{
	position: absolute;
    content: "";
	right:15px;
    font-family: 'bootstrap-icons';
	content:"\f138";

	font-size:1rem;
}
.index-product .nav-tab-link.active h5{
	background:#8155ba;
	color:#fff;
}
.index-product .nav-tab-link.active h5:before{
	color:#fff;
}

.index-product .tab-pane {
	transition:.25s;
}

.index-product .tab-content-excerpt {
	background:#fff;
	position: relative;
	width:calc(100% + 0px);
	left:0px;
	margin-top:30px;
}
@media (min-width: 992px) {
.index-product .tab-content-excerpt {
	width:calc(100% + 5rem);
	left:-5rem;
	margin-top:0px;
}
}



/* owl-carousel-news
-------------------------------------------------- */
.owl-carousel-news {

}


.owl-carousel-news .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-news .owl-nav .owl-next span,
.owl-carousel-news .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #8155ba;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #8155ba;
  }


.owl-carousel-news .owl-nav .owl-next span:hover,.owl-carousel-news .owl-nav .owl-prev span:hover {
  background:#8155ba;
  color: #fff;
}




.owl-carousel-news .owl-dots {
	margin-top:30px;
	text-align:center;


}
.owl-carousel-news .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-news .owl-dots .owl-dot span {
	width:15px;
	height:4px;
	margin:0px 5px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:0px
}
.owl-carousel-news .owl-dots .owl-dot.active span,.owl-carousel-news .owl-dots .owl-dot:hover span {
	background:#8155ba;

}






/*======= owl-carousel-feature =========*/

.home .index-features {
	position: absolute;
	bottom:0px;
	width:100%;
}
.category .index-features {
    background:#f8f9fa;
	width:100%;
	padding:2rem 0rem;
}
.owl-carousel-feature {

}
.home .owl-carousel-feature .if-item a{
	color: #fff;
}


.owl-carousel-feature .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-feature .owl-nav .owl-next span,
.owl-carousel-feature .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #8155ba;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #8155ba;
  }


.owl-carousel-feature .owl-nav .owl-next span:hover,.owl-carousel-feature .owl-nav .owl-prev span:hover {
  background:#8155ba;
  color: #fff;
}




.owl-carousel-feature .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;

}
.owl-carousel-feature .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-feature .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-carousel-feature .owl-dots .owl-dot.active span,.owl-carousel-feature .owl-dots .owl-dot:hover span {

}
/* CSS added on: ln?8%2{9,:<94]4;8|5 2025-04-08 09:40:12 */
