

@font-face {
  font-family: 'Monument';
  src: url('MONUMENTEXTENDED-REGULAR.OTF') format('opentype');
       
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Monument';
  src: url('MONUMENTEXTENDED-ULTRABOLD.OTF') format('opentype');
       
  font-weight: bold;
  font-style: normal;
}

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

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

#main{
    height: 100%;
    width: 100%;
    background-color: #F8F8F8;
    position: relative;
    padding-top: 0.1px;
}
#nav{
    height: 11vh;
    width: 100%;
    /* background-color: red; */
    margin-top: 40px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
#nav h1{
    /* background-color: rgb(204,255,0); */
    height: 100%;
    width: 20%;
    display:flex;
    align-items: center;
    justify-content: center;
    font-family: 'Monument',sans-serif;
    font-size: 2.2vw;
    letter-spacing: -1px;
    position: relative;
}
#nav h1::after{
    content: "©";
    font-family: gilroy;
    font-weight: 400;
    font-size: 1.2vw;
    position: absolute;
    top: 22%;
    right: 15%;
}
#nav h1::before{
    content: "model management";
    font-family: gilroy;
    font-weight: 500;
    /* color: #666; */
    font-size: 0.8vw;
    letter-spacing: 0.1px;
    position: absolute;
    bottom: 22%;
    right: 19%;
}
#nav h2{
    /* background-color: rgb(204,255,0); */
    height: 100%;
    width: 20%;
    display:flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #000;
    font-size: 23px;
    font-weight: 600;
    /* background-color: red; */
}
#nav h2:nth-last-child(2){
    width: 24%;
}

#nav h2:nth-last-child(1){
    width: 16%;
}
#nav h3{
    display: none;
}

#center{
    width: 100%;
    height: 90vh;
    /* background-color: green; */
    padding:4vw;
    padding-bottom: 2.5vw;
    position: relative;
}

#content{
    height: 100%;
    width: 100%;
    /* background-color: blue; */
    position: relative;
}

#content video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#overlay{
    height: 52%;
    width: 100%;
    position: absolute;
    bottom: 0;
    /* background-color: red; */
    padding: 3vw;
    color: #fff;

}

#over1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2vw;

}

#over1 h1{
    font-family: 'Monument',sans-serif;
    font-size: 2vw;
    /* font-weight: 100; */

}

#over1 h2{
    font-size: 1vw;
    padding: 1.5vw 1.7vw;
    /* background-color: blue; */
    border-radius: 50%;
    border: 1px solid #fff;
    /* border-bottom: 2px solid #fff; */

}

#over2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2.5px solid #fff;
    padding: 1.5vw 0;
}

#over2 h4{
    font-size: 1.3vw;
    font-weight: 500;
}

#over2 img{
    height: 3vw;
}

#scroll{
    height: 40vh;
    width: 100%;
    /* background-color: red; */
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}

#container{
    height: 102%;
    width: 92%;
    /* background-color: blue; */

    display: inline-block;
    /* padding: 1.6vw; */
    animation-name: anime;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#scroll img{
    /* display: none; */
    height: 56%;
    border-radius: 50%;
    width: 12.5%;
    margin:1.9vw;
    object-fit: cover;
    object-position: 30% 30%;
}

@keyframes anime {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
} 

#alphabet{
    height: 11vh;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;

}

#alphabet h5{
    font-size: 1.6vw;
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 4px;
    border-bottom: 2px solid #000;
    margin-right: 2vw;
}

#alphabet h6{
    font-size: 1vw;
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 4px;
    /* background-color: rgb(202, 212, 68); */
    padding: 0.5vw 0.7vw;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #dedcdc00;
    transition: all ease 0.2s;
}

#alphabet h6:hover{
    border: 1px solid #000;
}

#page2{
    height: 90%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2vw 8vw;
}

#page2-part1{
    height: 100%;
    width:50% ;
    /* background-color: red; */
    /* padding: 1vw; */
}

#page2-part2{
    height: 100%;
    width:50% ;
    /* background-color: green; */
    padding-left: 5vw;
}

#page2-part1 img{
    height: 90%;
    width: 89%;
}

#page2-part2 img{
    height: 65%;
    width: 100%;
    object-fit: cover;
}

#para{
    height: 30%;
    display: flex;
    padding-top: 1.5vw;
    padding-left: 1.4vw;
    padding-right: 1.6vw;
    /* align-items: center; */
    justify-content: space-between;
    /* background-color: yellow; */
}

#para1{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.4vw;
    font-weight: 300;
    /* padding-right: 10vw; */
}

#para2{
    font-size: 1.1vw;
    font-weight:500;
}

#page2-part1 h1{
    padding: 1vw 3vw;
    font-family: 'Monument',sans-serif;
    font-size: 1.7vw;
}

#circular-image{
    height: 100%;
    width: 100%;
    /* background-color: red; */
    display: flex;
    /* padding: 10vw; */
} 

#first{
    height: 100%;
    width: 60%;
    padding:7vw 13vw;
    display: flex;
    flex-direction: column;
    /* background-color: black; */
    gap: 10vw;
}

#first img{
    height: 50%;
    width: 70%;
}

#first p{
    font-size: 28px;
    font-weight: 900;
    padding-left: 3vw;
}

#second{
    height: 100%;
    width: 40%;
    padding-top: 1.5vw;
    /* background-color: green; */
}

#second img{
    height:85%;
    width:85%;
}

#only-image{
    height: 70%;
    width: 100%;
    /* display: flex;
    justify-content: center; */
    /* align-items: center; */
    /* background-color: green; */
    padding-left: 15vw;
    padding-bottom: 1.5vw;
}

#only-image img{
    height: 100%;
    width: 82%;
}

#page3{
    height: 100%;
    width: 100%;
    /* background-color: red; */
    position: relative;
    padding: 5vw 4vw;

}

#page3>h1{
    text-align: center;
    font-family: 'Monument',sans-serif;
    text-transform: uppercase;
    font-size: 3vw;
    font-weight: 300;
    margin-bottom: 7vh;
}

.elem{
    height: 14vh;
    width: 100%;
    /* background-color: red; */
    border-top:2px solid #000 ;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2vw;
    position: relative;
    transition: all ease 0.7s;
}

.elem img{
    height:13.2vh;
    width: 6.2vw;
    position: absolute;
    border-radius: 50%;
    left: 12%;
    object-fit: cover;
    object-position: top;
    opacity: 0;
    transition: all ease 0.8s;
}

.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.4vw;
    font-weight: 300;
}

.elem-part2 h5{
    font-size: 0.8vw;
    font-weight: 600;
    text-transform: uppercase;
    
}

.elem:nth-last-child(1){
    border-bottom: 2px solid #000;
}

.elem:nth-last-child(1) img{
    left: 40%;
}

.elem:nth-last-child(3) img{
    left: 40%;
}

.elem:hover{
    background-color: #f0ebeb;
}

.elem:hover img{
    opacity: 1;
    left: 24%;
}

#page4{
    height: 100%;
    width: 100%;
    /* background-color: red; */
    display: flex;
    /* justify-content: space-around; */
    /* margin-left:1.5vw;
    margin-right: 1.5vw; */
}

#page4-part1{
    height: 100%;
    width: 60%;
}

#page4-part1 img{
    padding-left: 10vw;
    height: 90%;
    width: 80%;
}

#page4-part2{
    height: 100%;
    width: 40%;
    /* background-color: green; */
}

#page4-part2 img{
    height: 65%;
    width: 70%;
}

#paragraph{
    height: 30%;
    width: 70%;
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    margin-top: 1vw;

}

#left{
    font-size: 1.5vw;
}

#right{
    font-size: 1vw;
}

#marque{
    /* height: 20vh; */
    width: 100%;
    /* background-color: red; */
    padding: 0.8vw;
    white-space:nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

#marque h1{
    display: inline-block;
    font-size: 3vw;
    text-transform: uppercase;
    font-weight: 800;
    -webkit-text-stroke: 2px black;
    color: transparent;
    font-family: 'Monument',sans-serif;
    letter-spacing: 3px;
    /* background-color: blue; */
    margin-right: 16px;
    animation-name: move;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes move {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(calc(-100% - 20px));
    }
    
}


#blog{
    height: 80%;
    width: 100%;
    /* background-color: red; */
    margin-top: 1vw;
    display: flex;
}

#sec1{
    height: 90%;
    width: 25%;
    /* background-color: #666; */
    display: flex;
    justify-content: center;
    padding-top: 6vw;
}
#sec1 h1{
    font-family: 'Monument',sans-serif;
}
#sec2{
    height: 90%;
    width: 35%;
    /* background-color: green; */
    display: flex;
    flex-direction: column;
}
#sec2 p{
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 6vw;
    font-size: 1.7vw;
}
#sec2 img{
    margin-top: 2vw;
    margin-left: 4vw;
    height: 50%;
    
    width: 70%;
}

#sec3{
    height: 90%;
    width:fit-content;
    /* background-color: yellow; */
    display: flex;
    flex-direction: column;
    
}
#sec3 p{
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 6vw;
    font-size: 1.7vw;
}
#sec3 img{
    height: 50%;
    width: 70%;
    margin-top: 2vw;
    margin-left: 4vw;
    object-fit: cover;
    
}

#footer{
    height: 34%;
    width: 100%;
    /* background-color: red; */
    display: flex;
    /* padding-top: 2vw; */
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
#part1{
    height: 30%;
    width: 33%;
    /* background-color: #666; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* padding-top: 2vw; */
    /* padding-bottom: 15vw; */
}
#part1 h1{
    font-family: 'Monument',sans-serif;
    font-size: 45px;
    letter-spacing: -1px;
    position: relative;
}
#part1 h1::after{
    content: "©";
    font-family: gilroy; 
    font-weight: 600;
    font-size: 26px;
    position: absolute;
    top: -3%;
    right: -9%;
}
#part1 h1::before{
    content: "model management";
    font-family: gilroy;
    font-weight: 500;
    /* color: #666; */
    font-size: 17px;
    letter-spacing: 0.1px;
    position: absolute;
    bottom: -7%;
    right: -2%;
}

#part2{
    height: 100%;
    width: 17%;
    /* background-color: green; */
    padding-top: 2.2vw;
    padding-left: 5vw;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    
}
#part3{
    height: 100%;
    width: 50%;
    /* background-color: yellow; */
    /* padding-top: 2vw; */
}
#upper{
    height: 30%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding-left: 10vw;
    border-bottom: 2px solid #000;

}
#lower{
    height: 70%;
}
#lower1{
    height: 37%;
    /* background-color: aqua; */
    display: flex;
    align-items: center;
    
    padding-left: 10vw;
    gap: 20px;
}
#lower1 img{
    height: 25%;
    width: 5%;
}

#lower2{
    display: flex;
    flex-direction: column;
    padding-left: 10vw;
    font-size: 20px;
    font-weight: 550;
}

@media (max-width:600px) {
    body{
        overflow-x: hidden;
       
    }
    #nav{
        height: 8vh;
        margin-top: 20px;
        padding: 0 5vw;
    }
    #nav h1{
        width: 100%;
        justify-content: flex-start;
        font-size: 25px;
    }
    #nav h1::after{
        display: none;
    }
    #nav h1::before{
        
        display: none;
    }
    #nav h2{
    
        display: none;
    }
    
    #nav h3{
        display: block;
    }
    #center{
        width: 100%;
        height: 50%;
        /* background-color: green; */
        padding:4vw;
        padding-bottom: 2.5vw;
        position: relative;
    }

    #content{
        height: 100%;
        width: 100%;
        /* background-color: blue; */
        position: relative;
    }

    #content video{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    #overlay{
        height: fit-content;
        width: 100%;
        position: absolute;
        bottom: 0;
        /* background-color: red; */
        padding: 3vw;
        color: #fff;

    }

    #over1{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2vw;

    }

    #over1 h1{
        font-family: monument;
        font-size: 4vw;
        font-weight: 100;

    }

    #over1 h2{
        font-size: 2vw;
        padding: 2.5vw 2.5vw;
        border-radius: 50%;
        border: 1px solid #fff;
    }

    #over2{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 2.5px solid #fff;
        padding: 1.5vw 0;
    }

    #over2 h4{
        font-size: 3vw;
        font-weight: 500;
    }

    #over2 img{
        height: 6vw;
    }

    #scroll{
        height: 20vh;
        width: 100%;
        
        white-space: nowrap;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    #container{
        height: 85%;
        width:180%;
        
        display: inline-block;
        /* padding: 1.6vw; */
        animation-name: anime;
        animation-duration: 10s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    #scroll img{
        /* display: none; */
        height: 93%;
        border-radius: 50%;
        width: 14%;
        margin:1.9vw;
        object-fit: cover;
        object-position: 30% 30%;
    }

    #alphabet{
        height: 8vh;
        width: 100%;
        gap: 0.07vw;
    }

    #alphabet h5{
        font-size: 2.5vw;
        margin-right: 1.5vw;
    }

    #alphabet h6{
        font-size: 1.7vw;
        font-weight: 500;
        letter-spacing: 2px;
    }

    #page2{
        height: 40%;
        margin-top: 12vw;
        /* background-color: red; */
        /* width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2vw 8vw; */
    }

    #page2-part1{
        height: 100%;
        width:43% ;
        
    }

    #page2-part2{
        height: 100%;
        width:57% ;
        /* background-color: green; */
        padding-left: 5vw;
    }

    #page2-part1 img{
        height: 90%;
        width: 100%;
    }

    #page2-part2 img{
        height: 65%;
        width: 100%;
        object-fit: cover;
    }

    #para{
        height: 25%;
        display: flex;
        padding: 0;
        
        /* background-color: yellow; */
    }

    #para1{
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size:2.3vw;
        font-weight: 600;
    }

    #para2{
        font-size: 1.48vw;
        font-weight:900;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
        
        
    }
    #page2-part1 h1{
        padding: 1vw 3vw;
        font-size: 2.5vw;
        font-weight: 500;
    }

    #circular-image{
        height: 40%;
        width: 100%;
        /* background-color: red; */
        display: flex;
        margin-top: 12vw;
    } 

    #first{
        height: 90%;
        width: 55%;
        padding:7vw 10vw;
        display: flex;
        flex-direction: column;
        /* background-color: yellow; */
        gap: 5vw;
    }

    #first img{
        height: 50%;
        width: 83%;
    }

    #first p{
        font-size: 15px;
        font-weight: 900;
        padding-left: 1.5vw;
    }

    #second{
        height: 90%;
        width: 45%;
        padding-top: 2vw;
        /* background-color: green; */
    }

    #second img{
        height:94%;
        width:100%;
    }

    #only-image{
        height: 50%;
        width: 100%;
        padding-left: 5vw;
        /* padding-bottom: 1.5vw; */
        margin-top: 12vw;
        margin-bottom: 5vw;
    }

    #only-image img{
        height: 95%;
        width: 92%;
    }

    #page3{
        height: 57%;
        width: 100%;
        /* background-color: yellow; */
        position: relative;
        padding: 5vw 4vw;

    }

    #page3>h1{
        
        margin-bottom: 5vh;
    }

    .elem{
        height: 10vh;
        width: 100%;
        
    }

    .elem img{
        height:7vh;
        width: 12vw;
        
    }

    .elem h4{
        font-size: 1.6vw;
        
    }
    .elem-part2 h1{
        font-size: 2.6vw;
        font-weight: 300;
    }
    .elem-part2 h5{
        font-size: 1.55vw;
        font-weight: 600;
        text-transform: uppercase;
        
    } 

    #page4{
        height: 50%;
        width: 100%;
        /* background-color: red; */
        display: flex;
        /* justify-content: space-around; */
        margin-left:1 vw;
        margin-right: 1 vw;
    }

    #page4-part1{
        height: 100%;
        width: 50%;
    }

    #page4-part1 img{
        padding-left: 2vw;
        height: 85%;
        width: 95%;
    }

    #page4-part2{
        height: 100%;
        width: 50%;
        /* background-color: green; */
    }

    #page4-part2 img{
        height: 65%;
        width: 87%;
    }

    #paragraph{
        height: 30%;
        width: 87%;
        margin-top: 1vw;

    }

    #left{
        font-size: 2.1vw;
    }

    #right{
        font-size: 1.7vw;
        
    }

    #marque{
        height: 6vh;
        width: 100%;
    }

    #marque h1{
        font-size: 3.5vw;
        padding-top: 2.1vw;
        font-weight: 700;
        -webkit-text-stroke: 1px black;
        animation-duration: 3s;
    }

    #blog{
        height: 70%;
        width: 100%;
        /* background-color: red; */
        margin-top: 3vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 20vw;
    }

    #sec1{
        height: 20%;
        width: 100%;
        
        display: flex;
        justify-content: center;
        padding-top: 6vw;
        /* background-color: yellow; */
    }
    
    #sec2{
        height: 40%;
        width: 100%;
        /* background-color: green; */
        display: flex;
        flex-direction: row;
    }
    #sec2 p{
        width: 75%;
        margin-left: 0vw;
        margin-right: 0vw;
        padding-top: 9vw;
        padding-left: 2.5vw;
        padding-right: 1vw;
        font-size: 3.5vw;
    }
    #sec2 img{
        margin-top: 0vw;
        margin-left: 0vw;
        height: 100%;
        
        width: 80%;
    }

    #sec3{
        height: 40%;
        width:100%;
        /* background-color: yellow; */
        display: flex;
        flex-direction: row;
        margin-top: 5vw;
        
    }
    #sec3 p{
        width: 75%;
        margin-left: 0vw;
        margin-right: 0vw;
        padding-top: 5vw;
        padding-left: 2vw;
        padding-right: 1.5vw;
        font-size: 2.85vw;
        font-weight: 500;
    }
    #sec3 img{
        height: 100%;
        width: 80%;
        margin-top: 0vw;
        margin-left: 0vw;
        object-fit: cover;
        
    }
    #footer{
        background-color: #f5f5f5;
        margin-top: 0vw;
        margin-bottom: 0vw;
        height: 60%;
        width: 100%;
        /* background-color: red; */
        display: flex;
        flex-direction: column;
        /* padding-top: 2vw; */
        /* overflow-x: hidden; */
        overflow-y: hidden;
        border-top: none;
        border-bottom: none;
        padding-bottom: 0;
        padding-top: 15vw;
        
    }
    #part1{
        height: 20%;
        width: 100%;
        /* background-color: #666; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 9vw;
        
    }
    #part1 h1{
        font-family: monument;
        font-size: 32px;
        letter-spacing: -1px;
        position: relative;
    }
    #part1 h1::after{
        display: none;
    }
    #part1 h1::before{
        display: none;
    }

    #part2{
        height: 10%;
        width: 100%;
        display: flex;
        justify-content: center;
        /* align-items: center; */
        /* background-color: green; */
        padding-top: 1.2vw;
        padding-left: 0vw;
        border-left:none;
        border-right: none;
        margin-top: 3vw;
        
    }
    #part3{
        height: 60%;
        width: 100%;
        /* background-color: yellow; */
        display: flex;
        flex-direction: column;
        /* padding-top: 0vw; */
        margin-top: 3vw;
    }
    #upper{
        height: 20%;
        display:flex;
        justify-content: center;
        align-items: normal;
        padding-left: 0vw;
        border-bottom: none;
        /* background-color: #666; */

    }
    #lower{
        height: 70%;
    }
    #lower1{
        height: 20%;
        /* background-color: aqua; */
        display: flex;
        align-items: normal;
        justify-content: center;
        align-items: center;
        padding-left: 0vw;
        gap: 25px;
    }
    #lower1 img{
        height: 55%;
        width: 5%;
    }

    #lower2{
        height: 70%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 2vw;
        padding-right: 2vw;
        font-size: 20px;
        font-weight: 550;
        /* background-color: #666; */
    }
    
    


}
