/* 
Theme Name: Mikado Karpacz
Author: Blazej Plis
Description: Mikado Karpacz
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&family=Playfair+Display&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #202020;
  max-width: 100vw;
  margin: 0;
  overflow-x: hidden;
}

h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, p::-moz-selection, span::-moz-selection, a::-moz-selection, img::-moz-selection, label::-moz-selection, li::-moz-selection, strong::-moz-selection {
  background-color: #cb997e;
  color: white;
}

h1::selection, h2::selection, h3::selection, h4::selection, p::selection, span::selection, a::selection, img::selection, label::selection, li::selection, strong::selection {
  background-color: #cb997e;
  color: white;
}

.mobile-menu {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 10vh 0;
  z-index: 101;
}

.mobile-menu ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

.mobile-menu ul li a {
  font-size: 1.5em;
}

.display-block {
  display: block !important;
}

.heading {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  text-align: center;
  color: #cb997e;
  font-size: 2.4em;
}

.logo {
  letter-spacing: 1px;
  color: #202020;
  font-weight: 200;
  text-transform: uppercase;
}

.button {
  padding: 20px 40px;
  border: 2px solid #cb997e;
  text-transform: uppercase;
  color: #cb997e;
  font-weight: 400;
  background-color: transparent;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}

.button:hover {
  background-color: #cb997e;
  color: white;
}

.filled {
  background-color: #8F653B;
  color: white;
}

.filled:hover {
  background-color: transparent;
  color: #8F653B;
}

a {
  text-decoration: underline;
  color: white;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

a:hover {
  color: #8F653B;
}

i {
  color: white;
}

p.text {
  font-size: 1.1em;
  letter-spacing: 1px;
  line-height: 1.2em;
  margin: 20px 0;
  padding: 0 100px;
  max-width: 100%;
}

p.text a {
  color: black;
}

p.text a:hover {
  color: #8F653B;
}

.nav-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-container .fa-bars {
  display: none;
}

.nav-container img {
  width: 190px;
}

.nav-container a {
  text-transform: uppercase;
  font-size: 0.9em;
  margin: 0 10px;
  font-weight: 300;
  color: #202020;
}

.nav-container a:hover {
  color: #cb997e;
}

.nav-container a:nth-child(1) {
  font-family: "Playfair Display", serif;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 500;
}

.nav-container .fa-phone {
  color: #202020;
  font-size: 1.3em;
}

.homepage-wrapper {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 8vh;
}

.homepage-wrapper .homepage-opis {
  height: 100%;
}

.homepage-wrapper .homepage-opis p.text {
  font-size: 1.25em;
}

.homepage-wrapper .homepage-opis .section-header p {
  border: none;
}

.homepage-wrapper .homepage-photo {
  width: 50%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/mikado/images/homepage.jpg");
}

.text-container-about-us {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 50px;
}

.text-container-about-us .section-header {
  padding: 2vh 0;
  border-bottom: 2px solid #cb997e;
  width: 80%;
}

.text-container-about-us p.text {
  padding: 0;
  width: 80%;
  margin: 10px 0;
}

.text-container-about-us img {
  width: 17vw;
}

.text-container-about-us hr {
  width: 100%;
  border: 2px solid #cb997e;
}


.about-us {
  max-width: 100vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.about-us .photo-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  max-height: 80vh;
  height: auto;
  position: relative;
  z-index: 1;
}

.about-us .photo-container img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.about-us .photo-container .author {
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 90;
}

.about-us .photo-container .author a {
  font-size: 0.8em;
  color: white;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.about-us .photo-container .author a:hover {
  opacity: 1;
}

.photo-mountains {
  padding: 50px;
}

.section-header {
  width: 100%;
  padding: 2vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-header h3 {
  color: #cb997e;
}

.section-header p {
  text-align: center;
  border-bottom: 2px solid #cb997e;
  padding-bottom: 10px;
}

.gallery-heading {
  background-color: #202020;
}

.gallery-heading h3.heading {
  color: white;
}

.gallery-heading p {
  color: white;
  border-color: white;
}

.gallery {
  padding: 0 5vw 5vh 5vw;
  max-width: 100vw;
  background-color: #202020;
  width: 100%;
  grid-gap: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
}

.gallery span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  padding: 2em;
}

.gallery span a {
  text-decoration: underline;
}

.gallery img {
  width: 100%;
  display: block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.gallery .zoom-effect-container {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.gallery .image-card {
  position: relative;
  top: 0;
  left: 0;
}

.gallery .zoom-effect-container:hover .image-card img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.dlaczego-my {
  margin-top: 5vh;
}

.services_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  -ms-grid-columns: (25vw)[3];
      grid-template-columns: repeat(3, 25vw);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services_grid div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
}

.services_grid div h3, .services_grid div i {
  color: #202020;
}

.services_grid div h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6em;
  margin: 1vh 0;
}

.services_grid div i {
  font-size: 5em;
  color: #75472F;
}

.services_grid div p {
  width: 70%;
  font-weight: 400;
  line-height: 1.5em;
  color: #707070;
}

.contact-us {
  margin-top: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.contact-details {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5vh;
}

.details-inner-container {
  margin-top: 4vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.details-inner-container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 20px 0;
}

.details-inner-container div i {
  font-size: 4.5em;
  color: #cb997e;
}

.details-inner-container div a {
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
  color: #202020;
  font-size: 1.2em;
}

.details-inner-container div a:hover {
  color: #cb997e;
}

footer {
  background-color: #75472F;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  padding: 10vh 5vw;
      grid-template-areas: "footer-text footer-links footer-contact";
  position: relative;
}

footer div {
  width: 30vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer div:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: footer-text;
}

footer div:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: footer-links;
}

footer div:nth-last-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: footer-contact;
}

footer div h2 {
  color: white;
  font-family: "Playfair Display", serif;
  font-size: 2em;
  margin-bottom: 0.5em;
}

footer div img {
  width: 25vw;
  margin-bottom: 5vh;
}

footer div p {
  color: white;
  font-size: 1.05em;
  line-height: 1.5em;
}

footer div ul {
  height: 100%;
  list-style: none;
}

footer div ul li {
  font-weight: 300;
  margin: 10px 0;
}

footer div ul li:nth-child(1) {
  list-style-type: none;
  color: white;
  font-size: 1.3em;
  font-weight: bold;
}

footer div ul li:nth-child(1)::before {
  content: "";
}

footer div ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #111716;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  font-size: 1.5em;
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

footer div ul li a {
  font-weight: 300;
  font-size: 1.05em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

footer div ul li a:hover {
  color: white;
  opacity: 0.6;
}

.author {
  position: absolute;
  font-family: monospace;
  font-size: 0.9em;
  bottom: 10px;
  left: 10px;
  display: inline;
  color: white;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.author:hover {
  opacity: 1;
  color: white;
}

@media (max-width: 1336px) {
  .about-us .photo-container {
    border-width: 20px;
    border-left-width: 50px;
    border-right-width: 50px;
  }
  p.text {
    font-size: 1em;
    padding: 0 50px;
  }
  .services_grid {
    -ms-grid-columns: (30vw)[3];
        grid-template-columns: repeat(3, 30vw);
  }
  .services_grid div {
    padding: 20px;
  }
}

@media (max-width: 820px) {
  .gallery {
    -ms-grid-columns: (minmax(15em, 100%))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(15em, 100%));
    padding-top: 0;
  }
}

@media (max-width: 980px) {
  .homepage-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homepage-wrapper .homepage-opis {
    width: 100%;
  }
  .homepage-wrapper .homepage-opis p.text {
    font-size: 0.9em;
  }
  .homepage-wrapper .homepage-opis .section-header p {
    font-size: 0.95em;
  }
  .homepage-wrapper a.button {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .homepage-wrapper .homepage-photo {
    width: 100%;
  }
  #o-nas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #o-nas .photo-container {
    padding-top: 0;
  }
  .about-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-us .text-container-about-us {
    width: 100%;
  }
  .about-us .photo-container {
    width: 100%;
    height: 40vh;
  }
  .contact-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-us .contact-form {
    width: 100vw;
  }
  .contact-us .contact-details {
    width: 100vw;
    margin-bottom: 10vh;
  }
  .nav-container-dark-background {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .details-inner-container {
    display: block;
  }
  .nav-container {
    width: 100%;
    border-bottom: 2px solid #cb997e;
    margin-top: 0;
    padding: 10px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 100;
  }
  .nav-container .fa-bars {
    display: block;
    font-size: 2.6em;
    margin-right: 5vw;
    color: #202020;
  }
  .nav-container a {
    display: none;
  }
  .nav-container a:nth-child(1) {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .heading {
    font-size: 2em;
  }
  .section-header {
    padding: 0 5vw;
  }
  p.text {
    font-size: 0.9em;
  }
  .homepage-wrapper {
    height: auto;
  }
  .homepage-wrapper .text-container-about-us {
    padding: 0;
  }
  .homepage-wrapper .homepage-photo {
    height: 50vh;
  }
  .homepage-wrapper .headline h1 {
    padding: 5vh 5vw 0 5vw;
    font-size: 2.3em;
  }
  .homepage-wrapper .headline h3 {
    padding: 5vh 5vw 0 5vw;
  }
  .about-us {
    padding-top: 0;
  }
  .about-us .text-container-about-us {
    padding: 10px;
  }
  .about-us .text-container-about-us img {
    width: 50vw;
  }
  .gallery-heading {
    padding: 5vh 5vw;
  }
  footer {
    -ms-grid-columns: 90vw;
        grid-template-columns: 90vw;
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
        grid-template-areas: "footer-text"
 "footer-contact";
  }
  footer div {
    width: 100%;
  }
  footer div img {
    width: 80vw;
  }
  footer div:nth-child(2) {
    display: none;
  }
  .details-inner-container {
    width: 90%;
  }
  .details-inner-container div i {
    font-size: 2.5em;
  }
  .details-inner-container div p {
    font-size: 0.8em;
  }
  .services_grid {
    -ms-grid-columns: 45vw 45vw;
        grid-template-columns: 45vw 45vw;
  }
  .services_grid div h3 {
    font-size: 0.95em;
  }
  .services_grid div p {
    font-size: 0.8em;
    width: 100%;
  }
  .services_grid div i {
    font-size: 3em;
  }
}

@media (max-width: 536px) {
  .homepage-wrapper .headline h1 {
    font-size: 1.9em;
  }
  p.text {
    padding: 0 10px;
  }
  .osrodek .headline h1 {
    font-size: 1.6em;
  }
  .osrodek .headline h3 {
    font-size: 0.8em;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .details-inner-container .c_1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .details-inner-container .c_2 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .details-inner-container .c_3 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .details-inner-container .c_4 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .services_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25vw 25vw 25vw;
        grid-template-columns: 25vw 25vw 25vw;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
  }
  .services_grid .s_1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .services_grid .s_2 {
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 0;
  }
  .services_grid .s_3 {
    -ms-grid-column: 3;
    grid-column: 3;
    grid-row: 0;
  }
  .services_grid .s_4 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .services_grid .s_5 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .services_grid .s_6 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
/* Reservation section styles */
.reservation-section {
  padding: 40px 0;
  background-color: #f9f9f9;
}

.reservation-container {
  padding: 20px 5% 50px 5%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Style for multiple buttons in the homepage */
.homepage-opis div {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .homepage-opis div {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
  .homepage-opis div .button {
    margin: 5px 0;
  }
}
/*# sourceMappingURL=style.css.map */