/* josefin-sans-300 - latin-ext_latin */
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""),
    url("../fonts/josefin-sans-v17-latin-ext_latin-300.woff2") format("woff2"),
    url("../fonts/josefin-sans-v17-latin-ext_latin-300.woff") format("woff");
}
/* josefin-sans-regular - latin-ext_latin */
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../fonts/josefin-sans-v17-latin-ext_latin-regular.woff2")
      format("woff2"),
    url("../fonts/josefin-sans-v17-latin-ext_latin-regular.woff") format("woff");
}
/* josefin-sans-500 - latin-ext_latin */
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 500;
  src: local(""),
    url("../fonts/josefin-sans-v17-latin-ext_latin-500.woff2") format("woff2"),
    url("../fonts/josefin-sans-v17-latin-ext_latin-500.woff") format("woff");
}
/* josefin-sans-700 - latin-ext_latin */
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url("../fonts/josefin-sans-v17-latin-ext_latin-700.woff2") format("woff2"),
    url("../fonts/josefin-sans-v17-latin-ext_latin-700.woff") format("woff");
}
/* unna-regular - latin-ext_latin */
@font-face {
  font-family: "Unna";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../fonts/unna-v16-latin-ext_latin-regular.woff2") format("woff2"),
    url("../fonts/unna-v16-latin-ext_latin-regular.woff") format("woff");
}
/* unna-700 - latin-ext_latin */
@font-face {
  font-family: "Unna";
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url("../fonts/unna-v16-latin-ext_latin-700.woff2") format("woff2"),
    url("../fonts/unna-v16-latin-ext_latin-700.woff") format("woff");
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
html h1 {
  font-weight: normal;
  font-size: 7.2rem;
}
html h2 {
  font-weight: normal;
  font-size: 5.2rem;
}
html h3 {
  font-weight: normal;
  font-size: 3.6rem;
}
html h4 {
  font-weight: normal;
  font-size: 2.4rem;
}
html h5 {
  font-weight: normal;
  font-size: 2.2rem;
}
html p {
  font-size: 2.0rem;
  font-weight: 300;
  position: relative;
  z-index: 2;
}

body {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.font-f-unna {
  font-family: "Unna";
}

*,
*::before,
*::after {
  font-family: "Josefin Sans";
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /*  outline: solid 1px red !important;*/
}


.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  width: 100%;
  max-width: 136.4rem;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-modal {
  width: 100%;
  max-width: 136.4rem;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.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%;
  min-height: 1px;
  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: none;
}

.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%;
}

@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: none;
  }
  .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%;
  }
}

@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: none;
  }
  .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%;
  }
}

@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: none;
  }
  .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%;
  }

}

/*margins*/
.margin-t-10 {
  margin-top: 10rem;
}

.margin-t-20 {
  margin-top: 20rem;
}

.margin-t-30 {
  margin-top: 30rem;
}

.margin-t-40 {
  margin-top: 40rem;
}

.margin-t-50 {
  margin-top: 50rem;
}

.margin-t-60 {
  margin-top: 60rem;
}

.margin-t-11 {
  margin-top: 11rem;
}

.margin-t-12 {
  margin-top: 12rem;
}

.margin-t-13 {
  margin-top: 13rem;
}

.margin-t-14 {
  margin-top: 14rem;
}

.margin-t-15 {
  margin-top: 15rem;
}

.margin-t-16 {
  margin-top: 16rem;
}

.margin-b-10 {
  margin-bottom: 10rem;
}

.margin-b-20 {
  margin-bottom: 20rem;
}

.margin-b-30 {
  margin-bottom: 30rem;
}

.margin-b-40 {
  margin-bottom: 40rem;
}

.margin-b-50 {
  margin-bottom: 50rem;
}

.margin-b-60 {
  margin-bottom: 60rem;
}

.margin-tb-1 {
  margin: 1rem 0;
}

.margin-tb-2 {
  margin: 2rem 0;
}

.margin-tb-3 {
  margin: 3rem 0;
}

.margin-tb-4 {
  margin: 4rem 0;
}

.margin-tb-5 {
  margin: 5rem 0;
}

.margin-tb-6 {
  margin: 6rem 0;
}

.margin-tb-7 {
  margin: 7rem 0;
}

.margin-tb-8 {
  margin: 8rem 0;
}

.margin-tb-9 {
  margin: 9rem 0;
}

.margin-tb-10 {
  margin: 10rem 0;
}

.margin-t-1 {
  margin-top: 1rem;
}

.margin-t-2 {
  margin-top: 2rem;
}

.margin-t-3 {
  margin-top: 3rem;
}

.margin-t-4 {
  margin-top: 4rem;
}

.margin-t-5 {
  margin-top: 5rem;
}

.margin-t-6 {
  margin-top: 6rem;
}

.margin-t-7 {
  margin-top: 7rem;
}

.margin-t-8 {
  margin-top: 8rem;
}

.margin-t-9 {
  margin-top: 9rem;
}

.margin-b-1 {
  margin-bottom: 1rem;
}

.margin-b-2 {
  margin-bottom: 2rem;
}

.margin-b-3 {
  margin-bottom: 3rem;
}

.margin-b-4 {
  margin-bottom: 4rem;
}

.margin-b-5 {
  margin-bottom: 5rem;
}

.margin-b-6 {
  margin-bottom: 6rem;
}

.margin-b-7 {
  margin-bottom: 7rem;
}

.margin-b-8 {
  margin-bottom: 8rem;
}

.margin-b-9 {
  margin-bottom: 9rem;
}

.margin-l-1 {
  margin-left: 1rem;
}

.margin-l-2 {
  margin-left: 2rem;
}

.margin-l-3 {
  margin-left: 3rem;
}

.margin-l-4 {
  margin-left: 4rem;
}

.margin-l-5 {
  margin-left: 5rem;
}

.margin-l-6 {
  margin-left: 6rem;
}

.margin-l-7 {
  margin-left: 7rem;
}

.margin-l-8 {
  margin-left: 8rem;
}

.margin-l-9 {
  margin-left: 9rem;
}

.margin-r-1 {
  margin-right: 1rem;
}

.margin-r-2 {
  margin-right: 2rem;
}

.margin-r-3 {
  margin-right: 3rem;
}

.margin-r-4 {
  margin-right: 4rem;
}

.margin-r-5 {
  margin-right: 5rem;
}

.margin-r-6 {
  margin-right: 6rem;
}

.margin-r-7 {
  margin-right: 7rem;
}

.margin-r-8 {
  margin-right: 8rem;
}

.margin-r-9 {
  margin-right: 9rem;
}

.margin-b-11 {
  margin-bottom: 11rem;
}

.margin-b-12 {
  margin-bottom: 12rem;
}

.margin-b-13 {
  margin-bottom: 13rem;
}

.margin-b-14 {
  margin-bottom: 14rem;
}

.margin-b-15 {
  margin-bottom: 15rem;
}

.margin-b-16 {
  margin-bottom: 16rem;
}

.margin-b-17 {
  margin-bottom: 17rem;
}

.margin-b-18 {
  margin-bottom: 18rem;
}

.margin-b-19 {
  margin-bottom: 19rem;
}

/*margin minus*/
.margin-t-minus-1 {
  margin: -1rem 0;
}

.margin-t-minus-2 {
  margin: -2rem 0;
}

.margin-t-minus-3 {
  margin: -3rem 0;
}

.margin-t-minus-4 {
  margin: -4rem 0;
}

.margin-t-minus-5 {
  margin: -5rem 0;
}

.margin-t-minus-6 {
  margin: -6rem 0;
}

.margin-t-minus-7 {
  margin: -7rem 0;
}

.margin-t-minus-8 {
  margin: -8rem 0;
}

.margin-t-minus-9 {
  margin: -9rem 0;
}

.margin-t-minus-10 {
  margin: -10rem 0;
}

/*all margins*/
.margin-t-1-1 {
  margin-top: 1.1rem;
}

.margin-t-1-2 {
  margin-top: 1.2rem;
}

.margin-t-1-3 {
  margin-top: 1.3rem;
}

.margin-t-1-4 {
  margin-top: 1.4rem;
}

.margin-t-1-5 {
  margin-top: 1.5rem;
}

.margin-t-1-6 {
  margin-top: 1.6rem;
}

.margin-t-1-7 {
  margin-top: 1.7rem;
}

.margin-t-1-8 {
  margin-top: 1.8rem;
}

.margin-t-1-9 {
  margin-top: 1.9rem;
}

.margin-t-2-1 {
  margin-top: 2.1rem;
}

.margin-t-2-2 {
  margin-top: 2.2rem;
}

.margin-t-2-3 {
  margin-top: 2.3rem;
}

.margin-t-2-4 {
  margin-top: 2.4rem;
}

.margin-t-2-5 {
  margin-top: 2.5rem;
}

.margin-t-2-6 {
  margin-top: 2.6rem;
}

.margin-t-2-7 {
  margin-top: 2.7rem;
}

.margin-t-2-8 {
  margin-top: 2.8rem;
}

.margin-t-2-9 {
  margin-top: 2.9rem;
}

.margin-t-3-1 {
  margin-top: 3.1rem;
}

.margin-t-3-2 {
  margin-top: 3.2rem;
}

.margin-t-3-3 {
  margin-top: 3.3rem;
}

.margin-t-3-4 {
  margin-top: 3.4rem;
}

.margin-t-3-5 {
  margin-top: 3.5rem;
}

.margin-t-3-6 {
  margin-top: 3.6rem;
}

.margin-t-3-7 {
  margin-top: 3.7rem;
}

.margin-t-3-8 {
  margin-top: 3.8rem;
}

.margin-t-3-9 {
  margin-top: 3.9rem;
}

.margin-t-4-1 {
  margin-top: 4.1rem;
}

.margin-t-4-2 {
  margin-top: 4.2rem;
}

.margin-t-4-3 {
  margin-top: 4.3rem;
}

.margin-t-4-4 {
  margin-top: 4.4rem;
}

.margin-t-4-5 {
  margin-top: 4.5rem;
}

.margin-t-4-6 {
  margin-top: 4.6rem;
}

.margin-t-4-7 {
  margin-top: 4.7rem;
}

.margin-t-4-8 {
  margin-top: 4.8rem;
}

.margin-t-4-9 {
  margin-top: 4.9rem;
}

.margin-t-5-1 {
  margin-top: 5.1rem;
}

.margin-t-5-2 {
  margin-top: 5.2rem;
}

.margin-t-5-3 {
  margin-top: 5.3rem;
}

.margin-t-5-4 {
  margin-top: 5.4rem;
}

.margin-t-5-5 {
  margin-top: 5.5rem;
}

.margin-t-5-6 {
  margin-top: 5.6rem;
}

.margin-t-5-7 {
  margin-top: 5.7rem;
}

.margin-t-5-8 {
  margin-top: 5.8rem;
}

.margin-t-5-9 {
  margin-top: 5.9rem;
}

.margin-t-6-1 {
  margin-top: 6.1rem;
}

.margin-t-6-2 {
  margin-top: 6.2rem;
}

.margin-t-6-3 {
  margin-top: 6.3rem;
}

.margin-t-6-4 {
  margin-top: 6.4rem;
}

.margin-t-6-5 {
  margin-top: 6.5rem;
}

.margin-t-6-6 {
  margin-top: 6.6rem;
}

.margin-t-6-7 {
  margin-top: 6.7rem;
}

.margin-t-6-8 {
  margin-top: 6.8rem;
}

.margin-t-6-9 {
  margin-top: 6.9rem;
}

.margin-t-7-1 {
  margin-top: 7.1rem;
}

.margin-t-7-2 {
  margin-top: 7.2rem;
}

.margin-t-7-3 {
  margin-top: 7.3rem;
}

.margin-t-7-4 {
  margin-top: 7.4rem;
}

.margin-t-7-5 {
  margin-top: 7.5rem;
}

.margin-t-7-6 {
  margin-top: 7.6rem;
}

.margin-t-7-7 {
  margin-top: 7.7rem;
}

.margin-t-7-8 {
  margin-top: 7.8rem;
}

.margin-t-7-9 {
  margin-top: 7.9rem;
}

.margin-t-8-1 {
  margin-top: 8.1rem;
}

.margin-t-8-2 {
  margin-top: 8.2rem;
}

.margin-t-8-3 {
  margin-top: 8.3rem;
}

.margin-t-8-4 {
  margin-top: 8.4rem;
}

.margin-t-8-5 {
  margin-top: 8.5rem;
}

.margin-t-8-6 {
  margin-top: 8.6rem;
}

.margin-t-8-7 {
  margin-top: 8.7rem;
}

.margin-t-8-8 {
  margin-top: 8.8rem;
}

.margin-t-8-9 {
  margin-top: 8.9rem;
}

.margin-t-9-1 {
  margin-top: 9.1rem;
}

.margin-t-9-2 {
  margin-top: 9.2rem;
}

.margin-t-9-3 {
  margin-top: 9.3rem;
}

.margin-t-9-4 {
  margin-top: 9.4rem;
}

.margin-t-9-5 {
  margin-top: 9.5rem;
}

.margin-t-9-6 {
  margin-top: 9.6rem;
}

.margin-t-9-7 {
  margin-top: 9.7rem;
}

.margin-t-9-8 {
  margin-top: 9.8rem;
}

.margin-t-9-9 {
  margin-top: 9.9rem;
}

.margin-b-1-1 {
  margin-bottom: 1.1rem;
}

.margin-b-1-2 {
  margin-bottom: 1.2rem;
}

.margin-b-1-3 {
  margin-bottom: 1.3rem;
}

.margin-b-1-4 {
  margin-bottom: 1.4rem;
}

.margin-b-1-5 {
  margin-bottom: 1.5rem;
}

.margin-b-1-6 {
  margin-bottom: 1.6rem;
}

.margin-b-1-7 {
  margin-bottom: 1.7rem;
}

.margin-b-1-8 {
  margin-bottom: 1.8rem;
}

.margin-b-1-9 {
  margin-bottom: 1.9rem;
}

.margin-b-2-1 {
  margin-bottom: 2.1rem;
}

.margin-b-2-2 {
  margin-bottom: 2.2rem;
}

.margin-b-2-3 {
  margin-bottom: 2.3rem;
}

.margin-b-2-4 {
  margin-bottom: 2.4rem;
}

.margin-b-2-5 {
  margin-bottom: 2.5rem;
}

.margin-b-2-6 {
  margin-bottom: 2.6rem;
}

.margin-b-2-7 {
  margin-bottom: 2.7rem;
}

.margin-b-2-8 {
  margin-bottom: 2.8rem;
}

.margin-b-2-9 {
  margin-bottom: 2.9rem;
}

.margin-b-3-1 {
  margin-bottom: 3.1rem;
}

.margin-b-3-2 {
  margin-bottom: 3.2rem;
}

.margin-b-3-3 {
  margin-bottom: 3.3rem;
}

.margin-b-3-4 {
  margin-bottom: 3.4rem;
}

.margin-b-3-5 {
  margin-bottom: 3.5rem;
}

.margin-b-3-6 {
  margin-bottom: 3.6rem;
}

.margin-b-3-7 {
  margin-bottom: 3.7rem;
}

.margin-b-3-8 {
  margin-bottom: 3.8rem;
}

.margin-b-3-9 {
  margin-bottom: 3.9rem;
}

.margin-b-4-1 {
  margin-bottom: 4.1rem;
}

.margin-b-4-2 {
  margin-bottom: 4.2rem;
}

.margin-b-4-3 {
  margin-bottom: 4.3rem;
}

.margin-b-4-4 {
  margin-bottom: 4.4rem;
}

.margin-b-4-5 {
  margin-bottom: 4.5rem;
}

.margin-b-4-6 {
  margin-bottom: 4.6rem;
}

.margin-b-4-7 {
  margin-bottom: 4.7rem;
}

.margin-b-4-8 {
  margin-bottom: 4.8rem;
}

.margin-b-4-9 {
  margin-bottom: 4.9rem;
}

.margin-b-5-1 {
  margin-bottom: 5.1rem;
}

.margin-b-5-2 {
  margin-bottom: 5.2rem;
}

.margin-b-5-3 {
  margin-bottom: 5.3rem;
}

.margin-b-5-4 {
  margin-bottom: 5.4rem;
}

.margin-b-5-5 {
  margin-bottom: 5.5rem;
}

.margin-b-5-6 {
  margin-bottom: 5.6rem;
}

.margin-b-5-7 {
  margin-bottom: 5.7rem;
}

.margin-b-5-8 {
  margin-bottom: 5.8rem;
}

.margin-b-5-9 {
  margin-bottom: 5.9rem;
}

.margin-b-6-1 {
  margin-bottom: 6.1rem;
}

.margin-b-6-2 {
  margin-bottom: 6.2rem;
}

.margin-b-6-3 {
  margin-bottom: 6.3rem;
}

.margin-b-6-4 {
  margin-bottom: 6.4rem;
}

.margin-b-6-5 {
  margin-bottom: 6.5rem;
}

.margin-b-6-6 {
  margin-bottom: 6.6rem;
}

.margin-b-6-7 {
  margin-bottom: 6.7rem;
}

.margin-b-6-8 {
  margin-bottom: 6.8rem;
}

.margin-b-6-9 {
  margin-bottom: 6.9rem;
}

.margin-b-7-1 {
  margin-bottom: 7.1rem;
}

.margin-b-7-2 {
  margin-bottom: 7.2rem;
}

.margin-b-7-3 {
  margin-bottom: 7.3rem;
}

.margin-b-7-4 {
  margin-bottom: 7.4rem;
}

.margin-b-7-5 {
  margin-bottom: 7.5rem;
}

.margin-b-7-6 {
  margin-bottom: 7.6rem;
}

.margin-b-7-7 {
  margin-bottom: 7.7rem;
}

.margin-b-7-8 {
  margin-bottom: 7.8rem;
}

.margin-b-7-9 {
  margin-bottom: 7.9rem;
}

.margin-b-8-1 {
  margin-bottom: 8.1rem;
}

.margin-b-8-2 {
  margin-bottom: 8.2rem;
}

.margin-b-8-3 {
  margin-bottom: 8.3rem;
}

.margin-b-8-4 {
  margin-bottom: 8.4rem;
}

.margin-b-8-5 {
  margin-bottom: 8.5rem;
}

.margin-b-8-6 {
  margin-bottom: 8.6rem;
}

.margin-b-8-7 {
  margin-bottom: 8.7rem;
}

.margin-b-8-8 {
  margin-bottom: 8.8rem;
}

.margin-b-8-9 {
  margin-bottom: 8.9rem;
}

.margin-b-9-1 {
  margin-bottom: 9.1rem;
}

.margin-b-9-2 {
  margin-bottom: 9.2rem;
}

.margin-b-9-3 {
  margin-bottom: 9.3rem;
}

.margin-b-9-4 {
  margin-bottom: 9.4rem;
}

.margin-b-9-5 {
  margin-bottom: 9.5rem;
}

.margin-b-9-6 {
  margin-bottom: 9.6rem;
}

.margin-b-9-7 {
  margin-bottom: 9.7rem;
}

.margin-b-9-8 {
  margin-bottom: 9.8rem;
}

.margin-b-9-9 {
  margin-bottom: 9.9rem;
}

.margin-l-1-1 {
  margin-left: 1.1rem;
}

.margin-l-1-2 {
  margin-left: 1.2rem;
}

.margin-l-1-3 {
  margin-left: 1.3rem;
}

.margin-l-1-4 {
  margin-left: 1.4rem;
}

.margin-l-1-5 {
  margin-left: 1.5rem;
}

.margin-l-1-6 {
  margin-left: 1.6rem;
}

.margin-l-1-7 {
  margin-left: 1.7rem;
}

.margin-l-1-8 {
  margin-left: 1.8rem;
}

.margin-l-1-9 {
  margin-left: 1.9rem;
}

.margin-l-2-1 {
  margin-left: 2.1rem;
}

.margin-l-2-2 {
  margin-left: 2.2rem;
}

.margin-l-2-3 {
  margin-left: 2.3rem;
}

.margin-l-2-4 {
  margin-left: 2.4rem;
}

.margin-l-2-5 {
  margin-left: 2.5rem;
}

.margin-l-2-6 {
  margin-left: 2.6rem;
}

.margin-l-2-7 {
  margin-left: 2.7rem;
}

.margin-l-2-8 {
  margin-left: 2.8rem;
}

.margin-l-2-9 {
  margin-left: 2.9rem;
}

.margin-l-3-1 {
  margin-left: 3.1rem;
}

.margin-l-3-2 {
  margin-left: 3.2rem;
}

.margin-l-3-3 {
  margin-left: 3.3rem;
}

.margin-l-3-4 {
  margin-left: 3.4rem;
}

.margin-l-3-5 {
  margin-left: 3.5rem;
}

.margin-l-3-6 {
  margin-left: 3.6rem;
}

.margin-l-3-7 {
  margin-left: 3.7rem;
}

.margin-l-3-8 {
  margin-left: 3.8rem;
}

.margin-l-3-9 {
  margin-left: 3.9rem;
}

.margin-l-4-1 {
  margin-left: 4.1rem;
}

.margin-l-4-2 {
  margin-left: 4.2rem;
}

.margin-l-4-3 {
  margin-left: 4.3rem;
}

.margin-l-4-4 {
  margin-left: 4.4rem;
}

.margin-l-4-5 {
  margin-left: 4.5rem;
}

.margin-l-4-6 {
  margin-left: 4.6rem;
}

.margin-l-4-7 {
  margin-left: 4.7rem;
}

.margin-l-4-8 {
  margin-left: 4.8rem;
}

.margin-l-4-9 {
  margin-left: 4.9rem;
}

.margin-l-5-1 {
  margin-left: 5.1rem;
}

.margin-l-5-2 {
  margin-left: 5.2rem;
}

.margin-l-5-3 {
  margin-left: 5.3rem;
}

.margin-l-5-4 {
  margin-left: 5.4rem;
}

.margin-l-5-5 {
  margin-left: 5.5rem;
}

.margin-l-5-6 {
  margin-left: 5.6rem;
}

.margin-l-5-7 {
  margin-left: 5.7rem;
}

.margin-l-5-8 {
  margin-left: 5.8rem;
}

.margin-l-5-9 {
  margin-left: 5.9rem;
}

.margin-l-6-1 {
  margin-left: 6.1rem;
}

.margin-l-6-2 {
  margin-left: 6.2rem;
}

.margin-l-6-3 {
  margin-left: 6.3rem;
}

.margin-l-6-4 {
  margin-left: 6.4rem;
}

.margin-l-6-5 {
  margin-left: 6.5rem;
}

.margin-l-6-6 {
  margin-left: 6.6rem;
}

.margin-l-6-7 {
  margin-left: 6.7rem;
}

.margin-l-6-8 {
  margin-left: 6.8rem;
}

.margin-l-6-9 {
  margin-left: 6.9rem;
}

.margin-l-7-1 {
  margin-left: 7.1rem;
}

.margin-l-7-2 {
  margin-left: 7.2rem;
}

.margin-l-7-3 {
  margin-left: 7.3rem;
}

.margin-l-7-4 {
  margin-left: 7.4rem;
}

.margin-l-7-5 {
  margin-left: 7.5rem;
}

.margin-l-7-6 {
  margin-left: 7.6rem;
}

.margin-l-7-7 {
  margin-left: 7.7rem;
}

.margin-l-7-8 {
  margin-left: 7.8rem;
}

.margin-l-7-9 {
  margin-left: 7.9rem;
}

.margin-l-8-1 {
  margin-left: 8.1rem;
}

.margin-l-8-2 {
  margin-left: 8.2rem;
}

.margin-l-8-3 {
  margin-left: 8.3rem;
}

.margin-l-8-4 {
  margin-left: 8.4rem;
}

.margin-l-8-5 {
  margin-left: 8.5rem;
}

.margin-l-8-6 {
  margin-left: 8.6rem;
}

.margin-l-8-7 {
  margin-left: 8.7rem;
}

.margin-l-8-8 {
  margin-left: 8.8rem;
}

.margin-l-8-9 {
  margin-left: 8.9rem;
}

.margin-l-9-1 {
  margin-left: 9.1rem;
}

.margin-l-9-2 {
  margin-left: 9.2rem;
}

.margin-l-9-3 {
  margin-left: 9.3rem;
}

.margin-l-9-4 {
  margin-left: 9.4rem;
}

.margin-l-9-5 {
  margin-left: 9.5rem;
}

.margin-l-9-6 {
  margin-left: 9.6rem;
}

.margin-l-9-7 {
  margin-left: 9.7rem;
}

.margin-l-9-8 {
  margin-left: 9.8rem;
}

.margin-l-9-9 {
  margin-left: 9.9rem;
}

.margin-r-1-1 {
  margin-right: 1.1rem;
}

.margin-r-1-2 {
  margin-right: 1.2rem;
}

.margin-r-1-3 {
  margin-right: 1.3rem;
}

.margin-r-1-4 {
  margin-right: 1.4rem;
}

.margin-r-1-5 {
  margin-right: 1.5rem;
}

.margin-r-1-6 {
  margin-right: 1.6rem;
}

.margin-r-1-7 {
  margin-right: 1.7rem;
}

.margin-r-1-8 {
  margin-right: 1.8rem;
}

.margin-r-1-9 {
  margin-right: 1.9rem;
}

.margin-r-2-1 {
  margin-right: 2.1rem;
}

.margin-r-2-2 {
  margin-right: 2.2rem;
}

.margin-r-2-3 {
  margin-right: 2.3rem;
}

.margin-r-2-4 {
  margin-right: 2.4rem;
}

.margin-r-2-5 {
  margin-right: 2.5rem;
}

.margin-r-2-6 {
  margin-right: 2.6rem;
}

.margin-r-2-7 {
  margin-right: 2.7rem;
}

.margin-r-2-8 {
  margin-right: 2.8rem;
}

.margin-r-2-9 {
  margin-right: 2.9rem;
}

.margin-r-3-1 {
  margin-right: 3.1rem;
}

.margin-r-3-2 {
  margin-right: 3.2rem;
}

.margin-r-3-3 {
  margin-right: 3.3rem;
}

.margin-r-3-4 {
  margin-right: 3.4rem;
}

.margin-r-3-5 {
  margin-right: 3.5rem;
}

.margin-r-3-6 {
  margin-right: 3.6rem;
}

.margin-r-3-7 {
  margin-right: 3.7rem;
}

.margin-r-3-8 {
  margin-right: 3.8rem;
}

.margin-r-3-9 {
  margin-right: 3.9rem;
}

.margin-r-4-1 {
  margin-right: 4.1rem;
}

.margin-r-4-2 {
  margin-right: 4.2rem;
}

.margin-r-4-3 {
  margin-right: 4.3rem;
}

.margin-r-4-4 {
  margin-right: 4.4rem;
}

.margin-r-4-5 {
  margin-right: 4.5rem;
}

.margin-r-4-6 {
  margin-right: 4.6rem;
}

.margin-r-4-7 {
  margin-right: 4.7rem;
}

.margin-r-4-8 {
  margin-right: 4.8rem;
}

.margin-r-4-9 {
  margin-right: 4.9rem;
}

.margin-r-5-1 {
  margin-right: 5.1rem;
}

.margin-r-5-2 {
  margin-right: 5.2rem;
}

.margin-r-5-3 {
  margin-right: 5.3rem;
}

.margin-r-5-4 {
  margin-right: 5.4rem;
}

.margin-r-5-5 {
  margin-right: 5.5rem;
}

.margin-r-5-6 {
  margin-right: 5.6rem;
}

.margin-r-5-7 {
  margin-right: 5.7rem;
}

.margin-r-5-8 {
  margin-right: 5.8rem;
}

.margin-r-5-9 {
  margin-right: 5.9rem;
}

.margin-r-6-1 {
  margin-right: 6.1rem;
}

.margin-r-6-2 {
  margin-right: 6.2rem;
}

.margin-r-6-3 {
  margin-right: 6.3rem;
}

.margin-r-6-4 {
  margin-right: 6.4rem;
}

.margin-r-6-5 {
  margin-right: 6.5rem;
}

.margin-r-6-6 {
  margin-right: 6.6rem;
}

.margin-r-6-7 {
  margin-right: 6.7rem;
}

.margin-r-6-8 {
  margin-right: 6.8rem;
}

.margin-r-6-9 {
  margin-right: 6.9rem;
}

.margin-r-7-1 {
  margin-right: 7.1rem;
}

.margin-r-7-2 {
  margin-right: 7.2rem;
}

.margin-r-7-3 {
  margin-right: 7.3rem;
}

.margin-r-7-4 {
  margin-right: 7.4rem;
}

.margin-r-7-5 {
  margin-right: 7.5rem;
}

.margin-r-7-6 {
  margin-right: 7.6rem;
}

.margin-r-7-7 {
  margin-right: 7.7rem;
}

.margin-r-7-8 {
  margin-right: 7.8rem;
}

.margin-r-7-9 {
  margin-right: 7.9rem;
}

.margin-r-8-1 {
  margin-right: 8.1rem;
}

.margin-r-8-2 {
  margin-right: 8.2rem;
}

.margin-r-8-3 {
  margin-right: 8.3rem;
}

.margin-r-8-4 {
  margin-right: 8.4rem;
}

.margin-r-8-5 {
  margin-right: 8.5rem;
}

.margin-r-8-6 {
  margin-right: 8.6rem;
}

.margin-r-8-7 {
  margin-right: 8.7rem;
}

.margin-r-8-8 {
  margin-right: 8.8rem;
}

.margin-r-8-9 {
  margin-right: 8.9rem;
}

.margin-r-9-1 {
  margin-right: 9.1rem;
}

.margin-r-9-2 {
  margin-right: 9.2rem;
}

.margin-r-9-3 {
  margin-right: 9.3rem;
}

.margin-r-9-4 {
  margin-right: 9.4rem;
}

.margin-r-9-5 {
  margin-right: 9.5rem;
}

.margin-r-9-6 {
  margin-right: 9.6rem;
}

.margin-r-9-7 {
  margin-right: 9.7rem;
}

.margin-r-9-8 {
  margin-right: 9.8rem;
}

.margin-r-9-9 {
  margin-right: 9.9rem;
}

/*paddings*/
.padding-t-10 {
  padding-top: 10rem;
}

.padding-t-20 {
  padding-top: 20rem;
}

.padding-t-30 {
  padding-top: 30rem;
}

.padding-t-40 {
  padding-top: 40rem;
}

.padding-t-50 {
  padding-top: 50rem;
}

.padding-t-60 {
  padding-top: 60rem;
}

.padding-b-10 {
  padding-bottom: 10rem;
}

.padding-b-20 {
  padding-bottom: 20rem;
}

.padding-b-30 {
  padding-bottom: 30rem;
}

.padding-b-40 {
  padding-bottom: 40rem;
}

.padding-b-50 {
  padding-bottom: 50rem;
}

.padding-b-60 {
  padding-bottom: 60rem;
}

.padding-tb-1 {
  padding: 1rem 0;
}

.padding-tb-2 {
  padding: 2rem 0;
}

.padding-tb-3 {
  padding: 3rem 0;
}

.padding-tb-4 {
  padding: 4rem 0;
}

.padding-tb-5 {
  padding: 5rem 0;
}

.padding-tb-6 {
  padding: 6rem 0;
}

.padding-tb-7 {
  padding: 7rem 0;
}

.padding-tb-8 {
  padding: 8rem 0;
}

.padding-tb-9 {
  padding: 9rem 0;
}

.padding-tb-10 {
  padding: 10rem 0;
}

.padding-t-1 {
  padding-top: 1rem;
}

.padding-t-2 {
  padding-top: 2rem;
}

.padding-t-3 {
  padding-top: 3rem;
}

.padding-t-4 {
  padding-top: 4rem;
}

.padding-t-5 {
  padding-top: 5rem;
}

.padding-t-6 {
  padding-top: 6rem;
}

.padding-t-7 {
  padding-top: 7rem;
}

.padding-t-8 {
  padding-top: 8rem;
}

.padding-t-9 {
  padding-top: 9rem;
}

.padding-b-1 {
  padding-bottom: 1rem;
}

.padding-b-2 {
  padding-bottom: 2rem;
}

.padding-b-3 {
  padding-bottom: 3rem;
}

.padding-b-4 {
  padding-bottom: 4rem;
}

.padding-b-5 {
  padding-bottom: 5rem;
}

.padding-b-6 {
  padding-bottom: 6rem;
}

.padding-b-7 {
  padding-bottom: 7rem;
}

.padding-b-8 {
  padding-bottom: 8rem;
}

.padding-b-9 {
  padding-bottom: 9rem;
}

.padding-l-1 {
  padding-left: 1rem;
}

.padding-l-2 {
  padding-left: 2rem;
}

.padding-l-3 {
  padding-left: 3rem;
}

.padding-l-4 {
  padding-left: 4rem;
}

.padding-l-5 {
  padding-left: 5rem;
}

.padding-l-6 {
  padding-left: 6rem;
}

.padding-l-7 {
  padding-left: 7rem;
}

.padding-l-8 {
  padding-left: 8rem;
}

.padding-l-9 {
  padding-left: 9rem;
}

.padding-r-1 {
  padding-right: 1rem;
}

.padding-r-2 {
  padding-right: 2rem;
}

.padding-r-3 {
  padding-right: 3rem;
}

.padding-r-4 {
  padding-right: 4rem;
}

.padding-r-5 {
  padding-right: 5rem;
}

.padding-r-6 {
  padding-right: 6rem;
}

.padding-r-7 {
  padding-right: 7rem;
}

.padding-r-8 {
  padding-right: 8rem;
}

.padding-r-9 {
  padding-right: 9rem;
}

.padding-lr-1 {
  padding: 0 1rem;
}

.padding-lr-2 {
  padding: 0 2rem;
}

.padding-lr-3 {
  padding: 0 3rem;
}

.padding-lr-4 {
  padding: 0 4rem;
}

.padding-lr-5 {
  padding: 0 5rem;
}

.padding-lr-6 {
  padding: 0 6rem;
}

.padding-lr-7 {
  padding: 0 7rem;
}

.padding-lr-8 {
  padding: 0 8rem;
}

.padding-lr-9 {
  padding: 0 9rem;
}

.padding-none {
  padding: 0 !important;
}

/*aligne*/
.al-center {
  display: flex;
  align-items: center;
}

/*text align*/
.al-text-c {
  text-align: center !important;
}

.al-text-l {
  text-align: left;
}

.al-text-r {
  text-align: right;
}

/*justify*/
.jc-center {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  justify-items: center !important;
}

.jc-end {
  display: flex;
  justify-content: flex-end !important;
}

.jc-end-c {
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: flex-end;
}

.jc-end-e {
  display: flex;
  align-items: flex-end;
  justify-items: flex-end;
  justify-content: flex-end !important;
}

.jc-between {
  justify-content: space-between;
}

/*align*/
.al-center {
  display: flex;
  align-items: center;
}

/*display*/
.display-f {
  display: flex !important;
}

.display-f-w {
  display: flex !important;
  flex-wrap: wrap !important;
}

.flex-dir-col {
  flex-direction: column;
}

/*borders*/
.border-r {
  border: 1px solid red;
}

.border-b {
  border: 1px solid black;
}

.border-g {
  border: 1px solid green;
}

.border-bl {
  border: 1px solid blue;
}

/*index*/
.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

/*containers*/
.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 136.4rem;
  height: max-content;
  position: relative !important;
}

.container-1 {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.container-1-box {
  display: flex;
  width: 100%;
  flex-basis: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.container-2 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  justify-content: space-between;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  width: 100%;
  height: max-content;
}

.container-2-box {
  flex-basis: 46%;
  text-align: left;
  position: relative;
}
.small-headline {
  font-weight: 600;
  letter-spacing: 2px;
  z-index: 2;
  position: relative;
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.positon-a {
  position: absolute;
}

.color-b {
  color: black;
}

.color-gr {
  color: #6c757d;
}

.color-w {
  color: white;
}

.color-or {
  color: #d18764;
  z-index: 2;
  position: relative;
}

.color-green {
  color: #003d36;
  position: relative;
  z-index: 2;
}

.color-r {
  color: #da0112;
}

.color-blue {
  color: #2e3192;
}

.color-green {
  color: #003d36;
}

.f-w-b {
  font-weight: 700;
}

.f-w-l {
  font-weight: 300;
}

.f-w-r {
  font-weight: 400;
}

.f-w-sb {
  font-weight: 500;
}

.f-s-i {
  font-style: italic;
}

/*font*/
.font-light {
  font-weight: 300 !important;
}

/*aline text*/
.align-text-right {
  text-align: right !important;
}

/*line through*/
.line-thr {
  text-decoration: line-through;
}

.heading-1 {
  font-size: 1.7rem;
}

.heading-2 {
  font-size: 2.7rem;
}

.heading-3 {
  font-size: 3.7rem;
}

.heading-4 {
  font-size: 4.7rem;
}

.heading-5 {
  font-size: 5.7rem;
}

.heading-6 {
  font-size: 6.7rem;
}

.heading-7 {
  font-size: 7.7rem;
}

.heading-8 {
  font-size: 8.7rem;
}

.font-1-1 {
  font-size: 1.1rem;
}

.font-1-2 {
  font-size: 1.2rem;
}

.font-1-3 {
  font-size: 1.3rem;
}

.font-1-4 {
  font-size: 1.4rem;
}

.font-1-5 {
  font-size: 1.5rem;
}

.font-1-6 {
  font-size: 1.6rem;
}

.font-1-7 {
  font-size: 1.7rem;
}

.font-1-8 {
  font-size: 1.8rem;
}

.font-1-9 {
  font-size: 1.9rem;
}

.font-2-1 {
  font-size: 2.1rem;
}

.font-2-2 {
  font-size: 2.2rem;
}

.font-2-3 {
  font-size: 2.3rem;
}

.font-2-4 {
  font-size: 2.4rem;
}

.font-2-5 {
  font-size: 2.5rem;
}

.font-2-6 {
  font-size: 2.6rem;
}

.font-2-7 {
  font-size: 2.7rem;
}

.font-2-8 {
  font-size: 2.8rem;
}

.font-2-9 {
  font-size: 2.9rem;
}

.font-3-1 {
  font-size: 3.1rem;
}

.font-3-2 {
  font-size: 3.2rem;
}

.font-3-3 {
  font-size: 3.3rem;
}

.font-3-4 {
  font-size: 3.4rem;
}

.font-3-5 {
  font-size: 3.5rem;
}

.font-3-6 {
  font-size: 3.6rem;
}

.font-3-7 {
  font-size: 3.7rem;
}

.font-3-8 {
  font-size: 3.8rem;
}

.font-3-9 {
  font-size: 3.9rem;
}

.font-4-1 {
  font-size: 4.1rem;
}

.font-4-2 {
  font-size: 4.2rem;
}

.font-4-3 {
  font-size: 4.3rem;
}

.font-4-4 {
  font-size: 4.4rem;
}

.font-4-5 {
  font-size: 4.5rem;
}

.font-4-6 {
  font-size: 4.6rem;
}

.font-4-7 {
  font-size: 4.7rem;
}

.font-4-8 {
  font-size: 4.8rem;
}

.font-4-9 {
  font-size: 4.9rem;
}

.font-5-1 {
  font-size: 5.1rem;
}

.font-5-2 {
  font-size: 5.2rem;
}

.font-5-3 {
  font-size: 5.3rem;
}

.font-5-4 {
  font-size: 5.4rem;
}

.font-5-5 {
  font-size: 5.5rem;
}

.font-5-6 {
  font-size: 5.6rem;
}

.font-5-7 {
  font-size: 5.7rem;
}

.font-5-8 {
  font-size: 5.8rem;
}

.font-5-9 {
  font-size: 5.9rem;
}

.font-6-1 {
  font-size: 6.1rem;
}

.font-6-2 {
  font-size: 6.2rem;
}

.font-6-3 {
  font-size: 6.3rem;
}

.font-6-4 {
  font-size: 6.4rem;
}

.font-6-5 {
  font-size: 6.5rem;
}

.font-6-6 {
  font-size: 6.6rem;
}

.font-6-7 {
  font-size: 6.7rem;
}

.font-6-8 {
  font-size: 6.8rem;
}

.font-6-9 {
  font-size: 6.9rem;
}

.font-7-1 {
  font-size: 7.1rem;
}

.font-7-2 {
  font-size: 7.2rem;
}

.font-7-3 {
  font-size: 7.3rem;
}

.font-7-4 {
  font-size: 7.4rem;
}

.font-7-5 {
  font-size: 7.5rem;
}

.font-7-6 {
  font-size: 7.6rem;
}

.font-7-7 {
  font-size: 7.7rem;
}

.font-7-8 {
  font-size: 7.8rem;
}

.font-7-9 {
  font-size: 7.9rem;
}

.font-8-1 {
  font-size: 8.1rem;
}

.font-8-2 {
  font-size: 8.2rem;
}

.font-8-3 {
  font-size: 8.3rem;
}

.font-8-4 {
  font-size: 8.4rem;
}

.font-8-5 {
  font-size: 8.5rem;
}

.font-8-6 {
  font-size: 8.6rem;
}

.font-8-7 {
  font-size: 8.7rem;
}

.font-8-8 {
  font-size: 8.8rem;
}

.font-8-9 {
  font-size: 8.9rem;
}

.font-1 {
  font-size: 1rem;
}

.font-2 {
  font-size: 2rem;
}

.font-3 {
  font-size: 3rem;
}

.font-4 {
  font-size: 4rem;
}

.font-5 {
  font-size: 5rem;
}

.font-6 {
  font-size: 6rem;
}

.font-7 {
  font-size: 7rem;
}

.font-8 {
  font-size: 8rem;
}

.line-1 {
  line-height: 0.1rem;
}

.line-2 {
  line-height: 0.2rem;
}

.line-3 {
  line-height: 0.3rem;
}

.line-4 {
  line-height: 0.4rem;
}

.line-5 {
  line-height: 0.5rem;
}

.line-6 {
  line-height: 0.6rem;
}

.line-7 {
  line-height: 0.7rem;
}

.line-8 {
  line-height: 0.8rem;
}

.line-9 {
  line-height: 0.9rem;
}

.line-100 {
  line-height: 100%;
}

.line-200 {
  line-height: 200%;
}

.line-300 {
  line-height: 300%;
}

.line-400 {
  line-height: 400%;
}

.line-500 {
  line-height: 500%;
}

.line-600 {
  line-height: 600%;
}

.line-700 {
  line-height: 700%;
}

.line-800 {
  line-height: 800%;
}

.line-900 {
  line-height: 900%;
}

.spacing-1 {
  letter-spacing: 1px;
}

.spacing-2 {
  letter-spacing: 2px;
}

.spacing-3 {
  letter-spacing: 3px;
}

.spacing-4 {
  letter-spacing: 4px;
}

.spacing-5 {
  letter-spacing: 5px;
}

.spacing-6 {
  letter-spacing: 6px;
}

.spacing-7 {
  letter-spacing: 7px;
}

.spacing-8 {
  letter-spacing: 8px;
}

.spacing-9 {
  letter-spacing: 9px;
}

.events-img-container {
  width: 100%;
  height: 92.8rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 17.8rem;
  padding-bottom: 14.7rem;
}

.heading-event-bg {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 9.4rem 41.4rem 19.8rem 41.4rem;
  text-align: center;
  position: relative;
}

.event-box-img {
  background-color: white;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 8rem;
  z-index: 1 !important;
  position: relative;
}
.event-box-img a {
  text-decoration: none;
  font-size: 1.5rem;
  color: black;
  transition: 0.3s ease-in-out;
}
.event-box-img a:hover {
  color: #d18764;
}

.event-box-img-border {
  width: 100%;
  height: 100%;
  border: 2px solid #d18764;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 0;
}

.event-box-img-border-left {
  width: 100%;
  height: 100%;
  border: 2px solid #d18764;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 0;
}

.ev-box-rel {
  position: relative;
}

.footer-events {
  width: 100%;
  height: max-content;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #003d36;
  background-blend-mode: multiply;
}

.heading-event-bg {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 9.4rem 41.4rem 19.8rem 41.4rem;
  text-align: center;
}

.heading-accomm-bg {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 9.4rem 41.4rem 37.5rem 41.4rem;
  text-align: center;
  position: relative;
}

.header-bg-absolute {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.container-2-accomm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  width: 100%;
  height: max-content;
  margin-top: -30rem;
}

.accomm-box-absolute {
  border: 2px solid #d18764;
  width: 90%;
  height: 10rem;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.accomm-box {
  flex-basis: 47%;
  width: 100%;
  height: max-content;
  position: relative;
  padding-top: 3rem;
  z-index: 2;
  margin-bottom: 11.9rem;
}
.accomm-box:hover .accumm-square {
  background-color: #d18764;
}
.accomm-box a {
  text-decoration: none;
  text-align: center;
}
.accomm-box a:hover img {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.accomm-box a:hover h3 {
  color: #d18764;
}
.accomm-box a img {
  width: 100%;
  height: 53.6rem;
  object-position: center;
  object-fit: cover;
  margin-bottom: 4.8rem;
  transition: 0.3s ease-in-out;
  z-index: 3;
}
.accomm-box a h3 {
  font-size: 3.6rem;
  font-weight: normal;
  transition: 0.3s ease-in-out;
  color: black;
  font-family: "Unna";
}

.accumm-square {
  width: 12.2rem;
  height: 12.2rem;
  position: absolute;
  left: 0;
  top: 6rem;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #003d36;
}
.accumm-square h3 {
  font-size: 3.6rem;
  font-weight: normal;
  color: white;
  font-family: "Unna";
}

.heading-services-bg {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 9.4rem 41.4rem 44.8rem 41.4rem;
  text-align: center;
  position: relative;
}

.services-container {
  width: 100%;
  height: max-content;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 7.7rem;
}

.services-container-box-img {
  flex-basis: 50%;
  height: 66rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 3;
}

.services-container-box-text {
  flex-basis: 50%;
  height: 66rem;
  padding: 13rem 11rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: white;
  z-index: 3;
}

.services-circle {
  width: 22rem;
  height: 22rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5.4rem;
  z-index: 4 !important;
}

.services-link {
  color: black;
  font-size: 1.5rem;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  letter-spacing: 2px;
  color: #d18764;
}
.services-link:hover {
  color: #003d36;
}

.room-svg {
  width: 9.4rem !important;
  height: 8.6rem;
}

img.room-icon {
  width: 9.4rem;
  height: 8.6rem;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}

.restaurant-svg {
  width: 10rem;
  height: 9.5rem;
}

.spa-svg {
  width: 10rem;
  height: 8.3rem;
}

.fitness-svg {
  width: 11.6rem;
  height: 6.9rem;
}

.lounge-svg {
  width: 7.9rem;
  height: 11rem;
}

.pool-svg {
  width: 9.7rem;
  height: 7.6rem;
}

.services-border-ab-left {
  border: 2px solid #d18764;
  width: 10rem;
  height: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3.5rem;
  z-index: 0;
}

.services-border-ab-right {
  border: 2px solid #d18764;
  width: 10rem;
  height: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3.5rem;
  z-index: 0;
}

.hide-services-mobile {
  display: none;
}

.map-container {
  height: 92.5rem;
  width: 100%;
  filter: grayscale(1);
}
.map-container iframe {
  width: 100%;
  height: 100%;
}

.about-div-container {
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 19.5rem 28.8rem 24.2rem 28.8rem;
  text-align: center;
}

.location-div-location {
  padding-top: 10rem;
  padding-bottom: 16.2rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.location-gallery-div {
  /* padding-bottom: 18.5rem; */
  padding-bottom: 10rem;
  padding-top: 10rem;
  width: 100%;
  height: max-content;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.padding-location-div {
  padding-right: 54.7rem;
  padding-left: 54.7rem;
}

.gallery1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7.3rem;
}

.location-img-container-border {
  width: 42.7rem;
  height: 42.7rem;
  border: 2px solid #d18764;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.location-img-container {
  width: 100%;
  height: 38.5rem;
  flex-basis: 20%;
  position: relative;
  z-index: 0;
}
.location-img-container:hover .location-img-container-border {
  opacity: 1;
  visibility: visible;
}
.location-img-container a:hover {
  z-index: 99 !important;
}
.location-img-container a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.5);
  transition: 0.3s ease-in-out;
  z-index: -1;
}
/* .location-img-container a img:hover {
  filter: brightness(1);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 5;
} */
.gallery-carousel .owl-item.active.center .location-img-container a img {
  filter: brightness(1);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 5;
}

/* .index-gallery-div h2.gallery-h2 {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.index-gallery-div p.gallery-p {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
} */
/* .location-img-container::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 110%;
  background-color: transparent;
  border: 2px solid #d18764;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}
.location-img-container:hover::before {
  opacity: 1;
} */



/* .gallery-carousel .owl-item.active.center .location-img-container::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 110%;
  background-color: transparent;
  border: 2px solid #d18764;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 1;
} */
/* .gallery-carousel .owl-item.active.center .location-img-container .layer {
  position: absolute;
  content: "";
  width: 110%;
  height: 110%;
  background-color: transparent;
  border: 2px solid #d18764;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 1;
} */
.gallery-carousel .location-img-container .layer {
  display: none;
}

.gallery-carousel .location-img-container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.gallery-carousel .owl-item.active.center .location-img-container {
  padding: 0;
}
.gallery-carousel .owl-item.active.center .location-img-container img {
  border: 2px solid #d18764;
  padding: 20px;
}


.gallery1.gallery1-home {
  justify-content: center;
  margin-bottom: 16rem;
}
/* .gallery1.gallery1-home .view-gallery {
  margin-top: 0;
} */








.relative-location-div {
  width: 100%;
  height: 100%;
  position: relative;
}

.rel-img-1 {
  height: 39.9rem;
  width: 39.9rem;
  object-position: center;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: -10rem;
  z-index: 1;
}

.rel-img-2-container {
  width: 53rem;
  height: 53rem;
  border: 2px solid #d18764;
  z-index: 2;
  position: absolute;
  top: 10rem;
  right: 0;
}

.rel-img-2-container-rel {
  width: 100%;
  height: 100%;
  position: relative;
}
.rel-img-2-container-rel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: -2.8rem;
  bottom: -2.8rem;
}

.img-2-ab-div {
  width: 198px;
  height: 198px;
  /* background-color: #d18764; */
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  position: absolute;
  bottom: 13rem;
  left: -9.9rem;
}

.socials-box-div-contact {
  display: flex;
  align-items: center;
  margin-top: 3.7rem;
  justify-content: flex-start;
}

.contact-div-container {
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 13rem 28.8rem 30rem 28.8rem;
  text-align: left;
}

.map-contact {
  height: 83.4rem;
  width: 100%;
}
.map-contact iframe {
  width: 100%;
  height: 100%;
}

.contact-absolute-devider {
  position: absolute !important;
  left: 0;
  right: 0;
}

.footer-contact {
  width: 100%;
  height: max-content;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #003d36;
}

.copy-contact {
  width: 100%;
  height: max-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 3rem 0;
  justify-content: space-between;
}

.input-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.button-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 6.5rem;
  justify-content: space-between;
}

.gallery2 {
  display: flex;
  flex-wrap: wrap;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  width: 100%;
  height: max-content;
  margin-top: -30rem;
}

.img-container-gal {
  flex-basis: 22%;
  margin: 2rem;
  height: 32.6rem;
  width: 100%;
  position: relative;
}
.img-container-gal a:hover .hidden-gal {
  visibility: visible;
  opacity: 1;
}
.img-container-gal a img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.hidden-gal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.hidden-gal svg {
  width: 8.6rem;
  height: 8.6rem;
}

.active-btn {
  color: #d18764;
  border-bottom: 1px solid #d18764 !important;
}

.display-none {
  display: none;
}

.about-img-2-container-about {
  width: 100%;
  height: 100%;
  position: relative;
}
.about-img-2-container-about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: -2.8rem;
  bottom: -2.8rem;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.about-img-2-container {
  width: 53rem;
  height: 53rem;
  border: 2px solid #d18764;
  z-index: 2;
  position: absolute;
  top: 10rem;
  left: 0;
}

.about-img-1 {
  height: 39.9rem;
  width: 39.9rem;
  object-position: center;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: -10rem;
  z-index: 1;
}

.about-div-about {
  padding-top: 10rem;
  padding-bottom: 32rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.video-container {
  width: 100%;
  height: 80rem;
  padding: 4rem 0;
  position: relative;
  margin-top: 6.9rem;
  margin-bottom: 8rem;
}
.video-container iframe {
  width: 100%;
  height: 100%;
}

.video-border {
  width: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #d18764;
  z-index: -1;
}

.amenities-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #d18764 !important;
  transition: 0.3s ease-in-out;
  outline: none;
  border-radius: 5px !important;
  border: 1px solid #d18764 !important;
}

.amenities-carousel.owl-theme .owl-dots .owl-dot span {
  margin-top: 10rem;
  border-radius: 50% !important;
  border: 1px solid white !important;
  background: transparent !important;
  background-color: transparent !important;
}

.carouse-container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  flex-direction: column;
  padding: 0 4rem;
}

.services-circle-about {
  width: 22rem;
  height: 22rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 4rem;
}

.container-2-box-index {
  flex-basis: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: left;
  height: 92.8rem;
}

.container-2-box-index-text {
  flex-basis: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: left;
  padding: 17.5rem 18rem 12rem 8rem;
  background-color: white;
}
.container-2-box-index-text a {
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  color: black;
  transition: 0.3s ease-in-out;
  margin-top: 8rem;
  display: flex;
  color: #d18764;
}
.container-2-box-index-text a:hover {
  color: #003d36;
}

.show-mob {
  display: none;
}

.index-gallery-div {
  /* padding-bottom: 18.5rem; */
  padding-top: 1rem;
  width: 100%;
  height: max-content;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
.dark-grey-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2c2c2c;
  opacity: 0.5;
}
.black-index-div {
  height: 94px;
  width: 100%;
  background-color: #2c2c2c;
}

.view-gallery {
  margin-top: 8rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  color: white;
  transition: 0.3s ease-in-out;
}
.view-gallery:hover {
  color: #d18764;
}

.index-carousel-bg {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: max-content;
  padding-bottom: 6rem;
  padding-top: 16.1rem;
}

.index-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #d18764 !important;
  transition: 0.3s ease-in-out;
  outline: none;
  border-radius: 5px !important;
  border: 1px solid #d18764 !important;
}

.index-carousel.owl-theme .owl-dots .owl-dot span {
  margin-top: 10rem;
  border-radius: 50% !important;
  border: 1px solid white !important;
  background: transparent !important;
  background-color: transparent !important;
}

.item-center {
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
}

.small-white-headline {
  font-weight: 600;
  letter-spacing: 2px;
  color: white;
}
.carousel-index-div {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 4rem 4.5rem 3.8rem 3rem;
  width: 60.8rem;
  height: 60.8rem;
  position: relative;
}
.carousel-index-div a {
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  color: white;
  transition: 0.3s ease-in-out;
  margin-top: 8rem;
  display: flex;
  position: absolute;
  left: 3rem;
  bottom: 3.8rem;
}
.carousel-index-div a:hover {
  color: #d18764;
}

.center-border-ab {
  border: 2px solid white;
  height: 67.4rem;
  width: 67.4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.left-border-ab {
  border: 2px solid white;
  border-left: none;
  height: 67.4rem;
  width: 26.2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.right-border-ab {
  border: 2px solid white;
  border-right: none;
  height: 67.4rem;
  width: 26.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.svg-index-ab-div {
  width: 12.2rem;
  height: 12.2rem;
  background-color: #d18764;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  position: absolute;
  bottom: 8rem;
  right: -8.9rem;
}
.svg-index-ab-div svg {
  width: 4.7rem;
  height: 5.3rem;
  cursor: pointer;
}

/*modal*/
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}

.bg-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}

.modal {
  background-color: white;
  text-align: center;
  display: flex;
  justify-items: center;
  align-items: center;
  height: 54rem;
  width: 97rem;
  border-radius: 20px;
}
.modal iframe {
  width: 100%;
  height: 100%;
}

.relative-index-div {
  width: 100%;
  height: 100%;
  position: relative;
}

.bg-div-index {
  height: 108rem;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
.bg-div-index picture {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: -1;
}
.bg-div-index img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: -1;
}

.margin-43 {
  margin-top: 43rem;
}

.carousel-svg-container {
  height: 7rem;
  display: flex;
  align-items: center;
  width: 75rem;
  justify-content: center;
  transition: 0.3s ease-in-out;
  transform: translateY(-57rem);
  background-color: transparent;
}
.carousel-svg-container:hover .svg-21 {
  fill: #d18764;
}
.carousel-svg-container:hover .svg-22 {
  fill: #d18764;
}

.carousel-svg-container2 {
  /* height: 7rem; */
  display: flex;
  align-items: center;
  /* width: 75rem; */
  justify-content: center;
  transition: 0.3s ease-in-out;
  /* transform: translateY(-57rem); */
  background-color: transparent;
}
.carousel-svg-container2:hover .svg-21 {
  fill: #d18764;
}
.carousel-svg-container2:hover .svg-22 {
  fill: #d18764;
}
.carousel-svg-container2 svg {
  opacity: 0;
}

.index-gallery-div.index-gallery-section .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 60%;
}

.index-gallery-div.index-gallery-section  .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 60%;
}
.location-gallery-div.location-gallery-section .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 60%;
}

.location-gallery-div.location-gallery-section  .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 60%;
}

.svg-21 {
  height: 2.2rem;
  width: 2.2rem;
  fill: white;
  transition: all 0.3s ease-in;
  border: none;
  cursor: pointer;
  left: -8rem;
  z-index: 9;
  padding: 0;
  position: absolute;
}

.svg-22 {
  height: 2.2rem;
  width: 2.2rem;
  fill: white;
  transition: all 0.3s ease-in;
  border: none;
  cursor: pointer;
  right: -8rem;
  z-index: 9;
  padding: 0;
  position: absolute;
}

.svg-23 {
  height: 2.2rem;
  width: 2.2rem;
  fill: white;
  transition: all 0.3s ease-in;
  border: none;
  cursor: pointer;
  /* left: -8rem; */
  z-index: 9;
  padding: 0;
  /* position: absolute; */
}

.svg-24 {
  height: 2.2rem;
  width: 2.2rem;
  fill: white;
  transition: all 0.3s ease-in;
  border: none;
  cursor: pointer;
  /* right: -8rem; */
  z-index: 9;
  padding: 0;
  /* position: absolute; */
}


.owl-prev:hover {
  background-color: transparent !important;
}

.owl-next:hover {
  background-color: transparent !important;
}

.about-div-index {
  margin-top: -9rem;
  padding-top: 10rem;
  padding-bottom: 32rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.grey-background {
  position: absolute;
  background-color: #e6e6e6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.modal-bg-book {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}

.bg-active-book {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}

.modal-book {
  background-color: white;
  /* display: flex;
   justify-items: center;
   align-items: center;*/
  height: max-content;
  width: 61.2rem;
  padding: 4.9rem 3.3rem 4.7rem 3.3rem;
  text-align: center;
  position: relative;
}
.modal-book img {
  margin-top: 3rem;
}
.modal-book svg {
  width: 20px;
  height: 20px;
  color: black;
  cursor: pointer;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.flex-book {
  width: 100%;
  height: max-content;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-book-ckeck {
  flex-basis: 48%;
  display: flex;
  justify-content: center;
  justify-items: center;
  flex-direction: column;
  align-items: center;
  /* padding-bottom: 1.5rem; */
  border-bottom: 1px solid #e6e6e6;
  width: 48%;
}

.flex-book-ckeck input {
  width: 100%;
  padding: 0 10px;
  cursor: pointer;
  text-align: center;
  margin-top: 0;
}

.flex-book-people {
  flex-basis: 48%;
  display: flex;
  justify-content: center;
  justify-items: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e6e6e6;
}

.btn-container-book {
  border-top: 1px solid #e6e6e6;
  margin-top: 2rem;
  padding-top: 3rem;
  width: 100%;
  margin-bottom: 3rem;
}
.btn-container-book button {
  width: 100%;
  height: 50px;
  flex-basis: 18%;
  outline: none;
  border: 2px solid #d18764;
  cursor: pointer;
  color: #d18764;
  transition: 0.3s ease-in-out;
  background-color: transparent;
  font-weight: 700;
  font-size: 1.5rem;
}
.btn-container-book button:hover {
  color: white;
  background-color: #d18764;
}

.per-night-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 4.7rem;
  padding-bottom: 4.7rem;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.per-night-div-l {
  flex-basis: 30%;
  text-align: left;
}

.per-night-div-r {
  flex-basis: 52%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.amenities-div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 7rem;
  margin-bottom: 6rem;
}

.amenities-div-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-basis: 40%;
}

.amenities-div-box-1 {
  flex-basis: 50%;
}

.strik-svg {
  margin-right: 1rem;
  width: 1.8rem;
  height: 1.6rem;
}

.div-carouse-book {
  height: 78.7rem;
  width: 100%;
  padding: 3rem;
  position: relative;
  margin-top: -33.3rem;
}

.div-carouse-book-border {
  width: 90%;
  border: 2px solid #d18764;
  height: 20rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bg-div-accomo {
  width: 100%;
  height: 75.7rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-accomm-bg-room {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 9.4rem 41.4rem 37.5rem 47.4rem;
  text-align: center;
  position: relative;
}

.carousel-svg-container-reference-left {
  height: 100px;
  display: flex;
  align-items: center;
  width: 100px;
  justify-content: center;
  background-color: #d18764;
  transition: 0.3s ease-in-out;
  position: absolute;
  left: -50px;
  top: 28rem;
  border: 1px solid #d18764;
}

.carousel-svg-container-reference-right {
  height: 100px;
  display: flex;
  align-items: center;
  width: 100px;
  justify-content: center;
  background-color: #d18764;
  transition: 0.3s ease-in-out;
  position: absolute;
  right: -50px;
  margin-left: 10rem;
  top: 28rem;
  border: 1px solid #d18764;
}

.svg-20 {
  height: 25px;
  width: 35px;
  color: #e1e1e1;
  fill: white;
  transition: all 0.3s ease-in;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 9;
  padding: 0;
}

.bg-white-color {
  background-color: white;
  width: 100%;
  text-align: center;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 7rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.per-night-div-r-book {
  flex-basis: 52%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-book-1 {
  width: 100%;
  height: max-content;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e6e6e6;
}

.email-book {
  outline: none;
  border: none;
  color: black;
  font-size: 3rem;
  font-family: "Unna";
}
.email-book::placeholder {
  color: #d18764;
}
.button-div-acc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.button-div-acc button {
  width: 29.5rem;
  height: 50px;
  outline: none;
  border: 2px solid black;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: transparent;
  font-weight: 700;
  font-size: 1.5rem;
}
.button-div-acc button:hover {
  color: #d18764;
  border: 2px solid #d18764;
}

.text-acco-book {
  outline: none;
  border: none;
  font-size: 3rem;
  font-family: "Unna";
  width: 100%;
  color: #d18764;
}
.text-acco-book::placeholder {
  color: #d18764;
}

.btn-confirm {
  width: 29.5rem;
  height: 50px;
  outline: none;
  border: 2px solid #d18764 !important;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: #d18764 !important;
  font-weight: 700;
  font-size: 1.5rem;
  color: white;
}
.btn-confirm:hover {
  color: white !important;
}

.card-number-book {
  outline: none;
  border: none;
  color: #d18764;
  font-size: 3rem;
  font-family: "Unna";
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  outline: none;
  border: none;
  font-size: 3rem;
  color: black;
  font-family: "Unna";
}

.expire-card {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.confirm-text-box {
  flex-basis: 47%;
  width: 100%;
  height: max-content;
  position: relative;
  /*padding-top: 3rem;*/
  z-index: 2;
  display: flex;
  margin-bottom: 11.9rem;
  text-align: right;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.confirm-text-box-l {
  flex-basis: 50%;
  text-align: right;
}
.confirm-text-box-l p {
  margin-bottom: 1rem;
}

.confirm-text-box-r {
  flex-basis: 50%;
  text-align: right;
}
.confirm-text-box-r p {
  margin-bottom: 1rem;
}

.confirm-total {
  flex-basis: 100%;
  text-align: right;
  margin-top: 5rem;
}

.modal-bg-confirm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}

.bg-active-confirm {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}

.modal-confirm {
  background-color: white;
  /* display: flex;
   justify-items: center;
   align-items: center;*/
  height: max-content;
  width: 61.2rem;
  padding: 4.9rem 3.3rem 4.7rem 3.3rem;
  text-align: center;
  position: relative;
}
.modal-confirm img {
  margin-top: 3rem;
}
.modal-confirm svg {
  width: 20px;
  height: 20px;
  color: black;
  cursor: pointer;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.border-ab-modal {
  position: relative;
}

.modal-ab-border {
  width: 90%;
  border: 2px solid #d18764 !important;
  height: 10rem;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}

.hidden-btn {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  height: max-content;
  background-color: white;
  z-index: 3;
  bottom: -35px;
}

.hidden-btn-show {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.btn-divider {
  width: 29.4rem;
  height: 50px;
  outline: none;
  border: 2px solid #d18764;
  font-size: 1.5rem;
  transition: 0.3s ease-in-out;
  color: #d18764;
  background-color: white;
  cursor: pointer;
  font-weight: 500;
}
.btn-divider:hover {
  color: white;
  background-color: #d18764;
}

.input-text {
  flex-basis: 31%;
  height: 50px;
  outline: none;
  padding-left: 2.4rem;
  font-size: 1.8rem;
  border: 1px solid #707070;
}
.input-text::placeholder {
  color: black;
  font-family: "Josefin Sans";
  font-weight: 300;
}

select {
  font-weight: 300;
  font-family: "Josefin Sans";
}
.area-message {
  width: 100%;
  height: 14.5rem;
  outline: none;
  padding-left: 2.4rem;
  font-size: 1.8rem;
  padding-top: 2rem;
  resize: none;
  margin-bottom: 3rem;
  border: 1px solid #707070;
}
.area-message::placeholder {
  color: black;
  font-family: "Josefin Sans";
  font-weight: 300;
}

.btn-contact {
  width: 23.7rem;
  height: 50px;
  padding-left: 3rem;
  padding-right: 3rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  outline: none;
  background-color: #d18764;
  color: white;
  font-weight: 700;
  float: right;
}
.btn-contact:hover {
  background-color: white;
  color: #d18764;
  border: 1px solid #d18764;
}

.btn-gallery {
  width: 100%;
  flex-basis: 18%;
  outline: none;
  border: none;
  border-bottom: 1px solid #707070;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: transparent;
  padding-bottom: 3.4rem;
  font-weight: 700;
  font-size: 1.3rem;
  z-index: 2;
  text-transform: uppercase;
}
.btn-gallery:hover {
  color: #d18764;
  border-bottom: 1px solid #d18764;
}

.btn-book-index {
  width: 29.5rem;
  height: 50px;
  outline: none;
  border: 2px solid white;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: transparent;
  font-weight: 700;
  font-size: 1.5rem;
  color: white;
  position: absolute;
  bottom: 15.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.btn-book-index:hover {
  color: #d18764;
  border: 2px solid #d18764;
}

.people-input {
  width: 4rem;
  outline: none;
  border: none;
  font-size: 3rem;
  color: black;
  font-family: "Unna";
  padding-left: 7px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.date-book {
  height: 3rem;
  border: none;
  outline: none;
  color: #d18764;
  font-size: 3rem;
  margin-top: 1.5rem;
  font-family: "Unna";
  position: relative;
}

.picker__holder {
  top: 5rem !important;
}
/* 
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
} */

.btn-accomodation-room {
  width: 29.5rem;
  height: 50px;
  outline: none;
  /* border: 2px solid black; */
  color: #d18764;
  border: 2px solid #d18764;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: transparent;
  font-weight: 700;
  font-size: 1.5rem;
  position: relative;
}
.btn-accomodation-room:hover {
  /* color: #d18764;
  border: 2px solid #d18764; */

  background-color: #d18764;
  color: white;
}
.btn-accomodation-room2 {
  width: 29.5rem;
  height: 50px;
  outline: none;
  color: #003d36;
  border: 2px solid #003d36;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: transparent;
  font-weight: 700;
  font-size: 1.5rem;
  position: relative;
}
.btn-accomodation-room2:hover {
  background-color: #003d36;
  color: white;
}
.btn-accomodation-room2.active {
  background-color: #003d36;
  color: white;
}

.card-input-details {
  width: 8rem;
  outline: none;
  border: none;
  font-size: 3rem;
  color: black;
  font-family: "Unna";
  padding-left: 7px;
}

.header {
  width: 100%;
  height: max-content;
  /*  padding-left: 14rem;
    padding-right: 14rem;*/
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  z-index: 6;
}

.background-gradient {
  background: linear-gradient(black, transparent);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  text-align: center;
}

.img-logo-div {
  margin-top: 4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 22.5rem;
  height: 19rem;
}
.img-logo-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.header-box-r {
  flex-basis: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 14rem;
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}

.header-box-l {
  flex-basis: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 14rem;
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}

.header-lan {
  width: 4.7rem;
  height: 4.7rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  border: 1px solid white;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}
.header-lan p {
  font-weight: 500;
  font-size: 13px;
  color: white;
  transition: 0.3s ease-in-out;
}
.header-lan:hover {
  border: 1px solid #d18764;
}
.header-lan:hover p {
  color: #d18764;
}

.lan-div-hidden {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  position: absolute;
  /* left: 5rem; */
  top: 5rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.lan-div-hidden a {
  text-decoration: none;
  font-size: 13px;
  color: white;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  width: 4.7rem;
  height: 4.7rem;
  margin: 5px;
}
.lan-div-hidden a:hover {
  border: 1px solid #d18764;
  color: #d18764;
}

.lan-div-active {
  opacity: 1;
  visibility: visible;
}

.bg-div {
  height: 47.8rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.footer {
  margin-top: 20rem;
  width: 100%;
  height: max-content;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.green-div {
  background-color: rgba(0, 61, 54, 0.6);
  height: max-content;
}

.footer-divider {
  width: 100%;
  height: max-content;
  padding: 5.2rem 4.5rem;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  position: relative;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-divider-l {
  flex-basis: 50%;
  text-align: left;
}

.footer-divider-r {
  flex-basis: 50%;
  text-align: right;
}

.divider-border {
  width: 97%;
  height: 11rem;
  border: 2px solid #d18764;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.container-2-box-footer-r {
  flex-basis: 46%;
  text-align: right;
  position: relative;
}
.container-2-box-footer-r img {
  width: 22.5rem;
  height: 19rem;
  object-position: center;
  object-fit: cover;
  margin-bottom: 6.5rem;
}

.contact-footer {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  transition: 0.3s ease-in-out;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
.contact-footer:hover {
  color: #d18764;
}

.phone-svg {
  width: 16px;
  height: 26px;
  fill: #d18764;
  margin-right: 2.7rem;
}

.phone2-svg {
  fill: #d18764;
  margin-right: 1.8rem;
}

.mail-svg {
  width: 24px;
  height: 24px;
  fill: #d18764;
  margin-right: 2.7rem;
}

.globe-svg {
  width: 24px;
  height: 24px;
  fill: #d18764;
  margin-right: 2.7rem;
}

.socials-box-div {
  display: flex;
  align-items: center;
  margin-top: 3.7rem;
  justify-content: flex-end;
}

.socials-box-footer {
  width: 40px;
  height: 40px;
  background-color: white;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  margin-left: 4rem;
}
.socials-box-footer:hover {
  background-color: #d18764;
}

.ins-svg {
  height: 22px;
  width: 22px;
  fill: black;
}

.fb-svg {
  height: 24px;
  width: 11px;
  fill: black;
}

.yt-svg {
  height: 21px;
  width: 29px;
  fill: black;
}

.copy {
  width: 100%;
  height: max-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 3rem 0;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 50px;
}

.web-c {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.7rem;
  transition: 0.3s ease-in-out;
}
.web-c:hover {
  color: #d18764;
}

.copy-box-1 {
  position: relative;
  text-align: left;
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.copy-box-1 p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
  font-weight: 300;
}

.copy-box-2 {
  position: relative;
  text-align: right;
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mob-show {
  display: none;
}

#nav-meni-footer {
  float: right;
  display: flex;
  height: max-content;
  justify-content: flex-end;
  align-items: center;
  justify-items: center;
  width: 100%;
}
#nav-meni-footer a {
  text-decoration: none;
  color: white;
  font-weight: 300;
  font-size: 1.7rem;
  transition: 0.3s ease-in-out;
  margin-left: 7rem;
}
#nav-meni-footer a:hover {
  color: #ff4c15;
}
#nav-meni-footer li {
  float: left;
  display: inline;
  position: relative;
}

.nav-meni {
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  width: 100%;
}
.nav-meni a {
  text-decoration: none;
  color: white;
  font-size: 13px;
  transition: 0.3s ease-in-out;
  font-weight: 400;
  /*margin-left: 8.8rem;*/
  text-transform: uppercase;
}
.nav-meni a:hover {
  color: #d18764;
}
.nav-meni li {
  float: left;
  display: inline;
  position: relative;
}

.active-nav {
  color: #d18764 !important;
}

#nav-meni-mob {
  display: none;
}

.show-burger {
  display: none !important;
  z-index: 2;
}

@media only screen and (max-width: 1800px) {
  html {
    font-size: 58.5%;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 52.5%;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 52.5%;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 45.5%;
  }
  html p {
    font-size: 14px !important;
  }
  html ul li a {
    font-size: 14px !important;
  }
  html a {
    font-size: 14px !important;
  }
  html button {
    font-size: 14px !important;
  }
  html input {
    font-size: 14px !important;
  }
  html input::placeholder {
    font-size: 14px !important;
  }
  html textarea::placeholder {
    font-size: 14px !important;
  }
  html select {
    font-size: 14px !important;
  }

  .nav-meni {
    display: none;
  }

  .header-box-r {
    justify-content: flex-end;
    padding-right: 2rem;
  }

  #nav-meni-mob {
    display: flex;
    position: fixed;
    width: 50vw;
    height: 100vh;
    flex-direction: column !important;
    justify-content: center;
    justify-items: center !important;
    align-items: center;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    margin-right: 0;
    transition: all 0.2s ease-in-out;
    transform: translateX(50vw);
    background-color: white;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  #nav-meni-mob a {
    color: #666666;
    font-size: 16px !important;
    width: max-content;
    height: max-content;
    margin-left: 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  #nav-meni-mob li {
    margin-bottom: 0 !important;
    height: 10rem !important;
    width: 100%;
    align-items: center;
    justify-items: center;
    display: flex;
    justify-content: center;
  }

  .show-burger {
    display: block !important;
    z-index: 9 !important;
    position: relative;
  }

  #nav-meni-mob.open-meni {
    opacity: 1;
    transform: translateX(0);
    z-index: 9 !important;
  }
  #nav-meni-mob.open-meni .close {
    width: 100%;
    height: 100%;
  }

  .close {
    display: flex;
    position: absolute;
    left: -100%;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
  }

  .hamburger {
    outline: none;
    z-index: 98 !important;
  }

  .hamburger--collapse .hamburger-inner {
    background: #d18764;
  }

  .hamburger--collapse .hamburger-inner::after {
    background: #d18764;
  }

  .hamburger--collapse .hamburger-inner::before {
    background: #d18764;
  }

  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background: #d18764 !important;
  }

  .hamburger.is-active {
    position: fixed;
    top: 20px;
  }

  .mob-lan {
    width: 100%;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    margin-top: 5rem;
  }
  .mob-lan a {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lan-div {
    display: none;
  }

  .lang-mob {
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
  }
  .lang-mob a {
    margin: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .wrap {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    width: 100%;
  }

  .header {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .events-img-container {
    width: 100%;
    height: 92.8rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 17.8rem;
  }

  .heading-event-bg {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-top: 9.4rem;
    padding-bottom: 19.8rem;
    text-align: center;
  }

  .heading-accomm-bg {
    padding: 9.4rem 41.4rem 37.5rem 41.4rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .heading-accomm-bg-room {
    padding: 9.4rem 41.4rem 37.5rem 47.4rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .heading-services-bg {
    padding: 9.4rem 41.4rem 44.8rem 41.4rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .about-div-container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-top: 19.5rem;
    padding-bottom: 24.2rem;
  }

  .contact-div-container {
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 13rem 28.8rem 30rem 28.8rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .padding-location-div {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .carousel-svg-container {
    width: 55rem;
  }

  .about-img-1 {
    height: 39.9rem;
    width: 39.9rem;
    object-position: center;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
/*/ lg /*/
@media only screen and (max-width: 991px) {
  html {
    font-size: 42.5%;
  }

  /*margin-mobile*/
  .margin-mobile-t-10 {
    margin-top: 10rem;
  }

  .margin-mobile-t-20 {
    margin-top: 20rem;
  }

  .margin-mobile-t-1 {
    margin-top: 1rem;
  }

  .margin-mobile-t-2 {
    margin-top: 2rem;
  }

  .margin-mobile-t-3 {
    margin-top: 3rem;
  }

  .margin-mobile-t-4 {
    margin-top: 4rem;
  }

  .margin-mobile-t-5 {
    margin-top: 5rem;
  }

  .margin-mobile-t-6 {
    margin-top: 6rem;
  }

  .margin-mobile-t-7 {
    margin-top: 7rem;
  }

  .margin-mobile-t-8 {
    margin-top: 8rem;
  }

  .margin-mobile-t-9 {
    margin-top: 9rem;
  }

  .container-2-box {
    flex-basis: 100%;
  }

  .container-2-box-footer-r {
    margin-top: 3rem;
    flex-basis: 100%;
    text-align: left;
    position: relative;
  }

  .socials-box-div {
    justify-content: flex-start;
  }

  .socials-box-footer {
    margin-left: 0;
    margin-right: 4rem;
  }

  .relative-location-div {
    width: 70rem;
    height: 66.6rem;
    margin-top: 6rem;
    margin-right: auto;
    margin-left: auto;
  }

  .img-container-gal {
    flex-basis: 28%;
  }

  .container-2-box-index {
    flex-basis: 100%;
  }

  .container-2-box-index-text {
    flex-basis: 100%;
    padding: 17.5rem 2rem 12rem 2rem;
  }

  .hide-mob {
    display: none;
  }

  .show-mob {
    display: block;
  }

  .left-border-ab {
    display: none;
  }

  .right-border-ab {
    display: none;
  }

  .relative-index-div {
    width: 70rem;
    height: 66.6rem;
    margin-top: 6rem;
    margin-right: auto;
    margin-left: auto;
  }

  .carousel-svg-container {
    display: none;
  }

  .carousel-svg-container-reference-left {
    display: none;
  }

  .carousel-svg-container-reference-right {
    display: none;
  }
}
/*!/ md*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 41.5%;
  }

  .margin-mobile-t-30 {
    margin-top: 30rem;
  }

  .margin-mobile-t-40 {
    margin-top: 40rem;
  }

  .location-img-container {
    flex-basis: 25%;
  }

  .input-text {
    flex-basis: 100%;
    margin-bottom: 4rem;
  }

  .input-container {
    margin-bottom: 0;
  }

  .header-box-r {
    border-bottom: none;
  }

  .header-box-l {
    border-bottom: none;
  }

  .per-night-div-l {
    flex-basis: 100%;
    text-align: left;
    margin-bottom: 3rem;
  }

  .per-night-div-r {
    flex-basis: 60%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .amenities-div-box {
    flex-basis: 100%;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 700px) {
  html {
    font-size: 41.5%;
  }

  .footer-divider-l {
    flex-basis: 100%;
    text-align: center;
  }

  .footer-divider-r {
    flex-basis: 100%;
    text-align: center;
    margin-top: 4rem;
  }

  .services-container-box-img {
    flex-basis: 100%;
  }

  .services-container-box-text {
    flex-basis: 100%;
    height: max-content;
  }

  .hide-services-mobile {
    display: flex;
  }

  .hide-services-web {
    display: none;
  }

  .services-circle {
    left: 50%;
    transform: translateX(-50%) translateY(-60%);
    top: 50%;
  }

  .relative-location-div {
    width: 100%;
    height: 66.6rem;
    margin-top: 6rem;
    margin-right: auto;
    margin-left: auto;
  }

  .relative-index-div {
    width: 100%;
    height: 66.6rem;
    margin-top: 6rem;
    margin-right: auto;
    margin-left: auto;
  }

  .about-img-1 {
    height: 39.9rem;
    width: 39.9rem;
    object-position: center;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: -10rem;
    z-index: 1;
    display: none;
  }
}
@media only screen and (max-width: 630px) {
  html {
    font-size: 40.5%;
  }

  #nav-meni-footer {
    flex-direction: column;
    width: 100%;
    float: right;
    display: flex;
    height: max-content;
    justify-content: flex-start;
    align-items: flex-start;
    justify-items: flex-start;
  }
  #nav-meni-footer a {
    margin-left: 0;
  }
  #nav-meni-footer li {
    margin-bottom: 2rem;
  }
  #nav-meni-footer span {
    display: none;
  }

  .copy-box-1 {
    position: relative;
    text-align: left;
    flex-basis: 100%;
  }

  .mob-show {
    display: flex;
  }

  .mob-hide {
    display: none;
  }

  .accomm-box {
    flex-basis: 100%;
  }

  .confirm-text-box {
    flex-basis: 100%;
  }

  .btn-gallery {
    flex-basis: 48%;
    margin-bottom: 4rem;
  }
}
/*!/ sm*/
@media only screen and (max-width: 576px) {
  html {
    font-size: 40.5%;
  }
}
@media only screen and (max-width: 1400px) {
  .container-modal {
    max-width: 80%;
  }
}
@media only screen and (max-width: 576px) {
  .index-gallery-div.index-gallery-section .owl-prev {
    right: 70%;
  }
  
  .index-gallery-div.index-gallery-section  .owl-next {
    left: 70%;
  }
  .location-gallery-div.location-gallery-section .owl-prev {
    right: 70%;
  }
  
  .location-gallery-div.location-gallery-section  .owl-next {
    left: 70%;
  }
}
@media only screen and (max-width: 450px) {
  html {
    font-size: 38.5%;
  }

  #nav-meni-mob {
    width: 100vw;
    transform: translateX(100vw);
  }

  .location-img-container {
    flex-basis: 50%;
  }

  .img-container-gal {
    flex-basis: 48%;
    margin: 0;
    margin-bottom: 2rem;
  }

  .per-night-div-r {
    flex-basis: 100%;
    flex-wrap: wrap;
  }

  .btn-accomodation-room {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 380px) {
  html {
    font-size: 36.5%;
  }

  .services-circle {
    left: 50%;
    transform: translateX(-50%) translateY(-75%);
    top: 50%;
  }

  .img-container-gal {
    flex-basis: 100%;
  }

  .btn-gallery {
    flex-basis: 100%;
  }

  .center-border-ab {
    display: none;
  }

  .flex-book-ckeck {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 2rem;
  }

  .flex-book-people {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 2rem;
  }

  .button-div-acc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .button-div-acc button {
    width: 100%;
    margin-bottom: 3rem;
    height: 50px;
    outline: none;
    border: 2px solid black;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    font-weight: 700;
    font-size: 1.5rem;
  }
  .button-div-acc button:hover {
    color: #d18764;
    border: 2px solid #d18764;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 36.5%;
  }

  .services-circle {
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    top: 50%;
  }

  .location-img-container {
    flex-basis: 100%;
  }

  .svg-index-ab-div {
    right: 0;
  }

  .about-img-2-container-about img {
    right: 0;
    bottom: 0;
  }

  .img-2-ab-div {
    left: 0;
  }
}

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

.text-uppercase {
  text-transform: uppercase !important;
}

img.icon-l-f {
  /* width: 112px !important;
  height: 146px !important; */
  width: 150px !important;
  height: 150px !important;
  object-fit: contain !important;
  object-position: center !important;
  position: relative !important;
  left: 0 !important;
  bottom: 0 !important;
}



select#cont-select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
}



.modal-message .modal-body-message .poslato {
  color: #4F8A10;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

.modal-message .modal-body-message .nije-poslato {
  color: #FF0000;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
 margin-bottom: 0;
}

.modal-message .modal-body-message .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}

.modal-message {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99999;
}

.modal-body-message {
  background: white;
  position: relative;
  padding: 2rem;
  margin: 0 15px;
}






.modal-m-calendar.modalC.show .modal-dialog {
  max-width: 305px !important;
}
.m-calendar-i {
  /* margin: 15px 20px; */
  margin-top: 15px;
}

.m-calendar-h {
  background: #d18764;
  color: #fff;
  font-size: 12px;
}
.m-calendar-h p {
 color: #fff;
 text-align: center;
 padding: 5px 0;
}

.m-calendar-yes {
   background: #a1dd7a;
   color: white;
}

.m-calendar-no {
   background: red;
   color: white;
}

.m-calendar-h .months-txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}

.m-calendar-h span, .m-calendar-d {
   display: inline-block;
   text-align: center;
   padding: 3px 0;
   font-size: 12px;
   margin: 1px;
   width: calc((100% / 7) - 2px);
   float: left;
}

.m-calendar-h {
  width: calc(100% - 1px);
}

.m-calendar-d {
  margin-top: 3px;
}

.m-calendar-d span {
  padding: 3px 3px;
}

.modal-open {
  overflow: hidden;
}

.calendar-modal-footer .boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.calendar-modal-footer .box {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

.calendar-modal-footer .box span {
  font-size: 12px;
  display: inline-block; 
  margin-left: 5px;
  line-height: 1;
}

.calendar-modal-footer .red-box {
  display: inline-block; 
  background: red;
  width: 30px; 
  height: 20px;
}
.calendar-modal-footer .green-box {
  display: inline-block; 
  background: #a1dd7a;
  width: 30px; 
  height: 20px;
}

#calendarModal.modalC .modal-dialog {
  /* max-width: 305px !important; */
  max-width: 100% !important;
  margin: 1.75rem auto;
}

#calendarModal.modalC {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.4);

  overflow-x: hidden;
  overflow-y: auto;
}

#calendarModal .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  /* background-color: #fff; */
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
}
#calendarModal .m-calendar {
  background-color: #fff;
  padding-bottom: 15px;
}

/* @media (max-width: 576px) {

  #calendarModal.modalC .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }

} */

.no-f-b {
  flex-basis: 100% !important;
  justify-content: flex-end;
}




.header-carousel-3 .btn-book-index:hover {
  background: white;
}

.b-spacer {
  width: 100%;
  padding-bottom: 80px;
}
.b-spacer2 {
  width: 100%;
  padding-bottom: 40px;
}
.b-spacer3 {
  width: 100%;
  padding-bottom: 120px;
}

.safe-traveling-desc h1 {
  font-family: "Unna";
  color: #003d36;
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
}
.safe-traveling-desc h2,
.safe-traveling-desc h3,
.safe-traveling-desc h4,
.safe-traveling-desc h5 {
  margin-bottom: 3rem;
  font-weight: 500;
}
.safe-traveling-desc p {
  margin-bottom: 3rem;
}


.container-modal-carousel {
  max-width: 29.5rem !important;
}

.calendar-wrapper {
  position: relative;
}


#availability-calendar {
  position: absolute;
  top: 50px;
  z-index: 4;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
}

#availability-calendar .m-calendar-h {
  background: white;
  color: #2C2C2C;
  font-size: 12px;
}
#availability-calendar .m-calendar-no {
  background: transparent;
  color: #FF7474;
}
#availability-calendar .m-calendar-yes {
  background: transparent;
  color: #2C2C2C;
}
#availability-calendar .m-calendar-h p {
  text-align: center;
  padding: 5px 0;
  font-size: 24px !important;
  font-family: "Unna", sans-serif !important;
  color: #003d36;
}
#availability-calendar .owl-nav svg {
  height: 24px;
  width: 24px;
  fill: #2C2C2C;
}
#availability-calendar .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}
#availability-calendar .owl-nav button {
 margin: 0;
}
#availability-calendar .m-calendar-i {
  margin-top: 0;
}
#availability-calendar .m-calendar-h .months-txt {
  margin-top: 15px;
}
#availability-calendar .m-calendar-h .months-txt span {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
#availability-calendar .m-calendar-d {
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .per-night-div.per-night-row {
    flex-direction: column;
  }
  .per-night-div.per-night-row .per-night-div-r {
    flex-basis: 100%;
    width: 100%;
    padding-top: 15px;
  }
}

@media only screen and (max-width: 450px) {
  .per-night-div.per-night-row .calendar-wrapper,
  .per-night-div.per-night-row .btn-accomodation-room {
    width: 100%;
  }
  #availability-calendar {
    max-width: 100% !important;
  }
}