@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Medium.woff2') format("woff2"), url('../fonts/ClashGrotesk-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Regular.woff2') format("woff2"), url('../fonts/ClashGrotesk-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fefcf9;
  --brown: #443222;
  --brown-50: #44322280;
  --gold: #d8b052;
  --pink: #e83f48;
}

.hp {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.logo {
  object-fit: cover;
  margin-bottom: 280px;
  margin-left: 10px;
  overflow: hidden;
}

.image {
  z-index: 10;
  aspect-ratio: 900 / 620;
  background-color: var(--white);
  border-radius: 20px;
  width: 900px;
  height: 620px;
  position: relative;
  overflow: hidden;
}

.where-section {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin-bottom: 150px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.headline-where {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 244px;
  text-decoration: none;
  display: flex;
}

.where-to-find-us {
  color: var(--brown);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.where-content {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.where-box {
  grid-column-gap: 30px;
  border: 1.35px solid var(--brown);
  background-color: #fefcf9;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 30px 15px 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px #443222;
}

.where-box-date {
  grid-column-gap: 10px;
  background-image: url('../images/bg-box.webp');
  background-position: 0 0;
  background-size: 200px 200px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  min-height: 100px;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

._225 {
  color: var(--white);
  letter-spacing: -.02em;
  text-shadow: 2px 2px #443222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.where-box-info {
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-bottom: 3px;
  text-decoration: none;
  display: flex;
}

.where-headline {
  color: var(--brown);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.where-headline.old {
  color: var(--brown-50);
}

.where-adress {
  color: var(--brown);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.where-adress.old {
  color: var(--brown-50);
}

.text-4 {
  color: #fefcf9;
  letter-spacing: -.02em;
  text-shadow: 3px 3px #443222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.star {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 64.1116px;
  height: 64.1116px;
  text-decoration: none;
  display: flex;
}

.about-section {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 80px;
  text-decoration: none;
  display: flex;
}

.about-left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 406.137px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.instagram-button {
  grid-column-gap: 30px;
  cursor: pointer;
  background-color: #d8b052;
  border: 2px solid #d8b052;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 70px;
  padding: 3px 15px 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 2px 2px #443222;
}

.where-box-info-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 3px;
  text-decoration: none;
  display: flex;
}

.vector {
  object-fit: cover;
}

.text-5 {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

._2025-levi {
  color: var(--brown);
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.body {
  color: var(--brown);
  background-image: url('../images/pattern-bg.jpg');
  background-position: 0 0;
  background-size: 512px 512px;
  background-attachment: scroll;
  font-family: Clashgrotesk, Arial, sans-serif;
  font-weight: 500;
}

.image-star {
  z-index: 999;
  padding-bottom: 0;
  display: inline-block;
  position: absolute;
  inset: -30px -40px auto auto;
}

.where-item-right {
  width: 100%;
  height: auto;
  position: relative;
}

.about-text {
  text-align: center;
  letter-spacing: -1px;
  word-break: normal;
  width: 100%;
  font-family: Caveat, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  transform: rotate(3deg);
}

.text-span {
  color: var(--gold);
  font-weight: 400;
}

.instagram-levi {
  cursor: pointer;
  background-image: url('../images/tape_1.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 106px;
  text-decoration: none;
  display: flex;
}

.levi-name {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-bottom: 3px;
  text-decoration: none;
  display: flex;
  transform: rotate(-4deg);
}

.levi-name-headline {
  color: var(--brown);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.levi-name-ig {
  color: #a78840;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caveat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.levi-image {
  width: 45%;
}

.header {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-bottom: 120px;
  margin-left: 120px;
  margin-right: 120px;
  display: flex;
  position: relative;
}

.headline {
  z-index: 999;
  aspect-ratio: 1262 / 577;
  position: relative;
  bottom: 0;
  left: 20px;
}

.code-embed {
  width: 100%;
  height: 1200px;
}

.image-main-web {
  z-index: 5;
  width: 100%;
  position: relative;
}

.headline-logo-popup {
  z-index: 999;
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  top: -210px;
  left: 0;
}

.where-item-left {
  width: 100%;
  height: auto;
  position: relative;
}

.image-main-mob {
  z-index: 5;
  width: 100%;
  display: none;
  position: relative;
}

.blank-space {
  width: 100%;
  height: 10px;
}

.where-box-old {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: 2px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.where-box-past {
  grid-column-gap: 30px;
  border: 1.35px solid var(--brown-50);
  background-color: var(--white);
  color: var(--brown-50);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 30px 15px 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.old-events {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .logo {
    width: 240px;
    margin-bottom: 260px;
  }

  .image {
    width: 85%;
    height: auto;
  }

  .about-section {
    grid-column-gap: 6%;
    grid-row-gap: 6%;
    width: 92%;
  }

  .about-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 47%;
  }

  .about-text {
    font-size: 28px;
    line-height: 34px;
  }

  .instagram-levi {
    background-repeat: no-repeat;
    background-size: contain;
    width: 280px;
    height: 90px;
  }

  .levi-name-headline {
    font-size: 24px;
  }

  .levi-image {
    width: 47%;
  }

  .header {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .headline {
    width: 70%;
  }

  .image-main-web {
    display: none;
  }

  .headline-logo-popup {
    height: auto;
    top: -40%;
  }

  .image-main-mob {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 100%;
    height: 300px;
  }

  .where-section {
    width: 85%;
    margin-bottom: 80px;
  }

  .about-section {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
    width: 85%;
  }

  .about-left {
    width: 100%;
  }

  .levi-image {
    width: 70%;
  }

  .header {
    width: 85%;
  }

  .headline {
    left: 10px;
  }

  .image-main-web {
    width: 100%;
    display: none;
  }

  .headline-logo-popup {
    top: -120px;
  }

  .image-main-mob {
    width: 100%;
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .hp {
    padding-top: 40px;
  }

  .logo {
    width: 100%;
    max-width: 200px;
    margin-bottom: 40%;
  }

  .image {
    height: auto;
  }

  .where-section {
    width: 90%;
    margin-bottom: 25%;
  }

  .where-content {
    grid-row-gap: 15px;
  }

  .where-box {
    grid-column-gap: 20px;
    padding: 10px 20px 10px 10px;
  }

  .where-box-date {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
  }

  ._225 {
    font-size: 26px;
  }

  .where-headline {
    font-size: 22px;
  }

  .where-adress {
    font-size: 16px;
  }

  .about-section {
    grid-column-gap: 30%;
    grid-row-gap: 30%;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-bottom: 20%;
  }

  .about-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
    margin-top: 30px;
  }

  .instagram-button {
    width: 90%;
    height: 100%;
    padding: 12px;
  }

  .where-box-info-2 {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-5 {
    text-align: center;
    font-size: 22px;
  }

  .body {
    background-color: #efe8e1;
  }

  .image-star {
    width: 100%;
    max-width: 90px;
    top: -30%;
    right: -10%;
  }

  .about-text {
    width: 90%;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .levi-name-headline {
    font-size: 22px;
  }

  .levi-image {
    order: -1;
    width: 90%;
  }

  .header {
    width: 90%;
    margin-bottom: 20%;
  }

  .headline {
    width: 86%;
    left: 5px;
  }

  .image-main-web {
    width: 100%;
  }

  .headline-logo-popup {
    top: -43%;
  }

  .image-main-mob {
    width: 100%;
  }

  .where-box-past {
    grid-column-gap: 20px;
    padding: 10px 20px 10px 10px;
  }
}


@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Medium.woff2') format('woff2'), url('../fonts/ClashGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Regular.woff2') format('woff2'), url('../fonts/ClashGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}