@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap");
/* ------- Colours & General ------- */
.h100 {
  height: 100%;
}

.w100 {
  width: 100%;
}

.hide {
  opacity: 0;
}

.hidden {
  display: none;
}

/* ------- Font Sizes ------- */
body {
  font-size: 16px;
  letter-spacing: 0.36px;
  line-height: 20.43px;
}

.container {
  max-width: 1130px;
}

a:hover {
  text-decoration: none;
}

.btn-black {
  border: 2px solid #000000;
  color: #000000;
  padding: 10px 30px;
  font-weight: 500;
  transition: ease 0.3s all;
}
.btn-black:hover {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: normal;
}

.btn-filled-dark {
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 30px;
  font-weight: 600;
  transition: ease 0.3s all;
}
.btn-filled-dark:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
}

/* ------- General ------- */
body {
  color: #000000;
  font-family: "Exo", sans-serif;
}

header {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #f7f7f7;
  position: sticky;
  top: 0;
  z-index: 20;
}
header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header__inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
header .header__inner ul li a {
  padding: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  transition: ease 0.3s all;
}
header .header__inner ul li a:hover {
  color: #FFFFFF;
  background-color: #000000;
}
header .header__inner ul li.current-menu-item a {
  color: #FFFFFF;
  background-color: #000000;
}

.hero {
  margin: 40px 0 0;
}
.hero .container {
  max-width: 1330px;
}
.hero__inner {
  background-repeat: no-repeat;
  background-position: left;
  height: 591px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hero .hero_content {
  max-width: 645px;
  width: 100%;
}
.hero .hero_content h1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 100%;
}
.hero .hero_content p {
  font-size: 18px;
}
.hero .btn-container {
  margin: 40px 0 0;
  display: flex;
}

.gallery_marquee {
  overflow: hidden;
  width: 100%;
}

.gallery_track {
  display: flex;
  width: max-content;
}

.gallery_track img {
  height: 188px;
  width: auto;
  display: block;
}

.gallery_slider {
  margin: 120px 0;
}
.gallery_slider__inner {
  margin: 0 0 80px;
  text-align: center;
}
.gallery_slider__inner h2 {
  margin: 0 0 24px;
  font-weight: 600;
}
.gallery_slider .btn-container {
  display: flex;
  justify-content: center;
  padding: 0 15px;
  margin: 40px 0 0;
}

.text-and-image {
  margin: 0 0 80px;
}
.text-and-image h2 {
  margin: 0 0 24px;
  font-weight: 600;
}
.text-and-image .btn-container {
  display: flex;
  margin: 24px 0 0;
}
.text-and-image__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.text-and-image__left {
  max-width: 395px;
  width: 100%;
}
.text-and-image__right {
  max-width: 628px;
  width: 100%;
}

.location {
  text-align: center;
}
.location h2 {
  font-weight: 600;
  margin: 0 0 24px;
}
.location iframe {
  margin: 40px 0 0;
}

.footer {
  background-color: #000000;
  color: #FFFFFF;
  padding: 40px 0;
}
.footer h3 {
  margin: 0 0 40px;
  font-size: 16px;
  text-transform: uppercase;
}
.footer__inner {
  display: flex;
  gap: 40px;
}
.footer__section {
  max-width: 100%;
  width: 100%;
}
.footer__section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__section ul li {
  margin: 0 0 15px;
}
.footer__section ul li a {
  color: #FFFFFF;
}
.footer__first__row {
  margin: 0 0 24px;
}
.footer__first__row a {
  color: #FFFFFF;
  display: flex;
  gap: 10px;
  max-width: 252px;
}
.footer form input, .footer form textarea {
  padding: 4px 8px;
  margin: 8px 0 0;
}
.footer .wpcf7-submit {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  padding: 10px 30px;
  font-weight: 500;
  transition: ease 0.3s all;
  background-color: transparent;
  cursor: pointer;
}
.footer .wpcf7-submit:hover {
  background-color: #FFFFFF;
  color: #000000;
  font-weight: normal;
}

.first_section {
  margin: 80px 0;
}
.first_section__inner {
  display: flex;
  gap: 80px;
}
.first_section__left {
  max-width: 205px;
  width: 100%;
}
.first_section__left img {
  margin: 0 0 8px;
}
.first_section h2 {
  font-weight: 600;
  margin: 40px 0 24px;
}
.first_section p {
  margin: 0 0 24px;
}
.first_section .btn-container {
  display: flex;
  margin: 40px 0 0;
}

.second_text {
  margin: 0 0 80px;
}
.second_text h2 {
  font-weight: 600;
  margin: 0 0 40px;
}
.second_text__inner {
  margin: 0 0 40px;
}
.second_text__inner__text {
  display: flex;
  gap: 15px;
  margin: 0 0 18px;
}
.second_text__number {
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
  max-width: 50px;
  width: 100%;
}
.second_text ul li {
  margin: 0 0 8px;
}

.page_hero {
  margin: 40px 0;
}
.page_hero h1 {
  margin: 0 0 40px;
  font-weight: 600;
  font-size: 32px;
}
.page_hero img {
  border: 8px solid #f6f6f6;
  height: 353px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.icons_block {
  margin: 0 0 80px;
}
.icons_block__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.icons_block__block {
  max-width: 170px;
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.booking-extra-options {
  display: block;
  padding: 20px;
  width: 100%;
}

.booking-extra-options label {
  cursor: pointer;
  display: block;
}

.svg-wrapper {
  margin-right: auto;
  width: 600px;
}

.svg-wrapper svg {
  height: auto;
  width: 100%;
}

.svg-wrapper svg .floor-obj {
  fill: #e5e5e5;
}

.svg-wrapper svg g.apartment a:hover .floor-obj {
  fill: #cccccc;
}

.svg-wrapper svg g.apartment text {
  fill: #000000;
  font-size: 2.5em;
  font-weight: bold;
}

.svg-wrapper svg g.apartment text.small-txt {
  font-size: 2em;
}

.svg-wrapper svg g.apartment-booked .floor-obj {
  fill: #000000;
}

.svg-wrapper svg g.apartment-booked a:hover .floor-obj {
  fill: #555555;
}

.svg-wrapper svg g.apartment-booked text {
  fill: #ffffff;
}

.linnusemaja-apartments-filter-form label {
  display: inline-block;
  margin-left: 20px;
  width: 200px;
}

.linnusemaja-apartments-filter-form input[type=text] {
  display: block;
}

.linnusemaja-apartments-filter-form input[type=submit].btn-disabled {
  cursor: auto !important;
  opacity: 0.5;
}

.ph-calendar-container {
  display: none !important;
}

.booking-info-wraper {
  visibility: hidden;
}

.booking-extra-options {
  display: none;
}

.ph_book_now_button.disabled {
  cursor: auto !important;
  opacity: 0.5;
}

.booking-error-msg {
  color: #ff0000;
  font-weight: bold;
  padding: 30px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .svg-wrapper {
    width: 100%;
  }
}
.page_text h2 {
  font-weight: 600;
  margin: 0 0 40px;
}
.page_text .btn-container {
  display: flex;
  margin: 40px 0 0;
}
.page_text h4 {
  margin: 0 0 10px;
  font-weight: 400;
}

.appartments {
  margin: 0 0 80px;
}
.appartments h3 {
  margin: 40px 0;
  font-weight: 400;
}

.contact {
  margin: 40px 0;
}
.contact h1, .contact h2 {
  margin: 0 0 24px;
  font-weight: 600;
  font-size: 32px;
}
.contact__bottom {
  display: flex;
  margin: 40px 0 0;
  gap: 40px;
  justify-content: space-between;
}
.contact form input, .contact form textarea {
  padding: 4px 8px;
  margin: 8px 0 0;
  width: 100%;
}
.contact form textarea {
  resize: none;
}
.contact form label {
  width: 100%;
}
.contact__left {
  max-width: 620px;
  width: 100%;
}
.contact__right {
  padding: 0 0 0 40px;
  border-left: 2px solid #000000;
  height: max-content;
  max-width: 350px;
  width: 100%;
}
.contact__right h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 24px;
}
.contact .footer__first__row a {
  color: #000000;
}
.contact .footer__first__row a span {
  background-color: #333333;
  color: #FFFFFF;
  width: 100%;
  max-width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 16px;
}
.contact .wpcf7-submit {
  border: 2px solid #000000;
  color: #FFFFFF;
  padding: 10px 30px;
  font-weight: 500;
  transition: ease 0.3s all;
  cursor: pointer;
  background-color: #000000;
  width: max-content;
}
.contact .wpcf7-submit:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  font-weight: normal;
}

.custom-gallery {
  width: 100%;
}

.main-gallery {
  margin-bottom: 20px;
  overflow: hidden;
}

.main-gallery .swiper-slide {
  cursor: pointer;
}

.main-gallery img {
  display: block;
  max-height: 700px;
}

.thumbs-gallery .swiper-slide {
  width: 114px;
  height: 114px;
  opacity: 0.5;
  transition: 0.3s ease;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

.thumbs-gallery .swiper-slide-thumb-active {
  opacity: 1;
}

.thumbs-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .main-gallery img {
    height: 400px;
  }
  .thumbs-gallery .swiper-slide {
    width: 80px;
    height: 80px;
  }
}
.single_page {
  margin: 80px 0 120px;
}
.single_page h1 {
  margin: 0 0 24px;
  font-weight: 600;
  font-size: 32px;
}
.single_page .btn-container {
  display: flex;
  margin: 40px 0 0;
}
.single_page__inner {
  display: flex;
  gap: 80px;
}
.single_page__inner__left {
  max-width: 500px;
  width: 100%;
}
.single_page .swiper-slide {
  display: flex;
  justify-content: center;
}

.extra-options {
  margin: 40px 0 0;
  display: flex;
  flex-direction: column;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 15px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1002;
  position: relative;
}

.burger-menu span {
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 0px;
  transition: 0.3s ease;
}

.burger-menu.active span:nth-child(1) {
  transform: translateY(6px) rotate(40deg);
}

.burger-menu.active span:nth-child(2) {
  opacity: 0;
}

.burger-menu.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-40deg);
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease;
  z-index: 999;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 765px) {
  .burger-menu {
    display: flex;
  }
  #header_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    max-width: 85%;
    height: 100vh;
    background: #fff;
    padding: 120px 30px 40px;
    z-index: 1001;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    overflow-y: auto;
  }
  #header_menu.active {
    transform: translateX(0);
  }
  #header_menu ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  #header_menu li {
    width: 100%;
  }
  #header_menu a {
    display: block;
    font-size: 18px;
    padding: 0;
  }
  #header_menu a:hover {
    background-color: transparent;
    color: #000000;
  }
  header {
    padding: 15px 0;
  }
  header .header__inner ul li.current-menu-item a {
    background-color: transparent;
    color: #000000;
  }
}
body.menu-open {
  overflow: hidden;
}

/*# sourceMappingURL=styles.css.map */
