/**
* Template Name: Anyar - v4.5.0
* Template URL: https://bootstrapmade.com/anyar-free-multipurpose-one-page-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Playfair+Display:wght@400;700&display=swap');

html{
  overflow-x: hidden;
}


body {

  color: #444444;
  font-family: 'Poppins', sans-serif;
  background: #eee;
}

a {
  text-decoration: none;
  color: #0880e8;
}

a:hover {
  color: #2b99f8;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0880e8;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #2194f7;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  display:none!important;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0880e8;
  border-top-color: #bfe0fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 60px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
  overflow: hidden;
  /*color: rgba(255, 255, 255, 0.8);*/
  color: #fff;
  z-index: 996;
}
#topbar.topbar-scrolled {
  top: -60px;
}
#topbar .contact-info a {
  line-height: 0;
 /* color: rgba(255, 255, 255, 0.8);*/
  color: #fff;
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  text-decoration: underline;
}
#topbar .contact-info i {
  color: /*#f6b024*/ #cb8670;
  line-height: 0;
  margin-right: 5px;
}
#topbar .contact-info .phone-icon {
  margin-left: 15px;
}
#topbar .cta {
  background: transparent;
}
#topbar .cta a {
  color: #fff;
  background: /*#f6b024*/;
  padding: 10px 4px 4px 10px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}
#topbar .cta a:hover {
  background: #f1a40a;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*background: rgba(0, 0, 0, 0.1);*/
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
  top: 60px;
}
#header.header-scrolled {
  /*background: rgba(5, 87, 158, 0.9);*/
  background: black;
  top: 0;
}
#header .logo {
  font-size: /*30px*/ /*24px*/ 1rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
/*  background: #fff;*/
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  height: 100%;
  width: 100%;
  /*background: #fff;*/
  padding: 12px;
}

.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
  background: rgba(6, 98, 178, 0.9) !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 14px;
  /*color: rgba(255, 255, 255, 0.7);*/
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: /*#f6b024*/ #cb8670;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a.btn-theme:hover:before{
visibility: hidden!important;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 8px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #032e54;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #0880e8;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #f6b024;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: /*rgba(5, 74, 133, 0.9)*/ rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .btn-theme{
  width: 40%;
  margin-left: 5px;
}
@media (min-width: 990px){
 .mobile-book-now{
  display:none!important;
}
}
/*
@media (max-width: 800px){
 .mobile-book-now{
  display:visible!important;
}

}
*/

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: /*#fff*/ black;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: /*#0665b7*/ #fff;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #f6b024;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #f6b024;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section for home page
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  position: relative;
  /*background: url("../img/bg.jpg") top center;*/
  background-size: cover;
  position: relative;
  margin-bottom: -90px;
  z-index: 99;
  transition: 0.3s;
}
#hero:before {
  content: "";
  /*background: rgba(6, 101, 183, 0.9);*/
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f6b024;
}
#hero .btn-get-started:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 768px), (max-height: 700px) {
  #hero {
    height: 120vh;
    padding: 100px 0;
  }
  #hero h2 {
    font-size: 28px;
  }
}

/*

.carousel .carousel-item.pool{
  background-image:url("../img/bg.jpg");
}
.carousel .carousel-item.boat{
  background-image:url("../img/bg1.jpg");
}
.carousel .carousel-item.sea{
  background-image:url("../img/bg2.jpg");
}
.carousel .carousel-item.river{
  background-image:url("../img/bg3.jpg");
}

*/


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #054a85;
}
.section-title p {
  margin-bottom: 0;
  font-style: italic;
}

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.icon-boxes {
  padding-top: 0;
  position: relative;
  z-index: 100;
}
.icon-boxes .icon-box {
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.icon-boxes .icon {
  margin: 0 auto 20px auto;
  display: inline-block;
  text-align: center;
}
.icon-boxes .icon i {
  font-size: 36px;
  line-height: 1;
  color: /*#f6b024*/ #cb8670;
}
.icon-boxes .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.icon-boxes .title a {
  color: #05579e;
}
.icon-boxes .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #777777;
}



/* THEME
***************************************************************/
.btn{
    font-weight: 700;
    transition: all .4s;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-sm {
  padding: 10px 17.5px!important;
    font-size: .7em!important;
    border-radius: 4px !important;
}


.btn-lg{
  padding: 10px 17.5px;
    font-size: .9em;
    border-radius: 4px
}


.btn-theme{
  background:/* #cb8670*/ #cb8670; !Important;
  margin-top: 0px;
    margin-bottom: 0px;

    border-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
}

.btn-theme:hover{
  background: black!important;
  color: white;
}


.btn-theme-ghost{
 background-color: transparent !important;
    border-color: black !important;
    color: black !important;
}

.btn-theme-ghost:hover{
  background: black !important;
  color: #fff !important;
}

.line-button{
  color:#cb8670; !Important ;
}


/* Theme text headings and paragraphs
***************************************************************/
.section-title h2, #restaurant h3, .jumbotron h2, .showcase h2, .showcase .section-title p, .portfoio .section-title p{
  font-size: /*25px*/ 30px!important;
  color: /*#cb8670;*/ /*#88764C*/ /*#cb8670*/ black!important;
  /*font-family: 'Playfair Display',serif!important; */
font-family: 'Raleway', Arial, Helvetica, sans-serif!important;
  line-height: 1.2;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: capitalize!important;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/* For mobile Phones
**********************************/
@media only screen and (max-width: 768px) {
.section-title h2, #restaurant h3, .jumbotron h2, .showcase h2, .showcase .section-title p, .portfoio .section-title p
{

font-size:24px!important;
}

#hero h2{
  font-size: 18px;
}

}


/* Room title
***********************************/
.card-title{
  font-family: 'Playfair Display',serif!important;
  color: #30353e;
  font-size: 22px!important;
  font-weight: 700;
  line-height: 1.2;
    letter-spacing: 1px;
}

.showcase .section-title p , .portfoio .section-title p{
  font-size: 18px!important;
}

/* hero for other pages except index & rooms
********************************************************/
.jumbotron{
  height: 65vh!important;
}

.jumbotron h2{
  color: #fff!important;
  text-shadow: 1px 2px 3px rgb(0 0 0 / 50%);
  letter-spacing: 2px;
  font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 0 auto 10px;

}
section p:not(.card p), .showcase p, .about_area p{
  font-size: 15px!important;
  line-height: 2;
  color: #4f4f4f;
  font-family: 'Open Sans',sans-serif;
}
.section-title h2::after{
  background: /*#cb8670;*/ /*#88764C*/ #cb8670!important;
}

.section-title p{
color: black!important;
font-size: 16px!important;
}

.about_area .card{

  height:430px;
}

.about_area .card .card-title{
  font-size: 19px !important;
font-family: 'Open Sans',sans-serif !important;
}


/* Restaurant & Bar
************************************/
#restaurant h3{

  margin: 10px 0px;
}

/*Services
**************************************/
.services h3{
  font-size: 18px!important;
}
.services .book_now{
  color: background: #0880e8!important;
  }



#restaurant p{
  font-size: 15px!important;
}

/* Ammenties
************************************************/



/* Navigation
**********************************************************/

.bg-dark{
 /* background: none;
  background: transparent!important;*/
 /* position: absolute; */
}

#main-nav{
 background: #fff;
  color: black!important;
}


#mynav .nav-link{
  color: black!important;
}

.navbar-brand{
color:black;
font-size: 30px;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f8fcf9;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #5cb874;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}



/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5cb874;
}
.about .content p:last-child {
  margin-bottom: 0;
}



/* Rooms
*********************************************************************/
#rooms .card{
  margin-bottom: 10px;

}

#rooms .card-img-top{
/*height: 30vh; */
height: auto;
height: 50vh;
width:100%;
max-width: 100%;
}

#rooms .card strong:not(:first-child){
  margin-left: 6px!important;

}
#rooms .card strong{
  font-weight: 500;
}

#rooms .card-title{
  /*text-align: center!important;*/
}

#rooms p{
  margin: 5px;
  margin-left: 0px!important;
}

#rooms .card .btn-theme{
  margin-right:10px ;
}

/* rooms themes
****************************************/
.room-capacity-info p{
  font-size: 14px;
    /*color: rgb(162, 162, 162);*/
    color: #4f4f4f;
    margin: 0px;
    font-weight: 400;
   /* font-family: Lato,sans-serif;
    font-size: 16px; */
  /*  display: none!important; */
}

.room-capacity-info p strong{
  font-weight:0;
}

.room-day-price{
  font-size: 22px;
    color: /*rgb(242, 163, 12)*/ #cb8670;;
    margin: 0px;
    font-weight: 600;
/*    display: none!important; */
}


.room-day-price  span {
    font-size: 14px !important;
    color: #666;
    font-weight: 400;
}






/* Restaurant food area
*************************************************************************/
.about_area{padding-top:200px;padding-bottom:100px}@media (max-width:767px){.about_area{padding-top:40px;padding-bottom:40px}}@media (min-width:768px) and (max-width:991px){.about_area{padding-top:80px;padding-bottom:80px}}@media (min-width:992px) and (max-width:1200px){.about_area{padding-top:100px;padding-bottom:100px}}.about_area .about_info p{font-size:16px;line-height:28px;font-size:16px;line-height:28px;margin-top:0;margin-bottom:47px}@media (max-width:767px){.about_area .about_info a{margin-bottom:30px}}
.about_area .about_thumb{-webkit-justify-content:flex-end;
  -moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:flex-end}
  @media (min-width:768px) and (max-width:991px){.about_area .about_thumb{-webkit-justify-content:flex-start;
    -moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start;margin-top:30px}}
    .about_area .about_thumb img{width:100%}.about_area .about_thumb .img_2{margin-top:40px;margin-left:10px}
    @media (min-width:768px) and (max-width:991px){.about_area .about_thumb2{margin-bottom:30px}}
    .about_area .about_thumb2 img{width:100%}.about_area .about_thumb2 .img_2{margin-top:40px;margin-left:10px}
    .about_bg_1{background-image:url(https://preview.colorlib.com/theme/montana/img/banner/xabout_banner.png.pagespeed.ic.OvlhX3xxZn.jpg)}
    .about_info_area{padding-left:387px;margin-top:50px}@media (min-width:768px) and (max-width:991px){.about_info_area{padding-left:0}}
    @media (max-width:767px){.about_info_area{padding-left:0}}@media (min-width:992px) and (max-width:1200px){.about_info_area{padding-left:0}}
    media (min-width:1200px) and (max-width:1500px){.about_info_area{padding-left:0}}.about_info_area .single_slider{height:750px;
      background-size:cover;background-position:center center;background-repeat:no-repeat}
      @media (max-width:767px){.about_info_area .single_slider{height:400px}}
      @media (min-width:768px) and (max-width:991px){.about_info_area .single_slider{height:400px}}
      @media (min-width:992px) and (max-width:1200px){.about_info_area .single_slider{height:500px}}.about_main_info{padding-top:100px}
      @media (max-width:767px){.about_main_info{padding-top:50px}}.about_main_info .single_about_info{margin-bottom:43px}
      @media (max-width:767px){.about_main_info .single_about_info{margin-bottom:30px}}
      .about_main_info .single_about_info h3{font-size:22px;color:#1f1f1f;margin-bottom:0;margin-bottom:10px;line-height:32px}
      .about_main_info .single_about_info p{font-size:16px;line-height:28px;font-weight:400;color:#4d4d4d}
      @media (max-width:767px){.about_main_info .single_about_info p br{display:none}}
      @media (min-width:768px) and (max-width:991px){.about_main_info .single_about_info p br{display:none}}
      @media (min-width:992px) and (max-width:1200px){.about_main_info .single_about_info p br{display:none}}
      @media (min-width:1200px) and (max-width:1500px){.about_main_info .single_about_info p br{display:none}}
      .offers_area{padding-bottom:100px}@media (max-width:767px){.offers_area{padding-bottom:40px}}
      .offers_area.padding_top{padding-top:200px}@media (max-width:767px){.offers_area.padding_top{padding-top:40px}}
      @media (min-width:768px) and (max-width:991px){.offers_area.padding_top{padding-top:80px}}
      @media (min-width:992px) and (max-width:1200px){.offers_area.padding_top{padding-top:80px}}
      @media (max-width:767px){.offers_area .single_offers{margin-bottom:30px}}
      .offers_area .single_offers .about_thumb{overflow:hidden}
      .offers_area .single_offers .about_thumb img{width:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s}.offers_area .single_offers h3{font-size:22px;font-weight:400;color:#1f1f1f;margin-top:32px}@media (min-width:768px) and (max-width:991px){.offers_area .single_offers h3{font-size:18px}.offers_area .single_offers h3 br{display:none}}.offers_area .single_offers ul{margin-top:17px;margin-bottom:30px}.offers_area .single_offers ul li{font-size:16px;color:#4d4d4d;line-height:28px;position:relative;z-index:9;padding-left:23px}.offers_area .single_offers ul li::before{position:absolute;content:"";width:8px;height:8px;background:#4d4d4d;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-radius:50%}.offers_area .single_offers a{width:100%;text-align:center}.offers_area .single_offers:hover

      .about_thumb img{width:100%;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}



/* Meetings and events slider
**************************************************************/
#meetings img{
max-height: 50vh!important;
width: 100%;
}

#meetings .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
 #meetings .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0880e8;
}
#meetings .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0880e8;
}



/* offers are services
*******************************************************************************/
.offers_area{padding-bottom:100px}@media (max-width:767px){.offers_area{padding-bottom:40px}}.offers_area.padding_top{padding-top:200px}@media (max-width:767px){.offers_area.padding_top{padding-top:40px}}@media (min-width:768px) and (max-width:991px){.offers_area.padding_top{padding-top:80px}}@media (min-width:992px) and (max-width:1200px){.offers_area.padding_top{padding-top:80px}}@media (max-width:767px){.offers_area .single_offers{margin-bottom:30px}}
.offers_area .single_offers .about_thumb{overflow:hidden}
.offers_area .single_offers .about_thumb img{
  width:100%;-webkit-transform:scale(1);-moz-transform:scale(1);
  -ms-transform:scale(1);transform:scale(1);-webkit-transition:.3s;
  -moz-transition:.3s;-o-transition:.3s;transition:.3s}
  .offers_area .single_offers h3{font-size:22px;font-weight:400;color:#1f1f1f;margin-top:32px}
  @media (min-width:768px) and (max-width:991px){.offers_area .single_offers h3{font-size:18px}
  .offers_area .single_offers h3 br{display:none}}
  .offers_area .single_offers ul{margin-top:17px;margin-bottom:30px}
  .offers_area .single_offers ul li{font-size:16px;color:#4d4d4d;line-height:28px;position:relative;
    z-index:9;padding-left:23px}
    .offers_area .single_offers ul li::before{position:absolute;content:"";width:8px;height:8px;
    background:#4d4d4d;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-radius:50%}
    .offers_area .single_offers a{width:100%;text-align:center}



/* Ammenities
*****************************************************/
.fac-img {
    background-color:/*#cb8670;*  black/ /*rgba(5, 87, 158, 0.9)*/ #cb8670!important;

    display: inline-block;
    padding: 15px;
    border-radius: 50%;
    height: 65px width: 65px;
    text-align: center;
    vertical-align: middle;
    transform: scale(1.0);
    transition: all ease .4s;
}

#amenities h4{
  font-size: 14px!important;
 /* text-align: left;*/
  margin: 10px;
  /*color:#cb8670;;*/
}



/* Showcase
*****************************************************/
.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.showcase h2{
  color: #cb8670; !Important;
  font-size:24px ;
}

.showcase .lead{
/*font-family: Open Sans; */
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: #000;
}



/* Reservation Form
*************************************************************************************************************/
.section {
  /*position: relative;
  height: 100vh;*/
 /*height: 30vh;*/
 margin-top: 70px;
}

.section .section-center {
  /*position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  */
}

#booking {
  font-family: 'Source Sans Pro', sans-serif;
  /*background-image: url('../img/background.jpg');*/
 /*background: black;
  background-size: cover;
  background-position: center;
  */
}

.booking-form {
  background: /*#fff*/ black;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(60, 64, 101, 0.1);
}

.booking-form>form .row.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}

.booking-form>form .row.no-margin>[class*="col-"] {
  padding-right: 0px;
  padding-left: 0px;
}

.booking-form .form-header {
  padding: 15px 10px;
  height: 110px;
  line-height:110px;
  text-align: center;
}

.booking-form .form-header h2 {
  font-family: 'Alegreya', serif;
  margin: 0;
  display: inline-block;
  font-size: 28px;
  color: /*#9a8067*/ #fff;
  text-align: center;
  margin-top: 47px;
}

.booking-form .form-group {
  position: relative;
  height: /*110px*/ 80px;
  padding: 15px 10px;
  margin-bottom: 0px;
}

.booking-form .form-control {
  font-family: 'Alegreya', serif;
  background-color: /*transparent*/white;
  border-radius: 0px;
  border: none;
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: /*0*/ 2px;
  font-size: /*28*/ 20px;
  color: #3c404a;
  font-weight: 700;
}

.booking-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.booking-form select.form-control+.select-arrow {
  position: absolute;
  right: 0px;
  bottom: 20px;
  width: 32px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  pointer-events: none;
  color: #818390;
  font-size: 12px;
}

.booking-form select.form-control+.select-arrow:after {
 /* content: '\279C';*/
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.booking-form .form-label {
  color: /*#818390*/ #fff;
  display: block;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.booking-form .form-btn {
  padding: 15px 10px;
  height: 110px;
}

.booking-form .submit-btn {
  background: /*#9a8067*/ #cb8670;
  color: #fff;
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  height: /*80*/ 52px;
  width: 100%;
  margin-top: 38px;
}






/*
.section-booking{
  background: rgba(133, 104, 73, 0.33)
}


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

}

.section .section-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#booking {
  font-family: 'Alice', serif;
 /* background: rgba(133, 104, 73, 0.33); /* rgba(0, 0, 0, 1)*
}

.booking-form {
  position: relative;
  max-width: 912px;
  width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
}

.booking-form .booking-bg {
  position: absolute;
  left: 25px;
  top: -25px;
  bottom: -25px;
  width: 400px;
  background-image: url('../img/background.jpg');
  background-size: cover;
  background-position: center;
  padding: 25px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.booking-form .booking-bg::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(133, 104, 73, 0.78);
}

.booking-form>form {
  margin-left: 425px;
  padding: 30px;
}

.booking-form .form-header {
  margin-bottom: 30px;
  margin-top: 60px;
  position: relative;
  z-index: 20;
}

.booking-form .form-header h2 {
  font-family: 'Playfair Display', serif;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 900;
  color: #fff;
  font-size: 42px;
  text-transform: capitalize;
}

.booking-form .form-header p {
  color: #fff;
  font-size: 18px;
}

.booking-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.booking-form .form-control {
  background-color: #fff;
  height: 45px;
  padding: 0px 15px;
  color: #151515;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.booking-form .form-control::-webkit-input-placeholder {
  color: #e5e5e5;
}

.booking-form .form-control:-ms-input-placeholder {
  color: #e5e5e5;
}

.booking-form .form-control::placeholder {
  color: #e5e5e5;
}

.booking-form .form-control:focus {
  background: #f8f8f8;
}

.booking-form input[type="date"].form-control:invalid {
  color: #e5e5e5;
}

.booking-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.booking-form select.form-control:invalid {
  color: #e5e5e5;
}

.booking-form select.form-control option {
  color: #151515;
}

.booking-form select.form-control+.select-arrow {
  position: absolute;
  right: 3px;
  bottom: 5px;
  width: 32px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  pointer-events: none;
  color: #e5e5e5;
  font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
  content: '\279C';
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.booking-form .form-label {
  color: #856849;
  text-transform: uppercase;
  line-height: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: 400;
  margin-left: 20px;
}

.booking-form .form-btn {
  margin-top: 30px;
}

.booking-form .submit-btn {
  display: block;
  width: 100%;
  color: #fff;
  background-color: rgba(133, 104, 73, 0.9);
  font-weight: 700;
  font-size: 18px;
  border: none;
  border-radius: 40px;
  height: 55px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
  background-color: rgba(133, 104, 73, 1);
}

@media only screen and (max-width: 768px) {
  .booking-form .booking-bg {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: -15px;
    width: 95%;
    margin: auto;
    height: 1000px;
  }
  .booking-form>form {
    margin-left: 0px;
  }

 .booking-bg{
  display: none!important;
 }


 .section-booking{
  background: #fff;
 }
}
*/

/*
*
* Footer
===========================================================================================================*/
.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}


.footer-dark .connect .icon{
font-size: 22px;
}

#preloader {
    visibility:hidden !important;
    
}
