@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Poppins');

h1, h2, h3, h4, h5, h6{
	font-family: 'Playfair Display', serif;
}
p, .nav-link{
  font-family: 'Poppins', sans-serif;
}
p{
  font-weight: 300;
  font-size: .9em;
}
nav{
  height: 80px;
left: 0px;
top: 0px;

background: #FFFFFF;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.094);
}
.nav-link{
  font-weight: bold;
}
.navbar-brand img{
  height: 75px;
}
.button_container {
  position: fixed;
  top: 5%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
      z-index: 1000000;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #060606;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #060606;
}
.button_container span {
  background: #00aeb0;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  z-index: 1000;
  position: fixed;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 28px;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  /*height: 25%;*/
  height: calc(100% / 8);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #000000;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.home-slider-text-right{
	margin-top: 150px;
}
.home-slider-text{
	position: absolute;
	bottom: 6%;
	left: 8%;
	color: #FFFFFF;
}
.home-slider-text h2{

	font-weight: bold;
	font-size: 3rem;
}
.about .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: auto;
    right: 0px;
    bottom: -40px;
    display: block;
    width: 58px;
    height: 31px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #00aeb0;
}

.about .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: auto;
    left: auto;
    right: 59px;
    bottom: -40px;
    display: block;
    width: 58px;
    height: 31px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: white;
    border: none;
    outline: none;
    background: #00aeb0;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #14d4d6;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.slick-dots li button::before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: " ";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding-bottom: 33px;
    padding-right: 40px;
    /* margin: 0; */
    list-style: none;
    text-align: right;
}
.main-div{
	height: 100vh;
}
.lazy img{
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}
.search-form{
	    position: absolute;
    /* top: 166px; */
        right: 20%;
   		margin-top: 25%;
    	z-index: 99;
}
.home-slider-text-right h3{

	 font-size: 3rem;
	 font-weight: bold;
   color: #07505e;
}


.home-slider-text-right p{
	/*position: absolute;*/
    /*bottom: 50px;*/
}
.heighlights-row{
  margin-bottom: 150px;
}
.heighlihts-content{
  margin: auto;
}
.form-control-lg {
    height: calc(1.7em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: .8rem;
    line-height: 1.5;
    border-radius: .3rem;
    width: 164px;
    border: none;
    border-radius: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.btn-group-lg>.btn, .btn-lg {
    padding: .6rem 1rem;
    font-size: .8rem;
    line-height: 1.5;
    border-radius: .3rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.btn-custom{
	background: #14d4d6;
	border-top-right-radius: 30px; 
	border-bottom-right-radius: 30px;
	border-top-left-radius: 0px; 
	border-bottom-left-radius: 0px;
	color: #FFFFFF;
	font-weight: 600;

}











.about-section{
	padding: 12% 0;
	position: relative;
}
.about-section-content{
	position: absolute;
	bottom: 25%;
}

.about-section-content-room{
  position: absolute;
  bottom: 25%;
  /*left: -68px;*/
  background-color: #fbfbfb;
  padding: 20px;
}
.about-section-content-room-right{
  position: absolute;
  bottom: 25%;
  /*right: -68px;*/
  background-color: #fbfbfb;
  padding: 20px;
  z-index: 100;
}
.about-section-content-room p, .about-section-content-room-right p{
  font-size: 14px;
}
.about-section-content h2{
	font-size: 3rem;
	font-weight: bold;
      color: #07505e;
}
.about-facilities{
	padding: 10px;
	position: absolute;
    bottom: 135px;
    background: #dcdcdc5c;
}
.about-facilities i{
  color: #00aeb0;
}
.img-fluid-facilities{
	height: 290px;
	width: auto !important;
	float: right;
}
.slider-nav img{
	height: 150PX;
	width: auto !important;
}
.Facilities{
	padding: 8% 0;
}
.Facilities h2{
    font-size: 3rem;
        color: #07505e;
}



.highlights{
  padding: 8% 0;
}
.highlights h2{
    font-size: 3rem;
        color: #07505e;
}
.img-fluid-highlights{
  height: 350px;
  width: auto !important;
  float: right;
}



.footer-img{
    position: relative;
}
.footer-img h2{
    position: absolute;
    bottom: 14%;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 4rem;
    padding: 0 19%;
}
.rooms{
    padding: 12% 0;
}

.price span{
  font-size: 2rem;
  color: #00aeb0;
  font-weight: bold;
}

.btn-book-now{

    background: #00aeb0;
    color: #ffffffff;
    margin-bottom: -54px;
    border-radius: 0;
    padding: 6px 35px;
}


footer{
	padding: 80px 0 20px 0px;
  background: #f2f2f2;
}
footer a{
    color: #000000;
    font-size: 12px;

}
footer a :hover{
    color: #000000;
    text-decoration: none;
}

.home-slider{
    margin-top: 81px;
    }
    .slider {
    width: 100%;
    }
    .slick-slide {
    margin: 0px 0px;
    }
    .slick-slide img {
    width: 100%;
    }
    .slick-prev:before,
    .slick-next:before {
    color: black;
    }
    .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
    }
    
    .slick-active {
    opacity: .5;
    }
    .slick-current {
    opacity: 1;
    }
    .slider-nav .slick-current {
    opacity: 1;
    -webkit-animation: zoomin 3s ease-in infinite;
    animation: zoomin 3s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
    }
    /* Zoom in Keyframes */
    @-webkit-keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(0.67);}
    100% {transform: scale(1);}
    }
    @keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(0.67);}
    100% {transform: scale(1);}
    } /*End of Zoom in Keyframes */
    /* Zoom out Keyframes */
    @-webkit-keyframes zoomout {
    0% {transform: scale(1);}
    50% {transform: scale(0.67);}
    100% {transform: scale(1);}
    }
    @keyframes zoomout {
    0% {transform: scale(1);}
    50% {transform: scale(0.67);}
    100% {transform: scale(1);}
    }/*End of Zoom out Keyframes */


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .row{
        padding: 0px 15px;
    }
  .about-section-content {
    position: static;
    bottom: auto;
        margin-top: 62px;
}
.main-div {
    height: 100vh;
}
.home-slider-text-right {
    margin-top: 20px;
}
.home-slider-text-right p {
    position: static;
    bottom: auto;
}
.search-form{
    display: none;
}
.home-slider-text h2 {
    font-weight: bold;
    font-size: 1.2rem;
}

.home-slider-text h5 {
    font-weight: bold;
    font-size: .5rem;
}
.home-slider-text-right h3 {
    font-size: 2rem;
    font-weight: bold;
}
.about-facilities {
    padding: 10px;
    position: absolute;
    bottom: 51px;
    background: #dcdcdc5c;
}
.about-facilities h2{
    font-size: 1rem;

}
.about-facilities p{
    font-size: 10px;
}
.main-div {
    height: 100vh;
}
.about-section-content h2 {
    font-size: 2rem;
    font-weight: bold;
}
.slider-nav img {
    height: 75PX;
    width: auto !important;
}
.about-section-content h2{
  text-align: center !important; 
  font-size: 1.8em;
}
.footer-img h2 {
    position: absolute;
    bottom: 10%;
    left: ;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 0 5%;
}
p{
    font-size: 14px;
}
.Facilities h2 {
    font-size: 2rem;
}

.heighlights-row .text-right, .heighlights-row .text-left{
  text-align: center !important;
  margin-top: 30px;
}
.heighlights-row img{
  width: 100% !important;
  height: auto !important;
}
.heighlights-row {
    margin-bottom: 40px;
}
footer .text-center a{
  display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0rem;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .example {background: green;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .example {background: blue;}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .example {background: orange;}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .example {background: pink;}
}