*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gilroy';
}
html,body{
    width: 100%;
    height: 100%;
}
body{
    background-color: #f8f8f8;
}
#main{
    height: 100%;
    width: 100%;
    background-color: #f8f8f8;
    position: relative;
    padding-top: 0.1px;
}
#nav{
    height: 10vh;
    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: space-between;
}
#nav h3{
    display: none;
}
#nav h1{
    /* background-color: rgb(212, 255, 0); */
    height: 100%;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    letter-spacing: -0.5px;
    font-family:'monument';
    position: relative;

}
#nav h1::after{
    content: "©️";
    font-family: 'Courier New', Courier, monospace;
    font-weight: 400;
    color:black;
    font-size: 12px;
    position: absolute;
    top: 16%;
    right: 16%;
}
#nav h1::before{
    content: "Model management";
    font-family:sans-serif;
    font-weight: 500;
    color: #666;;
    font-size: 9px;
    letter-spacing: 0.1px;
    position: absolute;
    bottom: 15%;
    right: 25%;
}
#nav h2{
    /* background-color: rgb(212, 255, 0); */
    height: 100%;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    border-right: 2px solid #000;

}
#nav h2:nth-last-child(1){
    width: 10%;
}
#nav h2:nth-last-child(2){
    width: 28%;
}
#center{
    height: 90%;
    width: 100%;
    /* background-color: red; */
    padding: 4vw;
    position: relative;
}
#content{
    height: 100%;
    width: 100%;
    /* background-color: blue; */
    position: relative;
}
#content video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#overlay{
    height: 55%;
    width: 100%;
    position: absolute;
    bottom: 0;
    /* background-color: red; */
    padding: 2vw;
    color: #ffff;
}
#over1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2vw;
    /* mix-blend-mode: difference; */

}
#overlay h1{
    font-family: 'monument';
    font-size: 3vw;
    /* font-weight: 100; */
}
#overlay h2{
    font-size: 1.5vw;
    padding: 2vw 2.2vw;
    /* background-color: blue; */
    border-radius: 50%;
    font-weight: 100;
    border: 1px solid #ffff;
    /* border-bottom: 2px solid #ffff; */
}
#over2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #ffff;
    padding: 1.5vw 0;

}
#over2 h4{
    font-size: 1.5vw;
    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: 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;
}
#scroll img{
    /* display: none; */
    height: 95%;
    border-radius: 50%;
    width: 15%;
    margin: 1vw;
    object-fit: cover;
    object-position: 30%, 30%;
}
@keyframes anime{
    from{
        transform: translate(0);
    }
    to{
        transform: translate(-100%);
    }
}
#alphabet{
    height:10vh;
    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: 2vw;
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 4px;
    border-bottom: 2px solid #000;
    margin-right: 2vw;
}
#alphabet h6{
    font-size: 1.1vw;
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 4px;
    /* background-color: yellow; */
    padding: 0.5vw 0.6vw;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #00000000;
    transition: all ease 0.2s;

}
#alphabet h6:hover{
    border: 1px solid #000;
}
#page2{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2vw 5vw;
}
#page2-part1{
    height: 100%;
    width: 50%;
}
#page2-image{
    height: 100%;
    width: 100%;
    background-image: url(https://images.unsplash.com/photo-1617922355333-03067f99a53c?q=80&w=1887&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
}
#page2-part1 h1{
    font-size: 30px;
    padding: 15px 0;
    font-family:'monument' ;
    font-weight: 600;
}
#page2-part2{
    height: 100%;
    width: 46%;
}
#page2-part2 img{
    height: 70%;
    width: 100%;
    object-fit: cover;
}
#part2-content{
    height: 30%;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content:center;
    padding: 10px 0;
}
#text1{
    height: 100%;
    width: 55%;
    font-size: 1.7vw;
    /* background-color: blue; */
    font-family:'monument';
    font-weight: 600;
}
#text2{
    height: 100%;
    width:50% ;
    /* background-color: yellow; */
    font-size: 1.6vw;
    /* font-weight: 700; */
}
#page3{
    height: 100%;
    width: 100%;
    /* background-color: red; */
    margin-top: 0px;
    position: relative;
    padding: 5vw 4vw;
}
#page3>h1{
    text-align: center;
    font-family: 'monument';
    text-transform: uppercase;
    font-size: 3vw;
    /* font-weight:900; */
    margin-bottom: 7vh;
}
.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;
    transition: all ease 0.7s;
}
.elem img{
    height: 80px;
    width: 80px;
    position: absolute;
    border-radius: 50%;
    left: 12%;
    opacity: 0;
    object-position: top;
    object-fit: cover;
    transition: all ease 0.7s;

}
.elem h4{
    font-size: 1.1vw;
    text-transform: uppercase;
    font-weight: 500;
    width: 6%;
    /* background-color: red; */
}
.elem .elem-part2{
    width: 45%;
}
.elem .elem-part2 h1{
    font-size: 2.8vw;
    font-weight: 500;
}
.elem .elem-part2 h5{
    font-size: 0.9vw;
    font-weight: 600;
    text-transform: uppercase;
}
.elem:nth-last-child(1){
    border-bottom: 2px solid #000;
}
.elem:hover{
    background-color: #e6e6e6;
}
.elem:hover img{
    opacity: 1;
    left: 25%;
}
#marque{
    /* height: 15vh; */
    width: 100%;
    /* background-color: red; */
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0.8vw;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
#marque h1{
    display: inline-block;
    font-size: 3vw;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-text-stroke: 2px black;
    color: transparent;
    letter-spacing: 3px;
    font-family:'monument';
    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));
    }
}
#footer{
        height: 30vh;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
}
#footer h1{
    height: 100%;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    letter-spacing: -0.5px;
    font-family:'monument';
    position: relative;
}
#footer h2{
    /* background-color: rgb(212, 255, 0); */
    height: 80%;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    border-right: 2px solid #000;

}
#footer h2:nth-last-child(1){
    border-right: none;
}

@media (max-width:600px) {
    body{
        overflow-x: hidden;
    }
    #nav{
        height: 7vh;
        margin-top: 20px;
        padding: 0 5vw;
    }
    #nav h3{
        display: block;
    }
    #nav h1{
        width: 40%;
        justify-content: flex-start;
        font-size: 20px;
    }
    #nav h1::after{
        display: none;
    }
    #nav h1::before{
        display: none;
    }
    #nav h2{
        display: none;
    }
    #center{
        height: fit-content;
        width: 100%;
        padding: 4vw;
        position: relative;
    }
    #content{
        height: 50%;
        width: 100%;
        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: 2vw;
        color: #ffff;
    }
    #over1{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2vw;
        /* mix-blend-mode: difference; */
    
    }
    #overlay h1{
        font-family: 'monument';
        font-size: 4vw;
        font-weight: 100;
    }
    #overlay h2{
        font-size: 1.5vw;
        padding: 3vw 3.2vw;
        /* background-color: blue; */
        border-radius: 50%;
        font-weight: 100;
        border: 1px solid #ffff;
        /* border-bottom: 2px solid #ffff; */
    }
    #over2{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 2px solid #ffff;
        padding: 1.5vw 0;
    
    }
    #over2 h4{
        font-size:3vw;
        font-weight: 500;
    }
    #over2 img{
        height: 5vw;
    }
    #scroll{
        height: 18vh;
        width: 100%;
        /* background-color: red; */
        white-space: nowrap;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    #container{
        height: 100%;
        width: 100%;
        /* background-color: blue; */
        display: inline-block;
        padding: 2vw;  
        animation-name: anime;
        animation-duration: 12s;  
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    #scroll img{
        /* display: none; */
        height: 95%;
        border-radius: 50%;
        width: 14.5%;
        margin: 1vw;
        object-fit: cover;
        object-position: 30%, 30%;
    }
    #alphabet{
        height:7vh;
        width: 100%;
        /* background-color: red; */
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.2vw;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
    }
    #alphabet h5{
        font-size: 2vw;
        text-transform: uppercase;
        font-weight: 400;
        font-style: italic;
        letter-spacing: 2px;
        border-bottom: 2px solid #000;
        margin-right: 2vw;
    }
    #alphabet h6{
        font-size: 1.5vw;
        text-transform: uppercase;
        font-weight: 400;
        font-style: italic;
        letter-spacing: 6px;
        /* background-color: yellow; */
        padding: 0.5vw 0.6vw;
        border-radius: 50%;
        cursor: pointer;
        border: 1px solid #00000000;
        transition: all ease 0.2s;
    }
    #page2{
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2vw 5vw;
    }
    #page2-part1{
        height: 100%;
        width: 50%;
    }
}