body {
    background-color: white !important;
    overflow: scroll !important;
    overflow-x: hidden !important;
    width: 100vw !important;
}

p {
    text-align: justify;
}

.single-page-section {
    width: 100vw;
    height: 100vh;
    border-bottom: 2px solid rgba(0, 0, 0, 0.087);
    background-color: transparent !important;
    background-color: white !important;
}

.background-layer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.mainContainer {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    direction: rtl;
    background-color: white;
}

@media (max-width: 868px) {
    .mainContainer {
        overflow: hidden;
        height: 70vh !important;
    }
}

.main-container__sec-blob {
    height: 90%;
    width: 94%;
    margin-inline: auto;
    margin-block: auto;
    position: relative;
}

.main-container__sec-blob .background-landing {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 9;
}

.laptop {
    left: 30%;
    top: 65%;
    transform: translate(0%, -57%);
    width: 80vw;
    height: auto;
    z-index: 999;
    position: absolute;
}

.logo-aso {
    width: 16%;
}

.logo-box {
    gap: 1rem;
    display: flex;
    right: 52vw;
    bottom: 35%;
    width: 35%;
    height: auto;
    z-index: 999;
    position: relative;
    flex-direction: column;
}

.logo-box p {
    font-size: 20px;
    color: black;
}

@media (max-width: 868px) {
    .main-container__sec-blob {
        height: 100%;
        width: 100%;
    }
    .laptop {
        width: 95vw;
        top: 40%;
        left: 29%;
        right: unset;
        transform: translate(-50%, -50%);
    }
    .main-container__sec-blob .label {
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }
    .background-landing {
        display: none;
    }
    .main-container__sec-blob {
        background: #e8e7e4;
    }
    .main-container__sec-blob .label {
        left: 64%;
        transform: translateX(-50%);
        width: 53%
    }
    .logo-box {
        gap: 1rem;
        display: flex;
        right: 7%;
        top: 64%;
        width: 45%;
        height: auto;
        position: relative;
        flex-direction: column;
    }
    .logo-box p {
        font-size: 16px;
    }
}

@media (max-width: 568px) {
    .laptop {
        width: 119vw;
        top: 45%;
        left: 31%;
        transform: translate(-50%, -50%);
    }
    .main-container__sec-blob .label {
        left: 59%;
        transform: translateX(-50%);
        width: 63%;
        bottom: 8%
    }
    .mainContainer {
        overflow: hidden;
        height: 70vh !important;
    }
    .logo-box {
        gap: 1rem;
        display: flex;
        right: 10%;
        top: 67%;
        width: 80%;
        height: auto;
        position: relative;
        flex-direction: column;
    }
    .logo-box p {
        font-size: 13px;
    }
}

.second-container {
    display: flex;
    color: black;
    align-items: center;
    padding-inline: min(12em, 12vw) min(6rem, 10vw);
    height: 80vh;
}

.second-container__banner-container {
    min-width: 45vw;
    margin-right: auto;
}

@media (max-width: 568px) {
    .second-container__banner-container {
        display: none;
    }
    .second-container {
        height: 55vh;
    }
}

@media (max-width: 868px) {
    .second-container__banner-container {
        display: none;
    }
    .second-container {
        height: 55vh;
    }
    .second-container__description-container h3 {
        font-size: 18px !important;
    }
    .second-container__description-container p {
        font-size: 14px !important;
    }
    .second-container__description-container li {
        font-size: 14px !important;
    }
    .second-container__description-container span {
        font-size: 14px !important;
    }
}

.second-container__description-container {
    font-weight: 500;
    max-width: 500px;
    margin-left: auto;
    text-align: right;
    color: #000000;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    line-height: 190%;
}

.second-container__description-container h3 {
    font-size: 3rem;
}

.second-container__description-container p {
    font-size: 1.2rem;
}

.second-container__description-container li {
    font-size: 1.2rem;
}

.second-container__description-container span {
    font-size: 1.2rem;
}

.second-container__banner-container img {
    max-width: 50vw;
    height: auto;
    position: relative;
    z-index: 999;
}

.over-layer {
    z-index: 9999;
    position: relative;
}

.custom-color-order-list li {
    position: relative;
    padding-right: 1rem;
}

.custom-color-order-list li::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000000;
    content: '';
}

.third-container {
    display: flex;
    justify-content: center;
    position: relative;
    height: 65vh;
}

.third-container__banner-container {
    height: 100vh;
    position: relative;
    bottom: 10%;
}

.third-container__banner-container img {
    width: auto;
    height: 80%;
    position: relative;
    z-index: 999
}

@media (max-width: 568px) {
    .third-container {
        align-items: center;
        height: 45vh !important;
    }
}

@media (max-width: 868px) {
    .third-container__banner-container img {
        width: 90vw;
        height: auto;
    }
    .third-container {
        align-items: center;
        height: 80vh;
    }
    .third-container__banner-container {
        display: flex;
        align-items: center;
        bottom: unset;
    }
}

.main-container_sec-header {
    position: absolute;
    left: 3rem;
    top: 3rem;
    z-index: 9999;
}

.main-container_sec-header ul {
    display: flex;
    gap: .5rem;
    flex-direction: column;
}

@media(max-width:569px) {
    .main-container_sec-header ul {
        font-size: 12px;
    }
}

.main-container_sec-header a {
    display: flex;
    flex-direction: row;
}

.header-links-single {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: bold;
    font-size: larger;
    flex-direction: row-reverse;
}

.header-links-single {
    --color: #777f8d;
}

.header-links-single:hover {
    --color: #29292b;
}

.header-links-single.active {
    --color: #29292b;
}

.header-links-single .blue-circle {
    height: 6px;
    width: 6px;
    background-color: #000000;
    border-radius: 50%;
}

.header-links-single .text {
    color: #000000;
}

@media(max-width:869px) {
    .header-links-single .text {
        color: #000000;
    }
    .main-container_sec-header {
        right: 8%;
    }
    .header-links-single .blue-circle {
        height: 6px;
        width: 6px;
        background-color: #000000;
        border-radius: 50%;
    }
}

.fourth-section {
    position: relative;
    height: 90vh;
    display: flex;
    justify-content: center;
}

.index-long {
    position: absolute;
}

.fourth-container__banner-container {
    display: flex;
    width: 100vw;
    height: auto;
    justify-content: center;
}

.fourth-container__banner-container img {
    width: 25%;
    height: 100%;
    position: relative;
    z-index: 999;
    margin-left: 2%;
}

.fifth-section {
    position: relative;
    height: 90vh;
    display: flex;
    justify-content: center;
    z-index: 99;
}

.fifth-container__banner-container {
    display: flex;
    width: 100vw;
    height: auto;
    justify-content: center;
}

.fifth-container__banner-container img {
    width: 25%;
    height: 100%;
    position: relative;
    z-index: 999;
    margin-left: 2%;
}

@media(max-width:869px) {
    .fifth-container__banner-container img {
        width: 60%;
        height: 100%;
    }
    .fourth-container__banner-container img {
        width: 50%;
        height: 100%;
    }
}

@media (max-width: 568px) {
    .fifth-container__banner-container img {
        width: 85%;
        height: 100%;
    }
    .fourth-container__banner-container img {
        width: 85%;
        height: 100%;
    }
}
@media (max-width: 868px) {
    .laptop {
        transform: none !important;
        left: unset;
        top: 9vh;
        display: flex;
        margin-inline: auto;
        width: 100%;

    }
}