.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.bounce-top {
  animation: bounce-top 2s infinite both;
  display: block;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-1-18 19:57:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@keyframes bounce-top {
  0% {
    transform: translate(-50%, -45px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translate(-50%, -24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translate(-50%, -12px);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translate(-50%, 0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translate(-50%, 0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Courgette", cursive;
  font-size: 1.6rem;
  position: relative;
}

.nav {
  display: flex;
  width: 100%;
  z-index: 1;
  top: 0;
  background-color: #e0e0d1;
  line-height: 60px;
  height: 60px;
  justify-content: center;
}
.nav__items {
  font-size: 2.8rem;
}
.nav__item {
  text-decoration: none;
  color: black;
  margin: 0em 2em;
}

.burger-icon {
  position: absolute;
  margin-left: auto;
  margin-top: 12px;
  margin-right: 12px;
  padding: 12px 12px;
  background: none;
  right: 0;
  border: none;
  line-height: 60px;
  font-size: 36px;
  cursor: pointer;
  color: black;
  z-index: 1000;
}

.link,
.link::after,
.link::before {
  transition: 0.3s;
}

.link {
  position: relative;
}

.one::after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #E3C530;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: right;
  transition: transform 0.3s;
}

.one:hover::after {
  transform: scale(1);
  transform-origin: left;
}

.nav2 {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  right: 0;
  width: 50vh;
  transform: translateX(100%);
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  background-color: #e0e0d1;
  z-index: 100;
}
.nav2--active {
  transform: translateX(30%);
}
.nav2__item {
  position: relative;
  display: block;
  margin: 0.5em 0;
  padding: 0.5em 2em;
  font-size: 2.8rem;
  color: black;
  text-decoration: none;
}
.nav2__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  transform: scaleY(1);
  background-color: #E3C530;
  transition: transform 0.3s;
  content: "";
}
.nav2__item:hover::before {
  transform: scaleY(1);
}

.hero {
  z-index: 0;
}
.hero__img {
  position: relative;
  height: 100vh;
  background-image: url("../img/domek.jpg");
  background-size: cover;
  background-position: 50% 75%;
}
.hero__text {
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 2.3rem;
  text-align: center;
}

.fa-chevron-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  font-size: 72px;
  color: white;
}

.minor-description {
  background-color: #dfe3e6;
}

.container .underline {
  width: 60%;
  height: 4px;
  background-color: #E3C530;
  margin: 40px auto 40px;
}
.container .fa-solid {
  text-align: center;
  font-size: 45px;
  transition: transform 1s;
}
.container .element {
  color: black;
  margin: 2.8rem 0rem;
}
.container .description-card-title {
  font-size: 2rem;
  color: black;
}

.fullViewBox {
  width: 100%;
  height: 100vh;
  background-color: #dfe3e6;
}

.fullViewBoxContact {
  width: 100%;
  background-color: #dfe3e6;
}

.prizeBox {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.prizeBox__title {
  text-align: center;
  font-size: 4.8rem;
  margin-top: 1em;
}
.prizeBox__underline {
  width: 60%;
  height: 4px;
  background-color: #E3C530;
  margin: 10px auto 10px;
}
.prizeBox__textbox {
  margin: 1em 0em;
}
.prizeBox__text {
  font-size: 2.4rem;
  margin: 0.5em 0em;
}
.prizeBox__button {
  text-decoration: none;
  border: none;
  background-color: #E3C530;
  font-size: 2.4rem;
  padding: 0.75em 1.5em;
  color: black;
  border-radius: 8px;
  margin-bottom: 1em;
}
.prizeBox__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  height: 400px;
  text-align: center;
  margin: auto;
}

.contactBox {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contactBox__title {
  text-align: center;
  font-size: 4.8rem;
  margin-top: 1em;
  padding-top: 1.4em;
}
.contactBox__underline {
  width: 60%;
  height: 4px;
  background-color: #E3C530;
  margin: 10px auto 10px;
}
.contactBox__address {
  text-align: center;
  font-size: 2.4rem;
  margin: 0.5em 0em;
}
.contactBox__button {
  text-decoration: none;
  border: none;
  background-color: #E3C530;
  font-size: 2.4rem;
  padding: 0.75em 1.5em;
  color: black;
  border-radius: 8px;
  margin-bottom: 1em;
}
.contactBox__contact {
  font-size: 2.4rem;
  margin: 0.5em 0em;
}

.shadowbg {
  background-color: #cab33f;
  transition: background-color 0.6s;
}

.bodyarea {
  background-color: #dfe3e6;
}

.area-title {
  text-align: center;
  padding-top: 2em;
  font-size: 4.8rem;
}

.area-title-underline {
  width: 60%;
  height: 4px;
  background-color: #E3C530;
  margin: 1em auto;
}

.container .row h2 {
  font-size: 4.8rem;
}
.container .row .shop-element {
  text-align: center;
  padding: 0.25em 0em;
  font-size: 2.2rem;
}
.container .row .eat-element {
  text-align: center;
  padding: 0.25em 0em;
  font-size: 2.2rem;
}
.container .row .med-element {
  text-align: center;
  padding: 0.25em 0em;
  font-size: 2.2rem;
}
.container .row .med-element-first {
  text-transform: uppercase;
  text-align: center;
  padding: 0.25em 0em;
  font-size: 2.2rem;
}
.container .row .area-underline {
  width: 60%;
  height: 4px;
  background-color: #E3C530;
  margin: 1em auto;
}

.boxarea {
  font-size: 2.4rem;
}

.bodyarea .fa-solid {
  font-size: 1.4em;
}
.bodyarea .fa-brands {
  font-size: 1.4em;
}
.bodyarea .area-link {
  font-size: 1.8rem;
}
.bodyarea .area-title-second {
  margin-top: 1em;
}
.bodyarea .contactBox__button-area {
  margin-bottom: 0;
  text-decoration: none;
  border: none;
  background-color: #E3C530;
  font-size: 2.4rem;
  padding: 0.75em 1.5em;
  color: black;
  border-radius: 8px;
  margin-bottom: 1em;
}
.bodyarea .barsLocation {
  font-size: 1em;
}

.offer__body {
  background-color: #dfe3e6;
}

.offers {
  position: relative;
  overflow: hidden;
}
.offers__option {
  margin: 1em 0;
  box-shadow: 5px 5px 10px rgba(46, 46, 46, 0.18);
  background-color: white;
  overflow: hidden;
}
.offers__option-img {
  width: 100%;
  transition: transform 0.3s;
}
.offers__option-img:hover {
  transform: scale(1.1);
}
.offers__option-info {
  padding: 2em;
  background-color: white;
  z-index: 10;
}
.offers__option-heading {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: 300;
}
.offers__option-text {
  margin-bottom: 0.5em;
  font-size: 1.3rem;
  color: black;
}

.location {
  height: 100vh;
  background-image: url(../img/background-g4f9bed3ff_1920.jpg);
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.location .area-title-white {
  color: white;
  text-align: center;
  padding-top: 1em;
  font-size: 4.8rem;
}
.location .shadow-location {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -5;
}
.location .card-group {
  padding: 30px;
  margin-top: 50px;
}
.location .card img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}
.location .card-text {
  text-align: center;
}

.portfolio-item .item {
  margin: 1em 0em;
}

.gallery__button {
  text-decoration: none;
  border: none;
  background-color: #E3C530;
  font-size: 2.4rem;
  padding: 0.75em 1.5em;
  color: black;
  border-radius: 8px;
  margin-bottom: 1em;
}

/* .container{
	width:90%
	margin:10px auto;
} */
.portfolio-menu {
  text-align: center;
}

.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.5s ease;
}

footer {
  width: 100%;
  background-color: #e0e0d1;
}
footer p {
  color: black;
}

@media (max-width: 992px) {
  .hero__img {
    background-image: url(../img/domek-resized.jpg);
  }
  .nav__items {
    display: none;
  }
  .nav {
    display: none;
  }
  .fa-chevron-down {
    bottom: 15px;
  }
  .prizeBox__image {
    height: auto;
    width: 80%;
  }
  iframe {
    width: 300px;
    height: 300px;
  }
  .fullViewBox {
    height: auto;
    overflow: hidden;
  }
  .fullViewBoxContact {
    height: auto;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .burger-icon {
    display: none;
  }
}
@media (min-width: 576px) {
  .offers__option {
    display: flex;
    margin: 3.2em 0;
    width: 100%;
    max-height: 420px;
  }
  .offers__option-img {
    width: 70%;
    height: auto;
  }
  .offers__option-img--right {
    flex-direction: row-reverse;
    order: 1;
  }
  .offers__option-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .offers__option-heading {
    margin-bottom: 0.5em;
    font-size: 3.6rem;
  }
  .offers__option-btn {
    padding: 1em;
  }
}
@media (max-width: 576px) {
  .location {
    height: auto;
  }
  .location .area-title-white {
    font-size: 2.4rem;
  }
  .offers__option {
    margin: 2.4em 0em;
  }
}
@media (max-width: 320px) {
  .nav2__item {
    font-size: 2.2rem;
  }
}/*# sourceMappingURL=style.css.map */