@import url("https://fonts.googleapis.com/css2?family=Adamina&family=Lato:wght@300;400;700&family=Raleway:wght@100;200;300;400;500;600;700&display=swap");
a {
  text-decoration: none;
}

.admina {
  font-family: "Adamina", serif;
}

.raleway {
  font-family: "Raleway", sans-serif;
}

.theme-color {
  background-color: #007b67;
}

.bg-theme-green {
  background: #1a8876;
}

.h-100 {
  height: 100% !important;
}

.object-fit-cover {
  object-fit: cover;
}

.text-grey {
  color: #7b8f8c !important;
}

.text-dark-grey {
  color: #35403e !important;
}

.text-red {
  color: #f45d46 !important;
}

@media screen and (min-width: 992px) {
  .mt-md-70 {
    margin-top: 70px;
  }
}

@media screen and (min-width: 992px) {
  .mt-md-24 {
    margin-top: 24px;
  }
}

@media screen and (min-width: 992px) {
  .f-md-36 {
    font-size: 36px !important;
  }
}
.mb-md-60 {
  margin-bottom: 60px;
}

.nav-menu {
  margin-bottom: 0;
}

.navbar {
  background-color: #007b67d6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.navbar .menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .navbar .menu {
    flex-direction: column;
    padding-top: 0;
    align-items: flex-start;
  }
}
.navbar .menu .outline-grey-button {
  position: relative;
}
.navbar .menu .outline-grey-button::after {
  content: "";
  background: transparent;
  transform: rotate(90deg);
  width: 0;
  margin-left: 20px;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff;
}
.navbar .navbar-toggler-icon {
  background-image: none !important;
  background-image: url(../img/menu-cross.svg) !important;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.navbar .navbar-toggler {
  border: none;
  padding: 0;
  all: unset;
  z-index: 9;
}

.menu-item {
  color: #000;
  list-style-type: none;
}
.menu-item a {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff !important;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .menu-item a {
    margin-right: 25px;
  }
}
.menu-item .button-outline::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
  margin-left: 10px;
}

.home {
  background-image: url(../img/homebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 46px;
  padding-bottom: 30px;
}
.home .logo {
  margin-bottom: 30px;
}
.home .outer {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .home .outer {
    flex-direction: column;
  }
}
.home .outer .grid-block {
  max-width: 640px;
  width: 100%;
  background: white;
  display: flex;
  flex-wrap: wrap;
  padding: 3px;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.25);
}
.home .outer .grid-block img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home .outer .image-block {
  background: white;
  margin-left: -7px;
}
.home .outer .image-block img {
  height: 100%;
  object-fit: cover;
  width: 483px;
}

.location {
  position: relative;
  padding: 3px;
}
@media screen and (max-width: 992px) {
  .location {
    margin-top: 20px;
  }
}
.location .image-block-location {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .location .image-block-location {
    height: 100%;
    position: relative;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    padding: 9px;
  }
}
.location .room-name {
  font-family: "Adamina", serif;
  font-size: 20px;
  line-height: 15px;
  text-align: center;
  color: #f45d46;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}
@media screen and (min-width: 992px) {
  .location .room-name {
    font-size: 11px;
  }
}
@media screen and (max-width: 992px) {
  .location .room-name {
    top: 60px;
  }
}
.location .room-name::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  height: 2px;
  width: 50px;
  background-color: #f45d46;
}
.location .location-name {
  position: absolute;
  height: 65px;
  left: 0;
  transition: all 0.2s ease-in-out;
  z-index: 9;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .location .location-name {
    height: 80px;
    width: unset;
    bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.location .location-name h6 {
  font-family: "Adamina", serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .location .location-name h6 {
    font-size: 28px;
    line-height: 38px;
  }
}
.location .location-name p {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  text-transform: capitalize;
}
.location:hover .location-name {
  background: #f45d46;
}

.location-container {
  margin-top: -80%;
}
@media screen and (max-width: 992px) {
  .location-container {
    padding: 30px;
  }
}

.mobilelogo {
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  margin: auto;
}

.banner {
  position: relative;
}
.banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  /*background-image: url(../img/banner-overlay.png);*/
  background-position: bottom;
  background-size: 100% 100%;
}
@media screen and (min-width: 992px) {
  .banner::after {
    /*background-image: url(../img/banner-desktop-overlay.png);*/
    background-position: bottom;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 992px) {
  .banner img {
    object-fit: cover;
    height: 347px;
    object-position: center;
  }
}
.banner button {
  padding-top: 56px;
}
.banner .carousel-control-next {
  padding-top: 70px;
}
.banner .banner-text {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  left: 0;
  z-index: 9;
}
@media screen and (min-width: 992px) {
  .banner .banner-text {
    bottom: 38px;
  }
}
.banner .banner-text h2 {
  font-family: "Adamina", serif;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .banner .banner-text h2 {
    font-size: 48px;
    line-height: 65px;
  }
}
.banner .banner-text h6 {
  font-family: "Raleway", sans-serif;
  line-height: 19px;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .banner .banner-text h6 {
    font-size: 24px;
    line-height: 28px;
  }
}
.banner .banner-text p {
  font-family: "Adamina", serif;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #f45d46;
  position: relative;
}
@media screen and (min-width: 992px) {
  .banner .banner-text p {
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
  }
}
.banner .banner-text p::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 20%;
  background-color: #f45d46;
}
@media screen and (min-width: 992px) {
  .banner .banner-text p::before {
    width: 75px;
    left: -83px;
  }
}
.banner .banner-text p::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 20%;
  background-color: #f45d46;
}
@media screen and (min-width: 992px) {
  .banner .banner-text p::after {
    width: 75px;
    right: -83px;
  }
}

.carousel .carousel-control-next {
  right: 15px;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .carousel .carousel-control-next {
    right: 165px;
  }
}
.carousel .carousel-control-prev {
  left: 15px;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .carousel .carousel-control-prev {
    left: 165px;
  }
}
.carousel .carousel-control-prev-icon {
  background-image: url(../img/Left-round-arrow-black.svg);
  height: 48px;
  width: 48px;
}
.carousel .carousel-control-prev-icon:hover {
  background-image: url(../img/right-round-arrow.svg);
  transform: rotate(180deg);
}
.carousel .carousel-control-next-icon {
  background-image: url(../img/Left-round-arrow-black.svg);
  transform: rotate(180deg);
  height: 48px;
  width: 48px;
}
.carousel .carousel-control-next-icon:hover {
  transform: rotate(360deg);
  background-image: url(../img/right-round-arrow.svg);
}

.section-title {
  font-family: "Adamina", serif;
  font-size: 28px;
  line-height: 38px;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #35403e;
  position: relative;
}
@media screen and (min-width: 992px) {
  .section-title {
    font-size: 48px;
    line-height: 65px;
    padding-bottom: 50px;
  }
}
.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 100%;
  max-width: 190px;
  background-color: #f45d46;
}

.inner-title {
  font-family: "Adamina", serif;
  font-size: 20px;
  line-height: 27px;
  color: #35403e;
}
@media screen and (min-width: 992px) {
  .inner-title {
    font-size: 35px;
    line-height: 49px;
  }
}

.aboutus-section {
  padding-top: 50px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .aboutus-section {
    padding-top: 200px;
    padding-bottom: 120px;
  }
}
.aboutus-section p {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .aboutus-section p {
    margin-top: 50px;
    font-family: Raleway;
    line-height: 28px;
    color: #7b8f8c;
  }
}
@media screen and (min-width: 992px) {
  .aboutus-section::before {
    content: "";
    position: absolute;
    left: -85px;
    top: 0;
    height: 260px;
    width: 260px;
    background-image: url(../img/about-layer-1.svg);
    filter: grayscale(1);
  }
  .aboutus-section::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0;
    height: 260px;
    width: 260px;
    background-image: url(../img/about-layer-2.png);
    filter: grayscale(1);
  }
}
@media screen and (min-width: 992px) {
  .aboutus-section img {
    max-width: 400px;
    margin: auto;
  }
}

.description {
  font-family: "Raleway", sans-serif;
  line-height: 28px;
  padding-top: 20px;
  color: #7b8f8c;
}

.accomodation {
  background-image: url(../img/accomodation.png);
  padding-top: 118px;
  padding-bottom: 122px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 992px) {
  .accomodation {
    background-size: cover;
  }
}
@media screen and (min-width: 992px) {
  .accomodation .container {
    max-width: 922px;
  }
}
.accomodation .accomodation-slider {
  background: #ffffff;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .accomodation .accomodation-slider {
    margin-top: 60px;
    padding: var(--bs-gutter-x, 0.75rem);
  }
}
@media screen and (min-width: 992px) {
  .accomodation .accomodation-slider {
    margin-top: 80px;
  }
}
@media screen and (min-width: 992px) {
  .accomodation .accomodation-slider .slider-image {
    width: 444px;
    height: 639px;
    object-fit: cover;
    object-position: left;
  }
}
.accomodation .text-block {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #ffffff;
}
@media screen and (max-width: 992px) {
  .accomodation .text-block {
    padding: var(--bs-gutter-x, 0.75rem);
    padding-top: 25px;
    padding-bottom: 35px;
    padding-left: 0;
    min-height: 570px;
  }
}
@media screen and (min-width: 992px) {
  .accomodation .text-block {
    padding: 36px;
  }
}
.accomodation .button-group {
  margin-top: 35px;
  flex-wrap: wrap;
}
.accomodation .button-group .outline-grey-button {
  margin-top: 10px;
}
.accomodation .button-group .solid-pink-button {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
}
.accomodation .arrows-left-right {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 35px;
  bottom: 35px;
}
@media screen and (max-width: 992px) {
  .accomodation .arrows-left-right {
    position: absolute;
    right: 35px;
    bottom: -90px;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.accomodation .arrows-left-right span {
  font-family: Lato;
  font-size: 20px;
  line-height: 28px;
  color: #7b8f8c;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left .left-red {
  display: none;
}
.left:hover .left-black {
  display: none;
}
.left:hover .left-red {
  display: inline-block;
  transform: rotate(180deg);
}

.right .right-red {
  display: none;
}
.right .right-black {
  transform: rotate(180deg);
}
.right:hover .right-black {
  display: none;
}
.right:hover .right-red {
  display: inline-block;
}

.key-value-pair {
  display: flex;
  margin-top: 25px;
}
.key-value-pair .key-value {
  display: flex;
  align-items: center;
  min-width: 130px;
  margin-bottom: 20px;
}
.key-value-pair .key-value:nth-child(odd) {
  margin-right: 50px;
}
.key-value-pair .key-value .key {
  margin-right: 15px;
}
.key-value-pair .key-value .value {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #7b8f8c;
}

.outline-grey-button {
  border: 1px solid #c3d8d5;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 13px;
  background-color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #f45d46;
}

.button-group {
  display: flex;
  align-items: center;
}
.button-group .solid-pink-button {
  border: 1px solid #f45d46;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 13px;
  background-color: #f45d46;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.facilities {
  padding-top: 100px;
}
@media screen and (min-width: 992px) {
  .facilities .section-title {
    transform: translateX(-50%);
    left: 50%;
    display: inline-block;
    text-align: center;
    display: inline-block;
    margin: auto;
    font-size: 36px;
    line-height: 49px;
    padding-bottom: 26px;
  }
  .facilities .section-title::after {
    width: 100%;
    max-width: 100px;
  }
}
.facilities .key-value-pair {
  padding-left: 35px;
  margin-bottom: 30px;
}
.facilities .key-value-pair .key-value .value {
  font-family: "Adamina", serif;
  line-height: 22px;
  font-size: 16px;
  color: #35403e;
  opacity: 0.8;
}
@media screen and (min-width: 992px) {
  .facilities .description {
    max-width: 726px;
    text-align: center;
    margin: auto;
    margin-top: 34px;
  }
}
@media screen and (min-width: 992px) {
  .facilities .key-value-container {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 40px;
    transform: translateX(-50%);
    left: 60%;
    position: relative;
  }
  .facilities .key-value-container .key-value-pair {
    width: 33%;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
  }
  .facilities .key-value-container .key-value-pair .key-value {
    margin: 0;
  }
}
.facilities .to-overflow-hide {
  overflow: hidden;
}

.activities .container {
  /*max-width: 1200px;*/max-width: 1320px;
}
.activities .slick-slideshow__slide {
  position: relative;
}
.activities .slick-slideshow__slide::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60%;
  right: 0;
  margin: auto;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 28.94%, rgba(250, 250, 250, 0) 87.32%);
}
.activities .slick-slideshow__slide h6 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 16px;
  font-family: "Adamina", serif;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  max-width: 320px;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .activities .slick-list {
    padding-left: 0px !important;
  }
}

.offers {
  background-image: url(../img/greenbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  padding-top: 95px;
}
@media screen and (max-width: 992px) {
  .offers {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 992px) {
  .offers {
    margin-top: 90px;
  }
  .offers .section-title {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .offers {
    padding-top: 180px;
    margin-top: 150px;
    padding-bottom: 120px;
  }
  .offers .section-title {
    margin-bottom: 80px;
  }
  .offers img {
    height: 369px;
    max-width: 600px;
  }
}
.offers .button-group {
  justify-content: center;
}
.offers .button-group button {
  margin: 0 5px;
}

.center-slider-item {
  position: relative;
}
.center-slider-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60%;
  right: 0;
  margin: auto;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 28.94%, rgba(250, 250, 250, 0) 87.32%);
}

.slider-item-text-block {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
}
.slider-item-text-block .title {
  font-family: "Adamina", serif;
  font-style: normal;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 36px;
  line-height: 49px;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}
.slider-item-text-block p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  text-align: center;
  color: #ffffff;
}
.slider-item-text-block .button-group {
  justify-content: center;
}
.slider-item-text-block .button-group button {
  margin: 0 5px;
}

@media screen and (min-width: 992px) {
  .slick-slide {
    margin-right: 14px;
  }
}
.slick-next::before,
.slick-prev::before {
  content: "";
  height: 48px;
  width: 48px;
  background-size: contain;
  opacity: 1 !important;
  display: inline-block !important;
  z-index: 9999;
  transition: all 0.2s ease-in-out;
  position: absolute;
}

.slick-next::before {
  background-image: url(../img/Left-round-arrow-black.svg);
  right: 25px;
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .slick-next::before {
    right: var(--bs-gutter-x, 11.75rem);
  }
}
.slick-next:hover::before {
  background-image: url(../img/right-round-arrow.svg);
  transform: rotate(360deg);
}
@media screen and (min-width: 992px) {
  .slick-next:hover::before {
    right: var(--bs-gutter-x, 11.7rem);
  }
}

.form-group input {
  padding-left: 20px !important;
}

.slick-prev::before {
  background-image: url(../img/Left-round-arrow-black.svg);
  left: 25px;
  transition: all 0.2s ease-in-out;
}
.slick-prev:hover::before {
  background-image: url(../img/right-round-arrow.svg);
  transform: rotate(-180deg);
  right: var(--bs-gutter-x, 11.5rem);
}

button.slick-arrow {
  z-index: 99;
}

.activities .description {
  margin-bottom: 70px;
}

.gallery {
  margin-top: 70px;
  background-image: url(../img/gallerybg.png);
  background-color: #fff;
  background-blend-mode: luminosity;
}
@media screen and (max-width: 992px) {
  .gallery {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .gallery {
    margin-top: 170px;
  }
}
@media screen and (max-width: 992px) {
  .gallery .section-title {
    display: block;
    width: max-content;
    margin: auto;
    margin-bottom: 50px;
  }
}
.gallery img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.slick-lightbox .slick-next::before {
  right: 25px !important;
}

.tabs-gallery img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.connected {
  background-image: url(../img/stay-connected.png);
  padding: 80px 0;
}
@media screen and (min-width: 992px) {
  .connected {
    margin-top: 170px;
  }
}
@media screen and (max-width: 992px) {
  .connected .col-md-6:nth-child(2) {
    margin-top: 30px;
  }
}
.connected .section-title {
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.connected .section-title::after {
  background-color: #fff;
}

@media screen and (max-width: 992px) {
  .connected2 .section-title {
    font-size: 20px;
    margin-left: 0 !important;
  }
}

.form-group {
  display: flex;
  align-items: center;
  height: 55px;
  margin-top: 50px;
}
.form-group input {
  width: 355px;
  height: 100%;
  border: 0;
  outline: 0;
  border-radius: 4px 0 0 4px;
}
.form-group input::placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #bdbdbd;
}
.form-group button {
  width: 80px;
  height: 100%;
  background: #1a8876;
  border-radius: 0px 4px 4px 0px;
  border: 0;
  outline: 0;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
}

.dining {
  position: relative;
}
.dining .carousel-item {
  max-height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.dining .carousel-item img {
  height: 100%;
}
.dining .text-block {
  background-color: #f45d46;
  padding: 30px;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  margin: auto;
  height: auto;
  max-width: 90%;
  height: max-content;
}
@media screen and (min-width: 992px) {
  .dining .text-block {
    padding: 50px;
  }
}
@media screen and (max-width: 992px) {
  .dining .text-block {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .dining .text-block {
    max-width: 560px;
    left: 260px;
    bottom: 0;
  }
}
.dining .text-block h6 {
  font-family: "Adamina", serif;
  font-size: 28px;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .dining .text-block h6 {
    font-size: 36px;
    line-height: 60px;
  }
}
.dining .text-block p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .dining .text-block p {
    font-size: 16px;
    line-height: 28px;
  }
}
.dining .text-block a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  line-height: 19px;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .dining .carousel-control-next,
.dining .carousel-control-prev {
    top: unset;
    bottom: 220px;
  }
}
.dining .carousel .carousel-control-prev {
  left: 15px;
}
@media screen and (min-width: 992px) {
  .dining .carousel .carousel-control-prev {
    left: 100px;
  }
}
.dining .carousel .carousel-control-prev span {
  box-shadow: none;
}
.dining .carousel .carousel-control-next {
  right: 15px;
}
@media screen and (min-width: 992px) {
  .dining .carousel .carousel-control-next {
    right: 100px;
  }
}
.dining .carousel .carousel-control-next span {
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  .mhide {
    display: none;
  }
}

.experience {
  background-image: url(../img/experience.png);
  padding: 15px;
  padding-top: 90px;
  padding-bottom: 50px;
  margin-top: 130px;
}
@media screen and (min-width: 992px) {
  .experience {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
.experience .tabs-text-blok {
  padding: 35px;
}
.experience .tabs-text-blok h6 {
  font-family: "Adamina", serif;
  font-size: 24px;
  line-height: 33px;
  color: #35403e;
  margin-bottom: 30px;
}
.experience .tabs-text-blok p {
  font-family: "Raleway", sans-serif;
  line-height: 28px;
  color: #7b8f8c;
  margin-bottom: 35px;
}
.experience .tabs-text-blok a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  line-height: 19px;
  text-decoration: none;
  color: #f45d46;
}
.experience .tabs-text-blok a img {
  margin-left: 5px;
}
.experience .section-title {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .experience .section-title {
    margin-bottom: 190px;
  }
}
@media screen and (max-width: 992px) {
  .experience .mobile-wxp {
    width: 90%;
  }
}

.nav-tabs {
  border: unset;
  height: 100px;
  margin-top: -80px;
  background: #fafafa;
  position: relative;
  padding: 0 35px 0;
}
.nav-tabs .nav-link {
  all: unset;
  background: #fafafa;
  margin-right: 23px;
  font-family: "Adamina", serif;
  font-size: 18px;
  line-height: 25px;
  position: relative;
  padding-bottom: 0;
}
.nav-tabs .nav-link.active {
  background: #fafafa;
  color: #f45d46;
}
.nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 18px;
  margin: auto;
  height: 2px;
  width: 100%;
  background-color: #f45d46;
}

p {
  font-family: "Raleway", sans-serif;
  line-height: 28px;
}

.rooms-image-text .container .row:nth-child(even) .bg-theme-green {
  background-color: #fff !important;
}
.rooms-image-text .container .row:nth-child(even) .bg-theme-green h6 {
  color: #35403e !important;
}
.rooms-image-text .container .row:nth-child(even) .bg-theme-green .value,
.rooms-image-text .container .row:nth-child(even) .bg-theme-green p {
  color: #7b8f8c !important;
}
.rooms-image-text .container .row:nth-child(even) .bg-theme-green .outline-grey-button {
  color: #f45d46 !important;
}
@media screen and (max-width: 992px) {
  .rooms-image-text {
    width: 95%;
    margin: auto;
  }
  .rooms-image-text .row {
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.1);
  }
}
.rooms-image-text .text-block {
  padding: 25px;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.1);
  height: 100%;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .rooms-image-text .text-block {
    padding: 25px 36px;
  }
}
.rooms-image-text .text-block h6 {
  font-family: "Adamina", serif;
  font-size: 20px;
  line-height: 49px;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .rooms-image-text .text-block h6 {
    font-size: 36px;
  }
}
.rooms-image-text .text-block p {
  margin: 16px 0 35px;
}
.rooms-image-text .key-value-pair .key-value {
  margin-bottom: 34px;
}
.rooms-image-text .key-value-pair .key-value .value {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .rooms-image-text .button-group {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.rooms-image-text .outline-grey-button,
.rooms-image-text .button-outline {
  margin-left: 10px;
  margin-right: 10px;
}

.button-outline {
  background-color: transparent !important;
  color: #fff !important;
}

.bgleaf {
  position: absolute;
  top: 315%;
  z-index: -1;
}

@media screen and (max-width: 992px) {
  .ammenities {
    padding: 14px;
  }
}
.ammenities .container {
  background: #fafafa;
  padding: 14px;
}
@media screen and (min-width: 992px) {
  .ammenities .container {
    padding: 60px 85px;
  }
}
.ammenities .amenities-title {
  display: flex;
  align-items: center;
}
.ammenities .amenities-title h6 {
  font-family: Adamina;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #35403e;
  margin: 0px 12px;
}
.ammenities ul {
  padding: 0;
  margin-top: 25px;
}
.ammenities ul li {
  list-style-type: none;
  font-family: "Adamina", serif;
  line-height: 45px;
  color: #35403e;
  opacity: 0.8;
}

.tabs-gallery {
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .tabs-gallery {
    padding-top: 120px;
  }
}
.tabs-gallery .nav-tabs {
  display: flex;
  margin: 0;
  justify-content: center;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .tabs-gallery .nav-tabs {
    padding: 0;
    justify-content: space-between;
  }
  .tabs-gallery .nav-tabs .nav-link {
    margin-right: 0;
    margin: 0 5px;
  }
}
.tabs-gallery .nav-tabs .nav-link {
  background-color: #fff;
}
.tabs-gallery .nav-link {
  color: #35403e;
}
.tabs-gallery .nav-link.active {
  color: #f45d46;
}
.tabs-gallery .tab-pane {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .tabs-gallery .tab-pane {
    margin-top: 60px;
  }
}

.room-categories {
  padding-bottom: 120px;
}
.room-categories .section-title {
  margin-bottom: 70px;
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .room-categories .section-title {
    display: block;
    margin: auto;
    max-width: 217px;
    margin-bottom: 53px;
  }
}

.hero-banner {
  position: relative;
}
.hero-banner .section-title {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: 40px;
  font-size: 26px;
  line-height: 65px;
  text-transform: capitalize;
  padding-bottom: 30px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .hero-banner .section-title {
    font-size: 48px;
  }
}
.hero-banner .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 100%;
  background-color: #f45d46;
}

.casa-events-wedding-page {
  background-image: url(../img/casa-events-weddings.png);
  background-size: cover;
  background-position-y: -110px;
}

.casa-events-weddings .section-title {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin: 30px 0;
}
@media screen and (min-width: 992px) {
  .casa-events-weddings .section-title {
    margin: 120px 0 60px;
    padding-bottom: 25px;
  }
  .casa-events-weddings .section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 35%;
    background-color: #f45d46;
  }
}

.tnc .section-title {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin: 100px 0 30px;
}
@media screen and (min-width: 992px) {
  .tnc .section-title {
    margin: 180px 0 60px;
  }
}
.tnc ul li {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  /* identical to box height, or 175% */
  color: #7b8f8c;
  margin-bottom: 16px;
}

footer {
  background-image: url(../img/footer.png);
  padding-top: 30px;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  footer .col-md-3 {
    margin-bottom: 35px;
  }
}
footer .menu-item a {
  font-weight: 400;
}
footer .footerlogo {
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  footer .footerlogo {
    width: 102px;
  }
}
footer p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */
  /* Text / Gray 300 */
  color: #d9dbe1;
}
footer #menu-social-media-icons {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
footer #menu-social-media-icons img {
  margin-right: 16px;
}
footer h6 {
  font-family: "Adamina", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  text-transform: uppercase;
  font-feature-settings: "liga" off;
  color: #ffffff;
  margin-bottom: 24px;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 12px;
}
footer ul li a {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */
  /* Text / Gray 300 */
  color: #d9dbe1;
  text-decoration: none;
}
footer .contactus li {
  display: flex;
  align-items: flex-start;
}
footer .contactus li a {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */
  /* Text / Gray 300 */
  color: #d9dbe1;
  text-decoration: none;
}
footer .contactus li img {
  width: 24px;
  margin-right: 10px;
}
footer .lower-footer ul {
  display: flex;
}
@media screen and (max-width: 992px) {
  footer .lower-footer ul {
    justify-content: space-between;
  }
}
footer .lower-footer ul li {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  footer .lower-footer ul li {
    margin-right: 20px;
  }
}
footer .lower-footer ul li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -10px;
  background-color: #fff;
  width: 1px;
  height: 50%;
}
footer .lower-footer ul li:last-child::after {
  display: none;
}
footer .lower-footer p,
footer .lower-footer a {
  font-size: 10px;
  text-transform: capitalize;
  text-align: center;
}
@media screen and (min-width: 992px) {
  footer .lower-footer p,
footer .lower-footer a {
    font-size: 12px;
  }
}
footer a:hover {
  text-decoration: none;
  color: #dddddd;
}

.landing-hotel-facities .key-value-container {
  transform: translateX(-57%);
  left: 48%;
  position: relative;
  max-width: 1000px;
}

.menu-footer-menu-3-container {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .menu-footer-menu-3-container a {
    margin-right: 0;
  }
}

#menu-social-media-icons-1 {
  display: flex;
}
#menu-social-media-icons-1 li {
  margin-bottom: 0;
  margin-left: 10px;
}

.slide-count {
  position: absolute;
  bottom: 45px;
  right: 93px;
}
@media screen and (max-width: 992px) {
  .slide-count {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: max-content;
  }
}

.accomodation .slick-arrow {
  position: absolute;
  right: 50px;
  top: unset;
  bottom: 36px;
  left: unset;
}
.accomodation .slick-arrow button {
  display: none;
}
.accomodation .slick-next {
  right: 36px;
  bottom: 36px;
}
.accomodation .slick-next::before {
  background-image: url(../img/Left-round-arrow-black.svg);
  right: 0;
  transform: rotate(180deg);
  bottom: 0;
  transition: all 0.2s ease-in-out;
  top: 0;
  margin: auto;
}
.accomodation .slick-next:hover::before {
  background-image: url(../img/right-round-arrow.svg);
  transform: rotate(360deg);
}
@media screen and (max-width: 992px) {
  .accomodation .slick-next {
    display: block;
    position: absolute;
    bottom: -78px;
    right: 75px;
  }
}
.accomodation .slick-prev {
  right: 155px;
  bottom: 36px;
}
.accomodation .slick-prev::before {
  background-image: url(../img/Left-round-arrow-black.svg);
  left: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  top: 0;
  margin: auto;
}
.accomodation .slick-prev:hover::before {
  background-image: url(../img/right-round-arrow.svg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 992px) {
  .accomodation .slick-prev {
    display: block;
    position: absolute;
    bottom: -78px;
    left: 75px;
  }
}
.accomodation .image-slider-image img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .mobile-menu ul {
    padding: 0;
    margin: 0;
    padding-top: 70px;
  }
  .mobile-menu li {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .mobile-menu li {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .mobile-menu li a {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    text-decoration: none;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-feature-settings: "liga" off;
    width: 100%;
    color: #ffffff;
    padding-left: 30px;
    height: 50px;
  }
  .mobile-menu li a.active {
    background: #007b67;
  }
  .mobile-menu li a.outline-grey-button {
    border: none !important;
  }
}
@media screen and (max-width: 992px) {
  .mobile-menu li.active {
    background: #007b67;
  }
}
@media screen and (max-width: 992px) {
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    overflow: scroll;
    width: 90%;
    background: #1a8876;
  }
}
@media screen and (max-width: 992px) {
  .navbar-toggler {
    z-index: 9;
  }
}
@media screen and (max-width: 992px) {
  .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url(../img/icon-menu.svg) !important;
    width: 40px;
    height: 40px;
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .navbar-collapse,
.collapsing {
    transition: all 0.5s ease-in-out !important;
  }
}
.menu-item-has-children {
  box-sizing: border-box;
  display: flex;
  background-color: transparent !important;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 13px;
  background-color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #f45d46;
  position: relative;
  width: 160px;
}
@media screen and (min-width: 992px) {
  .menu-item-has-children {
    border: 1px solid #c3d8d5;
  }
}
.menu-item-has-children a {
  margin-right: 0;
}
.menu-item-has-children::after {
  content: "";
  background: transparent;
  transform: rotate(90deg);
  width: 0;
  margin-left: 20px;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff;
}
@media screen and (max-width: 992px) {
  .menu-item-has-children::after {
    margin-right: 20px;
  }
}
.menu-item-has-children:hover::after {
  transform: rotate(270deg);
}
.menu-item-has-children .sub-menu {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 101%;
  top: 45px;
  padding: 10px 20px;
  padding-right: 5px;
  left: 0;
  background: #1a8876;
}
@media screen and (min-width: 992px) {
  .menu-item-has-children .sub-menu {
    border: 1px solid #c3d8d5;
  }
}
@media screen and (max-width: 992px) {
  .menu-item-has-children .sub-menu {
    background: #007b67;
  }
}
.menu-item-has-children .sub-menu li {
  width: 100%;
  margin-bottom: 15px;
}

.termsandconditions {
  padding-top: 150px;
  padding-bottom: 100px;
}
@media screen and (min-width: 992px) {
  .termsandconditions {
    padding-top: 250px;
    padding-bottom: 100px;
  }
}
.termsandconditions .section-title {
  margin-bottom: 70px;
  text-align: center;
}
.termsandconditions .section-title::after {
  left: 0;
  right: 0;
}
.termsandconditions li {
  margin-bottom: 16px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  /* identical to box height, or 175% */
  padding-left: 10px;
  color: #7b8f8c;
}
@media screen and (min-width: 992px) {
  .termsandconditions li {
    padding-left: 40px;
  }
}

.widSSPnarrow {
  width: 100% !important;
}

.outline-grey-button {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.outline-grey-button:hover {
  background-color: #f45d46;
  color: #fff;
}

.solid-pink-button {
  cursor: pointer;
  transition: all 0.5s;
}
.solid-pink-button:hover {
  background-color: #963728;
  color: #fff;
}

.wpcf7-text.wpcf7-email {
  width: 355px;
  height: 55px;
  border: 0;
  outline: 0;
  border-radius: 4px 0 0 4px;
  padding-left: 15px;
}

.wpcf7-submit {
  width: 80px;
  height: 55px;
  background: #1a8876;
  border-radius: 0px 4px 4px 0px;
  border: 0;
  outline: 0;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .wpcf7-submit {
    margin-top: 10px;
  }
}

.wpcf7 {
  margin-top: 30px;
}

.wpcf7-response-output,
.screen-reader-response,
.wpcf7-not-valid-tip {
  display: none;
}/*# sourceMappingURL=style.css.map */



@media screen and (min-width: 992px){
.section-title {
    font-size: 38px !important;
    line-height: 65px;
    padding-bottom: 10px !important;
}}

@media screen and (max-width: 992px) {
    .navbar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
    }
}


@media screen and (max-width: 992px) {
    .navbar-brand {
        display: block;
        padding: 0;
    }
    .accomodation .text-block {
        padding-left: 20px !important;
    }
}