/**
 * Hosteller
 * Hosteller Template created for hostels, students hotels, guest houses, small hotel, resort, room reservation, travel and more
 * Exclusively on https://1.envato.market/hosteller-html
 *
 * @encoding        UTF-8
 * @version         1.0.0
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lamber Lilit (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a,
button,
input,
textarea {
  background: 0 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input[readonly],
textarea[readonly] {
  cursor: default;
}

textarea {
  resize: none;
}

img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeIn {
  -webkit-animation: 0.4s ease-in-out fadeIn;
  animation: 0.4s ease-in-out fadeIn;
}

.fadeOut {
  -webkit-animation: 0.4s ease-in-out fadeOut;
  animation: 0.4s ease-in-out fadeOut;
}

html.fixed {
  overflow: hidden;
}

body {
  font-family: OpenSans, sans-serif;
  color: #2c3c4a;
  line-height: 1.45;
  font-size: 18px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Mulish, sans-serif;
  color: #040b11;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 800;
}

.h1,
h1 {
  font-size: 35px;
  line-height: 1.1;
}

.h2,
h2 {
  font-size: 30px;
  line-height: 1.1;
}

.h3,
h3 {
  font-size: 25px;
  line-height: 1.1;
}

.h4,
h4 {
  font-size: 20px;
  line-height: 1.1;
}

.h5,
h5 {
  font-size: 16px;
  line-height: 1.25;
}

.h6,
h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
}

a.h1:focus,
a.h1:hover,
a.h2:focus,
a.h2:hover,
a.h3:focus,
a.h3:hover,
a.h4:focus,
a.h4:hover,
a.h5:focus,
a.h5:hover,
a.h6:focus,
a.h6:hover {
  color: var(--green);
}

.theme-element {
  background: #ddeaf6;
  color: var(--green);
  border-radius: 8px;
  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;
  font-family: Mulish, sans-serif;
}

.theme-element.btn {
  height: 48px;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 20px;
}

.theme-element.btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.theme-element--accent {
  color: #fff;
  background: var(--green);
}

.theme-element--accent .icon {
  color: #fff;
}

.theme-element--light {
  color: var(--green);
}

.brand_logo {
  padding: 10px;
  margin-right: 10px;
  border-radius: 4px;
}

.brand_name {
  font-family: Mulish, sans-serif;
  font-weight: 800;
  font-size: 30px;
}

.socials .list-item {
  margin-right: 30px;
}

.socials .list-item:last-of-type {
  margin-right: 0;
}

.socials .list-item .link {
  display: inline-block;
  font-size: 24px;
}

.socials .list-item .link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.section {
  padding: 60px 0;
}

.section--nopb {
  padding: 60px 0 0;
}

.linebreak {
  display: block;
}

.accent {
  background: var(--green);
  color: #fff;
}

.icon {
  color: var(--green);
}

.video-play {
  color: #fff;
  font-size: 30px;
  height: 95px;
  width: 95px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-play .icon {
  color: #fff;
}

.link--arrow {
  color: var(--green);
  font-weight: 700;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link--arrow .icon {
  margin-left: 10px;
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}

.link--arrow:focus .icon,
.link--arrow:hover .icon {
  margin-left: 15px;
}

.underlined {
  display: inline-block;
  position: relative;
  -webkit-transition: text-shadow 0.3s ease-in-out;
  -o-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
  padding-bottom: 0;
}

.underlined:after {
  content: "";
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.underlined--white:after {
  background: #fff;
}

.underlined--white.active,
.underlined--white.current,
.underlined--white:focus,
.underlined--white:hover {
  text-shadow: 0 0 0 #fff;
}

.underlined--accent:after {
  background: var(--green);
}

.underlined--accent.active,
.underlined--accent.current,
.underlined--accent:focus,
.underlined--accent:hover {
  text-shadow: 0 0 0 var(--green);
}

.underlined.active:after,
.underlined.current:after,
.underlined:focus:after,
.underlined:hover:after {
  width: 100%;
}

.field {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.field:not(.field.booking_group-field) {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #808385;
  height: 56px;
  padding: 0 20px;
}

.field:not(.field.booking_group-field):focus {
  border-color: var(--green);
}

.field-wrapper .icon {
  color: #808385;
}

.field[data-type="date"] {
  cursor: pointer;
}

.field.error {
  border-color: red !important;
}

.field::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  line-height: 1.4;
  color: #808385;
}

.field::-moz-placeholder {
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  line-height: 1.4;
  color: #808385;
}

.field:-ms-input-placeholder {
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  line-height: 1.4;
  color: #808385;
}

.field::-ms-input-placeholder {
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  line-height: 1.4;
  color: #808385;
}

.field::placeholder {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  line-height: 1.4;
  color: #808385;
}

.field:focus::-webkit-input-placeholder {
  opacity: 0;
}

.field:focus::-moz-placeholder {
  opacity: 0;
}

.field:focus:-ms-input-placeholder {
  opacity: 0;
}

.field:focus::-ms-input-placeholder {
  opacity: 0;
}

.field:focus::placeholder {
  opacity: 0;
}

.field .icon,
.field::placeholder {
  color: #808385;
}

.booking_group-wrapper {
  position: relative;
}

.booking_group-wrapper .icon {
  display: block;
  position: absolute;
  top: 12px;
}

.booking_group-wrapper .icon.icon-calendar {
  left: 0;
}

.booking_group-wrapper .icon.icon-chevron_down {
  right: 0;
}

.booking_group-field::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1;
  color: #2c3c4a;
}

.booking_group-field::-moz-placeholder {
  font-size: 16px;
  line-height: 1;
  color: #2c3c4a;
}

.booking_group-field:-ms-input-placeholder {
  font-size: 16px;
  line-height: 1;
  color: #2c3c4a;
}

.booking_group-field::-ms-input-placeholder {
  font-size: 16px;
  line-height: 1;
  color: #2c3c4a;
}

.booking_group-field,
.booking_group-field::placeholder {
  font-size: 16px;
  line-height: 1;
  color: #2c3c4a;
}

.media {
  position: relative;
  overflow: hidden;
}

.media img {
  position: relative;
  z-index: 1;
}

.media_label {
  position: absolute;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  z-index: 10;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 700;
  font-family: Mulish, sans-serif;
  color: var(--green);
  top: 0;
  right: 0;
  border-radius: 8px 0 0 8px;
}

.media_label--left {
  right: unset;
  left: 0;
  border-radius: 0 8px 8px 0;
}

.media_label--pricing {
  font-weight: 400;
  font-family: OpenSans, sans-serif;
  color: #2c3c4a;
}

.media_label--pricing .price {
  margin-right: 5px;
}

.container {
  max-width: 1170px;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 20000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
}

.offcanvas-end {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.offcanvas.show {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

@media screen and (min-width: 767.98px) {
  .h1,
  h1 {
    font-size: 40px;
    line-height: 1;
  }

  .h2,
  h2 {
    font-size: 35px;
    line-height: 1;
  }

  .h3,
  h3 {
    font-size: 32px;
  }

  .h4,
  h4 {
    font-size: 22px;
    line-height: 1.2;
  }

  .h6,
  h6 {
    line-height: 1.25;
  }

  .section {
    padding: 90px 0;
  }

  .section--blockbg {
    position: relative;
  }

  .section--blockbg .block {
    background: #f7fafd;
    height: 395px;
    width: 70%;
    position: absolute;
    z-index: -1;
    top: 0;
  }

  .section--nopb {
    padding: 90px 0 0;
  }
}

@media screen and (min-width: 991.98px) {
  .h1,
  h1 {
    font-size: 52px;
  }

  .h2,
  h2 {
    font-size: 40px;
  }

  .section {
    padding: 120px 0;
  }

  .section--blockbg .block {
    height: 425px;
  }

  .section--nopb {
    padding: 120px 0 0;
  }
}

@media screen and (min-width: 1199.98px) {
  .section--blockbg .block {
    height: 476px;
    width: calc(50vw + 360px / 2 + 10px);
    left: 0;
  }
}

a[href^="http://maps.google.com/maps"],a[href^="https://maps.google.com/maps"]
{
  display: none !important;
}

.gm-style-cc,
.gmnoprint a,
.gmnoprint span {
  display: none;
}

.gmnoprint div {
  background: 0 0 !important;
}

.page {
  padding: 60px 0;
  background: #f7fafd;
}

.page .breadcrumbs {
  margin-bottom: 10px;
}

.page .breadcrumbs .list-item {
  margin-right: 10px;
}

.page .breadcrumbs .list-item:last-of-type {
  margin-right: 0;
}

.page .breadcrumbs .list-item:last-of-type .link {
  padding-right: 0;
  pointer-events: none;
  font-weight: 400;
  color: #2c3c4a;
}

.page .breadcrumbs .list-item:last-of-type .link:after {
  display: none;
}

.page .breadcrumbs .list-item .link {
  padding-right: 10px;
  position: relative;
  color: var(--green);
  font-weight: 600;
}

.page .breadcrumbs .list-item .link:after {
  content: "/";
  position: absolute;
  right: -3px;
  color: #2c3c4a;
}

.gallery_filters {
  margin-bottom: -10px;
}

.gallery_filters .list-item {
  margin-right: 15px;
  margin-bottom: 10px;
}

.gallery_filters .list-item:last-of-type {
  margin: 0;
}

.gallery_masonry-item {
  position: relative;
  display: block;
  float: left;
  min-height: 1px;
  margin-top: 30px;
}

.gallery_masonry-item .aspect {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  z-index: 1000;
  overflow: hidden;
  padding-bottom: 150%;
  border-radius: 8px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.gallery_masonry-item .aspect:focus .overlay,
.gallery_masonry-item .aspect:hover .overlay {
  opacity: 1;
}

.gallery_masonry-item .aspect:focus .aspect__inner,
.gallery_masonry-item .aspect:hover .aspect__inner {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery_masonry-item .aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  z-index: -1;
}

.gallery_masonry-item .aspect__inner img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery_masonry-item .aspect--sm {
  padding-bottom: calc(75% - 2px);
}

.gallery_masonry-item .overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background: rgba(35, 87, 132, 0.5);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.gallery_masonry-item .overlay_focus {
  color: #fff;
}

@media screen and (min-width: 575.98px) {
  .gallery_filters .list-item {
    margin-right: 30px;
    margin-bottom: 10px;
  }

  .gallery_masonry {
    margin: 0 -15px;
  }

  .gallery_masonry-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }

  .gallery_masonry-item .aspect--13x9 {
    padding-bottom: calc(50% - 15px);
  }
}

.pagination {
  margin-top: 40px;
}

.pagination-page {
  margin-right: 10px;
}

.pagination-page:last-of-type {
  margin-right: 0;
}

.pagination-page_link {
  width: 30px;
  height: 30px;
  border-radius: 4px;
}

.pagination-page_link:focus,
.pagination-page_link:hover,
.pagination-page_link[data-current="true"] {
  font-weight: 600;
  color: #fff;
  background: var(--green);
}

@media screen and (min-width: 991.98px) {
  .gallery_filters {
    margin-bottom: 35px;
  }

  .gallery_filters-filter {
    font-size: 18px;
    line-height: 23px;
  }

  .gallery_masonry .overlay_label {
    margin-top: 20px;
  }

  .pagination {
    margin-top: 60px;
  }
}
