body {
  margin: 0;
  padding: 0;
  width: 100% !important;
}

#app {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.f-w-image {
  width: 100%;
}
.f-w-image img {
  width: 100%;
}

.top-navbar {
  position: fixed;
  z-index: 20;
  top: 0;
  padding: 15px 0 0 0;
  width: 100%;
}
.top-navbar .logo a img {
  width: 50px;
  transition: 0.25s all;
}
.top-navbar .menu {
  position: relative;
  margin: 25px 0 0 0;
  z-index: 21;
  cursor: pointer;
}
.top-navbar .menu .bars {
  position: relative;
  cursor: pointer;
}
.top-navbar .menu .bars .bar {
  background: #fff;
  width: 20px !important;
  height: 2px !important;
  margin: 0 auto 8px auto;
  transition: 0.25s all;
}
.top-navbar .menu .bars .bar.long {
  width: 30px !important;
}
.top-navbar .menu .bars:hover .bar {
  width: 30px !important;
}
.top-navbar .menu .bars:hover .bar.long {
  width: 20px !important;
}
.top-navbar .menu .bars.cross .bar {
  background: #000;
}
.top-navbar .menu .bars.cross .bar:first-child {
  width: 30px !important;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
}
.top-navbar .menu .bars.cross .bar:last-child {
  width: 30px !important;
  transform: rotate(-45deg);
}
.top-navbar .menu .bars.cross .bar.long {
  width: 0px !important;
}
.top-navbar .menu .bars.cross:hover .bar:first-child {
  transform: rotate(55deg);
}
.top-navbar .menu .bars.cross:hover .bar:last-child {
  transform: rotate(-55deg);
}
.top-navbar.under-header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.21) 0%, rgba(0, 0, 0, 0) 100%);
}
.top-navbar.under-header .logo a img {
  width: 25px;
}
.top-navbar.under-header .menu .bars .bar {
  background: #000;
}
.top-navbar.gallery-page .menu .bars .bar, .top-navbar.attractions-page .menu .bars .bar, .top-navbar.contact-page .menu .bars .bar {
  background: #000;
}
.top-navbar.contact-page .logo a img {
  width: 25px;
}

.header {
  background-image: linear-gradient(180deg, rgba(0,0,0,0.7455357142857143) 0%, rgba(0,0,0,0.14049369747899154) 100%), url("../../images/header-bg.png");
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
}
.header .hero {
  height: 100%;
}
.header .hero a.normal-button {
  margin: 40px 0 0 0;
}
.header .hero h1, .header .hero h3 {
  color: #fff;
}
.header .hero h1 {
  font-family: "Merriweather", serif;
  font-size: 3em;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}
.header .hero h3 {
  font-family: "Open Sans", sans-serif;
  opacity: 0.8;
  font-weight: 400;
}
.header .hero .waves {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header .hero .wave-01 {
  background: url("../../images/svg/yellow-wave01.svg") no-repeat bottom;
  z-index: 2;
}
.header .hero .wave-02 {
  background: url("../../images/svg/yellow-wave02_5.svg") no-repeat bottom;
  z-index: 1;
}

a.normal-button {
  color: #fff;
  display: inline-block;
}
a.normal-button:hover {
  color: #fff;
}

ul {
  list-style-type: none;
  padding: 0;
}

.big-menu {
  z-index: 20;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  font-family: "Merriweather", serif;
  height: 0;
  overflow-y: hidden;
  transition: 0.25s all;
  position: fixed;
}
.big-menu .navigation {
  height: 100%;
}
.big-menu ul li {
  margin: 0 0 10px 0;
  padding: 10px;
  font-size: 2em;
  transition: 0.25s all;
}
.big-menu ul li:hover {
  opacity: 0.7;
}

.you-come-to-the-right-place {
  height: 100vh;
  width: 100%;
}
.you-come-to-the-right-place h1 {
  font-family: "Merriweather", serif;
  font-size: 3.5em;
}
.you-come-to-the-right-place p {
  font-family: "Open Sans", sans-serif;
  line-height: 2em;
  color: rgba(0, 0, 0, 0.7);
}

.free-term h1 {
  font-family: "Merriweather", serif;
  font-size: 3.5em;
}
.free-term .dates {
  margin: 3em 0 0 0;
}
.free-term .dates .date-label {
  font-family: "Lato", sans-serif;
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 0 15px 0 0;
  color: rgba(0, 0, 0, 0.6);
}
.free-term .dates .date {
  display: inline-block;
  width: 50%;
  border: none;
  font-size: 2.1em;
  font-family: "Lato", sans-serif;
}

.normal-button {
  color: #fff;
  padding: 15px 20px;
  border-radius: 25px;
  border: none;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  transition: 0.25s all;
  cursor: pointer;
  -webkit-box-shadow: 0px 9px 19px -6px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 9px 19px -6px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 9px 19px -6px rgba(0, 0, 0, 0.66);
}
.normal-button:hover {
  -webkit-box-shadow: 0px 12px 19px -6px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 12px 19px -6px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 12px 19px -6px rgba(0, 0, 0, 0.66);
}

.text-center {
  text-align: center;
}

.post-button {
  margin: 50px 30px 0 0;
}

.f-w-image img {
  position: relative;
  z-index: 7;
}
.f-w-image .image-bg-01 {
  position: absolute;
  bottom: -100px;
  right: -50px;
  background: url("../../images/svg/bg-5.svg") no-repeat right;
  background-size: contain;
  width: 120%;
  height: 120%;
  z-index: 6;
}

.blue-button {
  background: linear-gradient(135deg, #5271ff 0%, #6d12ce 100%);
}

.yellow-button {
  background: linear-gradient(45deg, #ffcd34 0%, #b9ef15 100%);
}

.gallery-button {
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: 7;
}

:focus {
  outline: none;
}

.footer {
  font-family: "Open Sans", sans-serif;
}
.footer h3 {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 1.4em;
  font-family: "Merriweather", serif;
}
.footer ul li {
  padding: 15px 0;
}
.footer ul li i {
  margin: 0 8px 0 0;
}
.footer .social-icons img {
  margin: 0 10px 0 0;
  width: 10%;
  cursor: pointer;
  filter: grayscale(100%);
  transition: 0.25s all;
}
.footer .social-icons img:hover {
  filter: grayscale(0%);
}
.footer .footer-copyrights {
  margin: 100px 0 0 0;
}
.footer .footer-copyrights span {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.4);
}
.footer .footer-copyrights a {
  transition: 0.25s all;
}
.footer .footer-copyrights a:hover {
  color: #5271ff;
}
.footer .site-map {
  text-align: right;
}

.main-features .feature {
  height: 100%;
  text-align: center;
  border-radius: 15px;
  padding: 60px 25px;
  background: #fff;
  -webkit-box-shadow: 0px 9px 19px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 9px 19px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 9px 19px -6px rgba(0, 0, 0, 0.2);
}
.main-features .feature:hover {
  -webkit-box-shadow: 0px 12px 19px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 12px 19px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 19px -6px rgba(0, 0, 0, 0.2);
}
.main-features .feature .feature-image {
  text-align: center;
}
.main-features .feature .feature-image img {
  width: 40%;
}
.main-features .feature .feature-title {
  margin: 50px 0 0 0;
  font-family: "Merriweather", serif;
  font-size: 1.7em;
}
.main-features .feature .feature-desc {
  margin: 20px 0 0 0;
  line-height: 1.8em;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  color: rgba(0, 0, 0, 0.6);
}

.image-bg-02 {
  position: absolute;
  bottom: -14px;
  right: -2px;
  background: url("../../images/svg/bg-5.svg") no-repeat right;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 6;
  transition: 0.25s all;
}

.big-photo {
  display: none;
  z-index: 21;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 150px;
}
.big-photo #close {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 2.5em;
  color: #fff;
  transition: 0.25s all;
}
.big-photo #close:hover {
  opacity: 0.8;
}
.big-photo img {
  width: 100%;
}

.scroll-down {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: linear-gradient(135deg, #5271ff 0%, #6d12ce 100%);
  font-size: 1.3em;
  margin: 50px 0 0 0;
}

.w-100 {
  width: 100% !important;
}

.form-group {
  margin: 0 0 20px 0;
}
.form-group label {
  font-family: "Merriweather", serif;
}
.form-group .amiral-input {
  margin: 10px 0 0 0;
  display: block;
  border: 3px solid rgba(0, 0, 0, 0.07);
  padding: 12px;
  width: 100%;
  border-radius: 25px;
}
.form-group .amiral-input.error {
  border-color: #dc3545;
}

.input-error {
  display: none;
  font-size: 0.9em;
  font-family: "Open Sans", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  margin: 10px 0 0 10px;
}

.contact h2 {
  font-family: "Merriweather", serif;
  color: rgba(0, 0, 0, 0.5);
}

.section {
  height: 100vh;
  position: relative;
}

img.rounded {
  border-radius: 15px;
}

.section-bg {
  z-index: -99999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-bg.bg-1 {
  background: url("../../images/svg/section-bg-1.svg") center center;
  background-size: cover;
}
.section-bg.bg-2 {
  background: url("../../images/svg/section-bg-2.svg") center center;
  background-size: cover;
}
.section-bg.bg-1-yellow {
  background: url("../../images/svg/section-bg-1-yellow.svg") center center;
  background-size: cover;
}
.section-bg.bg-2-yellow {
  background: url("../../images/svg/section-bg-2-yellow.svg") center center;
  background-size: cover;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.modal-content {
  padding: 25px;
}

.modal-header, .modal-footer {
  border: none;
}

.modal-footer {
  justify-content: center;
}

.modal-content {
  border: none;
  -webkit-box-shadow: 0px 9px 19px -6px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 9px 19px -6px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 9px 19px -6px rgba(0, 0, 0, 0.66);
}

.modal-close {
  color: rgba(0, 0, 0, 0.2);
}
.modal-close:hover {
  color: rgba(0, 0, 0, 0.25);
}

#freeTermModal .phone-info, #thanksForMail .phone-info {
  text-align: center;
}
#freeTermModal .phone-info p, #thanksForMail .phone-info p {
  color: rgba(0, 0, 0, 0.4);
  margin: 0 0 20px 0;
}

button:focus {
  outline: none;
}

.we-call-in {
  display: none;
  text-align: center;
  padding: 15px;
}
.we-call-in .timer {
  font-size: 2.3em;
}
.we-call-in h3 {
  color: rgba(0, 0, 0, 0.3);
}

.mini-header {
  font-family: "Merriweather", serif;
  height: 400px;
  color: #fff;
  background-image: linear-gradient(180deg, rgba(0,0,0,0.7455357142857143) 0%, rgba(0,0,0,0.3) 100%), url("../../images/header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  text-align: center;
}

.gallery {
  margin: 50px 0 0 0;
}
.gallery .gallery-section {
  margin: 90px 0 0 0;
  padding: 30px 0;
  position: relative;
}
.gallery .gallery-section:first-child {
  margin: 0;
}
.gallery .gallery-section .title {
  font-size: 2.3em;
  font-family: "Merriweather", serif;
}
.gallery .gallery-section .desc {
  color: rgba(0, 0, 0, 0.5);
}
.gallery .gallery-section .photos {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -15px;
}
.gallery .gallery-section .photos .gallery-photo {
  flex: 0 0 25%;
  margin: 15px;
  cursor: pointer;
  -webkit-box-shadow: 0px 9px 19px -6px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 9px 19px -6px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 9px 19px -6px rgba(0, 0, 0, 0.66);
  border-radius: 15px;
  overflow: hidden;
  transition: 0.25s all;
  height: 250px;
}
.gallery .gallery-section .photos .gallery-photo:hover {
  transform: scale(1.05);
  -webkit-box-shadow: 0px 12px 19px -6px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 12px 19px -6px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 12px 19px -6px rgba(0, 0, 0, 0.66);
}
.gallery .gallery-section .photos .gallery-photo img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.contact-infos {
  margin: 90px 0 0 0;
}
.contact-infos .contact-info {
  height: 100%;
  text-align: center;
  border-radius: 15px;
  padding: 60px 25px;
  background: #fff;
  -webkit-box-shadow: 0px 9px 19px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 9px 19px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 9px 19px -6px rgba(0, 0, 0, 0.2);
}
.contact-infos .contact-info:hover {
  -webkit-box-shadow: 0px 12px 19px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 12px 19px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 19px -6px rgba(0, 0, 0, 0.2);
}
.contact-infos .contact-info .title {
  font-family: "Merriweather", serif;
  font-size: 1.8em;
}
.contact-infos .contact-info .desc {
  margin: 20px;
  font-size: 1.2em;
  font-family: "Open Sans", sans-serif;
  color: rgba(0, 0, 0, 0.8);
}
.contact-infos .contact-info .icon {
  margin: 0 0 25px 0;
  text-align: center;
}
.contact-infos .contact-info .icon img {
  width: 60px;
}

.contact-form {
  margin: 90px 0 0 0;
}

.amiral-heading {
  font-family: "Merriweather", serif;
  margin: 0 0 35px 0;
}
.amiral-heading::after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.05);
  height: 2px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
}

.contact-map {
  margin: 90px 0 0 0;
}
.contact-map .amiral-heading {
  margin: 0 0 35px 0;
}

.attraction {
  margin: 0 0 100px 0;
}
.attraction:last-child {
  margin: 0;
}
.attraction p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.05em;
  margin: 30px 0 0 0;
  color: rgba(0, 0, 0, 0.5);
}
.attraction img {
  width: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 9px 19px -6px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 9px 19px -6px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 9px 19px -6px rgba(0, 0, 0, 0.66);
}
.attraction a.normal-button {
  margin: 45px 0 0 0;
}

@media only screen and (max-width: 1024px) {
  .big-menu ul li {
    font-size: 1.8em;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header {
    height: 100vh;
  }

  .top-navbar .logo a img {
    width: 35px;
  }

  .section {
    height: 100%;
  }

  .header {
    height: 100vh;
  }
  .header .hero h1 {
    font-size: 2.5em;
  }
  .header .hero h3 {
    font-size: 1.1em;
  }

  .main-features .feature {
    margin: 50px 0 0 0;
    height: auto;
  }
  .main-features .feature .feature-title {
    font-size: 1.3em;
  }
  .main-features .feature .feature-desc {
    font-size: 1.1em;
  }

  .you-come-to-the-right-place {
    margin: 90px 0 0 0;
  }
  .you-come-to-the-right-place h1 {
    font-size: 2.5em;
  }

  .f-w-image .image-bg-01 {
    bottom: -30px;
    right: 5px;
  }

  .free-term {
    margin: 90px 0 0 0;
  }
  .free-term .container .row .col-lg-4 {
    margin: 0 0 40px 0;
  }
  .free-term h1 {
    font-size: 2.5em;
  }
  .free-term .dates .date-label {
    font-size: 0.9em;
  }
  .free-term .dates .date {
    font-size: 1.4em;
  }

  .footer .container .row .col-lg-4 {
    margin: 60px 0 0 0;
  }
  .footer .footer-copyrights {
    display: flex;
    flex-direction: column;
    margin: 20px 0 20px 0;
  }
  .footer .footer-copyrights span {
    margin: 15px 0 0 0;
  }
  .footer .site-map {
    text-align: left;
  }

  .gallery .gallery-section .photos .gallery-photo {
    margin: 30px 0 0 0;
    flex: 0 0 100%;
    flex-basis: 100%;
  }
  .gallery .gallery-section .photos .gallery-photo:first-child {
    margin: 0;
  }

  .attraction, .attractions-video {
    margin: 80px 0 0 0;
  }

  .attractions-video iframe {
    height: 250px;
  }

  .attraction-photo {
    margin: 50px 0 0 0;
  }

  .contact-map iframe {
    height: 250px;
  }

  .contact-infos h2 {
    margin-bottom: -15px;
  }
  .contact-infos .contact-info {
    height: auto;
    margin: 50px 0 0 0;
  }
}

.room-number {
  padding: 10px 15px;
  border-radius: 10px;
  background: linear-gradient(90deg, #3D55C3 0%, #2445DD 56.25%, #0429D2 100%);
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  margin: 0 0 15px 0;
}
/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=main.sass.map */

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