@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body,
html {
  width: 100%;
  height: 100%;
  font-family: serif !important;
}

:root {
  /* --clrone: #521C0D; */
  --clrtwo: #744e1d;
  --clrthree: #a57b4d;
  --clrfour: #e1eedc;
  --clrfive: #DA001C;
  --headtext: #333333;
  --text-grey: #666666;
  --dori: #C87C38;
  --light-green: #e1eedc;
  --dpad: 3rem 7rem;
  --primary-green: #2c7a35;
  --secondary-green: #4a9d4a;
  --karsiv: "Great Vibes", cursive;
}




/* navbar */

.navbar {
  background-color: white;
  padding: 0 6.1rem !important;
  position: sticky;
  top: 0;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler:not(.collapsed) {
  background-color: rgba(245, 245, 245, 0) !important;
  color: black !important;
}

.navbar-nav .nav-link {
  color: #9e5736 !important;
  font-weight: 500;
  cursor: pointer;
  font-size: 1.4rem;
  padding-inline: 1.5rem !important;
}


#megaDropdownMenu:before {
  border-color: transparent transparent;
  border-style: solid;
  border-width: 0 1.1875rem 2.0625rem;
  content: "";
  right: 21.75rem;
  position: absolute;
  top: -.9375rem;
  transform: rotate(0deg);
  display: block;
}

.hero-logo {
  width: 300px;
}

.dropdown-mega {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 70%;
  background: #fff;
  width: 90vw;
  display: none;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-top: 1rem;
}

.dropdown-mega.show {
  display: flex !important;
}

.tab-list {
  background: #e7f8e0;
  padding: 1rem;
  width: 220px;
  border-radius: 10px 0 0 10px;
}

.nav-item .nav-link:hover {
  color: var(--clrtwo) !important;
}

.tab-list .nav-link {
  text-align: left;
  border-radius: 5px;
  color: #000 !important;
  margin-inline: 1rem;
  padding-inline: 1rem !important;
}

.tab-list .nav-link:hover {
  background-color: #9e5736;
  color: #fff !important;
}

.tab-list .nav-link.active {
  background-color: var(--clrthree) !important;
  color: #fff !important;
}

.tab-content-box {
  padding: 1rem;
  width: 100%;
  height: 60vh;
  overflow-y: auto;
  background: #9e5736;

}

.col-md-4 {
  flex: 0 0 auto;
  width: 25% !important;
}

.tab-content-box .card {
  padding: 1rem;
  border-radius: 5px;
  height: 70px;
  width: 100%;
  transition: 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}

/* .tab-content-box .card:hover {
  background-color: #c87b3850;
} */



@media (max-width: 768px) {
  .dropdown-mega {
    flex-direction: column;
    width: 100vw;
    left: 0;
    transform: none;
    border-radius: 0;
  }

  #megaDropdownMenu:before {
    display: none;
  }

  .tab-list {
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
    border-radius: 0;
  }

  .tab-content-box {
    max-height: 300px;
  }
}



/* Hero */

#hero {
  background-image: url(./img/Hero-Banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

#hero .layout {
  padding: var(--dpad);
  /* padding-bottom: 6rem; */
  padding-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* flex-direction: column; */
  /* gap: 1rem; */

  background: #E1EEDC;
  background: linear-gradient(90deg, rgba(225, 238, 220, 0.86) 0%, rgba(225, 238, 220, 0.68) 51%, rgba(225, 238, 220, 0.16) 100%);
}

.hero_left {
  padding-bottom: 6rem;
  padding-top: 5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 45%;
}

.hero_right {
  width: 45%;
}

#hero .layout img {
  width: 100%;
  padding-top: 3rem;
}

#hero h1 {
  font-size: 3rem;
  color: var(--text-dark);
  font-size: 3rem;
  color: #a75e35;
  font-family: serif;
}

#hero p {
  font-size: 18px;
  color: var(--text-dark);
  /* padding-right: 40rem; */
}

#hero button {
  padding: 5px 20px;
  background-color: var(--dori);
  color: var(--light-green);
  font-size: 18px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
}

#hero button:hover {
  background-color: var(--primary-green);
}

/* Aashirvaad offerings */

#menu {
  background-color: #abe7934a;
  padding: var(--dpad);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 3rem;

}

#menu h2 {
  font-size: 45px;
  color: var(--primary-green);
  font-weight: 500;
  font-style: italic;
  text-shadow: 2px 3px #744e1d;
  font-family: cursive;
}

#menu p {
  font-size: 20px;
  /* color: var(--text-grey); */
  font-weight: 600;
}

#menu .products {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  column-gap: 2rem;
  row-gap: 5rem;
  margin-top: 3rem;

}

#menu .products .box {
  width: 250px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

/*  */
#menu .mini {
  position: relative;
  width: 250px;
  height: 250px;
}

#menu .bg-cover {
  width: 250px;
  height: 250px;
  /* background-color: var(--primary-green); */
  clip-path: shape(from 97.93% 58.99%, curve to 95.5% 67.52% with 98.1% 63.65%, line to 83.49% 85.44%, curve to 76.51% 90.92% with 80.89% 89.31%, line to 56.26% 98.36%, curve to 47.4% 98.69% with 51.88% 99.96%, line to 26.64% 92.8%, curve to 19.27% 87.86% with 22.16% 91.53%, line to 5.95% 70.9%, curve to 2.89% 62.57% with 3.06% 67.23%, line to 2.07% 41.01%, curve to 4.5% 32.48% with 1.9% 36.35%, line to 16.51% 14.56%, curve to 23.49% 9.08% with 19.11% 10.69%, line to 43.74% 1.64%, curve to 52.6% 1.31% with 48.12% 0.04%, line to 73.36% 7.2%, curve to 80.73% 12.14% with 77.84% 8.47%, line to 94.05% 29.1%, curve to 97.11% 37.43% with 96.94% 32.77%);
  background-image: linear-gradient(to left bottom, #076d21, #516d0f, #776a15, #94672c, #a86548);


  transform-origin: center;
}

#menu img:hover #menu .bg-cover {
  animation: rotatePolygon 5s linear infinite;
  aspect-ratio: 1;
}

@keyframes rotatePolygon {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#menu img {
  width: 200px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  /* -ms-transform: translate(-50%, -50%); */
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease;
}

#menu img:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

#menu h3 {
  margin-top: 1rem;
  font-size: 20px;
  color: white;
  background-color: var(--clrtwo);
  text-align: center;
  padding: 0.5rem 1rem;
}

/* footer  */

.footer {
  background-color: #d7dbc7;
  background-image: url(./img/Footer-background-image.png);
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
    background-position: right;
    background-repeat: no-repeat;
    /* margin-top: 40px; */
 /* color: #fff; */
 
  color: #333;
  /* padding: 40px 20px 20px; */
  font-family: 'Segoe UI', sans-serif;
  border-top: 2px solid var(--primary-green);
  padding: var(--dpad);
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-section {
  flex: 1 1 200px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 10px;
}

.footer-section h4 {
  color: var(--primary-green);
  margin-bottom: 10px;
  font-family: cursive;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section ul li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: var(--secondary-green);
}

.social-icons a {
  text-decoration: none;
}

.social-icons a i {
  width: 24px;
  font-size: 25px;
  color: #af5e35;
}

.social-icons a i:hover {
  color: var(--secondary-green);
}

.contact-sec {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  border-top: 1px solid #e0e0e0;
  margin-top: 20px;
}

.footer-contact {
  text-decoration: none;
  color: #333;
}

.footer-contact:hover {
  color: var(--secondary-green);
}

/* LANDING PAGE */

.data-info {
  padding: 0rem 7rem;
  background-color: #abe7934a;
}

.breadcrumb {
  padding: 2rem 0rem !important;
  font-size: 14px;
  display: flex;
  gap: 10px;

}

.breadcrumb a {
  color: #000;
  text-decoration: none;
}


.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0px !important;
  max-width: 1230px !important;
}

.content-box {
  /* background-color: var(--clrfour) !important; */
  border-radius: 10px !important;
  /* margin-bottom: 2rem !important; */
}

.image-section {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  text-align: center;
  background: #2c7a35;
  border-radius: 10px;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgb(167 94 53) 0px 15px 12px;
}

.image-section img {
  width: 100%;
  max-width: 350px;
}

.details-section {
  flex: 1;
  min-width: 300px;
  padding: 0 20px;
}

.details-section h1 {
  font-family: cursive;
  font-size: 32px;
  margin-bottom: 15px;
  color: #a75e35;
}

.details-section p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-grey);
}

.details-section a {
  color: var(--clrone);
  text-decoration: none;
}

.details-section h2 {
  margin-top: 30px;
  font-size: 20px;
}

.pack-sizes {
  display: flex;
  gap: 15px;
  margin: 15px 0;
}

.pack-sizes button {
  padding: 5px 30px;
  border-radius: 3px;
  border: 1px solid var(--primary-green);
  background: #fff;
  color: var(--primary-green);
  cursor: pointer;
  font-weight: bold;
}

.pack-sizes button:hover {
  background-color: var(--primary-green);
  color: white;
}

.pack-sizes button.active {
  background: var(--primary-green);
  color: #fff;
}

.buy-btn {
  background-color: #a75e35;
  color: #fff;
  padding: 5px 30px;
  border-radius: 3px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.buy-btn:hover {
  background-color: #a75e35;
}

@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
  }

  .details-section {
    padding: 20px 0;
  }
}

/* Presenting to you */

#Presenting {
  padding: var(--dpad);

}

#Presenting .banner {
  border-radius: 5px;
  background-image: url(./img/millets-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--clrfour);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
  overflow: auto;
}

#Presenting .banner .layout {
  padding: 7rem 20px;
  background: #2C7A35;
  background: linear-gradient(90deg, rgba(44, 122, 53, 0.86) 0%, rgba(44, 122, 53, 0.68) 51%, rgba(44, 122, 53, 0.16) 100%);
  width: 100%;
}

.tp {
  font-family: var(--karsiv) !important;
  font-size: 25px;
}

.millets {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.millets .left {
  width: 49%;
  padding: 20px;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  /* height: 300px; */
}

.millets .left .p1 {
  font-size: 18px;
  color: var(--primary-green);
}

.millets .left .tp {
  color: var(--text-grey);
  text-align: right;
}

.millets .right {
  width: 49%;
  padding: 8.7rem 0;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  background-image: url(./img/millets.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*  founder  */

#founder {
  padding: var(--dpad);
  background-color: var(--clrfour);
}

.heading {
  margin-top: 1rem;
  font-size: 45px;
  color: var(--primary-green);
  font-weight: 500;
  margin-bottom: 2rem;
  text-shadow: 2px 2px var(--clrtwo);
  font-family: cursive;
}

.para-sub {
  font-size: 18px;
  color: var(--headtext);
  font-weight: 600;
  margin-bottom: 2rem;
}

.main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;

}

#founder h3 {
  color: var(--dori);
  font-family: cursive;
}

#founder .left {
  width: 49%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#founder .left img {
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

#founder .right {
  width: 49%;
}

/* Why Millets?  */
#why-millets {
  padding: var(--dpad);

}

#why-millets .accordion-button {
  background-color: var(--light-green) !important;
}

#why-millets .accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
}

#why-millets .accordion-button:not(.collapsed) {
  background-color: var(--secondary-green) !important;
  color: white !important;
}


/* Health benefits */
/* #benefits {
  padding: var(--dpad);
} */
.benefits_heading {
  padding: 0rem 7rem;
}




.health-box {
  background-color: #D0B17E;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px !important;
  overflow: hidden;
}

#benefits img {
  width: 100%;
  height: 80vh;
  object-fit: contain;
}

/* millet-family */

#millet-family {
  padding: var(--dpad);
}

#millet-family .main-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.card h6 {
  font-family: cursive;
  font-size: 1.1rem;
}

.card img {
  background-color: #2C7A35;
  padding: 5px;
  border-radius: 5px;
}

#millet-family .card-box {
  background-color: #2C7A35;
  color: white;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

#millet-family .card-box h3 {
  font-size: 20px;
  padding: 10px;
  text-align: center;
}

#millet-family .card-box img {
 width: 250px;
 height: 230px;
  object-fit: cover;
  object-position: center;
}

#millet-family .card-box img:hover {
  scale: 0.9;
}

#commitment {
  padding: 1rem 7rem;
  background: #abe7934a;
}

.commit-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.commit-cards {
  flex: 1 1 calc(25% - 20px);
  background-color: #d2691e;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.commit-cards:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.commit-cards img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.commit-cards:hover img {
  transform: scale(1.05);
}

.commit-cards h1 {
  font-size: 1.2rem;
  margin: 10px 0;
  color: white;
}

.commit-cards p {
  font-size: 0.95rem;
  color: white;
  line-height: 1.4;
}

.commit_text {
  text-align: justify;
}

@media (max-width: 992px) {
  .commit-cards {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .commit-cards {
    flex: 1 1 100%;
  }
}

/* Opportunity */
#opportunity {
  padding: var(--dpad);
}

.oppor-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.oppor-min {
  flex: 1 1 calc(33.33% - 20px);
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  /* background-color: #2c7a35 !important; */
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  z-index: 0;
  cursor: pointer;
  background-image: linear-gradient(to left bottom, #076d21, #516d0f, #776a15, #94672c, #a86548);



}

.oppor-min::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}


.oppor-min:hover::before {
  top: 0;
  left: 0;
}

.oppor-min h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: var(--primary-green);
  position: relative;
  z-index: 1;
}

.oppor-min p {
  font-size: 1rem;
  color: var(--light-green);
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.oppor-min:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  color: white;
  background-color: var(--dori);
}

.oppor-min p {
  color: white;
}

.oppor-min h3 {
  color: white;
}

.oppor-min:hover p {
  color: white;
}

.oppor-min:hover h3 {
  color: white;
}


/* ///////// updated css /////// */

.why_millets_main {
  display: flex;
  /* justify-content: space-between; */
  gap: 2rem;
  flex-wrap: wrap;
}

.why_millets_cards {
  width: 48%;
  padding: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background-color: chocolate;
  color: white;
  height: 100px;
  flex-direction: column;
  border-radius: 10px;
}

.why_millets_front {
  color: white;
}

.why_millets_front h3 {
  font-size: 2.5rem;
  font-family: initial;
}


.why_millets_cards:hover {
  /* background-color: transparent !important; */
  height: 150px;
}

.why_millets_cards:hover .why_millets_front {
  opacity: 0.2;

}

.why_millets_cards:hover .why_millets_back {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: #D0B17E; */
  bottom: 0%;
  top: 0%;
  display: block;
  transition: transform 0.6s ease-in-out, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding: 1rem;
  border-radius: 10px;
}

.why_millets_back {
  display: none;
}


/* New  css */
/* Whatsapp Icons */

.whatsapp-icon{
    position: fixed;
    bottom: 15px;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
    

}

.about-icon{
   position: fixed;
  bottom: 15px;
  left: 20px;
  cursor: pointer;
  z-index: 1000;
}
.about-icon img{
   height: 50px;
  width: 50px;
  border-radius: 30px;
}


.whatsapp-icon img{

  height: 50px;
  width: 50px;
  border-radius: 30px;
}

/* Our Story */

.story-first-section img{
  width: 300px;
  height: 100%;
 
}

.story-section-both{
  display: flex;
  justify-content: space-between;
}


.heading-about {
  margin-top: 1rem;
  font-size: 45px;
  color: var(--primary-green);
  font-weight: 500;
  /* margin-bottom: 2rem; */
  text-shadow: 2px 2px var(--clrtwo);
  font-family: cursive;
}

.about-second-section{
 
  /* text-align: center; */
  /* width: auto;
  margin: 20px;
  justify-content: center;
  align-items: center; */
    width: 70%;
    /* height: 80%; */
    
    margin: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #dee2cb;
    padding-inline: 1rem; 
    border-radius: 10px;
  
}
/*.story-para{
  padding-top: 80px;
   padding: 20px; 
  padding-right: 20px;
} */


.sub-heading{
  text-align: center;
  margin-top: 30px;
}

/* contact page */

.Contact{
 
  
}
.contact-container{
  display: flex;
  /* justify-content: space-between; */


 
}
.Contact{
  background-color: #D0B17E;
   width: 82%;
  height: 30%;
   margin: 0 auto;
  padding: 0;
  border-radius: 30px;
  margin-bottom: 30px;
}
.fluid-container{
  /* width: 82%;
  height: 30%; */
 
  background-color: #D0B17E;
 
      height: 300px;
     justify-content: space-between;
      border-radius: 30px;

    
}
.contact-img{
 
  /* height: 70%;
 width: ; */
  background-color: #D0B17E;
  /* padding: 0%; */
  margin: 0%;
  /* background-image: url("img/about/about-body-builder.jpg"); */

 padding-left: 30px ;
  

}
.contact-img img{

margin-top: -30px;
/* height: 70%; */
height: 300px;
border-radius: 30px;
/* box-shadow: 5px 6px 5px 6px #666666; */
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.contact-second-section{
 justify-content: center;
  
  display: flex;

  
}

.contaict-both{
  justify-content: center;
    align-items: center;
    display: flex;
    gap: 20px;
}

.contact-section-contain{
/* padding: 50px; */
/* justify-content: center;
    align-items: center;
    display: flex; */
}

.contact-second-section h3{
     font-size: 23px;
    padding-left: 32px;
    margin-top: 10px;
    font-weight: 700;

}

.contact-second-section p{
   font-size: 16px;
    font-family: roboto;
    font-weight: 400;
    font-size: 18px;
    padding-left: 32px;
}

.contact-Third-section-contain{
  background-image: url(./img/contact-bg.svg) ;
  background-repeat: no-repeat;
    background-position:  center center;
    background-size: contain !important;
    border: 0px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 19px 8px 19px 70px !important;
    width: 180px;
    color: #000 !important;
    cursor: pointer;
    
}
.contact-Third-section{
 /* padding: 50px; */

}
.contact-Third-section-contain a{
  text-decoration: none;
  color: #000;
}






@media (max-width: 992px) {
  .oppor-min {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .oppor-min {
    flex: 1 1 100%;
  }
}


@media screen and (max-width: 480px) {

  :root {
    --dpad: 2rem;
  }

  .navbar {
    padding: 2px 0.1rem !important;
  }

  #hero .layout {
    padding: 5rem 2rem;
  }

  #hero h1 {
    font-size: 36px;
  }


  #hero p {
    padding-right: 0rem !important;
  }

  #menu {
    padding-bottom: 5rem;
  }

  #benefits {
    padding: 2rem;
  }

  #benefits img {
    height: 40vh;
  }

  .millets {
    flex-direction: column;
    gap: 2rem;
  }

  .millets .left {
    width: 100%;
  }

  .millets .right {
    width: 100%;
    padding: 6.7rem 0px;
  }


  .main-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .data-info {
    padding: 0rem 1rem;
  }

  .data-info .content-box {
    padding: 1rem !important;
  }

  #founder .right {
    width: 100%;
  }

  #Presenting .banner .layout {
    padding: 13rem 20px;
  }

  #founder .left img {
    height: 100%;
    width: 325px;
  }

  .why_millets_cards{
    height: 100%;
    width: 100%;
  }
/* new css */
  .story-section-both{
   flex-direction: column;
  }
  .about-second-section{
    margin: 20px;
  width: 95%;
    
    
  }

}

@media (min-width: 480px) and (max-width: 999px) {

  :root {
    --dpad: 2rem;
  }

  .navbar {
    padding: 2px 0.1rem !important;
  }

  #hero .layout {
    padding: 5rem 2rem;
  }

  #hero h1 {
    font-size: 36px;
  }

  #hero p {
    padding-right: 0rem !important;
  }

  #menu {
    padding-bottom: 5rem;
  }

  #benefits {
    padding: 2rem;
  }

  #benefits img {
    height: 40vh;
  }

  .millets {
    flex-direction: column;
    gap: 2rem;
  }

  .millets .left {
    width: 100%;
  }

  .millets .right {
    width: 100%;
    padding: 13.7rem 0px;
  }


  .main-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .data-info {
    padding: 0rem 1rem;
  }

  .data-info .content-box {
    padding: 1rem !important;
  }

  #founder .right {
    width: 100%;
  }

  #Presenting .banner .layout {
    padding: 13rem 20px;
  }

  #founder .left img {
    height: 100%;
    width: 325px;
  }

  .footer-section {
    text-align: center;
  }

  .contact-sec {
    justify-content: center;
    align-items: center;
  }
/* new css */
  .story-section-both{
   flex-direction: column;
  }
  .about-second-section{
    margin: 20px;
      width: 95%;
    
  }

  .story-first-section{
    text-align: center;

  }

}

/* @media (min-width: 1199px) and (max-width: 1499px) {
  #menu .products {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 5rem;
    margin-top: 3rem;
  }

  #menu .products .box {
    width: 200px;
    height: 200px;
  }

  #menu .mini {
    position: relative;
    width: 200px;
    height: 200px;
  }

  #menu .bg-cover {
    width: 200px;
    height: 200px;
  }

  #menu img {
    width: 150px;
    margin: 0;
  }
} */