/* Mobile styles remain untouched */

.main {
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}

.main .header {
  display: flex;
  padding: 25.036px 11px 25.036px 10px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.main .logo {
  position: relative;
  width: 15%;
  height: 15%;
}

.main .frame {
  display: inline-flex;
  gap: 10.73px;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.main .title-text {
  flex-direction: column;
  height: auto;
  gap: 20px;
  padding: 24px 15px 97px;
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.main .div {
  position: relative;
  width: 315px;
  margin-top: -1.00px;
  font-family: "IBM Plex Serif", Helvetica;
  font-weight: 300;
  color: #000000;
  font-size: 32px;
  letter-spacing: -1.60px;
  line-height: 35.2px;
}

.main .text-wrapper {
  position: relative;
  align-self: stretch;
  margin-bottom: -60.00px;
  font-family: "IBM Plex Serif", Helvetica;
  font-weight: 300;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16.8px;
}


.main .text-wrapper a:link,
.main .text-wrapper a:visited,
.main .text-wrapper a:hover,
.main .text-wrapper a:active {
  color: inherit; /* Keeps the current text color */
  text-decoration: none; /* Optional: removes underline if needed */
}


.main .text-wrapper-medium {
  font-family: "IBM Plex Serif", Helvetica;
  font-weight: 500;
}

.main .title {
  display: flex;
  height: auto;
  align-items: flex-start;
  justify-content: space-around;
  gap: 98px;
  padding: 40px 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.main .div-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.main .p {
  position: relative;
  width: 272px;
  margin-top: -1.00px;
  font-family: "IBM Plex Serif", Helvetica;
  font-weight: 300;
  color: #000000;
  font-size: 32px;
  text-align: center;
  letter-spacing: -1.60px;
  line-height: 38.4px;
}

.main .lang {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11px;
  align-self: stretch;
  text-align: left;
  padding: 0;
}

.lang-text {
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}

.main picture.img img {
  width: 100%;
  height: auto;
  display: block;
}

.main .text-wrapper-caption {
  position: relative;
  align-self: stretch;
  font-family: var(--caption-text-font-family);
  font-weight: var(--caption-text-font-weight);
  font-style: var(--caption-text-font-style);
  color: #000000;
  font-size: var(--caption-text-font-size);
  letter-spacing: var(--caption-text-letter-spacing);
  line-height: var(--caption-text-line-height);
}

.main .frame-wrapper {
  height: 625px;
  justify-content: space-around;
  gap: 98px;
  padding: 40px 15px;
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.foot {
  width=100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  padding: 82px 73px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #3b3b3b;
}

.foot .logo-2 {
  position: relative;
  width: 141.86px;
  height: 20px;
}

.foot .info-abundance-city {
  position: relative;
  width: 174px;
  font-family: var(--paragraph-text-font-family);
  font-weight: var(--paragraph-text-font-weight);
  color: #ffffff;
  font-size: var(--paragraph-text-font-size);
  letter-spacing: var(--paragraph-text-letter-spacing);
  line-height: var(--paragraph-text-line-height);
  font-style: var(--paragraph-text-font-style);
}

.foot a:link,
.foot a:visited,
.foot a:hover,
.foot a:active {
  color: inherit; /* Keeps the current text color */
  text-decoration: none; /* Optional: removes underline if needed */
}


/* Desktop styles - added correctly below mobile styles */

@media (min-width: 1024px) {
  .main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    gap: 30px;
  }

  .main .header {
    padding: 40px 20px;
  }

  .main .title-text {
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 20px;
  }

  .main .div {
    width: 45%;
    font-size: 48px;
    line-height: 1.2;
  }

  .main .text-wrapper {
    width: 50%;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .main .title {
    padding: 60px 20px;
    justify-content: center;
  }

  .main .p {
    width: 60%;
    font-size: 40px;
    text-align: center;
    line-height: 1.4;
  }

  .main .lang {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 40px 20px;
  }

  .main picture.img {
    width: auto;
    object-fit: cover;
    display: flex;
  }

  .main picture.img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .lang-text {
    width: auto;
    padding: 0;
  }

  .main .frame-wrapper {
    justify-content: center;  /* Center the text horizontally */
    align-items: center;      /* Center the text vertically */
    text-align: center;       /* Center the text itself */
    padding: 60px 20px;
    height: auto;
  }
  
  .main .frame-wrapper .p {
    width: 100%;              /* Full width text block */
    max-width: 800px;         /* Optional: control maximum width */
    font-size: 40px;
    line-height: 1.4;
    text-align: center;
  }

.foot {
	width=100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 60px 40px;
  }

  .foot .logo-2 {
    width: 180px;
  }

  .foot .info-abundance-city {
    width: auto;
    font-size: 18px;
  }
  
  .foot a:link,
  .foot a:visited,
  .foot a:hover,
  .foot a:active {
    color: inherit; /* Keeps the current text color */
    text-decoration: none; /* Optional: removes underline if needed */
  }
  
}
