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

html,head{
  width: 100%;
  height:100%;
}
.body{
  background-color: #D5CEA3;
}
.page1{
  min-height: 130vh;
  width: 100vw;
  position: relative;
  margin-top: 100px;

}

.page1 h1{
  padding: 20px;
  font-size: 15.8vh;
  font-family:futura;
  padding-left: 2vw;
  text-transform: uppercase;

}

.page1 h1::selection{
  background-color: black;
  color: white;
}

#video-container{
position: relative;
height: 100vh;
width: 100%;
}

#video-container video{

  height: 100%;
  width: 100%;
  object-fit: cover;
  }

#video-container #play{
color:  white;
border-radius: 50%;
position: fixed;
background-color:black;
padding: 15px;
opacity: 0;
scale: 0;
font-family: futura;
} 

#page2{
 min-height: 120vh;
  width: 100%;
  display: flex;
  position: relative;
  padding: 4vw 2vw;
  align-items: center;
  justify-content: space-between;
}

.ele1,.ele2,.ele3{

margin-top: 30px;
width: 30%;
height: 100% ;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;

}

.ele1 img{
  height: 100%;
  width: 100%;
object-fit: cover;
display: flex;
}
.ele2 img{
  height: 100%;
  width: 100%;
object-fit: cover;
}
.ele3 img{
  height: 100%;
  width: 100%;
object-fit: cover;
}


  .det{
  height: 60px;
  width: 7vw;
  border-radius: 50px;
  background-color: palegoldenrod;
  z-index: 10;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%,-50%);
}

.det2{
  height: 20px;
  width: 50px;
  background-color: palegoldenrod;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
}

.det3{
  height: 20px;
  width: 50px;
  background-color: palegoldenrod;
  
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
}

#page3{
  min-height: 120vh; 
width: 100%;
display: flex;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;

}
.child{
  height: 55vh;
  width: 40vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.child img{
  height: 100%;
  width: 100%; 
}
 
#cursor{
  display: flex;
height: 100px;
width: 100px;
background-color:skyblue;
border-radius: 50%;
position: fixed;
transform: translate(-50%,-50%) scale(0) ;
}

#page4{
  min-height: 120vh;
   width: 100%;
   display: flex;
   position: relative;
   background-color: #D5CEA3;
   padding: 4vw 2vw;
   align-items: center;
   justify-content: space-between;
 }
.bar1{
  height: 80px;
  width: 96%;
  display: flex;
  position: absolute;
  top: 10px;
  border: 2px solid black;
  background-color: white;
  background-image: url("nav-logo.jpeg");
  background-size: cover;
}


