@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Nosifer&family=Poly:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");

* {
  font-family: "Hanken Grotesk", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  --primary-color: #212121;
  --secondary-color: #e2bc8a;
}

html {
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  overflow-x: hidden;
}
.parttwo{
	margin-top:-130px;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1350px;
  margin: auto;
  width: 100%;
}

header {
  padding: 20px 0;
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar {
  display: flex;
  list-style: none;
  gap: 25px;
}
.navbar li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: var(--secondary-color);
}
.navbar li:last-child a {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  padding: 14px 30px;
  border-radius: 11px;
}

.hamburger {
  display: none;
}

.hero-section {
  background-image: url(../images/hero-image.jpg);
  height: 100dvh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-section::before {
  position: absolute;
  content: "";
  background: linear-gradient(
    89.76deg,
    #212121 -0.63%,
    rgba(33, 33, 33, 0.83) 52.84%,
    rgba(33, 33, 33, 0) 99.83%
  );
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-section-div {
  position: relative;
}
.hero-section-div h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 73px;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin-bottom: 0;
}

.hero-section-div p {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  opacity: 0.5;
}

.hero-section-div h2 {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2000px;
  display: inline-block;
  padding: 13px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: var(--secondary-color);
}

.hero-btns {
  display: flex;
  gap: 15px;
  margin-top: 50px;
}

.hero-btns a {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  padding: 14px 30px;
  border-radius: 11px;
  font-weight: 700;
  border: 1px solid var(--secondary-color);
}

.hero-btns a:last-child {
  border-color: var(--secondary-color);
  background-color: transparent;
  color: var(--secondary-color);
}

.wave-class img {
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 100%;
}

.zimmer-section {
  overflow: hidden;
  margin-top: 10px;
}

.zimmer-grid {
  display: grid;
  grid-template-columns: 400px 1fr;
  margin-top: 100px;
}

.zimmer-section h2 {
  color: var(--secondary-color);
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 63px;
  letter-spacing: 0.2px;
}

.zimmer-section p {
  color: var(--primary-color);
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.2px;
  opacity: 0.8;
  margin-right: 40px;
}

.images {
  display: flex;
  gap: 20px;
}

.hr-class hr {
  border: none;
  height: 2px;
  background-color: var(--secondary-color);
  margin: 50px 0;
}

.sponsor-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
}

.news-container {
  background-color: var(--primary-color);
  text-align: center;
}

.news-container h3 {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 63px;
  letter-spacing: 0.2px;
  color: var(--secondary-color);
  padding: 40px 0;
}

.news-container p {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #ffffff;
  opacity: 0.8;
  padding-bottom: 20px;
}

.last-text-welcome p {
  font-size: 20px;
  font-weight: 1000;
  padding-bottom: 60px;
}

.anfahrt-section {
  text-align: center;
  padding: 2rem;
}

.anfahrt-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: left;
}

.anfahrt-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  justify-content: center;
  align-items: start;
}

.anfahrt-card {
  background-color: var(--secondary-color);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 10px 10px 40px -12px rgba(0, 0, 0, 0.75);
  width: 350px;
  height: 380px;
  text-align: left;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
}

.anfahrt-card h3 {
  margin-bottom: 24px;
  opacity: 0.8;
}

.anfahrt-card p {
  line-height: 27px;
  font-size: 19px;
}

.anfahrt-card:nth-child(1) {
  transform: translateY(10px);
}

.anfahrt-card:nth-child(2) {
  transform: translateY(65px);
}

.anfahrt-card:nth-child(3) {
  transform: translateY(5px);
}

.welcome-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
}

.welcome-text h3 {
  font-size: 64px;
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
}

.welcome-text p {
  font-size: 36px;
}

.bedrooms1,
.bedrooms2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.bedrooms1 {
  align-items: end;
  justify-content: end;
}

.bedrooms2 {
  align-items: start;
  justify-content: start;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #1c1b1b;
  color: #c1a375;
  font-family: Arial, sans-serif;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-left {
  display: flex;
  flex-direction: column;
}

.footer-left p {
  margin: 5px 0;
}

.footer-right {
  display: flex;
  gap: 15px;
}

.footer-bottom {
  width: 100%;
  text-align: center;
  border-top: 1px solid #c1a375;
  padding-top: 10px;
  margin-top: 10px;
}

.reservations {
  background-color: #faf9fe;
  /* padding-top: 100px; */
}
.reservationstwo{
	text-align:center !important;
	 padding-top: 100px; 
}
.res-title {
  width: 100%;
  display: flex;
  justify-content: center;
}

.res-title h3 {
  margin-bottom: 40px;
  font-size: 45px;
  color: #212121;
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
}

.impressum-section {
  margin: 150px 0 50px 0;
}

.impressum-section h1 {
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
  margin: 0.67em 0;
}

.impressum-section h3 {
  margin-top: 1.5em;
  font-size: 1.4em;
}

.impressum-section p {
  margin-top: 1.5em;
  font-weight: 300;
  line-height: 25px;
}

@media (max-width: 1024px) {
  .nav-display {
    display: block;
  }
  .anfahrt-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .line {
    width: 22px;
    height: 2px;
    background-color: #fff;
  }

  .navbar {
    position: fixed;
    right: 0;
    top: 0;
    height: 100dvh;
    width: 300px;
    background-color: #009acd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
    transform: translateX(300px);
    transition: all 0.4s;
  }

  .hamburger.active-hamburger .line:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 50%;
    left: 0;
    transform-origin: center;
  }

  .hamburger.active-hamburger .line:nth-child(2) {
    display: none;
  }

  .hamburger.active-hamburger .line:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 0;
    transform-origin: center;
  }

  .wave-class img {
    bottom: -28px;
  }

  .nav-display {
    display: block;
  }

  .nav-button {
    display: none;
  }

  .hamburger {
    display: grid;
    gap: 4px;
    position: relative;
    z-index: 100;
    pointer-events: auto;
  }

  .line {
    width: 22px;
    height: 2px;
    background-color: #fff;
  }

  .navbar {
    position: fixed;
    right: 0;
    top: 0;
    height: 100dvh;
    width: 300px;
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateX(300px);
    transition: all 0.4s;
    z-index: 10;
  }

  .navbar.nav-open {
    transition: all 0.4s;
    transform: translateX(0);
    padding-left: 15px;
  }

  .hamburger.active-hamburger .line:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 50%;
    left: 0;
    transform-origin: center;
  }

  .hamburger.active-hamburger .line:nth-child(2) {
    display: none;
  }

  .hamburger.active-hamburger .line:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 0;
    transform-origin: center;
  }

  .navbar li:last-child a {
    margin-top: 10px;
  }

  .bedrooms1,
  .bedrooms2 {
    justify-content: center;
    align-items: center;
  }

  .zimmer-grid {
    grid-template-columns: 2fr;
    text-align: center;
    margin-top: 20px;
  }

  .zimmer-section h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .zimmer-section p {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .images {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .images div {
    width: 80%;
    margin-bottom: 20px;
  }

  .welcome-text h3 {
    font-size: 45px;
  }
  .welcome-text p {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .hero-section-div h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .zimmer-grid {
    grid-template-columns: 2fr;
    text-align: center;
  }

  .zimmer-section h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .zimmer-section p {
    font-size: 14px;
    margin-right: 0;
  }

  .images {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .images div {
    width: 100%; /* Full width on mobile */
    margin-bottom: 15px;
  }

  .bedrooms1,
  .bedrooms2 {
    flex-direction: column; /* Me i vendos një nën një */
    align-items: center;
  }

  .bedroom1,
  .bedroom2 {
    width: 100%; /* Me i shtri në gjithë ekranin */
    display: flex;
    justify-content: center;
  }

  .bedroom1 img,
  .bedroom2 img {
    width: 80%; /* Pak më i vogël për estetikë */
    max-width: 300px;
  }

  .sponsor-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .anfahrt-card:nth-child(1) {
    transform: translateY(0);
  }
  .anfahrt-card:nth-child(2) {
    transform: translateY(0);
  }
  .anfahrt-card:nth-child(3) {
    transform: translateY(0);
  }

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

  .anfahrt-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    place-items: center;
    gap: 30px;
  }

  .anfahrt-card {
    max-width: 100%;
    transform: none; /* Align cards normally on smaller screens */
  }

  .footer {
    flex-direction: column;
    text-align: center;
  }
  .footer-right {
    justify-content: center;
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .hero-section-div h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .footer-right {
    flex-direction: column;
  }

  .sponsor-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .welcome-text h3 {
    font-size: 40px;
  }
  .welcome-text p {
    font-size: 23px;
  }
}

@media (max-width: 480px) {
  .sponsor-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 400px) {
  .footer-content {
    justify-content: center;
    flex-direction: column;
  }
}

.overflow-hidden {
  overflow: hidden;
}
