<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 1rem);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.logo-appear {
  animation: logoappear 1.5s 1;
}

@keyframes logoappear {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 0.75rem;
}

::-webkit-scrollbar-track {
  background: #dadada;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5019607843);
}

::-webkit-scrollbar-thumb:hover {
  background: #aebfad;
}

@font-face {
  font-family: "SignikaNegative";
  src: url(../fonts/SignikaNegative-Regular.woff2) format("woff2"), url(../fonts/SignikaNegative-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SignikaNegativeBold";
  src: url(../fonts/SignikaNegative-Bold.woff2) format("woff2"), url(../fonts/SignikaNegative-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
}

body {
  position: relative;
  background-color: #ffffff;
  font-family: "SignikaNegative", sans-serif;
  padding-right: 0 !important;
}

.active {
  background-color: #477050;
}

h1,
h2 {
  margin: 0;
  padding: 0 0.25rem;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

h3 {
  font-weight: bold;
  text-transform: uppercase;
}

.the-name {
  display: none;
}

.h2-contrast {
  color: #477050;
}

.text-container {
  margin-bottom: 2rem;
  width: 90%;
  overflow: auto;
}
.text-container p {
  margin: 0.5rem 0.5rem;
  text-align: justify;
}

.fa-chevron-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
  font-size: 2.5rem;
  color: rgba(0, 0, 0, 0.5019607843);
  animation: pulse 2s infinite;
  z-index: 2;
}

.shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0;
}

nav {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 4rem;
  background-color: rgba(197, 15, 15, 0.5019607843);
  overflow: hidden;
  transition: height 0.2s;
  z-index: 10;
}
nav .nav-container {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  max-width: 1200px;
  height: 100%;
  background-color: rgba(197, 15, 15, 0.5019607843);
}
nav .nav-container .icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
  height: 4rem;
  background-color: #c50f0f;
}
nav .nav-container .icons button {
  height: 100%;
  background: none;
  border: none;
}
nav .nav-container .icons button i {
  padding: 1rem;
  font-size: 2rem;
  color: #ffffff;
  transition: background-color 0.5s;
}
nav .nav-container .icons button .fa-bars {
  width: 68px;
}
nav .nav-container .icons button .fa-xmark {
  display: none;
  width: 68px;
}
nav .nav-container .icons button i:hover {
  background-color: #477050;
}
nav .nav-container .nav-list {
  display: none;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: end;
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 16rem;
  background-color: rgba(197, 15, 15, 0.5019607843);
}
nav .nav-container .nav-list li {
  width: 100%;
  height: 100%;
}
nav .nav-container .nav-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4375rem 1rem;
  height: 100%;
  font-size: 1.125rem;
  text-decoration: none;
  color: #ffffff;
  transition: background-color 0.5s;
  cursor: pointer;
}
nav .nav-container .nav-list li a:hover {
  background-color: #477050;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100vh;
  background-image: url("../img/header1400.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
header .header-container {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5019607843);
}
header .header-container .logo {
  text-align: center;
  width: 50%;
  max-width: 100vh;
  max-height: 100%;
}
header .header-container h1,
header .header-container h2 {
  text-shadow: 0 0 5px black;
}
header .fa-chevron-down {
  color: #ffffff !important;
  bottom: 4rem !important;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}
main section h2 {
  margin: 2rem auto;
}
main .aboutus {
  position: relative;
  height: auto;
  background-color: #ffffff;
}
main .aboutus p {
  margin: 0 0.25rem;
}
main .aboutus .aboutus-col {
  text-align: justify;
}
main .aboutus .aboutus-img img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
main .offer {
  position: relative;
  height: auto;
  background-image: url("../img/szabadstrand1200.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  z-index: 1;
}
main .offer h2 {
  z-index: 2;
}
main .offer .offer-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0;
}
main .offer .offer-item {
  margin: 10px 0;
}
main .offer .offer-item i {
  font-size: 2.25rem;
}
main .offer .offer-item .offer-hero-title {
  font-size: 1.5rem;
}
main .offer .fa-chevron-down {
  color: #ffffff !important;
}
main .photos {
  position: relative;
  justify-content: space-evenly;
  height: auto;
  background-color: rgba(255, 255, 255, 0.2509803922);
}
main .photos .container {
  margin-top: -2rem;
}
main .photos a {
  position: relative;
  display: block;
  padding: 0 1rem;
  text-align: center;
  text-decoration: none;
  color: #477050;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.3s;
}
main .photos a .text-top {
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  border-bottom-right-radius: 1rem;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 2;
}
main .photos a .text-bottom {
  position: absolute;
  bottom: 0;
  right: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.5rem;
  border-top-left-radius: 1rem;
  z-index: 2;
  color: #ffffff;
  transition: background-color 0.3s;
}
main .photos a strong {
  background-color: #000000;
  font-weight: normal;
}
main .photos a img {
  position: relative;
  width: 100%;
  transition: scale 0.3s;
}
main .photos a img:hover {
  scale: 0.96;
}
main .photos a .text-bottom:hover {
  background-color: #477050;
}
main .photos-separate {
  position: relative;
  top: 4rem;
}
main .book-a-room-now {
  position: relative;
  background-image: url("../img/bookaroom1200.jpg");
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
  z-index: 1;
}
main .book-a-room-now h2 {
  font-weight: bold;
  z-index: 2;
}
main .book-a-room-now h2 a {
  background-color: #000;
  text-decoration: none;
  color: #fff;
}
main .book-a-room-now .display-3,
main .book-a-room-now .display-4 {
  background-color: #000;
}
main .book-a-room-now button {
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  border: none;
  background-color: #c50f0f;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 2;
  transition: all 0.5s;
}
main .book-a-room-now button a {
  text-decoration: none;
  font-size: 2rem;
  color: #fff;
}
main .book-a-room-now button:hover {
  background-color: #477050;
  box-shadow: 0px 0px 4px #000000;
}
main .book-a-room-now .shadow {
  background-color: rgba(0, 0, 0, 0.5);
}
main .prices {
  height: auto;
  background-color: #ffffff;
}
main .prices h3 {
  padding: 0 12px;
  color: #c50f0f;
}
main .prices .crossed-out {
  font-weight: normal;
  text-decoration: line-through;
}
main .prices .redded {
  color: #c50f0f;
  font-size: 1.25rem;
}
main .prices h4 a {
  text-decoration: none;
  color: #c50f0f;
  transition: color 0.3s;
}
main .prices h4 a:hover {
  color: #477050;
}
main .prices .bank-account {
  font-size: 1.5rem;
  color: #c50f0f;
}
main .prices-separate {
  position: relative;
  top: 4rem;
}
main .rules {
  position: relative;
  height: auto;
  background-image: url("../img/lake1400.jpg");
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  z-index: 1;
}
main .rules h2 {
  z-index: 10;
}
main .rules .container {
  text-align: center;
  z-index: 10;
}
main .rules .container h4 {
  color: #ffffff;
}
main .rules .container h4 a {
  text-decoration: none;
  color: #aedaab;
  transition: color 0.3s;
}
main .rules .container h4 a:hover {
  color: #c50f0f;
}
main .rules .shadow {
  background-color: rgba(0, 0, 0, 0.33);
}
main .rules-separate {
  position: relative;
  top: 4rem;
}
main .contact {
  height: auto;
  background-color: #ffffff;
}
main .contact .contact-data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .contact .contact-data a {
  text-decoration: none;
  color: #477050;
  transition: color 0.3s;
}
main .contact .contact-data a:hover {
  color: #c50f0f;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  width: 100%;
  background-color: rgba(174, 218, 171, 0.5019607843);
}
footer div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  background-color: #477050;
}
footer div p {
  margin: 0 auto;
  text-align: center;
  font-family: "Trebuchet MS";
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -1px;
  color: #82a380;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
footer div p a {
  text-decoration: none;
  font-family: "Signika Negative", sans-serif;
  color: #82a380;
}

@media (min-width: 768px) {
  nav {
    height: 4rem !important;
  }
  nav .nav-container {
    height: 4rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #c50f0f;
  }
  nav .nav-container .icons .burger {
    display: none;
  }
  nav .nav-container .nav-list {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    padding: 0;
    height: 4rem;
  }
  nav .nav-container .nav-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  main .aboutus .aboutus-img {
    background-image: url("../img/SAM_0060-j4xav5g5.jpeg");
    background-size: cover;
    background-position: center;
  }
  main .aboutus .aboutus-img img {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>