body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
  /* overflow-y: hidden; */
  /* background-color: red; */
}

body::-webkit-scrollbar {
  display: none;
}

.scrolldiv::-webkit-scrollbar {
  display: none;
}

.menupage {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100vw;
  background-color: rgb(3, 2, 17);
}

.AUSR {
  width: 60vw;
  height: 70vh;

  position: absolute;
  right: 10vw;
  top: 15vh;

  /* From https://css.glass */
  background: #3b3b3b4d;

  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.2px);
  -webkit-backdrop-filter: blur(8.2px);
  border: 1px solid rgba(255, 255, 255, 0.58);

  margin-left: 300px;

  border-radius: 15px;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 5%;
  flex-direction: column;
  color: rgb(218, 218, 218);
  font-size: 3vh;
  font-family: ROBOTO;
  text-align: center;
  font-weight: 300;
  line-height: 5vh;
  opacity: 0;
}

.AUSRtext {
  width: 35vw;
}

.AUSRtextspan {
  font-family: Playfair Display;
  font-size: 5vh;
  font-style: italic;
  cursor: pointer;
}

.backtomenu {
  width: 100px;
  height: 50px;
  border-radius: 35px;
  background-color: transparent;
  border: 2px solid white;
  font-size: 25px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.backtomenu:hover {
  color: black;
  background-color: rgb(226, 226, 226);
}

.menupagediv {
  width: 60vw;
  height: 70vh;

  position: absolute;
  right: 20vw;
  top: 15vh;

  /* From https://css.glass */
  background: #3b3b3b4d;

  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.2px);
  -webkit-backdrop-filter: blur(8.2px);
  border: 1px solid rgba(255, 255, 255, 0.58);

  border-radius: 15px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
  flex-direction: column;
}

.menupageposition {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0vh;
  right: -100vw;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.menu01 {
  width: 80%;
  height: 15%;
  color: white;
  position: relative;
  display: flex;
  align-items: center;
  font-family: Playfair Display;
}

.contact {
  /* background-color: blue; */
  width: 80%;
  height: 15%;
  display: flex;
  align-items: end;
  justify-content: center;
  /* flex-direction: column; */
  color: white;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
}

.emailcontact {
  cursor: pointer;
  /* background-color: green; */
  margin-right: 30px;
}

.telephonecontact {
  cursor: pointer;
  /* background-color: red; */
  margin-left: 30px;
}

.transitionsvg {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0px;
  left: 0vw;
  z-index: 23;
  display: flex;
  align-items: center;
  justify-content: center;
}

.transitionsvg1 {
  width: 550px;
  height: 550px;
}

.transitionsvgcircle {
  stroke-dasharray: 3000px;
  stroke-dashoffset: 3000px;
}

.menuleft {
  position: absolute;
  left: 10px;
  font-size: 4vh;
  cursor: pointer;
  font-style: italic;
  transition: font-size 0.3s ease-in-out;
}

.menuright {
  position: absolute;
  right: 10px;
  width: 40vw;
  cursor: pointer;
  text-align: center;
  font-style: italic;
  transition: font-size 0.3s ease-in-out;
  font-size: 6vh;
}

.activemenu {
  position: absolute;
  right: 10px;
  width: 40vw;
  cursor: pointer;
  text-align: center;
  font-style: normal;
  font-size: 7vh;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.menuright:hover {
  font-size: 7vh;
}

.closemenu {
  width: 100px;
  height: 50px;
  border-radius: 100%;
  background: #3b3b3b4d;

  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.2px);
  -webkit-backdrop-filter: blur(8.2px);
  border: 1px solid rgba(255, 255, 255, 0.58);
  position: absolute;
  top: 35px;
  right: 10px;
  border-radius: 35px;

  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  margin-right: 20px;
  /* display: none; */
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  /* opacity: 0; */
  cursor: pointer;
  text-decoration-line: none;
}

.closemenu:hover {
  background-color: black;
  border: 1px solid black;
}

.pointer_sec1 {
  position: fixed;
  width: 200px;
  height: 200px;
  font-size: 30px;
  border: white solid 2px;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  opacity: 0;
  font-family: "Mulish", sans-serif;
}

.landingpage {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  /* background-color: #0C051D;  */
  /* background-color: black; */
  background: rgb(12, 5, 29);
  background: radial-gradient(
    circle,
    rgba(12, 5, 29, 1) 66%,
    rgba(29, 18, 57, 1) 87%,
    rgba(11, 33, 41, 1) 100%
  );
  z-index: 1;
  position: relative;
  right: 0;
  cursor: auto;
}

#bg-wrap {
  width: 50vw;
  height: 50vw;
  z-index: -3;
}

.introanimation {
  overflow-y: hidden;
  overflow-x: hidden;
}

.navbar {
  width: 100vw;
  height: 9vh;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.356);
  /* Blur Effect */
  background: rgba(12, 5, 29, 0.36);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 100;
  color: white;
  display: flex;
  justify-content: center;
  cursor: auto;
}

.gt_logotext {
  width: fit-content;
  height: 100%;
  margin-left: 20px;
  display: flex;
  align-items: center;
  flex: 1;
}

a {
  text-decoration: none;
}

.nav_growingtree {
  color: #dcdae1;
  font-family: Playfair Display;
  font-size: 32px;
  font-weight: 500;
}

.nav_studio {
  color: #dcdae1;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 100;
}

.menu {
  /* background-color: red; */
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.WWD {
  flex: 1;
  display: flex;
  justify-content: center;

  /* background-color: blue; */
}

.WWDa {
  color: white;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  opacity: 0.8;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
  /* border-bottom: white 1px dashed; */
}

.WWDa:hover {
  opacity: 1;
}

.WWDa:hover > .WWDa_svg {
  stroke-dashoffset: 0;
}

.WWDa_svg {
  position: absolute;
  left: 0;
  bottom: 0;
  stroke-dasharray: 145%;
  stroke-dashoffset: 145%;
  transition: stroke-dashoffset 0.5s ease-in-out;
}

.AU {
  flex: 1;
  /* background-color: green; */
  display: flex;
  justify-content: center;
}

.AUa {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: white;
  /* background-color: red; */
  text-align: center;
  position: relative;
  opacity: 0.8;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}

.AUa:hover {
  opacity: 1;
}

.AUa:hover > .AUa_svg {
  stroke-dashoffset: 0;
}

.AUa_svg {
  position: absolute;
  left: 0;
  bottom: 0;
  stroke-dasharray: 145%;
  stroke-dashoffset: 145%;
  transition: stroke-dashoffset 0.5s ease-in-out;
}

.SR {
  flex: 1;
  /* background-color: red; */
  display: flex;
  justify-content: center;
}

.SRa {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: white;
  /* background-color: green; */
  text-align: center;
  position: relative;
  opacity: 0.8;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}

.SRa:hover {
  opacity: 1;
}

.SRa:hover > .SRa_svg {
  stroke-dashoffset: 0;
}

.SRa_svg {
  position: absolute;
  left: 0;
  bottom: 0;
  stroke-dasharray: 145%;
  stroke-dashoffset: 145%;
  transition: stroke-dashoffset 0.5s ease-in-out;
}

.Lets_talk {
  /* background-color: green; */
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: end;
  /* background-color: red;     */
}

.LT {
  position: relative;
  font-family: "Mulish", sans-serif;
  font-size: 22px;
  font-weight: bolder;
  text-decoration: none;
  color: rgb(19, 9, 43);
  margin-right: 20px;
  background-color: white;
  border-radius: 35px;
  /* border: 2px solid rgba(255, 255, 255, 0); */
  height: 50px;
  width: 175px;
  line-height: 46px;
  /* background: white; */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
  cursor: pointer;
  /* opacity: 0.2; */
}

.LT:hover {
  /* border: 2px solid rgb(255, 255, 255); */
  color: white;
  background-color: rgb(1, 1, 46);
}

.LT:hover > .LT_svg {
  stroke-dashoffset: 0%;
}

.LT_pfeil_svg {
  transform: translateX(-85px);
  /* display: none; */
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  position: absolute;
}

.LT:hover > .LT_pfeil_svg {
  /* display: visible; */
  opacity: 1;
  transform: translateX(-65px);
}

.LT_svg {
  width: 178px;
  height: 53px;
  position: absolute;
  /* background-color: red; */
  /* opacity: 0.22; */
  stroke-dasharray: 310%;
  stroke-dashoffset: 310%;
  transition: stroke-dashoffset 0.5s ease-in-out;
}

.LT_text {
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
}

.LT:hover > .LT_text {
  transform: translateX(0.5vw);
}

.LT_menu_svg {
  position: absolute;
  display: none;
  transform: translate(-40px, 0.5px) rotate(90deg);
  transition: transform 0.5s ease-in-out;
  opacity: 0;
}

.LT_menu:hover > .LT_menu_svg {
  transform: translate(-40px, 0px) rotate(0deg);
}

.LT_menu:hover {
  background-color: rgb(254, 254, 255);
  color: #13132b;
}

.menusvg_circle {
  fill: #ffffff;
  transition: fill 0.5s ease-in-out;
}

.LT_menu:hover .menusvg_circle {
  fill: #13132b;
}

.LT_menu {
  position: absolute;
  background-color: transparent;
  border: white 2px solid;
  border-radius: 35px;
  width: 120px;
  font-family: "Mulish", sans-serif;
  font-size: 22px;
  height: 55%;
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-right: 20px;
  /* display: none; */
  z-index: -1;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  opacity: 0;
  cursor: pointer;
}

.LT_menu:hover > .LT_menu_text {
  transform: translateX(8px);
}

.LT_menu_text {
  transform: translateX(3px);
  transition: transform 0.5s ease-in-out;
}

.blendmode {
  mix-blend-mode: difference;
}

.scrollindicator {
  position: fixed;
  width: 6px;
  height: calc(var(--vh, 1vh) * 20);
  top: calc(var(--vh, 1vh) * 40);
  border-radius: 3px;
  right: 16px;
  background-color: #68686893;
  z-index: 100;
  opacity: 0;
  /* mix-blend-mode: difference; */
}

.scrollindicatorbar {
  position: absolute;
  height: 40px;
  width: 100%;
  border-radius: 3px;
  background-color: white;
  transform: translate3d(0px, 0px, 0px);
}

.div_line1 {
  position: relative;
  width: 50vw;
  height: 90vh;
  z-index: 1;
}

.position_line1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40vw;
}

#line_1 {
  padding-left: 8vw;
  margin-bottom: -7vh;
  width: 70vw;
  height: 120vh;
  opacity: 0.9;
}

.path_1 {
  stroke-dasharray: 2300;
  stroke-dashoffset: 2300;

  animation: lineanimation_1 7s ease-in;
}

@keyframes lineanimation_1 {
  0% {
    stroke-dashoffset: -2200;
  }
  33% {
    stroke-dashoffset: 0;
  }
  66% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 2300;
  }
}

.div_line2 {
  position: relative;
  top: -90vh;
  width: 100vw;
  height: 90vh;
  z-index: 1;
}

#line_2 {
  position: absolute;
  bottom: 0;
  right: 15vw;
  width: 65vw;
  height: 120vh;
  margin-bottom: -11vh;
}

.path_2 {
  stroke-dasharray: 2600;
  stroke-dashoffset: 2600;
  animation: lineanimation_2 12s ease-in;
}

@keyframes lineanimation_2 {
  0% {
    stroke-dashoffset: -2600;
  }
  48% {
    stroke-dashoffset: -2600;
  }
  66% {
    stroke-dashoffset: 0;
  }
  84% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 2600;
  }
}

.div_line3 {
  position: relative;
  top: -190vh;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  z-index: 1;
}

#line_3 {
  position: absolute;
  bottom: 0;
  padding-left: 10vw;
  width: 100vw;
  height: 100vh;
}

.path_3 {
  stroke-dasharray: 3400;
  stroke-dashoffset: -3400;

  animation: lineanimation_3 19s ease-in;
}
@keyframes lineanimation_3 {
  0% {
    stroke-dashoffset: 3400;
  }
  60% {
    stroke-dashoffset: 3400;
  }
  75% {
    stroke-dashoffset: 0;
  }
  85% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -3400;
  }
}

.div_line4 {
  position: relative;
  top: -225vh;
  width: 100vw;
  height: 40vh;
  z-index: 1;
}

#line_4 {
  position: absolute;
  bottom: 0;
  margin-left: -5vw;
}

.path_4 {
  stroke-dasharray: 2100;
  stroke-dashoffset: -2100;

  animation: lineanimation_4 25s ease-in;
}

@keyframes lineanimation_4 {
  0% {
    stroke-dashoffset: 2100;
  }
  70% {
    stroke-dashoffset: 2100;
  }
  80% {
    stroke-dashoffset: 0;
  }
  90% {
    stroke-dashoffset: 0;
  }
  96% {
    stroke-dashoffset: -2100;
  }
}

.div_heading {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  width: 100%;
  height: 90vh;
  background-color: transparent;
  z-index: 1;
}

.heading {
  color: white;
  opacity: 80%;
  letter-spacing: -0.4px;
  margin: 0;
}

h1 {
  font-size: 56px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  text-align: center;
}

h2 {
  font-family: Playfair Display;
  font-size: 120px;
  text-align: center;
  font-weight: 800;
  display: flex;
  justify-content: center;
  padding-left: 2vw;
}

.heading_1_2 {
  margin-bottom: 7vh;
}

/* Cursor color  */

.typewriter_sales_cursor {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 200;
  background: -webkit-linear-gradient(#eeca68, #b39647, #4b3f1e);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.typewriter_User_Experience_cursor {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 200;
  background: -webkit-linear-gradient(#64a7b9, #335c67, #1d343b);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.typewriter_brandimage_cursor {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 200;
  background: -webkit-linear-gradient(#ff648b, #da4167, #611c2d);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.typewriter_Online_Presence_cursor {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 200;
  background: -webkit-linear-gradient(#79a575, #527250, #263525);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.typewriter_Website_cursor {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 200;
  background: -webkit-linear-gradient(#ccdae9, #8ea8c3, #44505d);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Font color */

.typewriter_sales {
  background: -webkit-linear-gradient(#eeca68, #b39647, #4b3f1e);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.typewriter_User_Experience {
  background: -webkit-linear-gradient(#64a7b9, #335c67, #1d343b);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.typewriter_Brandimage {
  background: -webkit-linear-gradient(#ff648b, #da4167, #611c2d);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.typewriter_online_presence {
  background: -webkit-linear-gradient(#79a575, #527250, #263525);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.typewriter_website {
  background: -webkit-linear-gradient(#ccdae9, #8ea8c3, #44505d);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.div_heading_3 {
  position: absolute;
  bottom: -15vh;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  width: 100%;
  height: 90vh;
  background-color: transparent;
  z-index: 2;
}

#heading_3 {
  letter-spacing: 8px;
  font-weight: 300;
  font-size: 120px;
  color: white;
  /* visibility: hidden; */
}

.Baumimage {
  position: absolute;
  bottom: -10vh;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  width: 100%;
  height: 110vh;
  z-index: 0;
  /* opacity: 30%; */
}

.Baumimg {
  height: 105vh;
  width: 100vw;
  opacity: 30%;
  /* background-color: red; */
  /* visibility: hidden; */
}

.baumübergangimg {
  opacity: 1;
  height: 105vh;
}

.Übergangsimg {
  position: absolute;
  bottom: -10vh;
  left: 0.83vw;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  width: 100vw;
  height: 110vh;
  z-index: 0;
  opacity: 30%;
}

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

.Skipbuttondiv {
  z-index: 2;
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 0vh;
  left: 50px;
  /* background-color: red; */
}

.Skipbutton {
  /* bottom: -30vh; */

  width: 70px;
  height: 70px;
  cursor: pointer;
  border-radius: 100%;
  /* border: White 2px solid; */
  border: rgba(255, 255, 255, 0.466) 0.5px solid;
  background: transparent;
  opacity: 60%;
  z-index: 2;
  transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out,
    height 0.3s ease-in-out;
}

.Skipbtnbackgr {
  content: "";
  background: linear-gradient(
    45deg,
    #ffffff,
    #cfcfcf,
    #adadad,
    #8b8b8b,
    #6d6d6d
  );
  position: absolute;
  top: -3px;
  left: -3px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  /* transition: opacity .1s ease-in-out; */
  border-radius: 100%;
}

.Skipbutton:hover {
  opacity: 100%;
  width: 75px;
  height: 75px;
}

.Skipbutton:active + .Skipbtnbackgr {
  opacity: 0.5;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.Skippng {
  width: 44%;
  height: 36%;
  opacity: 93%;
}

.scrolllotie {
  z-index: 2;
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 3vh;
  left: 2vh;
  visibility: hidden;
  opacity: 0;

  transition: opacity 2s ease-in-out;
}

.Transitionvid {
  position: absolute;
  bottom: -8vh;
  /* left: -0.83vw; */
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  width: 100%;
  height: 110vh;
  z-index: 0;
}

.transitionvideo {
  opacity: 0;
  height: 115vh;
}

/* ____________________________________________________________________________________________________________________________________________________________________________________ */
/* ____________________________________________________________________________________________________________________________________________________________________________________ */

/* SECTION 2 */

.section2::-webkit-scrollbar {
  display: none;
}

.darkomode {
  width: 100vw;
  height: 100vh;
  /* mix-blend-mode: exclusion; */
  z-index: 1000;
  /* background-color: white; */
}

.dark {
  mix-blend-mode: exclusion;
  background-color: white;
}

.section_2 {
  width: 100vw;
  height: 100vh;
  /* background-color: rgb(30, 177, 17); */
  display: none;
  position: relative;
  /* bottom: 10vh; */
  z-index: -1;
  margin-top: -100vh;
  overflow-x: hidden;
  /* cursor: none; */
  cursor: none;
  background-color: rgb(255, 255, 255);
  /* cursor: auto; */
  /* mix-blend-mode: exclusion; */
  user-select: none;
  overflow: hidden;
}

.pointer {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border-radius: 50%;
  border: black, solid, 1px;
  z-index: 7;
  transition: transform 0.2s ease;
  transform-origin: center center;
  pointer-events: none;
  opacity: 0;
}

.pointer_menu {
  border: white 2px solid;
}

.grow {
  background-color: rgb(255, 255, 255);
  mix-blend-mode: difference;
}

.section3 {
  background-color: red;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  position: relative;
  display: none;
}

.Logo_section2 {
  position: absolute;
  top: 0;
  left: 0;
  /* position: sticky;
    top: 0; */
  width: 10vh;
  height: 10vh;
  /* cursor: pointer; */
  z-index: 1;
  /* background-color: blue; */
}

.Logosvg {
  margin-left: 1.6vh;
  margin-top: 2.6vh;
  opacity: 0;
  z-index: 6;
}

.menu_sec2_svg {
  position: absolute;
  /* display: none; */
  transform: translate(-40px, 0.5px) rotate(90deg);
  transition: transform 0.5s ease-in-out;
  /* opacity: 0; */
}

.menu_sec2:hover > .menu_sec2_svg {
  transform: translate(-40px, 0px) rotate(0deg);
}

.menu_sec2:hover {
  background-color: #13132b;
  color: white;
}

.menu_sec2svg_circle {
  fill: #000000;
  transition: fill 0.5s ease-in-out;
}

.menu_sec2:hover .menu_sec2svg_circle {
  fill: #ffffff;
}

.menu_sec2 {
  position: absolute;
  top: 35px;
  right: 10px;
  background-color: transparent;
  border: rgb(0, 0, 0) 2px solid;
  border-radius: 35px;
  width: 120px;
  font-family: "Mulish", sans-serif;
  font-size: 22px;
  height: 50px;
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
  margin-right: 20px;
  /* display: none; */
  z-index: 1;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
}

.menu_sec2:hover > .menu_sec2_text {
  transform: translateX(8px);
}

.menu_sec2_text {
  transform: translateX(3px);
  transition: transform 0.5s ease-in-out;
}

.Headertext_sec2 {
  width: 60vw;
  height: 80vh;
  position: relative;
  left: 20vw;
  top: 10vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* background-color: transparent; */
  z-index: 5;
  /* background-color: red; */
  /* mix-blend-mode: exclusion; */
  user-select: none;
  /* opacity: 0; */
}

.Smallerheading {
  margin-top: 0;
  font-size: 35px;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  letter-spacing: 10px;
  margin-bottom: 0;
  width: 60vw;
  text-align: left;
  color: black;
  /* color: transparent; */
  opacity: 0;
}

.Bigheading {
  font-size: 240px;
  margin: 0;
  /* font-family: "Inter", sans-serif; */
  /* font-family: Playfair Display; */
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  width: 55vw;
  margin-top: 60px;
  letter-spacing: -10px;
  color: black;

  /* color: transparent; */
}

.stays {
  opacity: 0;
}

.Ahead {
  margin-top: -50px;
  text-align: end;
  letter-spacing: -10px;
  opacity: 0;
  /* mix-blend-mode: exclusion; */
}

.Subheading {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  width: 50vw;
  letter-spacing: 3px;
  line-height: 35px;
  margin-top: 45px;
  color: black;
  opacity: 0;
}

.chromeimg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* background-color: green; */

  /* background-color: black; */
  user-select: none;
  /* background-color: blue; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* z-index: 0; */
}

.chromeimage {
  /* width: 90vw; */
  height: 90vh;
  /* background-color: blue; */

  mix-blend-mode: exclusion;
  opacity: 1;
  user-select: none;
}

.chromevid {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* background-color: green; */

  /* background-color: black; */
  user-select: none;
  /* background-color: blue; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* z-index: -1; */
}

.chromevideo {
  /* width: 90vw; */
  height: 90vh;
  /* background-color: blue; */

  mix-blend-mode: exclusion;
  opacity: 1;
  user-select: none;
  opacity: 0;
  /* display: none; */
}

.Press_and_hold {
  position: absolute;
  bottom: 48vh;
  width: 10vw;
  height: 3vh;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 300;
  left: 3vh;
  /* background-color: blue; */
  text-align: center;
  opacity: 0;
}

.Press_and_hold_right {
  position: absolute;
  bottom: 48vh;
  width: 10vw;
  height: 3vh;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 300;
  right: 3vh;
  /* background-color: blue; */
  text-align: center;
  opacity: 0;
}

.Hover_over {
  position: absolute;
  bottom: 3vh;
  width: 10vw;
  height: 3vh;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 300;
  right: 3vh;
  /* background-color: blue; */
  text-align: center;
  opacity: 1;
}

.darkmodusbar {
  width: 20vw;
  height: 5px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  bottom: 3vh;
  left: 40vw;
  border-radius: 35px;
  /* opacity: 0; */
}

.darkmodusindikator {
  width: 0px;
  height: 5px;
  background-color: rgb(0, 0, 0);
  position: absolute;
  bottom: 0;
  left: -10px;
  border-radius: 35px;
  /* opacity: 0; */
}

.darkmodeswitch {
  width: 150px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 35px;
  background-color: rgb(219, 219, 219);
  border-radius: 35px;
  border: 2px solid rgb(219, 219, 219);
  padding: 0;
  margin: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: end;
}

.darkmodeswitch:hover > .switch {
  scale: 1.1;
}

/* .darkmodeswitch_right:hover > .dark_switch{
    font-size: 18px;
    width: 70px;
}

.darkmodeswitch_right:hover > .light{
    width: 80px;
}



.darkmodeswitch_left:hover > .switch{
    width: 80px;
} */

/* .darkmodeswitch_left:hover > .dark_switch{
    font-size: 18px;
    width: 70px;
}

.darkmodeswitch_left:hover > .light{
    width: 80px;
} */

.switch {
  height: 50px;
  width: 90px;
  border-radius: 35px;
  background-color: rgb(255, 255, 255);
  transition: width 0.3s ease-in-out, transform 0.3s ease-in-out,
    scale 0.3s ease-in-out;
  box-shadow: 2px 0.2px 15px rgba(0, 0, 0, 0.25);
  scale: 1;
}

.switch_light {
  position: absolute;
  left: -5px;
}

.switch_dark {
  position: absolute;
  right: 0px;
}

.light {
  position: absolute;
  left: -5px;
  background-color: transparent;
  color: black;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 90px;
  text-align: center;
  transition: width 0.3s ease-in-out;
}

.dark_switch {
  position: absolute;
  right: 0;
  background-color: transparent;
  color: rgb(83, 83, 83);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 300;
  width: 60px;
  text-align: center;
  transition: font-size 0.3s ease-in-out, width 0.3s ease-in-out;
}

.section2_text {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  width: 60vw;
  letter-spacing: 3px;
  line-height: 35px;
  opacity: 0;
  position: absolute;
  left: 0;
  color: #a9a9a9;
}

.p_1 {
  color: #000000;
}

.s_1 {
  color: #a9a9a9;
}

.linesvg {
  width: 200vw;
  height: 115vh;
  position: absolute;
  bottom: -10vh;
  left: -50vw;
  z-index: -1;
  /* display: none; */
}

.linesvg_path {
  stroke-dasharray: 2800;
  stroke-dashoffset: 2800;
}

.transitiondivtostore {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0px;
  left: 0vw;
  background-color: rgb(0, 0, 0);
  z-index: 22;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.transitiondivtostore::-webkit-scrollbar {
  display: none;
}

.transitiondivtostorediv2 {
  height: 1000vh;
  width: 70vw;
}

@media screen and (max-width: 1650px) {
  .WWDa:hover > .WWDa_svg {
    stroke-dashoffset: 17;
  }

  .SRa:hover > .SRa_svg {
    stroke-dashoffset: 17;
  }

  .AUa:hover > .AUa_svg {
    stroke-dashoffset: 15;
  }

  .SRa {
    font-size: 18px;
  }

  .AUa {
    font-size: 18px;
  }

  .WWDa {
    font-size: 18px;
  }

  .nav_growingtree {
    font-size: 28px;
  }

  .nav_studio {
    font-size: 28px;
  }

  #heading_3 {
    letter-spacing: 6px;
    font-size: 90px;
  }

  .h1 {
    font-size: 46px;
  }

  .h2 {
    font-size: 100px;
  }
  .LT_menu {
    height: 75%;
  }
}

@media screen and (max-width: 1250px) {
  .scrollindicator {
    width: 4px;
  }
  .LT {
    display: none;
  }
  .LT_menu {
    opacity: 1;
    z-index: 1;
  }
  .menu {
    display: none;
  }
  .LT_menu_svg {
    display: block;
    opacity: 1;
    z-index: 1;
    transform: translate(-33px, 0.5px) rotate(90deg);
  }
  .LT_menu:hover > .LT_menu_svg {
    transform: translate(-33px, 0px) rotate(0deg);
  }
  .LT_menu {
    font-size: 18px;
    width: 90px;
    height: 60%;
  }
  #heading_3 {
    letter-spacing: 5px;
    font-size: 70px;
  }
}

@media screen and (max-width: 1600px) {
  .Subheading {
    font-size: 20px;
    margin-top: 25px;
  }
  .Bigheading {
    font-size: 210px;
    width: 60vw;
  }
  .Smallerheading {
    font-size: 30px;
  }
  .darkmodusbar {
    position: absolute;
    left: 30vw;
  }
}

@media screen and (max-width: 1300px) {
  .menu_sec2_svg {
    position: absolute;

    transform: translate(-30px, 0.5px) rotate(90deg);
    transition: transform 0.5s ease-in-out;
  }

  .menu_sec2:hover > .menu_sec2_svg {
    transform: translate(-30px, 0px) rotate(0deg);
  }

  .menu_sec2:hover {
    background-color: #13132b;
    color: white;
  }

  .menu_sec2svg_circle {
    fill: #000000;
    transition: fill 0.5s ease-in-out;
  }

  .menu_sec2:hover .menu_sec2svg_circle {
    fill: #ffffff;
  }

  .menu_sec2 {
    position: absolute;
    top: 30px;
    right: 10px;
    background-color: transparent;
    border: rgb(0, 0, 0) 2px solid;
    border-radius: 35px;
    width: 90px;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    height: 45px;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    margin-right: 15px;

    z-index: 1;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
    opacity: 0;
    cursor: pointer;
  }

  .menu_sec2:hover > .menu_sec2_text {
    transform: translateX(8px);
  }

  .menu_sec2_text {
    transform: translateX(3px);
    transition: transform 0.5s ease-in-out;
  }

  .Subheading {
    font-size: 20px;
    margin-top: 32px;
    letter-spacing: 1.5px;
    width: 65vw;
  }
  .Bigheading {
    font-size: 190px;
    width: 70vw;
  }
  .Smallerheading {
    font-size: 27px;
  }

  .pointer {
    width: 40px;
    height: 40px;
  }
}
