body, html {
  height: 100%; }

* {
  transition: 0.3s all ease-in;
  font-family: 'Montserrat', sans-serif; }

/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #263238; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #eee; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

body {
  padding: 0; }

html {
  scroll-behavior: smooth; }

.navbar {
  z-index: 9999; }

.playfair {
  font-family: 'Playfair Display', serif; }

.montserrat {
  font-family: 'Montserrat', sans-serif; }

.bg-brown {
  background-color: #263238; }

.text-brown {
  color: #263238; }

.bg-basic {
  background-color: #eee; }

.bg-basic-gradient {
  background: #eee;
  background: #eeeeee;
  background: linear-gradient(180deg, #eeeeee 0%, #c8c8c8 100%); }

.color-grey {
  color: #333 !important; }

.bg-turquoise {
  background-color: #32908F !important; }

.bg-transparent {
  background-color: transparent !important; }

.color-turquoise {
  color: #32908F !important; }

.border-turquoise {
  border-bottom: 1px solid #32908F !important; }

.nav-item.active {
  background-color: #eee; }
  .nav-item.active .nav-link {
    color: #263238 !important; }

.page {
  box-sizing: border-box;
  min-height: 100vh;
  width: 100%;
  padding-top: 55px !important;
  display: flex;
  align-items: center;
  justify-content: center; }

footer {
  width: 100%;
  background-color: #333; }
  footer .social div {
    width: 100%; }
    footer .social div i {
      font-size: 1.4em; }
      footer .social div i:hover {
        color: #32908F; }
  footer ul i {
    width: 32px;
    height: 32px;
    text-align: center; }
  footer ul li {
    font-weight: 400;
    list-style: none;
    font-size: 1.4em; }
  footer ul a li:hover {
    color: #eee; }

.jumbotron.title {
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 51%, 50% 100%, 0 56%); }
  .jumbotron.title .container {
    width: 100%;
    height: 100%; }
    .jumbotron.title .container h1 {
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px); }

.section_1 .feasr_intro {
  width: 100%;
  z-index: 9997;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .section_1 .feasr_intro .feasr_logo {
    max-height: 100px; }
.section_1 .clip1 {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); }
.section_1 .intro_desktop {
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .section_1 .intro_desktop .intro_text {
    background-color: #32908F;
    height: 30%;
    width: 100%;
    margin-right: -40%;
    z-index: 9999;
    z-index: 2; }
    .section_1 .intro_desktop .intro_text h1 {
      background-color: #eee;
      width: 70%;
      text-align: center;
      font-size: 4em;
      padding: 10px;
      color: #32908F;
      margin-top: -5%;
      margin-left: -5%; }
    .section_1 .intro_desktop .intro_text h2 {
      background-color: #eee;
      color: #32908F;
      width: 60%;
      text-align: center;
      padding: 10px;
      margin-top: 10%;
      margin-left: 50%; }
  .section_1 .intro_desktop .intro_img {
    width: 800px;
    height: 700px;
    background-image: url("../img/rooms/room_0.jpg");
    background-position: top;
    background-size: cover;
    z-index: 1; }
.section_1 .intro_mobile {
  height: 100vh;
  width: 100%;
  background-image: url("../img/rooms/room_0.jpg");
  background-position: top;
  background-size: cover; }
  .section_1 .intro_mobile div {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); }
.section_1 .anchor {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #eee;
  font-size: 2em;
  text-align: center;
  z-index: 9996; }
  .section_1 .anchor div {
    clip-path: polygon(0 50%, 50% 90%, 100% 50%, 100% 60%, 50% 100%, 0 60%);
    background-color: #eee;
    height: 50px;
    width: 100px;
    margin: auto; }
  .section_1 .anchor:hover {
    background-color: #eee; }
    .section_1 .anchor:hover div {
      background-color: #263238; }

.section_2 .card {
  margin: 0 1%;
  min-height: 700px;
  filter: drop-shadow(6px 6px 19px #00000044);
  -webkit-filter: drop-shadow(6px 6px 19px #00000044);
  -moz-filter: drop-shadow(6px 6px 19px #00000044); }
  .section_2 .card .card-text {
    font-size: 1.4em; }
  .section_2 .card div.room {
    background-color: #eee;
    background-position: center 70%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%; }
  .section_2 .card .clip1 {
    clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%); }
  .section_2 .card .clip2 {
    clip-path: polygon(0 0, 100% 0, 100% 77%, 60% 90%, 0 70%); }

.section_3 {
  flex-wrap: wrap; }
  .section_3 .product {
    min-height: 300px;
    display: flex;
    justify-content: space-between; }
    .section_3 .product .img {
      width: 50%;
      height: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .section_3 .product .details {
      width: 50%;
      height: 100%; }

.rooms {
  height: auto;
  flex-wrap: wrap; }
  .rooms .room .carousel {
    height: 100%;
    width: 100%; }
    .rooms .room .carousel .carousel-item {
      min-height: calc(100vh - 56px);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .rooms .room .carousel .carousel-item .carousel-image {
        backdrop-filter: blur(100px);
        -webkit-backdrop-filter: blur(100px);
        min-height: calc(100vh - 56px);
        width: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
  .rooms .room .room_text {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 56px); }
    .rooms .room .room_text p {
      font-size: 1.7em; }
  .rooms .room .room_clip_1 {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%); }
  .rooms .room .room_clip_2 {
    clip-path: polygon(9% 0, 100% 0, 100% 100%, 5% 100%, 0% 38%);
    padding-left: 5%; }

.products .product .img {
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 300px; }

.contactus .contacts #map {
  height: 500px; }
.contactus .contacts .info-item i {
  font-size: 1.7em;
  margin-right: 10px; }
.contactus .contacts .info-item p {
  font-size: 1.3em; }
  .contactus .contacts .info-item p a {
    color: #32908F; }

.aboutus {
  padding-top: 48px !important; }
  .aboutus div.jumbotron.title.jumbotron-fluid {
    background-color: #263238;
    color: #32908F; }
  .aboutus p {
    font-size: 1.4em; }
  .aboutus .carousel {
    height: 750px !important;
    width: 750px !important;
    margin: 0 auto; }
    .aboutus .carousel .carousel-item {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .aboutus .carousel .carousel-item .carousel-image {
        backdrop-filter: blur(100px);
        -webkit-backdrop-filter: blur(100px);
        height: 750px;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }

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