html.lenis,
html.lenis body {
  height: auto;
}

html, body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;

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

.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;
}

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

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

.section1 {
  background: #FFF4D5;
  background-size: cover;
  background-position: center;
}

.section1 h1 {
  font-family: Arial B;
  font-size: 27vw;
  color: #9F015E;
  word-spacing: 50px;
}

.section1 img {
  position: absolute;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

#copyright {
  color: #fff;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

#leaf1 {
  left:-10%;
  top:10%;
}

#fanta {
top: 9.5%;
width: 48vw;
left: 220px;

}

#orange3 {
  top: 70%;
  left: 90%;
  width: 10vw;
}
#orange2 {
  top: 35%;
  left: 20%;
  width: 15vw;
}
#orange1 {
  top: 70%;
  left: 0%;
  width: 15vw;
}
#orange {
  top: 65%;
  left: 60%;
  width: 15vw;
}

#leaf2 {
  top: 10%;
  left: 80%;
  width: 20vw;
}

#orange2 {
  top: 5%;
  left: 24%;
  width: 15vw;
}


/* -------section-2 */
.section2 .lft {
  width: 50%;
  height: 100%;
  background-color: #9F015E; 
}

.section2 .rght {
  width: 50%;
  height: 100%;
  align-items: start;
  gap: 5vh;
  padding: 0vw 10vw 0vw 0vw;
  background-color: #9F015E;
}

.magicpattern {
  width: 70%;
  height: 70%;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  
}

.mainHeading {
  font-size: 3vw;
  color: #fff;
}

.mainP {
  font-size: 1vw;
  color: #fff;
  font-weight: 400;
}

.section2 .rght button {
  padding: 1vw 2vw;
  background-color: #ffffff;
  /* border: none; */
border-radius: 20px;
  /* color: #fff; */
}

/* Section-3 */

.section3 {
  gap: 5vw;
  overflow: hidden;
  background-color: #FFF4D5;
  
}

.section3 .card {
  width: 25vw;
  height: 70vh;
  background-color: #fff;
  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: #9F015E;
  border-radius: 20px;
}

#pineapple {
  top:-20%;
  width: 14vw;

  
}
#yellow {
  top:-20%;
  width: 14vw;
}

#pineapplecut,
#orangefruit {
  width: 30vw;
}
#resp-orange {
  width: 50vw;
}
#resp-fanta {
  width: 90vw;
}
#resp-orange,
#resp-fanta {
  display: none;
}

@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;
  }
}


