:root {
  --background: #fff6ed;
  --tekst: #ffc6f7;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

body,
html {
  background-color: var(--background);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--tekst) rgb(37, 37, 37);
  overflow-x: hidden;
}

h1 {
  font-family: "Kalnia", serif;
  color: var(--tekst);
  font-weight: 500;
  font-size: 6vw;
  text-transform: uppercase;
  overflow: hidden;
}

h3 {
  font-family: "Bubbler One", sans-serif;
  text-align: center;
  font-size: 2.2vw;
  color: #e9e9e9;
  text-shadow: 1px 1px 2px black;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h5 {
  font-family: "Montserrat";
}

a {
  text-decoration: none;
  color: var(--tekst);
  font-family: "Montserrat";
  font-weight: 600;
  padding-top: 2vw;
}

@keyframes slideInFromDown {
  0% {
    opacity: 0;
    transform: translatey(100px);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
}
.animFromDown {
  opacity: 0;
  transform: translatey(100px);
}
.animFromDown.visible {
  animation: slideInFromDown 0.8s ease-out forwards;
}

@keyframes opacityTitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animOpacity {
  animation: opacityTitle 2s ease-out forwards;
}

.wrapper {
  height: auto;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(to top right, black, rgb(37, 37, 37));
}
.wrapper .landing {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .landing .title {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 1vw;
  cursor: default;
}
.wrapper .landing .title h1 {
  font-size: 12vw;
  font-family: "Baumans", system-ui;
  text-transform: uppercase;
  line-height: 9.5vw;
}
.wrapper .landing .title .cjenik {
  display: flex;
  justify-content: space-around;
  gap: 1vw;
  align-items: center;
  border: 2px solid var(--tekst);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3vw 1vw;
  border-radius: 1vw;
  transition: background-color 0.35s ease, color 0.35s ease;
  font-size: 1vw;
}
.wrapper .landing .title .cjenik i {
  color: #e9e9e9;
  font-size: 1.1vw;
  transition: color 0.35s ease;
}
.wrapper .landing .title .cjenik:hover {
  background-color: var(--tekst);
  color: black;
}
.wrapper .landing .title .cjenik:hover i {
  color: black;
}
.wrapper .location {
  background-color: var(--background);
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 1vw 5vw;
}
.wrapper .location .text {
  flex: 1;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
  height: 100%;
}
.wrapper .location .text .location_title {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
.wrapper .location .text .location_title .mainTitle {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2vw;
  font-size: 1vw;
}
.wrapper .location .text .location_title .subtitle {
  font-size: 1.2vw;
}
.wrapper .location .text .description {
  width: 25vw;
}
.wrapper .location .text .description p {
  font-family: "Montserrat";
  font-size: 1.2vw;
  text-align: justify;
  line-height: 2vw;
}
.wrapper .location .map {
  flex: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.wrapper .location .map iframe {
  height: 30vw;
  width: 50vw;
}
.wrapper .footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: linear-gradient(to top right, black, rgb(37, 37, 37));
  gap: 5vw;
}
.wrapper .footer .pictures {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 60vw;
  height: 100%;
  gap: 2vw;
}
.wrapper .footer .pictures img {
  width: calc(40% - 1vw);
  height: 42vh;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.wrapper .footer .info {
  width: 40vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.wrapper .footer .info .footer_subtittle {
  color: var(--background);
  font-size: 2vw;
}
.wrapper .footer .info .title h1 {
  font-family: "Baumans", system-ui;
}
.wrapper .footer .info .copyright {
  color: var(--background);
  font-size: 1vw;
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 18vw;
  }
  h3 {
    font-size: 6vw;
    letter-spacing: 0;
  }
  a {
    text-decoration: none;
    color: var(--tekst);
    font-family: "Montserrat";
    font-weight: 600;
    padding-top: 2vw;
  }
  .wrapper {
    gap: 0vw;
  }
  .wrapper .landing {
    height: 100vh;
  }
  .wrapper .landing .title {
    gap: 5vw;
  }
  .wrapper .landing .title h1 {
    font-size: 25vw;
    font-family: "Baumans", system-ui;
    text-transform: uppercase;
    line-height: unset;
    line-height: 22vw;
  }
  .wrapper .landing .title .cjenik {
    gap: 5vw;
    align-items: center;
    border: 2px solid var(--tekst);
    width: -moz-fit-content;
    width: fit-content;
    padding: 2vw 5vw;
    border-radius: 5vw;
    transition: background-color 0.35s ease, color 0.35s ease;
    overflow: hidden;
    font-size: 5vw;
  }
  .wrapper .landing .title .cjenik i {
    color: #e9e9e9;
    font-size: 5vw;
    overflow: hidden;
    transition: color 0.35s ease;
  }
  .wrapper .landing .title .cjenik:hover {
    background-color: var(--tekst);
    color: black;
  }
  .wrapper .landing .title .cjenik:hover i {
    color: black;
  }
  .wrapper .location {
    height: auto;
    flex-direction: column;
    padding: 5vw;
    gap: 10vw;
  }
  .wrapper .location .text {
    flex: 1;
    align-items: center;
    height: 100%;
    gap: 20vw;
    overflow-y: hidden;
  }
  .wrapper .location .text .location_title {
    gap: 2vw;
    width: 80vw;
  }
  .wrapper .location .text .location_title .mainTitle {
    letter-spacing: 0.3vw;
    font-size: 4vw;
  }
  .wrapper .location .text .location_title .subtitle {
    font-size: 4vw;
  }
  .wrapper .location .text .description {
    width: 80vw;
  }
  .wrapper .location .text .description p {
    font-size: 5vw;
    line-height: initial;
  }
  .wrapper .location .map {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: yellowgreen;
  }
  .wrapper .location .map iframe {
    height: 100vw;
    width: 100%;
  }
  .wrapper .footer {
    flex-direction: column;
    height: auto;
    gap: 2vw;
    width: 100%;
    padding: 5vw 0;
    overflow: hidden;
  }
  .wrapper .footer .pictures {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 80vw;
    height: auto;
    gap: 5vw;
    overflow: hidden;
  }
  .wrapper .footer .pictures img {
    width: 100%;
    height: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  .wrapper .footer .info {
    width: 80vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40dvh;
  }
  .wrapper .footer .info .footer_subtittle {
    color: var(--background);
    font-size: 5vw;
  }
  .wrapper .footer .info .copyright {
    color: var(--background);
    font-size: 3vw;
    padding-top: 10vw;
    font-weight: 400;
  }
}/*# sourceMappingURL=styles.css.map */