:root {
    --fullscreen-image-background-color: #0e0300;
}

body {
    position: unset;
    background-color: var(--fullscreen-image-background-color);
}

body::after {
    height: 200vh;
}

.navbar {
    background-color: transparent;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
}

.navbar > div:nth-child(4)::after {
    background-color: transparent;
    -webkit-filter: none;
            filter: none;
}

.language {
    /* background-color: var(--fullscreen-image-background-color); */
    background-color: transparent;
}

.language > a {
    text-shadow: 0 0 var(--small) var(--fullscreen-image-background-color);
}

.language::after {
    background-color: transparent;
    -webkit-filter: none;
            filter: none;
}


/* Section 1 */
.section-1 {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    display: -ms-grid;
    display: grid;
    position: relative;
}

.light {
    position: fixed;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 150ms ease;
    transition: opacity 2000ms ease, -webkit-transform 150ms ease;
    -o-transition: transform 150ms ease, opacity 2000ms ease;
    transition: transform 150ms ease, opacity 2000ms ease;
    transition: transform 150ms ease, opacity 2000ms ease, -webkit-transform 150ms ease;
    z-index: -11;
    pointer-events: none;
}

.light > div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255, 186, 8, 0.2);
    -webkit-animation: spin 3000ms infinite linear;
            animation: spin 3000ms infinite linear;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    50% {
        scale: 1 1.4;
    }

    to {
        -webkit-transform:rotate(360deg);
                transform:rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    50% {
        scale: 1 1.4;
    }

    to {
        -webkit-transform:rotate(360deg);
                transform:rotate(360deg);
    }
}

#light-blur {
    width: 100%;
    height: 200%;
    position: absolute;
    z-index: -10;
    -webkit-backdrop-filter: blur(76px);
            backdrop-filter: blur(76px);
}
/* Background Name */

.body-bg-name-en {
    color: var(--gray);
    z-index: -1;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(100vh - 5rem);
    width: 100vw;
    margin-top: 5rem;
    position: absolute;
    opacity: 0.693;
}

.body-bg-name-en div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100vw - 8.625rem - 8.625rem);
    gap: var(--large);
    overflow: visible;
    scrollbar-gutter: stable;
}

.body-bg-name-en div:nth-child(2) {
    scrollbar-gutter: stable both-edges;
}

.body-bg-name-en div h1 {
    font-size: var(--xx-large);
    letter-spacing: var(--small);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.body-bg-name-en div:nth-child(2) {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    color: var(--darkgray);
}

.section-1-bg-img-container {
    width: calc(100vw - 8.625rem);
    height: calc(100vh - 5rem);
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    overflow: hidden;
    scrollbar-gutter: stable;
}

.section-1-bg-img-left {
    width: 35vw;
    min-width: var(--xxxx-large);
    min-height: var(--xxxx-large);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 45vh;
    position: relative;
    border-radius: var(--small);
    overflow: hidden;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    aspect-ratio: 16/10;
    cursor: pointer;
}

.section-1-bg-img-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - 5rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section-1-bg-img-left > main,
.section-1-bg-img-right > div > main {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
}

.section-1-bg-img-right > div {
    min-width: var(--xxxx-large);
    width: 30vw;
    max-height: 35vh;
    min-height: var(--xxx-large);
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    border-radius: var(--small);
    overflow: hidden;
    aspect-ratio: 16/10;
    cursor: pointer;
}

.section-1-bg-img-left > div,
.section-1-bg-img-right > div > div {
    width: 100%;
    height: 100%;
    background-color: var(--fullscreen-image-background-color);
    position: absolute;
    opacity: 0.3;
}

.section-1-bg-img-left > main > img,
.section-1-bg-img-right > div > main > img {
    width: 100%;
    height: 120%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}


/* Background Name */
/* Background Name Responsive */
@media (max-width: 320px) {
    .body-bg-name-en {
        display: none;
    }
    
    .body-bg-name-en div {
        width: calc(100vw - 1rem - 1rem);
    }

    .section-1-bg-img-container {
        width: calc(100vw - 1rem - 1rem);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: var(--medium);
    }

    .section-1-bg-img-left {
        height: 20vh;
        max-height: 35vh;
        width: 30vw;
        min-height: var(--xxx-large);
        transform: translateY(0px) !important;
    }

    .section-1-bg-img-right {
        gap: var(--medium);
        height: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        transform: translateY(0px) !important;
    }

    .section-1-bg-img-right > div {
        height: 20vh;
        -webkit-box-pack: unset;
            -ms-flex-pack: unset;
                justify-content: unset;
    }
}

@media (min-width: 320px) {
    .body-bg-name-en {
        display: none;
    }

    .body-bg-name-en div {
        width: calc(100vw - 1rem - 1rem);
    }

    .section-1-bg-img-container {
        width: calc(100vw - 1rem - 1rem);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: var(--medium);
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
    }

    .section-1-bg-img-left {
        height: 20vh;
        max-height: 35vh;
        width: calc(100vw - 1rem - 1rem);
        min-height: var(--xxx-large);
    }

    .section-1-bg-img-right {
        gap: var(--medium);
        width: calc(100vw - 1rem - 1rem);
        height: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }

    .section-1-bg-img-right > div {
        width: calc(100vw - 1rem - 1rem);
        -webkit-box-pack: unset;
            -ms-flex-pack: unset;
                justify-content: unset;
        height: 20vh;
    }
}

@media (min-width: 480px) {


    .body-bg-name-en div h1 {
        font-size: var(--x-large);
    }
}


@media (min-width: 600px) {
    .section-1-bg-img-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-item-align: start;
            align-self: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 5rem;
        height: 50vh;
    }

    .body-bg-name-en {
        height: 50vh;
        display: -ms-grid;
        display: grid;
    }

    .body-bg-name-en div {
        width: calc(100vw - 2rem - 2rem);
    }

    .section-1-bg-img {
        position: fixed;
        width: calc(100vw - 2rem - 2rem);
    }

    .section-1-bg-img-left {
        max-height: 35vh;
        width: 30vw;
        min-height: var(--xxx-large);
    }

    .section-1-bg-img-right {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        gap: var(--medium);
        height: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }


    .section-1-bg-img-right > div {
        width: 35vw;
        -webkit-box-pack: unset;
            -ms-flex-pack: unset;
                justify-content: unset;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
}

@media (min-width: 768px) {
    .section-1-bg-img-container {
        width: calc(100vw - 2rem - 2rem);
        height: calc(100vh - 5rem);
        -ms-flex-item-align: end;
            -ms-grid-row-align: end;
            align-self: end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 0;
    }


    .body-bg-name-en div h1 {
        font-size: var(--x-large);
    }

    .body-bg-name-en {
        height: calc(100vh - 5rem);
    }

    .section-1-bg-img-left {
        width: 45vw;
        max-height: 45vh;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        min-height: var(--xxxx-large);
    }

    .section-1-bg-img-right {
        gap: var(--xx-large);
        height: calc(100% - 5rem);
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .section-1-bg-img-right > div {
        width: 40vw;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .body-bg-name-en div h1 {
        font-size: var(--xx-large);
    }
}

@media (min-width: 1280px) {
    .body-bg-name-en div {
        width: calc(100vw - 8.625rem - 8.625rem);
    }


    .section-1-bg-img {
        position: fixed;
        width: calc(100vw - 8.625rem);
    }


    .section-1-bg-img-container {
        width: calc(100vw - 8.625rem - 8.625rem);
    }


    .section-1-bg-img-left {
        width: 35vw;
    }
    
    .section-1-bg-img-right > div {
        width: 30vw;
    }
}

@media (min-width: 1440px) {
    .body-bg-name-en div h1 {
        font-size: var(--xx-large);
    }
}
/* Background Name Responsive */

/* Background Image */
.body-bg-img-cropped {
    width: auto;
    height: 100vh;
    pointer-events: none;
    position: fixed;
    z-index: 10;
    -webkit-transition: opacity 369ms ease-out;
    -o-transition: opacity 369ms ease-out;
    transition: opacity 369ms ease-out;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.body-bg-img {
    width: auto;
    height: 100vh;
    position: fixed;
    z-index: -100;
    -webkit-transition: opacity 369ms ease-out;
    -o-transition: opacity 369ms ease-out;
    transition: opacity 369ms ease-out;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
}
/* Section 1 */


/* Section 2 */
.section-2 {
    width: 100vw;
    height: fit-content;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.section-2 > div:nth-child(1) {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.section-2 > div:nth-child(1) > div {
    margin-bottom: var(--medium);
    position: relative;
}

.section-2 > div:nth-child(1) > div > div {
    display: -ms-grid;
    display: grid;
    gap: var(--small);
}

.section-2 > div:nth-child(1) > div > div > h1, h2, h3 {
    color: var(--white);
}

.marquee-container {
    width: 100vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: var(--gray);
    z-index: 100;
    position: sticky;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; 
}

.marquee-container > h3 {
    display: inline-block;
    white-space: nowrap; /* Prevent the text from wrapping */
    color: var(--black);
    -webkit-animation: marquee 20s linear infinite;
            animation: marquee 20s linear infinite; /* Apply smooth scrolling animation */
}

@-webkit-keyframes marquee {
    0% { 
        -webkit-transform: translateX(0%); 
            -ms-transform: translateX(0%); 
                transform: translateX(0%); /* Start the text from the right */
    }
    100% { 
        -webkit-transform: translateX(-100%); 
            -ms-transform: translateX(-100%); 
                transform: translateX(-100%); /* Move the text completely off the left side */
    }
}

@keyframes marquee {
    0% { 
        -webkit-transform: translateX(0%); 
            -ms-transform: translateX(0%); 
                transform: translateX(0%); /* Start the text from the right */
    }
    100% { 
        -webkit-transform: translateX(-100%); 
            -ms-transform: translateX(-100%); 
                transform: translateX(-100%); /* Move the text completely off the left side */
    }
}

/* Section 2 */

@media (max-width: 320px) {
    .body-bg-img-cropped,
    .body-bg-img {
        -webkit-transform: translateX(-39%);
            -ms-transform: translateX(-39%);
                transform: translateX(-39%);
        height: 60vh;
    }

    .marquee-container > h3 {
        padding-top: var(--small);
        padding-bottom: var(--regular);
    }

    .section-2 {
        min-height: 60vh;
    }

    .section-2 > div:nth-child(1) {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media (min-width: 320px) {
    .body-bg-img-cropped,
    .body-bg-img {
        -webkit-transform: translateX(-39%);
            -ms-transform: translateX(-39%);
                transform: translateX(-39%);
        height: 60vh;
    }

    .marquee-container > h3 {
        padding-top: var(--small);
        padding-bottom: var(--small);
    }

    .section-2 {
        min-height: 60vh;
    }

    .section-2 > div:nth-child(1) {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media (min-width: 480px) {
    .body-bg-img-cropped,
    .body-bg-img {
        -webkit-transform: translateX(-40%);
            -ms-transform: translateX(-40%);
                transform: translateX(-40%);
        height: 70vh;
    }
}


@media (min-width: 600px) {
    .body-bg-img-cropped,
    .body-bg-img {
        -webkit-transform: translateX(-43.15%);
            -ms-transform: translateX(-43.15%);
                transform: translateX(-43.15%);
    }

    .marquee-container > h3 {
        padding-top: var(--regular);
        padding-bottom: var(--regular);
    }


    .section-2 {
        min-height: 80vh;
    }

    .section-2 > div:nth-child(1) {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}

@media (min-width: 768px) {
    .body-bg-img-cropped,
    .body-bg-img {
        height: 75vh;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

@media (min-width: 1024px) {
    .body-bg-img-cropped,
    .body-bg-img {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

@media (min-width: 1280px) {
    .body-bg-img-cropped,
    .body-bg-img {
        height: 85vh;
    }

    .section-2 > div:nth-child(1) {
        margin-left: 8.625rem;
        margin-right: 8.625rem;
    }
}


@media (min-width: 1440px) {
    .body-bg-img-cropped,
    .body-bg-img {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 90vh;
    }

    .section-2 > div:nth-child(1) {
        margin-left: 8.625rem;
    }
}