:root {
    --black: #000000;
    --white: #ffffff;
    --red: #f13343;
    --font-family: 'Vazirmatn', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    font-size: .10976948408342481vh
}

body {
    font-size: 12rem;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--black);
    color: var(--black);
    overflow: hidden;
    font-family:'Vazirmatn', sans-serif;
}

span {
    display: inline-block;
    overflow: hidden;
    line-height: 1;
    font-size: inherit;
    font-family: 'Vazirmatn', sans-serif;
    vertical-align: bottom
}

.webgl {
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    z-index: -1
}

a {
    text-decoration: none;
    font-size: 50rem
}

h1 {
    color: var(--black);
    font-size: 100rem;
    font-weight: 400;
    text-transform: uppercase
}

.controls {
    width: 500rem;
    height: 80rem;
    position: absolute;
    bottom: 50rem;
    left: 50%;
    transform: translate(-50%);
    background-image: url(/images/controls.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    mix-blend-mode: difference;
    transition: opacity .3s ease-in-out;
    opacity: 0
}
.container{width:100vw;height:100vh;position:fixed;top:0;left:0;pointer-events:none}


.gallery_link div {
    width: 20rem;
    height: 20rem;
    background-image: url(/images/enter.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.link_open {
    pointer-events: all;
    opacity: 1;
    transition: opacity .3s ease-in-out
}

.big_link {
    scale: 1.1
}

.link_open:hover {
    opacity: .5
}

.article_container {
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: all;
    display: flex;
    justify-content: center;
    font-size: 15rem;
    -webkit-user-select: none;
    user-select: none
}

.article_left, .article_mid, .article_right {
    width: 100%;
    font-family: 'Vazirmatn', sans-serif;
}

.article_mid {
    min-width: 720rem;
    max-width: 720rem
}

.article_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 50rem;
    padding-top: 50rem;
    padding-bottom: 50rem
}

.article_left ul li {
    list-style: none
}

.data_top {
    text-align: right
}

.data_top li {
    margin-bottom: 2rem
}

.data_bottom li {
    margin-top: 2rem
}

.article_left li span span {
    transform: translateY(100%)
}

.article_right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 50rem;
    padding-top: 50rem;
    padding-bottom: 50rem
}

.contact_button {
    position: relative;
    border: none;
    background: transparent;
    font-family: 'Vazirmatn', sans-serif;
    font-size: 15rem;
    text-align: right;
    padding-right: 12rem;
    margin-right: 100rem;
    transition: opacity .2s ease-in-out;
    opacity: .6;
    pointer-events: all;
    padding-top: 20rem;
    padding-left: 20rem;
    color: var(--black)
}

.contact_button .personnageTarget {
    position: absolute;
    bottom: -10rem;
    right: -50rem;
    width: 10rem;
    height: 10rem
}

.contact_button:after {
    content: "";
    position: absolute;
    bottom: 2rem;
    right: 0;
    width: 10rem;
    height: 17rem;
    background-color: var(--black);
    animation: clignote 1s infinite
}

.contact_button:hover {
    cursor: pointer;
    opacity: 1
}

.article_arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70vw;
    height: 50rem;
    display: flex;
    justify-content: space-between;
    pointer-events: all
}

.article_arrows .arrowL, .article_arrows .arrowR {
    width: 50rem;
    height: 50rem
}

.article_arrows .arrowL a, .article_arrows .arrowR a {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    background: transparent;
    transition: opacity .2s ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25rem
}

.article_arrows .arrowL a {
    background-image: url(/images/arrowL.svg)
}

.article_arrows .arrowR a {
    background-image: url(/images/arrowR.svg)
}

.article_arrows .arrowL a {
    transform: translate(100%)
}

.article_arrows .arrowR a {
    transform: translate(-100%)
}

.article_arrows .arrowL a:hover, .article_arrows .arrowR a:hover {
    cursor: pointer;
    opacity: .5
}

.menu {
    font-family: 'Vazirmatn', sans-serif;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    -webkit-user-select: none;
    user-select: none;
    overflow: hidden
}

.menu_button {
    position: absolute;
    top: 50rem;
    right: 50rem;
    -webkit-user-select: none;
    user-select: none
}

.menu_open button {
    transition: opacity .3s ease-in-out
}

.menu_button button {
    font-family: 'Vazirmatn', sans-serif;
    font-size: 15rem;
    mix-blend-mode: difference;
    color: var(--white);
    text-transform: uppercase;
    background: transparent;
    border: none;
    transform: translateY(100%)
}

.menu_button button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none
}

.menu_button button:hover, .menu_button:hover {
    cursor: pointer
}

.menu_text {
    position: relative;
    height: 100%;
    padding: 50rem;
    display: flex;
    justify-content: center;
    mix-blend-mode: difference;
    position: absolute;
    top: 0;
    left: 0
}

.search_bar {
    position: absolute;
    bottom: 50rem;
    right: 50rem;
    width: 200rem;
    text-align: left;
    display: flex;
    column-gap: 5rem;
    opacity: 0
}

.search_bar input {
    background: none;
    border: none;
    font-family: 'Vazirmatn', sans-serif;
    font-size: 15rem;
    color: var(--white);
    pointer-events: all;
    caret-color: var(--white)
}

.search_bar input::placeholder {
    font-family: 'Vazirmatn', sans-serif;
    color: var(--white)
}

.search_bar input:focus {
    background-color: none;
    border: none;
    outline: none
}

.menu_main_links {
    height: 100%;
    text-align: right;
    display: flex;
    flex-direction: column;
    width: 120rem;
    font-family: 'Vazirmatn', sans-serif;
}

.menu_main_links span {
    position: relative;
    width: 100%
}

.menu_links {
    height: 95%;
    width: 200rem;
    overflow-y: scroll
}

.menu_links ul li {
    overflow: hidden;
    position: relative
}

.menu_links ul li a {
    color: var(--white);
    font-family: 'Vazirmatn', sans-serif;
}

.menu_links::-webkit-scrollbar {
    display: none
}

.menu_main_links a {
    color: var(--white);
    font-weight: 350;
    transform: translateY(-110%)
}

.menu_main_links a {
    font-size: 30rem;
    display: inline-block;
    margin-bottom: 0rem;
    width: 100%;
    padding-right: 5rem;
    transition: opacity .2s ease-in-out
}

.menu_links a {
    font-size: 15rem;
    transform: translateY(-100%);
    display: block;
    margin-left: 5rem;
    padding-bottom: 2rem
}

.menu_links_hover {
    position: absolute;
    top: 0;
    left: 0rem;
    width: 100%;
    height: 100%;
    background-image: url(/images/hover_small.png);
    background-repeat: no-repeat;
    background-position: 0, 0;
    pointer-events: none;
    mix-blend-mode: difference;
    display: none
}

.menu_line {
    height: 100%;
    width: 1rem;
    background-color: var(--white);
    margin-left: 30rem;
    margin-right: 30rem;
    height: 0%
}

.menu_links ul li:hover .menu_links_hover {
    display: block
}

.menu_main_links span a:hover {
    opacity: .4
}

.menu_canvas_container {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 80%;
    padding: 50rem;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0
}

.menu_canvas_container img {
    width: 100vh;
    height: 100vh;
    object-fit: cover;
    object-position: 0rem 50rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.menu_canvas_container video {
    width: 100vh;
    height: 100vh;
    object-fit: cover;
    mix-blend-mode: multiply;
    position: absolute;
    filter: saturate(0) invert(1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.menu_actif {
    opacity: .2
}

.menu_contact, .menu_insta {
    position: absolute;
    color: var(--white);
    bottom: 0;
    right: 0;
    border: none;
    background: transparent;
    font-family: 'Vazirmatn', sans-serif;
    font-size: 15rem;
    text-align: right;
    opacity: 0;
    pointer-events: none;
    margin-bottom: 50rem;
    margin-right: 50rem;
    transition: opacity .2s ease-in-out
}

.menu_contact:after {
    content: "";
    position: absolute;
    bottom: 0rem;
    right: -12rem;
    bottom: 2rem;
    width: 10rem;
    height: 17rem;
    background-color: var(--white);
    animation: clignote 1s infinite
}

.menu_contact:hover, .menu_insta:hover {
    cursor: pointer;
    opacity: 1
}

.menu_insta {
    bottom: 25rem;
    margin-right: 40rem
}

@keyframes clignote {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.loader {
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    color: var(--white);
    font-family: 'Vazirmatn', sans-serif;
    z-index: 999;
    display: none;
    align-items: space-between;
    justify-content: center;
    flex-direction: column;
    padding: 50rem;
    overflow:visible
}

.loader_line {
    width: 0%;
    height: 1rem;
    background-color: var(--white);
    margin-top: 10rem;
    margin-left: auto;
    margin-bottom: 10rem
}

.loader_title {
    color: var(--white);
    font-size: 40rem;font-family:'Vazirmatn', sans-serif;
    text-transform: none;
    text-align: right;
    transform: translateY(110%)
}

.loader_sub {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 15rem;font-family:'Vazirmatn', sans-serif;
    letter-spacing: 10rem
}

.loader_subtitle {
    transform: translate(10rem, -110%)
}

.loader_number {
    transform: translateY(-110%)
}

@media (max-width: 820px) {
    html {
        font-size: .10976948408342481vh
    }

    .menu_button {
        position: absolute;
        top: 30rem;
        right: 30rem;
        -webkit-user-select: none;
        user-select: none
    }

    .controls {
        display: none
    }

    .joystick_container {
        transition: opacity .3s ease-in-out;
        opacity: 0
    }

    .article_container {
        overflow: hidden
    }

    .article_arrows {
        position: absolute;
        width: 100vw;
        height: 50rem;
        display: flex;
        justify-content: space-between;
        pointer-events: all
    }

    .article_arrows .arrowL, .article_arrows .arrowR {
        -webkit-backdrop-filter: blur(5rem);
        backdrop-filter: blur(5rem);
        border: solid 1rem var(--black);
        border-radius: 50rem;
        margin-left: 30rem;
        margin-right: 30rem
    }

    .article_mid {
        max-width: 0rem;
        min-width: 0rem
    }

    .article_right {
        padding-right: 30rem;
        padding-top: 30rem;
        padding-bottom: 30rem
    }

    .article_left {
        padding-left: 30rem;
        padding-top: 30rem;
        padding-bottom: 30rem
    }

    .data_top {
        text-align: left
    }

    .menu_video, .menu_image {
        display: none
    }

    .menu {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden
    }

    .menu_text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 80%;
        padding: 30rem
    }

    .menu_main_links {
        width: 95rem
    }

    .menu_button button {
        mix-blend-mode: normal;
        color: var(--black);
        font-size: 20rem
    }

    .menu_close button {
        mix-blend-mode: normal;
        color: var(--white)
    }

    .data_top {
        position: absolute;
        top: 30rem;
        left: 30rem
    }

    .data_bottom {
        position: absolute;
        bottom: 30rem;
        left: 30rem
    }

    .contact_button {
        position: absolute;
        right: 30rem;
        bottom: 30rem;
        margin-right: 90rem;
        color: #000
    }

    .article_container {
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%
    }

    .menu_links {
        height: 80%
    }
}

.glass-card button {
    font-size: 13px;
    color: #504d4d;
}
button {
    font-family: 'Vazirmatn', sans-serif;
}
.gallery_link {
    width: 220rem;
    height: 50rem;
    font-size: 15rem;
    font-family: 'Vazirmatn', sans-serif;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translate(-50%, -50%);
    column-gap: 10rem;
    pointer-events: none;
    opacity: 0;
    background-color: #ddddddab;
    text-align: center;
    bottom: 0 !important;
    top: unset !important;
    left: calc(58% - 100px) !important;
    right: unset;
    font-size: 12px;
    font-weight: 400;
}

.gallery_link div {
    width: 20rem;
    height: 20rem;
    background-image: url(/images/enter.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.link_open {
    pointer-events: all;
    opacity: 1;
    transition: opacity .3s ease-in-out
}

.big_link {
    scale: 1.1
}

.link_open:hover {
    opacity: .5
}

.product-title{font-size:40px}
@media (min-width: 820px) {
    .glass-card {
        overflow: scroll;
        height: 90vh;
        display: block;
    }
}

@media (max-width: 820px) {
    .data_top {
        position: absolute;
        top: 30rem;
        left: 0;
        top: 30rem;
        left: 0;
        right: 0;
        width: auto;
    }
}
    .data_top span {
        width: 100%;
        overflow: scroll
    }

    @media (max-width: 820px) {
        .article_container {
            overflow: scroll;
            position: fixed;
            top: 0;
            left: 0;
            height: 100%;
        }
    }
    .data_bottom {
        display: none;
    }

    .footer-note {
        line-height: 2;
    }

    .contact_button {
        display: none;
    }

    #product-price {
        display: block;
        height: 50px;
        overflow: hidden;
    }

    .link_open {
        pointer-events: all;
        opacity: 1;
        transition: opacity .3s ease-in-out;
        position: initial !important;
        width: 100%;
        height: 60%;
        top: 0 !important;
        transform: none !important;
        font-family: 'Vazirmatn', sans-serif;
    }

    .footer-note {
        text-align: center;
        margin-top: 25px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 25px;
        display: block;
        align-items: center;
        justify-content: center;
        gap: 8px;

    }

    .footer-note {
        text-align: center;
        color: rgb(255, 255, 255);
        font-size: 22px;
        text-align: justify !important;
        direction: rtl;
        line-height: 1.4;
        text-shadow: 0 0 3px black;
    }

    @media (min-width: 820px) {
        .glass-card {
            overflow: scroll;
            height: 90vh;
            display: block;
        }

        .footer-note {
            display: block;
            font-size: 25px;
            line-height: 2.3;
            font-family: 'Vazirmatn', sans-serif;
        }
    }
    .footer-note {
        display: block !important;
        font-size: 25px !important;
        line-height: 2.3;
        font-family: 'Vazirmatn', sans-serif;
    }

    .loader_title {
        height: 40px;
    }

    @font-face {
        font-family: 'Vazirmatn';
        font-style: normal;
        font-weight: 900;
        src: url('/assets/fonts/iransans-farsi-numbers/eot/IRANSansWeb(FaNum)_Black.eot');
        src: url('/assets/fonts/iransans-farsi-numbers/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/assets/fonts/iransans-farsi-numbers/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/assets/fonts/iransans-farsi-numbers/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/assets/fonts/iransans-farsi-numbers/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
    }
    @font-face {
        font-family: 'Vazirmatn';
        font-style: normal;
        font-weight: bold;
        src: url('/assets/fonts/iransans-farsi-numbers/eot/IRANSansWeb(FaNum)_Bold.eot');
        src: url('/assets/fonts/iransans-farsi-numbers/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/assets/fonts/iransans-farsi-numbers/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/assets/fonts/iransans-farsi-numbers/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/assets/fonts/iransans-farsi-numbers/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
    }
    @font-face {
        font-family: 'Vazirmatn';
        font-style: normal;
        font-weight: 500;
        src: url('/assets/fonts/iransans-farsi-numbers/eot/IRANSansWeb(FaNum)_Medium.eot');
        src: url('/assets/fonts/iransans-farsi-numbers/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/assets/fonts/iransans-farsi-numbers/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/assets/fonts/iransans-farsi-numbers/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/assets/fonts/iransans-farsi-numbers/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
    }
    @font-face {
        font-family: 'Vazirmatn';
        font-style: normal;
        font-weight: 300;
        src: url('/assets/fonts/iransans-farsi-numbers/eot/IRANSansWeb(FaNum)_Light.eot');
        src: url('/assets/fonts/iransans-farsi-numbers/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/assets/fonts/iransans-farsi-numbers/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/assets/fonts/iransans-farsi-numbers/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/assets/fonts/iransans-farsi-numbers/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
    }
    @font-face {
        font-family: 'Vazirmatn';
        font-style: normal;
        font-weight: 200;
        src: url('/assets/fonts/iransans-farsi-numbers/eot/IRANSansWeb(FaNum)_UltraLight.eot');
        src: url('/assets/fonts/iransans-farsi-numbers/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/assets/fonts/iransans-farsi-numbers/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/assets/fonts/iransans-farsi-numbers/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/assets/fonts/iransans-farsi-numbers/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
    }
    @font-face {
        font-family: 'Vazirmatn';
        font-style: normal;
        font-weight: normal;
        src: url('/assets/fonts/iransans-farsi-numbers/eot/IRANSansWeb(FaNum).eot');
        src: url('/assets/fonts/iransans-farsi-numbers/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/assets/fonts/iransans-farsi-numbers/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/assets/fonts/iransans-farsi-numbers/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/assets/fonts/iransans-farsi-numbers/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
    }
