html,
body {
  @font-face {
    font-family: "ING Me";
    src: url("ING Me Regular/@font-face/69c633b2a4e41e8101c6f4f149655d5e.eot");
    src: url("ING Me Regular/@font-face/69c633b2a4e41e8101c6f4f149655d5e.eot?#iefix")
        format("embedded-opentype"),
      url("ING Me Regular/@font-face/69c633b2a4e41e8101c6f4f149655d5e.woff2")
        format("woff2"),
      url("ING Me Regular/@font-face/69c633b2a4e41e8101c6f4f149655d5e.woff")
        format("woff"),
      url("ING Me Regular/@font-face/69c633b2a4e41e8101c6f4f149655d5e.ttf")
        format("truetype"),
      url("ING Me Regular/@font-face/69c633b2a4e41e8101c6f4f149655d5e.svg#ING Me")
        format("svg");
  }
  height: 100%;
  font-size: 16px;
}
.thumbnail {
  position: relative;
}

.logo-link {
  text-decoration: none;
  color: inherit;
  transition: 0.1s color ease-in;
}

/* .home-img {
  height: 40vh;
  object-fit: cover;
  object-position: center;
} */

.logo-link:hover,
.logo-link:focus,
.logo-link:active {
  color: #ff6200;
}

.main-button {
  background-color: #ff6200;
  font-size: 30px;
  border: none;
  color: white;
  font-weight: 700;
  font-family: Helvetica;
}

@media (max-width: 1000px) {
  .main-button {
    font-size: 20px;
  }
  .yt {
    margin-top: 30%;
  }
}

.second-button {
  background-color: #525199;
}
.main-button:hover {
  color: white;
}

.card,
.relaks-card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.card:hover,
.relaks-card:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.icon {
  padding: 30px;
  background-color: #f1f1f1;
  border-radius: 10px;
}

.blue-color {
  color: #0065cc !important;
}

.icofont-disabled {
  color: #0065cc !important;
}

.main-color {
  color: #ff6200;
}
.main-color-bg {
  background-color: #ff6200;
}

.font-logo {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.circle {
  border-radius: 100%;
  width: 7rem;
  height: 7rem;
}

.margin-nav {
  margin-top: 40px;
}

.icofont-disabled {
  font-size: 60px !important;
}

.index-img-bg {
  aspect-ratio: 6/4 !important;
  width: 80% !important;
}

.navbar-jablka {
  font-size: 21px;
}

.index-col-12 {
  padding-left: 10%;
}

@media (max-width: 600px) {
  .circle {
    width: 6rem;
    height: 6rem;
  }

  .navbar-nav {
    gap: 12px;
  }

  .nav-span {
    font-size: 12px;
  }

  .menu {
    padding-right: 20px;
    font-size: 15px;
  }
  .margin-nav {
    margin-top: 0;
  }

  .navbar-jablka {
    display: block;
    margin-bottom: 16px;
  }

  .index-img-bg {
    aspect-ratio: 4/3 !important;
    width: 100% !important;
  }

  .index-col-12 {
    padding-left: 4%;
  }

  .navbar-normobaria {
    font-size: 1rem !important;
    padding: 0.75rem !important;
  }
}

@media screen and (max-width: 820px) {
  .normobaria-box {
    flex-direction: column;
  }

  .normobaria-box img {
    max-width: 100% !important;
  }
}

.navbar-normobaria {
  padding: 0.75rem 2rem;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  background: #ff6200;
  color: #f1f1f1;
  text-decoration: none;
  transition: 0.2s background ease-in;
  font-weight: 500;
}

.navbar-normobaria:hover,
.navbar-normobaria:focus {
  color: #f1f1f1;
  background: #525199;
}

.menu {
  text-decoration: none;
  color: black;
  margin-right: 25px;
  font-size: 18px;
}

.menu:hover {
  color: #ff6200;
}

.nav-link:hover {
  color: #ff6200 !important;
}

.btn-reser {
  background-color: white;
  color: #525199;
  font-weight: 600;
  border: 1px solid #525199;
  border-radius: 10px;
}

.btn-reser:hover {
  background-color: #525199;
  border: 1px solid #525199;
}

.btn-reser:active,
.btn-reser:target {
  background-color: #525199 !important;
  color: white;
  border-color: none;
  outline: none;
}

.btn-reser:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color: white;
  color: #525199;
}

.contact {
  position: fixed;
  z-index: 100;
  height: 50px;
  width: 100%;
  top: 0;
  background-color: #ff6200;
  padding: 5px;
}
.margin {
  margin-top: 50px;
}

#tel {
  border-radius: 20px;
  width: 100%;
  background-color: #2acb1d;
  font-weight: 700;
}

.slider-img {
  width: 100%;
  height: 600px !important;
  max-height: 600px !important;
  object-fit: cover;
  object-position: center;
}

.slider-img-bottom {
  object-fit: cover;
  object-position: center;
  height: 150px !important;
  width: 100%;
}

#tel:hover {
  background-color: #24e914;
}

#map {
  border-radius: 20px;
  width: 100%;
  background-color: #e98514;
  font-weight: 700;
}

#map:hover {
  background-color: #e3a227;
}
.container {
  font-family: "ING Me";
  min-height: 100%;
}
.footer {
  clear: both;
  position: relative;
}

.atrakcje-link {
  text-decoration: none;
  color: black;
}

.atrakcje-link:hover {
  color: #ff6200;
}

.flork {
  opacity: 0.6;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.relaks-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.relaks-card {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  /* gap: 2px; */
  height: 33vh;
  flex-direction: column-reverse;
}

.relaks-card img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/9;
}

.opinie {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
  place-items: center;
}

.opinia {
  width: 100%;
  height: 100%;
  border: 2px solid #ff6200;
  border-radius: 2px;
  object-fit: contain;
}

.opinia:nth-last-child(1) {
  grid-column: 1 / span 2;
  width: 50%;
}

.opinia-text {
  width: 100%;
  height: 100%;
  border: 2px solid #ff6200;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-inline: 4px;
}

.opinia-text h2 {
  font-size: 32px;
  font-weight: 500;
}

.opinia-text a {
  color: #ff6200;
}

.relaks-card span {
  font-size: 18px;
  /* padding-inline: 0.2rem; */
  padding-block: 1.8rem;
  font-weight: 600;
}

.relaks-card span > a {
  color: #ff6200;
}

.images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}

.images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/9;
}

.opinie-img {
  width: 70%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.bon {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.bon span {
  font-size: 18px;
}

.bon-img {
  width: 60%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 600px) {
  .images {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }

  .bon-img {
    width: 100%;
  }

  .relaks-card {
    width: 100%;
  }

  .relaks-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }

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

  .opinia {
    grid-row: auto !important;
    grid-column: 1 !important;
    width: 100% !important;
  }

  .opinia-text h2 {
    font-size: 20px;
  }

  .opinie-img {
    width: 100%;
  }
}
