* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden !important;
  background-color: #080808;
}

@font-face {
  font-family: "PPNeueCorp";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/fonts/PPNeueCorp/PPNeueCorp-CompactMedium.woff2)
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "PPEditorialNew";
  font-style: italic;
  font-weight: 400;
  src: url(/assets/fonts/PPEditorialNew/PPEditorialNew-Italic.woff2)
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/fonts/Roboto/Roboto-Light.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url(/assets/fonts/Roboto/Roboto-ExtraLight.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  src: url(/assets/fonts/Roboto/Roboto-LightItalic.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url(/assets/fonts/Roboto/Roboto-ExtraLightItalic.ttf) format("truetype");
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #242421;
}
::-webkit-scrollbar-thumb {
  background: #0a0a0a;
}
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.side-item {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.discount-item:hover .close-discount-item {
  opacity: 0.7;
}

.close-discount-item:hover {
  opacity: 1 !important;
}

.close-discount-item img {
  width: 26px;
  display: block;
}

.booking-reviews {
  position: relative;
}

.review-badge {
  width: 190px;
  height: auto;
  border-radius: 5px 0 0 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.close-review-item {
  background: transparent;
  border: none;
  position: absolute;
  top: 3px;
  right: 3px;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
  padding: 0;
}

.booking-reviews:hover .close-review-item {
  opacity: 0.7;
}

.close-review-item:hover {
  opacity: 1 !important;
}

.close-review-item img {
  width: 26px;
  display: block;
}

.header-desktop {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.8rem 2.4rem;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

header.scrolled {
  background-color: #080808;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), 0 6px 10px rgba(0, 0, 0, 0.3);
}

header.no-shadow {
  box-shadow: none;
}

.header-desktop nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-desktop img {
  width: 120px;
  height: auto;
  cursor: pointer;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.header-desktop a {
  color: #dbd5c9;
  font-weight: 200;
  font-size: 1.1rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 3px;
}

.dropdown {
  display: flex;
  align-items: center;
  gap: 3px;
}

.current-page {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #f97316;
}

.header-cta {
  display: flex;
  gap: 1rem;
}

.lang-menu {
  display: flex;
  align-items: center;
  gap: 3px;
}

.nav-vertical-line {
  width: 1px;
  height: 20px;
  background-color: #dbd5c9;
}

.nav-btn {
  display: flex;
  align-items: center;
}

.header-dropdown-one {
  height: 0;
  background-color: #080808;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  width: 100%;
  position: fixed;
  z-index: 100;
  overflow: hidden;
}

.header-dropdown-two {
  height: 0;
  background-color: #080808;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  width: 100%;
  position: fixed;
  z-index: 100;
  overflow: hidden;
}

.link-item img {
  transition: transform 0.4s ease-in-out;
}

#dropdown-one:hover img {
  transform: rotate(180deg);
}

#dropdown-two:hover img {
  transform: rotate(180deg);
}

.dropdown-layout {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 150px 8rem 4rem 8rem;
  gap: 1.6rem;
}

.dropdown-item {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  cursor: pointer;
}

.dropdown-item-img {
  width: 160px;
  height: 120px;
  object-fit: cover;
}

.dropdown-item h3 {
  font-family: "PPNeueCorp", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #dbd5c9;
}

.dropdown-item p {
  font-size: 0.9rem;
  font-weight: 200;
  color: #dbd5c9;
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 1px;
}

.nav-cta a {
  color: #dbd5c9;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 200;
  font-size: 0.9rem;
}

.nav-cta img {
  width: 14px;
  height: auto;
}

.mobile-header {
  display: none;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.nav-menu {
  background: transparent;
  border: none;
}

.line {
  background-color: #fff;
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
}

.line-small {
  background-color: #fff;
  width: 20px;
  height: 1px;
  margin-bottom: 5px;
  float: right;
}

.menu-mobile {
  display: none;
  background-color: #080808;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  display: flex;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.menu-close {
  height: 20px;
  position: relative;
  width: 20px;
}

.menu-closing {
  position: absolute;
  right: 1.4rem;
  top: 1.8rem;
}

.menu-links {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 15%;
  left: 1.4rem;
}

.menu-links a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.7rem;
  font-weight: 400;
  text-decoration: none;
  padding: 0.7rem 0;
  color: #dbd5c9;
}

.menu-bottom {
  position: absolute;
  bottom: 2rem;
  left: 4%;
}

.vertical-bar {
  color: #dbd5c9;
}

.menu-bottom a {
  font-size: 1rem;
  font-weight: 200;
  text-decoration: none;
  color: #dbd5c9;
}

.menu-rooms {
  background-color: #080808;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
}

.menu-rooms-closing {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.8rem 1.4rem;
  width: 100%;
  position: absolute;
  top: 0;
}

main {
  width: 100%;
  height: 100dvh;
}

.video-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(40%);
  z-index: 1;
}

.hero-content {
  position: absolute;
  bottom: 20%;
  left: 6rem;
  right: 6rem;
  z-index: 2;
  width: 45%;
}

h1 {
  font-family: "PPNeueCorp", sans-serif;
  font-size: 3.6rem;
  line-height: 4rem;
  color: #dbd5c9;
  font-weight: 500;
  margin-top: 0;
}

.hero-content h2 {
  font-family: "PPEditorialNew", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.2rem;
  color: #dbd5c9;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 13px;
}

.main-btn {
  display: inline-flex;
  align-items: center;
  background-color: #f97316;
  color: #dbd5c9;
  font-weight: 100;
  text-decoration: none;
  padding: 0.25rem 1rem;
  min-height: calc(2.7rem + 5px);
  width: 175px;
  border-radius: 9999px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}

.main-btn .btn-text {
  font-size: 1.15rem;
}

.arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5px;
  background-color: #dbd5c9;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

.hero-a {
  display: flex;
  gap: 3px;
}

.hero-link {
  font-size: 1.15rem;
  color: #dbd5c9;
  font-weight: 100;
  text-decoration: none;
}

.intro-section {
  margin: 8rem;
  padding-top: 4dvb;
  border-top: 1px solid #2c2c2c;
}

.intro-subheader {
  display: flex;
  align-items: center;
  gap: 6px;
}

.intro-subheader p {
  color: #dbd5c9;
  font-weight: 400;
  font-family: "PPEditorialNew";
  font-style: italic;
  font-size: 1.2rem;
}

.intro-line {
  width: 2px;
  height: 30px;
  background-color: #f97316;
}

.intro-headers h2 {
  font-family: "PPNeueCorp", sans-serif;
  color: #dbd5c9;
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 500;
  margin-top: 0.7rem;
}

.intro-layout {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: stretch;
}

.intro-solo {
  width: 50%;
  position: relative;
}

.img-button-wrapper {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2.5px);
  padding: 0.7rem;
}

.img-button {
  display: flex;
  align-items: center;
  gap: 3px;
}

.img-button a {
  font-family: "PPNeueCorp", sans-serif;
  color: #dbd5c9;
  font-size: 1.2rem;
  text-decoration: none;
}

.img-button-wrapper p {
  color: #dbd5c9;
  font-weight: 100;
  margin-top: 5px;
  margin-bottom: 0;
}

.solo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-text {
  width: 50%;
}

.img-small {
  width: 100%;
  height: 70%;
  object-fit: cover;
  filter: brightness(90%);
}

.intro-text p {
  color: #dbd5c9;
  font-weight: 100;
  font-size: 1.2rem;
}

.intro-ctas {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 2rem;
}

.intro-a {
  display: flex;
  gap: 3px;
}

.intro-link {
  font-size: 1.15rem;
  color: #dbd5c9;
  font-weight: 100;
  text-decoration: none;
}

.info-layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6rem;
}

.info-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  border-left: 1.4px solid #242421;
  padding: 1rem 0 1rem 0.7rem;
  width: 25%;
}

.info-item img {
  width: 40px;
  height: auto;
}

.info-item h3 {
  font-family: "PPNeueCorp", sans-serif;
  color: #dbd5c9;
  margin: 7px 0 0 0;
  font-size: 1.3rem;
  font-weight: 500;
}

.info-item p {
  color: #dbd5c9;
  margin: 0;
}

.disclaimer {
  font-size: 0.9rem;
  margin-bottom: 0;
  font-weight: 100;
  color: #63686e;
}

.fullwidth-image-section {
  background-color: #080808;
  z-index: 1;
}

.fullwidth-image {
  clip-path: polygon(10% 10%, 90% 10%, 90% 90%, 10% 90%);
  height: 100vh;
  object-position: top right;
  overflow: hidden;
  position: relative;
  width: 100%;
  will-change: transform, opacity;
}

.fullwidth-img {
  filter: brightness(70%);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fullwidth-img,
.fullwidth-image__overlay {
  inset: 0;
  position: absolute;
  will-change: transform, opacity;
}

.fullwidth-image__overlay {
  background-color: #000;
  opacity: 0;
  z-index: 2;
}

.fullwidth-image__text {
  bottom: 10%;
  left: 8%;
  position: absolute;
  white-space: wrap;
  width: 45%;
  will-change: transform, opacity;
  z-index: 3;
}

.fullwidth-image__text h2 {
  color: #dbd5c9;
  font-family: "PPNeueCorp", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 4%;
  margin-top: 0;
}

.fullwidth-image__text p {
  color: #dbd5c9;
  font-weight: 100;
  font-size: 1.2rem;
  margin-top: 0;
}

.change-font {
  font-family: "PPEditorialNew", serif;
  font-style: italic;
  font-weight: 400;
}

.fullwidth-ctas {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 2rem;
}

.main-btn-larger {
  display: inline-flex;
  align-items: center;
  background-color: #f97316;
  color: #dbd5c9;
  font-weight: 100;
  text-decoration: none;
  padding: 0.25rem 1rem;
  min-height: calc(2.7rem + 5px);
  width: 190px;
  border-radius: 9999px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}

.fullwidth-a {
  display: flex;
  gap: 3px;
}

.fullwidth-link {
  font-size: 1.15rem;
  color: #dbd5c9;
  font-weight: 100;
  text-decoration: none;
}

.faq-section {
  margin: 8rem 8rem 0 8rem;
  color: #dbd5c9;
}

.faq-layout {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  align-items: flex-start;
  margin-top: 2rem;
}

.sticky-faq {
  position: sticky;
  top: 190px;
  padding-bottom: 2rem;
}

.services-item {
  width: 40%;
}

.faq-header {
  font-family: "PPNeueCorp", sans-serif;
  color: #dbd5c9;
  font-weight: 500;
  font-size: 2.8rem;
  margin-top: 0;
}

.sticky-faq p {
  font-size: 1.3rem;
  font-weight: 100;
  width: 80%;
  margin-top: 3rem;
}

.faq-ctas {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.faq-ctas button {
  background-color: #2a4759;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 14px 20px;
  cursor: pointer;
  color: #dbd5c9;
  border: none;
  font-family: "Roboto", sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 200 !important;
  transition: all 0.2s ease-in-out;
}

.faq-ctas button:hover {
  background-color: #050203;
  color: #dbd5c9;
}

.faq-ctas a {
  font-size: 1.2rem;
  font-weight: 100;
  color: #dbd5c9;
  text-underline-offset: 3px;
  gap: 4px;
}

.cta-faq-pos {
  margin-top: 2.7rem;
}

.faqs-layout {
  width: 70%;
  margin-top: 3.2rem;
}

.faq-item {
  display: flex;
  align-items: center;
  height: 110px;
  width: 100%;
  cursor: pointer;
  margin-top: 1rem;
  border-bottom: 1px solid #fcf6ec;
}

.question-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 120px;
}

.question-box h4 {
  font-size: 1.5rem;
  font-weight: 100;
}

.cross-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
}

.cross-box img {
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.cross-box img.rotated {
  transform: rotate(225deg);
}

.answer-item {
  padding-left: 10px;
  padding-top: 2rem;
  padding-right: 120px;
  transition: height 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  overflow: hidden;
  height: 0;
}

.answer-item p {
  font-size: 1.3rem;
  font-weight: 100;
}

.answer-item a {
  color: #f97316;
  font-size: 1.3rem;
  font-weight: 200;
  text-decoration: none;
}

.answer-item ul {
  padding: 0 0 0 20px;
}

.answer-bold {
  font-weight: 200;
}

.answer-item li {
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 2.2rem;
}

.map-section {
  margin: 8rem 0;
}

.map-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.map-title {
  position: absolute;
  bottom: 3rem;
  left: 8rem;
}

.map-title h2 {
  font-family: "Roboto", sans-serif;
  color: #dbd5c9;
  font-weight: 100;
  font-size: 2.2rem;
  margin: 0;
}

.heidelberg-map {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(90%);
  object-position: 0% 100%;
  z-index: 1;
  overflow-x: hidden;
}

.marker-icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.map-marker-hotel {
  position: absolute;
  z-index: 2;
  top: 7.5%;
  left: 49%;
}

.map-marker-suites {
  position: absolute;
  z-index: 2;
  top: 12%;
  right: 35%;
}

.map-marker-milla {
  position: absolute;
  z-index: 2;
  bottom: 2.2%;
  left: 43%;
}

.hotel-item {
  display: flex;
  justify-content: space-between;
  width: 620px;
  height: 200px;
  position: absolute;
  top: 15%;
  left: 20%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
  display: none;
}

.suites-item {
  display: flex;
  justify-content: space-between;
  width: 620px;
  height: 200px;
  position: absolute;
  top: 22%;
  right: 20%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
  display: none;
}

.milla-item {
  display: flex;
  justify-content: space-between;
  width: 620px;
  height: 200px;
  position: absolute;
  bottom: 12%;
  left: 30%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
  display: none;
}

.map-img {
  width: 30%;
  height: 100%;
}

.map-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(80%);
}

.map-text {
  background-color: #dbd5c9;
  color: #1e201e;
  padding: 1rem;
  width: 70%;
  position: relative;
}

.close-item {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

.close-item img {
  width: 13px;
  height: auto;
}

.close-item-mobile {
  display: none;
}

.map-text h3 {
  font-family: "PPNeueCorp", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 0;
}

.map-text p {
  font-weight: 200;
  font-size: 1.1rem;
}

.map-links {
  display: flex;
  align-items: center;
  gap: 2px;
}

.map-links a {
  color: #1e201e;
  font-weight: 200;
  font-size: 1.1rem;
  text-decoration: none;
}

.info-cards-section {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  margin: 8rem;
}

.cards-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}

.item {
  overflow: hidden;
  cursor: pointer;
}

.item-small {
  grid-column: span 1;
  grid-row: span 1;
  max-height: 400px;
}

.item-large {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
}

.item-fill {
  width: 100%;
  height: 100%;
  position: relative;
}

.item:hover .item-img {
  transform: scale(1.08);
}

.item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
  transition: transform 0.4s ease-in-out;
}

.item-category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #dbd5c9;
}

.item-link {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  gap: 4px;
}

.item-link h4 {
  color: #dbd5c9;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

.item-category {
  border-radius: 5px;
  background: rgba(54, 57, 63, 0.6);
  filter: blur(0.5px);
  padding: 10px 15px;
}

.item-category h3 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 200;
}

footer {
  background-color: #0d0d0d;
  width: 100%;
  padding: 2rem 8rem 1rem 8rem;
}

.footer-logo-img {
  width: 130px;
  height: auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  color: #dbd5c9;
  align-items: flex-start;
}

.footer-logo p {
  font-size: 1.2rem;
  width: 80%;
}

.social-links-layout {
  display: flex;
  gap: -2px;
}

.footer-layout {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #3c3d37;
  padding-top: 0.9rem;
  margin-top: 2rem;
}

.footer-layout div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-layout h3 {
  font-size: 1.4rem;
  font-weight: 200;
  color: #dbd5c9;
  margin-bottom: 14px;
}

.footer-layout a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 100;
  color: #dbd5c9;
}

.footer-layout p {
  font-size: 1rem;
  font-weight: 100;
  color: #dbd5c9;
  margin: 0;
}

.footer-partners h3 {
  font-size: 1.4rem;
  font-weight: 200;
  color: #dbd5c9;
  margin-bottom: 14px;
}

.partners-layout {
  display: flex;
  gap: 1.4rem;
}

.borsalino-logo {
  width: 100px;
  height: auto;
  cursor: pointer;
}

.hotel-logo {
  width: 70px;
  height: auto;
  cursor: pointer;
}

.milla-logo {
  width: 60px;
  height: auto;
  cursor: pointer;
}

.apartments-logo {
  width: 90px;
  height: auto;
  cursor: pointer;
}

.footer-bottom {
  border-top: 1px solid #3c3d37;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1rem;
}

.footer-bottom p {
  color: #dbd5c9;
  font-weight: 100;
  font-size: 1rem;
  margin: 0;
}

.footer-bottom a {
  color: #dbd5c9;
  font-weight: 100;
  font-size: 1rem;
  text-decoration: none;
  margin: 0;
}

@media (max-width: 768px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .mobile-header nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  main {
    overflow: hidden;
  }

  .hero-content {
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
  }

  h1 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }

  .hero-content h2 {
    font-size: 1.6rem;
  }

  .hero-btn {
    width: 157px;
  }

  .hero-btn .btn-text {
    font-size: 1rem;
  }

  .hero-link {
    font-size: 1rem;
  }

  .intro-section {
    margin: 6rem 1rem;
  }

  .intro-headers h2 {
    font-size: 2rem;
    line-height: 2.3rem;
    margin-top: 0.2rem;
  }

  .intro-layout {
    flex-direction: column-reverse;
    gap: 4rem;
  }

  .img-small {
    display: none;
  }

  .intro-text,
  .intro-solo {
    width: 100%;
  }

  .intro-solo {
    height: 400px;
  }

  .solo-img {
    object-position: 10% 50%;
  }

  .info-layout {
    gap: 1rem;
  }

  .info-item {
    width: calc(50% - 1rem);
  }

  .fullwidth-image__text {
    width: calc(100% - 2rem);
    left: 1rem;
    right: 1rem;
  }

  .fullwidth-image__text h2 {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .main-btn-larger {
    width: 175px;
  }

  .main-btn-larger .btn-text {
    font-size: 1rem;
  }

  .hero-link {
    font-size: 1rem;
  }

  .fullwidth-link {
    display: none;
  }

  .fullwidth-a img {
    display: none;
  }

  .faq-section {
    margin: 0 1rem;
  }
  .faq-layout {
    flex-direction: column;
    gap: 0;
  }
  .faq-header {
    font-size: 2rem;
    line-height: 2.3rem;
  }
  .sticky-faq {
    position: inherit;
  }
  .sticky-faq p {
    width: 100%;
  }
  .services-item {
    width: 100%;
  }
  .faqs-layout {
    width: 100%;
    margin-top: 0rem;
  }

  .faq-btn {
    width: 157px;
  }

  .faq-btn .btn-text {
    font-size: 1rem;
  }
  .intro-link {
    font-size: 1rem;
  }
  .question-box h4 {
    font-size: 1.4rem;
  }
  .cross-box {
    width: auto;
  }
  .answer-item {
    padding-right: 0;
  }
  .map-section {
    margin: 0;
    overflow: hidden;
  }
  .heidelberg-map {
    object-position: 55% 50%;
  }
  .map-title {
    top: 1rem;
    left: 1rem;
  }
  .map-title h2 {
    font-size: 2rem;
  }
  .map-marker-hotel {
    top: 18%;
    left: 34%;
  }
  .map-marker-suites {
    top: 21%;
    right: 0.4rem;
  }
  .map-marker-milla {
    bottom: 2%;
    left: 7%;
  }
  .hotel-item {
    flex-direction: column;
    width: 230px;
  }
  .suites-item {
    flex-direction: column;
    width: 230px;
  }
  .milla-item {
    flex-direction: column;
    width: 230px;
    bottom: 25%;
    left: 20%;
  }
  .map-img {
    width: 90%;
  }
  .map-img {
    width: 100%;
    height: 180px;
    position: relative;
  }

  .map-text {
    width: 100%;
    padding: 0.6rem;
  }

  .map-text h3 {
    font-size: 1.1rem;
  }

  .map-text p,
  .map-links a {
    font-size: 1rem;
  }

  .close-item {
    display: none;
  }

  .close-item-mobile {
    position: absolute;
    display: block;
    top: 0.5rem;
    right: 0.5rem;
    mix-blend-mode: difference;
  }

  .info-cards-section {
    margin: 8rem 1rem;
  }
  .cards-layout {
    display: flex;
    flex-direction: column;
  }
  .item-img {
    height: 300px;
  }
  footer {
    padding: 2rem 1rem 1rem 1rem;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-layout {
    flex-direction: column;
  }
  .partners-layout {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .hotel-logo {
    width: 60px;
  }
  .milla-logo {
    width: 50px;
  }
  .apartments-logo {
    width: 75px;
  }
  .borsalino-logo {
    width: 90px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .mobile-header nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .hero-content {
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
  }

  h1 {
    font-size: 2.8rem;
    line-height: 2.9rem;
  }

  .hero-content h2 {
    font-size: 1.8rem;
  }

  .intro-section {
    margin: 6rem 1rem;
  }

  .intro-headers h2 {
    font-size: 2.4rem;
    line-height: 2.6rem;
    margin-top: 0.2rem;
  }

  .intro-layout {
    flex-direction: column-reverse;
    gap: 4rem;
  }

  .intro-link {
    font-size: 1.2rem;
  }

  .img-small {
    display: none;
  }

  .intro-text,
  .intro-solo {
    width: 100%;
  }

  .intro-solo {
    height: 400px;
  }

  .solo-img {
    object-position: 10% 50%;
  }

  .info-layout {
    gap: 1rem;
  }

  .info-item {
    width: calc(50% - 1rem);
  }

  .fullwidth-image__text {
    width: calc(100% - 2rem);
    left: 1rem;
    right: 1rem;
  }

  .fullwidth-image__text h2 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }

  .main-btn-larger {
    width: 175px;
  }

  .main-btn-larger .btn-text {
    font-size: 1rem;
  }

  .hero-link {
    font-size: 1.2rem;
  }

  .fullwidth-link {
    display: none;
  }

  .fullwidth-a img {
    display: none;
  }

  .faq-section {
    margin: 6rem 1rem;
  }
  .faq-layout {
    flex-direction: column;
    gap: 0;
  }
  .faq-header {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
  .sticky-faq {
    position: inherit;
  }
  .sticky-faq p {
    width: 100%;
  }
  .services-item {
    width: 100%;
  }
  .faqs-layout {
    width: 100%;
    margin-top: 0rem;
  }

  .question-box h4 {
    font-size: 1.4rem;
  }
  .cross-box {
    width: auto;
  }
  .answer-item {
    padding-right: 0;
  }
  .map-section {
    margin: 0;
    overflow: hidden;
  }
  .heidelberg-map {
    object-position: 55% 50%;
  }
  .map-title {
    top: 1rem;
    left: 1rem;
  }
  .map-title h2 {
    font-size: 2rem;
  }
  .map-marker-hotel {
    top: 18%;
    left: 42%;
  }
  .map-marker-suites {
    top: 21%;
    right: 20%;
  }
  .map-marker-milla {
    bottom: 2%;
    left: 25%;
  }
  .hotel-item {
    flex-direction: column;
    width: 230px;
  }
  .suites-item {
    flex-direction: column;
    width: 230px;
  }
  .milla-item {
    flex-direction: column;
    width: 230px;
    bottom: 25%;
    left: 20%;
  }
  .map-img {
    width: 90%;
  }
  .map-img {
    width: 100%;
    height: 180px;
    position: relative;
  }

  .map-text {
    width: 100%;
    padding: 0.6rem;
  }

  .map-text h3 {
    font-size: 1.1rem;
  }

  .map-text p,
  .map-links a {
    font-size: 1rem;
  }

  .close-item {
    display: none;
  }

  .close-item-mobile {
    position: absolute;
    display: block;
    top: 0.5rem;
    right: 0.5rem;
    mix-blend-mode: difference;
  }

  .info-cards-section {
    margin: 8rem 1rem;
  }
  .cards-layout {
    display: flex;
    flex-direction: column;
  }
  footer {
    padding: 2rem 1rem 1rem 1rem;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-layout {
    flex-direction: column;
  }
  .partners-layout {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .hotel-logo {
    width: 60px;
  }
  .milla-logo {
    width: 50px;
  }
  .apartments-logo {
    width: 75px;
  }
  .borsalino-logo {
    width: 90px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
    width: 100%;
  }
  .mobile-header nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .map-marker-milla {
    bottom: 2%;
    left: 37%;
  }
  .map-marker-hotel {
    top: 18%;
    left: 47%;
  }
  .map-marker-suites {
    top: 21%;
    right: 30%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  .hero-content {
    left: 5rem;
  }
  .intro-section {
    margin: 8rem 6rem;
  }
  .fullwidth-image__text {
    left: 6rem;
  }
  .faq-section {
    margin: 8rem 6rem;
  }
  .info-cards-section {
    margin: 8rem 6rem;
  }
  footer {
    background-color: #0d0d0d;
    width: 100%;
    padding: 2rem 6rem 1rem 6rem;
  }
  .map-marker-hotel {
    top: 18%;
    left: 55%;
  }
  .map-marker-suites {
    top: 20%;
    right: 26%;
  }
  .map-marker-milla {
    left: 47%;
  }
}
