* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

html, body {
    height: 100vh;
    width: 100%;
    background-color: #F8F8F8;
}

body::-webkit-scrollbar {
    background-color: transparent;
    width: 0.5rem;
}

body::-webkit-scrollbar-thumb {
    background-color: #dadada;
    border-radius: 20px;
}

@font-face {
    font-family: monumentUltrabold;
    src: url('./assets/fonts/MonumentExtended-Ultrabold.woff2') format('woff2'),
       url('./assets/fonts/MonumentExtended-Ultrabold.woff') format('woff'),
       url('./assets/fonts/MonumentExtended-Ultrabold.otf') format('opentype');
}

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

#nav {
    height: 11vh;
    width: 100%;
    margin-top: 25px;
    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 {
    height: 100%;
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 1.3vw; */
    font-size: 19px;
    font-family: 600;
    border-right: 2px solid #000;
}

#nav h2:nth-of-type(3) {
    width: 28%;
}

#nav h2:nth-of-type(1) {
    justify-content: flex-end;
    padding-right: 5%;
}

#nav h2:nth-of-type(2) {
    width: 16.5%;
}

#nav h2:nth-last-child(1) {
    width: 12%;
    justify-content: flex-start;
    padding-left: 3%;
    font-size: 20px;
    font-weight: 600;
    border-right: 0px;
}

.logo {
    height: 100%;
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: monumentUltrabold;
    letter-spacing: -2px;
    font-size: 2.25rem;
    position: relative;
}

.logo::after {
    content: 'model management';
    font-size: 0.7rem;
    letter-spacing: 0px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    position: absolute;
    bottom: 23%;
    right: 25%;
}

.copyrightLogo {
    font-size: 20px;
    margin-top: -20px;
    margin-left: 4px;
    font-weight: 300;
}

#center {
    height: 85%;
    width: 100%;
    padding: 4vw 5vw 5vw 5vw;
    position: relative;
}

#content {
    position: relative;
    height: 100%;
    width: 100%;
}

#content video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    background-color: #000;
}

#overlay {
    position: absolute;
    bottom: 0;
    height: 45%;
    width: 100%;
    z-index: 2;
    padding: 3vw;
}

#over1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

#over1 h1 {
    font-family: monumentUltrabold;
    font-weight: 100;
    font-size: 3vw;
    letter-spacing: 2px;
}

#over1 h2 {
    padding: 1.5vw  2.1vw;
    border-radius: 50%;
    border: 2px solid #fff;
}

#over2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    border-top: 2px solid #fff;
    margin-top: 2vw;
}

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

#over2 img {
    font-size: 1.2vw;
}

#scroll {
    height: 20vw;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 1vw;
    background-color: #F8F8F8;
}

#container {
    height: 100%;
    padding: 1vw;
    display: inline-block;
    animation: ModelPhotoScroller 20s linear 0s infinite;
}

#container img {
    height: 100%;
    width: 17vw;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    padding: 0.5vw;
}

@keyframes ModelPhotoScroller {
    from {
        transform: translate3d(0,0,0);
    } 
    to {
        transform: translate3d(-50%,0,0);
    }
}

#alphabat {
    height: 10vh;
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.alphabat-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.alphabat-scroller {
    display: flex;
    align-items: center;
    gap: 1.1vw;
    padding: 1vw 2vw;
    width: max-content;
}

.alphabat-scroller > * {
    flex-shrink: 0;
}

.alphabat-box {
    height: 2.3vw;
    width: 2.3vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.alphabat-box:hover {
    border: 1px solid #000;
}

.alphabat-box h6 {
    font-size: 1vw;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400;
}

#alphabat h5 {
    font-size: 1.8vw;
    text-transform: uppercase;
    font-style: italic;
    border-bottom: 2px solid #000;
    font-weight: 400;
    margin-right: 2.2vw;
}

#page2 {
    height: 110%;
    width: 100%;
    padding: 4vw 5vw;
    display: flex;
    gap: 3vw;
}

#page2-left-part {
    height: 100%;
    width: 60%;
}

#page2-left-part-ph {
    height: 90%;
    width: 100%;
}

#page2-left-part-ph img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border: 0.1px solid #F8F8F8;
    transition: all 1s;
}

#page2-left-part-ph img:hover {
    border: 4vw solid bisque;
}

#page2-left-part-text {
    height: 10%;
    width: 100%;
    font-family: monumentUltrabold;
    text-transform: uppercase;
    font-size: 2vw;
    font-weight: 300;
    display: flex;
    align-items: center;
}

#page2-right-part {
    height: 90%;
    width: 40%;
}

#page2-right-part-ph {
    height: 75%;
    width: 100%;
}

#page2-right-part-ph img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border: 0.1px solid #F8F8F8;
    transition: all 1s;
}

#page2-right-part-ph img:hover {
    border: 3vw solid rgb(185, 174, 174);
}

#page2-right-part-content {
    height: 25%;
    display: flex;
}

#page2-right-part-content-1 {
    height: 100%;
    width: 40%;
    font-size: 1.6vw;
    font-weight: 600;
    padding-top: 1.5vw;
}

#page2-right-part-content-2 {
    height: 100%;
    width: 50%;
    padding-left: 1.5vw;
    padding-top: 1.2vw;
    font-size: 1vw;
    font-weight: 550;
}

.page3 {
    padding: 0 5vw 5vw 9vw;
    height: 85%;
    width: 100%;
    display: flex;
    gap: 3.5vw;
}

.page3-mobile {
    display: none;
}

#page3-left-part {
    height: 100%;
    width: 40%;
}

#page3-left-part-ph {
    height: 80%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#circular-text {
    height: 16vw;
    width: 16vw;
    animation: circular-text-rotate 10s linear 0s infinite;
}

#circular-text-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 5vw;
    width: 5vw;
    z-index: 10;
}

@keyframes circular-text-rotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

#page3-left-part-content {
    display: flex;
    align-items: flex-end;
    height: 20%;
}

#page3-left-part-content p {
    font-size: 1.8vw;
    font-weight: 550;
}

#page3-right-part {
    height: 100%;
    width: 60%;
}

#page3-right-part img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border: 0.1px solid #F8F8F8;
    transition: all 1s;
}

#page3-right-part img:hover {
    border: 3.5vw solid rgb(100, 88, 73);
}

#page-4 {
    height: 75%;
    width: 100%;
    padding: 0 5vw 5vw 5vw;
}

#page-4 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 0.1px solid #F8F8F8;
    transition: all 1s;
}

#page-4 img:hover {
    border: 2vw solid #e6e6e6;
}

#page-5 {
    height: fit-content;
    width: 100%;
    padding: 0vw 5vw 5vw 5vw;
}

#page-5>h1 {
    font-family: monumentUltrabold;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5vw;
    margin-bottom: 5vw;
    font-weight: 500;
}

.elem {
    height: 8.2vw;
    width: 100%;
    border-top: 2px solid #000;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

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

.elem #hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 6px;
    font-weight: 550;
    font-family: monumentUltrabold;
    font-size: 4vw;
    color: #ededed;
}

.elem {
  #hover {
    opacity: 1;
    transition: opacity 0.5s ease-in-out 0.8s;
  }

  &:hover {
    #hover {
      opacity: 0;
      transition: opacity 0.3s ease-in-out 0s;
    }
  }
}

.elem .elem-heading {
    position: absolute;
    left: -8vw;
    opacity: 0;
    text-transform: uppercase;
    font-size: 1vw;
    width: 5%;
    margin-left: 2.2vw;
    margin-bottom: 1.5vw;
    transition: all 0.4s ease-in-out;
}

.elem .update-img-cont {
    height: 6.6vw;
    width: 6.6vw;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 7vw;
    top: 0.8vw;
    left: 7vw;
    opacity: 0;
    transition: all 1s ease;
}

.elem:hover {
    .update-img-cont {
        left: 18.5vw;
        opacity: 1;
    }
    .elem-heading {
        left: 0;
        opacity: 1;
    }
}

/* --------------------------------------- */

/* using transition instead of animation */
/* @keyframes move-elem-ph {
    from {
        left: 7vw;
    }
    to {
        left: 18.5vw;
        opacity: 1;
    }
} */

/* .elem:hover {
    .update-img-cont {
        animation: move-elem-ph 0.6s linear 0s 1 forwards;
    }
} */

 /* -------------------------------------- */

.update-img-cont img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}

.page-5-content {
    position: relative;
    left: 38vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.page-5-content h2 {
    position: relative;
    left: -25vw;
    font-size: 2.5vw;
    font-weight: 400;
    transition: all 1s ease-in-out;
}

.elem:hover {
    .page-5-content h2 {
        left: 0vw;
    }
    .page-5-content p {
        left: 0vw;
    }
}

.page-5-content p {
    position: relative;
    left: -12vw;
    text-transform: uppercase;
    font-size: 0.9vw;
    font-weight: 600;
    transition: all 1s ease-in-out;
}

#page-6 {
    height: 90%;
    width: 100%;
    padding: 5vw;
    display: flex;
    gap: 4vw;
}

#page-6-left-part {
    height: 100%;
    width: 45%;
}

#page-6-left-part img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center 10%;
    border: 0.1px solid #F8F8F8;
    transition: all 1s;
}

#page-6-left-part img:hover {
    border: 3vw solid rgb(98, 72, 40);
}

#page-6-right-part {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 3vw;
}

#page-6-right-part-content {
    width: 100%;
    height: 40%;
}

#page-6-right-part-h-1 {
    font-family: monumentUltrabold;
    letter-spacing: 2px;
    padding-bottom: 2.8vw;
    text-transform: uppercase;
    font-weight: 550;
    font-size: 2.5vw;
}

#page-6-right-part-h-3 {
    padding-bottom: 3.2vw;
    font-size: 1.5vw;
}

#page-6-right-part-images {
    width: 100%;
    height: 60%;
    display: flex;
    gap: 1vw;
    overflow: hidden;
}

#page-6-right-part-images img:nth-of-type(1) {
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    border: 0.1px solid #F8F8F8;
    transition: all 1s;
}

#page-6-right-part-images img:nth-of-type(1):hover {
    border: 2vw solid rgb(173, 168, 167);
}

#page-6-right-part-images img:nth-last-child(1) {
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border: 0.1px solid #F8F8F8;
    transition: all 1s;
}

#page-6-right-part-images img:nth-last-child(1):hover {
    border: 2vw solid rgb(173, 168, 167);
}

#page-7 {
    height: 85%;
    width: 100%;
    padding: 0vw 5vw 5vw 5vw;
}

#page-7 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center 15%;
    border: 0.1px solid #F8F8F8;
    transition: all 1s;
}

#page-7 img:hover {
    border: 3vw solid rgb(149,122,89);
}

#page-8 {
    height: 100%;
    width: 100%;
    padding: 1vw 5vw 5vw 5vw;
    display: flex;
    gap: 4vw;
}

#page-8 #page-8-left-side {
    height: 100%;
    width: 55%;
}

#page-8-left-side img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border: 0.1px solid #F8F8F8;
    transition: all 1s;
}

#page-8-left-side img:hover {
    border: 3vw solid rgb(74, 62, 40);
}

#page-8-right-side {
    height: 100%;
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
    overflow: hidden;
}

#page-8-right-side-ph {
    height: 72.5%;
    width: 100%;
}

#page-8-right-side-ph img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center 30%;
    border: 0.1px solid #F8F8F8;
    transition: all 1s;
}

#page-8-right-side-ph img:hover {
    border: 3vw solid rgb(155, 191, 179);
}

#page-8-right-side-content {
    display: flex;
    gap: 4.5vw;
}

#page-8-right-side-content h2 {
    font-size: 1.65vw;
    font-weight: 550;
}

#page-8-right-side-content p {
    font-weight: 500;
}

#marque {
    height: 6vw;
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#marque h1 {
    text-transform: uppercase;
    display: inline-block;
    font-size: 3.5vw;
    font-family: monumentUltrabold;
    -webkit-text-stroke: 0.1px #000;
    letter-spacing: 5px;
    color: transparent;
    animation: move-marque 7s linear 0s infinite;
    margin-right: 16px;
}

@keyframes move-marque {
    to {
        transform: translateX(calc(-100% - 16px));
    }
}

#blogs {
    height: 65%;
    width: 100%;
    padding: 5vw;
    display: flex;
}

#blogs #blog-heading {
    text-align: start;
    text-transform: uppercase;
    font-family: monumentUltrabold;
    font-size: 2.75rem;
    font-family: 100;
    height: 100%;
    width: 20%;
    padding-left: 1.5rem;
}

#blog-posts {
    width: 80%;
    height: 100%;
    display: flex;
    gap: 4vw;
}

.blog-box {
    height: 100%;
    width: 50%;
    padding: 0.5rem 2vw;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.blog-box-content {
    width: 100%;
    height: 40%;
}

.blog-box-content h3 {
    font-size: 1.5vw;
}

.blog-box-content h3::before {
    content: 'B';
    margin-right: 0.5rem;
    padding: 4px 8px;
    border-radius: 50%;
    border: 1px solid #000;
}

.blog-box-img {
    height: 60%;
    width: 100%;
}

.blog-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

#footer {
    height: 35%;
    width: 100%;
    margin-top: 5vw;
}

#footer-main {
    padding-top: 0.1px;
    height: 90%;
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    display: flex;
}

#footer-part-1 {
    height: 100%;
    width: 40%;
    border-right: 2px solid #000;
    padding-top: 1.75vw;
    display: flex;
    justify-content: space-around;
}

.footer-logo {
    font-family: monumentUltrabold;
    letter-spacing: -2px;
    font-size: 2.25rem;
    position: relative;
}

.footer-logo::after {
    content: 'model management';
    font-size: 0.7rem;
    letter-spacing: 0px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    position: absolute;
    bottom: 80.5%;
    right: 0%;
}

.footer-copyrightLogo {
    position: absolute;
    right: -9%;
    font-size: 20px;
    font-weight: 300;
}

#footer-part-1 h3{
    display: inline-block;
    margin-top: 0.75vw;
}

#footer-part-2 {
    height: 100%;
    width: 20%;
    border-right: 2px solid #000;
    text-align: center;
}

#footer-part-2 h3 {
    margin-top: 2.5vw;
}

#footer-part-3 {
    height: 100%;
    width: 40%;
    display: flex;
    flex-direction: column;
}

#footer-part-3-heading {
    padding: 2.5vw 0 2.5vw 4vw;
    border-bottom: 2px solid #000;
}

#footer-part-3-content {
    padding-left: 4vw;
    display: flex;
    flex-direction: column;
}

#footer-part-3-logos {
    display: flex;
    padding: 1.75vw 0;
}

#footer-part-3-logos i {
    font-size: 1.35rem;
    margin-right: 1vw;
    cursor: pointer;
}

#footer-part-3-logos i:hover {
    transform: scale(1.2);
}

#footer-part-3-tradesmarks p {
    font-size: 0.85rem;
    font-weight: 600;
}

#footer-mobile {
    display: none;
}

#footer-mobile {
    height: 26vh;
    width: 100%;
    padding-top: 10vw;
}

#footer-mobile-main {
    height: 90%;
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

#fotter-mobile-logo {
    height: 40%;
    width: 100%;
    padding-left: 6vw;
    border-bottom: 2px solid #000;
}

#fotter-mobile-trademark {
    height: 60%;
    width: 100%;
    display: flex;
}

#fotter-mobile-trademark-left-p {
    height: 100%;
    width: 60%;
    border-right: 2px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#fotter-mobile-trademark-right-p {
    height: 100%;
    width: 40%;
    padding: 2vw 0 0 2vw;
}

#fotter-mobile-trademark-right-p p {
    font-size: 0.7rem;
    font-weight: 550;
    line-height: 1rem;
}

@media (max-width: 600px) {
    /* nav */
    #nav {
        height: 7vh;
        margin-top: 15px;
        padding: 0 5vw;
    }

    #nav h2 {
        display: none;
    }

    #nav h3 {
        display: block;
        cursor: pointer;
    }

    .logo {
        width: 38%;
        justify-content: flex-start;
        font-size: 1.6rem;
    }

    .logo::after {
        display: none;
    }

    .copyrightLogo {
        display: none;
    }

    #center {
    height: 85%;
    width: 100%;
    padding: 4vw 5vw 5vw 5vw;
    position: relative;
}


/* center */
    #center {
        height: 50%;
    }

    #overlay {
        height: 30vw;
    }

    #over1 h1 {
        font-size: 4vw;
    }

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

    #over2 img {
        height: 50px;
        width: 50px;
    }

    /* scroll */
    #scroll {
        height: 33vw;
        padding: 1vw 0;
    }

    #container {
        padding: 1vw 0;
    }

    #container img {
        width: 30vw;
    }

    #container img:nth-last-child(1) {
        margin-right: 0.5vw;
    }

    /* Aplhabat */
    #alphabat {
        height: 8vh;
    }

    .alphabat-wrapper::-webkit-scrollbar {
        display: none;
    }

    .alphabat-box {
        height: 5vw;
        width: 5vw;
    }

    .alphabat-box h6 {
        font-size: 2.75vw;
    }

    #alphabat h5 {
        font-size: 4vw;
    }

    /* page 2 */
    #page2 {
        height: 50%;
    }

    #page2-left-part {
        height: 100%;
        width: 50%;
    }

    #page2-left-part-ph {
        height: 85%;
    }

    #page2-left-part-text {
        height: 15%;
        font-size: 4vw;
    }

    #page2-right-part {
        height: 100%;
        width: 50%;
    }

    #page2-right-part-ph {
        height: 85%;
    }

    #page2-right-part-content {
        height: 15%;
    }

    #page2-right-part-content-1 {
        width: 100%;
        font-size: 2.5vw;
    }

    #page2-right-part-content-2 {
        display: none;
    }

    /* page  3  */
    .page3 {
        padding: 0 5vw 5vw 5vw;
        display: flex;
        flex-direction: column;
        gap: 4.75vw;
    }

    .page3-normal {
        display: none;
    }

    #page3-left-part {
        height: 20%;
        width: 100%;
        display: flex;
    }

    #page3-left-part-ph {
        height: 100%;
        width: 50%;
    }

    #circular-text {
        height: 8rem;
        width: 8rem;
        border-radius: 50%;
        background: transparent;
    }

    #circular-text-arrow {
        height: 7vw;
        width: 7vw;
    }

    #page3-left-part-content {
        align-items: flex-start;
        height: 100%;
        width: 50%;
    }

    #page3-left-part-content p {
        font-size: 4.5vw;
        font-weight: 400;
    }

    #page3-right-part {
        height: 80%;
        width: 100%;
    }

    /* page 4 */

    #page-4 {
        height: 40%;
        padding: 5vw 5vw 5vw 5vw;
    }


    /* page 5 */
    #page-5 {
        height: fit-content;
        width: 100%;
        padding: 0vw 5vw 5vw 5vw;
    }

    #page-5>h1 {
        font-size: 8vw;
    }

    .elem {
        height: 22vw;
    }

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

    .elem #hover {
        display: none;
    }

    .elem .elem-heading {
        left: 0;
        opacity: 1;
        font-size: 3vw;
        width: 15%;
        transition: all 0s;
    }

    .elem .update-img-cont {
        height: 16vw;
        width: 16vw;
        left: 25vw;
        top: 2vw;
        opacity: 1;
        transition: all 0s;
    }

    .elem:hover {
        .update-img-cont {
            left: 25vw;
        }
    }

    .page-5-content {
        left: 50vw;
    }

    .page-5-content h2 {
        left: 0;
        font-size: 4.5vw;
        transition: all 0s;
    }

    .page-5-content p {
        left: 0;
        font-size: 2vw;
        transition: all 0s;
    }

    /* page 6 */
    #page-6 {
        height: 70%;
    }

    #page-6-left-part {
        width: 50%;
    }

    #page-6-right-part {
        width: 50%;
    }

    #page-6-right-part-content {
        width: 100%;
        height: fit-content;
    }

    #page-6-right-part-h-1 {
        font-size: 4.7vw;
    }

    #page-6-right-part-h-3 {
        padding-bottom: 3.2vw;
        font-size: 2.8vw;
    }

    #page-6-right-part-images {
        width: 100%;
        height: 70%;
    }

    #page-6-right-part-images img:nth-of-type(1) {
        display: none;
    }

    #page-6-right-part-images img:nth-last-child(1) {
        width: 100%;
        height: 100%;
        transition: all 1s;
    }

    /* page 7 */
    #page-7 {
        height: 40%;
    }

    /* page 8 */
    #page-8 {
        height: 50%;
        padding-bottom: 7vw;
    }

    #page-8-left-side {
        width: 40%;
    }

    #page-8-right-side {
        width: 60%;
    }

    #page-8-right-side-ph {
        height: 80%;
    }

    #page-8-right-side-content {
        display: flex;
        gap: 4.5vw;
        align-items: flex-end;
    }

    #page-8-right-side-content h2 {
        font-size: 4vw;
    }

    #page-8-right-side-content p {
        display: none;
    }

    #marque {
        height: 10vw;
    }

    #marque h1 {
        font-size: 6vw;
    }

    #blogs {
        height: 45%;
        flex-direction: column;
        padding-bottom: 8vw;
    }

    #blogs #blog-heading {
        text-align: center;
        font-size: 3rem;
        height: fit-content;
        width: 100%;
        padding-left: 0;
        margin-bottom: 2vw;
    }

    #blog-posts {
        width: 100%;
        height: 90%;
    }

    .blog-box-content {
        width: 100%;
        height: 50%;
        line-height: 4vw;
    }

    .blog-box-content h3 {
        font-size: 3vw;
    }

    .blog-box-img {
        height: 50%;
    }

    /* footer */

    #footer {
        display: none;
    }

    #footer-mobile {
        display: block;
    }

    #fotter-mobile-trademark{
        padding-left: 6vw;
    }

    #footer-part-3-logos {
        margin-bottom: 0;
        margin-top: 2vw;
        gap: 1.2vw;
    }

    #footer-part-3-logos {
        padding-bottom: -2vw;
        margin-top: -2vw;
    }
}