* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "freight big pro";
}

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

.loader{
  height: 100vh;
  width: 100vw;
  background-color:black;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  color: white;
  z-index: 99;
}

.loader h1 {
  font-size: 6.2vw;
  font-weight: 100;
  line-height: 6vw;
  letter-spacing: -3px;
  position: relative;
  z-index: 9;
}

.loader video{
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 7;
}

.yellow{
  height: 100vh;
  width: 100vw;
  background-color:  #f5e41b;
  position: absolute;
  z-index: 11;
}
.yellow1{
  height: 100vh;
  width: 100vw;
  background-color:  #f5e41b;
  position: absolute;
  z-index: 9;
}
.page1 {
  height: 100vh;
  width: 100vw;
  background-color: #f5e41b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page1 h1 {
  font-size: 6.2vw;
  font-weight: 100;
  line-height: 6vw;
  letter-spacing: -3px;
}

.page2 {
  height: 100vh;
  width: 100vw;
  background-color: black;
}

.page3 {
  height: 100vh;
  width: 100vw;
  background-color: white;
}
