/*------------------------------------------------------------------

[1. Reset and default styles]

------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 16px;
  font-family: sans-serif;
  line-height: 1.4em;
  overflow-y: scroll;
}
body {
  background-color: #fff;
  overflow-x: hidden;
  width: 100%;
}
hr {
  display: inline-block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #ff0000;
  padding: 0;
  margin: 10px 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a:hover {
  outline: none;
  text-decoration: none;
  color: #000;
}
a img {
  border: 0;
}
::-webkit-scrollbar {
  width: 0;
  /* Hide scrollbar for Chrome and Safari */
}
/*------------------------------------------------------------------

[Variables]

-------------------------------------------------------------------*/
/*
* Bootstrap Grid v4.6.1
*/
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
body {
  font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4 {
  font-family: 'Cormorant', serif;
}
h1,
h2 {
  font-family: "Dancing Script", cursive;
  color: #FFF;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 10;
}
p {
  font-family: "Montserrat";
}
.appear-slow {
  -webkit-animation-name: appearSlow;
          animation-name: appearSlow;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
  opacity: 0;
}
@-webkit-keyframes appearSlow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes appearSlow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.addblur:after {
  -webkit-animation-name: addBlur;
          animation-name: addBlur;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
@-webkit-keyframes addBlur {
  from {
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  to {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}
@keyframes addBlur {
  from {
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  to {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}
@-webkit-keyframes zoomin {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 110%;
  }
  60% {
    background-size: 115%;
  }
  100% {
    background-size: 100%;
  }
}
@-webkit-keyframes left-right {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
@-webkit-keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.footer {
  text-align: center;
  background: #222 !important;
  padding: 0 15px;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
.footer p {
  font-size: 12px;
  font-weight: 100;
  padding: 6px 10px;
  margin: 0;
  color: #fff;
}
body {
  position: relative;
  background: transparent;
  height: 100vh;
}
ul li {
  list-style: circle;
}
.body-background {
  width: 100vw;
  height: 100vh;
  background: url('../../images/fortress.jpg');
  background-size: cover;
  background-attachment: fixed;
  position: fixed;
  background-position: center center;
  -webkit-animation: zoomin 25s linear infinite;
          animation: zoomin 25s linear infinite;
  z-index: -1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 1200px) {
  .body-background {
    -webkit-animation: left-right 45s linear infinite;
            animation: left-right 45s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  .body-background {
    background-image: url('../../images/mobile.jpg');
  }
}
@media screen and (orientation: portrait) and (min-height: 1201px) {
  .body-background {
    -webkit-animation: left-right 65s linear infinite;
            animation: left-right 65s linear infinite;
  }
}
h2 {
  padding: 0 15px;
}
/*SECTIONS*/
.section-slider {
  width: 100vw;
  height: 100vh !important;
  height: 100lvh !important;
}
.section {
  display: block;
  width: 100vw;
  height: 100vh;
  background: transparent;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    height: calc(100vh - 55px);
    padding: 50px 0;
  }
}
@media screen and (max-width: 380px) {
  .section {
    height: calc(100vh - 43px);
  }
}
.hero {
  display: block;
  width: 100%;
  height: 100vh;
  background: transparent;
  position: relative;
  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;
}
.hero svg {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  z-index: 20;
  position: relative;
  fill: #FFF;
}
img.header-logo {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 90px;
  padding: 20px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 576px) {
  img.header-logo {
    width: 60px;
    padding: 10px;
  }
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  /*backdrop-filter: blur(2px);*/
}
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#c0c0c0), color-stop(50%, #c0c0c0), to(#ffffff));
  background: linear-gradient(90deg, #c0c0c0 0%, #c0c0c0 50%, #ffffff 100%);
  z-index: 9999;
  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;
}
.loader img {
  width: 100px;
}
@media screen and (max-width: 576px) {
  .loader img {
    width: 60px;
  }
}
.loader h2 {
  font-size: 36px;
  margin: 30px 5px;
  color: #000;
  font-family: "Dancing Script", cursive;
}
@media screen and (max-width: 576px) {
  .loader h2 {
    font-size: 7vw;
  }
}
.loading-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background: #000;
  width: 100%;
  -webkit-animation: loading 2s linear;
  animation: loading 2s linear;
}
.sidebar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: rgba(0, 0, 0, 0.82);
  border: 1px solid #000;
  border: none;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  z-index: 99;
}
.sidebar i {
  color: #FFF;
  font-size: 20px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sidebar a {
  display: block;
  padding: 16px;
  -webkit-transition: 300ms;
  transition: 300ms;
  text-align: center;
}
.sidebar a:hover i {
  color: #d6d221;
}
.sidebar a.inverse {
  background: #FFF;
}
.sidebar a.inverse i {
  color: #000;
}
.language-switcher {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
.language-switcher a {
  padding: 10px 5px;
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.language-switcher a img {
  width: 30px;
  border-radius: 30px;
  padding: 2px;
  border: 2px solid #FFF;
}
.language-switcher a:hover {
  color: #FFF;
  text-decoration: underline;
}
.language-switcher i {
  color: #FFF;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.opened-lang-menu .language-switcher a.hidden {
  display: block;
  position: absolute;
}
.contact-section {
  width: 100%;
  min-height: 100vh;
  background: transparent;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  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;
  position: relative;
}
.contact-section:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transition: 1700ms;
  transition: 1700ms;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.contact-section h2 {
  font-size: 80px;
  margin-bottom: 60px;
}
.contact-section h2.bottom-title {
  font-size: 50px;
  position: absolute;
  left: 15px;
  bottom: 55px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact-section h2.bottom-title {
    font-size: 6vw;
    position: relative;
    margin: 60px 0 0;
    text-align: left;
  }
}
@media screen and (max-width: 380px) {
  .contact-section h2.bottom-title {
    font-size: 24px;
    bottom: 70px;
  }
}
.contact-form {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}
@media screen and (max-width: 576px) {
  .contact-form {
    max-width: calc(100% - 50px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 380px) {
  .contact-form {
    max-width: 100%;
  }
}
form input,
form select,
form textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
  border: 1px solid transparent;
  border-bottom-color: #FFF;
  border-radius: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
}
@media screen and (max-width: 576px) {
  form input,
  form select,
  form textarea {
    font-size: 14px;
  }
}
form input::-webkit-input-placeholder, form select::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
form input::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
form input:-ms-input-placeholder, form select:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
form input::-ms-input-placeholder, form select::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
form input::placeholder,
form select::placeholder,
form textarea::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
form input:focus,
form select:focus,
form textarea:focus {
  outline: 0;
  border-color: #FFF;
  background: rgba(255, 255, 255, 0.2);
}
form textarea {
  height: 178px;
}
@media screen and (max-width: 768px) {
  form textarea {
    height: 92px;
  }
}
@media screen and (max-width: 576px) {
  form textarea {
    height: 88px;
  }
}
form button,
form input[type="submit"] {
  background: #FFF;
  color: #000;
  border: none;
  min-width: 200px;
  float: right;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-transition: 500ms;
  transition: 500ms;
  width: auto;
}
form button:hover,
form input[type="submit"]:hover {
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 576px) {
  form button,
  form input[type="submit"] {
    width: 100%;
    margin: 0;
  }
}
form p {
  margin: 0;
}
form a {
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
form a:hover {
  color: #fff;
  opacity: 0.7;
}
form .wpcf7-not-valid-tip {
  margin-top: -20px;
  margin-bottom: 5px;
  color: #e67fcf;
  font-size: 14px;
}
form .wpcf7-response-output {
  margin: 0 auto 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent !important;
  color: #e67fcf;
  text-align: center;
}
.wpcf7-acceptance {
  margin: 0;
  position: relative;
}
.wpcf7-acceptance input[type="checkbox"] {
  width: auto;
  opacity: 0;
  width: 0;
  height: 0;
}
.wpcf7-acceptance .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wpcf7-acceptance .wpcf7-list-item label {
  max-height: 20px;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  color: #FFF;
  padding-left: 10px;
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  width: 16px;
  height: 16px;
  border-bottom: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  line-height: 16px;
  position: absolute;
  top: 1px;
  left: 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 12px;
    white-space: nowrap;
    position: absolute;
    left: 0;
    padding-left: 30px;
  }
}
.wpcf7-acceptance.checked .wpcf7-list-item-label:before {
  font-family: "fontAwesome";
  content: "\f00c";
  background: #FFF;
  color: #000;
}
@media screen and (max-width: 380px) {
  .wpcf7-acceptance {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .ht-ctc {
    bottom: 75px !important;
    right: 10px !important;
  }
}
@media screen and (max-width: 380px) {
  .ht-ctc {
    bottom: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .ht-ctc .ctc_chip {
    padding: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .ht-ctc .ctc_cta {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ht-ctc .s4_img {
    margin: 0 !important;
  }
}
/*GUESTS/HOSTS SECTION*/
.section.guests,
.section.hosts,
.section.info {
  position: relative;
  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-transition: background-color 2000ms;
  transition: background-color 2000ms;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  background-color: transparent;
}
.section.guests h2,
.section.hosts h2,
.section.info h2 {
  font-size: 3.5vw;
  margin-bottom: 50px;
  text-shadow: 2px 2px #000;
  font-weight: 300;
}
@media screen and (orientation: landscape) and (max-height: 899px) {
  .section.guests h2,
  .section.hosts h2,
  .section.info h2 {
    margin-bottom: 4vh;
  }
}
.section.guests h2 span,
.section.hosts h2 span,
.section.info h2 span {
  font-weight: 100;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 10px;
}
.section.guests h2 b,
.section.hosts h2 b,
.section.info h2 b {
  color: #d6d221;
}
@media screen and (max-width: 768px) {
  .section.guests h2,
  .section.hosts h2,
  .section.info h2 {
    font-size: 7vw;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
.section.guests .content-wrapper,
.section.hosts .content-wrapper,
.section.info .content-wrapper {
  width: 100%;
  max-width: 1600px;
  height: 40vh;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1720px) {
  .section.guests .content-wrapper,
  .section.hosts .content-wrapper,
  .section.info .content-wrapper {
    max-width: calc(100vw - 200px);
  }
}
@media screen and (max-width: 768px) {
  .section.guests .content-wrapper,
  .section.hosts .content-wrapper,
  .section.info .content-wrapper {
    max-width: calc(100vw - 100px);
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .section.guests .content-wrapper,
  .section.hosts .content-wrapper,
  .section.info .content-wrapper {
    max-width: 100%;
  }
}
.section.guests .content-wrapper .gallery,
.section.hosts .content-wrapper .gallery,
.section.info .content-wrapper .gallery {
  width: 45%;
  height: 100%;
  border: 1px solid #FFF;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .section.guests .content-wrapper .gallery,
  .section.hosts .content-wrapper .gallery,
  .section.info .content-wrapper .gallery {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
  }
}
.section.guests .content-wrapper .gallery img,
.section.hosts .content-wrapper .gallery img,
.section.info .content-wrapper .gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .section.guests .content-wrapper .gallery img,
  .section.hosts .content-wrapper .gallery img,
  .section.info .content-wrapper .gallery img {
    height: auto;
    aspect-ratio: 1.75;
  }
}
.section.guests .content-wrapper .gallery .caption,
.section.hosts .content-wrapper .gallery .caption,
.section.info .content-wrapper .gallery .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 5px 10px;
}
.section.guests .content-wrapper .info-boxes,
.section.hosts .content-wrapper .info-boxes,
.section.info .content-wrapper .info-boxes {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .section.guests .content-wrapper .info-boxes,
  .section.hosts .content-wrapper .info-boxes,
  .section.info .content-wrapper .info-boxes {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section.guests .content-wrapper .info-boxes .info,
.section.hosts .content-wrapper .info-boxes .info,
.section.info .content-wrapper .info-boxes .info {
  width: calc(50% - 10px);
  border: 1px solid #fff;
  padding: 20px;
  background: none;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  color: #FFF;
  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;
}
@media screen and (max-width: 1720px) {
  .section.guests .content-wrapper .info-boxes .info,
  .section.hosts .content-wrapper .info-boxes .info,
  .section.info .content-wrapper .info-boxes .info {
    padding: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .section.guests .content-wrapper .info-boxes .info,
  .section.hosts .content-wrapper .info-boxes .info,
  .section.info .content-wrapper .info-boxes .info {
    padding: 1vw;
  }
}
@media screen and (max-width: 1300px) {
  .section.guests .content-wrapper .info-boxes .info,
  .section.hosts .content-wrapper .info-boxes .info,
  .section.info .content-wrapper .info-boxes .info {
    height: calc(50% - 5px);
  }
}
@media screen and (max-width: 992px) {
  .section.guests .content-wrapper .info-boxes .info,
  .section.hosts .content-wrapper .info-boxes .info,
  .section.info .content-wrapper .info-boxes .info {
    min-height: initial;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .section.guests .content-wrapper .info-boxes .info,
  .section.hosts .content-wrapper .info-boxes .info,
  .section.info .content-wrapper .info-boxes .info {
    width: 100%;
    padding: 2vw;
    min-height: 141px;
  }
}
@media screen and (max-width: 576px) {
  .section.guests .content-wrapper .info-boxes .info,
  .section.hosts .content-wrapper .info-boxes .info,
  .section.info .content-wrapper .info-boxes .info {
    padding: 4vw;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border: none;
  }
}
@media screen and (max-width: 380px) {
  .section.guests .content-wrapper .info-boxes .info,
  .section.hosts .content-wrapper .info-boxes .info,
  .section.info .content-wrapper .info-boxes .info {
    min-height: 132px;
  }
}
.section.guests .content-wrapper .info-boxes .info h3.big,
.section.hosts .content-wrapper .info-boxes .info h3.big,
.section.info .content-wrapper .info-boxes .info h3.big {
  font-family: 'Montserrat';
  text-align: center;
  text-shadow: 2px 2px #000;
  line-height: 1;
  margin: 0;
  font-weight: 200;
  font-size: 5vh;
}
@media screen and (max-width: 1720px) {
  .section.guests .content-wrapper .info-boxes .info h3.big,
  .section.hosts .content-wrapper .info-boxes .info h3.big,
  .section.info .content-wrapper .info-boxes .info h3.big {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .section.guests .content-wrapper .info-boxes .info h3.big,
  .section.hosts .content-wrapper .info-boxes .info h3.big,
  .section.info .content-wrapper .info-boxes .info h3.big {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .section.guests .content-wrapper .info-boxes .info h3.big,
  .section.hosts .content-wrapper .info-boxes .info h3.big,
  .section.info .content-wrapper .info-boxes .info h3.big {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section.guests .content-wrapper .info-boxes .info h3.big,
  .section.hosts .content-wrapper .info-boxes .info h3.big,
  .section.info .content-wrapper .info-boxes .info h3.big {
    font-size: 30px;
  }
}
.section.guests .content-wrapper .info-boxes .info h4,
.section.hosts .content-wrapper .info-boxes .info h4,
.section.info .content-wrapper .info-boxes .info h4 {
  text-align: center;
  margin: 10px 0;
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 14px;
  opacity: 0.8;
  letter-spacing: 4px;
  font-family: 'Montserrat';
  color: #d6d221;
}
@media screen and (max-width: 576px) {
  .section.guests .content-wrapper .info-boxes .info h4,
  .section.hosts .content-wrapper .info-boxes .info h4,
  .section.info .content-wrapper .info-boxes .info h4 {
    font-size: 12px;
    color: #FFF;
  }
}
@media screen and (max-width: 380px) {
  .section.guests .content-wrapper .info-boxes .info h4,
  .section.hosts .content-wrapper .info-boxes .info h4,
  .section.info .content-wrapper .info-boxes .info h4 {
    font-size: 14px;
  }
}
.section.guests .content-wrapper .info-boxes .info p,
.section.hosts .content-wrapper .info-boxes .info p,
.section.info .content-wrapper .info-boxes .info p {
  margin: 0;
}
@media screen and (max-width: 1720px) {
  .section.guests .content-wrapper .info-boxes .info p,
  .section.hosts .content-wrapper .info-boxes .info p,
  .section.info .content-wrapper .info-boxes .info p {
    font-size: 80%;
  }
}
@media screen and (max-width: 1300px) {
  .section.guests .content-wrapper .info-boxes .info p,
  .section.hosts .content-wrapper .info-boxes .info p,
  .section.info .content-wrapper .info-boxes .info p {
    font-size: 70%;
  }
}
@media screen and (max-width: 576px) {
  .section.guests .content-wrapper .info-boxes .info p,
  .section.hosts .content-wrapper .info-boxes .info p,
  .section.info .content-wrapper .info-boxes .info p {
    font-size: 70%;
  }
}
@media screen and (max-width: 380px) {
  .section.guests .content-wrapper .info-boxes .info p,
  .section.hosts .content-wrapper .info-boxes .info p,
  .section.info .content-wrapper .info-boxes .info p {
    font-size: 12px;
  }
}
.section.guests .content-wrapper .info-boxes .info p.centered,
.section.hosts .content-wrapper .info-boxes .info p.centered,
.section.info .content-wrapper .info-boxes .info p.centered {
  text-align: center;
}
.section.guests .content-wrapper .info-boxes .info ul,
.section.hosts .content-wrapper .info-boxes .info ul,
.section.info .content-wrapper .info-boxes .info ul {
  padding-left: 20px;
}
.section.guests .content-wrapper .info-boxes .info .cta,
.section.hosts .content-wrapper .info-boxes .info .cta,
.section.info .content-wrapper .info-boxes .info .cta {
  text-align: right;
}
.section.guests .content-wrapper .info-boxes .info .cta a,
.section.hosts .content-wrapper .info-boxes .info .cta a,
.section.info .content-wrapper .info-boxes .info .cta a {
  display: inline-block;
  background: #f3e8c4;
  color: #2e888a;
  border: 2px solid #2e888a;
  border-radius: 40px;
  padding: 5px 20px;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat';
  margin-left: 5px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.section.guests .content-wrapper .info-boxes .info .cta a:hover,
.section.hosts .content-wrapper .info-boxes .info .cta a:hover,
.section.info .content-wrapper .info-boxes .info .cta a:hover {
  background-color: #2e888a;
  color: #f3e8c4;
}
.section.guests .testimonials,
.section.hosts .testimonials,
.section.info .testimonials,
.section.guests .services,
.section.hosts .services,
.section.info .services {
  background: transparent;
  width: 100%;
  max-width: 1570px;
  margin: 50px auto 0;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1720px) {
  .section.guests .testimonials,
  .section.hosts .testimonials,
  .section.info .testimonials,
  .section.guests .services,
  .section.hosts .services,
  .section.info .services {
    max-width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1200px) {
  .section.guests .testimonials,
  .section.hosts .testimonials,
  .section.info .testimonials,
  .section.guests .services,
  .section.hosts .services,
  .section.info .services {
    max-width: calc(100% - 180px);
  }
}
@media screen and (max-width: 768px) {
  .section.guests .testimonials,
  .section.hosts .testimonials,
  .section.info .testimonials,
  .section.guests .services,
  .section.hosts .services,
  .section.info .services {
    max-width: calc(100% - 140px);
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 576px) {
  .section.guests .testimonials,
  .section.hosts .testimonials,
  .section.info .testimonials,
  .section.guests .services,
  .section.hosts .services,
  .section.info .services {
    max-width: calc(100% - 40px);
    padding: 10px;
  }
}
.section.guests .testimonials i,
.section.hosts .testimonials i,
.section.info .testimonials i,
.section.guests .services i,
.section.hosts .services i,
.section.info .services i {
  color: #d6d221;
  margin: 0 5px;
}
.section.guests .testimonials .rating,
.section.hosts .testimonials .rating,
.section.info .testimonials .rating,
.section.guests .services .rating,
.section.hosts .services .rating,
.section.info .services .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .section.guests .testimonials .rating,
  .section.hosts .testimonials .rating,
  .section.info .testimonials .rating,
  .section.guests .services .rating,
  .section.hosts .services .rating,
  .section.info .services .rating {
    font-size: 2vw;
  }
}
.section.guests .testimonials .rating div.star,
.section.hosts .testimonials .rating div.star,
.section.info .testimonials .rating div.star,
.section.guests .services .rating div.star,
.section.hosts .services .rating div.star,
.section.info .services .rating div.star {
  width: auto;
  font-family: 'Montserrat';
}
@media screen and (max-width: 576px) {
  .section.guests .testimonials .rating div.star,
  .section.hosts .testimonials .rating div.star,
  .section.info .testimonials .rating div.star,
  .section.guests .services .rating div.star,
  .section.hosts .services .rating div.star,
  .section.info .services .rating div.star {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.section.guests .testimonials .rating .cont,
.section.hosts .testimonials .rating .cont,
.section.info .testimonials .rating .cont,
.section.guests .services .rating .cont,
.section.hosts .services .rating .cont,
.section.info .services .rating .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  gap: 4px;
  width: calc(100% - 60px);
  padding-right: 15px;
  font-size: 2vw;
  font-family: 'Montserrat';
}
@media screen and (max-width: 576px) {
  .section.guests .testimonials .rating .cont,
  .section.hosts .testimonials .rating .cont,
  .section.info .testimonials .rating .cont,
  .section.guests .services .rating .cont,
  .section.hosts .services .rating .cont,
  .section.info .services .rating .cont {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    padding-right: 0;
    font-size: 12px;
  }
}
.section.guests .testimonials .signature,
.section.hosts .testimonials .signature,
.section.info .testimonials .signature,
.section.guests .services .signature,
.section.hosts .services .signature,
.section.info .services .signature {
  color: #d6d221;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
}
.section.guests .swiper-pagination-bullet,
.section.hosts .swiper-pagination-bullet,
.section.info .swiper-pagination-bullet {
  border: 1px solid #d6d221;
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: transparent;
}
.section.guests .swiper-pagination-bullet-active,
.section.hosts .swiper-pagination-bullet-active,
.section.info .swiper-pagination-bullet-active {
  background: #d6d221;
}
.gallery .swiper-button-next:after,
.gallery .swiper-button-prev:after {
  font-size: 20px !important;
}
/*HOSTS*/
.section.hosts .vertical-flex,
.section.info .vertical-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2vw;
}
@media screen and (max-width: 992px) {
  .section.hosts .vertical-flex,
  .section.info .vertical-flex {
    gap: 30px;
  }
}
.section.hosts .content-wrapper,
.section.info .content-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2vw;
}
@media screen and (max-width: 1720px) {
  .section.hosts .content-wrapper,
  .section.info .content-wrapper {
    max-width: calc(100vw - 200px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
@media screen and (max-width: 992px) {
  .section.hosts .content-wrapper,
  .section.info .content-wrapper {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .section.hosts .content-wrapper,
  .section.info .content-wrapper {
    max-width: calc(100vw - 100px);
  }
}
@media screen and (max-width: 576px) {
  .section.hosts .content-wrapper,
  .section.info .content-wrapper {
    max-width: 100vw;
  }
}
.section.hosts .content-wrapper a,
.section.info .content-wrapper a {
  color: #FFF;
}
.section.hosts .content-wrapper .gallery,
.section.info .content-wrapper .gallery {
  height: auto;
}
@media screen and (max-width: 1720px) {
  .section.hosts .content-wrapper .gallery,
  .section.info .content-wrapper .gallery {
    width: 55%;
  }
}
@media screen and (max-width: 992px) {
  .section.hosts .content-wrapper .gallery,
  .section.info .content-wrapper .gallery {
    width: 100%;
  }
}
.section.hosts .content-wrapper .gallery img,
.section.info .content-wrapper .gallery img {
  height: auto;
  aspect-ratio: 1.75;
}
.section.hosts .content-wrapper .gallery .caption,
.section.info .content-wrapper .gallery .caption {
  left: auto;
  right: 0;
}
.section.hosts .content-wrapper .info-boxes,
.section.info .content-wrapper .info-boxes {
  width: 30%;
}
@media screen and (max-width: 1720px) {
  .section.hosts .content-wrapper .info-boxes,
  .section.info .content-wrapper .info-boxes {
    width: 35%;
  }
}
@media screen and (max-width: 992px) {
  .section.hosts .content-wrapper .info-boxes,
  .section.info .content-wrapper .info-boxes {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .section.hosts .content-wrapper .info-boxes,
  .section.info .content-wrapper .info-boxes {
    width: 100%;
  }
}
.section.hosts .content-wrapper .info-boxes .info,
.section.info .content-wrapper .info-boxes .info {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: auto;
}
@media screen and (max-width: 992px) {
  .section.hosts .content-wrapper .info-boxes .info,
  .section.info .content-wrapper .info-boxes .info {
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  .section.hosts .content-wrapper .info-boxes .info,
  .section.info .content-wrapper .info-boxes .info {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 380px) {
  .section.hosts .content-wrapper .info-boxes .info,
  .section.info .content-wrapper .info-boxes .info {
    padding: 20px 10px 0;
  }
}
.section.hosts .content-wrapper .info-boxes .info p,
.section.info .content-wrapper .info-boxes .info p,
.section.hosts .content-wrapper .info-boxes .info ul li,
.section.info .content-wrapper .info-boxes .info ul li,
.section.hosts .content-wrapper .info-boxes .info .cta,
.section.info .content-wrapper .info-boxes .info .cta {
  font-family: 'Cormorant', serif;
  font-size: 1.05vw;
}
@media screen and (max-width: 1720px) {
  .section.hosts .content-wrapper .info-boxes .info p,
  .section.info .content-wrapper .info-boxes .info p,
  .section.hosts .content-wrapper .info-boxes .info ul li,
  .section.info .content-wrapper .info-boxes .info ul li,
  .section.hosts .content-wrapper .info-boxes .info .cta,
  .section.info .content-wrapper .info-boxes .info .cta {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 1200px) {
  .section.hosts .content-wrapper .info-boxes .info p,
  .section.info .content-wrapper .info-boxes .info p,
  .section.hosts .content-wrapper .info-boxes .info ul li,
  .section.info .content-wrapper .info-boxes .info ul li,
  .section.hosts .content-wrapper .info-boxes .info .cta,
  .section.info .content-wrapper .info-boxes .info .cta {
    font-size: 18px;
    line-height: 1.25;
  }
}
.section.hosts .content-wrapper .info-boxes .info p,
.section.info .content-wrapper .info-boxes .info p {
  margin-bottom: 10px;
}
.section.hosts .content-wrapper .info-boxes .info p:nth-child(2),
.section.info .content-wrapper .info-boxes .info p:nth-child(2) {
  text-indent: 40px;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .section.hosts .content-wrapper .info-boxes .info ul li,
  .section.info .content-wrapper .info-boxes .info ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .section.hosts .content-wrapper .info-boxes .info .cta,
  .section.info .content-wrapper .info-boxes .info .cta {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .section.hosts .content-wrapper .info-boxes .info .cta a,
  .section.info .content-wrapper .info-boxes .info .cta a {
    font-size: 14px;
    padding: 10px 20px;
    margin: 10px auto 0;
    display: block;
    max-width: 280px;
  }
}
.section.hosts .services,
.section.info .services {
  margin: 0 auto 20px;
  max-width: 1336px;
}
@media screen and (max-width: 1720px) {
  .section.hosts .services,
  .section.info .services {
    max-width: calc(100% - 20vw);
  }
}
@media screen and (max-width: 992px) {
  .section.hosts .services,
  .section.info .services {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 15px;
  }
}
.section.hosts .services p,
.section.info .services p {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .section.hosts .services p,
  .section.info .services p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .section.hosts,
  .section.info {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 992px) {
  .section.info {
    padding: 50px 0;
  }
}
.section.hosts .content-wrapper .gallery.swiper-hosts .swiper-button-prev:after,
.section.hosts .content-wrapper .gallery.swiper-hosts .swiper-button-next:after {
  color: #000;
}
.section.hosts .services {
  background: transparent !important;
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}
.section.hosts .services h3,
.section.hosts .services p {
  text-shadow: 1px 1px #000;
}
@media screen and (max-width: 576px) {
  .section.hosts .services .service-box {
    text-align: center;
  }
}
/*INFO*/
.section.info .content-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4vw;
}
@media screen and (max-width: 1720px) {
  .section.info .content-wrapper {
    max-width: calc(100vw - 200px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .section.info .content-wrapper {
    max-width: calc(100vw - 100px);
  }
}
@media screen and (max-width: 576px) {
  .section.info .content-wrapper {
    max-width: 100vw;
  }
}
.section.info .content-wrapper a {
  color: #FFF;
}
.section.info .content-wrapper .gallery {
  width: 45%;
}
@media screen and (max-width: 1720px) {
  .section.info .content-wrapper .gallery {
    width: 55%;
  }
}
@media screen and (max-width: 992px) {
  .section.info .content-wrapper .gallery {
    width: 100%;
  }
}
.section.info .content-wrapper .gallery img {
  height: auto;
  aspect-ratio: 1.75;
}
.section.info .content-wrapper .gallery .caption {
  left: auto;
  right: 0;
}
.section.info .content-wrapper .info-boxes {
  width: 35%;
  display: block;
}
@media screen and (max-width: 1720px) {
  .section.info .content-wrapper .info-boxes {
    width: 40%;
  }
}
@media screen and (max-width: 992px) {
  .section.info .content-wrapper .info-boxes {
    width: 100%;
  }
}
.section.info .content-wrapper .info-boxes .info {
  width: 100%;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  background: rgba(0, 0, 0, 0.6);
  height: auto;
}
@media screen and (max-width: 992px) {
  .section.info .content-wrapper .info-boxes .info {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .section.info .content-wrapper .info-boxes .info {
    background: transparent;
  }
}
@media screen and (max-width: 576px) {
  .section.info .content-wrapper .info-boxes .info h3,
  .section.info .content-wrapper .info-boxes .info p,
  .section.info .content-wrapper .info-boxes .info ul li {
    text-shadow: 1px 1px #000;
  }
}
@media screen and (max-width: 576px) {
  .section.info .content-wrapper .info-boxes .info h3 {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .section.info .content-wrapper .info-boxes .info ul li {
    font-size: 14px;
  }
}
.section.info .content-wrapper .info-boxes .info p {
  font-family: 'Cormorant', serif;
  font-size: 24px;
}
.section.info .content-wrapper .info-boxes .info p:nth-child(2) {
  text-indent: 40px;
  margin: 0;
}
.section.info .services {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .section.info .services {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section.info .services {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}
.section.info .services .service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .section.info .services .service-box h3 {
    text-align: center;
    margin-bottom: 10px;
  }
}
.section.info .services .service-box.v-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .section.info .services .service-box.hide-mobile {
    display: none;
  }
}
.section.info .services .service-box.team {
  width: 40%;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .section.info .services .service-box.team {
    max-width: 100%;
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .section.info .services .service-box.team {
    width: 100%;
    max-width: 300px;
  }
}
.section.info .services .users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: 100%;
}
.section.info .services .users .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.section.info .services .users .user a {
  text-decoration: none;
}
.section.info .services .users .user a:hover {
  text-decoration: none;
}
.section.info .services .users .user img {
  height: 11vh;
}
.section.info .services .users .user .desc {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section.info .services .users .user .desc .title {
  font-family: "Cormorant";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  padding-left: 6px;
  opacity: 0.6;
}
.section.info .services h4 {
  font-size: 19px;
}
.section.info .services p {
  margin: 0;
  font-family: 'Cormorant', serif;
}
.section.info .services a {
  color: #FFF;
}
.section.info .services img.logo {
  width: 70px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.section.info .services .quick-links a {
  display: block;
  font-size: 16px;
}
.close-reviews {
  display: none;
}
.testimonials {
  display: none !important;
}
.show-reviews .sidebar {
  display: none;
}
.show-reviews .section.guests .testimonials {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: fixed;
  left: 0;
  top: 0;
  background: url('../../images/fortress.jpg');
  background-size: cover;
  background-position: center;
  z-index: 999;
  margin: 0;
  -webkit-transform: none;
          transform: none;
  max-width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 5vw;
  padding-top: 30vh;
  height: 100vh;
}
.show-reviews .section.guests .testimonials .rating {
  height: auto;
}
@media screen and (min-width: 768px) {
  .show-reviews .section.guests .testimonials .rating i {
    font-size: 2vw;
  }
}
.show-reviews .section.guests .testimonials:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
  pointer-events: none;
}
.close-reviews {
  display: block;
  color: #FFF;
  font-family: montserrat;
  font-size: 40px;
  font-weight: 100;
  position: absolute;
  right: 30px;
  top: 60px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .close-reviews {
    font-size: 80px;
    right: 90px;
  }
}
/*************Media queries*****************/
@media screen and (max-width: 768px) {
  .sidebar {
    top: auto;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
    position: fixed;
    z-index: 11;
    -webkit-transform: none;
            transform: none;
  }
  .contact-section {
    padding: 100px 0;
  }
  .contact-section h2 {
    font-size: 8vw;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .contact-section.addblur:after {
    -webkit-backdrop-filter: blur(0px) !important;
            backdrop-filter: blur(0px) !important;
  }
}
@media screen and (max-width: 380px) {
  .sidebar a {
    padding: 10px;
  }
  .sidebar .hide-on-mobile {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar .hide-on-desktop {
    display: none;
  }
}
/*RESPONSIVE ADJUSTMENTS*/
.hero .box {
  display: block;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  padding: 20px 10px;
  max-width: calc(100% - 30px);
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid #FFF;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 577px) {
  .hero .box {
    max-width: calc(100% - 60px);
  }
}
@media screen and (min-width: 769px) {
  .hero .box {
    padding: 30px;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    max-width: calc(100% - 200px);
  }
}
@media screen and (min-width: 993px) {
  .hero .box {
    max-width: calc(100% - 200px);
  }
}
@media screen and (min-width: 1201px) {
  .hero .box {
    max-width: 960px;
  }
}
.hero .box .text {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .hero .box .text {
    padding: 0 15px;
  }
}
.hero .box .text h1,
.hero .box .text p {
  color: #FFF;
  text-align: center;
}
.hero .box .text h1 {
  font-size: 12vw;
  font-weight: 400;
  font-family: 'Montserrat';
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 2px 2px black;
}
@media screen and (min-width: 381px) {
  .hero .box .text h1 {
    font-size: 9vw;
  }
}
@media screen and (min-width: 769px) {
  .hero .box .text h1 {
    font-size: 7vw;
  }
}
@media screen and (min-width: 993px) {
  .hero .box .text h1 {
    font-size: 7.5vw;
  }
}
@media screen and (min-width: 1201px) {
  .hero .box .text h1 {
    font-size: 120px;
  }
}
.hero .box .text h1 span {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1201px) {
  .hero .box .text h1 span {
    font-size: 20px;
  }
}
.hero .box .text p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .hero .box .text p {
    font-size: 18px;
    font-weight: 300;
  }
}
.hero .button-wrapper {
  width: 100%;
  margin: 30px auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 577px) {
  .hero .button-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 30px;
    gap: 10px;
  }
}
@media screen and (min-width: 769px) {
  .hero .button-wrapper {
    max-width: calc(100% - 200px);
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero .button-wrapper {
    max-width: 780px;
    padding: 0 10px;
    gap: 0;
  }
}
.hero .button-wrapper a,
.hero .button-wrapper button {
  font-size: 12px;
  padding: 12px 35px;
  border-radius: 0;
  border: 2px solid #FFF;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 500ms;
  transition: 500ms;
  cursor: pointer;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  max-width: 280px;
  margin: 10px auto;
  background: rgba(0, 0, 0, 0.5);
}
.hero .button-wrapper a:hover,
.hero .button-wrapper button:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 768px) {
  .hero .button-wrapper a:hover,
  .hero .button-wrapper button:hover {
    background: #fff;
    color: #000;
  }
}
.hero .button-wrapper a.app,
.hero .button-wrapper button.app {
  background: #f2e5bb;
  color: #2e888a;
  border-color: #2e888a;
  border-radius: 30px;
}
.hero .button-wrapper a.app:hover,
.hero .button-wrapper button.app:hover {
  background: #2e888a;
  color: #FFF;
  border-color: #FFF;
}
@media screen and (min-width: 577px) {
  .hero .button-wrapper a,
  .hero .button-wrapper button {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 769px) {
  .hero .button-wrapper a,
  .hero .button-wrapper button {
    font-size: 12px;
  }
}
@media screen and (min-width: 993px) {
  .hero .button-wrapper a,
  .hero .button-wrapper button {
    font-size: 14px;
    margin: 0 15px 30px;
  }
}
/*spcific resolutions adjustments*/
.logo-text {
  display: block;
  position: fixed;
  top: 27px;
  left: 90px;
  font-family: 'Cormorant', serif;
  font-size: 26px;
  line-height: 1.3;
  color: #FFF;
  z-index: 998;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .swiper-slide-active .logo-text {
    opacity: 1;
  }
}
.swiper-slide-active .section.guests,
.swiper-slide-active .section.hosts,
.swiper-slide-active .section.info {
  background-color: rgba(0, 0, 0, 0.65);
}
.swiper-slide-active .section.impressum {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-slide-active .contact-section:after {
  opacity: 1;
}
.subtitle {
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 1;
  position: fixed;
  left: 90px;
  top: 60px;
  color: #FFF;
  z-index: 99;
  display: block;
  opacity: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
}
@media screen and (min-width: 1200px) {
  .swiper-slide-active .subtitle {
    opacity: 1;
  }
}
.small-arrows .swiper-button-next,
.small-arrows .swiper-button-prev {
  width: 24px;
  height: 24px;
  top: 22px;
  left: auto;
  right: 0;
  border: 1px solid #FFF;
  padding: 5px;
}
.small-arrows .swiper-button-next:after,
.small-arrows .swiper-button-prev:after {
  color: #FFF;
  font-size: 10px;
  line-height: 1;
}
.small-arrows .swiper-button-prev {
  right: 25px;
}
.small-arrows.bottom .swiper-button-next,
.small-arrows.bottom .swiper-button-prev {
  top: auto;
  bottom: 0;
}
.grecaptcha-badge {
  visibility: hidden;
}
/*Mobile <=768px*/
.show-xs {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .show-xs {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .hide-xs {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .hide-md {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .hide-lg {
    display: none !important;
  }
}
/*sections individual overrides*/
.section.guests .content-wrapper {
  max-width: 1368px;
  height: auto;
}
@media screen and (max-width: 1720px) {
  .section.guests .content-wrapper {
    max-width: calc(100vw - 200px);
  }
}
@media screen and (max-width: 768px) {
  .section.guests .content-wrapper {
    height: auto;
    max-width: calc(100vw - 100px);
  }
}
@media screen and (max-width: 576px) {
  .section.guests .content-wrapper {
    max-width: 100%;
  }
}
.section.guests .content-wrapper .gallery {
  width: 50%;
  height: auto;
  aspect-ratio: 1.75;
}
@media screen and (max-width: 1720px) {
  .section.guests .content-wrapper .gallery {
    max-width: 1368px;
  }
}
@media screen and (max-width: 992px) {
  .section.guests .content-wrapper .gallery {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section.guests .content-wrapper .gallery {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .section.guests .content-wrapper .gallery {
    max-width: 100%;
  }
}
@media screen and (orientation: portrait) and (min-height: 653px) and (max-width: 340px) {
  .section.guests .content-wrapper .gallery {
    height: 35vh;
  }
}
.section.guests .content-wrapper .gallery img {
  height: 100%;
}
.section.guests .content-wrapper .info-boxes {
  width: 50%;
}
@media screen and (max-width: 1720px) {
  .section.guests .content-wrapper .info-boxes {
    max-width: 1368px;
  }
}
@media screen and (max-width: 992px) {
  .section.guests .content-wrapper .info-boxes {
    width: 100%;
    margin-right: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section.guests .content-wrapper .info-boxes {
    height: auto;
    margin-right: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .section.guests .content-wrapper .info-boxes {
    max-width: 100%;
  }
}
.section.guests .swiper-pagination {
  bottom: 100px !important;
}
.section.guests .swiper-button-next,
.section.guests .swiper-button-prev {
  display: none !important;
}
.section.hosts .content-wrapper {
  height: auto;
}
.section.hosts .content-wrapper .gallery .caption {
  display: none;
}
.section.hosts .services {
  margin: 50px auto 20px;
  padding: 20px 0 0;
}
@media screen and (max-width: 1720px) {
  .section.hosts .services {
    max-width: calc(100% - 230px);
  }
}
@media screen and (max-width: 768px) {
  .section.hosts .services {
    max-width: calc(100% - 130px);
  }
}
@media screen and (max-width: 576px) {
  .section.hosts .services {
    max-width: calc(100% - 30px);
    padding: 0;
    margin: 2vh auto 10px;
    padding-bottom: 0;
  }
}
@media screen and (orientation: landscape) and (max-height: 899px) {
  .section.hosts .services {
    margin: 2vh auto 10px;
  }
}
@media screen and (orientation: landscape) and (max-height: 899px) {
  .section.hosts .services h3 {
    font-size: 3vh;
  }
}
@media screen and (orientation: landscape) and (max-height: 899px) {
  .section.hosts .services p {
    font-size: 2vh;
  }
}
@media screen and (max-width: 328px) {
  .section.hosts .services p {
    font-size: 12px;
  }
}
.section.info .content-wrapper {
  height: auto;
}
.section.impressum .services {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .section.impressum .services {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section.impressum .services h3,
.section.impressum .services p,
.section.impressum .services a {
  text-shadow: 1px 1px #000;
}
@media screen and (max-width: 992px) {
  .section.impressum .services h3,
  .section.impressum .services p,
  .section.impressum .services a {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .section.impressum .services h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 992px) {
  .section.impressum .services h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .section.impressum .services a {
    font-size: 14px;
  }
}
.section.impressum .services h4,
.section.impressum .services p {
  margin-bottom: 14px;
}
@media screen and (max-width: 992px) {
  .section.impressum .services h4,
  .section.impressum .services p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .section.impressum .services h4,
  .section.impressum .services p {
    font-size: 16px;
  }
}
.section.impressum .services p {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .section.impressum .services p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .section.impressum .services p {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .section.impressum .services p {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  .section.impressum .services h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .section.impressum .services h4 {
    font-size: 16px;
  }
}
.section.impressum .services img.logo {
  width: 110px;
  margin: 5px;
}
.section.impressum .team-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .section.impressum .team-col {
    text-align: center;
    gap: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.check-reviews {
  margin: 20px 0;
  font-family: "Montserrat";
  color: #d6d221;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
}
.check-reviews i {
  margin-right: 4px;
  font-size: 8px;
}
@media screen and (min-width: 768px) {
  .check-reviews {
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #FFF;
    color: #FFF;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
    min-width: 200px;
    margin: 50px auto 0;
  }
}
.check-reviews.link {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 200px;
}
.check-reviews.link i {
  font-size: 14px;
  margin: 0;
}
.check-reviews.link:hover {
  color: #FFF;
}
/*landscape alert for small screens*/
.screen-warning {
  display: none;
}
@media screen and (orientation: landscape) and (max-height: 899px) and (max-width: 992px) {
  .screen-warning {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
  }
  .screen-warning img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin: 30px auto;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  #CookiebotWidget {
    display: none !important;
  }
}
