@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@200&family=Inter:wght@200&family=Playfair+Display&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  gap: 20px;
  background-color: #fcfbf7;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: 'Open Sans', sans-serif;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Header */

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgb(52, 78, 65, 0.5);
  z-index: 999999999;
  transition: 1s ease-in-out;
}


.Header {
  z-index: 999999;
  display: flex;
  justify-content: center;
  background-color: rgb(52, 78, 65, 0.5);
  height: 100px;
  width: 100%;
  transition: .45s ease-in-out;
  margin-bottom: 10vh;
}

.Header-Cont {
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  max-width: 80%;
}

.Logo {
  display: flex;
  justify-content: flex-start;
  background-image: url(../../assets/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 18vw;
  position: relative;
  left: -3vw;
}

.Choices {
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 90vw;
  height: 100%;
  gap: 5vw;
  /* justify-content: space-evenly; */
  font-size: 1.5vw;
}

.Choice {
  /* height: 5vh; */
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  cursor: pointer;
  border: 2px solid transparent;
  transition: .45s ease-in-out;
}

.Choice:hover {
  transform: scale(1.1);
  font-size: 27px;

}
/* Restauran */

.carousel {
  box-shadow: -5vh 5vh 2px #7b7616;
  width: 55%;
  height: 55vh;
  overflow: hidden;
  max-height: 55vh;
  margin-bottom: 10vh;
  position: relative;
  left: 6vw;
}

.carousel .carousel__item,
.carousel .carousel__item--hidden {
  display: none;
}

.carousel .carousel__item img {
  width: 100%;
  /* max-width: 600px; */
  height: auto;
  /* max-height: 30vh; */
}

.carousel .carousel__item--visible {
  display: block;
  animation: fadeVisibility 0.5s;
}

.carousel .carousel__actions {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel .carousel__actions button {
  /* border-radius: 50px; */
  color: white;
  border: 0;
  font-weight: bold;
  cursor: pointer;
  width: 60px;
  background-color: transparent;
  height: 60px;
  font-size: 2vw;
}

.carousel .carousel__actions button#carousel__button--prev {
  margin-left: 20px;
}

.carousel .carousel__actions button#carousel__button--next {
  margin-right: 20px;
}

.container {
  display: flex;
  width: 100%;
  position: relative;
  left: 3vw;
  justify-content: center;
}

.container .content {
  position: relative;
  left: 3vw;
  /* padding: 50px; */
  width: 50%;
}

.container .content .title {
  position: relative;
  /* left: 7vw; */
  top: 5vh;
  /* text-align: center; */
  left: 10vw;
  font-family: 'Playfair Display', serif;
  font-size: 3vw;
}

.container .content .text {
  position: relative;

  font-family: 'Inter', sans-serif;
  max-width: 30vw;
  font-size: 1vw;
}


/* Footer */

.footer {
  margin-top: 100px;
  /* display: flex;
  flex-direction: column; */
}

.footer .discover {
  background-image: url(../assets/peisaj.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #f9f7f1;
  gap: 70px;
}

.footer .discover .title {
  font-size: 4vw;
  font-family: 'Playfair Display', serif;
}

.footer .discover .button {
  font-size: 1vw;
  font-family: 'Gothic A1', sans-serif;
  padding: 15px;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
  border-radius: 3px;
  transition: .2s ease-in-out;
  background: #576423;
}

.footer .discover .button:hover {
  background-color: #8c9661;
}

.footer .map {
  background: white;
  width: 60%;
  height: 60vh;
  margin: 100px 20% 0 20%;
  display: flex;
  border: 2px solid #e3dcc3;
  color: #555;
}

.footer .map .iframe {
  width: 70%;
  height: 100%;
}

.footer .map .content {
  display: flex;
  flex-direction: column;
  width: 30%;
  height: 100%;
  padding-left: 40px;
  padding-top: 100px;
}

.footer .map .content .title {
  font-family: 'Playfair Display', serif;
  white-space: nowrap;
  font-size: 1.8vw;
}

.footer .map .content .text {
  font-family: 'Inter', sans-serif;
  margin-top: 20px;
  font-size: 1vw;
  max-width: 12vw;
}

.footer .map .content .line {
  position: relative;
  font-family: 'Inter', sans-serif;
  top: 10vh;
  font-size: 1vw;
}

.footer .contact {
  margin-top: 10vh;
  width: 100%;
  height: 25vh;
  display: flex;
  flex-direction: column;
  background-color: #f3f2ee;
}

.footer .contact .image {
  width: 100%;
  height: 10vh;
  /* background-color: #555; */
}

.footer .contact .image .logo {
  background-image: url(../assets/logo2.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 20px;
  height: 80%;
}

.footer .contact .content {
  color: #576423;
  letter-spacing: 2px;
  position: relative;
  /* top: 10%; */
  font-family: 'Playfair Display', serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.footer .contact .content .row {
  display: flex;
  gap: 50px;
  font-size: 3vh;
}

.gr {
  color: #576423;
}

/* Misc */

.box {
  position: relative;
  left: -10vw;
  width: 50%;
  height: 50%;
  box-shadow: 0 0 25px -3px rgba(0, 0, 0, 0.4);
}

.box img {
  width: 100%;
  height: 100%;
}

.boxx {
  position: relative;
  left: -10vw;
  width: 50%;
  height: 50%;
  box-shadow: 0 0 25px -3px rgba(0, 0, 0, 0.4);
}

.box img {
  width: 100%;
  height: 100%;
}


.skew {
  font-family: 'Playfair Display', serif;
  font-size: 3vw;
  width: 100%;
  height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.poem {
  font-family: 'Inter', sans-serif;
  position: relative;
  text-align: center;
  width: 70%;
  left: 15%;
  font-size: 2.5vh;
  margin-bottom: 50px;
}

@keyframes fadeVisibility {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: opacity linear;
  }
}

.ggg {
  background-color: #576423;
  border: 2px solid #576423;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
  /* padding: 10px; */
  font-family: 'Playfair Display', serif;
  transition: .3s ease-in-out;
}

.ggg:hover {
  background-color: #384310;
  transform: scale(1.1);
  cursor: pointer;
}