@font-face {
  font-family: "Circular-STD";
  src: url('../fonts/CircularStd-Book.otf') format('truetype');
}

body {
  font-family: 'Circular-STD', 'Raleway', Helvetica, 'Roboto', Arial, Lucida, sans-serif;
}

.textarea {
  position: fixed;
  top: 80px;
  left: 90px;
  width: 300px;
  height: 600px;
  background: linear-gradient(to right, #205dbc, #2c6cca);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  padding: 0 35px 20px;
}

.map {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menu-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  background-color: rgba(71, 104, 177, 0.95);
  min-width: 240px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 20;
  border-radius: 4px;
}

.dropdown-menu a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.dropdown-menu a:hover {
  background-color: rgba(60, 90, 155, 0.9);
}

.show {
  display: block;
}


h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  padding: 20px 0;
}

p {
  font-size: 18px;
  margin: 0;
  padding: 10px 0;
}

header ul {
  list-style-type: none;
  padding: 0;
}

header li {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 10px;
}

header {
  height: 110px;
}

.hide-mobile {
  display: none;
}

.nav-menu {
  position: absolute;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 10px 0;
  margin: 0;
}

.header-pattern {
  position: absolute;
  z-index: 2;
  top: 82px;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url('../images/pattern-01.png');
  background-repeat: repeat-x;
}

.poi-header-pattern {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 20px;
  margin-top: 34px;
  background-image: url('../images/pattern-01.png');
  background-repeat: repeat-x;
}

.header-pattern-poi {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url('../images/pattern-01-sm.png');
  background-repeat: repeat-x;
}

.poi-header-title {
  font-size: 30px;
  font-weight: 600;
  color: #f8f8f8;
  margin: 0;
  padding: 0 24px;
}

.logo {
  width: 150px;
  height: auto;
  min-width: 150px;
}

.logo-2 {
  width: 175px;
  height: auto;
  min-width: 175px;
}

.scrollable-no-bars {
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  overflow-y: auto;
  overflow-x: auto;
  width: 100%;
  height: 100vh; /* Set to viewport height */
}

.scrollable-no-bars::-webkit-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  overflow-y: auto;
  overflow-x: auto;
  width: 100%;
  height: 100vh; /* Set to viewport height */
}

.scrollable-no-bars > div {
  width: 100%;
  margin: 25vh 0 0 0;
}

.logo-edlt {
  position: absolute;
  top: 115px;
  right: 32px;
  display: flex;
  flex-direction: column;
}

.logo-edlt img {
  width: 110px;
  height: auto;
}

.map-image {
  max-height: 1000px;
  height: 500px;
  width: auto;
  position: absolute;
  right: -72px;
}

.lang-section {
  width: 320px;
  border-radius: 6px;
  margin: 0 auto;
}

.lang-section h2 {
  font-size: 24px;
  font-weight: 600;
  color: #f8f8f8;
  margin: 0;
  padding: 8px 0;
}

.lang-section p {
  font-size: 16px;
  font-weight: 400;
  color: #f2f2f2;
  padding: 0 0 24px;
}

.lang-section-secondary {
  position: absolute;
  top: 60vh;
  z-index: 50;
  background-color: #bc5500d8;
  padding: 48px 0 0;
  margin: 0 16px;
  border-radius: 6px;
}

.poi-cards {
  display: grid;
  grid-template-columns: 300px;
  gap: 24px;
  padding-top: 50px;
  margin: 0 auto;
  width: 300px;
}

.poi-cards img {
  width: 300px;
  height: auto;
  border-radius: 4px 4px 0 0;
}

.poi-card-inactive {
  border-radius: 6px;
  background-color: #d3cdac;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 2px solid #979797;
}

.language-btn-text {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding-top: 4px;
}

.language-btn-text:hover {
  color: #d3cdac;
}

.language-btn-text-secondary {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding-top: 8px;
}

.language-btn-text-secondary:hover {
  color: #d3cdac;
}

.collab {
  fill: #ffffff;
}

.collab:hover {
  fill: #d3cdac;
  cursor: pointer;
}

.collab-top {
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

.collab-top div {
  width: 100%;
}

.collab-top-spacer {
  display: block;
  height: 20px;
}

.collab-list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 140px 20px 0;
}

.collab-list h1 {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.collab-title {
  font-size: 18px;
}

.collab-center-logo {
  margin: 0 10px 0;
  width: 120px;
  height: auto;
  padding-top: 10px;
}

.collab-03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
}

.collab-logos-03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding: 0 10px;
}

.collab-h2 {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.collab-list table {
  width: 100%;
  margin: 0 auto;
}

.collab-list table td {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px 5px 5px;
  vertical-align: top;
  text-align: right;
}

.collab-list table td:first-child {
  color: #ffffff;
  font-weight: 400;
  text-align: left;
}

.region-info {
  display: none;
}

.scroll-indicator {
  display: none;
}

.text-section {
  position: relative;
  z-index: 55;
  background: #ffffffd8;
  width: 100%;
  margin: 60px 0;
  padding: 16px 0 40px;
}

.text-section p {
  font-size: 16px;
  font-weight: 500;
  color: #383838;
  padding: 40px 24px 20px;
}

@media screen and (min-width: 600px) {
  .map-image {
    height: 900px;
    width: auto;
    position: absolute;
    right: -24px;
  }

  header li {
    padding: 0 20px;
  }

  .hide-mobile {
    display: block;
  }

  .lang-section {
    width: 482px;
    border-radius: 6px;
    margin: 0 0 0 80px;
  }

  .lang-section h2 {
    font-size: 36px;
    font-weight: 600;
    color: #f8f8f8;
    margin: 0;
    padding: 8px 0;
  }

  .lang-section p {
    font-size: 18px;
    font-weight: 400;
    color: #f2f2f2;
    padding: 0 0 24px;
  }

  .lang-section-secondary {
    position: absolute;
    top: 60vh;
    left: 120px;
    width: 500px;
    z-index: 50;
    background-color: #bc5500d8;
    padding: 48px 0 0;
    border-radius: 6px;
  }

  .collab-list h1 {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
  }

  .collab-top {
    display: flex;
    flex-direction: row;
    color: #ffffff;
  }

  .collab-top div {
    width: 50%;
  }

  .collab-top-spacer {
    display: block;
    width: 20px;
  }

  .collab-list {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 180px 20px 0;
  }

  .collab-title {
    font-size: 22px;
  }

  .collab-center-logo {
    margin: 0 10px 0;
    width: 150px;
    height: auto;
    padding-top: 10px;
  }

  .collab-03 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 60%;
  }

  .collab-logos-03 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    padding: 0 10px;
  }

  .collab-h2 {
    font-size: 20px;
    font-weight: 700;
  }

  .collab-list table {
    margin: 0 auto;
  }

  .collab-list table td {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 2px 40px;
    text-align: right;
  }

  .collab-list table td:first-child {
    color: #ffffff;
    font-weight: 400;
    text-align: left;
  }

  .header-pattern {
    top: 82px;
  }

  .poi-header-title {
    font-size: 36px;
  }

  .poi-cards {
    display: grid;
    grid-template-columns: 231px 231px;
    grid-template-rows: repeat(4, 1fr);
    gap: 24px;
    padding-top: 50px;
    margin: 0 0 0 80px;
  }

  .poi-cards img {
    width: 226px;
    height: auto;
    border-radius: 4px 4px 0 0;
  }

  .poi-card-inactive {
    border-radius: 6px;
    background-color: #d3cdac;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 3px solid #858585;
  }

  .text-section {
    position: relative;
    z-index: 55;
    background: #ffffffd8;
    width: 500px;
    margin: 60px 0;
    padding: 16px 0 40px;
  }

  .text-section p {
    font-size: 20px;
    font-weight: 500;
    color: #383838;
    padding: 40px 24px 20px;
  }
}


@media screen and (min-width: 811px) {
  header {
    height: 130px;
  }

  .nav-menu {
    position: absolute;
    z-index: 10;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 50px 0;
    margin: 0;
  }

  .header-pattern {
    top: 102px;
  }

  .logo {
    width: 225px;
    height: auto;
  }

  .logo-2 {
    width: 275px;
    height: auto;
  }

  .scrollable-no-bars {
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: flex;
    overflow-y: auto;
    overflow-x: auto;
    width: 100%;
    height: 100vh; /* Set to viewport height */
  }

  .scrollable-no-bars::-webkit-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: flex;
    overflow-y: auto;
    overflow-x: auto;
    width: 100%;
    height: 100vh; /* Set to viewport height */
  }

  .scrollable-no-bars > div {
    margin: 160px 0 0 100px;
  }

  .logo-edlt {
    position: absolute;
    top: 160px;
    right: 70px;
    display: flex;
    flex-direction: column;
  }

  .logo-edlt img {
    width: 200px;
    height: auto;
  }

  .map-image {
    max-height: 1000px;
    height: auto;
    width: auto;
    position: absolute;
    right: 0;
  }

  .lang-section {
    width: 482px;
    border-radius: 6px;
    margin: 0px;
  }

  .lang-section-secondary {
    position: absolute;
    top: 190px;
    left: 120px;
    width: 500px;
    z-index: 50;
    background-color: #bc5500d8;
    padding: 48px 0 0;
    border-radius: 6px;
  }

  .language-btn-text {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }

  .language-btn-text-secondary {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding-top: 4px;
  }

  .poi-cards {
    display: grid;
    grid-template-columns: 231px 231px;
    grid-template-rows: repeat(4, 1fr);
    gap: 24px;
    padding-top: 50px;
    margin: 0;
  }

  .region-info {
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.3s;
    display: block;
    position: fixed;
    bottom: 60px;
    right: 70px;
    min-height: 180px;
    width: 500px;
    background-color: #bc5500;
    border-radius: 6px;
  }

  .scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 32px;
    display: flex;
    flex-direction: column;
  }
}

.poi-card-active {
  border-radius: 6px;
  background-color: #d3cdac;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 3px solid #4a8fd4;
  border: 3px solid #4768b1;
}

.poi-card-placeholder {
  border-radius: 8px 8px 0 0;
  background-color: #f0efee80;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 3px solid #b8b8b8;
}

.poi-card:hover {
  background-color: #ffffff
}

.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right {
  display: none;
}

.image-left-section {
  width: 80%;
  margin: 0 auto;
}


