@font-face {
  font-family: NBI;
  src: url(Asserts/fonts/NBInternationalProBoo.ttf);
}

@font-face {
  font-family: Rejouice;
  src: url(Asserts/fonts/Rejouice-Headline.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: NBI;
}

html,
body {
  height: 100%;
  width: 100%;
  background-color: #faf8f3;
}

#page1 {
  width: 100%;
  height: 100vh;
  position: relative;
}

#page1 video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

#page1-content {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 3vw;
}

nav h3,
h4 {
  font-size: 1.4vw;
  font-weight: 500;
}

#page1-content h1 {
  font-family: Rejouice;
  font-size: 26vw;
  font-weight: 100;
  line-height: 27vw;
}

#page1-content h1 span {
  font-family: Rejouice;
  display: inline-block;
}

#page1 #curser {
  height: 7.5vw;
  width: 7.5vw;
  background-color: #ff5f38;
  border-radius: 50%;
  position: fixed;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}

#page1 #curser h5 {
  font-size: 1.2vw;
  font-weight: 500;
}

#page2 {
  width: 100%;
  height: 100vh;
  padding: 3vw;
  position: relative;
}

#para {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1vw;
  width: 100%;
  overflow: hidden;
}

#page2 #para p {
  font-size: 1.8vw;
  font-weight: 400;
}

#line {
  border: 0.03vw solid #b5b3b3;
  margin-bottom: 1vw;
}

#page2 #info {
  width: 100%;
  overflow-y: hidden;
}

#page2 #info p {
  font-size: 4.1vw;
  font-weight: 500;
  line-height: 5vw;
}

#page3 {
  min-height: 100vh;
  width: 100%;
  padding: 3vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10vw;
}

#page3 h4 {
  font-size: 0.9vw;
  font-weight: 500;
}

#page3 h4 span {
  color: #fff;
  background-color: #000;
  padding: 0.2vw 0.6vw;
  border-radius: 0.8vw;
}

#page3 h2 {
  font-size: 4vw;
  font-weight: 500;
}

#page3 #project {
  height: 75vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15vw;
}

#page3 #project .box {
  width: 32%;
  height: 100%;
  position: relative;
}

#page3 #project .box video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#page3 #project .box img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all linear 0.8s;
}

#page3 #project .box:hover img {
  opacity: 0;
}

#page4 {
  position: relative;
  width: 100%;
  height: 80vh;
  margin-top: -25vw;
  margin-bottom: 5vw;
}

#page4-content {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

#page4 video {
  height: 100%;
  width: 55%;
}

#page4 svg {
  position: absolute;
  height: 70%;
}

#page4 h4 {
  position: absolute;
  color: #fff;
  font-size: 2vw;
  font-weight: 500;
}

#page4 h4 span {
  font-size: 4vw;
  font-weight: 600;
}

#page4 #curser {
  height: 7.5vw;
  width: 7.5vw;
  background-color: #000000;
  border-radius: 50%;
  position: fixed;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}

#page4 #curser h5 {
  color: #fff;
  font-size: 1.2vw;
  font-weight: 500;
}

#page5 {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 3vw;
  overflow-y: auto;
}

#page5 h1 {
  font-family: Rejouice;
  font-size: 10vw;
  font-weight: 100;
}

#page5 h4 {
  margin-top: 20vw;
  text-align: center;
  font-size: 0.9vw;
  font-weight: 500;
}

#page5 h2 {
  text-align: center;
  font-size: 4vw;
  font-weight: 500;
}

#page5 h3 {
  font-size: 1.8vw;
  font-weight: 500;
}

#text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#swiperDiv {
  width: 170%;
  height: 80vh;
  position: relative;
  margin-top: -3%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
}

.swiper-slide img {
  width: 19.8%;
  object-fit: cover;
}

#loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 10px;
}

#loader h3 {
  font-size: 2vw;
  font-weight: 300;
}

#footer {
  width: 100%;
  height: 100vh;
  background-color: #0e0e0e;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 3vw;
  margin-bottom: 2vw;
}

#footer .box {
  width: 100%;
  height: 30%;
}

#box1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#box1 #outside p {
  font-size: 1.7vw;
  font-weight: 500;
}

#box1 #outside button {
  padding: 1vw 1.5vw;
  border-radius: 0.6vw;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  margin-top: 1.5vw;
  font-size: 1.2vw;
  font-weight: 500;
}

#box1 #outside button:hover {
  color: #000;
  background-color: #fff;
  transition: all ease 0.8s;
}

#box1 .inside {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4vw;
}

#box1 .inside #navbar {
  font-size: 1vw;
}

#box1 .inside #social {
  font-size: 1vw;
}

#box2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#box2 p {
  font-size: 1.2vw;
}

#box2 .inside {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4vw;
}

#box2 .inside p {
  font-size: 1.2vw;
}

#box3 h1 {
  font-family: Rejouice;
  font-size: 26vw;
  font-weight: 100;
  line-height: 26vw;
}

#box3 h1 span {
  font-family: Rejouice;
  display: inline-block;
}
