@charset "utf-8";

.menuu_btn{background:url(../images/menu.png) no-repeat 0 0/100%; width: 32px; height: 32px; border:none; 
  position:absolute; ;right: 30px;
  top: 20px;
	}
.menuss{position: absolute;
right: 76px;z-index: 10;top: 106px;}

.parent {
    flex-direction: row;
  }

@media(max-width: 767px)
{
.parent {
  display: flex;
  flex-direction: column-reverse;
}
}

.menuu_btn{display:none;}



@font-face{  
    font-family: "Poppins-Regular";
    src:url("../font/Poppins-Regular.ttf");
}
@font-face{  
  font-family: "Poppins-SemiBold";
  src:url("../font/Poppins-SemiBold.ttf");
}
@font-face{  
  font-family: "Poppins-Bold";
  src:url("../font/Poppins-Bold.ttf");
}
@font-face{  
  font-family: "Futura-xblk";
  src:url("../font/Futura\ XBlk\ BT.ttf");
}

.img-100{width:100% !important;}


body{
  background-color: #eaeaea;
    font-family: "Poppins-Regular";
     font-size: 14px;
      overflow-x: hidden !important;
    }
    
   


/* nav section */

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #05964a;
    color: #ffffff;
    text-decoration: none;

}
.nav > li > a {
  position: relative;
  display: block;
  padding: 47px 20px 15px;
  margin: 0px 0px;
  line-height: 1;
  font-size: 14px;
  font-family: "Poppins-SemiBold";
  transition: ease-out .3s;
  text-decoration: none;
  color: #474747;
  text-transform: uppercase;
}
.nav-static {
  background-color: #fcc905;
  position: absolute;
  padding:0 0 15px 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0px;
  position: fixed;
}

.n1{
  background: #05964a;
  color: #FFFFFF !important;
}

.n2{
  background: #fff200;
}

.n3{
  background: #fff200;
}

.n4{
  background: #fff200;
}

.n5{
  background: #fff200;
}


.d-f {
  display: flex;
  justify-content: space-between;
  background: #fff200;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* .s1 {
  flex-grow: 1;
}

.s2{
  display: flex;
  align-items: baseline;
  flex-grow: 1;
} */

.s2{
  margin: 30px 25px 0 0;
}

.brand img {
  margin: 13px 0 0 90px;
}


/* .navbar .nav > li:last-child > a {
  border-right: unset;
} */


/* banner section */

.bannerarea {
  padding: 0;
  margin: 87px 0 0 0;
}
.back{
  position: relative;
}

/* delivery section */

.delisec{
  background: url(../images/bg1.jpg)no-repeat;
  background-size: 100% 100%;
  padding:0 18px ;
}
.delisec h2{
  font-family: "Poppins-Bold";
  font-size:40px;
  color: #000;
  padding: 0;
  margin: 148px 0 0 0;
}
.delisec h3{
  font-family: "Poppins-Bold";
  font-size:27px;
  color: #000;
  padding: 0;
  margin: 0;
}
.delisec span{
  font-family: "Poppins-SemiBold";
  font-size:20px;
  color: #000;
  padding: 0;
  margin: 0 0 5px;
}
.delisec h4{
  font-family: "Poppins-SemiBold";
  font-size:19px;
  color: #f04e23;
  padding: 0;
  margin: 0 0 15px;
}
.delisec p{
  font-family: "Poppins-Regular";
  font-size:15px;
  color: #646464;
  padding: 0;
  margin: 0;
}
 /* category section */
 .catsec{
  padding: 100px 18px;
 }
 .cr{
  border-radius: 10px;
  margin: 0 0 10px;
 }
 .catsec h2{
  font-family: "Poppins-Regular";
  font-size:16px;
  color: #595959;
  text-align: center;
  padding: 0;
  margin: 0;
 }
.catsec h3{
  font-family: "Poppins-Regular";
  font-size:26px;
  color: #030303;
  text-align: center;
  padding: 0;
  margin: 0 0 35px;

}
 
/* box hover effect */

.catitem {
  position: relative;
  overflow: hidden;
}

.catitem img {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.catitem::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.catitem:hover img {
  transform: scale(0.9); /* Adjust the scaling factor for zoom-out */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Adjust the shadow color and size */
}

.catitem:hover::before {
  opacity: 1;
}

/* neighborhood section */

.neisec{
  background: url(../images/bg2.jpg)no-repeat;
  background-size:100% 100%;
  padding:293px 18px ;
}
.neisec h2{
  font-family: "Futura-xblk";
  font-size: 48px;
  color: #fff;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
}
.neisec h3{
  font-family: "Poppins-Regular";
  font-size: 22px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.catsec .catbt{
  margin: 0 0 80px;

}

/* footer section */

.adddtl{
  background: #fff;
  padding:18px 35px 0px;
  margin: 0;
}
.adddtl .ftlog{
  margin: 0 0 10px;
}
.adddtl p{
  font-family: "Poppins-Regular";
  font-size: 13px;
  color: #595959;
  margin: 0 0 10px;
  padding: 0;
}

.adddtl .eml{
  font-family: "Poppins-Regular";
  font-size: 13px;
  color: #595959;
  margin: 0 0 10px;
  padding: 5px 35px;
  background: url(../images/eml.png)no-repeat;
}
.adddtl .site{
  font-family: "Poppins-Regular";
  font-size: 13px;
  color: #595959;
  margin: 0 0 10px;
  padding: 5px 35px;
  background: url(../images/sit.png)no-repeat;
}
.adddtl .mobl{
  font-family: "Poppins-Regular";
  font-size: 13px;
  color: #595959;
  margin: 0 0 20px;
  padding: 5px 35px;
  background: url(../images/mob.png)no-repeat;
}
.adddtl .fim{
  margin: 0 7px 0 0;
}
.adddtl a{
  font-family: "Poppins-Regular";
  font-size: 13px;
  color: #595959;
  text-decoration: none;
}
.frmsec{
  background:#d9d9d9;
  padding: 70px 30px;
}
.frmsec h2{
  font-family: "Poppins-Regular";
  font-size: 26px;
  color: #000;
  margin: 0 0 10px;
  padding: 0;

}
.frmsec .ftconfrm{
  border-color:unset !important;
  background: transparent !important;
  outline: 0;
  box-shadow:unset !important;
  border: unset !important;
  border-bottom: 1px solid #fff !important;
  border-radius: unset !important;
  font-family: "Poppins-Regular";
  font-size: 13px;
  color: #595959;
  
}
.ftconfrm::placeholder{
  font-family: "Poppins-Regular";
  font-size: 13px;
  color: #595959;

}

.txtfrm{
  border-color:unset !important;
  background: transparent !important;
  outline: 0;
  box-shadow:unset !important;
  border: unset !important;
  border-bottom: 1px solid #fff !important;
  border-radius: unset !important;
  font-family: "Poppins-Regular";
  font-size: 13px;
  color: #595959;
}

.txtfrm::placeholder{
  font-family: "Poppins-Regular";
  font-size: 13px;
  color: #595959;
} 
.frmsec .frmbtnf{
  border-style: unset;
  background: #000;
  color:#fff;
  padding:5px 40px;
  border-radius:5px;
}
.foot{
  padding:10px 18px;
}
.foot p{
  font-family: "Poppins-Regular";
  font-size: 13px;
  color: #595959;
}
.foot p a{
  font-family: "Poppins-Regular";
  font-size: 13px;
  color: #595959;
  text-decoration: none;
}
.foot .flo{
  text-align: end;
}


/* mouse */

.js-cursor {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  margin: -20px 0 0 -20px;
  mix-blend-mode: difference;

  transition-duration: .4s;
  transition-property: visibility, opacity;
  transition-timing-function: cubic-bezier(.16, 1, .3, 1);

  pointer-events: none;
  &:before,
  &:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    border-radius: 50%;
  }
  &:before {
    height: 10px;
    width: 10px;
    background: rgba(236, 4, 4, 0.8);
  }
  &:after {
    height: 40px;
    width: 40px;
    border: 1px solid rgba(255,255,255,.15);
    transition-duration: .4s;
    transition-property: border-color, background,transform;
    transition-timing-function: cubic-bezier(.16, 1, .3, 1);
  }
  &.is-active {
    opacity: 1;
    visibility: visible;
    will-change: transform;
  }
  &.is-focus {
    &:after {
      transform: translate3d(-50%,-50%,0) scale(2.75);
      border-color: transparent;
      background: rgba(255,255,255,.2);
    }
  }
  &.is-hidden {
    visibility: hidden;
    opacity: 0;
  }
}




/* ----------------------------------- */

.slick-dots li button::before {
  font-size: 36px !important;
  color:#05964a !important;

}
.slick-dots li.slick-active button::before {
  color: #fff200 !important ;

}
.slick-prev {
  left: 75px !important;
  z-index: 1;
  background: unset !important;
}

.slick-next {
  right: 120px !important;
  z-index: 1;
  background: unset !important;
}
.dropdown-menu {
    position: absolute;
    top: 35px;}

/* .owl-carousel .item {
    display: flex;
  justify-content: center;
  align-items: center;
} */

.mm-btn_close::before {
content: 'x' !important;
position: absolute !important;
top: 9px !important;
left: 0 !important;
font-size: 36px !important;
color: #2b2b2b !important;
border: none !important;
transform: rotate(-1deg) !important;
  }

  .mm-listitem__text {
    text-transform: lowercase !important;
    text-align: center;
    font-size:20px ;
  }
  .mm-navbar__breadcrumbs > * {
    display: none !important;
  }
  .mm-navbars_top {
    border-bottom-width: 0 !important;
  }
.mm-listitem a:hover {
    color: #0061c5 !important;
  }
  .mm-listitem__btn, .mm-listitem__text {
    padding: 0 0 35px !important;
  }
  .mm-listview {
    padding: 40px 0 !important;
  }
  .mm-menu_offcanvas {
    width: 100% !important;
    min-width: unset !important;
    max-width: unset !important;
  }
  .mm-listitem::after {
    content: '';
    border-color: unset !important;
    border-bottom-width: unset !important;
    border-bottom-style: unset !important;
    display: block;
    position: absolute;
    left: 0 !important;
    right: 0;
    bottom: 0;
  }

  .mm-btn_close{
    background: #f4c204;
  }
  .mm-listitem a{
    font-family: "Poppins-Regular" !important;
    font-size: 19px !important;
    text-transform: capitalize !important;
  }
  .mm-listitem a:hover{
    color: #05964a !important;
  }


  /* whatsapp */
.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;z-index: 99;
}
.red-pulse{background: #dc3131;}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 50px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/* offer zone */
.ofrban{
  padding: 50px 0px !important;
  margin: 100px 0 0  !important;
}
.pfrb{
  border-radius:20px !important;
}
.bgw{
  background: #fff !important;
}
.bf{
  padding: 20px 0;
}
   .catsec1{
  padding: 30px 18px;
 }
 
.catsec1 h2{
  font-family: "Poppins-Regular";
  font-size:16px;
  color: #595959;
  text-align: center;
  padding: 0;
  margin: 0;
 }
.catsec1 h3{
  font-family: "Poppins-Regular";
  font-size:26px;
  color: #030303;
  text-align: center;
  padding: 0;
  margin: 0 0 35px;

}
.catsec1 .catbt{
  margin: 0 0 80px;

}
.regular3 .slick-prev::before, .slick-next::before {
  font-family: 'slick';
  line-height: 1;
  opacity: .75;
  color: #0f0e0e !important;
}
.regular3 .slick-prev::before {
  content: url("../images/left-chevron.png");  
}
.regular3 .slick-next::before {
  content: url("../images/right-chevron.png");  
}
.regular3  .slick-prev {
  left: 45px !important;
}
.regular3 .slick-next {
  right: 45px !important;
}

  
  

/* responsive section */


@media only screen and (max-width: 1199px){
  .brand img{
    margin: 13px 0 10px 30px;
  }
  .s2{
    display: none;
}
.nav > li > a{
  position: relative;
  display: block;
  padding: 47px 9px 10px;
}
.bannerarea{
  padding: 0;
  margin: 83px 0 0 0;
}
.delisec h2{
  margin: 80px 0 0 0;
}
.catsec{
  padding: 50px 18px ;
}
.neisec
{
  background-size:100% 100%;
  padding: 182px 18px;}
.s3{
  margin: 0 0px 0px 0px;
}
.catsec .catbt
{
  margin: 0 0 45px;
}
.neisec h2{
  font-family: "Futura-xblk";
  font-size: 35px;
}
.catsec1{
  padding: 50px 18px ;
}
.catsec1 .catbt
{
  margin: 0 0 45px;
}
}


@media only screen and (max-width: 991px){
  .s3{
    display: none;
  }
 

.frim1{
  display: none !important;
}
.delisec h2{
    margin: 0 0 0 0;
  }
  .delisec{
  padding: 50px 18px;
}
.catsec .catbt
{
    margin: 0 0 0;
  }
  .adddtl{
  padding: 25px 35px;
}
.menuu_btn{display:inline;}
 .catsec1 {
    padding: 15px 18px;
  }

}
 

@media screen and (min-width: 767px)
{
.ba{display:none;}

}

@media only screen and (max-width: 767px)
{

  .ban {
  display: none;
  }

  .ba{
  display: block;
  }

  .neisec{
  background: url(../images/mobbg.jpg)no-repeat;
  background-size:100% 100%;
  padding: 111px 18px;
}
.foot p {
  text-align: center;
  margin: 1px;
}
.foot .flo
{
  text-align: center;
}
}


@media only screen and (max-width: 575px)
{
  .brand img{
      width: 60%;
    }
    .bannerarea{
    margin: 73px 0 0 0;
  }
  .neisec h2
  {
      font-size: 29px;
  }
  .menuu_btn
  {
      top: 13px;
    }

  .btn-whatsapp-pulse{
  font-size: 31px !important;
  padding: 28px !important; 
}

}


@media only screen and (max-width: 420px)
{

  

}

