


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');


h1, h2, h3, h4, h5, h6 {
  /* font-family: "Anton", sans-serif; */
  font-weight: 800!important;
  letter-spacing: 1px;
  color: #da2e16!important;
    font-family: "Exo", sans-serif;
}
p{
    font-size:18px;
    color: #383838;
        font-family: "Poppins", sans-serif;
        text-align: justify;
}
a {
    color: #da2e16;
    transition: all 400ms ease;
}

.main-menu .main-menu__list > li > a{
  font-size: 20px;
}

.mleft{
     margin-left: 25px;
}
.category-one {
    background-color: #fef3e3;
        margin-bottom: 30px;
}

.herosection .swiper-button-prev,
.herosection .swiper-button-next ,.productslider .swiper-button-prev,
.productslider .swiper-button-next  {
    background-color: rgb(255, 255, 255);
    color: red;
    padding: 5px;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 20px; /* Adjust icon size if needed */
}

/* Optional: Hover effect */
.herosection .swiper-button-prev:hover,
.herosection .swiper-button-next:hover ,.productslider .swiper-button-prev:hover,
.productslider .swiper-button-next:hover {
    background-color: red;
    color: white;
}


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 24px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
       font-size: 24px;
}




.wavy-line img{
    max-width: 100%;
}

.herosection{
    position: relative;
    overflow: hidden;
    height:100%;
}



.banner-wraper {
   height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.main-header__call__text {
    line-height: 1.2;
    display: inline-block;
    font-size: 27px;
    font-weight: 600;
    color: #d92f15;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}

.main-header {
    background-color: #fef3e3;  
        border-bottom: 1px solid #5c5c5c;
     
}
.main-menu .main-menu__list > li.current > a, .main-menu .main-menu__list > li:hover > a {
    color: #da2f16;
    text-shadow: 0 0 0.5px currentColor;
}

.main-menu .main-menu__list > li {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.funfact-one__list__icon{
      background-color: #da2e16;
}
.funfact-one__list li:hover .funfact-one__list__icon {
  background-color: #a81d0b;
}

.about-two {
    position: relative;
    z-index: 2;
    padding: 120px 0px 50px 0px;
}

.about-two::before {
    content: '';
    position: absolute;
    top: 4%;
    left: 10%;
    width: 400px;
    height: 400px;
    background: linear-gradient(205deg, #ffb4b48a 3%, #1a1a1a00);
    transition: all 2s ease;
    z-index: -2;
    border-radius: 10% 10% 20% 0%;
}


.about-two::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 65%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle at 30% 30%, #ffdad4 0%, #ffffff 100%);
    border-radius: 58% 42% 31% 69% / 53% 53% 47% 47%;
    animation: blobAnimation 10s ease-in-out infinite;
    opacity: 0.6;
    z-index: -2;
}

@keyframes blobAnimation {
    0%, 100% {
        border-radius: 58% 42% 31% 69% / 53% 53% 47% 47%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 40% 30% 70% 60%;
    }
}


/* swiper slider */

 .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* background: #444; */
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }



    .sec-title__tagline{
        color: #d92e1a;
    }


    .about-two__image img{
      box-shadow: 0px 0px 25px #b4b4b473;
    border-radius: 15px;
    }



    .sec-title__title {
        font-size: 40px;
        line-height: 50px;
        color: #da2e16!important;
    }


    .why-choose-one__box__title{
      color: #da2e16;
      font-weight: 600;
    }
    /* CSS */
.r-button {
  display: inline-block;
  padding: 14px 28px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  /* background: linear-gradient(45deg, #ff4e00, #ec9f05); */
      background: linear-gradient(45deg, #ff4130, #d73114);
  border: none;

  border-radius: 10px;
  text-decoration: none;
  box-shadow: 4px 6px 2px rgba(0, 0, 0, 0.432);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.r-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-20deg);
  transition: left 0.5s;
}

.r-button:hover::before {
  left: 125%;
}

.r-button:hover {
  transform: scale(1.05);
  /* box-shadow: 0 8px 25px rgba(255, 78, 0, 0.4); */
}


.main-footer {
    position: relative;
    /* background-color: var(--alefox-black, #122f2a); */
 background-color: #fef3e3;
}
.footer-widget__info li {
          color: #2f2f2f;
}
.footer-widget__links li a{
        color: #2f2f2f;
}

.category-one__item{
        box-shadow: 5px 5px 0px #da2e16;
}

.proslider{
  padding: 80px 0px;
  position: relative;
   background-size: cover;
    background-repeat: no-repeat;
}


.footer-widget__social a{
    background-color: #fccbc5b4;
    color: #000;
}
.footer-widget__social a:hover {
    background-color: #da2e16;
    color: var(--alefox-white, #fff);
}


.footer-widget__links li a:hover {
    color: #da2e16;
}

.contact-two__item__icon{
  background-color:#da2e16 ;
}


.category-one__item::after{
  background-color:#da2e16c7 ;
}

.page-header {
    background-color: none;
    position: relative;
    padding-top: 195px;
    padding-bottom: 200px;
    overflow: hidden;
}


.alefox-breadcrumb li a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
    color: #da2e16;
}

.alefox-breadcrumb li span {
  color:#000;
}

.main-menu .main-menu__list li ul {
  padding: 0px;
}
.main-menu .main-menu__list li ul li {
    border-bottom: 1px solid #c1c1c175;
}
.main-menu .main-menu__list li ul li > a{
  font-size: 14px;
  color: #da2e16!important;
  padding: 2px 8px;
  display: block;
  transition: all 0.3s ease;
  text-transform: none;
}
.main-menu .main-menu__list li ul li > a:hover{
  color: #000;
  background-color: #ffffff;
}

.main-menu .main-menu__list li ul li > ul {
    top: 0;
    left: calc(100% + 0px);
}

.page-header .container

 {
    position: relative;
    z-index: 10;
    text-align: start;
}



.alefox-breadcrumb {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.product-details__title {
  font-size: 48px;
}
.desti h2{
  font-size: 20px;
  font-weight: 600;
     color: #003a0e !important;
}
.preimg{
    width: 100%;
    display: flex;
    background-color:#fff7ed;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 10px;
        flex-wrap: wrap;
}
.preimg > div{
  text-align: center;
}
.preimg > div p{
    font-size: 13px;
    color: #000;
    margin-top: 8px;
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
}
.preimg img{
  width: 70px;
}

.product-details__carousel-thumb .item .product-details__meta-thumb{
      background-color: #fef3e3;
}

.product-details__gallery__image{
  border: 1px solid #e6e6e6;
    border-radius: 20px;
    overflow: hidden;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;   
    opacity: 1;
}

.contact-map iframe {
    position: relative;
    display: block;
    border: none;
    height: 460px;
    width: 100%;
    mix-blend-mode: normal;
}

.product-details__gallery__image img {
    /* max-width: 100%; */
    height: auto;
    object-fit: cover;
    width: 100%;
}

.bg1 {  
   /* about banner */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg2 {   
  /* dhokla */
    background-image: url(../rimg/dhokla.jpg);
}
.bg3 {   
    /* contact */
    background-image: url(../rimg/contactbg.jpg);
}
.bg4 {   
    /* thali */
    background-image: url(../rimg/thalibg.jpg);
}
.bg5 {   
    /* idli */
    background-image: url(../rimg/idli.jpg);
}
.bg6 {   
    /* upvas bhajni */
    background-image: url(../rimg/upvas-bhajni-banner1.jpg);
}
.bg7 {
    /* rajgira */
    background-image: url(../rimg/rajgira-banner2.jpg);
}
.bg8 {
    /* kharikh */
    background-image: url(../rimg/kharikh-banner1.jpg);
}
.bg9 {
    /* bhaji */
    background-image: url(../rimg/bhaji-banner.jpg);
}
.bg10 {
        /* dal-bati */
    background-image: url(../rimg/dalbati-banner.jpg);
}
.bg11 {
    /* tandul */
    background-image: url(../rimg/tandul-banner2.jpg);
}
.bg12 {
    /* sabudana */
    background-image: url(../rimg/sabudana-banner.jpg);
}
.bg13 {
    /* nagli */
    background-image: url(../rimg/nagli-banner1.jpg);
}
.bg14 {
    /* maka */
    background-image: url(../rimg/maka-banner1.jpg);
}
.bg15 {
    /* satu */
    background-image: url(../rimg/satu-banner.jpg);
}
.bg16 {
    /* nachni */
    background-image: url(../rimg/nachni-banner2.jpg);
}
.bg17 {
    /* appam */
    background-image: url(../rimg/appam-banner.jpg);
}
.bg18 {
    /* bhagar */
    background-image: url(../rimg/bhagar-banner.jpg);
}
.bg19 {
    /* shingada */
    background-image: url(../rimg/shingada-banner1.jpg);
}
.bg20 {
    /* rajgira lahi */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg21 {
      /* jowhar */
    background-image: url(../rimg/jowhar-banner2.jpg);
}
.bg22 {
  /*  bajra */
    background-image: url(../rimg/bajri-banner.jpg);
}
.bg23 {
  /*  kulith */
    background-image: url(../rimg/kulith-banner.jpg);
}
.bg24 {
    /* masur dal */
    background-image: url(../rimg/masurdal-banner1.jpg);
}
.bg25 {
    /* metkut */
    background-image: url(../rimg/metkut-banner1.jpg);
}
.bg26 {
    /* ragi malt eliychi*/
    background-image: url(../rimg/ragi-malt-eliychi-banner.jpg);
}
.bg27 {
    /* kalnyache */
    background-image: url(../rimg/kalnyache-banner.jpg);
}
.bg28 {
  /* kala-namak */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg29 {
    /* sendha-namak */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg30 {
    /* citric-acid */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg31 {
    /* modak */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg32 {
    /* chakli */
    background-image: url(../rimg/chakli-banner.jpg);
}
.bg33 {
    /*  anarasa */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg34 {
    /* methi */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg35 {
  /* khada masala */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg36 {
    /* kala masala */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg37 {
    /* tea masala */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg38 {
  /* Chaas masala */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg39 {
    /* ragi malt kajoo badam */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg40 {
    /* ragi malt Strawberry */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg41 {
  /* Ragi Malt Apple Cherry */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg42 {
  /* Ragi Malt Dry Fruit */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg43 {
  /* Ragi Malt Mix Veg */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg44 {
    /* Ragi Malt Kesar Pista */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg45 {
  /* Ragi Malt Mix Fruit */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg46 {
    /* Ragi Malt Mango */
    background-image: url(../rimg/innerbg1.jpg);
}
.bg47 {
    background-image: url(../rimg/innerbg1.jpg);
}
.bg48 {
    background-image: url(../rimg/innerbg1.jpg);
}
.bg49 {
    background-image: url(../rimg/innerbg1.jpg);
}
.bg50 {
    background-image: url(../rimg/innerbg1.jpg);
}
/* mobile view */


.section-title{
  text-align: center;
}
.section-title h2{
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 30px; 
  
}

.product__item__img img{
  border-radius: 20px 20px 0px 0px;
}
.product__item__content{
  padding: 1px 20px 30px;
}
.btnpr{
  display: inline;
  justify-content: space-between;
    text-align: center;
  margin-bottom: 0px!important;
}
.product__item__price{
  color: #035117;
  font-size: 18px;
  margin-bottom:0px!important;
}
.product__item__cats a {
    color: #f13b26;
    font-size: 24px;
    font-weight: 700;
}

.product__item__img {
  padding:10px;
 
}
.product__item{
   box-shadow: 4px 4px 10 #cf1a00!important;
   border: 1px solid #cf1a00;
   border-radius: 20px 20px 0px 0px;
   overflow: hidden;

}
.why-choose-one__content{
  padding: 0px;
}
.why-choose-one{
  padding:50px 0px;
      background: #fef3e3;
}

.colrn{background-color: #ffebe9!important;}
.why-choose-one__box{
  background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    height: calc(100% - 20px);
    box-shadow: 5px 5px 0px #cf1a00;
}
.why-choose-one__box__text{
  text-align: left;
}

.whyimg img {
  border-radius:20px;
}

.contact-two__item{
      padding: 50px 16px;
}

.subheddd{
  font-size:22px;
  color:#f8fae3;
      list-style: disc;
}

.footer-widget__links li {
      line-height: 2;
}

.main-header__call__icon{
      background-color: #da2f16;
}
.main-header__call__text:hover{
  color: #da2f16;
}


/* Preloader wrapper */
#preloader {
  position: fixed;
  inset: 0;
   background: #ffffff; 
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Loader animation */
.loader {
  /* width: 100%; */
  font-size: 50px;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #0000;
  -webkit-text-stroke: 1px #202020; /* stroke color changed */
  background:
    radial-gradient(1.13em at 50% 1.6em,#da2f16 99%,#0000 101%) calc(50% - 1.6em) 0/3.2em 100% text,
    radial-gradient(1.13em at 50% -0.8em,#0000 99%,#da2f16 101%) 50% .8em/3.2em 100% repeat-x text;
  animation: l9 5s linear infinite;
}

.loader:before {
  content: "Ruchira";
}

.wavy-line-wraper{
   
    z-index: 99;
    position: relative;
    bottom: 0px;
    margin-top: -190px;
}
.contact-two{
  z-index: 2;
      background-color: #ffffff00;
}
.contact-two__form{ 
  
  box-shadow: 0px 0px 28px #63636326;
}
.contact-two__bg{
      border-radius: 100px 0px 0px 0px;
    overflow: hidden;
}
.contact-two__item:hover::before{
  border: none;
}
.contact-two__bg::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #390902d1;
}
.contact-two__item:hover .contact-two__item__icon {
    background-color: var(--alefox-white, #fff);
    color: #da2e16!important;
}
.contact-two__item__text a:hover {
    color: #fff9d7;
}
.ogr{
padding: 80px 0px;
}
.orgcon{
  margin-bottom: 15px;
  text-align: center;
}
.orgcon img{
  width: 250px;
  height: 250px;
}
.orgcon h2{
  color: #da2e16;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.float-img{
      display: block;
 
    left: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 99;
}
.float-img img{
  width: 230px;
}


@keyframes l9 {
  to {
    background-position: calc(50% + 1.6em) 0, calc(50% + 3.2em) .8em;
  }
}

.footer-widget__info li i {
    color: #d92e15;
}





    @media (max-width: 600px) {
  
 .wavy-line-wraper {
    z-index: 99;
    position: relative;
    bottom: 0px;
    margin-top: -57px;
}
.float-img img{
  width: 100px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 13px;
}
.herosection .swiper-button-prev,
.herosection .swiper-button-next ,.productslider .swiper-button-prev,
.productslider .swiper-button-next  {
    background-color: rgb(255, 255, 255);
    color: red;
    padding: 5px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 20px; /* Adjust icon size if needed */
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 13px;
}



    .footer-widget ul{
     margin:  0px;
    }  
    .footer-widget__logo {
    padding-top: 30px;
    }
    .footer-widget__social {
    justify-content: left;
    }
.banner-wraper {
   height: 100%;
   
}

}


.product-details
 {
    position: relative;
    padding: 120px 0 20px;
}





@media screen and (max-width: 1600px) {
   .swiper-slide img{
       width: 100%;
       /* height: 700px;   */
   }


   .page-header {
    background-color: none;
    position: relative;
    padding-top: 126px;
    padding-bottom: 200px;
    overflow: hidden;
}
}

@media screen and ( max-width: 767px)
{ 

  .product-details__title {
    font-size: 35px;
}
    .page-header .container {
      margin-right: 50px!important;
      text-align: start!important;
    }

        .page-header__title {
        color: #fff !important;
        }
  .proslider {
    background-position:bottom center;
      background-repeat:no-repeat;
  }
    .main-header__inner {
        padding: 0px;
    }

  .page-header__bg{
   background-position: 84% 50%;
   height: 301px!important;
  }
  .page-header {
    background-color: none;
    position: relative;
    padding-top: 192px!important;
    padding-bottom: 32px!important;
    overflow: hidden;
}
.page-header__bg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    
    z-index: 0;
   background-image: linear-gradient(1deg, #d92f16, #fef3e300);
}

.page-header__title{
  color: #fff!important;
}
.alefox-breadcrumb li a{
  color: #fff !important;;
}
} 

@media screen and (max-width: 1300px) {
    .page-header .container {
        position: relative;
        z-index: 10;
        text-align: start;
        margin-right: -70px;
    }
	 .page-header__title {
        font-size: 35px!important;
    }
	    .page-header {
        background-color: none;
        position: relative;
        padding-top: 78px!important;
        padding-bottom: 109px!important;
        overflow: hidden;
    }

    .about-two::after,.about-two::before {
  display: none;
}
}

	@media screen and (max-width: 1440px) {
    .page-header__title {
        font-size: 47px;
    }	
	.page-header .container {
    position: relative;
    z-index: 10;
    text-align: start;
   margin-right: -100px;
}
.page-header {
    background-color: none;
    position: relative;
    padding-top: 145px;
    padding-bottom: 131px;
    overflow: hidden;}
}
.imagess {
border-radius: 15px;
}


.simple-product-card {
  
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-align: center;
  margin: auto;
}

.simple-product-card:hover {
  transform: translateY(-5px);
}

.simple-product-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.background {

  position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.ww {
  width: 100%;
}