@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_UltraLight_FaNum.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_Light_FaNum.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_FaNum.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_Medium_FaNum.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_Bold_FaNum.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("./webfonts/IRANSansWeb_Black_FaNum.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  margin: 0;
  padding: 0;
  direction: rtl;
  display: block;
  line-height: 1.5;
  text-align: right;
  min-height: 100vh;
  overflow-x: hidden;
  color: #272525;
  font-family: "Iran1";
  background-color: #f7f7f7;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-wrap: balance;
  line-height: 1.1;
}

p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  text-wrap: pretty;
  overflow-wrap: break-word;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul[role=list],
ol[role=list] {
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
a:not([class]) {
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  outline: none;
}

input {
  font-family: "Iran1" !important;
}

button,
input,
label {
  line-height: 1.1;
}

textarea:not([rows]) {
  min-height: 10em;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: rgb(0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background: radial-gradient(circle, #ecc3ba 0%, rgba(0, 0, 0, 0) 100%);
}
::-webkit-scrollbar-thumb:hover {
  background: radial-gradient(circle, #ecc3ba 0%, rgba(0, 0, 0, 0.493) 100%);
}

:target {
  scroll-margin-block: 5ex;
}

.container {
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  gap: 12px;
  transition: all 0.3s ease;
}
.button--primary {
  background-color: #1a1a1a;
  color: #ffffff;
}
.button--primary:hover {
  opacity: 0.9;
}
.button--secondary {
  background-color: #e2a496;
  color: #272525;
}
.button--secondary:hover {
  opacity: 0.9;
}
.button--outline {
  background-color: transparent;
  border: 1.5px solid #1a1a1a;
  color: #1a1a1a;
}
.button--outline:hover {
  background-color: rgba(26, 26, 26, 0.05);
}
.button--text {
  background-color: transparent;
  color: #666666;
}
.button--text:hover {
  opacity: 0.7;
}
.button--map {
  background-color: #e2a496;
  color: #272525;
  width: 100%;
  gap: 8px;
}
.button--map:hover {
  opacity: 0.9;
}
.button__icon {
  width: auto;
  height: auto;
}

.section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.section-bg__image {
  width: 100%;
  height: 100%;
}

.section-bg--top {
  top: 0;
  left: 0;
}

.section-bg--bottom {
  bottom: -3px;
  left: 0;
  overflow: hidden;
}
.section-bg--bottom img {
  width: 100% !important;
}

.hero {
  position: relative;
  height: 522px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff;
  text-align: right;
  overflow: visible;
  margin-top: 151px;
}
@media (max-width: 992px) {
  .hero {
    height: 550px;
    padding-bottom: 0;
    justify-content: center;
    align-items: flex-end;
    margin-top: 110px;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 480px;
    padding-bottom: 0;
    justify-content: center;
    align-items: flex-end;
    margin-top: 81px;
  }
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url("../../images/AboutUs/bg-hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.hero__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(32, 32, 32, 0) 29.42%, rgba(32, 32, 32, 0.78) 63.49%);
}
.hero__background .hero__bg-image {
  position: absolute;
  width: 100%;
  bottom: -42px;
  z-index: 1;
  max-height: 560px;
  height: 560px;
}
.hero__background .hero__bg-image img {
  width: 100%;
  height: 100%;
}
.hero__content {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .hero__content {
    position: absolute;
    bottom: 270px;
    padding: 0 24px;
    text-align: right;
    margin-top: 0;
    z-index: 3;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .hero__content {
    position: absolute;
    top: 190px;
    padding: 0 24px;
    text-align: center;
    margin-top: 0;
    z-index: 3;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 992px) {
  .hero__title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 36px;
    line-height: 42px;
  }
}
.hero__subtitle {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  line-height: 150%;
  text-align: center;
}
@media (max-width: 992px) {
  .hero__subtitle {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  .hero__subtitle {
    font-size: 18px;
    line-height: 30px;
  }
}

.hero_bottom_img {
  position: absolute;
  bottom: -46px;
  width: 100%;
}
@media (max-width: 1400px) {
  .hero_bottom_img {
    bottom: -31px;
  }
}
@media (max-width: 768px) {
  .hero_bottom_img {
    bottom: -15px;
  }
}
.hero_bottom_img img {
  width: 100%;
}

.swiper {
  overflow: visible;
}
.swiper-wrapper {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
.swiper-slide {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.swiper-button-next, .swiper-button-prev {
  background: none;
  border: none;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: none;
}
.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.about-hotel {
  padding: 48px 0;
  position: relative;
}
.about-hotel__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-hotel__content {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 1200px) {
  .about-hotel__content {
    gap: 24px;
    flex-direction: column;
  }
}
.about-hotel__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 396px;
  height: 396px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about-hotel__text {
    height: auto;
  }
}
.about-hotel__title {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .about-hotel__title {
    font-size: 28px;
    text-align: center;
  }
}
.about-hotel__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: justify;
}
.about-hotel__paragraph {
  font-size: 16px;
  line-height: 1.8;
  color: #272525;
  margin: 0;
}
.about-hotel__paragraph strong {
  color: #e2a496;
  font-weight: 700;
}
@media (max-width: 768px) {
  .about-hotel__paragraph {
    font-size: 14px;
  }
}
.about-hotel__quote {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  margin: 0;
  color: #272525;
}
@media (max-width: 768px) {
  .about-hotel__quote {
    font-size: 14px;
    padding: 12px;
  }
}
.about-hotel__image {
  width: 100%;
  max-width: 480px;
  max-height: 396px;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
}
.about-hotel__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.about-hotel__image img:hover {
  transform: scale(1.05);
}
@media (max-width: 1200px) {
  .about-hotel__image {
    max-width: 100%;
  }
}

.amenities {
  padding: 48px 0;
  background: linear-gradient(1deg, #1a1a1a, rgba(26, 26, 26, 0.76));
}
.amenities__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  margin-bottom: 32px;
}
.amenities__title {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 150%;
}
@media (max-width: 768px) {
  .amenities__title {
    font-size: 28px;
  }
}
.amenities__description {
  font-size: 16px;
  line-height: 180%;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .amenities__description {
    font-size: 14px;
  }
}
.amenities__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
}
@media (max-width: 1200px) {
  .amenities__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .amenities__grid {
    grid-template-columns: 1fr;
  }
}
.amenities__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 12px 24px;
  background-color: rgba(26, 26, 26, 0.3);
  border-radius: 12px;
  border: 1.5px solid rgba(160, 255, 255, 0.15);
  text-align: center;
  transition: all 0.3s ease;
  height: 190px;
  cursor: pointer;
}
.amenities__card:hover {
  border-color: rgba(160, 255, 255, 0.5);
  box-shadow: 0 8px 24px rgba(26, 26, 26, 0.1);
  transform: translateY(-4px);
}
.amenities__card:hover .amenities__card-icon {
  border-color: rgba(160, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .amenities__card {
    padding: 16px;
    gap: 12px;
    height: auto;
  }
}
.amenities__card-icon {
  width: 64px;
  height: 64px;
  background-color: rgba(183, 230, 230, 0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
  border: 1px solid rgba(117, 166, 166, 0.5);
}
.amenities__card-icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.amenities__card-title {
  font-size: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .amenities__card-title {
    font-size: 16px;
  }
}
.amenities__card-description {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.3);
  margin: 0;
}
@media (max-width: 768px) {
  .amenities__card-description {
    font-size: 14px;
  }
}

.experience {
  padding: 48px 0;
  position: relative;
}
.experience__content {
  display: flex;
  gap: 32px;
  align-items: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .experience__content {
    flex-direction: column;
    gap: 24px;
  }
}
.experience__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.experience__title {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  line-height: 150%;
}
@media (max-width: 768px) {
  .experience__title {
    font-size: 28px;
  }
}
.experience__subtitle {
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  color: #232c39;
  margin: 0;
}
@media (max-width: 768px) {
  .experience__subtitle {
    font-size: 14px;
  }
}
.experience__description {
  font-size: 16px;
  line-height: 1.8;
  color: #272525;
  margin: 0;
}
@media (max-width: 768px) {
  .experience__description {
    font-size: 14px;
  }
}
.experience__gallery {
  position: relative;
  width: 100%;
  overflow: visible;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 450px;
}
@media (max-width: 1200px) {
  .experience__gallery {
    min-height: 380px;
  }
}
@media (max-width: 768px) {
  .experience__gallery {
    min-height: 320px;
    justify-content: center;
  }
}
.experience__nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 40px;
  height: 40px;
  background-color: rgba(242, 158, 0, 0.5215686275) !important;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.experience__nav-btn:hover {
  transform: translateY(-50%) scale(1.15);
}
.experience__nav-btn:hover img {
  width: 50px;
}
.experience__nav-btn:active {
  transform: translateY(-50%) scale(0.92);
}
.experience__nav-btn img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.15s ease;
}
@media (max-width: 768px) {
  .experience__nav-btn {
    width: 38px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .experience__nav-btn img {
    width: 28px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.experience__prev {
  display: none;
  left: -20px;
}
@media (max-width: 1024px) {
  .experience__prev {
    left: 16px;
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 768px) {
  .experience__prev {
    display: block;
    left: 8px;
  }
}
.experience__next {
  right: -24px;
}
@media (max-width: 1024px) {
  .experience__next {
    right: 16px;
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 768px) {
  .experience__next {
    right: 8px;
  }
}

.experience-slider {
  width: 100%;
  direction: ltr;
}
.experience-slider .swiper-wrapper {
  align-items: center;
  justify-content: normal;
}
.experience-slider .swiper-slide {
  width: auto !important;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.4s ease, opacity 0.4s ease;
  opacity: 1;
}
.experience-slider .swiper-slide-active {
  transform: scale(1.1);
  z-index: 10;
}

.experience__gallery-item {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 233px;
  height: 304px;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: grab;
}
.experience__gallery-item:active {
  cursor: grabbing;
}
@media (max-width: 1024px) {
  .experience__gallery-item {
    width: 200px;
    height: 270px;
  }
}
@media (max-width: 768px) {
  .experience__gallery-item {
    width: 180px;
    height: 240px;
  }
}
@media (max-width: 480px) {
  .experience__gallery-item {
    width: 150px;
    height: 200px;
  }
}

.booking-cta {
  padding: 20px 0;
  height: 235px;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.05), rgba(226, 164, 150, 0.05));
  background-image: url("../../images/AboutUs/booking-bg.png") !important;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  border-top: 1px solid rgba(26, 26, 26, 0.1);
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}
@media (min-width: 1250px) {
  .booking-cta {
    background-size: cover;
  }
}
.booking-cta .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-cta__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 768px) {
  .booking-cta__content {
    gap: 24px;
    align-items: center;
  }
}
.booking-cta__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 800px;
}
.booking-cta__title {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 150%;
}
@media (max-width: 768px) {
  .booking-cta__title {
    font-size: 20px;
    text-align: right;
  }
}
.booking-cta__description {
  font-size: 16px;
  line-height: 1.8;
  color: #dcdcdc;
  margin: 0;
}
@media (max-width: 768px) {
  .booking-cta__description {
    font-size: 14px;
    text-align: justify;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
.btn img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn--primary {
  background-color: #e2a496;
  color: #ffffff;
}
.btn--primary:hover {
  background-color: rgb(214.9626865672, 129.3656716418, 110.0373134328);
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(226, 164, 150, 0.3);
}
.btn--primary:focus-visible {
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
}
.btn--outline {
  background-color: transparent;
  color: #1a1a1a;
  border: 1.5px solid #1a1a1a;
}
.btn--outline:hover {
  background-color: rgba(26, 26, 26, 0.05);
  border-color: #e2a496;
  color: #e2a496;
  transform: translateY(-2px);
}
.btn--outline:focus-visible {
  outline: 2px solid #e2a496;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .about-hotel {
    padding: 32px 0;
  }
  .about-hotel__content {
    gap: 16px;
    flex-direction: column;
  }
  .amenities {
    padding: 32px 0;
  }
  .amenities__card {
    padding: 16px;
    gap: 12px;
    width: 100%;
  }
  .experience {
    padding: 15px 0;
  }
  .experience__content {
    gap: 16px;
    flex-direction: column;
  }
  .booking-cta {
    padding: 15px 0;
  }
}/*# sourceMappingURL=AboutUs.css.map */