#ar-stage-banner {
    width: 100vw;
    min-height: 100vh;
    background-color: black;
    padding-top: 140px;
    position: relative;
    z-index: 3;
    margin-top: 8px;
    overflow: hidden;
}

#ar-stage-banner img {
    width: 90%;
}

#ar_bg_paralax {
    top: 0;
    left: 0;
}
#ar_bg_paralax > * {
    width: 100%;
    margin-top: 5%;
}

#ar_bg_paralax img {
    width: 100%;
}

#ar-stage-banner h4 {
    margin-bottom: 5rem;
    font-family: var(--sans-font);
}

#ar-stage-banner h4 img {
    width: 60px;
    margin-left: 1rem;
}
.ar-stage-title {
    font-size: 40px;
    font-weight: bolder;
    margin-bottom: 2rem;
}
.ar-stage-banner-mobile {
    background: url("/images/ar-stage-banner-1.png");
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.ar-stage-desc {
    margin-bottom: 5rem;
}

#benefit-implement-ar {
    background-color: black;
    padding-top: 64px;
    position: relative;
    z-index: 3;
}
#benefit-implement-ar h4 {
    color: white;
    font-size: 40px;
    font-weight: bolder;
}
#benefit-implement-ar img {
    width: 160px;
}

.benefit-implement-ar-bg {
    background: url("/images/ar-stage-banner-2.png");
    height: 623px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    font-weight: bold;
    padding-top: 6.5rem;
    padding-left: 0;
    padding-right: 0;
    background-position: center center;
}
.benefit-implement-ar-bg > .row {
    margin: 0;
}
.benefit-implement-ar-bg p {
    font-size: 1.5rem;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.benefit-implement-ar-bg > .row > div:nth-child(2) > div {
    transform: translateY(-30px);
}
.benefit-implement-ar-bg > .row > div:nth-child(3) > div {
    transform: translateY(10px);
}

.ar-stage-world-item a {
    display: block;
    width: 90%;
    margin-left: auto;
}
.ar-stage-world-item a img {
    width: 100%;
}
.ar-stage-world-item a p {
    text-decoration: underline;
    font-weight: bold;
    font-size: 15px;
}
.ar-stage-world-title {
    padding-top: 4rem;
    padding-bottom: 2rem;
    font-size: 40px;
    font-weight: bolder;
    text-transform: uppercase;
}
.ar-stage-world-item-large {
    transform: translateX(-30px);
    position: relative;
    text-align: center;
}
.ar-stage-world-item-large > a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}
.ar-stage-world-item-large video {
    /* width: 50%; */
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}
.ar-stage-world-title.text-blue {
    color: #5519ff;
    padding-top: 3rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 3;
}
.ar-stage-world-author > img {
    position: absolute;
    bottom: 90px;
    right: 220px;
    width: 65px;
    z-index: 1;
}
.ar-stage-world-author p {
    margin-bottom: 0;
    font-size: 24px;
}
.ar-stage-world-author a {
    display: block;
}
.ar-stage-world-author div img {
    width: 240px;
}

#ar-geo-location {
    overflow: hidden;
    padding-bottom: 85px;
}
.ar-geo-location-scroll {
    font-size: 96px;
    color: transparent;
    -webkit-text-stroke: 2px #0cf0ff;
    font-weight: 800;
    white-space: nowrap;
    margin-top: 40px;
}
.ar-geo-location-scroll p:first-child span:first-child {
    position: relative;
    left: -120px;
}
.ar-geo-location-scroll p:first-child span:nth-child(2) {
    position: relative;
    left: 140px;
}
.ar-geo-location-scroll p:first-child span:nth-child(3) {
    position: relative;
    left: 470px;
}
.ar-geo-location-scroll p:last-child span:nth-child(2) {
    position: relative;
    left: 260px;
}
.ar-geo-location-scroll p:last-child span:nth-child(3) {
    position: relative;
    left: 470px;
}
.ar-geo-localtion-img {
    position: relative;
    left: 0;
    width: 410px;
}
.ar-geo-localtion-feature {
    text-align: right;
}
.ar-geo-localtion-feature b {
    font-size: 96px;
    color: #5519ff;
    font-weight: 800;
    margin-right: 5rem;
    transform: translateY(-92px);
    display: block;
}
.ar-geo-localtion-feature ul {
    list-style: none;
    font-size: 24px;
    font-weight: 600;
}
.ar-geo-localtion-feature ul li {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 3rem;
    margin-right: 5rem;
}
.ar-geo-localtion-feature ul li:last-child {
    margin-top: 100px;
    margin-bottom: 0;
}
.ar-geo-localtion-feature ul li span {
    padding-right: 2.5rem;
}
.ar-geo-localtion-feature ul li div {
    position: relative;
    min-width: 70px;
    height: 70px;
    border: 1px solid #5519ff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.ar-geo-localtion-feature ul li a,
.ar-stage-world-author a,
#ar-stage-banner button {
    padding: 1rem 2rem;
    background-color: #0cf0ff;
    outline: none;
    border: none;
    color: black;
    font-size: 20px;
    font-weight: 700;
}
#ar-stage-banner button,
.ar-stage-world-author a {
    background-color: #5f3be5;
    color: white;
}
.ar-geo-localtion-feature ul li img {
    width: 40px;
}

#ar-stage-integrate {
    background-color: black;
    padding-top: 5rem;
    padding-bottom: 7rem;
}
.ar-stage-integrate-title {
    color: white;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 4rem;
}
.ar-stage-integrate-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: white;
    gap: 120px;
    padding: 0 105px;
}
.ar-stage-integrate-grid p {
    margin: 0;
    font-size: 58px;
    color: transparent;
    -webkit-text-stroke: 2px #ffffff;
    font-weight: bold;
    text-align: right;
}
#ar-stage-experience {
    background-color: #f3f3f3;
    position: relative;
    z-index: 4;
    padding-top: 90px;
    padding-bottom: 70px;
}

#ar-stage-experience h4 {
    font-size: 40px;
    color: #5519ff;
    font-weight: bold;
    width: 43%;
}
#ar-stage-experience .row > div:last-child img {
    width: 560px;
    object-fit: cover;
}
#ar-stage-experience .row > div:first-child span {
    font-size: 24px;
    font-weight: bolder;
}

#videoModal .modal-header h5 {
    font-family: "Open Sans", sans-serif !important;
    font-weight: bold;
    font-size: 24px;
}
@media (max-width: 1399.98px) {
    #ar_bg_paralax #ar_item_2 {
        left: -40px;
    }
    .ar-stage-title {
        font-size: 36px;
    }
    #ar-stage-banner h4,
    .ar-stage-desc {
        margin-bottom: 4rem;
    }
    #ar-stage-banner button {
        padding: 10px 25px;
    }
    #ar-stage-banner img {
        width: 100%;
    }

    .ar-stage-world-title.text-blue {
        font-size: 34px;
    }
    .ar-stage-world-author > img {
        right: 130px;
    }
    .ar-geo-localtion-img {
        left: -18px;
    }
    .ar-geo-localtion-feature b,
    .ar-geo-location-scroll {
        font-size: 86px;
    }
    .ar-geo-localtion-feature b {
        transform: translateY(-86px);
    }
    .ar-stage-integrate-grid {
        gap: 80px;
        padding: 0 65px;
    }
    #ar-stage-experience h4 {
        width: 55%;
    }
    #ar-stage-experience .row > div:last-child img {
        width: 80%;
    }
}
@media (max-width: 1280.98px) {
}
@media (max-width: 1199.98px) {
    #ar-stage-banner h4 {
        margin-bottom: 4rem;
    }
    .ar-stage-desc {
        margin-bottom: 3rem;
    }
    .ar-geo-localtion-feature ul li,
    .ar-geo-localtion-feature b {
        margin-right: 3rem;
    }
    .ar-stage-integrate-title {
        margin-bottom: 2rem;
    }
    #ar-stage-experience {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
/* Ipad pro */
@media (max-width: 1024.98px) {
    #ar-stage-banner {
        min-height: 44vh;
    }
    .ar-stage-title {
        font-size: 26px;
    }
    .ar-stage-desc {
        font-size: 15px;
    }
    #ar-stage-banner h4 {
        margin-bottom: 3rem;
    }
    #ar-stage-banner h4,
    #ar-stage-banner button,
    .ar-stage-world-author a {
        font-size: 20px;
    }
    .ar-stage-world-author p,
    .ar-geo-localtion-feature ul {
        font-size: 20px;
    }
    .ar-geo-localtion-feature ul li:last-child {
        margin-top: 90px;
    }
    .ar-geo-localtion-img {
        left: -18px;
    }
}

@media (max-width: 991.98px) {
    /* ar staage banner */
    #ar-stage-banner {
        padding-top: 15px;
        min-height: 100%;
        padding-bottom: 60px;
    }
    .ar-stage-title {
        margin-bottom: 1rem;
        transform: translateY(36px);
    }
    .ar-stage-title p {
        margin-bottom: 0;
    }
    .ar-stage-banner-mobile {
        margin-bottom: 1.5rem;
        height: 415px;
    }
    .ar-stage-desc {
        margin-bottom: 2rem;
    }
    /* benefit-implement-ar */
    #benefit-implement-ar {
        padding-top: 20px;
    }
    #benefit-implement-ar h4 {
        font-size: 26px;
    }
    .benefit-implement-ar-bg {
        padding-bottom: 6.5rem;
        height: 100%;
    }
    .benefit-implement-ar-bg p {
        font-size: 18px;
    }
    /* ar-stage-world-title  */
    .ar-stage-world-title {
        padding-top: 3rem;
        padding-bottom: 1rem;
        font-size: 26px;
    }
    .ar-stage-world-title.text-blue {
        font-size: 26px;
    }

    .ar-stage-world-item-large > a {
        width: 30%;
    }
    .ar-stage-world-author a {
        padding: 10px 25px;
    }

    /* #ar-geo-location */
    #ar-geo-location {
        padding-bottom: 65px;
    }
    .ar-geo-location-scroll {
        font-size: 76px;
    }
    .ar-geo-localtion-feature b {
        font-size: 76px;
    }
    .ar-geo-localtion-feature ul {
        font-size: 20px;
    }
    .ar-geo-localtion-feature ul li,
    .ar-geo-localtion-feature b {
        margin-right: 1rem;
    }
    .ar-geo-localtion-img {
        left: -100px;
    }

    /*  ar-stage-integrate  */
    #ar-stage-integrate {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .ar-stage-integrate-grid p {
        font-size: 36px;
    }
    .ar-stage-integrate-title {
        font-size: 26px;
    }
    #ar-stage-experience h4 {
        width: 50%;
        font-size: 26px;
    }
    #ar-stage-experience .row > div:first-child span {
        font-size: 20px;
    }
}
@media (max-width: 767.98px) {
    .benefit-implement-ar-bg p {
        font-size: 18px;
    }
    #benefit-implement-ar h4 {
        font-size: 26px;
    }
    .ar-stage-world-item a {
        margin-right: auto;
        margin-left: 1rem;
    }
    .ar-stage-world-item-large {
        transform: none;
    }
    .ar-stage-world-title.text-blue {
        transform: translateX(-50px);
    }
    .ar-stage-world-author > img {
        bottom: 530px;
    }
    .ar-geo-localtion-img {
        position: absolute;
        width: 200px;
        top: 64px;
        left: -30px;
    }
    .ar-geo-localtion-feature {
        margin-top: 20rem;
    }
    .ar-geo-localtion-feature b {
        position: relative;
        margin-right: 0;
        font-size: 68px;
    }
    .ar-geo-localtion-feature b span {
        color: transparent;
        -webkit-text-stroke: 2px #0cf0ff;
        font-weight: bold;
    }
    .ar-geo-localtion-feature b span:first-child {
        position: absolute;
        top: -180px;
    }
    .ar-geo-localtion-feature b span:last-child {
        position: absolute;
        top: -90px;
    }
    .ar-geo-localtion-feature ul li {
        margin-bottom: 1.5rem;
        margin-right: 2.5rem;
    }
    .ar-stage-integrate-grid {
        display: block;
        padding: 0 4px;
    }

    .ar-stage-integrate-item > div {
        width: 90%;
    }
    .ar-stage-integrate-item p {
        font-size: 32px;
        text-align: left;
    }
    #ar-stage-experience {
        position: initial;
        padding: 64px 0;
    }
    #ar-stage-experience .container-fluid {
        transform: none;
    }
    #ar-stage-experience h4 {
        transform: none;
        padding-bottom: 2rem;
        width: 94%;
    }
    #ar-stage-experience .row > div:first-child span {
        font-weight: normal;
    }
    #ar-stage-experience .row:nth-child(2),
    #ar-stage-experience .row:nth-child(3),
    #ar-stage-experience .row:nth-child(4) {
        width: 90%;
        margin: 0 auto;
    }
}
@media (max-width: 575.98px) {
    #ar-stage-banner {
        padding-bottom: 50px;
    }
    .ar-stage-banner-mobile {
        width: 100%;
        height: 295px;
        background-position: center center;
        background-size: cover;
        padding-top: 30px;
    }
    .ar-stage-desc {
        font-size: 15px;
        margin-bottom: 2rem;
    }
    #ar-stage-banner button {
        padding: 0.5rem 1.6rem;
        font-size: 1.1rem;
    }
    .benefit-implement-ar-bg {
        padding-top: 60px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 60px;
    }
    .benefit-implement-ar-bg > div > div {
        transform: none !important;
        margin-bottom: 2rem;
    }
    .benefit-implement-ar-bg > div > div:first-child {
        text-align: left;
    }
    .benefit-implement-ar-bg > div > div:nth-child(2) {
        text-align: right;
    }
    .benefit-implement-ar-bg > .row > div:nth-child(2) > div {
        transform: none;
    }
    .benefit-implement-ar-bg > .row > div:nth-child(3) > div {
        transform: none;
    }
    .benefit-implement-ar-bg > div > div:last-child {
        text-align: left;
    }
    .benefit-implement-ar-bg > div > div {
        margin-bottom: 0;
    }

    .ar-stage-world-title.text-blue {
        /* transform: translateX(-35px); */
        transform: none;
        padding-bottom: 1rem;
        padding-top: 2rem;
        font-size: 20px;
    }
    .ar-stage-world-title p {
        display: inline;
    }
    .ar-stage-world-author > img {
        display: none;
    }
    .ar-geo-localtion-img {
        position: absolute;
        left: 0;
    }
    .ar-geo-localtion-feature {
        margin-top: 12rem;
    }
    .ar-geo-localtion-feature b {
        font-size: 48px;
        transform: translateY(-20px);
    }
    .ar-geo-localtion-feature b span:first-child {
        position: absolute;
        top: -104px;
    }
    .ar-geo-localtion-feature b span:last-child {
        position: absolute;
        top: -52px;
    }
    .ar-geo-localtion-feature ul {
        font-size: 15px;
    }
    .ar-geo-localtion-feature ul li {
        margin-right: 2rem;
        margin-bottom: 1.5rem;
    }
    .ar-geo-localtion-feature ul li div {
        min-width: 50px;
        height: 50px;
    }
    .ar-geo-localtion-feature ul li span {
        padding-right: 1rem;
    }
    .ar-geo-localtion-feature ul li img {
        width: 30px;
    }
    .ar-geo-localtion-feature ul li button,
    .ar-stage-world-author a {
        padding: 8px 25px;
        font-size: 18px;
    }
    .ar-geo-localtion-feature ul li:last-child {
        margin-top: 40px;
    }
    .ar-stage-integrate-title {
        font-size: 26px;
    }
    .ar-stage-integrate-title p {
        display: inline;
    }
    .ar-stage-integrate-item > div {
        width: 95%;
    }
    #ar-stage-experience {
        padding: 36px 0;
    }
    #ar-stage-experience h4 {
        font-size: 26px;
        padding-bottom: 1rem;
    }

    #ar-stage-experience .row > div:first-child span {
        font-size: 13px;
    }
    #ar-stage-experience .row > div:last-child img {
        width: 100%;
    }
    #ar-stage-experience .row:nth-child(2),
    #ar-stage-experience .row:nth-child(3),
    #ar-stage-experience .row:nth-child(4) {
        width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 414.98px) {
    .ar-stage-banner-mobile {
        height: 290px;
    }
    .ar-stage-desc p {
        display: inline;
    }
    .ar-stage-world-author > img {
        bottom: 333px;
    }
    .ar-geo-localtion-img {
        top: 51px;
        left: -80px;
    }
    .ar-geo-localtion-feature {
        margin-top: 10rem;
    }
    .ar-geo-localtion-feature b {
        font-size: 30px;
        transform: translateY(-30px);
    }
    .ar-geo-localtion-feature b span:first-child {
        top: -70px;
    }
    .ar-geo-localtion-feature b span:last-child {
        top: -35px;
    }
    .ar-geo-localtion-feature ul li {
        margin-right: 1rem;
    }
    #ar-stage-experience h4 {
        font-size: 24px;
    }
}
