html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
html,
body {
  height: 100%;
  width: 100%;
}

#main {
  width: 100%;
  min-height: 100vh;
  /* background-color: black; */
}

a {
  text-decoration: none;
  color: #000;
  outline: 0;
}
a:hover {
  color: #e03e25;
}
.d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-flex-no {
  display: flex;
}

.d-flex-c {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.d-flex-no-c {
  display: flex;
  flex-direction: column;
}

.d-flex-no-c a {
  margin-bottom: 4px;
}

.d-flex-sp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.d-flex-sp-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.mt5 {
  margin-top: 5vh;
}
.mt10 {
  margin-top: 10vh;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  /* justify-content: space-between !important; */
  padding: 0vw 5vw;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #000;
  z-index: 999999;
}

.navbar {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #000;
  z-index: 999999;
  position: fixed;
}

.nav-link {
  font-weight: 600;
  margin-left: 1vw;
  color: #000;
  border-width: 0%;
  transition: color, border 0.5;
}
.nav-link:hover {
  color: #e03e25;
  border-bottom: 1px solid #e03e25;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-link:focus,
.nav-link:active {
  outline: none !important;
  box-shadow: none;
}

.dropdown-toggle::after {
  font-size: 20px;
}
.dropdown-item {
  font-weight: 600;
}
.dropdown-item:hover {
  background-color: #e03e25;
  color: #fff;
}

.ri-menu-line {
  font-size: 1.5vw;
}

.socialLinks a {
  text-decoration: none;
  color: #333;
}

.ri-phone-fill,
.ri-mail-fill,
.ri-facebook-fill,
.ri-instagram-fill,
.ri-linkedin-fill,
.ri-youtube-fill,
.ri-whatsapp-fill {
  font-size: 1.5vw;
  margin-left: 1vw;
  background-color: #fff;
  border-radius: 20px;
  padding: 3px;
  color: #000;
}

/* .ri-facebook-fill {
  color: #4267b2;
}
.ri-whatsapp-fill {
  color: #25d366;
}

.ri-youtube-fill {
  color: #ff0000;
}

.ri-instagram-fill {
  color: #833ab4;
}
.ri-phone-fill {
  color: green;
}
.ri-mail-fill {
  color: #ffb900;
}
.ri-linkedin-fill {
  color: #0077b5;
} */

.ri-arrow-right-circle-fill,
.ri-map-pin-fill {
  font-size: 20px;
}

.ri-mail-fill:hover,
.ri-whatsapp-fill:hover,
.ri-phone-fill:hover,
.ri-instagram-fill:hover,
.ri-arrow-right-circle-fill:hover,
.ri-map-pin-fill:hover {
  background: none;
  color: #e03e25;
}

.dropdown-menu {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #000;
  z-index: 999999;
}

.section {
  width: 100%;
  height: 100vh;
}

.section1 {
  background-image: url(ttps://tirupatifood.com/products/assetsTirupati/img/moongSabut/1.webp);
  background-size: cover;
  background-position: center;
}

.section1 h1 {
  font-size: 22vw;
  color: #fff;
}

.section1 img {
  position: absolute;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

#daldana1 {
  left: 10%;
  top: 10%;
  width: 10vw;
}

#dalPacket {
  width: 25vw;
}

#tinkeDal {
  top: 65%;
  left: 48%;
  width: 20vw;
}

#daldana2 {
  top: 55%;
  left: 75%;
  width: 10vw;
}

#tinkeDal2 {
  top: 40%;
  left: 30%;
  width: 45vw;
}

/* -------section-2 */
.section2 .lft {
  width: 50%;
  height: 100%;
  /* background-color: red; */
}

.section2 .rght {
  width: 50%;
  height: 100%;
  align-items: start;
  gap: 5vh;
  padding: 0vw 10vw 0vw 0vw;
  /* background-color: tinkeDal; */
}

.magicpattern {
  width: 70%;
  height: 70%;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  background-image: url('data:image/svg+xml, <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path fill="%23bac984" d="M42.8,-52.1C57.2,-38.9,71.8,-27.1,75,-12.7C78.2,1.7,69.9,18.7,60.8,35.7C51.7,52.8,41.7,70,29.7,68.9C17.6,67.8,3.5,48.4,-5.6,36.1C-14.7,23.8,-18.9,18.6,-32.5,11C-46.2,3.4,-69.2,-6.4,-71.8,-16.2C-74.3,-26.1,-56.3,-35.8,-40.9,-48.8C-25.5,-61.9,-12.8,-78.1,0.7,-79C14.2,-79.8,28.4,-65.3,42.8,-52.1Z" transform="translate(100 100)" /></svg>');
}

.mainHeading {
  font-size: 3vw;
  color: green;
}

.mainP {
  font-size: 1vw;
  color: #919191;
  font-weight: 400;
}

.section2 .rght button {
  padding: 1vw 2vw;
  background-color: green;
  color: #fff;
  border: none;
  border-radius: 10px;
  /* color: #fff; */
}

/* Section-3 */

.section3 {
  gap: 5vw;
  overflow: hidden;
}

.section3 .cardvdw {
  width: 25vw;
  height: 70vh;
  background-color: #bac984;
  padding: 1vw;
  gap: 2vh;
  border-radius: 20px;
  z-index: -1;
}

.img-div {
  position: relative;
  width: 100%;
  height: 80%;
  /* background-color: rebeccapurple; */
}

.img-div img {
  position: absolute;
  width: 100%;
}

.cardvdw .mainHeading {
  color: #000;
}

.cardvdw button {
  padding: 1vw 2vw;
  background-color: green;
  color: white;
}

#dal1 {
  width: 18vw;
}
#dal3 {
  width: 18vw;
}

#dal1cut,
#tinkeDalfruit {
  width: 30vw;
}
#resp-tinkeDal {
  width: 50vw;
}
#resp-dalPacket {
  width: 75vw;
}
#resp-tinkeDal,
#resp-dalPacket {
  display: none;
}

/* section 4 */

.section4 .card-row {
  gap: 5vh;
  margin-top: 3%;
}

.section4 .cardvdw1 {
  width: 15vw;
  height: 40vh;
  background-color: #bac984;
  padding: 1vw;
  gap: 1vh;
  border-radius: 20px;
}

.section4 .img-div1 {
  position: relative;
  width: 100%;
  height: 80%;
  /* background-color: rebeccapurple; */
  transform: scale(0.9);
  transition: 0.5s ease-in-out;
}

.section4 .img-div1:hover {
  transform: scale(1);
}

.section4 .img-div1 .cards-img {
  position: absolute;
  width: 90% !important;
}

.section4 .cardvdw1 .mainHeading1 {
  color: #000;
  font-size: 25px;
}
.section4 .cardvdw1 .mainHeading1:hover {
  color: white;
}

.section4 .cardvdw1 button {
  padding: 1vw 2vw;
  background-color: green;
  color: white;
}

/* Footer  */
.footer {
  max-height: 80vh;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 30px;
}
.footer-bottom {
  background-color: #111;
  max-height: 10vh;
  padding-top: 10px;
  color: white;
  margin-top: 5px;
}
.image-footer {
  max-width: 20vw;
}

.footer-heading {
  font-weight: 800;
  width: 100%;
  padding-bottom: 2vh;
  border-bottom: 2px solid #000;
}
.footer-logo {
  width: 100%;
  margin-bottom: 2vh;
}

@media (max-width: 799px) {
  .collapse {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .cntr-nav {
    display: none;
  }
  .ri-menu-line {
    font-size: 7vw;
  }

  .navbar-brand img {
    max-width: 70vw;
  }

  .image-footer {
    max-width: 80vw;
  }

  .ri-phone-fill,
  .ri-mail-fill,
  .ri-facebook-fill,
  .ri-instagram-fill,
  .ri-linkedin-fill,
  .ri-youtube-fill,
  .ri-whatsapp-fill {
    font-size: 4vw;
    margin-left: 1vw;
  }

  .section1 h1 {
    font-size: 24vw;
  }
  #dalPacket {
    width: 50vw;
  }
  #tinkeDal2 {
    top: 45%;
    left: 24%;
    width: 50vw;
  }
  #daldana1 {
    top: 14%;
    left: 67%;
    width: 19vw;
  }
  #tinkeDal {
    top: 58%;
    left: 47%;
    width: 42vw;
  }
  #daldana2 {
    top: 76%;
    left: 12%;
    width: 16vw;
  }
  .section2 {
    flex-direction: column;
    height: 200vh;
  }
  .magicpattern {
    width: 100%;
    height: 50%;
  }
  .section2 .lft {
    width: 100%;
    height: 40%;
  }
  .section2 .rght {
    width: 100%;
    padding: 10vw;
    height: 60%;
  }
  .mainHeading {
    font-size: 8vw;
  }
  .mainP {
    font-size: 5vw;
  }
  .section2 .rght button {
    padding: 5vw 10vw;
  }
  .section3 {
    flex-direction: column;
    height: 210vh;
  }
  .section3 .cardvdw {
    width: 80vw;
    padding: 5vw;
  }
  .cardvdw button {
    padding: 5vw 10vw;
  }
  #dal1 {
    width: 55vw;
  }
  #dal1cut,
  #tinkeDalfruit {
    width: 75vw;
  }
  #dal1cut,
  #tinkeDalfruit {
    width: 75vw;
  }
  #dal3 {
    width: 57vw;
  }
  #resp-tinkeDal,
  #resp-dalPacket {
    display: initial;
  }

  .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .section4 {
    margin-top: 10vh;
    flex-direction: column;
    height: 100%;
    gap: 5vw;
  }
  .section4 .cardvdw1 {
    width: 80vw;
    height: 50vh;
    padding: 5vw;
  }
  .cardvdw1 button {
    padding: 5vw 10vw;
  }
}
