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: orange;
  background-image: url(./Assets2/magicpattern-mesh-gradient-1722524507236.png);
}

.d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-flex-c {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 10vh;
  justify-content: space-between !important;
  padding: 0vw 10vw;
  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;
}

.cntr-nav {
  width: 50%;
  gap: 3vw;
}

.cntr-nav a {
  text-decoration: none;
  /* color: #333; */
  color: black;
}

.ri-menu-line {
  font-size: 1.5vw;
}

.section {
  width: 100%;
  height: 100vh;
}

.section1 {
  background-image: url(./Assets2/magicpattern-mesh-gradient-1722524507236.png);
  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;
}

#leaf1 {
  left: 20%;
  top: 20%;
}

#fanta {
  width: 35vw;
}

#orange {
  top: 65%;
  left: 48%;
  width: 20vw;
}

#leaf2 {
  top: 55%;
  left: 75%;
  width: 10vw;
}

#orange2 {
  top: 10%;
  left: 35%;
  width: 15vw;
}

/* -------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: orange; */
}

.magicpattern {
  width: 70%;
  height: 70%;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3CclipPath id=%22a%22%3E%3Cpath fill=%22currentColor%22 d=%22M835.5 673.5Q700 847 508 833T202 659.5Q88 500 217.5 368T499 237.5q152 1.5 312 132t24.5 304Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath fill=%22%23f77f45%22 d=%22M835.5 673.5Q700 847 508 833T202 659.5Q88 500 217.5 368T499 237.5q152 1.5 312 132t24.5 304Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.mainHeading {
  font-size: 3vw;
  /* color: rgb(252, 145, 13); */
}

.mainP {
  font-size: 1vw;
  /* color: #919191; */
  color: black;
  font-weight: 400;
}

.section2 .rght button {
  padding: 1vw 2vw;
  background-color: rgb(252, 145, 13);
  /* border: none; */
  /* border-radius: 10px; */
  /* color: #fff; */
}

/* Section-3 */
.section3 {
  gap: 5vw;
  overflow: hidden;
}

.section3 .card {
  width: 25vw;
  height: 70vh;
  background-color: #fff2e5;
  padding: 1vw;
  gap: 2vh;
  border-radius: 20px;
}

.img-div {
  position: relative;
  width: 100%;
  height: 80%;
  /* background-color: rebeccapurple; */
}

.img-div img {
  position: absolute;
  width: 100%;
}

.card .mainHeading {
  color: #000;
}

.card button {
  padding: 1vw 2vw;
  background-color: rgb(245, 142, 64);
}

#pineapple {
  width: 12vw;
}

#yellow {
  width: 18vw;
}

#pineapplecut,
#orangefruit {
  width: 30vw;
}

#resp-orange {
  width: 50vw;
}

#resp-fanta {
  width: 90vw;
}

#resp-orange,
#resp-fanta {
  display: none;
}

.footer {
  background-color: orange;
}

.footer__container {
  display: grid;
  grid-template-columns: 400px repeat(3, 1fr);
  gap: 2rem;
}

.footer__col h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-color);
}

.footer__col h3 span {
  color: var(--secondary-color);
}

.footer__col h4 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-color);
}

.footer__col p {
  margin-bottom: 1rem;
  color: var(--text-dark);
  cursor: pointer;
  transition: 0.3s;
}

.footer__col p:hover {
  color: var(--primary-color);
}

.footer__col i {
  color: var(--primary-color);
}

.footer__bar {
  background-color: rgba(245, 134, 31, 0.733);
}

.footer__bar__content {
  max-width: var(--max-width);
  margin: auto;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.footer__bar__content p {
  font-size: 0.8rem;
  color: var(--white);
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  color: var(--white);
  cursor: pointer;
}

@media (max-width: 799px) {
  .cntr-nav {
    display: none;
  }

  .ri-menu-line {
    font-size: 7vw;
  }

  .section1 h1 {
    font-size: 32vw;
  }

  #fanta {
    width: 95vw;
  }

  #orange2 {
    top: 15%;
    left: 10%;
    width: 39vw;
  }

  #leaf1 {
    top: 14%;
    left: 67%;
    width: 19vw;
  }

  #orange {
    top: 58%;
    left: 47%;
    width: 42vw;
  }

  #leaf2 {
    top: 76%;
    left: 12%;
    width: 16vw;
  }

  .section2 {
    flex-direction: column;
    height: 200vh;
  }

  .magicpattern {
    width: 100%;
    height: 40%;
  }

  .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 .card {
    width: 80vw;
    padding: 5vw;
  }

  .card button {
    padding: 5vw 10vw;
  }

  #pineapple {
    width: 37vw;
  }

  #pineapplecut,
  #orangefruit {
    width: 75vw;
  }

  #pineapplecut,
  #orangefruit {
    width: 75vw;
  }

  #yellow {
    width: 57vw;
  }

  #resp-orange,
  #resp-fanta {
    display: initial;
  }
}

@media (width < 900px) {
  .service__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .about__container {
    grid-template-columns: repeat(1, 1fr);
  }

  .about__image {
    grid-area: 1/1/2/2;
  }

  .about__content {
    text-align: center;
  }

  .why__container {
    grid-template-columns: repeat(1, 1fr);
  }

  .why__content {
    text-align: center;
  }

  .why__grid {
    text-align: left;
  }

  .doctors__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .footer__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width < 780px) {
  .nav__links {
    display: none;
  }

  .header__container {
    flex-direction: column;
  }
}

@media (width < 600px) {
  .service__header {
    flex-direction: column;
    text-align: center;
  }

  .service__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .why__grid {
    column-gap: 1rem;
  }

  .doctors__header {
    flex-direction: column;
    text-align: center;
  }

  .doctors__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer__bar__content {
    flex-direction: column;
    gap: 1rem;
  }
}