.ab-container {
    position: relative;
    display: block;
    padding: 280px 0px 290px;
    /* overflow: hidden; */
}

.ab-text-opa {
    position: absolute;
    right: 0px;
    font-size: 200px;
    line-height: 150px;
    /* top: 140px; */
    top: 260px;
    letter-spacing: 10px;

    -webkit-text-stroke: 1px #d5a85f;
    color: transparent;
    opacity: 0.2;

    animation: abTextOpa 0.5s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -0.5s);

    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes abTextOpa {
    to {
        top: 160px;
    }
}

.ab-content {
    position: relative;
    display: block;
    font-size: 0px;
    width: calc(100% - 40px);
    max-width: 1370px;
    margin: auto;
}

.ab-content > * {
    font-size: 20px;
}

.ab-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.ab-item.left {
    max-width: 670px;
    /* margin-right: 170px; */
    margin-right: calc(100% - 670px - 530px);
    top: -100px;

    animation: abItemLeft 0.5s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -0.5s);

    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes abItemLeft {
    to {
        top: 100px;
    }
}

.ab-item-cust {
    position: relative;
    display: block;
    -webkit-text-stroke: 1px #fff;
    font-size: 200px;
    line-height: 44px;
    margin: 0px 0px 40px;

    -webkit-text-stroke: 1px #fff;
    color: transparent;
}

.ab-item-mark-title {
    position: relative;
    display: block;
    margin: 0px 0px 35px;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 2px;
    font-weight: normal;
}

.ab-item-title {
    position: relative;
    display: block;
    margin: 0px 0px 35px;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 6px;
    margin: 0px auto 40px;
    font-weight: normal;
}

.ab-item-article {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 35px;
}

.ab-item-article .color-orange {
    font-size: 22px;
}

.ab-item-article p {
    margin: 0px 0px 42px;
}

.ab-item-article p:last-child {
    margin: 0px;
}

.ab-item.right {
    max-width: 530px;
    top: 200px;

    animation: abItemRight 0.5s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -0.5s);

    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes abItemRight {
    to {
        top: -100px;
    }
}

.ab-slide-out {
    position: relative;
    display: block;
}

.ab-slide-out:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    left: 24px;
    top: 24px;
    z-index: 10;
}

.ab-slide-out:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    left: 24px;
    top: 24px;
}

.ab-item.left .ab-slide-out {
    display: none;
}

/* Desktops and laptops */
@media screen and (max-width : 1536px) {
    .ab-container {
        padding: 220px 0px 240px;
    }

    .ab-text-opa {
        font-size: 160px;
        line-height: 120px;
        top: 260px;
        letter-spacing: 8px;

        animation: abTextOpa 0.5s linear infinite;
        animation-play-state: paused;
        animation-delay: calc(var(--scroll) * -0.5s);

        animation-iteration-count: 1;
        animation-fill-mode: both;
    }

    @keyframes abTextOpa {
        to {
            top: 120px;
        }
    }

    .ab-content {
        max-width: 1097px;
    }

    .ab-item.left {
        max-width: 538px;
        margin-right: calc(100% - 538px - 424px);
    }

    .ab-item.right {
        max-width: 424px;
    }

    .ab-item-cust {
        font-size: 160px;
        line-height: 36px;
        margin: 0px 0px 5px;
    }
        
    .ab-item-mark-title {
        margin: 0px 0px 30px;
        font-size: 16px;
        line-height: 12px;
        letter-spacing: 2px;
    }

    .ab-item-title {
        margin: 0px 0px 35px;
        font-size: 38px;
        line-height: 38px;
        letter-spacing: 3px;
        margin: 0px auto 40px;
    }

    .ab-item-article {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0.5px;
    }

    .ab-item-article .color-orange {
        font-size: 17px;
    }

    .ab-item-article p {
        margin: 0px 0px 37px;
    }
}

@media screen and (max-width : 1366px) {
	
}

/* Tablet */
@media screen and (max-width: 1024px) {
    .ab-item-title {
        font-size: 33px;
        line-height: 35px;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    
}

@media screen and (max-width : 500px) {
    .ab-container {
        padding: 150px 0px 100px;
    }

    .ab-text-opa {
        font-size: 100px;
        line-height: 120px;
    }

    .ab-text-opa {
        font-size: 125px;
        line-height: 100px;
        top: 34px;
        right: auto;
        left: 80px;
    }

    .ab-item.left {
        top: 0px !important;
    }

    .ab-item {
        width: 100%;
        max-width: unset;
    }

	.ab-item.left .ab-slide-out {
        display: block;
        margin-bottom: 100px;
    }

    .ab-item.right {
        display: none;
    }

    .ab-item-title {
        font-size: 25px;
        line-height: 30px;
    }

    .ab-item-article {
        font-size: 14px;
        line-height: 26px;
    }

    .ab-item-article .color-orange {
        font-size: 15px;
    }

    .ab-item-article p {
        margin: 0px 0px 25px;
    }
}
