* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gilroy';
}
@font-face {
  font-family: 'MonumentExtended-Regular';
  src: url('fonts/MonumentExtended-Regular.otf') format('opentype');
}
html, body {
    height: 100%;
    width: 100%;
        background-color: #F8F8F8;

}

#main {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0.1px;
}
#nav{
    height: 10vh;
    width: 100%;
     margin-top: 20px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#nav h3{
    display: none;
}
#nav h1{
     height: 100%;
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
     font-family: 'MonumentExtended-Regular';
     letter-spacing: -1px;
     position: relative;

}

#nav h1::after{
    content: "©";
    font-family: gilroy;
    font-weight: 300;
    font-size: 16px;
    position: absolute;
    top:22%;
    right: 17%;
}
#nav h1::before{
    content: "model management";
    font-family: gilroy;
    font-weight: 300;
    font-size: 10px;
    position: absolute;
    bottom:14%;
    right: 23%;
    letter-spacing: 0.1px;
    color: #666;
}
#nav h2{
     height: 100%;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #000;
    font-size: 1rem;
    font-weight: 500;
 }
#nav h2:nth-last-child(1){
    width: 10%;
}

#nav h2:nth-last-child(2){
    width: 29%;
}
#center{
    height: 90%;
    width: 100%;
    padding: 4vw;
    position: relative;
}
#content{
    height: 100%;
    width: 100%; 
    position: relative;

}
#content video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 #overlay{
    height: 55%;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 3vw;
    color: #fff;

}
#over1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2vw;
}
#over1 h1{
    font-size: 3vw;
    font-family: 'MonumentExtended-Regular';
}
#over1 h2{
    font-size: 1vw;
    padding:1.5vw 1.8vw;
     border-radius: 50%;
     border: 1px solid #fff;
    border-bottom: 2px solid #fff;

 }
#over2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #fff;
    padding: 1.5vw 0;
 }
 #over2 h4{
    font-size: 1.3vw;
    font-weight: 300;
 }
 #over2 img{
    height: 3vw;
 }

 #scroll{
    height: 40vh;
    width: 100%;
    /* background-color: red; */
    /* display: flex; */
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;

 }
#scroll img{
    /* display: none;  */
    border-radius: 50%;
    height: 95%;
    width: 14%;
    object-fit: cover;
    object-position: top;
    margin: 1.3vw;
}
#container{
    height: 100%;
    width: 100%;
    /* background-color: blue; */
    display: inline-block;
    padding: 2vw;
    animation-name: anime;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

}

@keyframes anime{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}

#alphabet{
    height: 12vh;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.1vw;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-top: 20px;
}
#alphabet h5{
    font-size: 1.7vw;
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
    border-bottom: 2px solid #000;
    letter-spacing: 4px;
    margin-right: 2vw;
}
#alphabet h6{
    font-size: 1vw;
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
     letter-spacing: 4px;
     /* background-color: yellow; */
     padding: 0.4vw 0.6vw ;
     border-radius: 50%;
     border: 1px solid #00000000;
     transition: all 0.3s ease;
     cursor: pointer;
}

#alphabet h6:hover{
         border: 1px solid #000000;

}
#page2{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:  3vw 5vw;
    gap: 2vw;
}
#page2-part1{
    height: 100%; 
    width: 100%;
    /* background-color: red; */
}
#page2-part2{
    height: 100%;
    width: 100%; 
    /* background-color: yellow; */

}
#page2-part1 img{
    height: 100%; 
    width: 100%;
    object-fit: cover;
    object-position: center;
} 
 #page2-part2 img{
    height: 70%; 
    width: 100%;
    object-fit: cover;
        object-position: center;

 }
 .text{
    display: flex;
    justify-content: space-between;
    gap: 3vw;
    margin-top: 1.8vw;
 }
 .text h1{
    font-size: 1.4vw;
   }
  .text h3{
    font-size: 1vw;
    font-weight: 100;
   }
   #page3{
    height: 100%;
    width: 100%; 
    position: relative;
    padding: 5vw;
   }

   #page3>h1{
    text-align: center;
    font-family: 'MonumentExtended-Regular';
    text-transform: uppercase;
    font-size: 3vw;
    font-weight: 900;
    margin-bottom: 5vh;
   }
   .elem{
    height: 15vh;
    width: 100%;
    /* background-color: red; */
    border-top: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2vw;
    position: relative;
   }
   .elem:nth-last-child(1){
    border-bottom: 2px solid #000;
   }

   .elem img{
    height: 80px;
    width: 80px;
    object-fit: cover;
    position: absolute;
    border-radius: 50%;
    left: 12%;
    opacity: 0;
    object-position: top;
    transition: all ease 0.7s;
   }
   .elem:hover img{
    opacity: 1;
    left: 24%;
   }
   .elem:hover{
    background-color: #dcdcdc;
   }

   .elem h4{
    font-size: 1.1vw;
    text-transform: uppercase;
    font-weight: 500;
    width: 6%;
    }
    .elem .elem-part2{
         width: 45%;
    }
    .elem-part2 h1{
        font-size: 2.5vw;
        font-weight: 500;

    }
    .elem-part2 h5{
        font-size: 0.8vw;
        font-weight: 600;
        text-transform: uppercase;
    }

    #page4{
         
    width: 100%; 
  position: relative;
  padding: 5vw;
  display: flex;
  flex-direction: column;
  gap: 3vw; 
    }
  #page4-part1 {
  height: 60%; 
  display: flex;
  align-items: flex-start;    
  justify-content: space-between;
  gap: 2vw;
}
    #page4-part1 .part1 {
    height: 100vh;
    width: 70%;
    object-fit: cover;
    object-position: top;
    }  
   #page4-part1 .text1{ 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 2vw;
   }
   
     #page4-part1 .text1 img{
        width: 50%; 
    }
     #page4-part1 .text1 h3{
        width: 80%;
        font-size: 1.4vw;
      }
        
     .part2 {
        width: 100%;
        height: 70vh;
        object-fit: cover;
        object-position: center;
      }
#marquee{
     width: 100%;
     white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 1.3vw;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
#marquee h1{
    font-size: 3vw;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 100;
    -webkit-text-stroke: 2px black;
    color: transparent;
    font-family: 'MonumentExtended-Regular';
     margin-right: 16px;
     letter-spacing: 2px;
     animation-name: move;
      animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#blog{
    width: 100%;
    display: flex;
    align-items: flex-start; 
    justify-content: space-between;
    padding: 5vw;
    gap: 2.5vw;
}
#blog h1{
        text-align: center;
    font-family: 'MonumentExtended-Regular';
    text-transform: uppercase;
    font-size: 3vw;
    font-weight: 900;
    margin-bottom: 5vh;
    padding-top: 3vw;
}
#blog-part1,#blog-part2{
    padding: 3vw;
}

#blog-part1 img, #blog-part2 img  {
     width: 100%;            
        height: 40vh;       
        object-fit: cover;
        object-position: top;
        margin-top: 1.2vw;
}
#blog p{
    font-size: 1.1vw;
    font-weight: 300; 
}
#footer {
  display: flex;
  height: 20vh;
  width: 100%;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

#footer h1 {
  height: auto;
  width: 18%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-family: 'MonumentExtended-Regular';
  letter-spacing: -1px;
  position: relative;
}

#footer h1::after {
  content: "©";
  font-family: gilroy;
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  top: 35%;
  right: 19%;
}

#footer h1::before {
  content: "model management";
  font-family: gilroy;
  font-weight: 300;
  font-size: 10px;
  position: absolute;
  bottom: 32%;
  right: 23%;
  letter-spacing: 0.1px;
  color: #666;
}

#footer h2 {
  height: auto;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #000;
  font-size: 1rem;
  font-weight: 500;
}

.footer-right {
  width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1vw 1.5vw;
}
/* 
.footer-right .top {
  height: 50%;
  border-bottom: 2px solid black;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
} */

.footer-right .bottom {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5vw;
}

.footer-right .icons i {
  margin-right: 10px;
  font-size: 1.2vw;
}

@keyframes move{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(calc(-100% - 20px));
    }
}

  @media(max-width: 1024px){
        #nav h2{
            width: 25%;
        }
        #nav h2:nth-last-child(2){
            width: 15%;
        }
        #nav h1{
            width: 22%;
        }
        

        #nav h1::after{ 
            top:30%;
            right: 17%;
        }
        #nav h1::before{ 
            bottom:32%;
            right: 23%; 
        }
        #scroll img{
            width: 15%;
            height: 75%;
        }
        #container{
            width: 120%;
        }
        #scroll{
            height: 20vh;
        }
        .text{
            flex-direction: column;
            gap: 4vw;
        }
        .text h1{
            font-size: 2.5vw;
        }
        .text h3{
            font-size: 1.8vw;
        }
        .elem h4{
            font-size: 2.5vw;
        }
        .elem-part2 h5{
            font-size: 1.5vw;
        }
        #page3{
            height: auto;
        }
        #page4-part1 .part1{
            height: 40vh;
        }
        .part2{
            height: 20vh;
        }
        #overlay{
            height: 25%;
        }
            }

@media(max-width: 900px) {
        html,body{
    overflow-x: hidden;
}

        #nav{
    height: 8vh;
    padding: 0 5vw;
   
}

#nav h1{
     width: 30%;
     justify-content: flex-start;
    font-size: 20px;

}

#nav h1::after{ 
    display: none;
}
#nav h1::before{
      display: none;
}
#nav h3{
    display: block;
}
#nav h2{
    display: none;
}

#center{
    height: 50%;
    width: 100%;
    padding: 4vw;
    position: relative;
} 
 #overlay{
    height: fit-content;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 3vw;
    color: #fff;

}
#over1 h1{
    font-size: 5vw;
}
#over1 h2{
    font-size: 2vw;
    padding:3vw 3.8vw;

 }
 #over2 h4{
    font-size: 3vw;
 }
 #over2 img{
    height: 5vw;
 }

 #scroll{
    height: 25vh;
    width: 100%;  

 }
#scroll img{
    /* display: none;  */
    border-radius: 50%;
    height: 75%;
    width: 14%; 
} 

         
#alphabet{
    height: 8vh;
   gap: 0.8vw;
}

 .text{
    display: flex;
    flex-direction: column; 
    gap: 3vw;
    margin-top: 1.8vw;
 }
 .text h1{
    font-size: 3.3vw;
   }
  .text h3{
    font-size: 1.8vw; 
   }
   .elem-part2 h5{
    font-size: 1.5vw;
   }
   .elem{
    height: 10vh;

   } 
  
    }

   
@media(max-width: 768px) {
        html,body{
    overflow-x: hidden;
}

        #nav{
    height: 8vh;
    padding: 0 5vw;
   
}

#nav h1{
     width: 30%;
     justify-content: flex-start;
    font-size: 16px;

}

#nav h1::after{ 
    display: none;
}
#nav h1::before{
      display: none;
}
#nav h3{
    display: block;
}
#nav h2{
    display: none;
}

#center{
    height: 50%;
    width: 100%;
    padding: 4vw;
    position: relative;
} 
 #overlay{
    height: fit-content;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 3vw;
    color: #fff;

}
#over1 h1{
    font-size: 5vw;
}
#over1 h2{
    font-size: 2vw;
    padding:3vw 3.8vw;

 }
 #over2 h4{
    font-size: 3vw;
 }
 #over2 img{
    height: 5vw;
 }
#scroll{
    height: 20vh;
    width: 100%;  

 }
#scroll img{
    /* display: none;  */
    border-radius: 50%;
    height: 75%;
    width: 15%; 
} 


         
#alphabet{
    height: 8vh;
   gap: 0.8vw;
}

 .text{
    display: flex;
    flex-direction: column; 
    gap: 3vw;
    margin-top: 1.8vw;
 }
 .text h1{
    font-size: 3.3vw;
   }
  .text h3{
    font-size: 2.4vw; 
   }
   
   .elem{
    height: 10vh;

   } 
   
 #page3{
    height: fit-content;
    width: 100%; 
    position: relative;
    padding: 5vw;
   }

   .elem h4{
    font-size: 2vw;
    text-transform: uppercase;
    font-weight: 300;
    width: 6%;
    }
    #marquee{
        margin-top: 10px;
    }
    #page4-part1{
        flex-direction: column-reverse;
        align-items: center;
    }
    #page4-part1 .part1{
        width: 100%;
        height: 50vh;
    }
    #page4-part1 .text1 img{
        display: none;
    }
    #page4-part1 .text1 h3{
        font-size: 2.5vw;
        text-align: center;
        width: 100%;
    }
    .part2{
        height: 20vh;
    }
    #blog p{
    font-size: 1.5vw;
    } 

#footer h1{
     width: 30%;
     justify-content: flex-start;
    font-size: 16px;
    padding: 1vw 1.5vw;

}
#footer{
    height: 10vh;
}
#footer h1::after{ 
    display: none;
}
#footer h1::before{
      display: none;
}
#footer h3{
    display: block;
}
#footer h2{
    display: none;
}
.footer-right{
    width: 70%;
}
.footer-right .icons i{
    font-size: 2vw;
}
.bottom p{
    font-size: 2vw;
}
    }
@media(max-width: 514px){
#scroll{
    height: 20vh;
    width: 100%;  

 }
#scroll img{
    /* display: none;  */
    border-radius: 50%;
    height: 65%;
    width: 15%; 
} 
#container{
    width: 160%;
}
}