/* Boiler plate Start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
}

html,
body {
  height: 100%;
  width: 100%;
}

/* Boiler plate End */

/* @font-face {
  font-family: "a";
  src: url(../Media/font/1.ttf);
}
@font-face {
  font-family: "2";
  src: url(../Media/font/2.ttf);
}
@font-face {
  font-family: "a";
  src: url(../Media/font/1.ttf);
} */
.cursor {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: fixed;
  background-color: #ffffff;
  z-index: 8;
  transition: background-image ease 0.5s;
  background-position: center;
  background-size: cover;
  mix-blend-mode: difference;
}

.main {
  background-color: black;
  overflow-y: scroll;
  height: 100vh;
  /* cursor: none; */
}

/* Page 1 Start  */

.page1 {
  width: 100%;
  min-height: 100vh;
  padding: 2vw 2vw 2vw 2vw;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

#nav{
  background-color: rgb(0, 0, 0);
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: fixed;
  mix-blend-mode: difference;
  z-index: 99;
  padding: 2vw 2vw 2vw 2vw;

}

#nav img {
  width: 60px;
  height: 50px;
  object-fit: contain;
}

#nav-part2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

#nav #circle {
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background-color: #fff;
}

#nav h4 {
  font-size: 1vw;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

#nav h4:nth-child(1) {
  text-decoration: underline;
}

#purple{
  height: 100vh;
  width: 100%;
  top: 0;
  position: fixed;
  background-color: #143019;
  z-index: 10;
  opacity: 0;
  display: none;
  transition: all ease 1s;

}


#purple h2 {
  color: white;
  font-size: 8vw;
  font-weight: 300;
  margin-left: 26vw;
  padding-top: 40vh;
  /* padding-left: 8vw; */
  
}


.page1 h1 {
  color: white;
  font-size: 8vw;
  font-weight: 300;
  font-family: PP mori;
  margin-top: 12vw;
  margin-left: 6vw;
}
.page1 h2 {
  color: white;
  font-size: 8vw;
  font-weight: 300;
  margin-left: 26vw;
}

.page1 video {
  width: 60%;
  margin-top: 10vw;
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
}

.page2 {
  width: 100%;
  min-height: 90vh;
  /* background-color: rgb(0, 0, 0); */
  padding: 2vw 2vw 2vw 2vw;
  position: relative;
  z-index: 9;
  display: flex;

  justify-content: center;
  flex-direction: column;
}

.page2 h1 {
  font-size: 8vw;
  font-weight: 300;
  color: #111;
}

.page2-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60vh;
  width: 100%;
}

.page2-left {
  width: 38%;
}
.page2-right {
  width: 40%;
}
.page2-left h2 {
  color: #111;
  font-size: 4vw;
  font-weight: 300;
}

.page2-right p {
  font-size: 1.5vw;
  color: #111;
}

.page2-right button {
  font-size: 1vw;
  width: 100%;
  height: 4vw;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border: none;
  border-radius: 50px;
  margin-top: 2vw;
}

.page3 {
  padding: 6vw 2vw 0vw 2vw;
  position: relative;
  z-index: 9;
  border-top: solid 3px #111;
  /* border-bottom: solid 3px #ffffff; */
}
.page3-part1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 5vw;
}

.page3 h1 {
  font-family: pp mori;
  color: #ffffff;
  font-size: 8vw;
  font-weight: 300;
}

.page3 img {
  padding-top: 10vw;
  height: 40vw;
  object-fit: cover;
}

.page4 {
  width: 100%;
  min-height: 100vh;
  padding: 2vw 2vw 2vw 2vw;
  position: relative;
  z-index: 9;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}

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

.text-div {
  height: 6vw;
  overflow: hidden;
}

.elem h1 {
  font-size: 5vw;
  color: #ffffff;
  transition: all ease-out 0.5s;
}

.elem img {
  position: absolute;
  opacity: 0;
  transition: all ease-out 0.5s;
  transform: translateY(10%) rotate(2deg);
}

.elem img:nth-child(1) {
  left: 10%;
}
.elem img:nth-child(3) {
  right: 10%;
}

.elem:hover h1 {
  transform: translateY(-100%);
  color: rgb(8, 135, 253);
}

.elem:hover img {
  opacity: 1;
  transform: translateY(0%) rotate(0deg);
}

.page5 {
  width: 100%;
  min-height: 100vh;
  padding: 2vw 2vw 2vw 2vw;
  position: relative;
  z-index: 9;
}

.box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5vw;
  padding: 0vw 1vw 0vw 1vw;
  border-top: 0.1vw solid #fff;
}
.box:nth-last-child(1) {
  border-bottom: 0.1vw solid #fff;
}

.page5 h2 {
  font-size: 6vw;
  text-transform: uppercase;
  padding-bottom: 2vw;
}
.box h3 {
}
.box h4 {
}
