*{
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}

  html,body{
     width: 100%;
     height: 100%;
 }
 
 #main{
     width: 100%;
     min-height: 100vh;
 }
 #circlemain{
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    height: 60vw;
    width: 60vw;
    border-radius: 50%;
    border: solid 2px rgb(73, 71, 71);
 }
 #nsaid{
    font-family: "Bigilla";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 5vw;
    width: 5vw;
    color: rgb(255, 209, 196);
    border-radius: 50%;
    border: solid 2px orangered;
    top: 50%;
    right: 6%;
    transform: translate(0%,-50%);
    z-index: 999999;
 }
 #nsaid h3{
  font-size: 2vw;
 }
 #home{
   position: relative;
     width: 100%;
     min-height: 100vh;
     background-color: rgb(51, 55, 51);
 }
 .overlay{
   position: absolute;
   height: 100%;
   width: 100%;
   background-color: rgb(25, 1, 1, 0.5);
 }
 #controller{
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }
 
 #circle{
     width: 25vw;
     height: 25vw;
     border-radius: 50%;
     background-image: url(https://images.unsplash.com/photo-1593940256067-fb4acd831804?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=388&q=80);
     background-size: cover;
     background-position: bottom;
 }
 
 #text{
     text-align: center;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }
 
 #text h1{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bigilla";
  text-transform: uppercase;
  font-weight: 100;
  line-height: 7vw;
  color: rgb(255, 209, 196);
  font-size: 12vw;
 }
 #text h1::first-letter{
  color: red;
  transform: scale(2);
 }
 #text span{
  display: inline-block;
 }
 #nav{
     position: relative;
     display: flex;
     justify-content: space-between;
     width: 100%;
     height: 80px;
     /* background-color: red; */
     padding: 1vw 5vw;
 }
 #nleft{
     display: flex;
     align-items: center;
     gap: 4vw;
 }
 #nleft a{
    color: rgb(255, 209, 196);
    font-size: 1.4vw;
 }
 #nright{
    display: flex;
    align-items: center;
    gap: 4vw;
 }
 #nright a{
    font-size: 1.4vw;
    color: rgb(255, 209, 196);
 } 
 #ncenter{
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }
 #ncenter a{
    text-decoration: none;
    color: orangered;
    font-size: 2vw;
 }
 #nbottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translate(-50%,0);
    height: 16%;
    width: 45%;
    /* background-color: rgb(97, 85, 85); */
    color: orangered;
 }
 .nbtmpart{
    text-align: center;
 }
 .nbtmpart h4{
   font-family: "bigilla";
   font-size: 4.5vw;
   color: red;
   line-height: 1vw;
 }
 .nbtmpart a{
   font-family: "bigilla";
   font-size: 1vw;
   line-height: 2vw;
   color: rgb(255, 209, 196);
 }
 .navpart a{
  display: inline-block;
 }
 #second{
   position: relative;
   overflow: hidden;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   min-height: 100vh;
   background-color: rgb(51, 55, 51);
 
 }
 #photoseries{
   white-space: nowrap;
   overflow-y: hidden;
   overflow-x: auto;
   width: 100%;
   display: flex;
   opacity: auto;
   gap: 50px;
   /* background-color: red; */
   /* transform: translateX(100%); */
 }
 #photoseries .photo{
   z-index: 9999;
   width: 27vw;
   height: 37vw;
   flex-shrink: 0;
   background-color: rgb(71, 70, 70);
 }
 .photo img{
  height: 100%;
  width: 100%;
 }
 #photoseries::-webkit-scrollbar{
   display: none;
 }
 #second h1{
   -webkit-text-stroke-width: 0.02vw;
   -webkit-text-stroke-color: red;
    text-transform: uppercase;
    z-index: 99999;
    position: absolute;
    font-size: 4vw;
    font-family: "bigilla";
    font-weight: 900;
    white-space: nowrap;
    color: rgb(255, 209, 196);
    /* animation: abcd 17s linear infinite both; */
 }
 #third{
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  background-color: #dadadd;
 }
 .stripe{
  cursor: pointer;
  position: absolute;
  width: 4%;
  height: 100%;
  background-color: rgb(216, 124, 49);
 }
 .stripe i{
  font-size: 1.5vw;
 }
 .stripe:nth-child(2){
  right: 12%;
  background-color: rgb(56, 214, 140);
 }
 .stripe:nth-child(3){
  right: 8%;
  background-color: rgb(225, 108, 151);
 }
 .stripe:nth-child(4){
  right: 4%;
  background-color: rgb(235, 192, 0);
 }
 .stripe h4{
  white-space: nowrap;
  font-family: "Gilroy";
  text-transform: uppercase;
  position: absolute;
  bottom: 10%;
  left: 30px;
  font-size: 1vw;
  transform:  rotate(-90deg);
  transform-origin: 0% 50%;
 }
 .strcnt1, .strcnt2,.strcnt3,.strcnt4{
  pointer-events: none;
  opacity: 0;
 }
 .strcnt{
  font-family: "Gilroy";
  overflow: hidden;
  /* opacity: 1; */
  pointer-events: none;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
 }
 .strcnt h1{
  font-size: 4vw;
  line-height: 4vw;
 }
 .strcnt p{
  font-weight: 600;
  font-size: 1.2vw;
  line-height: 1.4vw;
  width: 50%;
 }
 #tleft{
  position: absolute;
  left: 0%;
  padding: 4vw;
  height: 100%;
  width: 84%;
  background-color: rgb(209, 209, 209);
  
 }
 #third :is(h1,p){
  font-weight: 500;
 }
 #third h1{
  font-size: 5vw;
 }
 #third P{
  width: 30vw;
  margin-top: 2vw;
 }

#fourth{
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-color: rgb(51, 55, 51);
}
#elems{
  position: absolute;
  top: 50%;
  left: 10%;
  width: 30%;
  min-height: 70vh;
  transform: translate(0%,-50%);
  /* background-color: red; */
}
.elem{
  position: relative;
  margin-bottom: 2vw;
  opacity: .4;
  /* background-color: blue; */
}
.elem h1{
  font-family: "bigilla";
  color: #fff;
  font-weight: 900;
  font-size: 5vw;
}
.elem:hover{
  opacity: 1;
  cursor: pointer;
}
.elem img{
  pointer-events: none;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(0%,-50%);
  transition: all cubic-bezier(0.19 , 1, 0.22, 1) 1s;
  position: absolute;
  height: 40vh;
}




@media(max-width: 500px){
  /* #fullscreennav{
    font-family: "Bigilla";
    position: absolute;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    left: -100%;
    display: flex;
    background-color: rgb(73, 71, 71);
    flex-direction: column;
    justify-content: center;
    font-size: 10vw;
    padding-left: 30px;
    z-index: 999999;
    position: fixed;
    width: 100%;
    height: 100vh;
  }
  #nav i{
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate(0 , -50%);
    color: #fff;
  } */
  #nav .navpart{
    display: none;
  }
  #ncenter a{
    font-size: 8vw;
  }
  #circle{
    width: 45vw;
    height: 45vw;
  }
  #text h1{
    font-size: 20vw;
    line-height: 11vw;
  }
  #nbottom{
    width: 90%;
  }
  .nbtmpart{
    width: 30%;
  }
  .nbtmpart h4{
    font-size: 9vw;
  }
  .nbtmpart a{
    font-size: 4vw;
  }

  #second h1{
    font-size: 15vw;
  }
  #photoseries{
    padding: 0 50px;
  }
  #photoseries .photo{
    width: 70vw;
    height: 120vw;
  }


  #tleft{
    height: 100%;
    padding: 6vw;
  }
  #tleft h1{
    font-size: 12vw;
  }
  #tleft p{
    width: 100%;
    font-size: 6vw;
    margin-top: 10vw;
    line-height: 7vw;
  }
  .stripe{
    height: 6%;
    width: 100%;
  }
  .stripe:nth-child(2){
    width: 100%;
    right: initial;
    left: 0;
    bottom: 18%;
  }
  .stripe:nth-child(3){
    width: 100%;
    right: initial;
    left: 0;
    bottom: 12%;
  }
  .stripe:nth-child(4){
    width: 100%;
    right: initial;
    left: 0;
    bottom: 6%;
  }
  .stripe:nth-child(5){
    width: 100%;
    right: initial;
    left: 0;
    bottom: 0%;
  }
  .stripe h4{
    bottom: initial;
    top: 50%;
    font-size: 3vw;
    transform: translate(0% , -50%);
    transform-origin: initial;
  }


  #fourth{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
  }
  .elem{
    margin-bottom: 20vw;
  }
  .elem h1{
    font-size: 10vw;
  }
  .elem img{
    height: 30vw;
  }
}




 /* @keyframes abcd{
   from{
      transform: translate(0);
   }
   to{
      transform: translate(-100%);
   }
 } */