@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;
  height: unset;
  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: 550px;
    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/Home/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__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: 120px;
    padding: 0 24px;
    text-align: center;
    margin-top: 0;
    z-index: 3;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 150%;
}
@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: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  line-height: 150%;
}
@media (max-width: 992px) {
  .hero__subtitle {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  .hero__subtitle {
    font-size: 16px;
    line-height: 19px;
  }
}

.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;
}

.search-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 999px;
  z-index: 10;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px 24px 24px;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 992px) {
  .search-box {
    position: relative;
    bottom: 60px;
    left: auto;
    transform: none;
    padding: 16px 24px;
    margin-top: 0;
    flex-direction: column;
    align-items: stretch;
    width: auto;
    border-radius: 12px;
  }
}
@media (max-width: 768px) {
  .search-box {
    position: relative;
    bottom: 120px;
    left: auto;
    transform: none;
    padding: 16px 24px;
    margin-top: 0;
    flex-direction: column;
    align-items: stretch;
    width: auto;
    border-radius: 12px;
    background-color: #f7f7f7;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.search-box__wrapper {
  position: absolute;
  bottom: -61px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 999px;
  z-index: 10;
}
@media (max-width: 992px) {
  .search-box__wrapper {
    bottom: -300px;
    width: 100%;
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .search-box__wrapper {
    bottom: -330px;
    max-width: 95%;
  }
}
.search-box__inputs {
  flex-grow: 1;
  display: flex;
  gap: 12px;
}
@media (max-width: 992px) {
  .search-box__inputs {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .search-box__inputs {
    flex-direction: column;
    gap: 12px;
  }
}
.search-box__group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 992px) {
  .search-box__group {
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .search-box__group {
    gap: 8px;
  }
}
.search-box__label {
  font-size: 14px;
  font-weight: 500;
  color: #272525;
}
@media (max-width: 992px) {
  .search-box__label {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .search-box__label {
    font-size: 13px;
  }
}
.search-box__input-wrapper {
  display: flex;
  align-items: center;
  background-color: #fdfdfd;
  border: 1.5px solid #e5e5e5;
  border-radius: 8px;
  padding: 12px;
  gap: 12px;
  min-height: 50px;
  position: relative;
}
@media (max-width: 992px) {
  .search-box__input-wrapper {
    padding: 10px 12px;
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .search-box__input-wrapper {
    padding: 10px 12px;
    border-radius: 8px;
  }
}
.search-box__input {
  border: none;
  background: transparent;
  width: 100%;
  outline: none;
  font-family: inherit;
  font-size: 14px;
  color: #b3b3b3;
}
@media (max-width: 992px) {
  .search-box__input {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .search-box__input {
    font-size: 13px;
  }
}
.search-box__input::-moz-placeholder {
  color: #b3b3b3;
}
.search-box__input::placeholder {
  color: #b3b3b3;
}
.search-box__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.search-box__button {
  padding: 12px 16px;
  width: 176px;
  min-width: 176px;
  min-height: 50px;
  background-color: #2f4f4f;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .search-box__button {
    width: 100%;
    min-width: unset;
    height: 44px;
    margin-top: 8px;
    border-radius: 8px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .search-box__button {
    width: 100%;
    min-width: unset;
    height: 44px;
    margin-top: 8px;
    border-radius: 8px;
    font-size: 14px;
  }
}
.search-box__button-icon {
  width: auto;
}
.search-box__button-span {
  font-size: 16px;
}
@media (max-width: 992px) {
  .search-box__button-span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .search-box__button-span {
    font-size: 14px;
  }
}
.search-box__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 16px;
  cursor: pointer;
  background-color: #fdfdfd;
  color: #272525;
  font-family: inherit;
  font-size: 14px;
  border: none;
  outline: none;
}
.search-box__select::-ms-expand {
  display: none;
}
.search-box__select option {
  color: #272525;
  background-color: #ffffff;
  padding: 8px;
}
.search-box__select option:hover {
  background-color: #f5f5f5;
}
.search-box__date-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.search-box__date-input::-webkit-calendar-picker-indicator {
  display: none;
}
.search-box__date-input::-webkit-outer-spin-button, .search-box__date-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.search-box__date-input::-moz-calendar-picker-indicator {
  display: none;
}

.welcome {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.welcome__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.welcome__text {
  max-width: 788px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  text-align: center;
  margin-top: 12px;
}
.welcome__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-radius: 12px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.welcome__button img {
  width: 24px;
  height: 24px;
}
.welcome__button:hover {
  color: rgb(0.5, 0.5, 0.5);
}
@media (max-width: 993px) {
  .welcome {
    padding-top: 275px;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .welcome {
    padding-top: 240px;
    padding-bottom: 0;
  }
}

.features {
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .features {
    padding-top: 30px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .features {
    padding-top: 10px;
    padding-bottom: 32px;
  }
}
.features__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
@media (max-width: 1200px) {
  .features__container {
    flex-direction: column;
  }
}
.features__gallery {
  flex: 0 0 804px;
  height: 736px;
  position: relative;
}
@media (max-width: 1200px) {
  .features__gallery {
    width: 100%;
    height: 400px;
    flex-basis: auto;
  }
}
.features__gallery img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
.features__content {
  flex: 1;
  padding: 0 40px 0 0;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (max-width: 1200px) {
  .features__content {
    padding: 40px 24px;
    width: 100%;
  }
}
.features__title h2 {
  color: #1a1a1a;
  font-size: 30px;
  font-weight: 700;
}
.features__title img {
  width: 334px;
  height: 36px;
  margin: auto;
}
.features__list {
  display: flex;
  flex-direction: column;
}
.features__item {
  border: 1px solid #e5e5e5;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  margin-bottom: -1px;
  transition: all 0.3s ease;
  cursor:pointer;
}
.features__item:hover {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}
.features__item--active {
  background-color: #f5f5f5;
  border-right: 4px solid #1a1a1a;
  padding-right: 12px;
}
.features__item--active .features__item-title {
  color: rgb(0.5, 0.5, 0.5);
}
.features__item-text {
  flex: 1;
}
.features__item-title {
  font-size: 20px;
  font-weight: 700;
  color: #272525;
  margin-bottom: 8px;
}
.features__item-desc {
  font-size: 16px;
  color: #999999;
}
.features__item-button {
  background-color: #1a1a1a;
  color: #fefefe;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 8px;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  line-height: normal;
}
.features__item-button:hover {
  opacity: 0.9;
}

.testimonials {
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 992px) {
  .testimonials .testimonials__controls {
    display: none;
  }
}
.testimonials__slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonials__nav-btn {
  flex-shrink: 0;
  width: auto;
  height: auto;
  background-color: rgba(26, 26, 26, 0.1);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  color: #1a1a1a;
  padding: 0;
}
.testimonials__nav-btn:hover {
  background-color: rgba(26, 26, 26, 0.2);
  transform: scale(1.1);
}
.testimonials__nav-btn svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
}
.testimonials__prev {
  order: 1;
}
.testimonials__next {
  order: -1;
}
.testimonials__grid {
  flex: 1;
  display: flex;
  gap: 32px;
  width: 100%;
}
@media (max-width: 1200px) {
  .testimonials__grid {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .testimonials__grid {
    gap: 16px;
  }
}
.testimonials__card {
  flex: 0 0 calc(33.333% - 27px);
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px 16px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s ease;
  min-height: 255px !important;
  width: 376px;
}
@media (max-width: 1200px) {
  .testimonials__card {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .testimonials__card {
    flex: 0 0 100%;
  }
}
.testimonials__card:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.testimonials__card.featured {
  box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.1), 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.testimonials__card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .testimonials__card-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonials__card-header h4 {
  color: #272525;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.testimonials__card-date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9ca3af;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.testimonials__card-date img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.testimonials__card-divider {
  width: 100%;
  border: none;
  border-top: 1.5px solid #f3f4f6;
  margin: 0;
}
.testimonials__card-text {
  color: #666666;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  text-align: justify;
  flex: 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonials__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .testimonials__controls {
    display: none;
  }
}
.testimonials__controls .btn {
  width: 40px;
  height: 40px;
  background-color: #1a1a1a;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.testimonials__controls .btn:hover {
  background-color: rgb(0.5, 0.5, 0.5);
  transform: scale(1.05);
}
.testimonials__controls .btn svg {
  width: 20px;
  height: 20px;
}

.gallery {
  padding-bottom: 50px;
  position: relative;
}
.gallery__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.gallery__grid {
  display: flex;
  gap: 27px;
  width: 100%;
}
@media (max-width: 768px) {
  .gallery__grid {
    gap: 16px;
  }
}
.gallery__card {
  flex: 0 0 auto;
  width: 376px !important;
  margin: auto;
  min-height: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  transition: transform all 0.15s ease;
}
@media (max-width: 992px) {
  .gallery__card {
    width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .gallery__card {
    width: calc(100% - 32px);
    height: 250px;
    flex: 0 0 calc(100% - 32px);
  }
}
.gallery__card:hover {
  transform: scale(1.02);
}
.gallery__controls {
  bottom: 75px;
  margin: 0 !important;
  position: relative;
}
@media (max-width: 768px) {
  .gallery__controls {
    bottom: auto;
    margin-top: 24px !important;
    position: relative;
  }
}
.gallery__button {
  background-color: #8e6d2f;
  color: #fefefe;
  padding: 11px 16px;
  border-radius: 12px;
  font-size: 18px;
  display: inline-block;
  min-width: 192px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .gallery__button {
    width: calc(100% - 40px);
    min-width: unset;
    padding: 14px 24px;
  }
}
.gallery__button:hover {
  opacity: 0.9;
}

.attractions {
  padding-bottom: 120px;
  position: relative !important;
}
@media (max-width: 768px) {
  .attractions .attractions__nav-btn {
    display: none;
  }
}
.attractions__slider {
  display: flex;
  align-items: center;
  gap: 20px;
}
.attractions__grid {
  display: flex;
  gap: 32px;
  flex-grow: 1;
}
.attractions__card {
  flex: 1;
  height: 350px;
  min-width: 272px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.1), 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  color: #272525;
  transition: transform all 0.15s ease;
}
@media (max-width: 600px) {
  .attractions__card {
    min-width: 403px;
    width: 403px !important;
  }
}
.attractions__card:hover {
  transform: translateY(-5px);
}
.attractions__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.attractions__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fefefe;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  height: 68px;
}
.attractions__info-text {
  text-align: right;
  padding: 8px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.attractions__info-text h5 {
  font-size: 20px;
  font-weight: 700;
}
.attractions__info-text span {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  width: 100%;
  color: #999999;
}
.attractions__info-icon {
  background-color: #1a1a1a;
  border-radius: 8px;
  padding: 8px;
  width: 63px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: absolute;
  top: -16px;
  right: 12px;
}
.attractions__info-icon img {
  width: 47px;
  height: 47px;
  -o-object-fit: contain;
     object-fit: contain;
}
.attractions__nav-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform all 0.15s ease;
}
.attractions__nav-btn:hover {
  transform: scale(1.1);
}
.attractions__nav-btn img {
  width: 36px;
  height: 36px;
}
.attractions__nav-btn--left img {
  transform: rotate(180deg);
}

.carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
}
@media (max-width: 768px) {
  .carousel-controls {
    bottom: 12%;
  }
}
.carousel-controls .carousel-btn {
  width: 34px;
  height: 34px;
  background-color: rgba(142, 109, 47, 0.4);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  color: #8e6d2f;
}
.carousel-controls .carousel-btn:hover {
  background-color: rgba(142, 109, 47, 0.6);
}
.carousel-controls .carousel-btn svg {
  width: 18px;
  height: 18px;
}/*# sourceMappingURL=Home.css.map */