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: 75vh;

    }
}

.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;
}



.mobiles {
    right: -8vw;
    top: 45%;
    transform: translate(0%, -57%);
    width: 50vw;
    height: auto;
    z-index: 999;
    position: absolute;
}

@media (max-width: 1500px) {
    .mobiles {
        right: -35vw;
    }
}

@media (max-width: 868px) {
    .main-container__sec-blob {
        height: 100%;
        width: 100%;

    }

    .mobiles {
        width: 65vw !important;
        top: 43% !important;
        right: 10% !important;
        right: unset;
        transform: translate(-50%, -50%) !important;
    }

    .background-landing {
        display: none;

    }

    .main-container__sec-blob {
        background: #1ba3c6;

    }

    .text {
        color: white;
    }
}


@media (max-width: 568px) {
  
    .mainContainer {
        overflow: hidden;
    }
}

.logo-kimia {
    width: 23%;
    margin-right: -6%;
}

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

.logo-box p {
    font-size: 20px;
    color: rgb(255, 255, 255);
}

@media (max-width: 868px) {
    .logo-box {
        gap: 1rem;
        display: flex;
        right: 7%;
        top: 64%;
        width: 54%;
        height: auto;
        position: relative;
        flex-direction: column;
    }

    .logo-box p {
        font-size: 16px;

    }
}


.element1 {
    position: absolute;
    top: 92%;
    transform: translate(-0%, -50%);
    width: 9%;
    z-index: 9;
    left: 0%;
}

@media (max-width: 868px) {
    .element1 {
        display: none;
    }
}

.element1 img {
    width: 67%;
    height: auto;

}




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


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

@media (max-width: 568px) {
    .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: #1ba3c6;
    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 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:868px) {
    .second-container__banner-container {
        width: 80%;
        height: 75%;
        min-width: 45vw;
        margin-right: auto;
    }
}

.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: #1ba3c6;
    content: '';

}

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

.third-container__banner-container {
    height: 100vh;
    position: relative;
    bottom: -2vh;

}

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

@media (max-width: 568px) {

    .third-container {
        align-items: center;
        height: 35vh !important;
    }
}


@media (max-width: 868px) {
    .third-container__banner-container img {
        width: 40vw;
        height: auto;
    }

    .third-container {
        align-items: center;
        height: 50vh;
    }

    .third-container__banner-container {
        display: flex;
        align-items: center;
        bottom: unset;

    }
}
.element2 {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-0%, -50%);
    width: 13vw;
}


.element2 img {
    width: 100%;
    height: auto;

}
.element3{
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-0%, -50%);
    width: 13vw;
}

.element3 img {
    width: 75%;
    height: auto;

}
.element3-img{
    width: 100% !important;
}
.element2-img{
    width: 75% !important;
}
.element2-box{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}




.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: #002561;
}

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

.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: #fff;
    }

    .main-container_sec-header {
        right: 4%;
    }

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

.sec-videos {
    display: flex;
    gap: 1rem;
}

.video-container {
    z-index: 999;
    margin-top: 20px;
    display: flex;
    position: relative;
    height: fit-content;
    --video-unit-counter: 1;
    --video-size: calc(var(--video-unit-counter) * 20vw);
    --video-top: calc(var(--video-unit-counter) * 1vw);
    --video-left: calc(var(--video-unit-counter) * 2vw);
    --video-border-radius: calc(var(--video-unit-counter) * 3vw);
}

@media (max-width: 1600px) {
    .video-container {
        --video-unit-counter: 1.3;

    }
}

@media (max-width: 1300px) {
    .sec-videos {
        flex-wrap: wrap;
        justify-content: center;

    }

    .video-container {
        --video-unit-counter: 2;
    }

    .fourth-section {
        height: fit-content !important;
        padding-block: 3rem;
    }
}

.video-container .video-frame {
    z-index: 99;
    position: relative;
    width: var(--video-size);
    height: auto;
}

@media (max-width: 868px) {
    .video-container {
        --video-unit-counter: 3;
        height: auto;
        width:auto;
    }

    .video-container .video {
        z-index: 5;
        width: 80% !important;
        left: 12% !important;
        object-fit: cover;
        height: 92% !important;
        position: absolute;
    }
}

.video-container .video-frame {
    z-index: 99;
    position: relative;
    width: var(--video-size);
    height: auto;
}

.video-container .video {
    z-index: 5;
    width: 83%;
    height: 92%;
    top: var(--video-top);
    border-radius: var(--video-border-radius);
    left: var(--video-left);
    object-fit: cover;
    /* width: 100%; */
    /* height: auto; */
    position: absolute;
}


.fourth-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    background-color: #00000061 !important;
}

.video-overlay {
    position: absolute;
    left: 53%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 83%;
    height: 80%;
    cursor: pointer;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.836594012605042) 0%, rgba(0, 0, 0, 0.3884147408963585) 51%, rgba(0, 0, 0, 0) 87%);
    display: grid;
    place-items: center;
    opacity: 1;
    transition: .4s;
    padding-right: 1rem;
}

.video-overlay circle,
.video-overlay path {
    transition: .2s;
}

.video-overlay:hover circle {
    fill: rgb(199, 199, 199);
}

.video-overlay:hover path {
    fill: #3D3D3D;
}

.video-container.playing .video-overlay {
    opacity: 0;
}
.mobiles {
    right: -8vw;
    top: 45%;
    transform: translate(0%, -57%);
    width: 50vw;
    height: auto;
    z-index: 999;
    position: absolute;
}
@media (max-width: 868px) {
    .logo-box {
    
        display: flex;
        right: 10%;
        top: 65%;
        width: 75%;
        height: auto;
        position: relative;
        flex-direction: column;
    }

    .logo-box p {
        font-size: 12px;

    }
    .main-container__sec-blob {
        height: 100%;
        width: 100%;

    }
    .background-landing {
        display: none;

    }

    .text {
        color: white;
    }
}


.mainContainer {
    overflow-x: hidden;
}