#AR {
    --color-yellow: #fdc50e;
    --color-brown: #4a2e20;
    --color-dark-brown: #3a1c0e;
    --color-orange: #ff8400;

    font-family: "Roboto";
    color: #4a2e20;
    font-size: 18px;
    font-weight: 500;
}

#AR .row.banners-row {
    margin-bottom: 100px;
}

#AR p {
    padding: 10px;
}

#AR .row.banners-row p {
    margin: 0;
}

#AR .row.banners-row p:nth-child(1) {
    width:95%;
    margin: 0 auto;
}

#AR .row.banners-row p:nth-child(1) img.desktop {
    display: none;
}

#AR .row.banners-row p:nth-child(2) {
    max-width: 800px;
    margin: 0px auto 30px;
}

#AR .cta-btn {
    background-color: var(--color-orange);
    color: #3a1c0e;
    font-family: 'Knofedt', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: clamp(1rem, 5.5vw, 3rem);
    padding: 0px 35px;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
#AR .cta-btn:hover {
    background-color: #e67300;
}

#AR h2 {
    font-family: "Knofedt", sans-serif;
    font-size: 4.4rem;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #4a2e20;
}

#AR .mobily {
    margin: 0 auto;
    max-width: 500px;

}

#AR .mobily a {
    margin-top: 20px;
}

#AR .mobily img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#AR .mobily img:nth-child(1) {
    margin-bottom: 20px;
}

#AR .mobily img:nth-child(2) {
    width: 280px;
    margin-top: 30px;
}

#AR .oval-hneda {
    color: #ffb500;
    background-color: #4a2e20;
}

#AR .working {
    display: flex;
    flex-direction: column;
    background-color: #ddf65c;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 30px;
    padding: 0 20px;
    margin-top: 40px;
}

#AR .working img {
    width: 100%;
}

#AR .working img:nth-child(1) {
    border-radius: 10px;
}

#AR .working img:nth-child(2) {
    margin-top: -20px;
}

#AR .working img:nth-child(1) { order: 2; }
#AR .working img:nth-child(2) { order: 1; }

#AR .download {
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

#AR .download .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#AR .download img {
    width: 250px;
    margin: 0 auto;
}

#AR .download .download-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px 20px;
}

#AR .download .download-items .download-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#AR .download .download-items .download-item .button {
    background-color: #4a2e20;
    color: #ffb500;
    font-family: 'Knofedt', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 2.2rem;
    padding: 0px 20px;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
}

#AR .download .download-items .download-item .button:hover {
    background-color: #3a1c0e;
    text-decoration: underline;
}

#AR .video-section h2 {
    font-size: 3.9rem;
}

#AR .video-section .oval {
    color: #4a2e20;
}

#AR .video-section .video .desktop {
    display: none;
}

#AR .video-section .video .desktop-big {
    display: none;
}


#AR .video-section .video .mobil {
    background-image: url('/user/documents/theme/img/video-background-mobil.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 350px;
    height: 600px;
    position: relative;
    margin: 0 auto;
}

#AR .video-section .video .mobil iframe {
    --width: 250px;
    --height: 500px;

    border: none;
    margin: 0 auto;
    width: var(--width);
    height: var(--height);
    position: absolute;
    top: calc(50% - var(--height) / 2);
    left: calc(50% - var(--width) / 2);
}

body.in-ar .ar-stickers-desktop {
    display: none;
}

body.in-ar .ar-stickers-mobil {
    display: block;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
}

body.in-ar .hand-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.hand-block .left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
}

.hand-block .left img {
    display: block;
    max-width: 100%;
    height: auto;
}

body.in-ar .hand-block .right p:first-of-type {
    text-align: left;
}

body.in-ar .hand-block .right img {
    max-width: 250px;
}

body.in-ar .last-download-button a img {
    max-width: 350px;
}

body.in-ar .stickers-text {
    max-width: 600px;
    margin: 0 auto 22px !important;
}

body.in-ar #AR .new-dimension-text {
    max-width: 600px;
    margin: 0 auto;
}

@media(min-width: 768px) {
    #AR .video-section .video .mobil {
        display: none;
    }

    #AR .video-section .video {
        /*margin-right: -110px;*/
    }

    #AR .video-section .video .desktop {
        display: block;
        background-image: url('/user/documents/theme/img/video-background-desktop.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 708px;
        height: 332px;
        position: relative;
        margin: 0 auto;
    }

    #AR .video-section .video .desktop iframe {
        --width: 505px;
        --height: 250px;

        border: none;
        margin: 0 auto;
        width: var(--width);
        height: var(--height);
        position: absolute;
        top: calc(50% - var(--height) / 2);
        left: calc(50% - var(--width) / 2 - 55px);
    }

    body.in-ar .row.banners-row .mobil {
        display: none;
    }

    #AR .row.banners-row p:nth-child(1) img.desktop {
        display: block;
    }

    body.in-ar .mobily a img {
        max-width: 300px;
    }

    #AR .working img:nth-child(2) {
        max-width: 700px;
    }

    #AR .working img:nth-child(2) {
        max-width: 500px;
    }

    #AR .download {
        flex-direction: row;
        max-width: 800px;
    }

    #AR .download .left {
        text-align: left;
        align-items: start;
        flex: 1 2 auto;
    }

    #AR .download .left img {
        margin: 0;
    }

    body.in-ar .hand-block .left {
        display: none;
    }

    body.in-ar .hand-block .right p {
        max-width: 500px;
    }

    body.in-ar .hand-block .right p {
        text-align: center !important;
    }

    body.in-ar .ar-stickers-desktop {
        display: block;
        max-width: 800px;
        margin: 0 auto;
    }

    body.in-ar .ar-stickers-mobil {
        display: none;
    }
}

@media(min-width: 1024px) {
    #AR .working {
        flex-direction: row;
    }

    #AR .working img:nth-child(1) {
        order: 1;
    }

    #AR .working img:nth-child(2) {
        order: 2;
    }

    #AR .working img {
        width: revert-layer;
    }

    #AR .row.banners-row p:nth-child(1) {
        max-width: 1178px;
        margin: 0 auto 22px;
    }

    #AR .video-section .video .desktop {
        display: none;
    }

    body.in-ar .hand-block .right p {
        max-width: 600px;
    }

    #AR .video-section .video {
        /*margin-right: -170px;*/
    }

    #AR .video-section .video .desktop-big {
        display: block;
        background-image: url('/user/documents/theme/img/video-background-desktop.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 900px;
        height: 422px;
        position: relative;
        margin: 0 auto;
    }

    #AR .video-section .video .desktop-big iframe {
        --width: 640px;
        --height: 320px;

        border: none;
        margin: 0 auto;
        width: var(--width);
        height: var(--height);
        position: absolute;
        top: calc(50% - var(--height) / 2);
        left: calc(50% - var(--width) / 2 - 68px);
    }
}