html {
  scroll-behavior: smooth;
}

body {
  background-color: rgb(24, 24, 27);
}

h3 {
  font-family: IRANSansX-Regular;
  font-weight: bold;
  font-size: 1.5rem;
}

.title2 {
  font-family: IranNastaliq;
  font-size: 58px;
}

.splide-mobile .splide__slide img {
  -o-object-position: 50% 0% !important;
  object-position: 50% 0% !important;
  -o-object-fit: cover;
  object-fit: cover;
  height: 75vh !important;
  width: 100vw !important;
}

.splide-desktop .splide__track {
  height: 100vh !important;
}
.splide-desktop .splide__slide img {
  -o-object-position: 50% 50% !important;
  object-position: 50% 50% !important;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh !important;
  width: 100vw !important;
}

.content-on-slider {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}

main {
  position: relative;
}

#about h3 {
  font-size: max(2.8vmin, 24px);
  font-weight: bold;
}
#about p {
  font-family: IRANSansX-Regular;
  line-height: max(2.2vmin, 2.8rem);
  text-align: justify;
}

.top-of-about {
  width: max(100%, 70vw);
  height: 12rem;
  position: relative;
  top: -8rem;
  border-top-right-radius: 10rem;
  border-top-left-radius: 10rem;
}

.loader {
  position: fixed;
  top: 0;
  z-index: 60;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  transition:
    opacity 1s,
    background-color 4s;
}
.loader .loader-title,
.loader .loader-title-stroke {
  padding: 2px;
  width: 24rem;
  height: 15rem;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(102, 102, 102);
}
.loader .loader-title .loader-title-cover,
.loader .loader-title-stroke .loader-title-cover {
  background-color: rgb(255, 255, 255);
  width: 100%;
  transition:
    width 7s,
    background-color 4s;
}
.loader .loader-title-stroke {
  -webkit-text-fill-color: black !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  animation: none !important;
  background: transparent !important;
  text-shadow:
    -1px -1px 0 #ffffff,
    1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    1px 1px 0 #ffffff;
}

.remove-loader-title-cover {
  width: 0 !important;
  background-color: rgb(19, 19, 19) !important;
}

.change-loader-bgc {
  background-color: rgb(19, 19, 19);
}

.menu-button {
  filter: drop-shadow(-1px -1px 1px rgb(0, 0, 0));
  cursor: pointer;
}

.title-roomtypes-mobile {
  font-family: IRANSansX-Bold;
  font-size: 1.2rem;
}

.splide-roomtypes .splide__slide div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: IRANSansX-Regular;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: transparent;
  transition: all 0.35s;
  background-color: rgba(0, 0, 0, 0.591);
  opacity: 0;
  overflow: hidden;
}
.splide-roomtypes .splide__slide div a {
  background-color: rgba(0, 0, 0, 0.753);
  color: white;
  padding: 8px 1rem;
  border-radius: 1rem;
  position: relative;
  bottom: -13rem;
  transition: bottom 0.4s;
  transition-delay: 0.4s;
  margin-top: 10px;
}
.splide-roomtypes .splide__slide div a:hover {
  background-color: rgba(157, 157, 157, 0.73);
}
.splide-roomtypes .splide__slide div:hover {
  opacity: 1;
}
.splide-roomtypes .splide__slide div:hover a {
  bottom: 0;
}

.call-to-reserve p {
  font-family: IranYekan;
  text-align: center;
  line-height: 2rem;
}
.call-to-reserve a:hover {
  color: rgb(113, 113, 255);
}

#facilities {
  background-image: url("/img/15.jpg");
  background-color: rgba(0, 0, 0, 0.26);
  background-blend-mode: darken;
  background-attachment: fixed;
  background-size: cover;
  background-position: 25% 50%;
  background-repeat: no-repeat;
}
#facilities .bg-fixed-img {
  position: fixed;
  width: 100%;
  z-index: -1000;
  top: 0;
}
#facilities .faciltyContainer {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.facilities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 1rem;
}
.facilities li div {
  font-family: IRANSansX-Regular;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(233, 233, 233);
  border-radius: 12px;
  padding: 0.8rem 1.2rem;
}
.facilities li div img {
  margin-left: 8px;
}

.room-info {
  display: flex;
  flex-direction: column;
}
.room-info span {
  margin: 10px;
  margin-top: 0 !important;
}

.icon-map-ctr {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  width: 80%;
}
.icon-map-ctr a {
  display: inline-block;
}
.icon-map-ctr a:hover {
  opacity: 0.6;
}
.icon-map-ctr a img {
  width: 70px;
}

.address-info {
  font-family: iranyekan;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.address-info .distances p {
  display: inline-block;
  border-radius: 2px;
  padding: 4px 20px;
  color: black;
  margin: 10px;
  line-height: 1.8;
  background-color: rgb(209, 202, 0);
}

.loaderRemove {
  opacity: 0;
}

.distanceTo {
  aspect-ratio: 4/3;
  position: relative;
  margin: 1rem;
  overflow: hidden;
  font-size: max(1vw, 16px);
  cursor: pointer;
}
.distanceTo .kilometer {
  position: absolute;
  top: 0px; /* Adjust to position it at the top */
  left: 0; /* Adjust to position it towards the left */
  background-color: rgba(
    0,
    0,
    0,
    0.6
  ); /* Transparent background for readability */
  color: white;
  padding: 4px 8px; /* Padding to make the text stand out */
  z-index: 2; /* Ensures it stays above the image */
  width: max(6vw, 6rem);
  height: max(6vw, 6rem);
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 40%, 0 40%);
  clip-path: polygon(0 0, 100% 0, 70% 40%, 0 40%);
  text-align: left;
}
.distanceTo img {
  border-radius: 4px;
  position: absolute;
  width: 100%;
  box-shadow: 6px -6px 30px rgb(17, 17, 17);
  transition: all 0.4s;
}
.distanceTo img:hover {
  transform: scale(1.1) translate(-3%, -3%);
}
.distanceTo .placeName {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.537);
  padding: 8px 8px;
  text-align: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: IRANSansX-Regular;
}

@media only screen and (max-width: 640px) {
  header {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    overflow: hidden !important;
  }
  .logo-brand div,
  .logo-brand-stroke div {
    transform: translate(50%, -50%) scale(0.87);
  }
  .loader-title,
  .loader-title-stroke {
    transform: translate(50%, 50%) scale(0.75) !important;
  }
  main {
    position: relative;
  }
  .splide-roomtypes .splide__slide {
    margin: 0.5rem;
  }
  .icon-map-ctr img {
    width: 55px !important;
  }
  .title2 {
    font-size: 38px;
  }
}
.splide-platforms a {
  max-width: 250px;
  aspect-ratio: 1;
  background-color: rgb(233, 233, 233);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0.4rem;
  border-radius: 4px;
}
.splide-platforms a:hover img {
  transform: scale(1.3);
}
.splide-platforms a img {
  width: 55%;
  min-width: 50px;
  max-width: 120px;
  transition: transform 0.3s;
}

@media only screen and (max-width: 640px) {
  .address-info .distances p {
    display: block;
  }
  .distanceTo {
    width: 100%;
    max-width: 28rem;
  }
}
@media only screen and (min-width: 640px) {
  header {
    top: 0;
    position: sticky;
  }
  .line-under-header {
    background-color: white;
    height: 3px;
  }
  .title-roomtypes-mobile {
    display: none !important;
  }
  .splide-roomtypes .splide__slide {
    margin: 0.7rem;
  }
  #facilities {
    background-image: url("/img/15.jpg");
  }
  .distanceTo {
    margin: 1.5rem;
    width: 39%;
  }
  .distanceTo .placeName {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .facilities li {
    padding: 6px;
  }
  .facilities li div {
    font-size: 14px;
  }
  .facilities li div img {
    width: 1.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .facilities {
    padding: 1rem;
  }
  .facilities li {
    padding: 8px;
  }
  .facilities li div {
    font-size: 18px;
  }
  .facilities li div img {
    width: 2rem;
  }
  .logo-brand div,
  .logo-brand-stroke div {
    transform: translate(50%, -50%) scale(1.1);
  }
  .loader-title,
  .loader-title-stroke {
    transform: translate(50%, 50%) scale(1.2) !important;
  }
  .room-info {
    display: flex;
    flex-direction: column;
    font-size: 18px !important;
  }
  .room-info span {
    margin: 18px;
  }
  .distanceTo {
    width: 39%;
  }
}
@media only screen and (min-width: 1400px) {
  .splide-roomtypes .splide__slide {
    margin: 1.5rem;
  }
  .distanceTo {
    width: 29%;
  }
}
#box-widget-icon {
  transform: scale(2) !important;
}

#logo {
  display: flex;
  width: 20rem;
  height: 6rem;
  background-color: rgb(225, 225, 225);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(17, 17, 17);
  font-weight: bold;
  border-radius: 2rem;
  border: 0.5rem solid black;
} /*# sourceMappingURL=index.css.map */
