/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Full height body */
html,
body {
  height: 100%;
  width: 100%;
  font-family: sans-serif;
  direction: rtl;
  overflow: hidden;
  background: #fff9e7;
}

/* Container to fill the page */
.main-wrapper {
  position: relative; /* اضافه برای موقعیت‌دهی به دکمه‌ها */
  /* min-height: 100vh; */
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  /* text-align: center; */

  height: 100%;
  margin: 0 auto;

  touch-action: pan-y;
  pointer-events: auto;
}

.image-box {
  position: relative;
  display: inline-block;
}

.responsive-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  object-fit: contain;
  z-index: 1;
  user-drag: none; /* Safari */
  -webkit-user-drag: none; /* Chrome */
  user-select: none; /* جلوگیری از انتخاب */
  pointer-events: auto; /* فعال نگه داشتن کلیک */
}

/*----------------------------------------------*/
/*-------------موجودی های قابل کلید--------------*/
/*----------------------------------------------*/
/* .inventory-clicable {
  position: absolute;
  cursor: pointer;
  border-radius: 14%;
  width: 5.2%;
  height: 6.2%;
}

.inventory-clicable-1 {
  top: 33.1%;
  left: 22.2%;
}
.inventory-clicable-2 {
  top: 33.1%;
  left: 27.9%;
}
.inventory-clicable-3 {
  top: 33.1%;
  left: 33.2%;
}
.inventory-clicable-4 {
  top: 33.1%;
  left: 39.1%;
}
.inventory-clicable-5 {
  top: 33.1%;
  left: 44.5%;
}
.inventory-clicable-6 {
  top: 33.1%;
  left: 50.3%;
}
.inventory-clicable-7 {
  top: 33.1%;
  left: 56%;
}
.inventory-clicable-8 {
  top: 33.1%;
  left: 61.5%;
}
.inventory-clicable-9 {
  top: 33.1%;
  left: 67.2%;
}
.inventory-clicable-10 {
  top: 33.1%;
  left: 72.8%;
}

.inventory-clicable:hover {
  background-color: rgba(0, 255, 255, 0.421);
}

.inventory-clicable:active {
  background-color: rgba(245, 251, 169, 0.814);
} */

/*----------------------------------------------*/
/*-------------آیتم های قابل کلید--------------*/
/*----------------------------------------------*/

.item-clicable {
  position: absolute;
  cursor: pointer;
  border-radius: 14%;
  width: 7.6%;
  height: 6%;
}

.item-clicable-1 {
  top: 44%;
  left: 30.2%;
}

.item-clicable-2 {
  top: 44%;
  left: 49.8%;
}

.item-clicable-3 {
  top: 44%;
  left: 69.2%;
}

.item-clicable-4 {
  top: 53.4%;
  left: 40%;
}

.item-clicable-5 {
  top: 53.4%;
  left: 59.5%;
}

.item-clicable-6 {
  top: 62.4%;
  left: 40%;
}

.item-clicable-7 {
  top: 62.4%;
  left: 59.5%;
}

.item-clicable-8 {
  top: 71.5%;
  left: 30.2%;
}

.item-clicable-9 {
  top: 71.5%;
  left: 49.8%;
}

.item-clicable-10 {
  top: 71.5%;
  left: 69.2%;
}

.item-clicable:hover {
  background-color: rgba(137, 43, 226, 0.37);
}

.item-clicable:active {
  background-color: rgba(245, 251, 169, 0.814);
}

/*--------------------------------------*/
/*--------------------------------------*/
/*--------------------------------------*/

#btnback {
  top: 6%;
  width: 3rem;
  height: 3rem;
}
