*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

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

#main{
    width: 100%;
    height: 100%;
    background-color: #F8F8F8;
    padding-top: 0.1px;
    position: relative;
}

#nav{
    width: 100%;
    height: 12vh;
    /* background-color: red; */
    margin-top: 30px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#nav h3{
    display: none;
}

#nav h2{
    /* background-color: yellow; */
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid black;
    font-size: 18px;
    font-weight: 600;
}

#nav h1{
    /* background-color: yellow; */
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 3vw;
    letter-spacing: -2px;
    position: relative;
}

#nav h1::after{
    content: "©";
    position: absolute;
    font-weight: 100;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1.3vw;
    top: 27%;
    right: 13.5%;
}

#nav h1::before{
    content: "model management";
    position: absolute;
    font-size: 0.75vw;
    font-weight: 100;
    letter-spacing: 0.1px;
    bottom: 12%;
    right: 18%;
    color: #666;
}


#nav h2:nth-last-child(3){
    /* background-color: blueviolet;  */
    width: 29%;
}

#nav h2:nth-last-child(2){
    /* background-color: blueviolet;  */
    width: 10%;
}


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

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

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

#overlay{
    width: 100%;
    height: 50%;
    /* background-color: red; */
    position: absolute;
    bottom: 0;
    padding: 0 2.5vw;
    color: #fff;
    /* background-color: #0000003d; */
    /* backdrop-filter: blur(10px); */
}

#over1{
    /* background-color: yellow; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2vw;
}

#over1 h1{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 3.5vw;
    font-weight: 500;
    /* mix-blend-mode: difference; */
}

#over1 h2{
    font-size: 1vw;
    /* background-color: yellow; */
    padding: 1.5vw 1.65vw;
    border-radius: 50%;
    border: 1px solid #ffffff8e;
    border-bottom: 1px solid #fff;
}

#over2{
    /* background-color: yellow; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid rgb(214, 211, 211);
    padding: 1vw 0;
}

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

#over2 img{
    height: 2.5vw;
}

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

#container{
    width: 100%; 
    height: 100%;
    /* background-color: blue; */
    padding: 2vw;
    display: inline-block;
    animation-name: anime;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


#container img{
    /* display: none; */
    height: 95%;
    width: 14.8%;
    border-radius: 50%;
    margin: 1vw;
}


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



#alphabet{
    width: 100%;
    height: 11vh;
    /* 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.5vw;
    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: yellow; */
    padding: 0.35vw 0.55vw;
    border-radius: 50%;
    border: 1px solid #00000000;
    cursor: pointer;
    transition: all ease 0.2s;
}


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


#page2{
    height: 100%;
    width: 100%;
    /* background-color: rgb(151, 255, 233); */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 3vw;
    padding: 3vw 4vw;
}

#page2-part1{
    width: 65%;
    height: 100%;
    /* background-color: green; */
}

#page2-part1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 80%;
}

#page2-part1 h1{
    margin-top: 0.7vw;
    font-size: 2.3vw;
    font-weight: 900;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#page2-part2{
    width: 31%;
    height: 100%;
    /* background-color: blue; */
}


#page2-part2 img{
    width: 100%;
    height: 75%;
    object-fit: cover;
    object-position: 0 45%;
}

#page2-part2-bottom{
    padding-top: 1vw;
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
}

#page2-part2-bottom h3{
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 1.8vw;
    letter-spacing: -1px;
}

#page2-part2-bottom p{
    font-size: 0.9vw;
    font-weight: 600;
    letter-spacing: -0.2px;
}

#page3{
    width: 100%;
    height: 100%;
    /* background-color: lightblue; */
    display: flex;
    justify-content: space-between;
    /* gap: 4vw; */
    padding: 2vw 4vw;
    padding-top: 4vw;
    position: relative;
}

#page3-part1{
    width: 40%;
    height: 100%;
    /* background-color: green; */
    margin-left: 4vw;
    position: relative;
}

#page3-part1 #img1{
    width: 100%;
    height: 80%;
    object-fit: cover;
}

#page3-part1 #img2{
    height: 4.5vw;
    width: 5vw;
    position: absolute;
    top: 29%;
    left: 40%;
}

#page3-part1 h3{
    /* background-color: red; */
    font-size: 1.6vw;
    font-weight: 500;
    letter-spacing: -1px;
    margin-top: 1.9vw;
}

#page3-part2{
    width: 50%;
    height: 100%;
    /* background-color: red; */
    background-image: url(https://images.ctfassets.net/2stk9dntpgwb/7i19vPuAqIiLdeWhg8e1O9/5ac01eaa351637260153ca3b0553f5d2/1IMG_4681.jpeg?fm=jpg&fl=progressive);
    background-size: cover;
    background-position: center;
}


#page4{
    width: 100%;
    height: 100%;
    /* background-color: aqua; */
    padding: 4vw;
    position: relative;
}

#p4-container{
    width: 100%;
    height: 100%;
    background-color: blue;
    background-image: url(https://i.guim.co.uk/img/media/03d508ee3f5e39964168bbd1f355528f20ed1f14/37_65_2323_2903/master/2323.jpg?width=1140&dpr=1&s=none&crop=none);
    background-size: cover;
    background-position: 0 5%;
    position: relative;
}

#p4-container h2{
    position: absolute;
    top: 4%;
    right: 4%;
    /* background-color: red; */
    padding: 0.1vw 0.7vw;
    border-radius: 50%;
    border: 2px solid #000;
    font-size: 1.5vw;
    font-weight: 500;
}


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

#page5>h1{
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3vw;
    font-weight: 900;
    letter-spacing: -2px;
    margin-bottom: 7vh;
}

.elem{
    width: 100%;
    height: 15vh;
    /* 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:nth-last-child(1){
    border-bottom: 2px solid #000;
}

.elem h4{
    /* background-color: red; */
    width: 5%;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1vw;
}

.elem img{
    position: absolute;
    width: 8%;
    height: 100%;
    left: 25%;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    opacity: 0;
    transition: all ease 0.7s;
}

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

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

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

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

.elem-part2{
    /* background-color: red; */
    width: 45%;
}

.elem-part2 h1{
    font-size: 2.5vw;
    font-weight: 400;
}

.elem-part2 h5{
    font-size: 0.7vw;
    text-transform: uppercase;
}


#page6{
    width: 100%;
    height: 100%;
    /* background-color: lightblue; */
    padding: 2vw 5vw;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 3vw;
}

#page6-part1{
    width: 45%;
    height: 100%;
    /* background-color: red; */
    background-image: url(https://images.unsplash.com/photo-1554350342-84cbb65fd7c6?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTM4fHxwb3J0cmFpdHxlbnwwfDF8MHx8fDA%3D);
    background-size: cover;
    background-position: 0 100%;
}

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

#page6-part2 h1{
    font-weight: 900;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1.7vw;
    letter-spacing: -1.5px;
}

#page6-part2 h3{
    font-weight: 600;
    /* font-family: Arial, Helvetica, sans-serif; */
    margin-bottom: 2vw;
    letter-spacing: -0.5px;
}

#page6-part2 p{
    font-size: 1vw;
    font-weight: 500;
    /* font-family: Arial, Helvetica, sans-serif; */
    margin-bottom: 2.5vw;
    letter-spacing: -0.2px;
}


#page6-part2 #img1{
    width: 55%;
    height: 56%;
    object-fit: cover;
    margin-right: 1.2vw;
}

#page6-part2 #img2{
    width: 36%;
    height: 56%;
    object-fit: cover;
}

#page7{
    width: 100%;
    height: 100%;
    /* background-color: lightblue; */
    padding: 4vw;
}

#p7-container{
    width: 100%;
    height: 100%;
    /* background-color: red; */
    background-image: url(https://images.fashionmodeldirectory.com/images/models/166064/khadim-sock-636983-fit.jpg);
    background-size: cover;
    background-position: 0 5%;
    position: relative;
}

#p7-container h2{
    position: absolute;
    top: 4%;
    right: 4%;
    /* background-color: red; */
    padding: 0.1vw 0.8vw;
    border-radius: 50%;
    border: 2px solid #000;
    font-size: 1.5vw;
    font-weight: 500;
}

#page8{
    width: 100%;
    height: 100%;
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 3vw;
    padding: 3vw 4vw;
}

#page8-part1{
    width: 65%;
    height: 100%;
    /* background-color: green; */
    background-image: url(https://plus.unsplash.com/premium_photo-1708110768432-7feeb7bec1bc?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTd8fHBvcnRyYWl0fGVufDB8MnwwfHx8MA%3D%3D);
    background-size: cover;
    background-position: 0 10%;
}

#page8-part2{
    width: 31%;
    height: 100%;
    /* background-color: burlywood; */
}

#page8-part2 img{
    width: 100%;
    height: 70%;
    object-fit: cover;
    object-position: 0 95%;
}

#page8-part2-bottom{
    padding-top: 1.2vw;
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
}

#page8-part2-bottom h3{
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 1.8vw;
    letter-spacing: -1px;
}

#page8-part2-bottom p{
    font-size: 0.9vw;
    font-weight: 600;
    letter-spacing: -0.2px;
}

#marque{
    margin-top: 3vw;
    width: 100%;
    /* height: 15vh; */
    /* 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;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-text-stroke: 1.2px black;
    color: transparent;
    /* background-color: blue; */
    margin-right: 16px;
    animation-name: marqueanime;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}



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


#page9{
    width: 100%;
    height: 100%;
    /* background-color: lightblue; */
    padding: 6vw 4vw;
    display: flex;
    /* justify-content: space-between; */
    gap: 6vw;
}

#page9 h1{
    font-size: 2.5vw;
    font-weight: 900;
    text-transform: uppercase;
}

#page9-mid{
    width: 38%;
    /* background-color: blue; */
    margin-right: -3vw;
}

#page9-mid h3{
    /* background-color: yellow; */
    font-weight: 500;
    margin-bottom: 3vw;
}

#page9-mid span{
    font-size: 1.2vw;
    font-weight: 500;
    /* background-color: red; */
    padding: 0.1vw 0.8vw;
    border-radius: 50%;
    border: 1px solid #000;
    margin-right: 0.6vw;
}

#page9-mid img{
    height: 71%;
    width: 100%;
    object-fit: cover;
    object-position: 0 25%;
}

#page9-end{
    width: 38%;
}

#page9-end h3{
    /* background-color: red; */
    font-weight: 500;
    margin-bottom: 3vw;
}

#page9-end span{
    font-size: 1.2vw;
    font-weight: 500;
    /* background-color: red; */
    padding: 0.1vw 0.8vw;
    border-radius: 50%;
    border: 1px solid #000;
    margin-right: 0.6vw;
}

#page9-end img{
    width: 100%;
    height: 71%;
    object-fit: cover;
    object-position: 0 30%;
}


#footer-container{
    width: 100%;
    height: 45vh;
    /* background-color: red; */
    padding: 4vw 0;
}

#footer{
    width: 100%;
    height: 32vh;
    /* background-color: lightblue; */
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

#footer>h2{
    /* background-color: yellow; */
    width: 15%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content : center;
    border-right: 2px solid black;
    font-size: 18px;
    font-weight: 600;
    padding-top: 1.5vw;
}

#footer>h2:nth-last-child(2){
    width: 17%;
    /* background-color: yellow; */
}

#footer h1{
    /* background-color: yellow; */
    width: 22%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 3vw;
    letter-spacing: -2px;
    padding-top: 0.6vw;
    position: relative;
}

#footer h1::after{
    content: "©";
    position: absolute;
    font-weight: 100;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1.3vw;
    top: 8%;
    right: 16.8%;
}

#footer h1::before{
    content: "model management";
    position: absolute;
    font-size: 0.75vw;
    font-weight: 100;
    letter-spacing: 0.1px;
    top: 24.5%;
    right: 20%;
    color: #666;
}

#last-part{
    /* background-color: blueviolet; */
    width: 46%;
}

#last-part h2{
    /* background-color: blue; */
    height: 32%;
    border-bottom: 2px solid #000;
    display: flex;
    align-items: center;
    padding: 0 3.5vw;
    font-size: 18px;
    font-weight: 600;
}

#links{
    height: 30%;
    /* background-color: gray; */
    display: flex;
    align-items: center;
    gap: 1vw;
    padding: 0 3.5vw;
}

#links img{
    width: 1.5vw;
    height: 1.5vw;
}

#last-part h4{
    /* background-color: yellow; */
    padding: 0 3.5vw;
    font-size: 0.9vw;
    font-weight: 500;
}




@media (max-width:600px) {

    body{
        overflow-x: hidden;
    }

    #nav{
        height: 6vh;
        /* background-color: red; */
        margin-top: 10px;
        padding: 0 4vw;
    }

    #nav h3{
        display: block;
    }

    #nav h2{
        display: none;
    }

    #nav h1{
        /* background-color: yellow; */
        width: 28%;
        justify-content: start;
        font-size: 5vw;
    }

    #nav h1::after{ 
        display: none;
    }

    #nav h1::before{
        display: none;
    }

    #center{
        height: 50%;
        /* background-color: red; */
    }

    #overlay{
        height: 30%;
        /* background-color: red; */
    }


    #over1 h1{
        font-size: 5.5vw;
        font-weight: 100;
        /* mix-blend-mode: difference; */
    }

    #over1 h2{
        font-size: 2vw;
        /* background-color: yellow; */
        padding: 2.5vw 2.65vw;
    }


    #over2 h4{
        font-size: 2.8vw;
    }

    #over2 img{
        height: 4.5vw;
    }


    #scroll{    
        height: 18vh;    
        /* background-color: red; */
    }

    #container{
        width: 190%; 
        /* background-color: blue; */
    }


    #container img{
        width: 15.5%;
    }


    #alphabet{
        height: 7vh;
        /* background-color: red; */
        gap: 0.1vw;
    }

    #alphabet h5{
        font-size: 3vw;
        letter-spacing: 1px;
        margin-right: 3.5vw;
    }

    #alphabet h6{
        font-size: 2.3vw;
        letter-spacing: 1px;
        /* background-color: yellow; */
        padding: 0.15vw 0.45vw;
    }


    #page2{
        height: 50%;
        /* background-color: rgb(151, 255, 233); */
    }

    #page2-part1{
        width: 55%;
        /* background-color: green; */
    }

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

    #page2-part1 h1{
        font-size: 3.3vw;
    }

    #page2-part2{
        width: 45%;
        /* background-color: blue; */
    }


    #page2-part2 img{
        height: 72%;
    }


    #page2-part2-bottom h3{
        font-size: 2.5vw;
        line-height: 2.6vw;
        letter-spacing: 0.01px;
    }

    #page2-part2-bottom p{
        font-size: 1.2vw;
    }

    #page3{
        height: 40%;
        /* background-color: lightblue; */
        padding: 4vw;
    }

    #page3-part1{
        width: 48%;
        /* background-color: green; */
        margin-left: 0vw;
    }


    #page3-part1 #img2{
        height: 3.5vw;
        width: 4vw;
        top: 32.8%;
        left: 42%;
    }

    #page3-part1 h3{
        /* background-color: red; */
        font-size: 2.6vw;
        letter-spacing: -0.4px;
    }

    #page3-part2{
        width: 48%;
        /* background-color: red; */
    }

    #page4{
        height: 35%;
        /* background-color: aqua; */
    }


    #p4-container h2{
        top: 5%;
        /* background-color: red; */
        padding: 0.15vw 1vw;
        border: 1px solid #000;
        font-size: 2.2vw;
    }

    #page5{
        height: 58%;
        /* background-color: red; */
        padding: 4vw;
    }      

    #page5>h1{
        font-size: 4vw;
        letter-spacing: -0.5px;
        margin-bottom: 5vh;
    }

    .elem{
        height: 10vh;
        /* background-color: red; */
        border-top: 1px solid #000;
    }

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

    .elem h4{
        /* background-color: red; */
        font-size: 2.5vw;
    }

    .elem img{
        width: 19%;
        opacity: 1;
    }

    .elem:hover img{
        left: 25%;
    }

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

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


    .elem-part2{
        /* background-color: red; */
        width: 42%;
    }

    .elem-part2 h1{
        font-size: 4vw;
    }

    .elem-part2 h5{
        font-size: 1.5vw;
        font-weight: 500;
    }



    #page6{
        height: 46%;
        /* background-color: lightblue; */
        padding: 4vw;
    }

    #page6-part1{
        width: 50%;
        /* background-color: red; */
        background-position: 50% 100%;
    }

    #page6-part2{
        width: 70%;
        /* background-color: yellow; */
    }

    #page6-part2 h1{
        width: 30%;
        /* background-color: red; */
        margin-bottom: 1.5vw;
        letter-spacing: -1px;
        font-size: 5.5vw;
        line-height: 5.8vw;
    }

    #page6-part2 h3{
        font-weight: 500;
        font-size: 2.5vw;
        /* font-family: Arial, Helvetica, sans-serif; */
        margin-bottom: 2.5vw;
        letter-spacing: 0px;
        line-height: 2.9vw;
    }

    #page6-part2 p{
        font-size: 1.3vw;
        font-weight: 400;
        /* font-family: Arial, Helvetica, sans-serif; */
        margin-bottom: 4vw;
    }


    #page6-part2 #img1{
        width: 52%;
        height: 55%;
        margin-right: 0.2vw;
    }

    #page6-part2 #img2{
        width: 44%;
        height: 55%;
    }


    #page7{
        height: 35%;
        /* background-color: lightblue; */
    }


    #p7-container h2{
        top: 5%;
        /* background-color: red; */
        padding: 0.1vw 1.1vw;
        border: 1px solid #000;
        font-size: 2.2vw;
    }



    #page8{
        height: 50%;
        /* background-color: lightblue; */
        /* justify-content: space-between; */
        gap: 2.5vw;
        padding: 4vw;
    }

    #page8-part1{
        width: 55%;
        /* background-color: green; */
        background-position: 40% 10%;
    }

    #page8-part2{
        width: 50%;
        /* background-color: burlywood; */
    }

    #page8-part2 img{
        height: 76%;
    }

    #page8-part2-bottom h3{
        font-size: 2.3vw;
        font-weight: 600;
        line-height: 2.8vw;
        letter-spacing: -0.2px;
    }

    #page8-part2-bottom p{
        font-size: 1.3vw;
        font-weight: 500;
        letter-spacing: 0.1px;
        line-height: 1.6vw;
    }


    #marque{
        /* background-color: red; */
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        display: flex;
        align-items: center;
    }

    #marque h1{
        font-size: 6vw;
        -webkit-text-stroke: 1px black;
        /* background-color: blue; */
    }



    
    #page9{
        height: 45%;
        /* background-color: lightblue; */
        gap: 3vw;
    }

    #page9 h1{
        font-size: 3.52vw;
        /* background-color: red; */
    }

    #page9-mid{
        width: 41%;
        /* background-color: blue; */
        margin-right: 1vw;
    }

    #page9-mid h3{
        /* background-color: yellow; */
        font-size: 2.1vw;
        line-height: 2.5vw;
    }

    #page9-mid span{
        font-size: 1.8vw;
        /* background-color: red; */
        padding: 0.1vw 1vw;
    }

    #page9-mid img{
        height: 83%;
    }

    #page9-end{
        width: 41%;
        /* background-color: red; */
    }

    #page9-end h3{
        /* background-color: red; */
        font-size: 1.9vw;
        line-height: 2.4vw;
    }

    #page9-end span{
        font-size: 1.8vw;
        /* background-color: red; */
        padding: 0.1vw 1vw;
    }

    #page9-end img{
        height: 83%;
    }


    #footer-container{
        height: 20vh;
        /* background-color: red; */
    }

    #footer{
        height: 15vh;
        /* background-color: lightblue; */
    }

    #footer>h2{
        /* background-color: yellow; */
        font-size: 9px;
        padding-top: 2.1vw;
    }

    #footer>h2:nth-last-child(2){
        width: 20%;
        /* background-color: yellow; */
    }

    #footer h1{
        /* background-color: yellow; */
        font-size: 4vw;
        padding-top: 1.2vw;
    }

    #footer h1::after{
        display: none;
    }

    #footer h1::before{
        display: none;
    }

    #last-part{
        /* background-color: blueviolet; */
        width: 44%;
    }

    #last-part h2{
        /* background-color: blue; */
        font-size: 8.1px;
    }

    #links{
        height: 40%;
        /* background-color: gray; */
        gap: 2vw;
    }

    #links img{
        width: 3vw;
        height: 3vw;
    }

    #last-part h4{
        /* background-color: yellow; */
        font-size: 1.2vw;
    }


}



