.banner-label {
    font-size: 24px;
    margin-bottom: 5rem;
    font-family: var(--sans-font);
}
.banner-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.banner-desc {
    margin-bottom: 5rem;
}

.banner-button {
    padding: 1rem 2rem;
    background-color: #5f3be5 ;
    outline: none;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.ar-title {
    font-size: 40px;
    font-weight: 700;
    font-family: var(--sans-font);
}
@media (max-width: 1399.98px) {
    .banner-title {
        font-size: 36px;
    }
    .banner-label,
    .banner-desc {
        margin-bottom: 4rem;
    }
    .banner-button {
        padding: 10px 25px;
    }
}
@media (max-width: 1280.98px) {
}
@media (max-width: 1199.98px) {
}
@media (max-width: 1024.98px) {
    .banner-title {
        font-size: 26px;
    }
    .banner-label {
        font-size: 20px;
    }
    .banner-label,
    .banner-desc {
        margin-bottom: 3rem;
    }
    .banner-desc {
        font-size: 15px;
    }
}
@media (max-width: 991.98px) {
    .banner-label,
    .banner-desc {
        margin-bottom: 2rem;
    }
    .ar-title {
        font-size: 26px;
    }
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
}
@media (max-width: 414.98px) {
    .banner-desc p {
        display: inline;
    }
}

#tiktok-ar-banner {
    width: 100vw;
    min-height: calc(100vh - 97px);
    position: relative;
    z-index: 3;
    margin-top: 104px;
    background: black url(/images/tiktok-ar-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#tiktok-ar-banner > img {
    position: absolute;
    bottom: -120px;
    left: 180px;
}
#tiktok-ar-banner .row > div:first-child {
    padding-top: 44px;
}

#tiktok-ar-banner h4 img {
    width: 60px;
    margin-left: 1rem;
}
#tiktok-ar-banner button {
    background-color: #5f3be5;
}

#tiktok-ar-ads {
    margin: 6rem 0;
}
.tiktok-ar-ads-items > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#tiktok-ar-ads .row .row > div:first-child > div img {
    position: relative;
    left: -60px;
}
#tiktok-ar-ads .row .row > div:last-child > div {
    padding: 2rem;
    border: 1px solid #5519ff;
    border-radius: 5px;
    width: 70%;
}
#tiktok-ar-ads .row .row > div:last-child > div button {
    background-color: #2cf2ff;
    color: black;
}
#tiktok-ar-ads .banner-button{
    color: white !important;
}
#tiktok-ar-feature {
    background-color: black;
    padding: 8rem 0;
}
#tiktok-ar-feature > div > div {
    width: 80%;
}
#tiktok-ar-feature .items {
    background-color: white;
    border-radius: 26px;
    padding: 4rem 0;
}
#tiktok-ar-feature .items img {
    padding: 1rem;
    border-radius: 10px;
    border: 3px solid #5f3be5;
    margin-bottom: 3rem;
}
#tiktok-ar-feature .items .row > div > div {
    width: 80%;
    margin: 0 auto;
}
/* tiktok-ar-campaign */
#tiktok-ar-campaign {
    padding: 6rem 0;
}
#tiktok-ar-campaign img {
    /* border-radius: 15px; */
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}
#tiktok-ar-campaign .items {
    width: 95%;
    margin: 0 auto;
}
#tiktok-ar-campaign .item-slider .video-img {
    position: relative;
    width: 80%;
    margin: 0 auto;
    cursor: pointer;
}
#tiktok-ar-campaign .video-img video {
    pointer-events: none;
}
/* end */

/* tiktok ar process */
#tiktok-ar-process {
    background-color: black;
    position: relative;
}
#tiktok-ar-process > div > .row > div {
    border-left: 1px solid #2cf2ff;
    padding-top: 7rem;
    padding-bottom: 7rem;
}
#tiktok-ar-process button {
    background-color: #5f3be5;
    color: white;
}
.tiktok-ar-process-circles > div::before {
    position: absolute;
    content: "";
    background-color: black;
    border: 1px solid #2cf2ff;
    height: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 20px;
    top: 40%;
    left: 0;
    transform: translateX(-50%);
}
/* end */

@media (max-width: 1540px) {
    #tiktok-ar-banner > img {
        width: 70px;
    }
}
@media (max-width: 1399.98px) {
    #tiktok-ar-ads .row .row > div:last-child > div {
        width: 90%;
    }
}
@media (max-width: 1280.98px) {
    #tiktok-ar-campaign .item-slider > div {
        width: 90%;
        margin: 0 auto;
    }
}
@media (max-width: 1199.98px) {
}
@media (max-width: 1024.98px) {
    #tiktok-ar-banner {
        margin-top: 90px;
        min-height: 100%;
        padding-bottom: 90px;
    }
    #tiktok-ar-banner > img {
        display: none;
    }
    #tiktok-ar-ads .row .row > div:last-child > div {
        width: 95%;
    }
    #tiktok-ar-feature > div > div {
        width: 95%;
    }
}
@media (max-width: 991.98px) {
    #tiktok-ar-banner {
        min-height: 100%;
        margin-top: 0;
        padding-top: 120px;
        padding-bottom: 120px;
    }
    #tiktok-ar-banner .row > div:first-child {
        padding-top: 0px;
    }
    #tiktok-ar-ads .row .row > div:last-child > div {
        width: 100%;
    }
    #tiktok-ar-ads .row .row > div:first-child > div img {
        left: 0;
    }
    #tiktok-ar-feature {
        padding: 6rem 0;
    }
    #tiktok-ar-feature .items .row > div > div {
        font-size: 18px;
        width: 90%;
    }
    #tiktok-ar-campaign .items {
        font-size: 24px;
    }
    #tiktok-ar-feature .items img {
        margin-bottom: 1rem;
    }

    #tiktok-ar-campaign {
        padding: 4rem 0;
    }
    #tiktok-ar-campaign h4 {
        font-size: 28px;
    }
    #tiktok-ar-campaign .items > .slider .item-slider > div {
        width: 90%;
        margin: 0 auto;
    }
    #tiktok-ar-process > div > .row > div {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    #tiktok-ar-process h4 + p {
        font-size: 26px;
    }
    #tiktok-ar-process h4 + p + ul {
        font-size: 18px;
    }
}
@media (max-width: 767.98px) {
    #tiktok-ar-feature > div > div {
        width: 80%;
    }
    #tiktok-ar-feature .items .row > div > div {
        width: 80%;
    }

    #tiktok-ar-feature .items {
        padding: 3rem 0;
    }
    #tiktok-ar-campaign img {
        margin-bottom: 1rem;
    }
    #tiktok-ar-process > div > .row > div {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    #tiktok-ar-ads {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }
    .tiktok-ar-ads-items > div {
        position: relative;
    }
    #tiktok-ar-ads .row .row > div:last-child > div {
        width: 60%;
    }
}
@media (max-width: 575.98px) {
    .tiktok-ar-ads-items > div > div > p {
        font-size: 24px;
    }
    .tiktok-ar-ads-items > div > div > p > span {
        font-size: 34px;
    }
    #tiktok-ar-ads .row .row > div:last-child > div {
        width: 100%;
    }
    #tiktok-ar-feature {
        padding: 4rem 0;
    }
    #tiktok-ar-campaign {
        padding-top: 5rem;
        padding-bottom: 6rem;
    }
    #tiktok-ar-process > div > .row > div {
        padding-top: 4rem;
        padding-bottom: 5rem;
    }
}
@media (max-width: 414.98px) {
    #tiktok-ar-ads .row .row > div:last-child > div button {
        font-size: 13px;
        padding: 1rem;
    }
    #tiktok-ar-feature > div > div {
        width: 100%;
    }
    #tiktok-ar-feature .items {
        padding: 2rem 0;
    }
    #tiktok-ar-feature .items img {
        margin-bottom: 0.5rem;
    }

    #tiktok-ar-campaign h4 {
        font-size: 24px;
    }
    #tiktok-ar-process > div > .row > div {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
}
