:root {
    --cnvs-themecolor: #FF9902;
    --cnvs-themecolor-rgb: 255, 153, 2}

.montserrat-<uniquifier> {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.testimonials-carousel .owl-item.active.center {
	opacity: 1;
	transform: scale(1);
}
 .testimonials-carousel .owl-item {
	opacity: 0.25;
	transform: scale(.9);
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

body{
	font-family: "Montserrat", serif;
}



.reel-item {
 
  height: 400px;
  display: inline-block;
  margin-right: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #000;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: transform .3s ease;
}

.reel-item:hover {
  transform: scale(1.05);
}

.reel-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reel-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}



/* Image container */
.zoom-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.zoom-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

/* Hover Zoom Effect */
.zoom-card:hover img {
    transform: scale(1.1);
}

/* Text area styling */
.content-text {
    position: absolute;
    bottom: 30px;
    left: 40px;
    color: white;
}

.btn-custom {
    background: white;
    color: black;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.btn-custom:hover {
    background: black;
    color: white;
}

.product-card {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: .3s;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-img-box {
    overflow: hidden;
    position: relative;
}

.product-img-box img {
    width: 100%;
    border-radius: 10px;
    transition: transform .5s ease;
}

.product-img-box:hover img {
    transform: scale(1.1);
}

/* Buy Now Button */
.buy-btn {
    background: #ff9902;
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    border: 2px #ff9902;
    transition: .3s;
    text-decoration: none;
}

.buy-btn:hover {
    background: transparent;
    color: #ff9902;
    border-color: 2px #ff9902;
}

/* Slick dots color */
.slick-dots li button:before {
    font-size: 12px;
    color: black;
}

.toggle.border-bottom {
    border-color: #DDD !important;
}
 .toggle:not(:last-child) {
  border-bottom: 1px solid #EEE;
  padding-bottom: 15px;
}

/*scroll-bar*/
/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f9f9f9;  
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
    background: #FE9E15;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
   background: #F06E22;
}

/*scroll-bar-end*/

.whatsapp-fix {
    display: block;
    position: fixed;
    z-index: 12121212;
    right: 0;
    bottom: 28px;
    transform: translate(-25px,-72px);
    display: flex;
    align-items: baseline;
    
     border-radius:100%;
     box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}
.relative a img {
      height: 46px;
      width: 46x;
      position: fixed;
      bottom: 155px;
      right: 26px;
      z-index: 9;
      border-radius: 50px;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    }


a:hover {
  color: #FE9904;
}

.slider-element{
  height: 600px;
}

@media (max-width: 767.98px) {

.slider-element{
  height: 350px;
  
}

