* {
  outline: none !important; }
  *:focus {
    outline: 0 !important;
    box-shadow: none !important; }

body {
  margin: 0;
  padding: 0;
  color: #13181C;
  font-size: 16px;
  position: relative;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 160%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #ffffff; }
  body:before {
    content: "";
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/background.jpg) no-repeat center center;
    background-size: cover; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0; }

h1, .h1 {
  color: #6a390d;
  font-size: 56px;
  font-weight: 400;
  line-height: 110%; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 62px; } }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 76px; } }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 90px; } }

h2, .h2 {
  color: #6a390d;
  font-size: 32px; }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 36px; } }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 42px; } }

img:not(.lb-image) {
  max-width: 100%;
  height: auto !important; }

a {
  color: #6a390d;
  text-decoration: none; }
  @media (min-width: 992px) {
    a {
      -webkit-transition: 150ms ease-in-out;
      -moz-transition: 150ms ease-in-out;
      -o-transition: 150ms ease-in-out;
      transition: 150ms ease-in-out; }
      a:hover {
        color: #B3281B;
        text-decoration: none; } }
  a.btn {
    color: #ffffff !important;
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    font-weight: 700;
    line-height: 100%;
    border: none;
    text-align: center;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-wrap: nowrap;
    background: #B3281B; }
    @media (min-width: 992px) {
      a.btn {
        font-size: 24px;
        padding: 16px 40px; }
        a.btn:hover {
          text-decoration: none;
          background: #f15b22;
          color: #13181C !important; } }

b, strong {
  font-weight: 700; }

ul.menu,
.js-pager__items.pager {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.menu li,
  .js-pager__items.pager li {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
    list-style: none; }

/*** Content ***/
section {
  padding: 60px 0;
  position: relative;
  z-index: 10; }

#hero {
  position: relative;
  z-index: 11;
  padding: 120px 0 80px 0; }
  #hero .container {
    max-width: 1400px; }
  #hero .inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 12px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 30px;
    box-shadow: 0 10px 50px rgba(181, 77, 27, 0.3); }
    @media (min-width: 768px) {
      #hero .inner {
        padding: 30px; } }
  #hero h1 {
    padding: 20px 0;
    margin: 0;
    line-height: 110%; }
  #hero p {
    line-height: 140%;
    padding: 0 0 30px 0;
    margin: 0; }
  #hero .intro-desc {
    font-size: 14px;
    line-height: 180%;
    max-width: 620px; }
  #hero .first-line {
    font-size: 18px;
    font-weight: 800;
    line-height: 120%; }
    @media (min-width: 768px) {
      #hero .first-line {
        font-size: 20px; } }

#content {
  position: relative;
  z-index: 10;
  padding-top: 60px;
  overflow: hidden; }
  @media (min-width: 1200px) {
    #content {
      padding-top: 120px; } }
  #content .content-wrapper {
    background: #ffffff;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    border-radius: 40px;
    padding: 40px 20px;
    box-shadow: 0 10px 50px rgba(181, 77, 27, 0.3);
    z-index: 1; }
    @media (min-width: 1200px) {
      #content .content-wrapper {
        padding: 40px; }
        #content .content-wrapper:before, #content .content-wrapper:after {
          content: "";
          position: absolute;
          display: block;
          pointer-events: none;
          top: 50px;
          z-index: -1; }
        #content .content-wrapper:before {
          background: url(../images/susedia-01-03.png) no-repeat top left;
          background-size: 100% 100%;
          width: 200px;
          height: 640px;
          left: -200px; }
        #content .content-wrapper:after {
          background: url(../images/susedia-02-03.png) no-repeat top left;
          background-size: 100% 100%;
          width: 217px;
          height: 600px;
          right: -217px; } }

#booking-form {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 10px 50px rgba(181, 77, 27, 0.3); }
  #booking-form iframe {
    display: block; }

.gallery-swipper {
  padding-left: 60px; }
  @media (min-width: 576px) {
    .gallery-swipper {
      padding-left: calc(50% - 270px); } }
  @media (min-width: 768px) {
    .gallery-swipper {
      padding-left: calc(50% - 360px); } }
  @media (min-width: 992px) {
    .gallery-swipper {
      padding-left: calc(50% - 480px); } }
  @media (min-width: 1200px) {
    .gallery-swipper {
      padding-left: calc(50% - 570px); } }
  @media (min-width: 1400px) {
    .gallery-swipper {
      padding-left: calc(50% - 660px); } }
  .gallery-swipper .swiper-slide {
    width: 180px;
    padding: 5px; }
    @media (max-width: 460px) {
      .gallery-swipper .swiper-slide {
        width: 80%; } }
    @media (min-width: 768px) {
      .gallery-swipper .swiper-slide {
        width: 220px; } }
    @media (min-width: 992px) {
      .gallery-swipper .swiper-slide {
        width: 260px; } }
    .gallery-swipper .swiper-slide .inner {
      background: #000000; }
    .gallery-swipper .swiper-slide img {
      -webkit-transition: 250ms ease-in-out;
      -moz-transition: 250ms ease-in-out;
      -o-transition: 250ms ease-in-out;
      transition: 250ms ease-in-out; }
    .gallery-swipper .swiper-slide.slide-hidden img {
      opacity: .3; }

#gallery-carousel .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 900;
  width: 50px;
  left: 15px;
  margin-top: -25px; }
  #gallery-carousel .swiper-button.swiper-gallery-button-next {
    left: auto;
    right: 15px; }

#testimonials .container {
  max-width: 800px;
  text-align: center;
  position: relative; }

.testimonials-swipper-wrapper {
  padding: 0 40px 40px 40px; }
  .testimonials-swipper-wrapper .swiper-testimonials-button-prev,
  .testimonials-swipper-wrapper .swiper-testimonials-button-next {
    position: absolute;
    top: 50%;
    z-index: 900;
    width: 30px;
    left: 0;
    margin-top: -15px; }
  .testimonials-swipper-wrapper .swiper-testimonials-button-next {
    left: auto;
    right: 0; }
  .testimonials-swipper-wrapper .swiper-testimonials-pagination {
    position: absolute;
    bottom: -10px; }
    .testimonials-swipper-wrapper .swiper-testimonials-pagination .swiper-pagination-bullet {
      background: #ffffff !important; }
      .testimonials-swipper-wrapper .swiper-testimonials-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #6a390d !important; }

.testimonial-item {
  text-align: center; }
  .testimonial-item img {
    width: 80px; }
  .testimonial-item p {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    padding: 20px 0;
    margin: 0; }
  .testimonial-item small {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 100%; }
    .testimonial-item small:before {
      content: "- "; }
    .testimonial-item small:after {
      content: " -"; }

.reenio-iframe {
  max-width: 460px;
  margin: 0 auto; }

header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 1000; }
  @media (min-width: 1200px) {
    header#header {
      padding: 20px 0; } }
  @media (max-width: 1199px) {
    header#header .container {
      max-width: 100%; } }

footer#footer {
  position: relative;
  z-index: 10; }
  footer#footer h2 {
    font-size: 48px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: #6a390d;
    line-height: 120%; }
    @media (min-width: 992px) {
      footer#footer h2 {
        font-size: 70px; } }
  footer#footer .credits {
    padding-bottom: 30px;
    font-size: 13px;
    padding-top: 80px; }
    footer#footer .credits a {
      text-decoration: underline; }
      @media (min-width: 992px) {
        footer#footer .credits a:hover {
          text-decoration: none; } }

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