/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
	margin-top: 10px
}
.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.owl-theme .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-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}

#carousel-01.owl-theme .owl-dots, #carousel-02.owl-theme .owl-dots {
	margin:0;
	position:absolute;
	left:0;
	right:0;
	bottom:20px;	
}
#carousel-01.owl-theme .owl-dots .owl-dot span, #carousel-02.owl-theme .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	background-color: rgba(255, 255, 255, 0.3);
	margin:0 2px;
	border-radius: 0;
	display:inline-block;
	vertical-align:middle;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius:100%;
}
#carousel-01.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, #carousel-02.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	width: 8px;
	height: 8px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius:100%;
}
#carousel-01.owl-theme .owl-nav {
	position: absolute;
	top: 38%;
	left: 0;
	right:0;
	margin:0;
}
#carousel-01 .owl-prev {
	background: url(../images/s-arrow-left.png) no-repeat center center;
	background-size: 100% auto;
	width: 28px;
	height: 53px;
	position: absolute;
	left: 50px;
	margin:0;
}
#carousel-01 .owl-next {
	background: url(../images/s-arrow-right.png) no-repeat center center;
	background-size: 100% auto;
	width: 28px;
	height: 53px;
	position: absolute;
	right: 50px;
	margin:0;
}
#carousel-01 .owl-prev span, #carousel-01 .owl-next span, #carousel-02 .owl-prev span, #carousel-02 .owl-next span {display:none;}

#carousel-02.owl-theme .owl-nav {display:none;}


/*****slider sytle start******/
.banner-slider {
	width:100%;
	height:auto;		
}
.masala-slider-1 {background:url(https://velaamart.com/wp-content/uploads/2026/02/masala-slider-1-bg.svg) repeat #5D2F2F 110px 190px;}
.slider-ctnr {
	width:100%;
	max-width:1200px;
	height:480px;
	padding:0 15px;
	margin:0 auto;
	display:flex;
    align-items: center;
	box-sizing:border-box;
	overflow:hidden;
}
.slider-left {padding-right:40px;}
.slider-left, .slider-right {
	width:50%;
	box-sizing:border-box;
}
.masala-slider-1 {
	font-family: "Work Sans", Sans-serif;
}
.masala-slider-1 h3 {
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	color:#F2E6DE;
	letter-spacing:0.75px;
	display:inline-block;
	margin:0;
}
.masala-slider-1 h3:after {
	content:"";
	width:100%;
	height:2px;
	background-color:#FFC776;
	display:block;
	margin-top:3px;
}
.masala-slider-1 h2 {
	font-size:60px;
	line-height:1;
	font-weight:800;
	letter-spacing:-0.25px;
	color:#FFC776;
	display:inline-block;
	margin:30px 0 0 0;
}
.masala-slider-1 h4 {
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	color:#F2E6DE;
	margin:30px 0 0 0;
}
.masala-slider-1 h4 strong {
	background-color:#FFC776;
	color:#2B1A1A;
	font-size:50px;
	font-weight:800;
	display:inline-block;
	padding:2px 10px;	
}
.slider-btn {
	width:160px;
	height:50px;
	display:inline-flex;
	align-items:center;
    justify-content:center;
	text-align:center;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:100px;
	margin-top:30px;
	letter-spacing:0.3px;
}
.masala-sli-btn {
	background-color:#2B1A1A;
	color:#fff;
	border:solid 2px #FFC776;
	transition-duration: 0.3s;
}
.masala-sli-btn:hover {
	background-color: #FFC776;
	color: #2B1A1A;
	border-color: #FFC776;
}
/* Masala slider image ani */
.masala-img-ani {
  position: relative;
  width: 100%;
  height:480px;
  overflow: hidden;
}

.masala-img-ani img {
  position: absolute;
  width:100%;
  height:100%;
  object-fit: contain;
  opacity: 0;
  animation: slideShow 10s infinite;
}
/* Delay for each image */
.masala-img-ani img:nth-child(1) { animation-delay: 0s; }
.masala-img-ani img:nth-child(2) { animation-delay: 2s; }
.masala-img-ani img:nth-child(3) { animation-delay: 4s; }
.masala-img-ani img:nth-child(4) { animation-delay: 6s; }
.masala-img-ani img:nth-child(5) { animation-delay: 8s; }

@keyframes slideShow {
  0%   { opacity: 0; }
  8%   { opacity: 1; }
  25%  { opacity: 1; }
  33%  { opacity: 0; }
  100% { opacity: 0; }
}


.owl-item.active .masala-slider-1 h3 {
	animation-duration: 1.25s;
	transform-origin: center bottom;
	animation-delay: 0s;
}
.owl-item.active .masala-slider-1 h2 {
	animation-duration: 1.25s;
  	animation-fill-mode: both;
  	animation-delay: 1s;
}
.owl-item.active .masala-slider-1 h4 {
	animation-duration: 1.5s;
  	animation-fill-mode: both;
  	animation-delay: 2s;
}

.owl-item.active .masala-slider-1 p {
	animation-duration: 0.5s;
  	animation-fill-mode: both;
  	animation-delay: 3.5s;
	margin:0;
}

.owl-item.active .masala-slider-1 h2 {
	animation-name: bounceIn;
}
.owl-item.active .masala-slider-1 h3 {
	animation-name: bounce;
}
.owl-item.active .masala-slider-1 h4 {
	animation-name: zoomInDown;
}

.owl-item.active .masala-slider-1 p {
	animation-name: fadeInUp;
}

/*****slider sytle end******/



@media only screen and (max-width : 1200px) {
.slider-ctnr, .masala-img-ani {height:400px;}
.masala-slider-1 h3, .masala-slider-1 h4 {font-size:18px;}
.masala-slider-1 h2 {
	font-size:50px;
	margin-top:20px;	
}
.masala-slider-1 h4 {margin-top:20px;}
.masala-slider-1 h4 strong {
	font-size:40px;		
}
}

@media screen and (max-width: 1050px) {
.slider-ctnr, .masala-img-ani {height:350px;}
.slider-left {padding-right:20px;}
.masala-slider-1 h3, .masala-slider-1 h4 {font-size:16px;}
.masala-slider-1 h2 {
	font-size:44px;
	margin-top:20px;
}
.masala-slider-1 h4 {margin:20px 0 0 0;}
.masala-slider-1 h4 strong {
	font-size:34px;
}
.slider-btn {
	width:140px;
	height:40px;
	margin-top:20px;
}
}

@media screen and (max-width: 1000px) {
.slider-ctnr, .masala-img-ani {height:320px;}
.masala-slider-1 h3, .masala-slider-1 h4 {font-size:15px;}
.masala-slider-1 h2 {font-size:38px;}
.masala-slider-1 h4 strong {font-size:28px;}
}

@media screen and (max-width: 760px) {
.slider-ctnr {
	height:auto;
	padding: 30px 15px;
	flex-direction: column-reverse;
}
.slider-left {padding:15px 0 0 0;}
.slider-left, .slider-right {width:100%;}
}
@media screen and (max-width: 480px) {
.slider-ctnr {padding:20px 15px 20px 15px;}
.masala-img-ani {height:180px;}
.masala-slider-1 h2 {font-size:32px; margin-top:12px; line-height:1.1;}
.masala-slider-1 h4 {margin:10px 0 0 0;}
.masala-slider-1 h4 strong {font-size:26px;}
#carousel-01.owl-theme .owl-dots, #carousel-02.owl-theme .owl-dots {left:inherit; right:15px;}
}