@import url("reset.css");
@import url("common.css");
@import url("components/announcement.css");
@import url("components/stadtfuehrung.css");

@font-face {
  font-family: "Ronys Swadi";
  src: url("../fonts/ronysiswadi15.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  line-height: 1.1;
}

/* ************HEADER************ */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  height: 5.75rem;
}

/* Navbar distance container */
.navbar-distance {
  height: 5.75rem; /* Default height for desktop */
  transition: height 0.3s ease;
}

/* Mobile navbar distance - adjust height for mobile devices */
@media (max-width: 47.999rem) {
  .navbar-distance {
    height: 0rem; /* Mobile height - adjust this value as needed */
  }
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.75rem;
  flex-wrap: wrap;
  max-width: 74.624rem;
}

.header__logo {
  position: relative;
  z-index: 2;
}

.header__logo img {
  max-height: 50px;
  width: auto;
  display: block;
}


/* ************ABOUT**************** */
.about__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.about__image {
  position: relative;
  max-width: 552px;
  height: 614px;
}

.about__image img {
  border-radius: 16px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__title {
  margin-bottom: 1.5rem;
}

.about__text {
  max-width: 30rem;
  letter-spacing: 0.02em;
  line-height: 150%;
  margin-bottom: 3.5rem;
  text-align: justify;
}

.about__text p:not(:last-child) {
  margin-bottom: 2.5rem;
}

/* ************TESTIMONIAL**************** */

.testimonial__container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.testiomonial__caption {
  margin-bottom: 4rem;
  font-weight: 600;
  text-transform: uppercase;
}

.testimonial__title {
  margin-bottom: 4rem;
  font-size: 2rem;
  max-width: 40.75rem;
  line-height: 136%;
  font-weight: 500;
}

.item-testimonial__image {
  max-width: 64px;
  margin: 0 auto;
  margin-bottom: 1.063rem;
  height: 64px;
}

.item-testimonial__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.item-testimonial__title {
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.item-testimonial__caption {
  font-size: 0.938rem;
}

.item-testimonial__text {
  text-align: justify;
}

.testimonial__items {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.testimonial__item {
  text-align: center;
  max-width: 200px;
}

@media (max-width: 768px) {
  .testimonial__items {
    flex-direction: column;
    align-items: center;
  }

  .testimonial__item {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

/* ****************CONTACT PAGE****************/
.contact__container {
  display: flex;
  justify-content: space-between;
  gap: 109px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.contact__title {
  margin-bottom: 48px;
  font-weight: 600;
  line-height: 110%;
  font-size: 40px;
}

.contact__links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact__text {
  max-width: 545px;
  font-size: 18px;
  line-height: 150%;
}

.contact__text p:not(:last-child) {
  margin-bottom: 15px;
}

iframe {
  width: 100vw;
  height: 482px;
  filter: grayscale(100%);
}

/* ****************Locations Section *************** */
/* ****************Accommodations Section *************** */
#locations.section.locations {
  padding: 50px 0;
  background-color: #f9f9f9;
}

#accomodations.section.locations {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.section.locations .content {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #555;
}

.section.locations .text {
  margin-bottom: 20px;
}

.section.locations .location-list {
  list-style-type: none;
  padding: 0
}

.section.locations .location {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 2rem;
  max-width: 900px;
  text-align: center
}

.section.locations .title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}


@media(min-width: 750px) {
  .section.locations .location {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      text-align: left
  }
}

.section.locations .location-map {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  text-align: center;
  width: 200px
}

@media(min-width: 750px) {
  .section.locations .location-map {
      -ms-flex-item-align: start;
      align-self: flex-start
  }
}

.section.locations .location-map::after {
  content: "?";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  height: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  width: 100%
}

.section.locations .location-map svg .overlay {
  fill: var(--primary-color);
  fill-opacity: 0;
  -webkit-transition: fill-opacity .5s ease-in-out;
  transition: fill-opacity .5s ease-in-out
}

.section.locations .location-map .location-map-image {
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 200px
}

.section.locations .location-map .location-map-image.octagon {
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%)
}

.section.locations .location-map .location-map-image.hexagon {
  -webkit-clip-path: polygon(50% 1%, 95% 25%, 95% 75%, 50% 99%, 5% 75%, 5% 25%);
  clip-path: polygon(50% 1%, 95% 25%, 95% 75%, 50% 99%, 5% 75%, 5% 25%)
}

.section.locations .location-map .location-map-image.circle {
  border-radius: 50%
}

.section.locations .location-map .location-map-image img {
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  width: inherit
}

.section.locations .location-map .location-map-image::after {
  background-color: var(--primary-color);
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  width: 100%
}

.section.locations a.location-map:hover::after {
  opacity: 1
}

.section.locations a.location-map:hover svg .overlay {
  fill-opacity: .8
}

.section.locations a.location-map:hover .location-map-image::after {
  opacity: .8
}

.section.locations .location-details {
  width: 100%
}

.section.locations .location-details>* {
  margin: 0
}

.section.locations .location-details .headline {
  font-size: 1.3em;
  font-weight: 700;
  text-transform: var(--headline-text-transform)
}

.section.locations .location-details .subline {
  font-size: .9rem;
  font-style: italic;
  font-weight: 300
}

.section.locations .location-details .description {
  margin: .75rem 0
}

.section.locations .location-details .url {
  font-size: .9rem;
  margin: .5rem 0
}

/* ****************Shop Section**************** */
.page__shop {
  padding: 50px 0;
}

.shop__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.shop__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.shop__content {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #555;
}

.shop__text {
  margin-bottom: 30px;
}

.shop__button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.shop__button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #303a4d;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.shop__button:hover {
  background-color: #505a6d;
  color: #fff;
  text-decoration: none;
}

/* ****************ADAPTIVE**************** */
@media (max-width: 47.999rem) {
  .contact__container {
    flex-direction: column;
    padding-top: 80px;
    gap: 50px;
    padding-bottom: 80px;
  }

  .title {
    font-size: 2rem;
  }

  .about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .about__container {
    flex-direction: column;
    padding-top: 6rem;
    padding-bottom: 4.375rem;
    gap: 4rem;
  }

  .testimonial__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .testiomonial__caption {
    margin-bottom: 2rem;
  }

  .outro__container {
    padding-top: 6rem;
    padding-bottom: 4.375rem;
  }

  .logo {
    font-size: 1rem;
  }
}

@media (max-width: 61.936rem) {
  .logo {
    font-size: 2rem;
  }

  /* ABC Section Mobile Styles */
  .abc__row {
    flex-direction: column;
    gap: 1rem;
  }

  .abc__header .abc__column {
    font-size: 1rem;
    padding: 0.75rem;
  }

  .abc__item {
    padding: 1rem;
  }

  .abc__letter {
    font-size: 1.5rem;
  }
}

/* ABC Section Styles */
.abc {
  padding: 6rem 0;
  /* background-color: #f9f9f9; */
}

.abc .title {
  text-align: center;
}

.abc__content {
  max-width: 1200px;
  margin: 0 auto;
}

.abc__table {
  width: 100%;
}

.abc__row {
  display: flex;
  gap: 2rem;
}

.abc__header {
  margin-bottom: 2rem;
  text-align: center;
}

.abc__header .abc__column {
  flex: 1;
  font-weight: bold;
  font-size: 1.2rem;
  color: #666;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 8px;
}

.abc__column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.abc__item {
  padding: 1.5rem;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.abc__item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.abc__anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.abc__letter {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 0.5rem 0;
  border-bottom: 2px solid #007bff;
  padding-bottom: 0.5rem;
}

.abc__text {
  margin: 0;
  line-height: 1.6;
  color: #555;
}

.abc__text a {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.abc__text a:hover {
  text-decoration: underline;
}