* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  /* font-family: "Roboto", sans-serif; */
  /* font-family: "Dancing Script", cursive;
  font-optical-sizing: auto; */
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-size: 1rem;
}
html {
  scroll-behavior: smooth;
}
.darker {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

/* NAV */
nav {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 100;
}
nav svg {
  position: absolute;
  width: 70px;
  top: -2vh;
  left: 2%;
  padding: 1rem;
  border-radius: 5px;
  background-color: #c4416b;
  z-index: 101;
  cursor: pointer;
  transition: 0.2s;
}
nav svg:hover {
  top: -1vh;
}
.menubox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #b02e57;
  transition: 0.5s;
}
.menubox li {
  margin-bottom: 1rem;
  color: white;
}
.menubox h5 {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: white;
}
.menubox a {
  color: white;
}
.menubox a:hover {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid white;
}
.ul-apartmany {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid #c4416b;
}
.ul-apartmany li {
  margin-bottom: 2rem;
}
.ul-numbers {
  padding-top: 2rem;
  border-top: 2px solid #c4416b;
}
.ul-numbers li {
  font-weight: 200;
}
/*
 * HEADER
 */
header {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;

  background-image: url("img/bardejov.jpg");
  background-size: cover;
  /* background-position-x: center; */
  background-position: center;
  background-attachment: fixed;
}
header h1 {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 8vw;
  position: relative;
  text-align: center;
  margin-bottom: 4rem;
  color: white;
  z-index: 1;
}
.text {
  text-align: center;
  z-index: 1;
}
.text p {
  font-size: 1.2rem;
  margin: 2rem 0 3rem 0;
  color: white;
}
.text a {
  /* font-weight: 700; */
  padding: 1rem 3rem;
  color: white;
  background-color: #c4416b;
  border-radius: 50px;
  transition: 0.2s;
}
.text a:hover {
  background-color: white;
  color: black;
}

/*
 * SECTION
 */
.section-overline {
  position: absolute;
  width: 100%;
  height: 5vh;
  left: 0;
  top: 95.1vh;
  background-color: white;
  border-radius: 50px 50px 0 0;
  box-shadow: 0px -8px 8px 0 rgba(0, 0, 0, 0.7);
}
.section-about-header {
  width: 95%;
  margin: 2rem auto 4rem auto;
  padding: 0 1rem;
  text-align: center;
}
.section-about-header h1 {
  font-size: 2vw;
  color: #c4416b;
}
.section-about-header p {
  line-height: 2rem;
  margin: 3rem 0 4rem 0;
}
.section-about-header span {
  border: 1px solid #c4416b;
  color: #c4416b;
  padding: 1rem 2rem;
  border-radius: 50px;
  transition: 0.2s;
}
.section-about-header span:hover {
  cursor: pointer;
  background-color: #c4416b;
  color: white;
}
.section-about-text {
  width: 80%;
  margin: 2rem auto;
  height: 0vh;
  overflow: hidden;
}
.section-about-text h2 {
  margin: 2rem 0;
}
.section-about-text p {
  line-height: 250%;
  margin-bottom: 1rem;
}

section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.2rem 2rem 5rem 2rem;
}
section a:hover {
  color: black;
  background-color: white;
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.section-header a {
  color: white;
  padding: 1rem 2rem;
  border: 1px solid white;
  border-radius: 40px;
  transition: 0.2s;
}
section h1 {
  font-size: 1.5rem;
  font-weight: 300;
  color: white;
}
.section-text {
  margin: 1rem 0;
}
.section-text li {
  font-weight: 200;
  line-height: 200%;
  margin: 1rem 0;
  color: #fff;
}
.section-text span {
  font-weight: 500;
}
p span {
  font-weight: 700;
  /* padding: 0 2rem; */
}
.overline {
  position: absolute;
  width: 100%;
  height: 4vh;
  left: 0;
  top: -3.9vh;
  border-radius: 50px 50px 0 0;
  box-shadow: 0px -8px 8px 0 rgba(0, 0, 0, 0.7);
}

.leyla-0 {
  background-color: #c4416b;
}
.leyla-0 .overline {
  background-color: #c4416b;
}
.leyla-1 {
  background-color: #bb3861;
}
.leyla-1 .overline {
  background-color: #bb3861;
}
.leyla-2 {
  background-color: #b02e57;
}
.leyla-2 .overline {
  background-color: #b02e57;
}
.Dominika {
  background-color: #a81f4b;
}
.Dominika .overline {
  background-color: #a81f4b;
}
.armida {
  background-color: #960e39;
}
.armida .overline {
  background-color: #960e39;
}
.s-dom {
  background-color: #850930;
}
.s-dom .overline {
  background-color: #850930;
}
.gallery {
  position: relative;
  margin: 1rem 0;
}
.gallery span {
  position: absolute;
  display: flex;
  height: 100%;
  top: 0;
  padding: 0 1rem;
}
.gallery span:hover {
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.gallery span svg {
  width: 3rem;
}
.left-arrow {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  left: -2rem;
}
.right-arrow {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  right: -2rem;
}
.gallery img {
  max-width: 40vw;
  height: 30vw;
  border-radius: 1rem;
  margin-right: 1rem;
  /* box-shadow: 0px -8px 8px 0 rgba(0, 0, 0, 0.7); */
}
.slider-wrapper {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  width: 90%;
  margin: auto;
  border-radius: 1rem;
  scroll-behavior: smooth;
}

/* FOOTER */

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: #fff;
}
footer h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
footer p {
  margin: 1rem 0 2rem 0;
  text-align: center;
  line-height: 2rem;
}
footer ul {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}
footer li {
  margin-right: 2rem;
}
footer svg {
  width: 1rem;
  margin-right: 1rem;
}
footer a {
  padding-bottom: 0.5rem;
  color: black;
  border-bottom: 1px solid #c4416b;
}
footer a:hover {
  color: #c4416b;
}

.footer-facebook a {
  color: #c4416b;
  padding: 1rem 2rem;
  border: 1px solid #c4416b;
  border-radius: 40px;
  transition: 0.2s;
}
.footer-facebook a:hover {
  background-color: #c4416b;
  color: white;
}

/*
 * MEDIA Q.
 */
@media only screen and (max-width: 850px) {
  footer h1 {
    margin-bottom: 1rem;
  }
  footer p {
    margin-bottom: 3rem;
  }
  footer ul {
    flex-direction: column;
    margin: 0;
  }
  footer li {
    margin-bottom: 3rem;
  }
  .footer-links li {
    margin: 1.5rem 0;
  }
}
@media only screen and (max-width: 550px) {
  header h1 {
    font-size: 11vw;
  }

  .section-about-header h1 {
    font-size: 1.2rem;
  }
  .section-about-header svg {
    width: 30px;
  }

  .section-header {
    flex-direction: column;
  }
  .section-header h1 {
    text-align: center;
    line-height: 2rem;
    margin: 1rem 0;
  }
  .section-text p {
    text-align: center;
  }

  .section-text li {
    font-size: 0.8rem;
  }
  .section-text li span {
    font-size: 0.8rem;
  }
  .gallery img {
    max-width: 100%;
    height: 25rem;
  }
  .gallery span {
    padding: 0 0.5rem;
  }
  .gallery span svg {
    width: 2rem;
  }
}
@media only screen and (max-height: 550px) {
  .menubox {
    height: 110vh;
  }
  .menubox ul {
    display: flex;
    margin-top: 3rem;
  }
  .menubox div {
    margin: 0 0 0 1rem;
  }
  .menubox h5 {
    font-size: 1rem;
  }
  .menubox li {
    font-size: 0.8rem;
  }
  .menubox a {
    font-size: 0.8rem;
  }
  .ul-apartmany {
    padding: 0 0 0 1rem;
    border-top: 0;
    border-left: 2px solid #c4416b;
  }
  .ul-numbers {
    padding: 0 0 0 1rem;
    border-top: 0;
    border-left: 2px solid #c4416b;
  }

  .section-text li {
    font-size: 0.8rem;
  }
  .section-text li span {
    font-size: 0.8rem;
  }
}
