* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Qunatum;
    src: url(../../fonts/Quantum.ttf);
}

@font-face {
    font-family: Helvetica;
    src: url(../../fonts/Helvetica.ttf);
}

@font-face {
    font-family: helveticaOblique;
    src: url(../../fonts/helveticaOblique.ttf);
}

:root{
    scrollbar-color: #08f21e #555 !important;
    scrollbar-width: thin !important;
}

body {
    height: 100svh;
    background-color: #333333;
}

.back-btn-wrapper svg {
    width: 1.6rem;
    height: 1.6rem;
}

.page {
    width: max-content;
    height: 100%;
    overflow-y: hidden !important;
    display: flex;
}

.arrow-container {
    position: fixed;
    left: 0;
    top: 0;
    margin: 2svh 2vw
}

.a-wrapper {
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #08f21e !important;
    transition: .4s all;
}

.left-arrow {
    transition: .4s all;
}

.a-wrapper:hover .left-arrow {
    color: #08f21e !important;
}

.a-wrapper:hover {
    background: white !important;
}

.page-content {
    height: 100%;
    aspect-ratio: 10/1;
    display: flex;
}

.page .l-wrapper {
    width: max-content;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page .l-img {
    height: 100% !important;
    max-width: initial;
    width: 100%;
}

.page .ll-title {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
}

/*---------- L3 ---------------*/

.page .l3-wrapper {
    padding-left: 6vw;
    padding-top: 17.1svh;
    padding-bottom: 4.5svh;
}

.l3-wrapper .l3-img-wrapper {
    height: 58.5svh;
}

.l3-wrapper .l3-title img {
    height: 3.2svh !important;
    max-width: initial;
}

/*---------- L2 ---------------*/

.page .l2-wrapper {
    padding-left: 9vw;
    padding-top: 5.5svh;
    padding-bottom: 4.5svh;
}

.l2-wrapper .l2-img-wrapper {
    height: 83svh;
}

.l2-wrapper .l2-title img {
    height: 3.2svh !important;
    max-width: initial;
}

/*---------- L1 ---------------*/

.page .l1-wrapper {
    padding-left: 5.5vw;
    padding-top: 16.1svh;
    padding-bottom: 4.5svh;
}

.l1-wrapper .l1-img-wrapper {
    height: 61.4svh;
}

.l1-wrapper .l1-title img {
    height: 3.2svh !important;
    max-width: initial;
}

/* ---------- CENTER ----------- */

.page .main-wrapper .main-title img{
    height: 4.8svh !important;
    max-width: initial;
}

.page .main-wrapper .main-text img{
    height: 86svh !important;
    max-width: initial;
    padding-top: 5.5svh;
}

.page .main-wrapper {
    padding-top: 5.5svh;
    padding-left: 10vw;
    padding-bottom: 1svh;
}

/* ---------- r ----------- */

.page .r-wrapper {
    padding-left: 8vw;
    padding-top: 6.8svh;
    padding-bottom: 4.2svh;
}

.l1-wrapper .l1-img-wrapper {
    height: 61.4svh;
}

.l1-wrapper .l1-title img {
    height: 3.2svh !important;
    max-width: initial;
}

.page .r-wrapper .rt-title {
    padding-left: 2.5vw;
    padding-bottom: 6.25svh;
}

.page .r-wrapper .rt-title img {
    height: 3.2svh;
    max-width: initial;
}

.page .r-wrapper .rt-img-wrapper img {
    height: 59svh !important;
    max-width: initial;
}

/* width */
::-webkit-scrollbar {
    height: 12px !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #3f3f3f;
    min-width: 100px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #08f21e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.page .r-wrapper .rb-title {
    height: 100%;
    display: flex;
    align-items: end;
    padding-left: 2.5vw;

}
.page .r-wrapper .rb-title img {
    height: 3.2vh;
    max-width: initial;
}

body, html, .page, .page-content {
    overflow-y: hidden !important;
}

@media only screen and (max-width: 992px) {



}

body, html, .page, .page-content {
    overflow-y: auto !important;
}

body {
    height: initial;
}

.page {
    width: 100%;
}

.page-content {
    width: 100%;
    aspect-ratio: initial;
}

.page .l3-wrapper {
    padding-left: 16vh;
}

.page .l2-wrapper {
    padding-left: 22vh;
}

.page .main-wrapper {
    padding-left: 22vh;
}

.page .r-wrapper {
    padding-left: 20vh;
}

.main-title p{
    color: #999999;
    font-size: clamp(1.5rem, 12vw, 3.6rem);
    line-height: clamp(1rem, 12vw, 3.6rem);
    text-align: center;
    font-family: Qunatum, sans-serif;
    font-weight: 600;
}

.text {
    padding: 0 clamp(1.2rem, 4vw, 4rem);
}

.text p {
    font-family: Helvetica, sans-serif;
    color: #669999;
    font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.text p i {
    font-family: helveticaOblique, sans-serif !important;
    color: #ccffff;
}

.hr-img-container {
    width: 100%;
    overflow-x: hidden;
}

.hr-img-wrapper {
    position: relative;
    height: 500px;
}

.hr-img-wrapper img {
    position: absolute;
    top: 0;
    left: -2431px;
    max-width: initial !important;
    height: 100% !important;
    transition: .6s all linear;
    z-index: 100;
}

.arrow-wrapper img {
    max-width: 3rem !important;
}

.slide-arrow-container {
    padding: 2rem clamp(3rem, 8vw, 6rem);
    display: flex;
    justify-content: space-between;
}