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

/* ar exhibition banner */

#ar-exhibition-banner {
    width: 100vw;
    min-height: calc(100vh - 97px);
    position: relative;
    z-index: 3;
    margin-top: 104px;
    background: black url(/images/ar-exhibition-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#ar-exhibition-banner > img {
    position: absolute;
    bottom: -120px;
    left: 180px;
}
#ar-exhibition-banner .row > div:first-child {
    padding-top: 44px;
}
#ar-exhibition-banner h4 img {
    width: 60px;
    margin-left: 1rem;
}
#ar-exhibition-banner button {
    background-color: #5f3be5;
}
.ar-exhibition-banner-mobile {
    background: url(/images/ar-exhibition-banner-mobile.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/* end */

/* ar-exhi-what-impl */
#ar-exhi-what-impl .title-banner {
    background: url(/images/ar-exhibition-what-impl.png);
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: white;
    padding: 6rem 0;
}
#ar-exhi-what-impl p {
    margin: 0;
}
.ar-exhi-what-impl-ct {
    padding-top: 8rem;
    padding-bottom: 0;
    text-align: center;
}
.item-ar-exhi-what-impl {
    display: block;
    text-align: left;
    background: #f2f2ff;
    box-shadow: 4px 6px 5px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10rem;
    width: 381px;
    height: 483px;
}
.item-ar-exhi-what-impl > span {
    display: inline-block;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
}
.item-ar-exhi-what-impl h5 {
    font-size: 32px;
    font-weight: bold;
    color: var(--main-purple-color);
    font-family: var(--sans-font);
}
#ar-exhi-what-impl .item-ar-exhi-what-impl p {
    margin-bottom: 1rem;
}
.item-ar-exhi-what-impl > div {
    height: 180px;
}
.item-ar-exhi-what-impl > div:first-child img {
    position: relative;
    top: -44px;
}
.item-ar-exhi-what-impl > div:last-child img {
    position: absolute;
    right: 0;
}

.item-ar-exhi-what-impl-2 > div:first-child img {
    top: -25px;
}
.item-ar-exhi-what-impl-2 > div:last-child img {
    bottom: -16px;
}
.item-ar-exhi-what-impl-3 > div:first-child img {
    top: -55px;
}
.item-ar-exhi-what-impl-3 > div:last-child img {
    bottom: -52px;
}
.item-ar-exhi-what-impl-4 > div:first-child img {
    top: -83px;
}
.item-ar-exhi-what-impl-4 h5 {
    margin-bottom: 2rem;
}
.item-ar-exhi-what-impl-5 > div:first-child img {
    top: -70px;
    left: -28px;
}
.item-ar-exhi-what-impl-5 > span {
    height: 138px;
    float: left;
}
.item-ar-exhi-what-impl-5 > div:last-child {
    clear: both;
}
.item-ar-exhi-what-impl-5 > div:last-child img {
    right: -14px;
    bottom: -60px;
}
.item-ar-exhi-what-impl-6 > div:first-child img {
    top: -56px;
}
.item-ar-exhi-what-impl-6 > div:last-child img {
    bottom: -20px;
}
/* end */

/* ar-exhi-brand */
#ar-exhi-brand {
    padding: 6rem 0;
    color: white;
    background-color: black;
    position: relative;
}
#ar-exhi-brand > span {
    float: left;
    display: inline-block;
    width: 50%;
}
#ar-exhi-brand > span div {
    width: 80%;
    margin: 0 auto;
}
#ar-exhi-brand > img {
    position: absolute;
    bottom: 70px;
    left: -55px;
    transform: scale(-1);
    width: 300px;
}
#ar-exhi-brand > div {
    clear: both;
}
#ar-exhi-brand h2 {
    margin-bottom: 4rem;
    margin-top: 4rem;
}
#ar-exhi-brand button {
    background-color: #2cf2ff;
    color: black;
}
#ar-exhi-brand iframe {
    float: right;
    width: 50%;
    height: auto;
    aspect-ratio: 16/9;
}
/* end */

/* tiktok ar process */
#ar-exhi-process {
    background-color: black;
    position: relative;
}
#ar-exhi-process > div > .row > div {
    border-left: 1px solid #2cf2ff;
    padding-top: 7rem;
    padding-bottom: 7rem;
}
#ar-exhi-process button {
    background-color: #5f3be5;
    color: white;
}
.ar-exhi-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 */

/* ar-exhi-feature */
#ar-exhi-feature {
    padding: 6rem 0;
}
.ct-exhi-feature {
    margin-top: 4rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.ct-exhi-feature .item-title {
    background: #f5f4ff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 27px;
    display: flex;
    align-items: center;
    height: 197px;
}

.ct-exhi-feature .item-title ul li {
    margin: 0;
}
.ct-exhi-feature .item-title ul {
    padding-left: 1rem;
}
.ct-exhi-feature span {
    font-size: 58px;
    font-weight: 800;
    color: var(--main-purple-color);
    display: inline-block;
    margin-right: 5rem;
}
.ct-exhi-feature .item-slider {
    padding: 1rem;
}
.ct-exhi-feature .item-slider img {
    margin-bottom: 1rem;
    width: 100%;
}
.ct-exhi-feature .item-slider .item-title {
    /* float: right; */
    padding: 1rem 3rem;
    text-align: left;
}
.ct-exhi-feature .item-slider h4 {
    font-weight: bold;
    font-family: var(--sans-font);
}
.ct-exhi-feature .item-slider p {
    margin-bottom: 0;
}
.ct-exhi-feature .item-slider .clearboth {
    clear: both;
}
.ct-exhi-feature .slider .prev,
.ct-exhi-feature .slider .next {
    position: absolute;
    top: 34%;
    display: block;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 5;
}

.ct-exhi-feature .slider .prev {
    left: -30px;
}
.ct-exhi-feature .slider .next {
    right: -30px;
}
/* end */

/* ar-exhi-compatible */
#ar-exhi-compatible {
    padding: 6rem 0;
}
#ar-exhi-compatible h2 {
    margin-bottom: 4rem;
}
#ar-exhi-compatible img {
    margin-bottom: 1rem;
}
/* end */

@media (max-width: 1440.98px) {
    /* ar exhibition banner */

    #ar-exhibition-banner {
        background: black url(/images/ar-exhibition-banner-xl.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

@media (max-width: 1399.98px) {
    /* ar exhibition banner */
    /* #ar-exhibition-banner {
        background: black url(/images/ar-exhibition-banner-xl.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    } */
    /* end */

    /* ar-exhi-brand */
    #ar-exhi-brand h2 {
        font-size: 32px;
    }
    /* end */

    /* ar-exhi-feature */
    .ct-exhi-feature {
        width: 90%;
    }
    .ct-exhi-feature img {
        width: 100%;
    }
    /* end */
}
@media (max-width: 1199.98px) {
    /* ar exhi what impl */
    .item-ar-exhi-what-impl {
        width: 100%;
    }
    /* ar-exhi-brand */
    #ar-exhi-brand h2 {
        font-size: 32px;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    #ar-exhi-brand > img {
        bottom: 30px;
        left: -14px;
        width: 200px;
    }
    /* end */

    /* ar-exhi-feature */
    .ct-exhi-feature {
        width: 90%;
    }
    .ct-exhi-feature .slider .prev,
    .ct-exhi-feature .slider .next {
        top: 38%;
    }
    .ct-exhi-feature span {
        margin-right: 2rem;
    }
    .ct-exhi-feature .item-slider .item-title {
        padding: 1rem 2rem;
    }
    /* end */
}
@media (max-width: 1024.98px) {
    /* ar exhibition banner */
    #ar-exhibition-banner {
        margin-top: 90px;
        min-height: 100%;
        padding-bottom: 90px;
    }
    #ar-exhibition-banner > img {
        display: none;
    }
    /* end */
}

@media (max-width: 991.98px) {
    /* ar exhibition banner */
    #ar-exhibition-banner {
        min-height: 100%;
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 60px;
        background: black;
    }
    .ar-exhibition-title {
        margin-bottom: 1rem;
        transform: translateY(36px);
    }
    .ar-exhibition-banner-mobile {
        margin-bottom: 1.5rem;
        height: 415px;
    }
    #ar-exhibition-banner .row > div:first-child {
        padding-top: 0px;
    }
    /* end */

    /* ar-exhi what impl */
    .item-ar-exhi-what-impl-5 > div:first-child img {
        left: -14px;
    }
    /* end */

    /* ar-exhi-brand */
    #ar-exhi-brand > span {
        margin-bottom: 4rem;
        width: 100%;
    }
    #ar-exhi-brand h2 {
        margin-top: 0;
        font-size: 26px;
    }
    #ar-exhi-brand > img {
        display: none;
    }
    #ar-exhi-brand iframe {
        width: 100%;
    }
    /* end */

    /* ar-exhi-feature */
    #ar-exhi-feature {
        padding-bottom: 2rem;
    }
    .ct-exhi-feature {
        width: 80%;
    }
    /* end */

    /* ar-exhi-process */
    #ar-exhi-process > div > .row > div {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    #ar-exhi-process h4 + p {
        font-size: 26px;
    }
    #ar-exhi-process h4 + p + ul {
        font-size: 18px;
    }
    /* end */
}
@media (max-width: 767.98px) {
    /* ar-exhi-feature */
    .ct-exhi-feature {
        width: 95%;
        margin-top: 2rem;
        padding-bottom: 2rem;
    }
    .ct-exhi-feature .slider .next {
        right: -13px;
    }
    .ct-exhi-feature .slider .prev {
        left: -13px;
    }
    /* end */

    /* ar-exhi-process */
    #ar-exhi-process > div > .row > div {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    /* end */
}
@media (max-width: 575.98px) {
    /* ar exhibition banner */
    .ar-exhibition-banner-mobile {
        width: 100%;
        height: 295px;
        background-position: center center;
        background-size: cover;
        padding-top: 30px;
    }
    /* end */

    /* #ar-exhi-what-impl */
    #ar-exhi-what-impl .title-banner {
        padding: 5rem 0;
    }

    /* end */

    /* ar-exhi-brand */
    #ar-exhi-brand > span div {
        width: 90%;
    }
    /* end */

    /* ar-exhi-feature */
    .ct-exhi-feature span {
        margin-right: 2rem;
    }
    .ct-exhi-feature .item-slider h4 {
        font-size: 16px;
    }
    .ct-exhi-feature .item-slider .item-title {
        padding: 1rem 2rem;
    }
    .ct-exhi-feature .item-slider p,
    .ct-exhi-feature .item-slider ul {
        font-size: 14px;
    }
    /* end */

    /* ar-exhi-compatible */
    #ar-exhi-compatible {
        padding: 4rem 0;
    }
    /* end */

    /* ar-exhi-process */
    #ar-exhi-process > div > .row > div {
        padding-bottom: 5rem;
    }
    /* end */
}
@media (max-width: 414.98px) {
    /* ar-exhi-process */
    #ar-exhi-process > div > .row > div {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    /* end */

    /* ar-exhi-feature */
    .ct-exhi-feature {
        width: 92%;
    }
    .ct-exhi-feature .item-title {
        height: 170px;
    }
    .ct-exhi-feature .item-slider .item-title {
        padding: 1rem 1rem;
    }
    .ct-exhi-feature span {
        margin-right: 1.5rem;
    }

    /* end */

    /* ar-exhi-brand */
    #ar-exhi-brand h2 br {
        display: none;
    }
    /* end */
}
