::-webkit-scrollbar{
    background-color:#e6dddd;
    width: 10px;
    border-radius: 1vw;
}
::-webkit-scrollbar-thumb{
    background-color:#b1bfee;
    border-radius: 1vw;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body{
    height: 100%;
    width: 100%;
    font-family: poppins;
}


main{
    height: 100%;
    width: 100%;
    position: relative;
    background-color: #f8f8f8;
    padding: 2.5vw 0;
    overflow-x: hidden;
}

nav{
    position: relative;
    height: 14vh;
    max-width: 100vw;
    display: flex;
    align-items:center ;
    justify-content: space-between;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 0 3vw;
}

nav h4{
    height: 100%;
    width: fit-content;
    padding: 0 4.5vw;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-right: 1px solid black;
    display: grid;
    place-content: center;
}

nav h1{
    height: 100%;
    padding: 0 3vw;
    width: 20vw;
    font-size: 45px;
    letter-spacing: -6px;
    font-family: monument,sans-serif;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center ;
    position: relative;
}

nav h1::after{
    content: "©️";
    font-size: 1vw;
    position: absolute;
    top: 1.5vw;
    left:245px;
    font-weight: 500;
    color: #755656;
}

nav h1::before{
    content: "model management";
    letter-spacing: 0;
    font-weight: 500;
    width: fit-content;
    font-size: .5vw;
    position: absolute;
    color: #755656;
    left: 50%;
    bottom: 20%;
}

nav i{
    height: 100%;
    padding: 0 4.5vw;
    font-size: 25px;
    width: fit-content;
    letter-spacing: -2px;
    font-family: monument,sans-serif;
    font-weight: 900;
    display: grid;
    place-content: center;
}

.ri-menu-3-line{
    opacity: 0;
}


/* center img */
.img-container{
    width: 100%;
    height: 80.5vh;
    padding: 2vw 3vw;
    padding-bottom: 0;
    position: relative;
}

.img-container video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* overlay */
.overlay{
    position: absolute;
    bottom: 0;
    height: 50%;
    width: calc(100% - 6vw);
    padding: 0 4vw;
}

.above{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5vw;
}

.above h1{
    font-family: monument,sans-serif;
    font-size: 4vw;
    font-weight: 900;
    letter-spacing: -3px;
    line-height: 1;
    color: white;
}

.above div{
    height: 60px;
    width: 60px;
    color: white;
    border: .5px solid white;
    border-right: 2px solid white;
    border-radius: 50%;
    display: grid;
    place-content: center;
    font-size: 13px;
}

.below{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    border-top: 2px solid white;
    padding: .5vw 0;
}

.below img{
    width: 60px;
}

.below h4{
    font-weight: 400;
}

/* infinity-scroll */
.infinity-scroll{
    height: 40vh;
    width: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow-x: hidden;
   
    padding: 2vw 0;
}

.scroll{
    height: 100%;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 2vw;
    animation-name: anime;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin-right: 2vw;
}

@keyframes anime {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}

.infinity-scroll img{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    object-fit: cover   ;
}


/* next page */
.a2z{
    height: 12vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 5vw;
    font-style: italic;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.a2z h1{
    margin-right: 3vw;
    text-decoration: underline;
}

.a2z h4{
    font-weight: 500;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.a2z h4:hover{
    border: 1px solid black;
    cursor: pointer;
    color: #e59999;
}


/* first section */
.first{
    height: 100vh;
    width: 100%;
    position: relative;
    padding: 3vw 3vw 0 3vw;
    display: flex;
    justify-content: space-between;
}

.first .left{
    height: 100%;
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.first .left img{
    width: 100%;
    height: 88%;
    object-fit: cover;
}
.first .left h1{
    text-transform: uppercase;
    font-size: 3vw;
    font-family: monument,sans-serif;
}

.first .right{
    height: 100%;
    width: 40%;
}

.first .right img{
    height: 61%;
    width: 100%;
    object-fit: cover;
}

.article{
    display: flex;
    gap: 2vw;
    margin-top: .5vw;
}
.article h3{
    font-weight: 500;
}
.article h5{
    font-weight: 500;
}


/* second section */
.second{
    height: 100vh;
    width: 100%;
    display: flex;
    padding: 3vw 3vw;
}

.second .left{
    height: 100%;
    width: 50%;
    padding: 0 2vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.second .left h4{
    font-size: 1.5vw;
    text-align: center;
}

.rotating-text{
    height: 100%;
    width: 100%;
    display: grid;
    place-content: center;
}



.second .right{
    height: 100%;
    width: 60%;
}

.second .right img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.rotating-text .circle{
    position: relative;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rotating-text img{
    position: absolute;
    width: 80px;
    top: 30%;
    left: 30%;
}

.rotating-text .circle h4{
    height: 100%;
    width: 100%;
    position: absolute;
    animation: anime2 10s linear infinite;
    font-weight: 500;
}

@keyframes anime2 {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

.rotating-text .circle h4 span{
    position: absolute;
    left: 50%;
    font-size: 1em;
    transform-origin: 0 100px;
}

/* third */
.third{
    height: 100vh;
    width: 100%;
    padding: 2vw 3vw;
}

.third img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

/* fourth-section */
.fourth{
    height: 100vh;
    width: 100%;
    padding: 2vw 3vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5vw;
    align-items: center;
}

.fourth h1{
    font-family: monumnet,sans-serif;
    font-size: 3vw;
    font-weight: 900;
}

.fourth .updates{
    width: 100%;
    height: 100%;
}

.fourth .updates div{
    width: 100%;
    height: 15vh;
    border-top: 1px solid black;
    display: flex;
    align-items: center;
    padding: 0 1.5vw;
    position: relative;
}

.fourth .updates div:nth-last-child(1){
    border-bottom: 1px solid black;
}

.fourth .updates div h5{
    width: 50%;
    font-weight: 500;
    text-transform: uppercase;

}
.fourth .updates div h3{
    font-weight: 500;
    font-size: 2vw;
    position: relative;
}

.fourth .updates div .one::before{
    content: "25TH MARCH 2020";
    font-size: .7vw;
    font-weight: 600;
    position: absolute;
    bottom: -10px;
}
.fourth .updates div .two::before{
    content: "3RD FEBRUARY 2020";
    font-size: .7vw;
    font-weight: 600;
    position: absolute;
    bottom: -10px;
}
.fourth .updates div .three::before{
    content: "14TH JANUARY 2020";
    font-size: .7vw;
    font-weight: 600;
    position: absolute;
    bottom: -10px;
}
.fourth .updates div .four::before{
    content: "08TH JANUARY 2020";
    font-size: .7vw;
    font-weight: 600;
    position: absolute;
    bottom: -10px;
}

.fourth .updates div img{
    position: absolute;
    height: 80px;
    width: 80px;
    left: 7%;
    object-fit: cover;
    border-radius: 50%;
    transition: all ease 1s;
    opacity: 0;
}

.fourth .updates div h5:hover + img{
    opacity: 1;
    left: 20%;
}
.fourth .updates div img:hover {
    opacity: 1;
    left: 20%;
}

/* fifth */
.fifth{
    height: 100vh;
    width: 100%;
    padding: 2vw 3vw;
    display: flex;
    gap: 7vw;
}

.fifth .left{
    height: 100%;
    width: 50%;
}

.fifth .left img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.fifth .right{
    height: 100%;
    width: 50%;
}

.right-up{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1vw 0;
}

.right-up h1{
    font-family: monument,sans-serif;
    text-transform: uppercase;
}
.right-up h3{
    font-weight: 600;
}
.right-up h5{
    font-weight: 600;
}

.right-down{
    height: 50%;
    width: 100%;
    position: relative;
    display: flex;
    gap: 2vw;
}

.right-down #left{
    height: 100%;
    width: 55%;
    object-fit: cover;
}
.right-down #right{
    height: 100%;
    width: 45%;
    object-fit: cover;
}


/* Sixth */
.sixth{
    height: 100vh;
    width: 100%;
    padding: 2vw 3vw;
}

.sixth img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

/* eighth */
.eighth{
    height: 100vh;
    width: 100%;
    padding: 2vw 0;
}

.marque{
    padding: 1vw 0;
    width: 100%;
    white-space: nowrap;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    overflow-x: hidden;
    
}

@keyframes marque {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(calc(-100% - 20px));
    }
}

.marque h1{
    display: inline-block;
    height: 100%;
    text-transform: uppercase;
    color: transparent;
    font-size: 3vw;
    font-family: monument,sans-serif;
    font-family: 900;
    margin-right: 16px;
    letter-spacing: 2px;
    -webkit-text-stroke: 2px black;
    animation: marque 3s linear infinite;
}


.eighth article{
    height: 100%;
    width: 100%;
    padding: 5vw 3vw;
    display: flex;
    gap: 4vw;
}

.eighth .left{
    width: 20%;
    height: 100%;
}



.eighth .left h1{
    font-size: 3vw;
    font-family: monument, sans-serif;
}

.eighth .centre{
    width: 40%;
    height: 100%;
    display: grid;
}

.eighth .centre img{
    align-self: flex-end;
}
.eighth .right{
    width: 40%;
    height: 100%;
    display: grid;
}

.eighth .right img{
    align-self: flex-end;
}

.eighth article h4{
    font-size: 1.5vw;
    font-weight: 500;
    display: flex;
}

.eighth article img{
    width: 100%;
    height: 20vw;
    object-fit: cover;
    object-position: top;
}




/* footer */
footer{
    height: 50vh;
    width: 100%;
    padding: 5vw 0 2vw 0;
    
}

footer .contain{
    height: 100%;
    width: 100%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display: flex;
    justify-content: space-between;
}

.contain > h4{
    border-right: 1px solid black;
    width: 20%;
    text-align: center;
    padding: 1.5vw 0;
    font-weight: 600;
}
.contain h1{
    padding: 1vw 3vw;
    width: 20%;
    text-align: center;
    font-family: monument, sans-serif;
    position: relative;
}

.foot-logo::after{
    content: "©️";
    font-size: 1vw;
    position: absolute;
    top: 1.2vw;
    left:225px;
    font-weight: 500;
    color: #755656;
}

.foot-logo::before{
    content: "model management";
    letter-spacing: 0;
    font-weight: 500;
    width: fit-content;
    font-size: .5vw;
    position: absolute;
    color: #755656;
    left: 45%;
    top: 22%;
}

.contain .right{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contain .right h4{
    width: 100%;
    white-space: nowrap;
    padding:1.5vw 3vw;
    border-bottom: 1px solid black;
    font-weight: 600;
}

footer .foot-right-down{
    height: 100%;
    padding: 1vw 3vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.foot-right-down i{
    margin-right: .5vw;
    cursor: pointer;
}

.foot-right-down .content h5{
    font-weight: 500;
}
