
:root {
    --golden: #c7af8b;
    --buy: rgb(243, 84, 235);
    --purple: #680297;
    --bricky: #d15811;
    --trans-purple: #c776ed4d;
    --trans-bricky: #f5a27236;
    --nafti: rgb(56 26 104 / 86%);
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: fixed;
    cursor: default;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}


/********************************* back button **************************************/
.back-btn {
    left: 16px;
    top: 61px;
    position: absolute;
    background-color: #000000c2;
    border-radius: 7px;
    width: 38px;
    height: 38px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: rotate(180deg);
}

.elev-btn {
    left: 16px;
    top: 106px;
    position: absolute;
    background-color: #000000c2;
    border-radius: 7px;
    width: 38px;
    height: 38px;
    padding: 3px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

/********************************* back button **************************************/
.landscape-alarm {
    display: none;
}

.buy-shop-alarm {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    background-color: #000000e3;
    color: white;
    padding: 50px;
    border-radius: 7px;
    z-index: 888;
    direction: rtl;
    font-size: 11pt;
    white-space: nowrap;
    margin: 10px;
    line-height: 25px;
    text-align: center;
    transition: .7s;
}

.buyAlarm-anim {
    animation: buyAlarm ease 5s 1s;
}

@keyframes buyAlarm {
    50%, 100% {
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        opacity: 1;
    }
}

.navigating-alert {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 20pt;
    opacity: 0;
    color: white;
    padding: 50px;
    z-index: -1;

}

.navAlert-anim {
    animation: navAlert ease 2s forwards;
}

@keyframes navAlert {
    to {
        opacity: 1;
    }
}

.nav-bg {
    background-color: #00000096 !important;
}

.gotit {
    background-color: black;
    color: var(--golden);
    font-size: 16pt;
    margin-top: 50px;
    border-radius: 7px;
    padding: 7px 30px;
    box-shadow: 4px 5px 15px 0px rgb(54 54 54 / 71%);
    -webkit-box-shadow: 4px 5px 15px 0px rgb(54 54 54 / 71%);
    -moz-box-shadow: 4px 5px 15px 0px rgb(54 54 54 / 71%);
}

.nav-circles {
    position: relative;
    width: 70%;
    height: 40%;
}

.nav-circle, .nav-circle::before {
    content: " ";
    margin: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.5s;
    background-color: #d3d3d3c4;
    position: absolute;
}

.nav-circle::before {
    animation: mymove 2s infinite;
    position: absolute;
    background-color: #a7a7a79c
}

.nc1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.nc2 {
    bottom: 0;
    left: 0;
    transform: translateX(-50%);
}

.nc3 {
    bottom: 0;
    left: 100%;
    transform: translateX(-50%);
}

.nav-arrow {
    position: absolute;
    bottom: 7%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
}

.na-1 {
    left: 25%;
    transform: rotate(35deg);
    animation: na1-anim 1.5s infinite;
}

.na-2 {
    left: 50%;
    bottom: 27%;
    animation: na2-anim 1.5s infinite;
}

.na-3 {
    right: 25%;
    transform: rotate(-35deg);
    animation: na3-anim 1.5s infinite;
}

@keyframes na1-anim {
    0% {
        transform: rotate(35deg) translateX(0px)
    }

    10% {
        transform: rotate(35deg) translateX(-2px)
    }

    20% {
        transform: rotate(35deg) translateX(-4px)
    }

    30% {
        transform: rotate(35deg) translateX(-6px)
    }

    40% {
        transform: rotate(35deg) translateX(-8px)
    }

    50% {
        transform: rotate(35deg) translateX(-10px)
    }

    60% {
        transform: rotate(35deg) translateX(-10px)
    }

    70% {
        transform: rotate(35deg) translateX(-8px)
    }

    80% {
        transform: rotate(35deg) translateX(-6px)
    }

    90% {
        transform: rotate(35deg) translateX(-4px)
    }

    100% {
        transform: rotate(35deg) translateX(0px)
    }
}

@keyframes na3-anim {
    0% {
        transform: rotate(-35deg) translateX(0px)
    }

    10% {
        transform: rotate(-35deg) translateX(2px)
    }

    20% {
        transform: rotate(-35deg) translateX(4px)
    }

    30% {
        transform: rotate(-35deg) translateX(6px)
    }

    40% {
        transform: rotate(-35deg) translateX(8px)
    }

    50% {
        transform: rotate(-35deg) translateX(10px)
    }

    60% {
        transform: rotate(-35deg) translateX(10px)
    }

    70% {
        transform: rotate(-35deg) translateX(8px)
    }

    80% {
        transform: rotate(-35deg) translateX(6px)
    }

    90% {
        transform: rotate(-35deg) translateX(4px)
    }

    100% {
        transform: rotate(-35deg) translateX(0px)
    }
}

@keyframes na2-anim {

    0% {
        transform: translateX(-50%) translateY(0px)
    }

    10% {
        transform: translateX(-50%) translateY(-2px)
    }

    20% {
        transform: translateX(-50%) translateY(-4px)
    }

    30% {
        transform: translateX(-50%) translateY(-6px)
    }

    40% {
        transform: translateX(-50%) translateY(-8px)
    }

    50% {
        transform: translateX(-50%) translateY(-10px)
    }

    60% {
        transform: translateX(-50%) translateY(-10px)
    }

    70% {
        transform: translateX(-50%) translateY(-8px)
    }

    80% {
        transform: translateX(-50%) translateY(-6px)
    }

    90% {
        transform: translateX(-50%) translateY(-4px)
    }

    100% {
        transform: translateX(-50%) translateY(0px)
    }
}

@-webkit-keyframes mymove {
    50% {
        transform: scale(2);
        opacity: 0
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

.white {
    color: white;
}

.pnlm-container {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: default;
    width: 100%;
    height: 100%;
    background: #f4f4f4 url('img/background.svg') repeat;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    line-height: 1.4;
    /*content: content;*/
    direction: ltr;
}

.pnlm-container, .pnlm-load-button {
    font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
}

.pnlm-container * {
    box-sizing: content-box;
}

.pnlm-ui {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pnlm-grab {
    cursor: grab;
    cursor: url('img/grab.svg') 12 8, default;
}

.pnlm-grabbing {
    cursor: grabbing;
    cursor: url('img/grabbing.svg') 12 8, default;
}

.pnlm-sprite {
    background-image: url('../img/sprites.svg');
    /*background-image: url('img/arrow.svg');*/
}

.pnlm-container:-moz-full-screen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}

.pnlm-container:-webkit-full-screen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}

.pnlm-container:-ms-fullscreen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}

.pnlm-container:fullscreen {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
}

.pnlm-render-container {
    cursor: inherit;
    /* Fix display bug in Safari 7 */
    position: absolute;
    height: 100%;
    width: 100%;
}

.pnlm-controls {
    margin-top: 4px;
    cursor: pointer;
    z-index: 2;
    -webkit-transform: translateZ(9999px);
    transform: translateZ(9999px);
}

/*.pnlm-control:hover {
    background-color: #f8f8f8;
}*/

.three-btn-sidebar {
    position: absolute;
    top: 16px;
    left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 200px;
    z-index: 1;
}

.side-box {
    top: 0;
    left: -100px;
    z-index: 1;
    transition: .7s;
    padding: 10px;
    left: 0;
    position: fixed;
    background-color: #000000c2;
    border-radius: 10px;
    height: 200px;
    overflow: hidden;
}

.kesho {
    position: fixed;
    left: 38px;
    top: 230px;
    opacity: 0;
    transition: .7s;
    cursor: pointer;
    width: 17px;
    padding: 4px;
    border-radius: 50%;
    background: #000000c2;
}

.op {
    opacity: 1 !important;
}

.open-aside {
    height: 100% !important;
    border-radius: 0;
}

.open-right {
    padding-right: 90px;
}

.left120 {
    left: 116px;
    transform: rotate(180deg)
}

.pnlm-controls-container {
    margin-top: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: calc(100% - 350px);
}


.pnlm-zoom-controls {
    width: 26px;
    height: 52px;
}

.pnlm-zoom-in {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    border-radius: 3px 3px 0 0;
}

.pnlm-zoom-out {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background-position: 0 -26px;
    border-top: 1px solid #ddd;
    border-top-color: rgba(0, 0, 0, 0.10);
    border-radius: 0 0 3px 3px;
}

.separate-back, .menubar-toggle, .guide-info {
    width: 31px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
}

/*
.menubar-toggle {
 top: 80px;
}
.separate-back {
    top: 48px;
}
.guide-info {
    top: 16px;
}*/

.bar-img {
    width: 60%;
    height: 75%;
}

.pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pnlm-hot-spot-debug-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 13px;
    display: none;
}

.pnlm-orientation-button-inactive {
    background-position: 0 -156px;
}

.pnlm-orientation-button-active {
    background-position: 0 -182px;
}

/*.pnlm-fullscreen-toggle-button-inactive {
    background-position: 0 -52px;
}

.pnlm-fullscreen-toggle-button-active {
    background-position: 0 -78px;
}*/

.pnlm-panorama-info {
    position: absolute;
    top: 0px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0 3px 3px 0;
    padding-right: 10px;
    color: #fff;
    text-align: left;
    display: none;
    z-index: 2;
    /* Fix Safari fullscreen bug */
    -webkit-transform: translateZ(9999px);
    transform: translateZ(9999px);
    padding: 5px;
    border-radius: 5px;
}

.pnlm-title-box {
    position: relative;
    font-size: 15px;
    /*display: table;*/
    /*padding-left: 5px;*/
    /*margin-bottom: 3px;*/
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    direction: rtl;
}

.pnlm-author-box {
    position: relative;
    font-size: 12px;
    display: table;
    padding-left: 5px;
}

.pnlm-load-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin: -75px 0 0 -100px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    text-align: center;
    font-size: 100px;
    display: none;
    color: #fff;
}

.pnlm-load-box p {
    margin: 20px 0;
}

.pnlm-lbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    display: none;
}

.pnlm-loading {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-name: pnlm-mv;
    -webkit-animation-name: pnlm-mv;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    height: 10px;
    width: 10px;
    background-color: #fff;
    position: relative;
}

@keyframes pnlm-mv {
    from {
        left: 0;
        top: 0;
    }

    25% {
        left: 10px;
        top: 0;
    }

    50% {
        left: 10px;
        top: 10px;
    }

    75% {
        left: 0;
        top: 10px;
    }

    to {
        left: 0;
        top: 0;
    }
}

@-webkit-keyframes pnlm-mv {
    from {
        left: 0;
        top: 0;
    }

    25% {
        left: 10px;
        top: 0;
    }

    50% {
        left: 10px;
        top: 10px;
    }

    75% {
        left: 0;
        top: 10px;
    }

    to {
        left: 0;
        top: 0;
    }
}

.pnlm-load-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100px;
    margin: -50px 0 0 -100px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 3px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    border: none;
    padding: 0;
    line-height: 1.4;
}

.pnlm-load-button:hover {
    background-color: rgba(0, 0, 0, .8);
}

.pnlm-load-button:focus {
    outline: none;
    box-shadow: 0px 0px 0px 1px #fff inset;
}

.pnlm-load-button div {
    display: table;
    text-align: center;
    width: 100%;
}

.pnlm-load-button p {
    display: table-cell;
    vertical-align: middle;
}

.pnlm-info-box {
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin: -75px 0 0 -100px;
    background-color: #000;
    border-radius: 3px;
    display: table;
    text-align: center;
    color: #fff;
    table-layout: fixed;
    z-index: 1;
}

.pnlm-info-box a, .pnlm-author-box a {
    color: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pnlm-info-box p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 5px;
}

.pnlm-error-msg {
    display: none;
}

.pnlm-interaction-msg {
    display: none;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
}

.pnlm-outline {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 0 2px;
}

.pnlm-about-msg {
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    padding: 5px 8px 5px 8px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    position: absolute;
    top: 50px;
    left: 50px;
    display: none;
    opacity: 0;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 1;
}

.pnlm-about-msg a:link, .pnlm-about-msg a:visited {
    color: #fff;
}

.pnlm-about-msg a:hover, .pnlm-about-msg a:active {
    color: #eee;
}

.pnlm-hotspot-base {
    position: absolute;
    visibility: hidden;
    cursor: default;
    vertical-align: middle;
    top: 0;
    z-index: 0;
    cursor: pointer;
}

.pnlm-hotspot {
    height: 26px;
    width: 26px;
    border-radius: 13px;
    z-index: 10000000;
}

/*    .pnlm-hotspot:hover {
    background-color: rgba(255,255,255,0.2);
}*/

.pnlm-hotspot.pnlm-info {
    background-position: 0 -104px;
}

.pnlm-hotspot.pnlm-scene {
    background-position: 0 -130px;
    /*animation: vool 1s ease infinite;*/
}

/*@keyframes vool {
    to {
        background-position: 0px -133px;
    }
}*/

div.pnlm-tooltip span {
    visibility: hidden;
    position: absolute;
    top: 0;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    max-width: 1000px;
    padding: 5px 10px;
    margin-left: -220px;
    cursor: pointer;
    font-size: 10pt;
    display: flex;
    flex-direction: column-reverse;
    width: fit-content !important;
}

div.pnlm-tooltip:hover span {
    visibility: visible;
}

div.pnlm-tooltip:hover span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
    bottom: -20px;
    left: -10px;
    margin: 0 50%;
}

.pnlm-compass {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 4px;
    bottom: 4px;
    border-radius: 25px;
    background-image: url('img/compass.png');
    cursor: default;
    display: none;
}

.pnlm-world {
    position: absolute;
    left: 50%;
    top: 50%;
}

.pnlm-face {
    position: absolute;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.pnlm-dragfix, .pnlm-preview-img {
    position: absolute;
    height: 100%;
    width: 100%;
}

.pnlm-preview-img {
    background-size: cover;
    background-position: center;
}

.pnlm-lbar {
    width: 150px;
    margin: 0 auto;
    border: #fff 1px solid;
    height: 6px;
}

.pnlm-lbar-fill {
    background: #fff;
    height: 100%;
    width: 0;
}

.pnlm-lmsg {
    font-size: 12px;
}

.pnlm-fade-img {
    position: absolute;
    top: 0;
    left: 0;
}

.pnlm-pointer {
    cursor: pointer;
}

.top-fixed {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000000
}

.rodal-mask-coustom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d9;
    z-index: 555;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-modal {
    background: #0000009e;
    width: 600px;
    /*height:300px;*/
    padding: 20px;
    border-radius: 5px;
    direction: rtl;
    width: fit-content;
    height: fit-content;
    padding: 0;
}

.main-modal--head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.close-con-ico {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    background: black;
    cursor: pointer;
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 3333;
    width: 38px;
    height: 38px;
}

.rodal-tt {
    font-weight: 700;
    font-size: 17px;
}

.rodal-body {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}

.grid-rodal-items img {
    width: 7%;
    height: 100%;
    display: flex;
    margin: 10px;
}

.grid-rodal-items {
    padding: 5px;
    cursor: pointer;
    width: 100%;
    /* width: 227px; */
    /* border: 1px solid transparent !important; */
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    /* background: rgba(255, 255, 255, 0.2); */
    /* border-radius: 16px; */
    /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%);*/
    /* backdrop-filter: blur(12.3px); */
    -webkit-backdrop-filter: blur(12.3px);
    /*border: 1px solid rgba(255, 255, 255, 0.3);*/
    color: white;
    margin-top: 5px;
}

.reverseCol {
    display: flex;
    flex-direction: column-reverse;
}

.td-none {
    text-decoration: none;
}

.beta-titles {
    color: #938f8f;
    font-size: 13px;
}

.r-titles {
    color: #787878;
    font-size: 14px;
}

.rodal-row .grid-rodal-items {
    margin-left: 1%;
    margin-bottom: 1%;
}

.rodal-row .grid-rodal-items:nth-child(2n) {
    margin-left: 0%;
}

.instagram {
    color: #e75e5e;
    border-color: #e75e5e75;
}

.rodal-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    direction: rtl;
}

.bbw {
    border-bottom: 1px solid white;
}

.telegram {
    color: #0089ff;
    border-color: #0089ff63;
}

.whatsapp {
    color: #10ff00;
    border-color: #10ff0075;
}

.twitter {
    color: #001fff;
    border-color: #001fff47;
}

.website {
    color: #606060;
    border-color: #8585857a;
}

.meta {
    color: #4c4c9f;
    border-color: #4c4c9f6b;
}

.row-special {
    width: 100% !important;
    padding: 15px;
    /*border: 1px solid #d9d9d9 !important;*/
    cursor: pointer;
    width: fit-content;
    margin-bottom: 4%;
    background: #ededed !important;
    border-radius: 3PX;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row-special svg {
    width: 40px;
    height: 40px;
    color: #ed6755;
}

* {
    font-family: IRANSans;
    box-sizing: border-box;
}

.white-board * {
    box-sizing: border-box;
}

.social-back {
    background: url('../img/shop 16.9.jpg');
    width: 100vw;
    height: 100vh;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-img {
    position: absolute;
    width: 200px;
    top: 30%;
    transform: translateY(-30%);
    left: 8%;
}

.brand-img img {
    width: 100%;
}

.white-board {
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 400px;
    margin-bottom: 40px;
}

.white-board::-webkit-scrollbar {
    width: 3px;
}

/* Handle */
.white-board::-webkit-scrollbar-thumb {
    background: #363636;
    border-radius: 10px;
}

/* Handle on hover */
.white-board::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.w-100 {
    width: 100%;
}

/*__________________________Floor Elevator____________________________________*/

/** {

    margin: 0;
    direction: rtl;
    resize: none;
    font-size: 10pt;
    box-sizing: border-box;
    letter-spacing: 0.5px;
}
*/
.relative {
    position: relative;
}

.bold {
    font-weight: bold;
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10pt;
}

.flexSpace {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexCol {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

main {
    /*background-color: #939393;*/
    background: linear-gradient(to bottom, #d5d7e5, #eee, #d5d7e5);
    width: 350px;
    height: 800px;
    border-radius: 25px;
    padding: 50px;
    /*   -webkit-box-shadow: 5px 5px 15px 5px #B0B0B0;
    box-shadow: 5px 5px 15px 5px #acacac;*/
    position: relative;
}

header {
    height: 120px;
    border-radius: 17px;
    /*background-image: url('../img/led1.png');*/
    background-color: #000000eb;
    background-size: cover;
    border: 4px solid lightgray;
    background-repeat: no-repeat;
    transition: 1s;
    overflow: hidden;
}

.button-row {
    padding: 10px;
    width: 100%;
}

.elevator-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    /*background-color: #626262;*/
    background-color: #a7a6a6;
    cursor: pointer;
    transition: .3s;
    margin: 10px 25px;
}

.btn-number {
    font-size: 30pt;
    font-weight: bold;
    color: rgb(46 46 46);
    padding: 15px;
    font-family: sans-serif;
    direction: ltr;
}

.num-back {
    /*    display: flex;
    justify-content: center;
    align-items: center;
    width: 83%;
    height: 83%;
    border-radius: 50%;
    background: linear-gradient(0deg, rgba(207,207,207,1) 29%, rgba(80,80,80,1) 100%);
    border: 5px solid gray;
    transition: .3s;
    outline: 2px solid black;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 83%;
    height: 83%;
    border-radius: 50%;
    background: linear-gradient(0deg, rgba(207, 207, 207, 1) 29%, rgb(88 88 88) 100%);
    border: 5px solid #c1b8b8;
    transition: .3s;
    outline: 2px solid #545454;
}

.button-box {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    direction: ltr;
}

svg {
    transition: 1s;
    opacity: 0.7;
}

header:hover svg {
    height: 7em;
}

.fs-of {
    font-size: 60pt;
    overflow: hidden;
    margin-top: 40px;
}

.fs10 {
    font-size: 10pt;
}

/*.up-indicator {
    animation: arrowUp 1s infinite ease-in forwards;
}

.down-indicator {
    animation: arrowDown 1s infinite ease-in forwards;
}
*/


.up-indicator {
    animation: arrowUp 2s ease infinite;
}

.down-indicator {
    animation: arrowDown 2s ease infinite;
}

@keyframes arrowUp {
    0% {
        transform: translateY(0px)
    }

    10% {
        transform: translateY(-7px)
    }

    20% {
        transform: translateY(-12px)
    }

    30% {
        transform: translateY(-18px)
    }

    40% {
        transform: translateY(-25px)
    }

    50% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-25px)
    }

    70% {
        transform: translateY(-18px)
    }

    80% {
        transform: translateY(-12px)
    }

    90% {
        transform: translateY(-7px)
    }

    100% {
        transform: translateY(0px)
    }
}

@keyframes arrowDown {
    0% {
        transform: translateY(0px)
    }

    10% {
        transform: translateY(7px)
    }

    20% {
        transform: translateY(12px)
    }

    30% {
        transform: translateY(18px)
    }

    40% {
        transform: translateY(25px)
    }

    50% {
        transform: translateY(30px)
    }

    60% {
        transform: translateY(25px)
    }

    70% {
        transform: translateY(18px)
    }

    80% {
        transform: translateY(12px)
    }

    90% {
        transform: translateY(7px)
    }

    100% {
        transform: translateY(0px)
    }
}

/*@keyframes arrowDown {
    from {
        height: 90px;
    }

    to {
        height: 0;
    }
}

@keyframes arrowUp {
    from {
        height: 0
    }

    to {
        height: 90px;
    }
}*/

/********************* just for test the active mode (can delete it) ***************************/

.elevator-btn:hover .num-back {
    outline: 2px solid rgb(27, 183, 255);
}

.elevator-btn:hover .btn-number {
    color: rgb(3, 73, 131);
}


/*_______________________________________________________________________________________*/
.pnlm-hotspot.pnlm-elevator {
    background-image: url(img/elevator.png);
    background-size: cover;
    background-color: white;
}

.pnlm-hotspot.pnlm-shop {
    background-image: url(img/shop.png);
    background-size: cover;
    background-color: white;
}

.exit {
    background-image: url(img/exit.png);
}

.pnlm-fullscreen-toggle-button img {
    width: 80%;
    height: 80%;
}

.pnlm-fullscreen-toggle-button span {
    position: absolute;
    color: white;
    left: 44px;
    font-size: 13px;
    white-space: nowrap;
}

.pin {
    background-image: url(img/pin.png);
}

.unpin {
    background-image: url(img/unpin.png);
    background-size: cover;
}

.pnlm-hotspot-background {
    background-size: cover;
    background-color: white;
}

.pnlm-hotspot.pnlm-enter {
    background-position: 0 -130px;
}

.pnlm-hotspot.pnlm-exit {
    background-position: 0 -130px;
}

.orientation {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    height: 100vw;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}

.resizeable {
    resize: both;
    overflow: hidden;
    position: relative !important;
}

/*   .resizeable img {
        width: 100% !important;
        height: 100% !important;
    }*/

.point:hover:after {
    content: '';
    /* background-image: url("http://www.freeiconspng.com/uploads/original-file---svg-file-nominally-550--400-pixels-file-size-3--23.png");*/
    border-radius: 50%;
    width: 5px !important;
    height: 5px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: red
}

.widget {
    display: block;
    position: absolute;
    border: 2px dashed red;
    z-index: 1000000;
}

.widget-rect {
    display: block;
    position: absolute;
    z-index: 1000000;
    color: red;
    border: 2px dashed rgb(107, 33, 6);
}

@keyframes fadeIn {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.tag-point {
    content: '';
    /* background-image: url("http://www.freeiconspng.com/uploads/original-file---svg-file-nominally-550--400-pixels-file-size-3--23.png");*/
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    /*  opacity: 0;*/
    transform: translate(-50%, -50%);
    background-color: red;
    /*animation: fadeIn 3s infinite alternate;*/
}

.flasher {
    animation: fadeIn 2s infinite alternate;
}

.wrapper {
    width: 150px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.circle {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left: 15%;
    transform-origin: 50%;
    animation: circle .5s alternate infinite ease;
}

.mask_fsr_loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000a1;
}

@keyframes circle {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }

    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }

    100% {
        top: 0%;
    }
}

.circle:nth-child(2) {
    left: 45%;
    animation-delay: .2s;
}

.circle:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.shadow {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}

@keyframes shadow {
    0% {
        transform: scaleX(1.5);
    }

    40% {
        transform: scaleX(1);
        opacity: .7;
    }

    100% {
        transform: scaleX(.2);
        opacity: .4;
    }
}

.shadow:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}

.shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.wrapper span {
    position: absolute;
    top: 75px;
    font-family: 'Lato';
    font-size: 20px;
    letter-spacing: 12px;
    color: #fff;
    left: 31%;
}

/***********************pourya*******************************/

.main-modal {
    background: #0000009e;
    width: 600px;
    height: 300px;
    padding: 20px;
    border-radius: 5px;
    direction: rtl;
    width: fit-content;
    height: fit-content;
    padding: 15px;
}


.wellcom-text {
    width: 500px;
    font-weight: bold;
    padding: 20px;
    color: white;
    font-size: 14pt;
    margin: auto;
}

.wellcom-enter-btn {
    border: none;
    color: black;
    background-color: #c7af8b;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 30px;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
}

.golden {
    color: var(--golden) !important;
}

.p-cancel-btn, .p-exit-btn {
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 30px;
    width: 40%;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

.p-cancel-btn {
    color: black;
    background-color: #c7af8b;
}

.p-exit-btn {
    color: #c7af8b;
    background-color: black;
}

.tooltip-animation {
    visibility: visible !important
}

.platform {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /*background-color: black;*/
    color: var(--black);
    margin-left: 10px;
    font-weight: 700;
    cursor: pointer;
}

.platform img {
    transition: 0.3s;
    width: 60%;
    height: 60%;
}

.platform:hover img {
    transform: rotateY(180deg);
}

.platform-title {
    font-weight: bold;
    font-size: 20px;
    color: white;
    direction: rtl;
    text-align: start;
    padding-right: 80px;
}

.bl2 {
    border-left: 2px solid white;
    padding-left: 40px;
    padding-bottom: 10px;
}


.platform-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 5px 0;
}

.platform-line {
    height: 100%;
    border-left: 2px solid white;
    position: absolute;
}

.anim-svg {
    animation: shake 2s infinite;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-2px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(2px, 0, 0);
    }
}

/***********************pourya*******************************/

/************************* this class (.active) on click event should be add to div with ".num-back" class ***************************/
.active {
    outline: 2px solid rgb(27, 183, 255);
}

.full-popup-body .main-modal {
    background: transparent;
    width: 600px;
    height: 300px;
    border-radius: 5px;
    direction: rtl;
    width: 100vw;
    height: 100vh;
    padding: 0;
}

.full-popup-body .rodal-body {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    width: 100vw;
    height: 100vh;
    overflow: auto;
}

.full-popup-body .sell-desc-text {
    max-height: 100%;
    overflow: auto;
    padding-left: 15px;
    margin-bottom: 0;
}

.full-popup-body .container-product {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    background-color: white;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.full-popup-body .product-container-modal {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: unset;
}

.full-popup-body .right-side, .full-popup-body .left-side {
    width: 100%;
}

.full-popup-body .left-side {
    flex-direction: row;
    max-height: 184px;
}

.full-popup-body .right-side {
    justify-content: unset;
    height: 100%
}

.full-popup-body .image-swipper {
    width: 40%;
    margin: 10px auto;
    align-self: flex-start;
}

.full-popup-body ul {
    max-height: 200px;
}

.full-popup-body .product-title {
    font-size: 14pt;
}

.full-popup-body .product-features {
    width: 100%;
    height: 50%;
    margin-bottom: 20px;
}

.full-popup-body .other-images {
    display: none;
}

.full-popup-body .sell-description {
    margin-top: 0;
    width: 46%;
}

.sell-description {
    text-align: justify;
    font-size: 9pt;
    overflow: auto;
    margin: 20px 0;
    padding: 0 10px;
}

.sell-description-title {
    position: sticky;
    top: 0;
    background-color: white;
    padding: 5px 0;
    width: 100%;
}

.sell-description::-webkit-scrollbar {
    width: 3px;
}

/* Handle */
.sell-description::-webkit-scrollbar-thumb {
    background: lightgray;
    border-radius: 10px;
}

/* Handle on hover */
.sell-description::-webkit-scrollbar-thumb:hover {
    background: gray;
}


.relative {
    position: relative;
}

.bold {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexStart {
    display: flex;
    justify-content: start;
    align-items: center;
}

.flexSpace {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.w-100 {
    width: 100%;
}

.flex {
    display: flex;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

/* ********************************************************************************************************** */

.container-product {
    display: flex;
    align-items: center;
    flex-direction: column;
    /*max-height: 98vh;*/
    width: 1000px;
    padding: 40px;
    background-color: white;
    margin: 7px;
    border-radius: 7px;
}

.product-container-modal {
    display: flex;
    justify-content: space-between;
    height: 95%;
}

.top-div {
    display: flex;
    align-self: flex-end;
    font-size: 3em;
    font-weight: bold;
    font-family: serif;
    direction: ltr;
    border-bottom: 1px solid lightgray;
    width: 90%;
    margin-bottom: 30px;
}


.right-side, .left-side {
    width: 49%;
    /* justify-content: space-between;*/
}


.image-swipper {
    border-radius: 7px;
    width: 32vmin;
    margin: 0 auto;
    max-height: 60%;
    overflow: hidden;
}

.features-title {
    font-size: 11pt;
}

.features-title,
ul {
    margin-right: 40px;
}

.gray-text {
    color: gray;
}

.product-features {
    height: 58%;
}

ul {
    max-height: calc(100% - 53px);
    overflow: auto;
}

/* width */
ul::-webkit-scrollbar {
    width: 3px;
}

/* Handle */
ul::-webkit-scrollbar-thumb {
    background: lightgray;
    border-radius: 10px;
}

/* Handle on hover */
ul::-webkit-scrollbar-thumb:hover {
    background: gray;
}

/* width */
.other-images::-webkit-scrollbar {
    width: 3px;
}

/* Handle */
.other-images::-webkit-scrollbar-thumb {
    background: lightgray;
    border-radius: 10px;
}

/* Handle on hover */
.other-images::-webkit-scrollbar-thumb:hover {
    background: gray;
}

li {
    padding: 5px 0;
}

.product-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0 10px;
    width: 100%;
    height: 5%;
    margin-bottom: 10px
}

.other-images {
    overflow: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-height: 40%;
}

.single-image {
    width: 23%;
    height: 100px;
    margin: 0 0 5px 5px;
    border: 1px solid lightgray;
    border-radius: 7px;
    overflow: hidden;
}

.img {
    width: 100%;
    height: 100%;
}

.sell-box {
    border: 1px solid lightgray;
    padding: 15px;
    border-radius: 10px;
    margin: 0;
}

.sell-top {
    border-bottom: 1px solid lightgray;
    padding: 10px 0;
}

.price-box {
    padding: 10px 0;
}

.seller-price {
    color: gray;
}

.dark-text {
    font-weight: bold;
}

.gray-svg {
    margin-left: 3px;
}

.toman {
    font-size: 9px;
}

.extant {
    color: red;
    font-size: 9pt;
    font-weight: bold;
}

.discount {
    padding: 0 10px;
}

.discount-circle {
    background-color: red;
    border-radius: 25px;
    padding: 0 15px;
    color: white;
}

.buy-btn {
    display: block;
    margin: 0 auto;
    border-radius: 7px;
    border: none;
    outline: none;
    color: white;
    background-color: var(--purple);
    padding: 10px;
    width: 100%;
    cursor: pointer;
    text-align: center
}

.image-swipper .swiper {
    border-radius: 7px;
    width: 100%;
    height: 100%;
    border: 1px solid #dfdcdc52;
    position: relative;
}

.swiper {
    width: 100%;
    border-radius: 7px;
}

.swiper-scrollbar {
    display: none;
}

.sw-img {
    object-fit: contain;
}

.tick-svg {
    position: absolute;
    top: 13px;
    width: 15px;
    height: 15px;
    right: -9px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}


.gray-text, .dark-text {
    font-size: 10pt;
}

.share-product {
    border: 1px solid lightgray;
    border-radius: 10px;
    width: 30px;
    padding: 5px;
    height: 30px;
    box-shadow: 0px 9px 17px 0px rgb(191 191 191 / 75%);
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    background: white;
}

.pnlm-hotspot.pnlm-pelak {
    background-position: 0 -104px;
}

.product-swiper {
    position: fixed;
    bottom: 120px;
    width: 70vw;
    margin: 0 auto;
    height: 100px;
    padding: 5px !important;
    background: #00000026;
}

.product-swiper-mobile {
    position: fixed;
    bottom: 70px;
    width: 70vw;
    margin: 0 auto;
    height: 45px;
    padding: 5px !important;
    background: #00000026;
}

.dark-card {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 7px;
    position: relative;
    transition: .3s;
}

.dark-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dark-card-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}


#productSwiper .dark-card:hover {
    transform: translateY(-5px);
}

/*.close-svg {
    width: 40px;
}*/

.infos-parent {
    width: 50vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    color: white;
    font-weight: bold;
    font-size: 12pt;
    overflow: auto;
    max-height: 90vh;
}

.infos-parent::-webkit-scrollbar {
    display: none;
}

.top-infos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}

.infos-description {
    text-align: justify;
    font-weight: 100;
    color: #b7b2b2;
}

.infos-map-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.infos-map {
    width: 100%;
    border-radius: 10px;
    border: 1px solid white;
    height: 130px;
}

.infos-title, .infos-map-title {
    display: flex;
    align-items: flex-end;
}

.shop-blue-tick {
    width: 30px;
    aspect-ratio: 1/1;
}

/************************************ Search Popup **********************************/
.search-popup-parent {
    width: 100vw;
    height: 100vh;
    display: flex;
    overflow: auto;
    justify-content: center;
    padding: 100px 20px 20px;
}

.search-popup-parent::-webkit-scrollbar {
    width: 0;
}

.search-dark-popup {
    color: white;
    width: 60%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.search-dark-box {
    position: relative;
    width: 50%;
    animation: wide .5s ease;
    margin-bottom: 50px;
}

.search-dark-input {
    border: 2px solid white;
    border-radius: 25px;
    padding: 5px 15px;
    background: transparent;
    outline: none;
    width: 100%;
    transition: 1s;
    color: white;
    font-size: 12pt;
}

@keyframes wide {
    0% {
        width: 0;
    }

    20% {
        width: 10%;
    }

    40% {
        width: 20%;
    }

    60% {
        width: 30%;
    }

    80% {
        width: 40%;
    }

    100% {
        width: 50%;
    }
}

.search-dark-magnifier {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.search-result-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    /*overflow: auto;*/
    padding: 10px;
    flex-wrap: wrap;
}

.search-result-list::-webkit-scrollbar {
    width: 3px;
}

/* Handle */
.search-result-list::-webkit-scrollbar-thumb {
    background: #363636;
    border-radius: 10px;
}

/* Handle on hover */
.search-result-list::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.search-result-item {
    width: 23%;
    max-height: 320px;
    padding: 30px;
    border: 1px solid lightgray;
    border-radius: 10px;
    margin: 0 5px 10px;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    position: relative;
}

.search-prod-img {
    width: 100%;
    height: 50%;
    border-radius: 5px;
    margin-bottom: 10px;
    object-fit: contain;
}

.search-result-shops-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*border-bottom: 1px solid white;*/
    margin-bottom: 20px;
}

.search-result-shop {
    width: 12.5%;
    cursor: pointer;
    flex-direction: column;
    margin: 10px 0;
    max-height: 120px;
}

.search-item-lines {
    font-size: 9pt;
    padding: 5px 0;
    color: black;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.black {
    color: black;
}

.search-shop-line {
    font-size: 10pt;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: white;
    white-space: nowrap;
}

.search-circle-shop {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 10px;
}

.search-shops-title {
    /*border-bottom: 1px solid white;*/
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 5px;
    font-weight: bold;
}

.search-item-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.search-off {
    padding: 3px 15px;
    background-color: red;
    color: white;
    border-radius: 25px;
    font-size: 10pt;
}

.search-final-price {
    padding: 10px 0;
    width: 100%;
}

.search-main-price {
    color: gray;
    font-size: 11pt;
    margin-right: auto;
}

.search-share-product {
    border: 1px solid lightgray;
    border-radius: 7px;
    width: 30px;
    padding: 5px;
    height: 30px;
    box-shadow: 0px 9px 17px 0px rgb(191 191 191 / 0%);
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background: white;
    transition: .3s;
}

.search-share-product:hover {
    box-shadow: 0px 9px 17px 0px rgb(191 191 191 / 85%);
}

.off-price {
    font-size: 10pt;
}

/************************************ Free Shop Popup **********************************/
.free-shop-parent {
    width: 100vw;
    height: 100vh;
    display: flex;
    overflow: auto;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.free-shop-parent::-webkit-scrollbar {
    width: 0;
}

.free-shop-box {
    color: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    border-radius: 10px;
    color: white;
    margin-top: 30px;
}

.free-shop-share {
    position: absolute;
    top: 30px;
    left: 30px;
    border: 1px solid #d8d7c3;
    border-radius: 10px;
    width: 30px;
    padding: 5px;
    height: 30px;
    box-shadow: 0px 9px 17px 0px rgb(191 191 191 / 0%);
    cursor: pointer;
    z-index: 2;
    background: #d8d7c3;
    transition: .3s;
}

.free-shop-share:hover {
    transform: rotate(180deg);
}

.free-shop-btn {
    padding: 7px 20px;
    background: var(--golden);
    border-radius: 10px;
    color: black;
    font-weight: bold;
    font-size: 11pt;
    margin-right: auto;
    cursor: pointer;
    transition: .3s;
}

.free-shop-btn:hover {
    box-shadow: 1px 1px 15px #3c3b3b;
}

.rent-tariff {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
}

.rent-tariff-item {
    padding: 5px;
}

.rent-tariff-box {
    padding: 15px 30px;
    border: 1px solid #d8d7c3;
    border-radius: 10px;
    width: 100%;
}

.rent-tariff-time {
    font-size: 11pt;
}

.rent-tariff-price {
    padding: 7px 70px;
    border-radius: 10px;
}

.three-months {
    background-color: var(--trans-bricky);
}

.six-months {
    background-color: var(--trans-purple);
}

.a-year {
    background-color: var(--nafti);
}

.free-shop-description {
    text-align: justify;
    align-self: flex-start;
}

.mr-auto {
    margin-right: auto;
    text-align: left;
}

/***********************************Tariff table***************************/

.tariff-list-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    padding-top: 100px;
}

.tariff-list-parent p, .tariff-list-parent h1 {
    padding: 20px;
}

.tariff-list-parent p {
    font-size: 12pt;
}

.tariff-list-parent h1 {
    font-size: 15pt;
}

.tariff-table-parent {
    max-height: 550px;
    overflow: auto;
    width: 100%;
    padding-left: 10px;
}

.tariff-table-parent::-webkit-scrollbar {
    width: 2px;
}

.tariff-table-parent::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
}

.tariff-table-parent::-webkit-scrollbar-thumb:hover {
    background: lightgray;
}


.tariff-table .free-shop-parent {
    margin: 20px 0;
    width: 100%;
}

.tariff-table tr td:first-child {
    width: 50%;
    text-align: start;
}

.tariff-table tr:first-child {
    position: sticky;
    top: 0;
    background: #000000;
}

.tariff-table tr:nth-child(2) {
    position: sticky;
    top: 54px;
    background: #000000;
}

.tariff-table th, .tariff-table td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid white;
    border-collapse: collapse;
    font-size: 10pt;
}

.tariff-table th {
    font-size: 11pt;
    cursor: pointer;
    transition: .3s;
}

.tariff-table th:hover {
    color: var(--golden);
}


.tariff-description {
    display: flex;
    flex-direction: column;
    color: white;
    margin-top: 16px;
    width: 100%;
}

.feature {
    text-align: justify;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}


.feature b {
    margin-left: 5px;
    font-size: 12pt;
}

.feature span {
    font-size: 12pt;
}

.footer {
    width: 100%;
    background: #00000091;
    padding: 0 10px;
    border-radius: 10px;
    margin: 20px 0;
}

.footer-single-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    text-align: start;
}

.footer-title {
    font-size: 13pt;
    margin-top: 20px;
    margin-bottom: 15px;
    color: white;
}

.contact-tel-address {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--golden);
    margin-bottom: 20px;
}

.tel {
    font-size: 11pt;
    display: flex;
    text-align: start;
    align-items: center;
}

.tel-num {
    margin-right: 10px;
}


/************************************ Free Shop Popup End**********************************/


/**************************Guide map*****************************/

.guide-map {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #000000c2;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: .5s;
    display: none;
}

.guide-map svg {
    z-index: 2;
    transition: .5s;
}

.guide-map:hover svg {
    transform: rotateY(180deg);
}

.guide-map-modal {
    width: 100vw;
    height: 100vh;
    overflow: auto;
    justify-content: start;
    align-items: start;
}

.guide-map-modal::-webkit-scrollbar, .parent-img::-webkit-scrollbar {
    display: none;
}

.parent-img {
    position: relative;
    display: block;
    width: 900px;
    height: 900px;
    margin: 0 auto;
}

.map-img {
    display: block;
    width: 100%;
    height: 100%;
}

.map-circle-points {
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
}

#mcp-1 {
    top: 286px;
    left: 285px;
}

#mcp-2 {
    top: 286px;
    left: 476px;
}

#mcp-3 {
    top: 286px;
    left: 613px;
}

#mcp-4 {
    top: 450px;
    left: 285px;
}

#mcp-5 {
    top: 450px;
    left: 476px;
}

#mcp-6 {
    top: 450px;
    left: 613px;
}

#mcp-7 {
    top: 604px;
    left: 285px;
}

#mcp-8 {
    top: 604px;
    left: 476px;
}

#mcp-9 {
    top: 604px;
    left: 613px;
}

#mcp-10 {
    top: 347px;
    left: 344px;
}

#mcp-11 {
    top: 373px;
    left: 569px;
}

/***********************************************Start hamburger menu ************************************/
.three-btn-sidebar, .side-box {
    display: none;
}

.hamburger-menu-parent {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 1;
    background-color: #000000e8;
    width: 38px;
    height: 38px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    overflow: hidden;
}

.burger-svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 38px;
    padding: 8px;
    cursor: pointer;
}

.open-burger {
    top: 0 !important;
    left: 0 !important;
    width: 100vw;
    height: 100lvh;
    border-radius: 0;
    z-index: 9;
}

.xsvg {
    width: 38px;
    height: 38px;
    background-color: #000000c2;
    border-radius: 7px;
    padding: 8px;
    top: 6px;
    left: 6px;
    cursor: pointer;
}

.hamburger-menu-content {
    display: none;
}

.open-burger .hamburger-menu-content {
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.open-burger .hamburger-menu-content::-webkit-scrollbar {
    display: none;
}

.open-burger .mini-search {

    border: 2px solid var(--golden);
    border-radius: 25px;
    background: black;
    outline: none;
    width: 100%;
    color: white;
    z-index: 2;
    direction: rtl;
    font-size: 9pt;
    padding: 5px 10px;
}

.mini-search-p {
    width: 300px;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    z-index: 4

}

.open-burger .mini-search::placeholder {
    color: var(--golden);
}

.open-burger .mini-mag {
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 2;
    width: 22px;
    height: 22px;
}

.selected-places-slider {
    display: none;
}

.open-burger .selected-places-slider {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    background-color: #000000c4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.open-burger .option-circles {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /*box-shadow: 0px -1px 2px 0 #ab6600 inset, 0px 1px 1px 1px #664d00;*/
}

.open-burger .option-circles .oc-text {
    position: absolute;
    color: var(--golden);
    font-size: 10pt;
    right: 52px;
    white-space: nowrap;
}


.open-burger .option-circles:active {
    box-shadow: unset;
}

.open-burger .option-circles:active img {
    width: 17px;
}

.open-burger .map-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    left: 0;
    top: 20vh;
    overflow-y: auto;
    z-index: 2;
    padding-left: 10px;
    width: fit-content;
    direction: rtl;
    max-height: 300px;
    max-width: 200px;
}

.open-burger .per-map {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
    flex-direction: row-reverse;
}

.open-burger .per-map img {
    background-color: black;
    padding: 6px;
    border-radius: 5px;
    margin-right: 5px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.open-burger .per-map .map-name {
    color: var(--golden);
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80px;
    overflow: hidden;
    font-size: 10pt;
}

.oc-1 {
    left: 53vw;
    top: 10px;
}

.oc-2 {
    left: 63vw;
    top: 10px;
}

.oc-3 {
    left: 73vw;
    top: 10px;
}

.oc-4 {
    right: 90px;
    top: 20vh;
}

.oc-5 {
    right: 90px;
    top: 10vh;
}

.oc-6 {
    left: 7px;
    top: 20vh;
}

.oc-7 {
    left: 7px;
    top: 35vh;
}

.oc-8 {
    left: 7px;
    top: 50vh;
}

.oc-9 {
    right: 90px;
    top: 30vh;
}

.oc-10 {
    right: 90px;
    top: 40vh;
}

.oc-11 {
    right: 90px;
    top: 50vh;
}

.open-burger .sp-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    cursor: pointer;
}

.open-burger .sp-img {
    aspect-ratio: 16/9;
    border-radius: 5px;
    overflow: hidden;
    width: 180px;
    position: relative;
}

.open-burger .sp-img-content {
    width: 100%;
    height: 100%;
}

.open-burger .selected-place-hover {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    transition: .7s;
    background-color: #00000094;
    cursor: pointer;
    border-radius: 7px;
}

.hov:hover .selected-place-hover {
    opacity: 1;
    width: 150%;
    height: 150%;
}

.open-burger .view-selected-svg {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.open-burger .sp-name {
    font-weight: 100;
    padding-top: 5px;
    color: white;
    font-size: 8pt;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    direction: rtl;
}

.scens-main {
    width: 100%;
    background: transparent;
    margin: auto;
    max-width: 1200px;
    max-height: 80vh;
    overflow: auto;
    padding: 20px;
    border-radius: 8px;
}

.scens-main h2 {
    color: white;
    text-align: center;
}

.scens-flex-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.scens-main-items {
    padding: 10px;
    width: 20%;
    position: relative;
}

.scens-main-items img {
    width: 100%;
    object-fit: cover;
    display: flex;
    border-radius: 12px;
}

.scens-img-con:hover:before {
    opacity: 1;
}

.scens-img-con {
    position: relative;
    cursor: pointer;
}

.scens-img-con:before {
    content: 'برو به صحنه';
    position: absolute;
    background: #000000c7;
    /* left: 0; */
    inset: 0px;
    border-radius: 12px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    opacity: 0;
}

.scens-img-title {
    color: white;
    font-size: 13px;
    text-align: center;
    line-height: 2;
}

/***********************************************End hamburger menu ************************************/
/**
*
*
*
**/
/************************************Responsive Start*******************************/


/************************product command shop search******************************/

.contact_us_part_btn {
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 10px;
    background: #a4833c;
    padding: 3px 10px;
    border-radius: 6px;
    cursor: pointer;
    color: white;
}

.context-menu {
    background-color: white;
    position: absolute;
    border-radius: 10px;
    box-shadow: 0.1em 0.1em 0.75em rgba(0, 0, 0, 0.3);
    padding: 15px;
    padding-bottom: 0;
    display: none;
    overflow: hidden;
    transition: 0.3s cubic-bezier(0.5, 0, 0, 1);
    cursor: default;
    user-select: none;
    backdrop-filter: blur(0.25em);
    direction: rtl;
    z-index: 10000000000;
    width: 183px;
}

.context-menu .context-menu-item:first-child {
    padding-top: 0;
}

.context-menu .context-menu-item:last-child {
    border-bottom: unset;
}

.context-menu .context-menu-item {
    width: 100%;
    padding: 0.5em 0;
    color: var(--text_color);
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #E4E4E4;
    cursor: pointer;
}

.context-menu-item:hover span {
    color: #FF9800
}

.context-menu-item:hover svg {
    stroke: #FF9800
}

.context-menu #voice_Ico .context-item-inner svg {
    transition: none;
}
.video_Ico_svg{
    transition: none;
}

#voice_Ico:hover svg {
    fill: #FF9800
}

.context-menu .context-menu-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.1s;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--text_color);
    opacity: 0;
}

.context-item-inner {
    display: flex;
    align-items: center;

}

.context-item-inner svg {
    margin-left: 5px;
}

.context-menu .context-menu-item .context-item-inner {
    transition: 0.1s;
}

.pnlm-hotspot.pnlm-link {
    background-position: 0 -130px;
    /*animation: vool 1s ease infinite;*/
}

.tinyModal .main-modal {
    padding: 0px;
    background: transparent;
}

#description_menu {
    top: 145px;
    /*left: 10px;*/
}

.bg_Info {
    background-image: url(../img/info-main.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 50%;
}
.bg_video{
    background-image: url(../img/video.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border-radius: 50%;
}

.bg_voice {
    background-image: url(../img/voice.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border-radius: 50%;
}

.bg_voice_animated {
    background-image: url(../img/voice.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border-radius: 50%;
}

.tinyModal .main-modal {
    padding: 0px;
    background: transparent;
}

#description_menu {
    top: 145px;
    /*left: 10px;*/
}

.icons_container_page {
    position: absolute;
    width: fit-content;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icons_container_page .pnlm-controls {
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

.icons_container_page .pnlm-controls img {
    width: 100%;
}

.icons_container_current_page {
    position: absolute;
    width: fit-content;
    top: 30px;
    right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icons_container_current_page .pnlm-controls {
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

.icons_container_current_page .pnlm-controls img {
    width: 100%;
}

.onepxleft {
    transform: translateX(-2px);
}

.tiny_popup {
    background: white;
    max-width: 70vw;
    max-height: 70vh;
    overflow: auto;
    padding: 20px;
    border-radius: 16px;
}

#map {
    height: 300px;

}

.overriter-pop-up .tiny_popup {
    background: transparent !important;
    max-width: unset !important;
    max-height: unset !important;
    overflow: unset !important;
    padding: unset !important;
    border-radius: unset !important;
}

.overriter-pop-up-radius {
    border-radius: 16px;
    overflow: hidden;
}

.overriter-pop-up {
    background: white;
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto;
    padding: 20px;
    min-width: 80vw;
    min-height: 80vh;

}

.no_padding_no_bg .main-modal {
    padding: 0;
    background: transparent;
}

.contact_us_container {
    position: relative;
}

.footer_contact {
    position: absolute;
    bottom: 0;
    /*background: red;*/
    width: 100%;
    right: 0;
    height: 26%;
    padding-top: 2%;
    display: flex;
    flex-direction: column;
}

.footer_contact .icons_container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

}

/*.icons_container .icons_icon{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-bottom: 10px;*/
/*    color: white;*/
/*}*/
.uniq_con {
    margin-right: 30px;
}

.d-flex {
    display: flex;
}

.contact_us_img {
    width: 100%;
}

.icons_icon .title {
    margin-right: 5px;
    direction: ltr;
    font-size: 3vmin;
}

.icons_icon img {
    width: 4vmin;
}

.icons_container .icons_icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: white;
    margin-right: 12px;
    width: 28%;
}

.arrow-scene {
    background-image: url("../img/arrow-black.svg");
}

.modal-contactUs {
    background: #121212;
    border: 1px solid #333;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-contactUs * {
    margin: 0;
}

.modal-contactUs::-webkit-scrollbar {
    width: 0px;
    opacity: 0
}

.banner {
    position: relative;
    overflow: hidden;
    height: 140px;
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #444;
}

.rounded-md {
    border-radius: 0.375rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.font-bold {
    font-weight: 700;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.p-6 {
    padding: 1.5rem;
}

.relative {
    position: relative;
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    text-align: right;
    unicode-bidi: plaintext;
}

.leading-relaxed {
    line-height: 1.625;
    text-align: justify;
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.section-divider {
    height: 1px;
    background: #333;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.address-card {
    background: #1a1a1a;
    border: 1px solid #333;
    transition: all 0.3s ease;
}

.mt-1 {
    margin-top: 0.25rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.w-5 {
    width: 1.25rem;
}

.h-5 {
    height: 1.25rem;
}

/*@media (min-width: 768px) {*/
/*    .md\:grid-cols-2 {*/
/*        grid-template-columns: repeat(2, minmax(0, 1fr));*/
/*    }*/
/*}*/

.gap-4 {
    gap: 1rem;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/*.grid-cols-1 {*/
/*    grid-template-columns: repeat(1, minmax(0, 1fr));*/
/*}*/

.grid {
    display: grid;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.p-3 {
    padding: 0.75rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.items-center {
    align-items: center;
}

.flex {
    display: flex;
}

.address-card {
    background: #1a1a1a;
    border: 1px solid #333;
    transition: all 0.3s ease;
}

.modal-contactUs a {
    color: inherit;
    text-decoration: inherit;
}

.text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.rounded-full {
    border-radius: 9999px;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.w-10 {
    width: 2.5rem;
}

.h-10 {
    height: 2.5rem;
}

.ml-3 {
    margin-left: 0.75rem;
}
.text-pink-400 {
    --tw-text-opacity: 1;
    color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}
.covered-image{
    object-fit: cover;
    width: 100%;
   /* height: unset;*/
}
.unique_svg *{
    --tw-text-opacity: 1;
    stroke: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.overflow-hidden{
    overflow: hidden;
}
#music_node , #music_node2 {
    transform: scale(1.4);
}
#music_node2 {
      transform: scale(1.4) rotate(180deg);
  }
#music_node2.mute{
    transform: scale(1) rotate(180deg) !important;
}
.mute{
    transform: scale(1) !important;
}
#popup{
    animation: show .2s;
}
@keyframes show {
    0%{
        opacity: 0;
        transform: scale(0);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }

}
.show_video_modal {
    display: flex !important
;
    position: fixed;
    inset: 0;
    z-index: 2;
    background: #000000bd;
    width: 100%;
    height: 100%;
}
#video_scene img{
    transform: rotate(180deg);
}
#video_scene video{
    width: 100%;
}
.video_scene_modal .main-modal{
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
}
.video_scene_modal .rodal-body{
    width: 100%;
    height: 100%;
}
#video_scene_el{
    height:100vh;
    width: 100vw;
}
.iconImage{
    border-radius: 50%;
    border: 2px solid #fff;
}