@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Protest+Strike&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.3.1/css/hover-min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");


*{padding:0;
margin:0;
border:0; 
outline:none;
text-decoration:none;
list-style:none;
}
html{
  overflow-x: hidden !important;
}
body{
font-size:14px; 
line-height:20px;
background: #000;
overflow-x:hidden !important;
height:auto;

/*font-family: "Arimo", sans-serif;*/
}
/*@font-face {
font-family: 'myriad_proregular';
src: url('../fonts/myriad_pro_regular-webfont.woff2') format('woff2'),
url('../fonts/myriad_pro_regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}*/
/*-----reset css-----*/
input[type="button"],input[type="submit"]{
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
margin:0;        
}
p{
margin:0;
}
ul,label{
margin:0;
padding:0;
}

/*--csd error fix--*/
.white_bg.lazy_bg.store-feedbacks-t4.ng-scope {
display: none;
}
header.ng-isolate-scope {
display: none !important;
}
#full-slider-wrapper {
display: none !important;
}
#home_page_design .n-browsing {
padding: 0;
}
.content-features .container.short {
padding: 0;
width: 100%;
}
#home_page_design .white_bg {
border: 0;
}
#home_page_design .parallax-content {
display: none;
}
#home_page_design .lines6_choose {
display: none;
}
#home_page_design .parallax-window {
display: none;
height: auto;
}
#home_page_design .margin_60 {
padding-bottom: 0;
padding: 0;
}
.carousel-control {
opacity: 0;
}
.footer-container {
  display: none;
}
.footer-container .banner-section {
background: #f5da7f;
}
.footer-container footer {
overflow: hidden;
}
.footer-container {
background: #aa874d;
}
#home_page_design .online_bg_line{
  display: none;
}
img.mobile-logo{
  display: none;
}
.footer-container .banner-section {
  width: 85%;
}
.footer-mobile-container .banner-section {
  width: 200%;
  height: 96px;
  -webkit-clip-path: polygon(0 0%, 0% 100%, 98% 33%);
  clip-path: polygon(0 0%, 0% 100%, 98% 33%);
  background: #EE871E;
}
@media only screen and (max-width: 991.98px) {
.footer-mobile-container .banner-section {
  width: 160%;
  height: 90px;
  -webkit-clip-path: polygon(0 0%, 0% 100%, 98% 33%);
  clip-path: polygon(0 0%, 0% 100%, 98% 33%);
  background: #EE871E;
}
}
@media only screen and (max-width: 767.98px) {
.footer-mobile-container {
  margin-top: -20px;
  display: none;
}
.footer-mobile-container .banner-section {
  width: 200%;
  height: 96px;
  -webkit-clip-path: polygon(0 0%, 0% 100%, 98% 33%);
  clip-path: polygon(0 0%, 0% 100%, 98% 33%);
  background: #EE871E;
}
}
/*--/csd error fix--*/

/*--bootstrap 4 custom class start--*/
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
/*--/bootstrap 4 custom class end--*/

.clear{
clear:both;
height:auto;  
}
.img-full,.body-div{
width:100%; 
}
.area-lft{
float:left; 
}
.area-rgt{
float:right;  
}
.no-bg{
background:none !important; 
}

.text-white{
color: #fff;
}
.less-mar-lft-rgt{
  margin: 0 -15px;
}
.pt-0{
  padding-top:0;  
}
.pt-1{
padding-top: 10px;
}
.pt-2{
padding-top: 20px;
}
.pt-3{
padding-top: 30px;
}
.pt-4{
padding-top: 40px;
}
.pt-5{
padding-top: 50px;
}
.pb-0{
padding-bottom: 0;
}
.pb-1{
padding-bottom: 10px;
}
.pb-2{
padding-bottom: 20px !important;
}
.pb-3{
padding-bottom: 30px;
}
.pb-4{
padding-bottom: 40px;
}
.pb-5{
padding-bottom: 50px;
}
.pr-0{
padding-right: 0;
}
.pr-1{
padding-right: 10px;
}
.pr-2{
padding-right: 20px;
}
.pr-3{
padding-right: 30px;
}
.pr-4{
padding-right: 40px;
}
.pr-5{
padding-right: 50px;
}
.pl-0{
padding-left: 0;
}
.pl-1{
padding-left: 10px;
}
.pl-2{
padding-left: 20px;
}
.pl-3{
padding-left: 30px;
}
.pl-4{
padding-left: 40px;
}
.pl-5{
padding-left: 50px;
}

.mt-0{
margin-top: 0;
}
.mt-1{
margin-top: 10px;
}
.mt-2{
margin-top: 20px;
}
.mt-3{
margin-top: 30px;
}
.mt-4{
margin-top: 40px;
}
.mt-5{
margin-top: 50px;
}
.mb-0{
margin-bottom: 0;
}
.mb-1{
margin-bottom: 10px;
}
.mb-2{
margin-bottom: 20px;
}
.mb-3{
margin-bottom: 30px;
}
.mb-4{
margin-bottom: 40px;
}
.mb-5{
margin-bottom: 50px;
}
.mr-0{
margin-right: 0;
}
.mr-1{
margin-right: 10px;
}
.mr-2{
margin-right: 20px;
}
.mr-3{
margin-right: 30px;
}
.mr-4{
margin-right: 40px;
}
.mr-5{
margin-right: 50px;
}
.ml-0{
margin-left: 0;
}
.ml-1{
margin-left: 10px;
}
.ml-2{
margin-left: 20px;
}
.ml-3{
margin-left: 30px;
}
.ml-4{
margin-left: 40px;
}
.ml-5{
margin-left: 50px;
}
/*-----/reset css-----*/


/*=====main page css start=====*/
.header {
    padding: 18px 50px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #000000;
}
.header .row-cus{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*----------navigation----------*/
.header nav{
    width: 100%;
    display: flex;
    padding: 1rem 0;
}

/* Styling Navigation Links*/
.header .nav-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-transform: uppercase;
  list-style: none;
  width: 100%;
}
.header .nav-links li{
    position:relative;
}
.header .nav-links li a {
  text-decoration: none;
  transition: all ease-in-out 350ms;
  padding: 10px 20px;
  color: #fff;
  font-family: "Arimo", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  position: relative;
}
.header .nav-links li a img{
  width: 18px;
  height: 18px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.header .nav-links li a:hover{
    color:#eda311;
}
/*.header .nav-links li a:hover::before {
  position: absolute;
  content: '';
  background: url(https://mydrive.kuick.com/files/6231479/web/data/pizza-bella/shape.png) no-repeat left top;
  width: 14px;
  height: 11px;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%);
}*/
/*Navigation Icon Styling*/
.header .hamburger div{
    width: 23px;
    height: 2px;
    background: #000;
    margin: 5px;
    transition: all 0.3s ease;
}
.header .hamburger{
    display: none;
}
/*Navigation Icon Styling*/
.header .hamburger div {
  width: 27px;
  height: 3px;
  background: #000;
  margin: 5px;
  transition: all 0.3s ease;
  position: relative;
  top: 3px;
  left: -1px;
}
.header .hamburger{
    display: none;
}
/*Responsive Adding Media Queries*/
@media screen and (max-width:767px){
.header .logo{
  padding:10px 0 0 15px;
}
.header nav{
    position: inherit;
    z-index: 3;
    padding-top:0;
    width: 98%;
}
.header .hamburger {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 2%;
  top: 70px;
  transform: translate(-5%, -180%);
  z-index: 11;
  transition: all 0.7s ease;
  background: #fff;
  width: 48px;
  height: 48px;
  padding: 5px;
}
.header .nav-links{
  background: #C39C00;
  justify-content: flex-start;
/*  position: fixed;*/
  position: absolute;
  opacity: 1;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  clip-path: circle(50px at 90% -20%);
/*  -webkit-clip-path: circle(50px at 90% -10%);*/
  transition: all 1s ease-out;
  pointer-events: none;
  padding: 40px 0;
  left: 0;
  top: -8px;
  z-index: 9;
}
.header .nav-links.open{
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
    pointer-events: all;
    z-index: 9;
}
.header .nav-links li{
    opacity: none;
}
.header .nav-links li a{
  padding: 2px 0;
  display: inline-block;
  /*width: 350px;
  display: block;*/
  text-align: center;
  color: #000;
}
.header .nav-links li a:hover{
  color: #000;
}

li.fade{
    opacity: 1;
}
/* Navigation Bar Icon on Click*/
.header .toggle .bars1 {
  /* transform: rotate(-45deg) translate(-5px, 6px); */
  transform: rotate(-45deg) translate(-4px, 5px);
  left: -3px;
  top: 6px;
}
.header .toggle .bars2{
    transition: all 0s ease;
    width: 0;
}
.header .toggle .bars3 {
  transform: rotate(45deg) translate(-4px, -5px);
  position: relative;
  left: -2px;
  top: 2px;
}
}

.header .menu-hldr{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .menu-hldr .button-div{
  position: relative;
}
.header .menu-hldr .button-div:before {
    position: absolute;
    content: '';
    width: 160px;
    height: 44px;
    background: #FCD900;
    border-radius: 8px;
    z-index: -1;
    right: -3.5px;
    top: 4px;
}
.header .menu-hldr .button-div a {
  padding: 13px 0;
  width: 160px;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  transition: 0.5s all;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 8px;
  background: #FFF;
  color: #020202;
  font-family: Arimo;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.header .menu-hldr .button-div a:hover {
  background:linear-gradient(90deg, #FDDC03 0%, #E48F21 100%);
}
.header .menu-hldr .button-div a:before {
  
}
/*----------/navigation----------*/



/*--banner pan--*/
.banner-pan{
  background: linear-gradient(0deg, #020202 0%, #FDDC03 91.06%);
  padding: 30px 0 75px;
  position: relative;
}
.banner-pan .ban-pan-inr{
  text-align: center;
}
.banner-pan .ban-pan-inr h1{
  color: #010101;
  text-align: center;
  font-family: "Protest Strike";
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px; /* 83.333% */
  letter-spacing: -4px;
  padding: 0 0 30px 0;
}
.banner-pan .ban-pan-inr h1 span{
  color: #fff;
  font-family: "Protest Strike";
}
/*.banner-pan .card-box{
  width: 100%;
  height: auto;
  background-size: 100% 100% !important;
  height: 450px;
  align-items: center;
}
.banner-pan .card-box img{
  width: 50%;
  margin: 0 auto;
  height: auto;
}*/
.banner-pan .img-box {
  position: relative;
  overflow: hidden;
  background: #FAF6DD;
  min-width: 100%;
  min-height: 450px;
  border-radius: 16px;
}
.banner-pan .col-sm-6:nth-child(2) .img-box {
  background: #000;
}
.banner-pan .col-sm-6:nth-child(2) .img-box .overlay p{
  color: #000;
}
.banner-pan .col-sm-6:nth-child(2) .child-ban h3 {
    color: #fff;
}

.banner-pan .img-box img {
  width: 100%;
  display: block;
}

/* Overlay */
.banner-pan .img-box .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(252,217,0,0.975);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(100%);
  transition: transform 0.5s ease;
  border-radius: 16px;
}
.banner-pan .img-box .overlay img.logo{
  width: 200px;
  height: auto;
}
.banner-pan .img-box .overlay h3 {
  color: #000;
  font-family: "Protest Strike";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -1.25px;
  text-transform: capitalize;
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.banner-pan .img-box .overlay h2{
  color: #FFF;
  text-align: center;
  font-family: "Protest Strike";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1.5px;
  display: block;
  padding: 0 0 25px 0;
}
.banner-pan .img-box .overlay h2 span{
  color: #FCD900;
  font-family: "Protest Strike";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1.5px;
}
.banner-pan .img-box .overlay p{
  color: #000;
  text-align: center;
  font-family: Arimo;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
}
.banner-pan .img-box .overlay a{
  color: #fff;
  text-align: center;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 0;
  color: #020202;
  font-family: Arimo;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 8px;
  background: #fff;
  padding:20px;
  display: inline-block;
  margin: 40px 0 0;
  overflow: hidden;
}
.banner-pan .img-box .overlay a:hover{
  color: #fff;
}
.banner-pan .img-box .overlay a:before{
  background: #000;
  color: #fff;
  z-index: -1;
}
/* Hover Effect */
.banner-pan .img-box:hover .overlay {
  transform: translateY(0);
}
.banner-pan .child-ban{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.banner-pan .child-ban img.card-logo{
  width: 350px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.banner-pan .child-ban h3 {
  color: #000;
  font-family: "Protest Strike";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1.25px;
  text-transform: capitalize;
  margin-top: -3rem;
  margin-bottom: 2rem;
}
/*--/banner pan--*/


.separator {
    width: 100%;
    background:#000 url(https://mydrive.kuick.com/files/6232715/web/data/img/pattern.png) repeat-x left top;
    height: 140px;
    background-size: 7% 62.5%;
}
/*--flavour-remember-section--*/
.fla-rem-sec{
  padding: 40px 0 50px;
  position: relative;
  background: #000;
}
.fla-rem-sec .fla-rem-sec-lft{
  position: relative;
}
.fla-rem-sec .fla-rem-sec-lft:before{
  background: url(https://mydrive.kuick.com/files/6232715/web/data/img/onion-cutting.png) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  width: 60px;
  height: 80px;
  left: 0;
  top: -40px;
}
.fla-rem-sec::before {
  background: url(https://mydrive.kuick.com/files/6232715/web/data/img/top-view-dry-spices.png) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  width: 190px;
  height: 210px;
  right: 0;
  bottom: 0;
}
.fla-rem-sec::after {
  background: url(https://mydrive.kuick.com/files/6232715/web/data/img/tomato-shape.png) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  width: 110px;
  height: 120px;
  left: 0;
  bottom: 0;
}
.fla-rem-sec .fla-rem-sec-inr{
  text-align: center;
}
.fla-rem-sec .fla-rem-sec-inr h2{
  color: #FFF;
  text-align: center;
  font-family: "Protest Strike";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px; 
  letter-spacing: -1.92px;
  text-transform: capitalize;
}
.fla-rem-sec .fla-rem-sec-inr h2 span{
  color: #FCD900;
  font-family: "Protest Strike";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -1.92px;
  text-transform: capitalize;
}
.fla-rem-sec .fla-rem-sec-inr p{
  color: #FFF;
  text-align: center;
  font-family: Arimo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 800px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
/*--/flavour-remember-sectiod end--*/


/*--best offer section start--*/
.best-offer-sec{
  position: relative;
  padding: 0 0 70px;
  background: #000;
}
.best-offer-sec::before {
  background: url(https://mydrive.kuick.com/files/6232715/web/data/img/oniontomato.png) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  width: 70px;
  height: 340px;
  right: 0;
  bottom: -35px;
}
.best-offer-sec h2 {
  color: #FFF;
  text-align: center;
  font-family: "Protest Strike";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 76px;
  letter-spacing: -1.92px;
  text-transform: capitalize;
  padding: 3rem 0 2rem 0;
}
.best-offer-sec h2 span{
  color: #FCD900;
  font-family: "Protest Strike";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 76px;
  letter-spacing: -1.92px;
  text-transform: capitalize;
}
/* ===== SLIDER ===== */
.best-offer-sec .ys-slider {
  position: relative;
  overflow: hidden;
}

.best-offer-sec .ys-track {
  display: flex;
  transition: transform 0.5s ease;
}

.best-offer-sec .ys-card {
  min-width: 33.33%;
  padding: 10px;
  transition: 0.4s;
}

.best-offer-sec .ys-img-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.best-offer-sec .ys-img-box img {
  width: 100%;
  display: block;
  height: 380px;
  object-fit: cover;
}

.best-offer-sec .ys-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s ease;
}

.best-offer-sec .ys-overlay .ys-btn {
  background: #fff;
  color: #020202;
  font-family: Arimo;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 10px 15px;
  border-radius: 8px;
}

/*.best-offer-sec .slider:hover .card {
  transform: scale(0.85);
  opacity: 0.6;
}

.best-offer-sec .card:hover {
  transform: scale(1.1);
  opacity: 1;
  z-index: 2;
}*/

/* Card hover title bg change */
.best-offer-sec .ys-card:hover .ys-title {
  background: #e53935;
  color: #fff;
}

.best-offer-sec .ys-card:hover .ys-overlay {
  opacity: 1;
}

.best-offer-sec .ys-card:hover .ys-overlay .ys-btn,
.best-offer-sec .ys-overlay .ys-btn:hover {
  background: #e53935;
  color: #fff;
}

/* Default title */
.best-offer-sec .ys-title{
  text-align: center;
  padding: 12px;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s;
}

.best-offer-sec .ys-title {
  text-align: center;
  padding: 12px;
  font-weight: bold;
  font-size: 16px;
}

.best-offer-sec .ys-yellow {
  background: #ffd400;
  color: #020202;
  font-family: "Protest Strike";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding: 17px 0;
  border-radius: 0 0 10px 10px;
}
.best-offer-sec .ys-red {
  background: #e53935;
  color: #fff;
}

/* ===== NAV BUTTONS ===== */
.best-offer-sec .ys-nav {
  background: #111;
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 8px;
  transition: 0.3s;
  cursor: pointer;
  border:1px solid #fff;
  position: static;
}
.best-offer-sec .ys-nav img.arw{
  width: 12px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.best-offer-sec .ys-nav-wrap,
.best-offer-sec .ys-nav-wrapper {
  text-align: center;
  margin-top: 20px;
}

.best-offer-sec .ys-prev { left: -20px; }
.best-offer-sec .ys-next { right: -20px; }

/* Hover nav */
.best-offer-sec .ys-nav:hover {
  background: #e53935;
}
/*--/best offer section end--*/



/*-- card section design start --*/
/* ===== RESET ===== */
.card-section{
  background: #000;
}
.card-section .ys-hero * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Section */
.card-section .ys-hero {
  background: #000;
  padding: 60px 0 0;
  color: #fff;
  overflow: hidden;
}

/* Center text */
.card-section .ys-center h2 {
  color: #FFF;
  text-align: center;
  font-family: "Protest Strike";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height:88px;
  letter-spacing: -1.9px;
  text-transform: capitalize;
  position: relative;
  margin: 25rem 0 0 0;
}
.card-section .ys-center h2::before {
  background: url(https://mydrive.kuick.com/files/6232715/web/data/img/heading-bg.png) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  width: 90%;
  height: 160%;
  left: 20px;
  top: -30%;
}

/* Stack */
.card-section .ys-stack {
  position: relative;
}

/* card */
.card-section .ys-card {
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  transform: rotate(-10deg);
  transition: 0.4s ease;
  width: 93%;
}
.card-section .ys-card2 {
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  transform: rotate(4deg);
  transition: 0.4s ease;
  width: 90%;
  position: absolute;
  bottom: -35rem;
  left: 2.5rem;
}
.card-section .ys-card3 {
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  transform: rotate(-4deg) !important;
  transition: 0.4s ease;
  width: 90%;
  left: -12px;
  bottom: 14.25rem;
  position: relative;
}

.card-section .ys-right .ys-card {
  transform: rotate(8deg);
}

/* Highlight border */
.card-section .ys-highlight {
  /*border: 3px solid #ffd400;*/
}

/* Image */
.card-section .ys-img-box {
  position: relative;
  overflow: hidden;
}

.card-section .ys-img-box img {
  width: 100%;
  display: block;
}

/* TOP OVERLAY */
.card-section .ys-overlay-top {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  transition: 0.4s ease;
}

/* BOTTOM TITLE */
.card-section .ys-title-bar {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  background: #ffd400;
  color: #000;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  transition: 0.4s ease;
  color: #020202;
  font-family: "Protest Strike";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.card-section .ys-stack.ys-left{
  border:5px solid #000;
  padding: 0 0 0 20px;
  margin: 0 0 0 10px;
}
.card-section .ys-stack.ys-right{
  padding: 20px 0 0 0;
  margin-top: -15px;
}

/* HOVER EFFECT */
.card-section .card-section .ys-card:hover {
  transform: rotate(0deg) scale(1.05);
  z-index: 2;
}

.card-section .ys-card:hover .ys-overlay-top {
  top: 0;
  border: 5px solid #ffd400;
}

.card-section .ys-card:hover .ys-title-bar {
  bottom: 40%;
}

/* Responsive */
@media (max-width: 768px) {
.card-section .ys-center h1 {
  font-size: 28px;
  margin: 30px 0;
}

.card-section .ys-card {
  transform: none !important;
}
}
/*-- /card section design end --*/


/*-- circle-grp-pan section design start --*/
.circle-grp-pan{
  margin: -70px 0 0 0;
  padding: 0 0 80px;
  position: relative;
  background: #000;
}
.circle-grp-pan::before {
  background: url(https://mydrive.kuick.com/files/6232715/web/data/img/chilli.png) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  width: 80px;
  height: 160px;
  right: 0;
  bottom: 80%;
}
.circle-grp-pan .icon-div{
  
}
.circle-grp-pan .icon-div img{
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}
.circle-grp-pan .icon-div p{
  color: #FFF;
  text-align: center;
  font-family: "Protest Strike";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
/*-- /circle-grp-pan section design end --*/



/*--testimonial section--*/
.testimonial-section {
  padding: 6rem 0 0;
  position: relative;
  width: 100%;
  background-size: 100% 100%;
  background: #000;
}
.testimonial-section .testimonial-section-hd{

}
.testimonial-section .testimonial-section-hd h2{
  color: #FFF;
  text-align: center;
  font-family: "Protest Strike";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px; /* 60.417% */
  letter-spacing: -3.84px;
}
.testimonial-section .testimonial-section-hd h2 span{
  color: #FCD900;
  font-family: "Protest Strike";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -3.84px;
}
.testimonial-section .testimonial-section-inr{
  padding: 0 0 25px 0;
  text-align: center;
}
.testimonial-section .testimonial-section-inr .testimonials-slider .testimonial-section-rgt .client-div{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.testimonial-section .testimonial-section-inr .testimonials-slider .testimonial-section-rgt .icon-round-box {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-section .testimonial-section-inr .testimonials-slider .testimonial-section-rgt .icon-round-box img{
  width:20px;
  height: auto;
}
.testimonial-section .testimonial-section-inr .testimonials-slider .testimonial-section-rgt .client-div .client-div-sm{
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  margin-top: -10px;
}
.testimonial-section .testimonial-section-inr .testimonial-section-rgt{
  margin: 0;
  text-align: center;
  display: ;
}
.testimonial-section .testimonial-section-inr .testimonial-section-rgt p {
  color: #FFF;
  text-align: center;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; 
  width: 75%;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.testimonial-section .testimonial-section-inr .testimonial-section-rgt .client-div{

}
.testimonial-section .testimonial-section-inr .testimonial-section-rgt .client-div img.client{
  width: 74px;
  height: 74px;
  border-radius: 100px;
}
.testimonial-section .testimonial-section-inr .testimonial-section-rgt .client-div img.star{
  width: 90px;
  height: auto;
}
.testimonial-section .testimonial-section-inr .testimonial-section-rgt .client-div h3 {
  color: #FFF;
  text-align: center;
  font-family: Arimo;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px
}

.testimonials-slider {
  position: relative;
}
.testimonials-slider .slick-list {
  overflow: visible !important;
}
.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
  position: absolute;
  top: 20%;
  z-index: 999;
  width: 48px;
  height: 48px;
}
.testimonials-slider .slick-prev{
  left: 40px;
}
.testimonials-slider .slick-prev.slick-arrow img,
.testimonials-slider .slick-next.slick-arrow img{
  width: 48px;
  height: 48px;
}
.testimonials-slider .slick-prev {
  left: 0px;   
  background: none;
}

.testimonials-slider .slick-next {
  right: 0px;
  background: none;
}
.testimonials-slider .spice-grp-img{
  width: 100%;
  height: auto;
}
/*--/testimonial section end--*/


/*--download-app-sec section start--*/
.download-app-sec{
  position: relative;
  background: #000;
}
.download-app-sec-rgt{
  position: relative;
}
.download-app-sec-rgt::before {
  background: url(https://mydrive.kuick.com/files/6232715/web/data/img/slice-onion.png) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  width: 60px;
  height: 70px;
  right: 0;
  top: 0px;
}
.download-app-sec::before {
  background: url(https://mydrive.kuick.com/files/6232715/web/data/img/app-area-lft.png) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  width: 280px;
  height: 220px;
  left: 0;
  bottom: 0;
}
.download-app-sec::after {
  background: url(https://mydrive.kuick.com/files/6232715/web/data/img/app-area-rgt.png) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  width: 120px;
  height: 140px;
  right: 0;
  top: 100px;
}
.download-app-sec .download-app-inr{
  text-align: center;
}
.download-app-sec .download-app-inr h4 {
  color: #FCD900;
  text-align: center;
  font-family: Arimo;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; 
}
.download-app-sec .download-app-inr h2{
  color: #FFF;
  text-align: center;
  font-family: "Protest Strike";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 96px;
  letter-spacing: -3.84px;
}
.download-app-sec .download-app-inr h2 span{
  color: #FCD900;
  font-family: "Protest Strike";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 96px;
  letter-spacing: -3.84px;
  display: block;
}
.download-app-sec .download-app-inr h3 {
  color: #FFF;
  text-align: center;
  font-family: Arimo;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  padding:20px 0;
}
.download-app-sec .download-app-inr p{
  color: #FFF;
  text-align: center;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.download-app-sec .download-app-inr .app-store-wrap{
  padding: 3rem 0 5rem;
}
.download-app-sec .download-app-inr .app-store-wrap ul{
  text-align: center;
}
.download-app-sec .download-app-inr .app-store-wrap ul li {
  display: inline-block;
  padding: 0 10px;
}
.download-app-sec .download-app-inr .app-store-wrap ul li a{

}
.download-app-sec .download-app-inr .app-store-wrap ul li a img {
  width: 180px;
  height: auto;
}
/*--download-app-sec section end--*/



/*-- contact section start --*/
footer.contact-section-pan{
  padding: 6rem 0 0;
  background: linear-gradient(180deg, #020202 6.96%, #FDDC03 100%);
  position: relative;
}
footer.contact-section-pan::before {
  background: url(https://mydrive.kuick.com/files/6232715/web/data/img/spice-gr.png) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  width: 190px;
  height: 300px;
  right: 0;
  top: -30px;
}
footer.contact-section-pan::after {
  background: url(https://mydrive.kuick.com/files/6232715/web/data/img/left-shape.png) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  content: '';
  width: 100px;
  height: 220px;
  left: 0;
  bottom: 0;
}
footer.contact-section-pan .contact-section-pan-inr{

}
footer.contact-section-pan .contact-section-pan-inr h2{
  color: #FFF;
  text-align: center;
  font-family: "Protest Strike";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -1.92px;
  text-transform: capitalize;
}
footer.contact-section-pan .contact-section-pan-inr h2 span{
  color: #FCD900;
  font-family: "Protest Strike";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -1.92px;
  text-transform: capitalize;
}
footer.contact-section-pan .contact-section-pan-inr{

}

footer.contact-section-pan .lft-area{

}
footer.contact-section-pan .lft-area .goole-map{
  padding: 60px 0 0;
}
footer.contact-section-pan .lft-area .goole-map .embed-map-fixed .embed-map-container iframe{
   border-radius: 20px;
}
footer.contact-section-pan .lft-area .address-area h2{
    color: #020202;
    text-align: center;
    font-family: "Protest Strike";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -1.92px;
    padding: 30px 0 0;
}
footer.contact-section-pan .lft-area .address-area h3{
  color: #000;
  text-align: center;
  font-family: Arimo;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; 
}

footer.contact-section-pan .rgt-area{
  padding: 60px 0 0 0;
  text-align: center;
}
footer.contact-section-pan .rgt-area .heading{
  padding: 0 0 60px;
}
footer.contact-section-pan .rgt-area .heading h2{
  color: #FCD900;
  text-align: center;
  font-family: "Protest Strike";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 49.352px; /* 102.816% */
  letter-spacing: -1.92px;
}
footer.contact-section-pan .rgt-area .phone-con{
  text-align: center;
  padding: 0 0 40px;
}
footer.contact-section-pan .rgt-area .phone-con p{
  color: #FFF;
  text-align: center;
  font-family: Arimo;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
footer.contact-section-pan .rgt-area .phone-con a{
  color: #FFF;
  text-align: center;
  font-family: Arimo;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; 
  text-decoration: none;
  letter-spacing: -1.2px;
}
footer.contact-section-pan .rgt-area .phone-con .phone-box{
  width: 52px;
  height: 52px;
  border-radius: 100px;
  background: #FCD900;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto 10px auto
}
footer.contact-section-pan .rgt-area .phone-con .phone-box img{
  width: 18px;
  height: auto;
  display: block;
  margin: 0 auto;
}
footer.contact-section-pan .rgt-area .follow-us{
  padding: 50px 0 0;
}
footer.contact-section-pan .rgt-area .follow-us h2{
  color: #030303;
  text-align: center;
  font-family: "Protest Strike";
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; 
  padding: 0 0 10px;
  letter-spacing: -1.8px;
}
footer.contact-section-pan .rgt-area .follow-us ul{
  
}
footer.contact-section-pan .rgt-area .follow-us ul li{
  display: inline-block;
  padding: 0 15px;
}
footer.contact-section-pan .rgt-area .follow-us ul li a{

}
footer.contact-section-pan .rgt-area .follow-us ul li a img{
  width: 44px;
  height: auto;
}

footer.contact-section-pan .copyright-pan {
  padding: 15px 0;
}
footer.contact-section-pan .copyright-pan p{
  color: #010101;
  text-align: center;
  font-family: Arimo;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; 
}
/*-- contact section end --*/



/*-----slick slider for group carausal slide start----- */
.slick-slide {
    margin: 0px 5px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after{
  display: table;
  content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
  width: 100%;
  display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev.slick-arrow img,
.slick-next.slick-arrow img{
  width: 46px;
  height: 46px;
}
.slick-slider .slick-prev.slick-arrow {
  position: absolute;
  left: 0;
  bottom: 15%;
  z-index: 1;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  background: none;
  border: 0;
}
.slick-slider .slick-prev.slick-arrow::before {
  position: absolute;
  content: '';
  width: 158px;
  height: 2px;
  left: 0;
  top: 0;
}
.slick-slider .slick-next.slick-arrow {
  position: absolute;
  right: 0;
  bottom: 15%;
  z-index: 1;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  background: none;
  border: 0;
}
.slick-slider .slick-dots .slick-active button{
  background: #FFCC00;
}
.slick-slider .slick-prev.slick-arrow i{
  font-size: 36px;
  color: #fff;
}
.slick-slider .slick-next.slick-arrow i{
  font-size: 36px;
  color: #fff;
}
.slick-slider .slick-dots button{
  background: rgba(0, 0, 0, .4);
  width: 10px;
  height: 10px;
  border-radius: 100px;
  font-size: 0; 
}
@media (max-width: 991.98px){
.slick-slide {
    margin: 0px 5px;
}
.slick-slider .slick-prev.slick-arrow {
  left: 0;
  bottom: 20px;
}
.slick-slider .slick-next.slick-arrow {
  right:0;
  bottom: 20px;
}
}
@media (max-width: 767.98px){
.slick-slide {
    margin: 0px 15px;
}
.slick-slider .slick-prev.slick-arrow{
  left: 0;
  top: 30%;
}
.slick-slider .slick-next.slick-arrow {
  left: 90%;
  top: 90px;
}
.footer-container-mobile footer .footer-wrapper {
  display: none;
}
}
/*-----/slick slider for group carausal slide end----- */

/*-----slick slider images zoom css----- */
.zoom-slider .slick-slide { 
  overflow: hidden; 
}

.zoom-slider img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: transform 1.5s ease-in-out; /* smooth zoom effect */
}

/* active slide will zoom automatically */
.zoom-slider .zoom-active img {
  transform: scale(1.1);
}
/*-----/slick slider images zoom css----- */




/*--image shine css start--*/
.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -78%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine:hover::before, 
.shine:focus::before {
  -webkit-animation: shine 0.85s;
          animation: shine 0.85s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*--image shine css end--*/


/*--placeholder default colour change--*/
::-webkit-input-placeholder{
color:#000;
font-weight:400;
font-size:13px;
}
::-moz-placeholder{
color:#000;
font-weight:400;
font-size:13px;
}
::-ms-input-placeholder{
color:#000;
font-weight:300;
font-size:13px;
}
/*--/placeholder default colour change--*/