.text-color {
    color: black;
}
.container-color {
    background: aliceblue !important;
}

.nav-menu-item{
  font-size: 18px;
  font-weight: 450;
  display: inline-block;
  position: relative;
  color: whitesmoke;
}
.nav-menu-item:after{
  font-weight: 500;
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: whitesmoke;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.nav-menu-item:hover:after {
  transform: scaleX(1);
  transform-origin: bottom center;
}
.dropdown-menu-item:focus, .dropdown-menu-item:hover {
    color: #1e2125 !important;
    background-color: #fdcf45 !important;
}
.carousel-next-prev-btn{
  width:5% !important;
  opacity: .7 !important;
}
.carousel-icon:hover{
  padding: 20px;
  background-color: black;
  opacity:  1;
}
.dropdown-menu{
  min-width: 0rem !important;
}
/*update css*/

.single-room-image{
  width: 75%;
  max-height: 400px;
  height: auto;
}
.room-imag-icon{
  width: auto;
  height: 24px;
}

.fifth pre, .fifth code {
  color: #0e1c23;
  text-shadow: 0 1px 0 #4892b5;
  background: #3d7c9a;
}

/* Sixth Section */
.sixth {
  background: #bb4b79;
}
.sixth pre, .sixth code {
  color: #2a101b;
  text-shadow: 0 1px 0 #bb4b79;
  background: #a23d67;
}

/* Video Gallery
********************************************
*/
.video {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  width: 23%;
  margin: 1%;
  float: left;
  transition: all, 0.3s, ease;
}
@media (max-width: 1024px) {
  .video {
    width: 31.333%;
  }
}
@media (max-width: 768px) {
  .video {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .video {
    display: block;
    width: 96%;
    margin: 2%;
    float: none;
  }
}
.video figure {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video figure a {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 0;
}
.video img {
  width: 100%;
  opacity: 1;
}
.video img:hover, .video img:active, .video img:focus {
  opacity: 0.75;
}

/* Images 
********************************************
*/
img {
  max-width: 100%;
  height: auto;
}

/* Clearfix 
********************************************
*/
.clearfix {
  content: "";
  display: table;
  clear: both;
}

/* Footer 
********************************************
*/
footer {
  clear: both;
  background: #2b4f71;
  margin: 0;
  padding: 5%;
  text-align: center;
}

/* Smooth Scrolling Back to Top
********************************************
*/
.scroll-top:hover {
  color: #fff !important;
  background-color: #333;
  text-decoration: none;
  border-bottom: none;
}

.scroll-top {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 2;
  font-size: 1.4rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  border-radius: 5px;
  border-bottom: none;
  text-align: center;
  cursor: pointer;
}

/* Remove border from Francybox close
*****************************************
*/
.fancybox-close {
  border-bottom: none;
}
.fancybox-close:hover, .fancybox-close:active, .fancybox-close:focus {
  border-bottom: none;
}

/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden !important;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fb/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fb/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fb/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fb/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* Retina graphics */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fb/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../images/fb/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.label {
   color: #000000; 
   font-weight: 800;
}
.button {
   float: right; 
   font-weight: 600;
}

.ratyli .rate{
  color: #ff1616; font-size: 40px;
}

/* empty sign style */
.ratyli .rate-empty{color: #ff1616;}

/* full sign style after rating*/
.ratyli.rated .rate-full{color: #177905;}

/* active signs (hover)*/
.ratyli .rate-active{color: #0bda38;}

@media screen and (max-width: 920px) {
  .demo{float:none; width:90%; padding:20px 5%;}
}
.image-gallery:hover{
  background:linear-gradient(0deg, rgb(1 3 19 / 95%), rgb(1 3 19 / 90%));
}

.row > .column {
  padding: 0 8px;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Gallery image Modal CSS (background) */
.img-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.img-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.img-modal-content .column{
  float: left;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.custom-breadcrumb {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/background/17.jpg) fixed;
}

.Client{
  color: #fff;
  font-weight: 800;
  text-align: center;
  background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../images/background/17.jpg) fixed;
}

.client-review:hover{
  background:linear-gradient(0deg, rgb(1 3 19 / 95%), rgb(1 3 19 / 100%));
  border: 1px solid gray;
  border-radius: 10px;
  padding: 5px;
}
.review-title{
  color: #077706;
  font-weight: 800;
}
.review-rating{
  color: #da3333;
  font-weight: 600;
}
.reviewer{
  color: #000000;
  font-weight: 600;
}
.review-messages{
  color: #000000;
  font-weight: 600;
}
.room-images{
    height: 220px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid gray;
}
.room-heading{
    color: #d60d0d;
    font-weight: 700;
}
.feature-title{
    font-weight: 600;
}
.feature-value{
    font-weight: 400;
}
.start-price{
    font-weight: 700;
    font-style: italic;
    font-size: large;
}
.start-price-value{
    color: #33900c;
}

.room-button{
    text-align: center;
    font-weight: 800;
}
.package-title{
    background: #e6f137;
    border-radius: 5px;
    text-align: center;
    color: black;
}
.food-images{
    align-content: center;
    height: 220px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid gray;
}
.form-button{
  float: right;
}
.booking-left{
  background: #177905; 
  color: white; 
  border-radius: 5px;
  max-height: 700px;
}
.booking-left-room{
  background: #177905; 
  color: white; 
  border-radius: 5px;
  max-height: 500px;
}
.booking-left-h5{
  text-align: center;
}
.date-ranger-sec{
  background: #f13737; 
  border-radius: 5px;
}
.video-gallery-back{
  background: #69ad25b5;
}
.image-gallery-back{
  background: white; color: darkblue;
}
.more-review-back{
  background: #dbfd88c7;
}
.food-back{
  background: #f13737;"
}
.package-back{
  background: #67fb80;
}
.picnic-back{
  background: #e6f137;
}
.img-hover-zoom {
  overflow: hidden;
  border: 1px solid gray;
  border-radius: 10px;
}
.img-hover-zoom img {
  transition: transform .10s ease;
}

.room-sec{
  height: 200px; 
  width:100%;
}
.room-sec:hover{
  transition-duration: 1.2s;
  transform: scale(1.04); 
}
.room-check{
  text-decoration: none; 
  color: #10100f;
}
.room-check:hover{
  color: #3a6b0a;
  transition-duration: .8s;
}
.room-h5{
  text-decoration: none; 
  color: black;
}
.room-h5:hover{
  color: #3a6b0a;
  transition-duration: .3s;
}
.client-button{
  font-weight: 600; 
  text-decoration: none; 
  color: black;
}
.image-gallery{
height: 200px; 
width:100%;
border-radius: 10px; 
border: 1px solid gray;
}
.image-modal{
  width: 100%;
  height: auto;
  max-height: 720px;
}
.modal-thumb{
  max-height: 200px; 
  height: auto;
  width:100%;
}
.carousel-size{
  width: 100%;
  height: auto;
  max-height: 425px;
}
.submit-review{
  background: darkblue; 
  border-radius: 5px; 
  text-align: center; 
  color: white;
}
.header-background{
  background-color: #5cab3b!important;
}
.logo{
  height:50px;
}
.check-in{
  background: #69ad25b5;
}
.packagef-background{
  background: white; color: darkblue;
}
.room-background{
  background: #69ad25b5; color: darkblue;
}
.video-background{
  background: #69ad25b5; color: darkblue;
}
.image-background{
  background: white; color: darkblue;
}
.footer-1{
  background: darkblue; color: white;
}

.footer-p{
  text-align: justify;
}
.footer-2{
  background-color: #5cab3b;
}
.company{
  color: white; text-decoration: none;
}
.footer-span{
  float:right;
}
.company:hover{
  color: white;
  font-weight: 600;
}

*{
  padding: 0;
  margin: 0;
}


.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;

}

.form-inline input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 5px px;
  background-color: #fff;
   border-radius: 5px;
  border: 2px solid #ddd;
}

.form-inline input:focus{
  border: 3px solid #555;
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-inline button:focus{
  border: 3px solid #555;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-inline button {
  padding: 5px 20px;
  border-radius: 5px;
  background-color: #1A4186;
  border: 2px solid #ddd;
  color: white;


}
.form-inline button:hover {
  background-color: royalblue;
  color: ghostwhite;
  transition-duration: 0.3s;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

@media (max-width: 800px) {
  .form-inline input {
    margin: 10px 0;
}

.form-inline {
  flex-direction: column;
  align-items: stretch;
}

.navbar {
  position: fixed; 
  top: 0;
  width: 100%
}
.rating {
   width: 180px;
}

.rating__star {
   cursor: pointer;
   color: #dabd18b2;
}
.overview-area{
  color: darkblue;
}


