/*  HEADER */
::selection {
    background-color: #f9c349;
    color: black;
    }
    .navbar-nav{
    margin-left: auto;
    gap: 10px;
    font-size: 18px;
    }
    .navbar{
background: white;
}
    .nav-item a{
    color:black;
    font-family: 'Poppins', sans-serif;
    }
    .nav-item a:hover{
        color:#9E8444;
border-bottom: 3px solid #9E8444;        }
         #active {
            color:#9E8444 !important;
            border-bottom: 3px solid #9E8444;  
        }
    .btn {
    -moz-user-select: none;
    background-image: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;    
     margin-top: 2px;
    }
    .btn{
    border:1px solid #9E8444; 
    background-color:none;
    color:#9E8444 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    }
    .btn:hover{
        border:1px solid #9E8444; 
background-color: #9E8444;
    color:white !important;
    transition: 0.3s;
    }
/*FOOTER*/
.site-footer
{
background-color:#26272b;
padding:80px 0 20px;
font-size:15px;
line-height:24px;
color:white;
}
.site-footer hr
{
border-top-color:#bbb;
opacity:0.5
}
.site-footer hr.small
{
margin:20px 0
}
.site-footer h6
{
color:#fff;
font-size:16px;
text-transform:uppercase;
margin-top:5px;
letter-spacing:2px
}
.site-footer a
{
color:white;
}
.site-footer a:hover
{
color:blanchedalmond;
text-decoration:none;
}
.footer-links
{
padding-left:0;
list-style:none
}
.footer-links li
{
display:block;
color: white;
}
.footer-links a
{
color:white;
}
.footer-links #footer,.footer-links a:focus,.footer-links a:hover
{
color:blanchedalmond;
text-decoration:none;
border-bottom: 2px solid blanchedalmond;  
}
.footer-links.inline li
{
display:inline-block
}
.copyright-text
{
margin:0
}
@media (max-width:991px)
{
.site-footer [class^=col-]
{
margin-bottom:30px
}
}
@media (max-width:767px)
{
.site-footer
{
padding-bottom:0
}
.site-footer .copyright-text,.site-footer .social-icons
{
text-align:center
}
}
.col-xs-6 a{
text-decoration: none;
}
.copyright-text img{
width:20%;
}
.col-xs-6 iframe{
height:62%;
width:100%;
}
.col-xs-6 li{
color:white;
}
.col-5 svg{
fill:none;
}
#logo{
text-align: right;
}
/* CAROUSEL */
.carousel-caption{
    top:40%;
    }
    .c-item{
    height: 800px;
    }
    .c-img {
    height:100%;
    object-fit: cover;
    filter:brightness(0.5);
    }
.carousel-caption
{font-family: 'Playfair Display', serif;
}
/*STORY*/
.bttn {
    -moz-user-select: none;
    background-image: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;    
     margin-top: 2px;
    }
    .bttn{
    border:1px solid #9E8444; 
    background-color:#9E8444;
    color:white !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    }
    .bttn:hover{
        border:1px solid #9E8444; 
    color:white !important;
    transition: 0.3s;
    }
    .col-text {
        height:20em;
      }
      .grid-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        flex-direction: row; 
        -webkit-flex-direction: row;
        -webkit-flex-wrap: wrap;
        -webkit-justify-content: space-around;
      }
      .col {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
      }
      .col-left {
        -webkit-box-ordinal-group:-1;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
      }
      .col-text{
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .Aligner-item {
        width: 60%;
      }
      .col-image {
        background-size: cover;
        background-position:center center;
      }
      @media (max-width: 640px) {
        .grid-flex {
          height: 40em;
          display: -webkit-flex;
          -webkit-flex-direction: column;
          flex-direction: column; 
         }
        .col {
          order:vertical;
        }
        .col-left {
          -webkit-box-ordinal-group:0;
          -webkit-order: 0;
          -ms-flex-order: 0;
          order: 0;
        }
        .col-text div p {
          padding: 1em;
        }
        .Aligner-item {
          width: 90%;
        }
      }
/*FACILITIES*/
.svg{
    fill:#9e8444;
}
.card-title{font-family: 'Lato', sans-serif;}
/*ROOMS*/
.set-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;}
.hp-room-items {
	margin-left: -12px;
    margin-right: -12px;
	overflow: hidden;
}
.hp-room-items .hp-room-item {
	height: 600px;
	margin-right: -15px;
	position: relative;
	overflow: hidden;
}
.hp-room-items .hp-room-item:hover .hr-text {
	bottom: 50px;
}
.hp-room-items .hp-room-item:hover .hr-text h2 {
	margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}
.hp-room-items .hp-room-item .hr-text {
	position: absolute;
	left: 45px;
	right: 25px;
	bottom: -250px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.hp-room-items .hp-room-item .hr-text h3 {
	color: #251e0c;
	margin-bottom: 150px;
}
.hp-room-items .hp-room-item .hr-text h4 {
	color: #dfa974;
	font-weight: 700;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
    font-family: 'Playfair Display', serif;
}
.hp-room-items .hp-room-item .hr-text h2 span {
    font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-weight: 400;
	color: white;
}
.hp-room-items .hp-room-item .hr-text table {
	margin-bottom: 10px;
}
.hp-room-items .hp-room-item .hr-text table tbody tr td {
	font-size: 16px;
	color: white;
	line-height: 36px;
}
.hp-room-items .hp-room-item .hr-text table tbody tr td.r-o {
	width: 120px;
}
.hp-room-items .hp-room-item .hr-text .primary-btn:after {
	background: white;
}
.primary-btn {
	display: inline-block;
	font-size: 13px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	position: relative;
    text-decoration: none;
    margin-bottom: 80px;
}
.primary-btn:hover {
	color: white;
}
.primary-btn:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #dfa974;
	content: "";
}
.hp-room-items .hp-room-item .hr-text h3 {
    color: white;
    margin-bottom: 15px;
}
    /*GALLERY*/
    img.zoom{
        width: 100%;
        height: 20vh;
        display: block;
        margin: 0 auto;
        object-fit: cover;
        transition: all .3s ease-in-out;
    }
   .transition{
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
  }
/*RESTAURANT*/
.rest{
    border:1px solid #536942; 
    background-color:transparent;
    color:#536942 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    border-radius: 5px;
    font-family: 'Raleway', sans-serif;
    }
    .rest:hover{
        border:1px solid #303d25; 
    color:#303d25 !important;
    transition: 0.3s;
    }
/*ANIMATIONS*/
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
  }
  @keyframes slideInUp {
    0% {
      opacity: 0;
      transform: translateY(25%);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes slideInDown {
    0% {
      opacity: 0;
      transform: translateY(-25%);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes slideInleft {
    0% {
      opacity: 0;
      transform: translateX(25%);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes slideInRight {
    0% {
      opacity: 0;
      transform: translateX(-25%);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes zoomIn {
    0% {
      opacity: 0;
      transform: scale(0.75);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes zoomReverseIn {
    0% {
      opacity: 0;
      transform: scale(1.25);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes flipInY {
    0% {
      opacity: 0;
      transform: perspective(90vw) rotateY(67.50deg);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  [data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
  }
  .animations-disabled {
    &,
    [data-animation] {
      animation: none !important;
      opacity: 1 !important;
    }
  }
  .slideInUp {
    animation-name: slideInUp;
  }
  .slideInDown {
    animation-name: slideInDown;
  }
  .slideInLeft {
    animation-name: slideInleft;
  }
  .slideInRight {
    animation-name: slideInRight;
  }
  .fadeIn {
    animation-name: fadeIn;
  }
  .zoomIn {
    animation-name: zoomIn;
  }
  .zoomReverseIn {
    animation-name: zoomReverseIn;
  }
  .flipInY {
    animation-name: flipInY;
  }
  .flipOutY {
    animation-name: flipInY;
    animation-direction: reverse;
  }
/* restorant */



.sec-title .sub-title {
  position: relative;
  font-size: 18px;
  color: #666666;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 14px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 7.8px;
}

.sec-title .sub-title::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 100%;
  margin-left: 5px;
  width: 37px;
  height: 10px;
  background-image: url(../images/before.png);
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  color: #222222;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  margin-bottom: 0;
  z-index: 2;
}
.cta-section .cta-inner .cta-features .single-feature {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-section .cta-inner .cta-features .single-feature {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-section .cta-inner .cta-features .single-feature {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
  }
}
@media (max-width: 575px) {
  .cta-section .cta-inner .cta-features .single-feature {
    display: block;
  }
}
.cta-section .cta-inner .cta-features .single-feature .icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(190, 173, 142, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(190, 173, 142, 0.2);
  text-align: center;
  line-height: 120px;
  font-size: 60px;
  color: #bead8e;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-section .cta-inner .cta-features .single-feature .icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .cta-section .cta-inner .cta-features .single-feature .icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 40px;
  }
}
.cta-section .cta-inner .cta-features .single-feature .cta-desc {
  position: relative;
  padding-left: 40px;
  z-index: 1;
  font-size: 14px;
}
@media (max-width: 575px) {
  .cta-section .cta-inner .cta-features .single-feature .cta-desc {
    padding-left: 0;
  }
}
.cta-section .cta-inner .cta-features .single-feature .cta-desc h3 {
  font-size: 30px;
  color: #111;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-section .cta-inner .cta-features .single-feature .cta-desc h3 {
    font-size: 26px;
  }
}
.cta-section .cta-inner .cta-features .single-feature .cta-desc .count {
  position: absolute;
  font-size: 120px;
  font-weight: 700;
  left: -32px;
  top: 0;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #111;
  z-index: -1;
  color: transparent;
  opacity: 0.1;
}
@media (max-width: 575px) {
  .cta-section .cta-inner .cta-features .single-feature .cta-desc .count {
    left: 0;
  }
}
.cta-section .cta-inner .cta-features .single-feature:last-child {
  margin-bottom: 0;
}
.overlay-anim:before {
  background: rgba(255, 255, 255, .3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.feature-row:nth-child(even) .image-column .inner-column {
  margin-right: 0;
  margin-left: -170px
}
.feature-row:nth-child(even) .content-column .inner-column {
  padding: 61px 231px 70px 60px
}
.feature-row:hover .image-column .inner-column .image-box .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.feature-row .image-column .inner-column {
  margin-right: -170px;
  position: relative;
  z-index: 9
}
.feature-row .content-column {
  margin-bottom: 60px
}
.feature-row .content-column .inner-column {
  position: relative;
  background-color: #f8f5f0;
  padding: 21px 0 30px 131px;
  margin-top: 50px
}
@media(max-width:1199.98px) {
  .feature-row .content-column .inner-column {
    padding: 61px 0 70px 203px
  }
}
@media(max-width:991.98px) {
  .feature-row .content-column .inner-column {
    padding-left: 40px;
    padding-right: 0
  }
}
@media(max-width:575.98px) {
  .feature-row .content-column .inner-column {
    padding: 61px 40px 70px;
    margin-top: 0
  }
}
.feature-row .content-column .inner-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 232px;
  width: 95px;
  height: 11px;
  background-color: var(--theme-color1)
}
.feature-row .content-column .inner-column .sec-title {
  margin-bottom: 34px
}
.feature-row .content-column .inner-column .sec-title .text {
  margin-top: 31px
}
.feature-row .content-column .inner-column .sec-title .sub-title {
  margin-bottom: 11px
}
.feature-row .content-column .inner-column .sec-title .sub-title::before {
  display: none
}
@media(max-width:1199.98px) {
  .feature-row .content-column .inner-column .sec-title h2 {
    font-size: 40px
  }
}
@media(max-width:1199.98px) {
  .feature-row .content-column .inner-column .sec-title .text {
    font-size: 16px
  }
}
.feature-row .content-column .inner-column .image-2 {
  position: absolute;
  top: 18px;
  right: 13px
}
.feature-row .image-column .image {
  overflow: hidden
}
.feature-row .image-column .image img {
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
@media only screen and (max-width:1200px) {
  .feature-row:nth-child(even) .content-column .inner-column .sec-title {
    max-width: 70%
  }
}
@media only screen and (max-width:991px) {
  .feature-row .content-column .inner-column {
    margin-top: 0
  }
  .feature-row .content-column .inner-column::before {
    left: 40px
  }
  .feature-row .image-column .inner-column {
    margin-right: 0
  }
  .feature-row:nth-child(even) .image-column .inner-column {
    margin: 0
  }
  .feature-row:nth-child(even) .content-column {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .feature-row:nth-child(2n) .content-column .inner-column .sec-title {
    max-width: 100%
  }
  .feature-row:nth-child(2n) .content-column .inner-column {
    padding: 61px 40px 70px
  }
}
@media only screen and (max-width:576px) {
  .feature-row .image-column .inner-column {
    margin-bottom: 20px
  }
  .feature-row:nth-child(even) .content-column .inner-column .sec-title {
    max-width: 100%
  }
}
@media only screen and (max-width:480px) {
  .feature-row:nth-child(2n) .content-column .inner-column {
    padding: 61px 40px 70px
  }
}