@font-face {
  font-family: Vercetti;
  src: url(Fonts/Vercetti-Regular.woff2);
}
@font-face {
  font-family: Sanford;
  src: url(Fonts/Sanford-0103_demo.ttf);
}

* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  background-color: #f3eee8;
  font-family: "Vercetti", sans-serif;
}
a {
  text-decoration: none;
  cursor: pointer;
}
#menu-bar {
  position: absolute;
  margin-top: 6vw;
  z-index: 99;
  width: 100%;
  min-height: 85vh;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
#menu-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#menu-links a {
  text-decoration: none;
  font-size: 5vw;
  font-family: Sanford;
  letter-spacing: -0.5vw;
  color: black;
}
#menu-links a span {
  display: inline-block;
}
#menu-links a:hover {
  color: #d8a50b;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
#hero-section {
  position: relative;
  width: 100%;
}
#navbar {
  z-index: 9999;
  position: fixed;
  width: 100%;
  padding: 30px 50px;
}
#melem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 15vh;
}
.menudiv {
  cursor: pointer;
  width: calc(100% / 3);
  height: 100%;
}
#menu-elem1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#menu-elem1 svg {
  height: 6vw;
}
#menu-elem2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu-elem2 #mline {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  width: 4vw;
  height: 35%;
}
#menu-elem2 #mline .line {
  width: 100%;
  border: none;
  height: 2.8px;
  border-radius: 5px;
  background-color: black;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
#menu-elem3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#menu-elem3 #flower {
  height: 40%;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
#menu-elem3 #flower:hover {
  transform: rotate(100deg);
}
#first {
  position: absolute;
  top: 25vh;
  width: 100%;
}
#art {
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  margin-top: 25vh;
}
#art h1 {
  font-weight: 500;
  color: rgba(216, 165, 11, 0.628);
  font-family: "Vercetti", sans-serif;
  display: inline-block;
  line-height: 40vw;
  font-size: 22vw;
}
#mmheading {
  padding-top: 1px;
}
#main-text {
  position: relative;
  width: 80%;
  margin: 0 auto;
  z-index: 12;
}

#main-text h2 {
  text-align: center;
  font-size: 10vw;
  font-family: Sanford;
  line-height: 8vw;
  font-weight: 500;
}

#main-text h2:nth-child(1) span {
  position: relative;
}
#main-text h2:nth-child(1) span svg {
  position: absolute;
  width: 110%;
  top: 78%;
  left: 0%;
  animation: animateSmile 5s linear infinite both;
}

@keyframes animateSmile {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

#main-text h2:nth-child(2) span {
  position: relative;
  display: inline-block;
}
#main-text h2:nth-child(2) span svg {
  position: absolute;
  width: 60%;
  left: 48%;
  top: 55%;
  top: 0%;
  left: 24%;
  transform: rotate(-30deg);
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
#main-text h2:nth-child(4) {
  line-height: 5.5vw;
}
#main-text h2:nth-child(4) span {
  position: relative;
  display: inline-block;
}
#main-text h2:nth-child(4) span svg {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 30%;
  opacity: 0;
  transform: rotate(-40deg);
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
#main-text #of h2 svg {
  position: absolute;
  width: 230%;
  top: -65%;
  left: 60%;
  opacity: 0;
  transform: translate(-50%, 0%);
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
#main-text #of {
  position: relative;
}
#main-text #of h2 {
  position: relative;
  margin-left: 10px;
}
#of {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  margin-top: 15px;
}
#im {
  width: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  font-family: Vercetti;
  font-size: 1.7vw;
}
#im #textp {
  width: 88%;
  font-size: 1.6vw;
}
#im .br {
  font-size: 7vw;
  color: grey;
}
#dirdiv {
  margin-top: 13vw;
  width: 100%;
}
#dirdiv h2 {
  font-size: 4vw;
  font-family: Vercetti;
  font-weight: 900;
}
#dirdiv h2 span {
  font-family: Sanford;
}
#redArrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8%;
  width: 100%;
}
#redArrow svg {
  width: 6%;
}
#second {
  overflow: hidden;
  position: relative;
  margin-top: 5rem;
  width: 100%;
}
#topdiv {
  margin: auto;
  width: 35vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: 1px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  height: 7vh;
  background-color: #e5d8c7;
  font-weight: 100;
  color: rgb(70, 64, 64);
}
#crldiv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 180vh;
  width: 100%;
  background-color: #e5d8c7;
  border-radius: 20px;
}
#curvetextdiv {
  overflow: hidden;
  width: 60vw;
  height: 60vw;
}
#cirtext1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
#cirtext1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: rotateclr 25s linear infinite;
}
@keyframes rotateclr {
  100% {
    transform: rotate(360deg);
  }
}
#cirtext1 img:nth-child(2) {
  position: absolute;
  width: 75%;
  height: 75%;
  object-fit: cover;
  animation: rotateclr 25s linear infinite reverse;
}
#videodiv {
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.65, 0.05, 0.36, 1); /* super smooth! */
  z-index: 0;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}
#videodiv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hidediv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0vh;
  background-color: rgb(255, 255, 255);
  transition: all ease-in-out 1s;
  overflow: hidden;
}
#hcenter {
  opacity: 1;
  display: none;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
#moreabout {
  margin-bottom: 2rem;
}
#moreabout h2 {
  font-size: 12vw;
  font-family: Sanford;
  text-align: center;
  color: rgba(216, 165, 11, 0.628);
  font-weight: 100;
}

#div2line h6 {
  font-size: 3.6vw;
  font-family: Vercetti;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3;
  text-align: start;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
#hidedivimg {
  display: flex;
  padding: 1rem;
  justify-content: space-around;
  margin-top: 1rem;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.hdi1 {
  width: 20vw;
  height: 40vh;
  border-radius: 30px;
  overflow: hidden;
}
.hdi1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hui h6 {
  font-size: 4vw;
  margin-top: 1.5rem;
  text-align: center;
  font-family: Vercetti;
}
#hui h6 span {
  color: rgb(218, 57, 84);
}
#closediv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
}
#arrowclose {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 7vh;
}
#arrowclose h6 {
  cursor: pointer;
  font-size: 1.3vw;
  font-family: Vercetti;
  font-weight: 100;
  border-bottom: 0.1rem solid black;
}

#opendiv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8vh;
  background-color: #d3cdc3;
  transition: move cubic-bezier(0.19, 1, 0.22, 1) 20s;
}
#more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  width: 35vw;
  height: 100%;
  background-color: #d3cdc3;
  border-radius: 30px;
}

#more h5 {
  font-size: 2vw;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

#more h5:hover {
  color: #f3eee8;
  background-color: rgb(216, 165, 11);
  border-radius: 8px;
  padding: 0.8rem;
}
#skills {
  position: relative;
  width: 100%;
  height: 20vh;
}

#third {
  border-top: 0.0000001px solid rgb(227, 230, 216);
  width: 100%;
  min-height: 120vh;
  padding-bottom: 15rem;
}
#textthird {
  position: relative;
  margin-top: 10rem;
  width: 100%;
  min-height: 30vw;
}

#textthird h2 {
  font-size: 6vw;
  font-weight: 300;
  font-family: Sanford;
  text-align: center;
  margin-bottom: 2.5rem;
  opacity: 0;
  transform: translateY(100%);
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

#textthird h5 {
  font-size: 4vw;
  font-weight: 300;
  font-family: Vercetti;
  text-align: start;
  margin-left: 4rem;
  padding: 1rem;
  opacity: 0;
  transform: translateY(100%);
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
#someof {
  position: relative;
  margin-top: 8rem;
  padding-bottom: 15vw;
}
#someof h5 {
  font-size: 12vw;
  font-family: Sanford;
  font-weight: 300;
  text-align: center;
  line-height: 0.8;
  opacity: 0;
  transform: translateY(100%);
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
#someof h5:nth-child(3) span {
  position: relative;
}
#someof h5:nth-child(3) svg {
  position: absolute;
  width: 40vw;
  left: 30vw;
  top: -7vw;
  color: #2f989b;
}

/* Most Importnat Part */
#experience {
  position: relative;
  width: 100%;
  height: 25vh;
}
#fourth {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin-top: 40vw;
  padding: 2px 0px;
}
.curvediv {
  position: relative;
  width: 100%;
  min-height: 100vw;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  padding-top: 5rem;
}
.cdiv1:nth-child(even) .curvediv {
  margin-top: -40vw;
  background-color: #ffff;
}
.cdiv1:nth-child(odd) .curvediv {
  margin-top: -40vw;
  background-color: #d3cdc3;
}
.cdiv1:nth-child(1) .curvediv {
  background-color: #e5d8c7;
}
.h200div {
  position: absolute;
  top: 60%;
  width: 100%;
  height: 200vh;
  background-color: #e5d8c7;
}
.cdiv1:nth-child(odd) .curvediv .h200div {
  background-color: #d3cdc3;
}
.cdiv1:nth-child(even) .curvediv .h200div {
  background-color: #ffff;
}
.cdiv1:nth-child(1) .curvediv .h200div {
  background-color: #e5d8c7;
}
.textdiv {
  position: relative;
  margin-top: 10rem;
  padding: 20px;
  text-align: center;
  font-family: Sanford;
  opacity: 0;
  opacity: 1;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.textdiv h5 {
  font-size: 2vw;
  font-weight: 300;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
.textdiv p {
  margin: 2rem 8rem 0rem 8rem;
  font-family: Vercetti;
  font-weight: 300;
  font-size: 1.5vw;
}
.textdiv h2 {
  font-size: 6vw;
  font-weight: 300;
  line-height: 6vw;
  margin-bottom: 2.5rem;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
.imgdiv2 {
  width: 100%;
  height: 28vw;
  position: absolute;
}
.img2 {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 40vw;
  height: 100%;
}
.img12 {
  position: absolute;
  left: 12%;
  width: 50%;
  top: 0%;
  height: 100%;
  border-radius: 10px;
  z-index: 4;
  overflow: hidden;
}
.img12 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img22 {
  overflow: hidden;
  position: absolute;
  right: 12%;
  width: 50%;
  height: 100%;
  border-radius: 10px;
  z-index: 3;
  transform: rotate(10deg);
}
.img22 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* End Importnat Part */

#fifth {
  position: relative;
  width: 100%;
  height: 120vw;
  background-color: #f3eee8;
  margin-top: -30vw;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#letdiv {
  border: 00.0000001px solid #d1c8bc;
  position: relative;
  width: 100%;
  height: 4.5vw;
  background-color: #d1c8bc;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#insideletdiv {
  margin: 0 auto;
  width: 30vw;
  margin-top: -1.7rem;
  height: 100%;
  border-radius: 40px;
  background-color: #d1c8bc;
  display: flex;
  justify-content: center;
  align-items: center;
}
#insideletdiv h3 {
  font-size: 1.3vw;
  font-family: Vercetti;
  font-weight: 500;
}
#ftdiv {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
}
#ftdiv h2 {
  position: relative;
  font-size: 12vw;
  font-family: Sanford;
  font-weight: 100;
  line-height: 10vw;
}
#ftdiv h2 span {
  position: relative;
}
#ftdiv h2 span svg {
  width: 25vw;
  position: absolute;
  left: -4.8vw;
  top: -1vw;
}
#ftdiv h2:nth-child(2) {
  line-height: 7vw;
  margin-top: 1rem;
}
#ftdiv h2:nth-child(4) {
  line-height: 0vw;
  margin-top: 1rem;
}

#ftdiv h2:nth-child(5) {
  margin-top: 3rem;
  position: relative;
}
#ftdiv h2:nth-child(5) span {
  position: relative;
}

#ftimg {
  margin: 0 auto;
  width: 15vw;
  height: 20vw;
  background-image: url(./Images/menb4.png);
  background-size: cover;
}

#ftdiv h2:nth-child(5) span #ctdiv {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18vw;
  height: 18vw;
  left: 25vw;
  background-color: #d1c8bc;
  border-radius: 50%;
  transform: rotate(-30deg);
  z-index: -1;
  transition: all ease-in-out 1s;
}
#ftdiv h2:nth-child(5) span #ctdiv:hover {
  transform: rotate(0deg);
  background-color: #d8a50b;
  color: white;
}
#ftdiv h2:nth-child(5) span #ctdiv h3 {
  font-size: 2.8vw;
  line-height: 1;
  font-family: Vercetti;
  text-transform: uppercase;
  font-weight: 100;
  cursor: pointer;
}
#sixth {
  position: relative;
  width: 100%;
  min-height: 120vh;
  background-color: #e5d8c7;
}
#water-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#water-text h3 {
  position: absolute;
  font-size: 15vw;
  width: 100%;
  text-align: center;
  color: transparent;
  font-family: Vercetti;
  text-transform: uppercase;
  margin-top: 3.6rem;
  -webkit-text-stroke: 2px #d8a50b;
}
#water-text h3:nth-child(2) {
  color: #d8a50b;
  animation: wave 4s ease-in-out infinite;
}
@keyframes wave {
  0%,
  100% {
    clip-path: polygon(
      0% 45%,
      16% 44%,
      33% 50%,
      54% 60%,
      70% 61%,
      84% 59%,
      100% 52%,
      100% 100%,
      0% 100%
    );
  }
  50% {
    clip-path: polygon(
      0% 60%,
      15% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
    );
  }
}
#sixth svg {
  position: absolute;
  left: 50%;
  width: 8vw;
  margin: auto;
  animation: aniSmile 5s linear infinite both;
}
@keyframes aniSmile {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  25% {
    transform: translate(-50%, -50%) rotate(-30deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  75% {
    transform: translate(-50%, -50%) rotate(30deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
#social {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
#social a {
  margin: 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Vercetti;
  color: #d8a50b;
  font-size: 2vw;
  cursor: pointer;
}
#social a:hover {
  color: #000105;
}
#footer {
  overflow: hidden;
  position: absolute;
  bottom: 0%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
  font-size: 1.5vw;
  font-family: Vercetti;
  color: rgb(0, 1, 5);
}
#footer a {
  text-decoration: none;
  margin: 10px;
  color: rgb(0, 1, 5);
}

#footer a:hover {
  color: #d8a50b;
}

/* Responshive */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #fourth {
    margin-top: 50vw;
  }

  .curvediv {
    min-height: 120vw;
    padding-top: 3rem;
  }

  .cdiv1:nth-child(even) .curvediv,
  .cdiv1:nth-child(odd) .curvediv {
    margin-top: -45vw;
  }

  .h200div {
    top: 65%;
    height: 150vh;
  }

  .textdiv {
    margin-top: 8rem;
  }

  .textdiv h5 {
    font-size: 3vw;
  }

  .textdiv h2 {
    font-size: 7vw;
    line-height: 7vw;
  }

  .textdiv p {
    margin: 2rem 4rem 0rem 4rem;
    font-size: 2vw;
  }

  .imgdiv2 {
    height: 35vw;
  }

  .img2 {
    width: 55vw;
  }

  .img12 {
    left: 8%;
    width: 55%;
  }

  .img22 {
    right: 8%;
    width: 55%;
  }
}

@media (max-width: 850px) {
  #menu-elem2 #mline {
    width: 7vw;
  }
  #menu-elem3,
  #menu-elem2,
  #menu-elem1 {
    padding-top: 10px;
    align-items: flex-start;
  }
  #menu-links a {
    font-size: 7vw;
    letter-spacing: -0.8.2vw;
  }
  #topdiv {
    width: 50vw;
  }
  #dirdiv {
    margin-top: 25vw;
    margin-bottom: -5vw;
  }
  #crldiv {
    min-height: 150vw;
  }
  #curvetextdiv {
    height: 80vw;
    width: 80vw;
  }
  .hdi1 {
    width: 30vw;
    height: 30vw;
  }
  #textthird h5 {
    font-size: 4vw;
    margin-left: 1rem;
  }
  #skills,
  #experience {
    height: 0vh;
  }
  #someof {
    padding-bottom: 40vw;
  }
  #someof h5 {
    font-size: 12vw;
  }

  .curvediv {
    min-height: auto;
    border-top-left-radius: 30%;
    border-top-right-radius: 30%;
  }

  .h200div {
    position: relative;
    top: auto;
    height: auto;
    min-height: 68vh;
  }

  .textdiv {
    margin-top: 15rem;
    padding: 15px;
  }

  .textdiv h5 {
    font-size: 4.5vw;
  }

  .textdiv h2 {
    font-size: 9vw;
    line-height: 9vw;
    margin-bottom: 1.5rem;
  }

  .textdiv p {
    margin: 1.5rem 1rem 0rem 1rem;
    font-size: 3.8vw;
    line-height: 1.4;
  }
  .imgdiv2 {
    height: 50vw;
    top: 0;
  }

  .img2 {
    width: 80vw;
  }

  .img12 {
    left: 5%;
    width: 50%;
    height: 90%;
  }

  .img22 {
    right: 5%;
    width: 50%;
    height: 90%;
    transform: rotate(8deg);
  }
  #fifth {
    margin-top: -6vw;
    height: 170vw;
  }
  #insideletdiv {
    margin-top: -1.2rem;
  }
  #sixth {
    min-height: 160vw;
  }
  #sixth svg {
    width: 18vw;
  }
  #footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 4.5vw;
    text-align: center;
  }
  #footer #left-footer a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #footer h4 {
    padding-top: 40px;
    font-size: 3vw;
  }
  #social {
    flex-direction: column;
    margin-top: -40%;
  }
  #social a {
    margin: 0px;
    margin-top: 10px;
    font-size: 4.5vw;
  }
}

/*Responshive Design */

@media (max-width: 500px) {
  #menu-links a {
    font-size: 9vw;
    letter-spacing: -0.99vw;
  }
  #navbar {
    padding: 0px 15px;
  }
  #menu-elem3,
  #menu-elem2,
  #menu-elem1 {
    padding-top: 80px;
    align-items: flex-start;
  }
  #menu-elem2 #mline {
    width: 35%;
    height: 80%;
  }
  #menu-elem3 #flower {
    visibility: hidden;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
  }
  #menu-elem1 svg {
    height: 40%;
  }
  #im #textp {
    font-size: 2vw;
  }
  #art {
    margin-top: 18vh;
  }
  #redArrow {
    margin-top: 10%;
  }
  #redArrow svg {
    width: 12%;
  }
  #topdiv {
    width: 70vw;
    height: 5vh;
    font-size: 2.6vw;
  }
  #crldiv {
    min-height: 100vh;
  }
  .hdi1 {
    width: 35vw;
    height: 30vh;
  }
  .hdi1 {
    width: 30vw;
    height: 30vw;
  }

  #arrowclose h6 {
    font-size: 3.5vw;
  }
  #opendiv {
    height: 7vh;
  }
  #more {
    width: 50vw;
  }
  #more h5 {
    font-size: 4vw;
  }
  #hidediv {
    height: 120vh;
  }
  #third {
    min-height: 100vh;
  }
  .curvediv {
    min-height: auto;
    border-top-left-radius: 25%;
    border-top-right-radius: 25%;
  }
  .h200div {
    min-height: 55vh;
  }
  .textdiv {
    margin-top: 4rem;
    padding: 5px;
  }
  .textdiv h5 {
    font-size: 5vw;
  }

  .textdiv h2 {
    font-size: 11vw;
    line-height: 11vw;
  }

  .textdiv p {
    font-size: 4.2vw;
    margin: 1.5rem 0.5rem 0rem 0.5rem;
  }

  .imgdiv2 {
    height: 60vw;
    top: -8vw;
  }

  .img2 {
    width: 80vw;
  }

  .img12 {
    left: 3%;
    width: 50%;
    height: 80%;
  }

  .img22 {
    right: 3%;
    width: 50%;
    height: 80%;
    transform: rotate(6deg);
  }
  #fifth {
    margin-top: 0vw;
  }
  #insideletdiv {
    margin-top: -0.7rem;
    width: 40vw;
  }
  #insideletdiv h3 {
    font-size: 2.5vw;
  }
}
