.body {
  overflow-x: hidden;
  /* overflow-y: hidden; */
}

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

.backwwd {
  opacity: 0;
  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(0, 0, 0, 0.58);
  /* position: absolute;
  top: 35px;
  right: 10px; */
  border-radius: 35px;
  margin-top: 100px;

  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
  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;
}

.backwwd:hover {
  background-color: black;
  color: white;
}

.getincontact {
  background-color: #e9dcdc;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: none;
  z-index: 10;
  align-items: center;
  flex-direction: column;
  /* justify-content: center; */
  font-family: Playfair Display;
  font-style: italic;
  font-size: 155px;
  color: black;
}

#GETINCONTACT.transition-in {
  visibility: visible;
}
#GETINCONTACT [class^="letter"] {
  opacity: 0;
}
#GETINCONTACT.transition-in [class^="letter"] {
  opacity: 1;
}

[class^="letter"] {
  -webkit-transition: opacity 3s ease;
  -moz-transition: opacity 3s ease;
  transition: opacity 3s ease;
}

.letter-0 {
  transition-delay: 0.2s;
}
.letter-1 {
  transition-delay: 0.4s;
}
.letter-2 {
  transition-delay: 0.6s;
}
.letter-3 {
  transition-delay: 0.8s;
}
.letter-4 {
  transition-delay: 1s;
}
.letter-5 {
  transition-delay: 1.2s;
}
.letter-6 {
  transition-delay: 1.4s;
}
.letter-7 {
  transition-delay: 1.6s;
}
.letter-8 {
  transition-delay: 1.8s;
}
.letter-9 {
  transition-delay: 2s;
}
.letter-10 {
  transition-delay: 2.2s;
}
.letter-11 {
  transition-delay: 2.4s;
}
.letter-12 {
  transition-delay: 2.6s;
}
.letter-13 {
  transition-delay: 2.8s;
}
.letter-14 {
  transition-delay: 3s;
}
.letter-15 {
  transition-delay: 3.2s;
}
#GETINCONTACT {
  visibility: hidden;
}

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

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

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

.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, border 0.5s ease-in-out;
  /* opacity: 0; */
  cursor: pointer;
  text-decoration-line: none;
}

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

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

.contactblack {
  color: black;
  font-size: 40px;
  font-weight: 300;
  transition: font-weight 0.3s ease-in-out, font-size 0.3s ease-in-out;
  opacity: 0;
}

.contactblack:hover {
  font-size: 45px;
  font-weight: 600;
}

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

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

.wwd_sec_1 {
  width: 100vw;
  height: 330vh;

  background: rgb(255, 255, 255);
  background: linear-gradient(
    32deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(238, 238, 238, 1) 82%,
    rgba(154, 29, 111, 0.6965379901960784) 85%,
    rgba(135, 32, 149, 0.7245491946778712) 89%,
    rgba(47, 51, 138, 0.65172006302521) 93%,
    rgba(255, 255, 255, 1) 98%
  );
  background-size: 250% 250%;
  background-position: 65% 0%;
  overflow-x: hidden;
}

/* #threescene {
  width: 100vw;
  height: 100vh;
  background-color: red;
  position: fixed;
  top: 0;
  left: 0;
  cursor: auto;
  display: none;
  /* position: fixed; 
} */

.sec_wwd_2 {
  height: 600px;
  width: 100vw;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    32deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(238, 238, 238, 1) 82%,
    rgba(154, 29, 111, 0.6965379901960784) 85%,
    rgba(135, 32, 149, 0.7245491946778712) 89%,
    rgba(47, 51, 138, 0.65172006302521) 93%,
    rgba(255, 255, 255, 1) 98%
  );
  background-size: 250% 250%;
  background-position: 52% 70%;
  overflow-x: hidden;
  z-index: -1;
}

.wwd {
  font-size: 22vw;
  font-family: "Roboto", sans-serif;
  color: transparent;
  -webkit-text-stroke: 2px rgb(0, 0, 0);
  margin: 0;
  margin-top: 0;
}

.h1_what {
  position: absolute;
  top: -15vh;
  left: -3vw;
}

.h2_we {
  position: absolute;
  top: 24vh;
  left: 50vw;
}

.h3_do {
  position: absolute;
  top: 62vh;
  right: -3vw;
}

.wwd_p {
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 40vh;
  left: 5vw;
  font-size: 1.5vw;
  letter-spacing: 3.5px;
  width: 27vw;
  font-weight: 200;
  text-align: left;
}

.wwd_p2 {
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 43vw;
  top: 67vh;
  font-size: 1.5vw;
  letter-spacing: 3.5px;
  width: 27vw;
  font-weight: 200;
  text-align: end;
}

.arrowsvg {
  position: absolute;
  left: 10vw;
  top: 65vh;
  width: 15vw;
  height: 30vh;
}

.path2 {
  stroke-dasharray: 70px;
}

.path3 {
  stroke-dasharray: 70px;
}

.Lmis {
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 120vh;
  width: 100vw;
  font-size: 5vw;
  letter-spacing: 3.5px;
  font-weight: 500;
  text-align: center;
}

.percentdiv {
  position: absolute;
  width: 70vw;
  left: 15vw;
  top: 120vh;
  height: 50vh;
  /* background-color: blue; */
  margin-top: 2vh;
  opacity: 0;
}

.wu {
  font-family: "Roboto", sans-serif;
  font-size: 3vw;
  letter-spacing: 3.5px;
  font-weight: 200;
  position: absolute;
  top: 0px;
  left: 0;
  margin-top: 0px;
}

.percent {
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 0vh;
  margin-top: 0;
  font-size: 20vw;
  letter-spacing: 3.5px;
  font-weight: 500;
  text-align: center;
  background: linear-gradient(
    0deg,
    rgba(135, 32, 149, 0.7) 0%,
    rgba(47, 51, 138, 0.6) 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.otpa {
  font-family: "Roboto", sans-serif;
  font-size: 3vw;
  letter-spacing: 3.5px;
  font-weight: 200;
  position: absolute;
  right: 0px;
  bottom: -20vh;
  margin: 0;
}

.pct {
  right: 10vw;
}

.number {
  left: 10vw;
}

.Lsyw {
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 130vh;

  width: 100vw;
  font-size: 3vw;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-align: center;
  opacity: 0;
}

.wecou {
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 130vh;

  width: 100vw;
  font-size: 3vw;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-align: center;
  opacity: 0;
}

.Bywc {
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 130vh;

  width: 100vw;
  font-size: 3vw;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-align: center;
  opacity: 0;
}
.dreidanimation_position {
  position: absolute;
  left: 0vw;
  top: 150vh;
  width: 100vw;
  height: 75vh;
  display: flex;
  align-items: top;
  justify-content: center;
  background-color: transparent;
  z-index: 1;
}

.dreidanimation {
  background-color: white;
  box-shadow: 0px 0px 19px 3px rgb(213, 213, 213);
  width: 1300px;
  height: 720px;
  border-radius: 30px;
  position: absolute;
}

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

.layer3d {
  width: 1300px;
  height: 720px;
  border-radius: 30px;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.822);
  z-index: 12;
  display: none;
}

.moredetails {
  position: absolute;
  top: 210px;
  left: 100px;
  color: white;
  font-family: roboto;
  width: 170px;
  height: 75px;
  padding-top: 35px;
  text-align: center;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.23);
}

.animation360 {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 310px;
  left: 600px;
}

.displaybox {
  width: 400px;
  height: 500px;
  background-color: rgb(0, 0, 0);
  border-radius: 25px;
  position: absolute;
  top: 90px;
  right: -40px;
  opacity: 0;
}

.loopbox {
  width: 400px;
  height: 500px;
  background-color: rgb(0, 0, 0);
  border-radius: 25px;
  position: absolute;
  top: 90px;
  right: 40px;
  opacity: 0;
}

.checkout3d {
  position: absolute;
  top: 415px;
  left: 550px;
  width: 200px;
  color: white;
  font-family: roboto;
  text-align: center;
}

.timer {
  position: absolute;
  right: 40px;
  bottom: 25px;
  color: white;
  font-family: roboto;
}

.logomini {
  position: absolute;
  top: 30px;

  width: 45px;
  height: 45px;
  opacity: 0;
}

.Ourwatch {
  font-size: 125px;
  position: absolute;
  margin: 0;
  top: 90px;
  left: 0px;
  font-family: Playfair Display;
  width: 100%;
  text-align: center;
  opacity: 0;
}

.NLA {
  position: absolute;
  top: 210px;
  left: 0px;
  font-size: 45px;
  font-family: roboto;
  font-weight: 300;
  width: 100%;
  text-align: center;
  opacity: 0;
}

.watchimg1 {
  position: absolute;
  top: 15px;
  right: 30px;
  width: 350px;
  height: 350px;
  z-index: 1;
  opacity: 0;
}

.watchimg1div {
  position: absolute;

  width: 440px;
  height: calc(720px / 2 - 30px);
  background-color: rgb(248, 248, 248);
  border-radius: 20px;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  /* display: none; */
  z-index: 1;
}

.watchimg1div:hover > .switchbutton1 {
  background-color: rgb(92, 92, 92);
}

.watchimg2div {
  position: absolute;
  top: 20px;
  left: 60px;
  background-color: rgb(248, 248, 248);
  border-radius: 20px;
  height: calc(720px - 40px);
  width: calc(1300px - 120px - 440px - 20px);
  display: flex;
  justify-content: center;
}

.watchimg2 {
  position: absolute;
  left: 110px;
  bottom: -5px;
  width: 500px;
  height: 500px;
  opacity: 0;
}

#threescene {
  width: 500px;
  height: 500px;
  background-color: transparent;
  position: absolute;
  bottom: -5px;
  left: 100px;
  cursor: auto;

  /* display: none; */
  /* position: fixed; */
}

.watchimg3 {
  position: absolute;
  bottom: -5px;
  right: 30px;
  width: 350px;
  height: 350px;
  z-index: 1;
}

.watchimg3div {
  position: absolute;

  width: 440px;
  height: calc(720px / 2 - 30px);
  background-color: rgb(248, 248, 248);
  border-radius: 20px;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  /* display: none; */
  z-index: 1;
}

.watchimg3div:hover > .switchbutton2 {
  background-color: rgb(92, 92, 92);
}

/* .watchimg3divinner:hover{
  transform: rotateY(180deg);
} */

.colorchanger {
  position: absolute;
  bottom: 10px;
  width: 300px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  background: transparent;
}

.colordarkblue {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: none;
  background-color: rgb(49, 49, 83);
  cursor: default;
  scale: 1.4;
}

.colorblack {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #06092e;
  border: none;
  cursor: pointer;
  scale: 1;
}

.colorwhite {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #d4d6c8;
  border: none;
  cursor: pointer;
  scale: 1;
}

.blue {
  display: block;
}

.darkblue {
  display: none;
}

.white {
  display: none;
}

.switchbutton1 {
  width: 30px;
  height: 30px;
  background-color: black;
  border-radius: 35px;
  border: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  cursor: pointer;
  color: white;
  font-size: 24px;
}

.switchbutton2 {
  width: 30px;
  height: 30px;
  background-color: black;
  border-radius: 35px;
  border: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  cursor: pointer;
  color: white;
  font-size: 24px;
}

.switchhbuttonback1 {
  width: 30px;
  height: 30px;
  background-color: black;
  border-radius: 35px;
  border: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  color: white;
  font-size: 24px;
}

.switchbuttonback2 {
  width: 30px;
  height: 30px;
  background-color: black;
  border-radius: 35px;
  border: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  color: white;
  font-size: 24px;
}

.switchbacksvg1 {
  margin-right: 0.5px;
  width: 15px;
  height: 15px;
}

.switchbacksvg2 {
  margin-right: 0.5px;
  width: 15px;
  height: 15px;
}

.watchimg1div_back {
  background-color: white;
  position: absolute;
  height: calc(720px / 2 - 30px);
  width: 440px;
  border-radius: 20px;
  transform: rotateX(180deg);
  -webkit-backface-visibility: hidden; /* Safari  */
  backface-visibility: hidden;
  z-index: 0;
}

.watchimg3div_back {
  background-color: white;
  position: absolute;
  height: calc(720px / 2 - 30px);
  width: 440px;
  border-radius: 20px;
  transform: rotateX(180deg);
  -webkit-backface-visibility: hidden; /* Safari  */
  backface-visibility: hidden;
  z-index: 0;
}

.watchimg3div_back:hover > .switchbuttonback2 {
  background-color: rgb(92, 92, 92);
}

.watchimg1div_back:hover > .switchhbuttonback1 {
  background-color: rgb(92, 92, 92);
}

.watchimg3divinner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgb(248, 248, 248);
  z-index: 1;
  border-radius: 20px;
  /* transition: transform 0.8s; */
  transform-style: preserve-3d;
  cursor: pointer;
}

.watchimg3divouter {
  background-color: transparent;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 60px;
  width: 440px;
  height: calc(720px / 2 - 30px);
  perspective: 1000px;
}

.watchimg1divinner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgb(248, 248, 248);
  z-index: 1;
  border-radius: 20px;
  /* transition: transform 0.8s; */
  transform-style: preserve-3d;
  cursor: pointer;
}

.watchimg1divouter {
  background-color: transparent;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 60px;
  width: 440px;
  height: calc(720px / 2 - 30px);
  perspective: 1000px;
}

.whitegap {
  width: 60px;
  height: 700px;
  background-color: white;
  position: absolute;
  top: 10px;
  right: 500px;
  z-index: -1;
  border-radius: 20px;
}

.dragchange {
  width: 250px;
  height: 60px;

  background-color: rgb(224, 224, 224);
  border-radius: 40px;
  position: absolute;
  /* bottom: -100px; */
  bottom: -200px;
  right: 525px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12;
  opacity: 0;
}

.dragchange2D {
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: -60px;
  font-weight: 600;
  font-size: 25px;
}

.dragchange3D {
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: -60px;
  font-weight: 600;
  font-size: 25px;
}

#change {
  -webkit-appearance: none;
  appearance: none;
  background: rgb(78, 78, 78);
  background-image: linear-gradient(#3d1cd1, #3d1cd1);
  width: 200px;
  height: 5px;
  border-radius: 40px;
  outline: none;
  background-size: 5% 100%;
  background-repeat: no-repeat;
}

#change::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 30px; /* Set a specific slider handle width */
  height: 30px; /* Slider handle height */
  background: url("images/Component\ 24.svg");
  cursor: pointer; /* Cursor on hover */
  transition: background 0.3s ease-in-out;
  box-shadow: none;
}

#change::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
}

.Hello {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
}

.layerdark {
  width: 400vw;
  height: 430vh;
  background-color: black;
  position: absolute;
  right: -100vw;
  top: -232vh;
  z-index: 0;
  opacity: 0;
}

.Storytelling {
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  color: rgb(85, 85, 85);
  position: absolute;
  top: 5px;
  left: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.display_p {
  font-family: "Roboto", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 600;
  letter-spacing: 0.3px;
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 25px;
}

.display_p2 {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  color: rgb(209, 209, 209);
  letter-spacing: 0.8px;
  line-height: 32px;
  font-weight: 200;
  position: absolute;
  top: 80px;
  left: 30px;
  width: 350px;
}

.loop_p {
  font-family: "Roboto", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 600;
  letter-spacing: 0.3px;
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 25px;
}

.loop_p2 {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  color: rgb(209, 209, 209);
  letter-spacing: 0.8px;
  line-height: 32px;
  font-weight: 200;
  position: absolute;
  top: 100px;
  left: 30px;
  width: 350px;
}

.Storytelling_p {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: black;
  position: absolute;
  top: 60px;
  left: 20px;
  right: 20px;
  letter-spacing: 0.5px;
  line-height: 28px;
  font-weight: 300;
}

.Bevisible {
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  color: rgb(85, 85, 85);
  position: absolute;
  top: 5px;
  left: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.Bevisible_p {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: black;
  position: absolute;
  top: 60px;
  left: 20px;
  right: 20px;
  letter-spacing: 0.5px;
  line-height: 28px;
  font-weight: 300;
}

.watchmenu {
  position: absolute;
  left: 50px;
  width: 80px;
  height: 400px;
  width: 140px;
  bottom: 140px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 30px;
}

.wm_display {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  opacity: 0;
  font-weight: 400;
  color: #838383;
  transition: color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
  letter-spacing: 1px;
  /* margin-right: 15px; */
  cursor: pointer;
}

.wm_display:hover {
  color: black !important;
  font-weight: 600 !important;
}

.wm_wheel {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  opacity: 0;
  font-weight: 400;
  color: #838383;
  transition: color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
  letter-spacing: 1px;
  /* margin-right: 15px; */
  cursor: pointer;
}

.wm_wheel:hover {
  color: black !important;
  font-weight: 600 !important;
}

.wm_button {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  opacity: 0;
  font-weight: 400;
  color: #838383;
  transition: color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
  letter-spacing: 1px;
  /* margin-right: 15px; */
  cursor: pointer;
}

.wm_button:hover {
  color: black !important;
  font-weight: 600 !important;
}

.wm_loop {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  opacity: 0;
  font-weight: 400;
  color: #838383;
  transition: color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
  letter-spacing: 1px;
  /* margin-right: 15px; */
  cursor: pointer;
}

.wm_loop:hover {
  color: black !important;
  font-weight: 600 !important;
}

.watchmenusvg {
  position: absolute;
  left: -45px;
  scale: 0.88;
}
.watchmenusvg_1 {
  stroke-dashoffset: 305px;
  stroke-dasharray: 305px;
}

.watchmenusvg_2 {
  stroke-dashoffset: 30px;
  stroke-dasharray: 30px;
}

.watchmenusvg_3 {
  stroke-dashoffset: 30px;
  stroke-dasharray: 30px;
}

.watchmenusvg_4 {
  stroke-dashoffset: 30px;
  stroke-dasharray: 30px;
}

.watchmenusvg_5 {
  stroke-dashoffset: 30px;
  stroke-dasharray: 30px;
}

.watchmenusvgnew {
  position: absolute;
  left: -45px;
  scale: 0.88;
}
.watchmenusvg_1new {
  stroke-dashoffset: 305px;
  stroke-dasharray: 305px;
}

.watchmenusvg_2new {
  stroke-dashoffset: 30px;
  stroke-dasharray: 30px;
}

.watchmenusvg_3new {
  stroke-dashoffset: 30px;
  stroke-dasharray: 30px;
}

.watchmenusvg_4new {
  stroke-dashoffset: 30px;
  stroke-dasharray: 30px;
}

.watchmenusvg_5new {
  stroke-dashoffset: 30px;
  stroke-dasharray: 30px;
}

.texttostore {
  background-color: transparent;
  height: 100vh;
  width: 100vw;
  position: absolute;
  bottom: 10vh;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.completeproject {
  font-family: "Roboto", sans-serif;
  font-size: 3vw;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-align: center;
}

.arrowsvg2 {
  position: absolute;
  top: 10vh;
  scale: 2;
}

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

.moveoutstore {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0px;
  left: 0vw;
  background-color: rgba(0, 0, 0, 0.829);
  z-index: 8;
  overflow-y: auto;
  overscroll-behavior: contain;
  display: none;
  opacity: 0;
}

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

.moveoutstorediv2 {
  height: 1000vh;
  width: 70vw;
  background-color: transparent;
}

.moveoutstoredivtext {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0px;
  left: 0vw;
  z-index: 21;
  /* display: none; */
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background-color: transparent;
}

.moveoutstoredivtext2 {
  position: relative;
  width: 450px;
  height: 250px;
  background-color: rgb(231, 231, 231);
  border-radius: 10px;
  display: flex;
  justify-content: center;
}

.yesleave {
  position: absolute;
  width: 144px;
  height: 44px;
  bottom: 48px;
  background-color: rgb(8, 8, 36);
  color: white;
  font-family: Roboto;
  left: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nostay {
  position: absolute;
  width: 140px;
  height: 40px;
  bottom: 50px;
  right: 55px;
  background-color: transparent;
  border: black 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.nostay:hover {
  background-color: black;
  color: white;
}

.dywtl {
  font-family: Roboto;
  font-size: 22px;
  font-weight: 300;
  margin-top: 50px;
}

.introductionsvg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 0;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  display: none;
  cursor: pointer;
}

.blueboard {
  background-color: #06041af6;
  width: 100vw;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  display: none;
  opacity: 0;
}

.blackboard {
  background-color: #000000f6;
  width: 100vw;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  display: none;
  opacity: 0;
}

.closeboardsvg {
  scale: 1.2;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.SEO_text {
  width: 700px;
  height: 500px;
  border-radius: 5px;
  background-color: rgb(248, 248, 248);
  border-radius: 20px;
  position: relative;
}

.h2Seo {
  font-size: 55px;
  font-family: Playfair Display;
  font-weight: 600;
  width: 700px;
  text-align: center;
}

.h3seo {
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-left: 100px;
  width: 500px;
  text-align: center;
}

.seo_1 {
  font-size: 20px;
  margin-top: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  width: 500px;
  margin-left: 100px;
}

.Statistics_text {
  width: 700px;
  height: 500px;
  border-radius: 5px;
  background-color: rgb(248, 248, 248);
  border-radius: 20px;
  position: relative;
}

.h2Statistics {
  font-size: 55px;
  font-family: Playfair Display;
  font-weight: 600;
  width: 700px;
  text-align: center;
}

.h3Statistics {
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-left: 50px;
  width: 600px;
  text-align: center;
}

.statistics_1 {
  font-size: 20px;
  margin-top: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  width: 500px;
  margin-left: 100px;
}

.closeboardsvg_2 {
  scale: 1.2;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.seo_2 {
  font-size: 20px;
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  width: 500px;
  margin-left: 100px;
}

.introstore {
  width: 100vw;
  height: 100vh;
  position: fixed;
  bottom: 0px;
  left: 0px;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.introstore_left {
  width: 1000px;
  height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0, 0, 0, 0.27);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10.7px);
  -webkit-backdrop-filter: blur(10.7px);
  border: 1px solid rgba(0, 0, 0, 1);
}

.clickboard {
  font-size: 25px;
  width: 400px;
  font-family: Roboto;
  font-weight: 300;
  position: absolute;
  top: 370px;
  left: 50px;
  color: white;
  text-align: center;
}

.scrollstore {
  font-size: 25px;
  width: 400px;
  font-family: Roboto;
  font-weight: 300;
  position: absolute;
  top: 370px;
  right: 50px;
  color: white;
  text-align: center;
}

.scrollprogressstorediv {
  width: 100vw;
  height: 60px;
  position: fixed;
  bottom: 40px;
  left: 0px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  display: none;
  opacity: 0;
}

/* .scrollprogressstore{
  position: fixed;
  bottom: 50px;
  left: 200px;
} */

.scrollrect {
  width: 5px;
}

.Logo_section2 {
  position: fixed;
  top: 0px;
  left: 0px;
  /* position: sticky;
    top: 0; */
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 21;
  /* 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: #1d1d1d;
  color: white;
  border: #1d1d1d 2px solid;
}

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

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

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

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

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

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

@media screen and (max-width: 1700px) {
  .h1_what {
    position: absolute;
    top: -15vh;
    left: -3vw;
  }

  .h2_we {
    position: absolute;
    top: 24vh;
    left: 50vw;
  }

  .h3_do {
    position: absolute;
    top: 62vh;
    right: -3vw;
  }

  .wwd {
    font-size: 24vw;
    font-family: "Roboto", sans-serif;
    color: transparent;
    -webkit-text-stroke: 2px black;
    margin: 0;
    margin-top: 0;
    opacity: 0.7;
  }
  .wwd_p {
    font-size: 1.7vw;
  }
  .wwd_p2 {
    font-size: 1.7vw;
    width: 35vw;
    left: 30vw;
    top: 72vh;
  }
}

@media screen and (max-height: 915px) {
  .dreidanimation {
    scale: 0.9;
  }
}

@media screen and (max-height: 875px) {
  .dreidanimation {
    scale: 0.8;
  }
}

@media screen and (max-height: 830px) {
  .dreidanimation {
    scale: 0.75;
  }
}

@media screen and (max-height: 795px) {
  .dreidanimation {
    scale: 0.7;
  }
}

@media screen and (max-width: 1350px) {
  .h1_what {
    position: absolute;
    top: -15vh;
    left: -3vw;
  }

  .h2_we {
    position: absolute;
    top: 24vh;
    left: 50vw;
  }

  .h3_do {
    position: absolute;
    top: 62vh;
    right: -3vw;
  }

  .wwd {
    font-size: 340px;
    font-family: "Roboto", sans-serif;
    color: transparent;
    -webkit-text-stroke: 2px black;
    margin: 0;
    margin-top: 0;
    opacity: 0.6;
  }
  .wwd_p {
    font-size: 1.7vw;
  }
  .wwd_p2 {
    font-size: 1.7vw;
    width: 35vw;
    left: 30vw;
    top: 72vh;
  }
}


@media screen and (max-width: 1000px) {
  .otpa{
    font-size: 2.75vw;
  }
}

@media screen and (max-width: 1200px) {
  .h1_what {
    position: absolute;
    top: -5vh;
    left: -3vw;
  }

  .h2_we {
    position: absolute;
    top: 28vh;
    left: 50vw;
  }
  .h3_do {
    position: absolute;
    top: 62vh;
    right: -7vw;
  }
  .wwd {
    font-size: 240px;
    font-family: "Roboto", sans-serif;
    color: transparent;
    -webkit-text-stroke: 2px black;
    margin: 0;
    margin-top: 0;
    opacity: 0.7;
  }
  .wwd_p {
    font-size: 20px;
    width: 35vw;
  }
  .wwd_p2 {
    top: 67vh;
    left: 26vw;
    font-size: 20px;
    width: 35vw;
  }
}



@media screen and (max-width: 768px) {


  .Logo_section2{
   scale: 1.15;
  }
  .wwd {
    font-size: 20vw;
    font-family: "Roboto", sans-serif;
    color: transparent;
    -webkit-text-stroke: 2px rgb(0, 0, 0);
    margin: 0;
    margin-top: 0;
  }
  
  .h1_what {
    width: 100vw;
    position: absolute;
    top: 10vh;
    left: 0vw;
    text-align: center;
  }
  
  .h2_we {
    width: 50vw;
    text-align: start;
    position: absolute;
    top: 24vh;
    left: 15vw;
  }
  
  .h3_do {
    width: 50vw;
    right: 15vw;
    text-align: end;
    position: absolute;
    top: 24vh;
  }
  
  .wwd_p {
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 40vh;
    left: 5vw;
    font-size: 3vw;
    letter-spacing: 3.5px;
    width: 35vw;
    font-weight: 200;
    text-align: left;
  }
  
  .wwd_p2 {
    font-family: "Roboto", sans-serif;
    position: absolute;
    left: 43vw;
    top: 67vh;
    font-size: 3vw;
    letter-spacing: 3.5px;
    width: 45vw;
    font-weight: 200;
    text-align: end;
  }
  
  .arrowsvg {
    scale: 2;
  }
  
  .Lmis {
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 120vh;
    width: 100vw;
    font-size: 10vw;
    letter-spacing: 3.5px;
    font-weight: 500;
    text-align: center;
  }

  .percentdiv {
    position: absolute;
    width: 70vw;
    left: 15vw;
    top: 120vh;
    height: 50vh;
    /* background-color: blue; */
    margin-top: 2vh;
  }
  
  .wu {
    font-family: "Roboto", sans-serif;
    font-size: 6vw;
    letter-spacing: 3.5px;
    font-weight: 200;
    position: absolute;
    top: -50px;
    left: 0;
    margin-top: 0px;
  }
  
  .percent {
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 0vh;
    margin-top: 0;
    font-size: 35vw;
    letter-spacing: 3.5px;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(
      0deg,
      rgba(135, 32, 149, 0.7) 0%,
      rgba(47, 51, 138, 0.6) 100%
    );
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .otpa {
    font-family: "Roboto", sans-serif;
    font-size: 6vw;
    letter-spacing: 3.5px;
    font-weight: 200;
    position: absolute;
    right: 0px;
    bottom: -20vh;
    margin: 0;
    width: 75vw;
    text-align: end;
  }

  .percentdiv {
    position: absolute;
    width: 70vw;
    left: 15vw;
    top: 120vh;
    height: 50vh;
    /* background-color: blue; */
    margin-top: 2vh;
  }
  
  .pct {
    right: -8vw;
  }
  
  .number {
    left: -8vw;
  }

  .Lsyw {
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 130vh;
  
    width: 100vw;
    font-size: 6vw;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-align: center;
    opacity: 0;
  }
  
  .wecou {
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 130vh;
  
    width: 100vw;
    font-size: 6vw;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-align: center;
    opacity: 0;
  }
  
  .Bywc {
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 130vh;
  
    width: 100vw;
    font-size: 6vw;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-align: center;
    opacity: 0;
  }

  .dreidanimation_position {
    position: absolute;
    left: 0vw;
    top: 150vh;
    width: 100vw;
    height: 280vw;
    display: flex;
    align-items: top;
    justify-content: center;
    background-color: transparent;
    z-index: 1;
  }
  
  .dreidanimation {
    background-color: white;
    box-shadow: 0px 0px 19px 3px rgb(213, 213, 213);
    width: 95vw;
    height: 280vw;
    border-radius: 30px;
    position: absolute;
  }









  
.layer3d {
  height: 132.5vw;
  width: 85vw;
  border-radius: 30px;
  position: absolute;
  opacity: 0;
  top: 142.5vw;
  left: 5vw;
  background-color: rgba(0, 0, 0, 0.822);
  z-index: 12;
  display: none;
}

.moredetails {
  position: absolute;
  top: 210px;
  left: 100px;
  color: white;
  font-family: roboto;
  width: 170px;
  height: 75px;
  padding-top: 35px;
  text-align: center;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.23);
  display: none;
}

.animation360 {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10vw;
  right: 10vw;
}

.displaybox {
  width: 400px;
  height: 500px;
  background-color: rgb(0, 0, 0);
  border-radius: 25px;
  position: absolute;
  top: 90px;
  right: -40px;
  opacity: 0;
}

.loopbox {
  width: 400px;
  height: 500px;
  background-color: rgb(0, 0, 0);
  border-radius: 25px;
  position: absolute;
  top: 90px;
  right: 40px;
  opacity: 0;
}

.checkout3d {
  position: absolute;
  top: 210px;
  left: 100px;
  color: white;
  font-family: roboto;
  width: 170px;
  height: 75px;
  padding-top: 35px;
  text-align: center;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.23);
}

.timer {
  position: absolute;
  right: 40px;
  bottom: 25px;
  color: white;
  font-family: roboto;
}








.logomini {
  position: absolute;
  top: 30px;

  width: 45px;
  height: 45px;
  opacity: 0;
}

.Ourwatch {
  font-size: 125px;
  position: absolute;
  margin: 0;
  top: 90px;
  left: 0px;
  font-family: Playfair Display;
  width: 100%;
  text-align: center;
  opacity: 0;
}

.NLA {
  position: absolute;
  top: 210px;
  left: 0px;
  font-size: 45px;
  font-family: roboto;
  font-weight: 300;
  width: 100%;
  text-align: center;
  opacity: 0;
}

.watchimg1 {
  position: absolute;
  top: 15px;
  right: 30px;
  width: 350px;
  height: 350px;
  z-index: 1;
  opacity: 0;
}

.watchimg1div {
  position: absolute;

  width: 85vw;
  height: 63.75vw;
  background-color: rgb(248, 248, 248);
  border-radius: 20px;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  /* display: none; */
  z-index: 1;
}

.watchimg1div:hover > .switchbutton1 {
  background-color: rgb(92, 92, 92);
}

.watchimg2div {
  position: absolute;
  top: 142.5vw;
  left: 5vw;
  background-color: rgb(248, 248, 248);
  border-radius: 20px;
  height: 132.5vw;
  width: 85vw;
  display: flex;
  justify-content: center;
}

.watchimg2 {
  position: absolute;
  left: 110px;
  bottom: -5px;
  width: 500px;
  height: 500px;
  opacity: 0;
}

#threescene {
  width: 85vw;
  height: 85vw;
  background-color: transparent;
  position: absolute;
  bottom: 25px;
  left: 0px;
  cursor: auto;

  /* display: none; */
  /* position: fixed; */
}

.watchimg3 {
  position: absolute;
  bottom: -5px;
  right: 30px;
  width: 350px;
  height: 350px;
  z-index: 1;
}

.watchimg3div {
  position: absolute;

  width: 85vw;
  height: 63.75vw;
  background-color: rgb(248, 248, 248);
  border-radius: 20px;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  /* display: none; */
  z-index: 1;
}

.watchimg3div:hover > .switchbutton2 {
  background-color: rgb(92, 92, 92);
}


.watchimg1div_back {
  background-color: white;
  position: absolute;
  width: 85vw;
  height: 63.75vw;
  border-radius: 20px;
  transform: rotateX(180deg);
  -webkit-backface-visibility: hidden; /* Safari  */
  backface-visibility: hidden;
  z-index: 0;
  
}

.watchimg3div_back {
  background-color: white;
  position: absolute;
  width: 85vw;
  height: 63.75vw;
  border-radius: 20px;
  transform: rotateX(180deg);
  -webkit-backface-visibility: hidden; /* Safari  */
  backface-visibility: hidden;
  z-index: 0;
}

.watchimg3div_back:hover > .switchbuttonback2 {
  background-color: rgb(92, 92, 92);
}

.watchimg1div_back:hover > .switchhbuttonback1 {
  background-color: rgb(92, 92, 92);
}

.watchimg3divinner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgb(248, 248, 248);
  z-index: 1;
  border-radius: 20px;
  /* transition: transform 0.8s; */
  transform-style: preserve-3d;
  cursor: pointer;
}

.watchimg3divouter {
  background-color: transparent;
  position: absolute;
  z-index: 2;
  top: 73.75vw;
  left: 5vw;
  width: 85vw;
  height: 63.75vw;
  perspective: 1000px;
}

.watchimg1divinner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgb(248, 248, 248);
  z-index: 1;
  border-radius: 20px;
  /* transition: transform 0.8s; */
  transform-style: preserve-3d;
  cursor: pointer;
}

.watchimg1divouter {
  background-color: transparent;
  position: absolute;
  z-index: 2;
  top: 5vw;
  left: 5vw;
  width: 85vw;
  height: 63.75vw;
  perspective: 1000px;
  /* scale: 0.8; */
}







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

.menu_sec2:hover > .menu_sec2_svg {
  transform: rotate(0deg);
}

.menu_sec2:hover {
  background-color: #1d1d1d;
  color: white;
  border: #1d1d1d 2px solid;
}

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

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

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

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

.menu_sec2_text {
  display: none;
}

.logomini{
  display: none;
}

.Ourwatch {
  font-size: 85px;
  position: absolute;
  margin: 0;
  top: 20px;
  left: 0px;
  font-family: Playfair Display;
  width: 100%;
  text-align: center;
  opacity: 0;
}

.NLA {
  position: absolute;
  top: 210px;
  left: 0px;
  font-size: 35px;
  font-family: roboto;
  font-weight: 300;
  width: 100%;
  text-align: center;
  opacity: 0;
}




.dragchange {
  width: 250px;
  height: 60px;

  background-color: rgb(224, 224, 224);
  border-radius: 40px;
  position: absolute;
  /* bottom: -100px; */
  bottom: -200px;
  right: calc((95vw - 250px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12;
  opacity: 0;
}

.dragchange2D {
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: -60px;
  font-weight: 600;
  font-size: 25px;
}

.dragchange3D {
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: -60px;
  font-weight: 600;
  font-size: 25px;
}

.whitegap{
  display: none;
}



.completeproject {
  font-family: "Roboto", sans-serif;
  font-size: 7vw;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-align: center;
}



.introstore_left {
  width: 90vw;
  height: 90vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0, 0, 0, 0.27);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10.7px);
  -webkit-backdrop-filter: blur(10.7px);
  border: 1px solid rgba(0, 0, 0, 1);
}

.clickboard {
  font-size: 25px;
  width: 45vw;
  font-family: Roboto;
  font-weight: 300;
  position: absolute;
  top: 45vw;
  left: 0vw;
  color: white;
  text-align: center;
}

.scrollstore {
  font-size: 25px;
  width: 45vw;
  font-family: Roboto;
  font-weight: 300;
  position: absolute;
  top: 45vw;
  right: 0px;
  color: white;
  text-align: center;
}

.introstore_scroll{
  position: absolute !important;
  right: -100px !important;
  top: -100px !important;
}

.introstore_click{
  position: absolute !important;
  left: -100px !important;
  top: -100px !important;
}


.SEO_text {
  scale: 0.7;
}

.Statistics_text {
  scale: 0.7;
}

.getincontact {
  top: 100px;
  font-size: 55px;
}

.contactblack{
  top: 200px;
  font-size: 25px;
}

.menuleft {
 
  font-size: 20px;
}

.menuright {
  font-size: 30px;
}

.activemenu{
  font-size: 30px;
}

.contact{
  font-size: 14px;
}

.watchimg3 {
  width: 75vw;
  height: 75vw;
  position: absolute;
bottom: -5.625vw;
right: 5vw;
}

.watchimg1 {
  width: 75vw;
  height: 75vw;
  position: absolute;
  top: -5.625vw;
  right: 5vw;
}

.watchmenu{
  display: none;
}
.displaybox{
  display: none;
}
.loopbox{
  display: none;
}


}

@media screen and (max-width: 480px){
  



  #threescene {
    width: 85vw;
    height: 85vw;
    background-color: transparent;
    position: absolute;
    bottom: 25px;
    left: 0px;
    cursor: auto;
  
    /* display: none; */
    /* position: fixed; */
  }
  .watchmenu{
    display: none;
  }
  .displaybox{
    display: none;
  }
  .loopbox{
    display: none;
  }
  .Ourwatch{
    font-size: 60px;
    top: 0px;
  }
  .wwd {
    font-size: 25vw;
  }

  .wwd_p {
    
    top: 40vh;
    left: 5vw;
    font-size: 3.5vw;
    letter-spacing: 3.5px;
    width: 35vw;
  }
  
  .wwd_p2 {
    left: 43vw;
    top: 67vh;
    font-size: 3.5vw;
    letter-spacing: 3.5px;
    width: 45vw;
  }

  .arrowsvg {
    scale: 2.2;
  }
  
  .Lmis {
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 120vh;
    width: 100vw;
    font-size: 13vw;
    letter-spacing: 3.5px;
    font-weight: 500;
    text-align: center;
  }


  .wu {
    font-family: "Roboto", sans-serif;
    font-size: 7vw;
    letter-spacing: 3.5px;
    font-weight: 200;
    position: absolute;
    top: -50px;
    left: 0;
    margin-top: 0px;
  }
  
  .percent {
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 0vh;
    margin-top: 0;
    font-size: 38vw;
    letter-spacing: 3.5px;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(
      0deg,
      rgba(135, 32, 149, 0.7) 0%,
      rgba(47, 51, 138, 0.6) 100%
    );
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .otpa {
    font-family: "Roboto", sans-serif;
    font-size: 7vw;
    letter-spacing: 3.5px;
    font-weight: 200;
    position: absolute;
    right: 0px;
    bottom: -20vh;
    margin: 0;
    width: 80vw;
    text-align: end;
  }

  .pct {
    right: -12vw;
  }
  
  .number {
    left: -12vw;
  }

  
  .Lsyw {
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 130vh;
  
    width: 100vw;
    font-size: 7vw;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-align: center;
    opacity: 0;
  }
  
  .wecou {
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 130vh;
  
    width: 100vw;
    font-size: 7vw;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-align: center;
    opacity: 0;
  }
  
  .Bywc {
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 130vh;
  
    width: 100vw;
    font-size: 7vw;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-align: center;
    opacity: 0;
  }

.Storytelling{
  font-size: 22px;
}

  .Storytelling_p {
    font-size: 2.7vw;
  }

  .Bevisible_p{
    font-size: 2.7vw;
  }
  .Bevisible{
    font-size: 22px;
  }

  .NLA{
    font-size: 27px;
    top: 0px;
  }

  .introstore_scroll{
    position: absolute !important;
    right: -150px !important;
    top: -150px !important;
  }
  
  .introstore_click{
    position: absolute !important;
    left: -150px !important;
    top: -150px !important;
  }

  .introstore_left {
    height: 110vw;

  }

  .SEO_text {
    scale: 0.55;
  }
  
  .Statistics_text {
    scale: 0.55;
  }

  .menuleft {
 
    font-size: 15px;
  }
  
  .menuright {
    font-size: 25px;
  }
  
  .activemenu{
    font-size: 25px;
  }

  .clickboard{
    font-size: 20px;
  }
  .scrollstore{
    font-size: 20px;
  }
}