@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');	

@import url("extra/owl.carousel.min.css");

@import url('https://fonts.googleapis.com/css2?family=Caladea:ital,wght@0,400;0,700;1,400;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    overflow-x: hidden !important;
}
p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Caladea", serif;
    font-weight: 400;
    line-height:28px;
    margin: 0 0 20px 0;
    color: #222;
}

img{
	width:100%;
}

.date-input {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: #222;
    padding: 12px 40px 12px 12px;
    border: 1px solid #ccc;
    
}




.bg-cream {
    background: #f8f5f0;
}

.bg-blck {
    background: #222;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}
/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #00000052;
}

[data-overlay-darkgray]:before {
    background: #323232;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}

[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
    color: #fff;
}

[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
    color: #999;
}

[data-overlay-dark] p {
    color: #fff;
}

[data-overlay-darkgray] p {
    color: #999;
}

[data-overlay-light] p {
    color: #999;
}

[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.4;
}

[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.5;
}

[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.6;
}

[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}
[data-overlay-dark]:before {
    background: #00000052;
}

[data-overlay-dark]:before, [data-overlay-darkgray]:before, [data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}



/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
  position: relative;
}
[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark]:before {
  background: #000;
}
[data-overlay-darkgray]:before {
  background: #222;
}
[data-overlay-light]:before {
  background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}
[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
  color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
  color: #999;
}
[data-overlay-dark] p {
  color: #fff;
}
[data-overlay-darkgray] p {
  color: #999;
}
[data-overlay-light] p {
  color: #999;
}
[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}



/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 10px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    background-image: none;
    border-bottom: 1px solid #ececec;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #345940;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: transparent;
    border: 0px solid transparent;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
}
select {
    padding: 10px;
    border-radius: 5px;
}
table,
th,
tr,
td {
    border: 1px solid #f8f5f0;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
input[type="submit"] {
    font-weight: 400;
   ;
    text-transform: uppercase;
    background: #345940;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}
.alert-success {
    background: transparent;
    color: #666;
    border: 1px solid #345940;
    border-radius: 0px;
}

/* placeholder */
::-webkit-input-placeholder {
    color: #666;
    font-size: 15px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #666;
}









.mt-0 {
  margin-top: 0 !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}

.section-padding {
    padding: 80px 0;
}

.luxury-navbar {
  background: transparent;
  padding: 5px 0;
  transition: all 0.3s ease;
  z-index: 9999;
}

.luxury-navbar.scrolled {
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}




.navbar-brand {
  position: relative;
}

.navbar-logo {
      width: 100px;
  transition: opacity 0.3s ease, height 0.3s ease;
}

.logo-dark {
  display: none;
}

.luxury-navbar.scrolled .logo-light {
  display: none;
}
.luxury-navbar.scrolled .logo-dark {
  display: inline-block;
      width: 100px;
}

/* ================= MENU ================= */
.navbar-nav .nav-link {
    padding: 10px 16px;
    color: #fff !important;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 12px;
}

.scrolled .nav-link {
    padding: 10px 16px;
    color: #000 !important;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 12px;
}

.navbar-nav .nav-link:hover {
  color: #c9a14a !important;
}

/* ================= DROPDOWN ================= */
.dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 0px 0;
}
.dropdown-item {
	font-size:13px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #a8834f;
}



/* Desktop hover dropdown */
@media (min-width: 992px) {
  .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
  }

  .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* Mobile dropdown */
@media (max-width: 991px) {
  .dropdown-menu {
    display: none;
  }
  .dropdown.show > .dropdown-menu {
    display: block;
  }
}


/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h2 {
    font-weight: 400;
    font-size: 30px;
}

.header .caption span i.star-rating {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.header .caption h4 {
    
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.header .caption h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 15px;
}

.header .caption h3 {
    position: relative;
    margin-bottom: 20px;
    ;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 7px;
}
.header .caption p {
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 15px;
}
.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}
.header .caption p span:last-child {
    padding: 0;
}
.header .caption p span:last-child:after {
    display: none;
}
.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #222;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}
.header .caption .butn-light {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.header .caption .butn-dark {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header .social a {
    color: #eee;
    font-size: 20px;
    margin: 10px 15px;
}
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.3);
}


/* ======= Slider-fade style (Homepage Slider) ======= */
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider-fade .item .caption {
    z-index: 9;
}
/* slider-fade owl-nav next and prev */
.slider-fade .owl-nav {
    position: absolute;
    bottom: 7%;
    right: 12%;
}
.slider-fade .owl-prev {
    float: left;
}
.slider-fade .owl-next {
    float: right;
}
.slider-fade .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.5);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #345940;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .slider-fade .owl-nav {
        display: none;
    }
}
/* owl-dots for slider */
.slider-fade .owl-dots {
    position: absolute;
    text-align: center;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    text-align: right !important
}
.slider-fade .owl-dots .owl-dot span {
    background: transparent;
    display: none
}
.slider-fade .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    border: 1px solid rgba(255,255,255, 0.7);
    display: block;
    margin-bottom: 10px;
    border-radius: 50%
}
.slider-fade .owl-dots .owl-dot.active {
    border-color: #345940;
    background: #345940;
}


.reservation img{
	    width: 29px;
    transform: rotate(180deg);
}

.reservation a{
	text-decoration:none;
}
/* reservation field for slider */
.header div.reservation {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: sideways;
    text-orientation: sideways;
    margin: 0;
    position: absolute;
    top: 0;
    left: 40px;
    height: 60%;
    z-index: 9;
    display:none;
}

.header div.reservation .call {
    color: #fff;
    text-transform: uppercase;

    font-weight: 400;
    letter-spacing: 5px;
    font-size: 12px;
    line-height: 1.75em;
    margin-top: 15px;
} 

.header div.reservation .call span {
       
    font-size: 24px;
    color: #345940;
    letter-spacing: 1px;
} 

.header div.reservation .icon {
    position: absolute;
    left: -1px;
    top: -50px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255,255,255,0.5);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 100%;
}
.header div.reservation a .icon i {
    color: #FFF;
    font-size: 24px;
    transform: rotate(90deg);
}
.header div.reservation a .icon:hover {
    border: 1px solid #345940;
}
@media screen and (max-width: 992px) {
    .header div.reservation {
        display: none;
    }
}


/* ======= Slider style (Inner Page Slider) ======= */
.slider .owl-item {
    height: 100vh;
    position: relative;
}
.slider .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item .caption{
    z-index: 9;
}
.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 3%;
    right: 12%;
    text-align: right;
}
.slider .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #345940;
    border: 1px solid #345940;
}
/* bounce */
.header .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 8;
}
.header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.header .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 100%;
}

.header .arrow i:hover {
    border: 1px solid #345940;
}
.header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;

}




.stars {
  color: #e4a853;
  font-size: 19px;
  letter-spacing: 6px;
  margin-bottom:20px;
}





/* Booking Form */
.booking-form {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  max-width: 850px;
  z-index: 9;
}

.hero-btn {
	border: solid 1px #fff;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    border-radius: inherit;
    padding: 12px 15px;
    line-height: 15px;
	 position: relative;
    overflow: hidden;
    background-color: transparent;
}

.btn-fill {
position: relative;
    display: inline-block;
    padding: 12px 15px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid #ffffff;
    background: transparent;
    overflow: hidden;
    transition: color 0.4s ease;
    z-index: 1;
    border-radius: 0;
    line-height: 14px
}

/* Fill layer */
.btn-fill::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff; /* your fill color */
  transition: width 0.4s ease;
  z-index: -1;
}

/* Hover effect */
.btn-fill:hover::before {
  width: 100%;
}

.btn-fill:hover {
  color: #000;
  border:solid 1px #fff;
}

/* Vertical Dots */
.hero-carousel .owl-dots {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.hero-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 8px 0;
  background: rgba(255,255,255,0.4);
}

.hero-carousel .owl-dot.active span {
  background: #345940;
}



.date-box {
  position: relative;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 45px 0 16px;
  border-right: 1px solid #eee;
  cursor: pointer;
}

.date-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.date-placeholder {
  font-size: 14px;
  color: #000 !important;
  pointer-events: none;
}

.fa-calendar {
	color:#000;
}

.calendar-icon {
  position: absolute;
  right: 16px;
  color: #b58b5a;
  pointer-events: none;
}

.booking-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 5%;
    z-index: 5;
}

.booking-wrapper form{
	max-width: 600px;
    display: block;
    margin: auto;
}



.btn-fill2 {
position: relative;
    display: inline-block;
    padding: 12px 15px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid #ffffff;
    background: #345940;
    overflow: hidden;
    transition: color 0.4s ease;
    z-index: 1;
    border-radius: 0;
    line-height: 14px;
	border:none;
}

/* Fill layer */
.btn-fill2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #000; /* your fill color */
  transition: width 0.4s ease;
  z-index: -1;
}

/* Hover effect */
.btn-fill2:hover::before {
  width: 100%;
}

.btn-fill2:hover {
  color: #fff;
}


.section-subtitle {
    font-size: 15px;
    color: #666;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
}

.section-title {
    font-size: 35px;
    font-weight: 600;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.section-title span {
    color: #fff;
	
}

.section-subtitle span {
    color: #345940;
}
.reservations {
    display: flex;
    align-items: center;
}

.reservations .icon {
    position: relative;
    top: 3px;
}

.reservations .icon img {
    width:35px;
   
}

.reservations .text {
    margin-left: 10px;
}

.reservations .text p {
    font-size: 15px;
    margin-bottom:5px;
}

.reservations .text a {
    font-size: 25px;
    color: #345940;
    letter-spacing: -1px;
	text-decoration:none
}

.rooms1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.position-re {
    position: relative;
}
.o-hidden {
    overflow: hidden;
}

/* ======= Rooms1 style ======= */
.rooms1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.rooms1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.rooms1 .item:hover .con {
    bottom: 0;
}
.rooms1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.rooms1 .item .category {
  position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    padding: 10px 3px;
    line-height: 1.5em;
}
.rooms1 .item .category a {
    color: #fff;
	text-decoration: none;
}
.rooms1 .item .category:hover {
    color: #fff;
}
.rooms1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.rooms1 .item .con h6,
.rooms1 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 15px;
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
	text-decoration: none;
}
.rooms1 .item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}
.rooms1 .item .con h5,
.rooms1 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
	text-decoration: none;
}
.rooms1 .item .con p {
    color: #fff;
    font-size: 20px;
}
.rooms1 .item .con i {
    color: #fff;
    font-size: 18px;
}
.rooms1 .item .con i:hover {
    color: #fff;
}
.rooms1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #666;
    padding: 11px 30px;
}
.rooms1 .item .con .butn-light:hover {
    border-color: #345940;
}
/* line animation */
.rooms1 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 30px;
}
.rooms1 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
/* facilities */
.rooms1 .facilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rooms1 .facilities ul li {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
    letter-spacing: 3px;
  line-height: 1.2em;
  padding-bottom: 20px;
    float: left;
}
.rooms1 .facilities ul li i {
  margin-right: 10px;
}
/* permalink */
.rooms1 .item .con .permalink {
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}
.rooms1 .item .con .permalink a {
    color: #fff;
    text-align: right;
	text-decoration: none;
}
.rooms1 .item .con .permalink i {
   font-size: 10px;
    text-align: right;
}
.rooms1 .item .con .permalink a:hover,
.rooms1 .item .con .permalink i:hover {
color: #345940;
text-decoration: none;
}


.video-wrapper {
	        padding: 100px 0;
	
	
	}
	
	
.video-wrapper 	.section-subtitle span{
	color:#fff;
}
	
.butn-dark2 {
position: relative;
    display: inline-block;
    padding: 15px 25px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid #ffffff;
    background: #345940;
    overflow: hidden;
    transition: color 0.4s ease;
    z-index: 1;
    border-radius: 0;
    line-height: 14px;
	border:none;
	text-decoration:none;
}

/* Fill layer */
.butn-dark2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #000; /* your fill color */
  transition: width 0.4s ease;
  z-index: -1;
}

/* Hover effect */
.butn-dark2:hover::before {
  width: 100%;
}

.butn-dark2:hover {
  color: #fff;
}






.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}

.bg-fixed {
    background-attachment: fixed;
}


.facilties .single-facility {
    background: transparent;
    padding: 20px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    border: 1px solid #f1eeeb;
}
.facilties .single-facility h5 {
    font-size: 18px;
    color: #222;
        margin: 8px 0;
}
.facilties .single-facility:hover h5 {
  color: #222;
  -webkit-transition: .5s;
  transition: .5s;
}

.facilties .facility-shape:hover span {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.facilties .single-facility span {
     color: #345940;
    line-height: 1;
    margin-bottom: 0px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.facilties .single-facility p {
    margin: 0;
    color: #666;
}


.testimonials-box {
    position: relative;
    background: transparent;
    padding: 30px;
    margin-bottom: 90px;
}
.testimonials-box .head-box h6 {
    
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 10px;
}
.testimonials-box .head-box h4 {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}
.testimonials-box .head-box h4 span {
    color: #222;
}
.line {
    width: 60px;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
    margin-bottom: 10px;
}
.testimonials h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
    .testimonials-box {
        margin-bottom: 90px;
        padding: 35px 20px;
    }
}
.testimonials .item {
    margin-bottom: 30px;
    position: relative;
}
.testimonials .item .quote {
    position: absolute;
    right: 20px;
    top: 90px;
    width: 70px;
    margin: 0 auto 30px;
    opacity: .1;
}
.testimonials .item p {
    color: #fff;
}
.testimonials .item .info {
    text-align: left;
    margin: 30px 0 15px 0;
}
.testimonials .item .info .author-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}
.testimonials .item .info .cont {
    margin-left: 85px;
}
.testimonials .item .info h6 {
    font-size: 15px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-weight: 400;
    
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.testimonials .item .info span {
    font-size: 12px;
    color: #fff;
    line-height: 1em;
}
.testimonials .item .info .rate {
    float: right;
}
.testimonials .item .info i {
    color: #222;
    font-size: 6px;
}

@media screen and (max-width: 767px) {
    .testimonials-box {
        padding: 0px;
    }
}



/* ======= Services style ======= */
.services .img {
  position: relative;
    overflow: hidden;
}
.services .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.services .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.services .content {
  width: 100%;
  padding: 30px;
}
.services .content .date {
  display: table-cell;
  position: relative;
  width: 80px;
  z-index: 2;
}
.services .content .date h3 {
    font-size: 65px;
    font-weight: 500;
    color: #345940;
    margin-bottom: 0px;
}
.services .content .date h6 {
    color: #666;
    letter-spacing: 2px;
    font-size: 10px;
    
    text-transform: uppercase;
    font-weight: 400;
}
.services .content .cont {
  display: table-cell;
  vertical-align: middle;
}
.services .content .cont h4 {
    margin: 0 0 10px 0;
    font-size: 25px;
    color: #222;
    font-weight: 400;
    line-height: 1.5em;
}
.services .content .cont .more {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #345940;
  padding-left: 40px;
  position: relative;
}
.services .content .cont .more:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #345940;
  position: absolute;
  top: 50%;
  left: 0px;
}
.services .content .cont .more:hover {
   color: #222; 
}
.services .content .info h6 {
    font-size: 12px;
    letter-spacing: 3px;
    color: #666;
    
    text-transform: uppercase;
    margin-bottom: 5px;
}
.services .content .info .tags {
  color: #345940;
}
@media screen and (max-width: 991px) {
    .services .content .cont h4 {
        line-height: 1.25em;
    }
    .order2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
    .order1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }  
}
@media screen and (max-width: 480px) {
    .services .content .date {
    width: 60px;
  }
    .services .content .info .tags {
    margin: 5px 0 0;
  }
    .services .content .date h3 {
    font-size: 40px;
  }
}



/* ======= News style ======= */
.news .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.news .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.news .item:hover .con {
    bottom: 0;
}
.news .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}
.news .item .date {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}
.news .item .date span {
    
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}
.news .item .date i {
    
    display: block;
    font-size: 24px;
    font-style: normal;
    color: #fff;
}
.news .item .con {
    margin: -155px 20px 90px;
    padding: 20px;
    background-color: #f8f5f0 !important;
    border: 1px solid #f8f5f0;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
}
.news .item .con .category {
    
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 3px;
}
.news .item .con .category a {
    margin-right: 5px;
    position: relative;
    color: #666;
	text-decoration:none;
}
.news .item .con .category a:hover {
    color: #222;
}
.news .item .con .category a:last-child {
    margin-right: 0;
}
.news .item .con .category a:last-child:after {
    display: none;
}
.news .item .con h5,
.news .item .con h5 a {
    color: #222;
    font-size: 20px;
    text-decoration:none;
    font-weight: 400;
    margin-bottom: 0px;
}
.news .item .con h5:hover,
.news .item .con h5 a:hover {
    color: #345940;
}
.news .item .con p {
    color: #fff;
    font-size: 17px;
}
.news .item .con i {
    color: #fff;
    font-size: 20px;
}

.date a{
	text-decoration:none;
}



.booking-inner form{
	max-width: 600px;
    display: block;
    margin: auto;
}


/* booking form */
.booking-box {
    position: relative;
    background: #f8f5f0;
    padding: 45px;
    margin-bottom: -75px;
}
.booking-box .head-box h6 {
    font-size: 15px;
   
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 10px;
}
.booking-box .head-box h4 {
    
    font-size: 27px;
    font-weight: 400;
    color: #222;
    border-bottom: 1px solid rgba(170, 132, 83, 0.2);
    padding-bottom: 15px;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 0;
}

.booking-box .head-box h4 span {
    color: #222;
}
@media screen and (max-width: 991px) {
    .booking-box {
        margin-bottom: 90px;
        padding: 35px 20px;
    }
}


.booking-inner .date-box {
	margin-bottom:15px;
}

.booking-inner .btn-fill2 {
	padding:20px;
}

.testimonials h5 {
 color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 35px;
}

.reservations .text a.color-1 {
    color: #fff;
}

.clients {
    background-color: #fff;
    display: none;
}
.clients .owl-carousel {
    margin: 20px 0;
}
.clients .clients-logo {
    opacity: 1;
    line-height: 0;
}
.clients .clients-logo:hover {
    opacity: 1;
}
.clients img {
    -webkit-filter: none;
    filter: none;
}
.clients img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* ======= Footer style ======= */
.footer {
  position: relative;
  display: block;
}
.footer-top {
  position: relative;
  display: block;
  background-color: #222;
  padding: 50px 0 25px 0;
  z-index: 1;
}
.footer-top .footer-column {
    margin-bottom: 30px;
}
.footer-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.footer-about-text {
  font-size: 13px;
  color: #adadad;
  margin: 0;
}
.footer-about-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
}
.footer-about-social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-about-social-list a + a {
  margin-left: 15px;
  text-decoration: none;
}
.footer-about-social-list a:hover {
  background-color: transparent;
  color: #345940;
}
.footer-explore-list li + li {
  margin-top: 3px;
}
.footer-explore-list li a {
    position: relative;
    display: block;
    font-size: 13px;
    color: #adadad;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
    line-height: 28px;
}
.footer-explore-list li a:hover {
  padding-left: 15px;
  color: #345940);
}
.footer-explore-list li a:before {
  position: absolute;
  top: 55%;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #345940;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-explore-list li a:hover:before {
  opacity: 1;
}
.footer-contact {
  position: relative;
  display: block;
}
.footer-contact .footer-title {
  margin-bottom: 20px;
}
.footer-contact-text {
  font-size: 14px;
  margin: 0;
  color: #adadad;
  padding-bottom: 20px;
}
.footer-contact-info p {
  margin: 0;
}
.footer-contact-phone {
    
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-contact-phone:hover {
  color: #fff;
}
.footer-contact-mail {
  font-size: 14px;
  line-height: 3em;
  color: #fff;
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-contact-mail:hover {
  color: #fff;
}
.footer-contact-mail:before {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #345940;
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-contact-mail:hover:before {
  background-color: #345940;
}




.footer-bottom {
  position: relative;
  display: block;
  background-color: #1e1e1e;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
          box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
  padding: 20px 0;
}
.footer-bottom-inner {
  position: relative;
  display: block;
  text-align: center;
}
.footer-bottom-copy-right {
  font-size: 12px;
  color: #adadad;
  margin: 0;
}
.footer-bottom-copy-right a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
   text-decoration: underline;
}
.footer-bottom-copy-right a:hover {
  color: #345940;
}
.footer-contact-phone img{
	    width: 24px;
    margin-right: 10px;
}


/* ======= Page Banner Header style ======= */
.banner-header {
    height: 60vh;
}

.banner-header.full-height{
    min-height: 100vh;
    background-position: center;
}
.banner-header.full-height h4 {
    
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}
.banner-header.full-height h1 {
    position: relative;
    margin-bottom: 20px;
    
    font-size: 55px;
    text-transform: uppercase;
    line-height: 1.35em;
    color: #fff;
    font-weight: 400;
    letter-spacing: 15px;
}
.banner-header h1 {
      font-size: 35px;
    color: #fff;
    position: relative;
    line-height: 40px;
}

.banner-header.full-height h3 {
    position: relative;
    margin-bottom: 20px;
    
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.35em;
    color: #fff;
    font-weight: 400;
    letter-spacing: 7px;
}

.banner-header .caption {
    position: relative;
}

.banner-header h5 {
    color: #fff;
    font-size: 12px;
    
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 30px;
}
.banner-header h5 a {
    color: #345940;
}
.banner-header p {
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
}
.banner-header p a {
    color: #345940;
}


.rooms-page h6 {
    position: relative;
    
    font-size: 24px;
    color: #222;
}
/* page list */
.page-list {
    position: relative;
    display: block;
}
.page-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.page-list li+li {
    margin-top: 10px;
}
.page-list-icon {
    display: flex;
    align-items: center;
}
.page-list-icon i {
    font-size: 18px;
    color: #345940;
}
.page-list-text {
    margin-left: 15px;
}
.page-list-text p {
    font-size: 15px;
    margin: 0;
}
/* owl-nav next and prev */
.rooms-page .owl-nav {
    position: absolute;
    bottom: 3%;
    left: 12%;
}
.rooms-page .owl-prev {
    float: left;
}
.rooms-page .owl-next {
    float: right;
}
.rooms-page .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.rooms-page .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #b19777;
    color: #b19777;
}
@media screen and (max-width: 768px) {
    .rooms-page .owl-nav {
        display: none;
    }
}



/* ======= Gallery style ======= */
.gallery-item {
    position: relative;
    padding-top: 20px;
}
.gallery-box {
    overflow: hidden;
    position: relative;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}
.gallery-box .gallery-detail {
    opacity: 0;
    color: #FFF;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-detail h4 {
    font-size: 18px;
}
.gallery-box .gallery-detail p {
    color: Rgba(0, 0, 0, 0.4);
    font-size: 14px;
}
.gallery-box .gallery-detail i {
    color: #222;
    padding: 8px;
}
.gallery-box .gallery-detail i:hover {
    color: #222;
}
.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}
.gallery-box:hover .gallery-img:after {
    background: rgba(0,0,0, 0.2);
}
.gallery-box:hover .gallery-img > img {
    transform: scale(1.05);
}
/* magnific popup custom */
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}


/* ======= Promo Video and Testimonials style ======= */
/* play button */
.vid-area h5 {
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.circle-fill circle {
    opacity: 1;
    fill: rgba(174, 140, 100, 0.7);
}
.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.play-button.color {
    color: #345940;
}
.play-button.color .circle-fill circle {
    fill: #345940;
}


.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #fff;
}
.video-wrapper .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.video-wrapper .vid .vid-butn .icon {
    color: #345940;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.video-wrapper .vid .vid-butn .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 1px solid #eee;
    border-radius: 50%;
    z-index: -1;
}
.video-wrapper .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}


/* video gallery */
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}
.video-gallery-polygon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 7px 6px 7px 8px;
    line-height: 0;
}
.video-gallery-polygon:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #345940;
}



/* ======= Post style ======= */
.news-post-section {
    padding-top: 120px;
}
.post-comment-section {
    margin-top: 60px;
}
.post-comment-section h3 {
    font-size: 20px;
    color: #222;
   
    margin-bottom: 15px;
}
.post-comment-section h3 span {
    
    font-size: 12px;
    color: #666;
    margin-left: 15px;
}
.news-post-caption h1 {
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: uppercase;
}
.news-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.post-user-comment {
    margin-right: 20px;
    flex: 0 0 auto;
}
.post-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.post-user-content {
    margin-right: 26px;
}
.post-repay {
    font-size: 14px;
    color: #345940;
    margin: 0;
    font-weight: 400;
}

/* news sidebar */
.news2-sidebar .widget {
    background: #f8f5f0;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.news2-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.news2-sidebar .widget ul li {
    margin-bottom: 15px;
    color: #666;
    font-size: 15px;
    line-height: 1.5em;
}
.news2-sidebar .widget ul li a {
    color: #666;
	text-decoration:none;
}
.news2-sidebar .widget ul li a.active {
    color: #345940;
}
.news2-sidebar .widget ul li a:hover {
    color: #345940;
}
.news2-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.news2-sidebar .widget ul li i {
    font-size: 9px;
    margin-right: 10px;
}
.news2-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}
.news2-sidebar .widget .recent .thum {
    width: 90px;
    overflow: hidden;
    float: left;
}
.news2-sidebar .widget .recent a {
    display: block;
    margin-left: 105px;
	text-decoration:none;
}
.news2-sidebar .widget-title {
    margin-bottom: 20px;
}
.news2-sidebar .widget-title h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee3d0;
    font-size: 24px;
    line-height: 1.75em;
    margin-bottom: 15px;
    color: #222;
}
.news2-sidebar .search form {
    position: relative;
}
.news2-sidebar .search form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #fff;
	margin-bottom: 0;
}
.news2-sidebar .search form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #222;
    border: 0;
    padding: 10px;
    cursor: pointer;
}
.news2-sidebar .tags li {
    margin: 3px !important;
    padding: 8px 20px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #666 !important;
    float: left;
}
.news2-sidebar ul.tags li a {
    font-size: 14px;
    color: #666;
}
.news2-sidebar ul.tags li:hover,
.news2-sidebar ul.tags li a:hover {
    background-color: #345940;
    color: #fff;
}

.contact h3 {
    font-size: 24px;
    color: #222;
}
.map {	
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	}
	
	
	
	/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	
p {
   
    font-size: 13px;
  
}	
	
	
.navbar-collapse {
	background:#fff;
}	
	
.navbar-nav .nav-link {
	color:#000 !important;
}	
	
/* DEFAULT (top of page – WHITE) */
.navbar:not(.scrolled) .navbar-toggler {
  border-color: #fff;
}

.navbar:not(.scrolled) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* AFTER SCROLL – BLACK */
.navbar.scrolled .navbar-toggler {
  border-color: #000;
}

.navbar.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
	
.header .caption h1 {
font-size: 25px;
        letter-spacing: 4px;
        line-height: 40px;
}

.date-box {
	margin-bottom:15px;
}	


.booking-wrapper{
    background: #f8f5f0;
    padding: 25px 10px;	
	 bottom: 0;
	         position: relative;
}
.btn-fill2{
	padding:15px;
}


.section-subtitle {
	letter-spacing: 2px;
}

.video-wrapper .section-title{
	font-size: 25px;
    line-height: 40px;
}

.page-list-text p {
    font-size: 13px;
    margin: 0;
}

.rooms-page h6 {
margin-bottom: 8px;
}	
}




/* ======= News 2 style ======= */
.news2 .item {
    margin-bottom: 30px;
}
.news2 .post-img {
    position: relative;
    overflow: hidden;
}
.news2 .post-img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.news2 .post-img a {
    display: block;
}
.news2 .post-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news2 .post-img .date {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}
.news2 .post-img .date span {
    
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}
.news2 .post-img .date i {
    
    display: block;
    font-size: 24px;
    font-style: normal;
    color: #fff;
}

.news2 .post-cont {
    padding: 30px 0;
}
.news2 .post-cont .tag {
    display: block;
    font-weight: 400;
	font-size: 12px;
    letter-spacing: 3px;
    color: #aa8453;
    
    text-transform: uppercase;
	margin-bottom: 5px;
	text-decoration: none;
}
.news2 .post-cont h5 {
    font-size: 30px;
}
.news2 .post-cont h5 a {
    color: #222;
    text-decoration: none;
        font-size: 24px;
}
.blogs h2{
    font-size: 24px;
    line-height: 30px;
}

.blogs li{ 
    list-style: disc;
}


.blogs h4{
margin-bottom:10px;
}






.news2 .post-cont h5 a:hover {
    color: #aa8453;
}
.news2 .post-cont .date {
    
    margin-top: 0px;
    font-size: 12px;
    text-align: right;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.news2 .post-cont .date a {
    color: #aa8453;
}
.news2 .post-cont i {
    color: #ccc;
	margin: 0 10px;
	font-size: 12px;
}
/* news sidebar */
.news2-sidebar .widget {
    background: #f8f5f0;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.news2-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.news2-sidebar .widget ul li {
    margin-bottom: 15px;
    color: #666;
    font-size: 15px;
    line-height: 1.5em;
}
.news2-sidebar .widget ul li a {
    color: #666;
}
.news2-sidebar .widget ul li a.active {
    color: #aa8453;
}
.news2-sidebar .widget ul li a:hover {
    color: #aa8453;
}
.news2-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.news2-sidebar .widget ul li i {
    font-size: 9px;
    margin-right: 10px;
}
.news2-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}
.news2-sidebar .widget .recent .thum {
    width: 90px;
    overflow: hidden;
    float: left;
}
.news2-sidebar .widget .recent a {
    display: block;
    margin-left: 105px;
}
.news2-sidebar .widget-title {
    margin-bottom: 20px;
}
.news2-sidebar .widget-title h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee3d0;
    font-size: 24px;
    line-height: 1.75em;
    margin-bottom: 15px;
    color: #222;
}
.news2-sidebar .search form {
    position: relative;
}
.news2-sidebar .search form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #fff;
	margin-bottom: 0;
}
.news2-sidebar .search form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #222;
    border: 0;
    padding: 10px;
    cursor: pointer;
}
.news2-sidebar .tags li {
    margin: 3px !important;
    padding: 8px 20px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #666 !important;
    float: left;
}
.news2-sidebar ul.tags li a {
    font-size: 14px;
    color: #666;
}
.news2-sidebar ul.tags li:hover,
.news2-sidebar ul.tags li a:hover {
    background-color: #aa8453;
    color: #fff;
}
/* pagination */
.news-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}
.news-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.news-pagination-wrap li a {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    color: #666;
    font-weight: 400;
    border: 1px solid rgba(102,102,102,0.1);
    
    font-size: 16px;
    border-radius: 100%;
}
.news-pagination-wrap li a i {
    font-size: 11px;
}
.news-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: transparent;
    border: 1px solid #aa8453;
    color: #aa8453;
}
.news-pagination-wrap li a.active {
    background-color: transparent;
    border: 1px solid #aa8453;
    color: #aa8453;
}
.post-cont a{
    text-decoration:none;
}


@media screen and (max-width: 768px) {
    .news-pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}





/* Main Section - Minimalist & Bold */
    .events-master {
      background: #ffffff;
      padding: 5rem 0 6rem 0;
      position: relative;
    }

    /* Clean geometric accent */
    .bg-accent {
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 60%;
      background: linear-gradient(135deg, #faf7f0 0%, #f5efe3 100%);
      clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
      z-index: 0;
    }

    /* Header Styling - Bold & Minimal */
    .section-header {
      position: relative;
      z-index: 2;
      margin-bottom: 4rem;
    }

    .eyebrow {
      font-size: 0.8rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-weight:400;
      color: #335d43;
      margin-bottom: 1rem;
      display: inline-block;
    }

    .main-title {
      font-size: 3.5rem;
      font-weight: 800;
      line-height: 1.2;
      color: #1e2f1c;
      margin-bottom: 1.2rem;
    }

    .main-title span {
      color: #335d43;
      position: relative;
      display: inline-block;
    }

    .main-title span::after {
      content: '';
      position: absolute;
      bottom: 8px;
      left: 0;
      width: 100%;
      height: 8px;
      background: rgba(184, 139, 74, 0.2);
      z-index: -1;
    }

    .lead-text {
      font-size: 1.1rem;
      color: #5a6453;
      max-width: 600px;
      margin: 0 auto;
      font-weight: 400;
      line-height: 1.6;
    }

    /* Modern Card Design - Horizontal Split Layout */
    .event-grid {
      position: relative;
      z-index: 2;
    }

    .event-item {
      margin-bottom: 2.5rem;
      background: #ffffff;
      border-radius: 28px;
      transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
      border: 1px solid #efebe2;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    }

    .event-item:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 48px -16px rgba(0, 0, 0, 0.12);
      border-color: #e5daca;
    }

    .event-card-content {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
    }

    /* Image Column - Stunning Visuals */
    .event-image-col {
      width: 400px;
      background: #fefaf2;
      display: flex;
      align-items: center;
      justify-content: center;
      border-right: 1px solid #f0e8db;
      transition: all 0.3s;
      padding: 1.2rem;
    }

    .image-wrapper {
      width: 100%;
      height: auto;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
      background: #ffffff;
    }

    .image-wrapper img {
      width: 100%;
      height: auto;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
    }

    .event-item:hover .image-wrapper img {
      transform: scale(1.05);
    }

    /* Text Column */
    .event-text-col {
      flex: 1;
      padding: 1.8rem 2rem;
    }

    .event-title {
      font-size: 1.8rem;
      font-weight: 800;
      color: #1e2f1c;
      margin-bottom: 0.75rem;
      letter-spacing: -0.3px;
    }

    .event-badge {
      display: inline-block;
      font-size: 0.7rem;
      font-weight:400;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #335d43;
      background: #fef6ea;
      padding: 0.2rem 0.8rem;
      border-radius: 30px;
      margin-bottom: 1rem;
    }

    .event-description {
      color: #4a5543;
      line-height: 1.65;
      font-size: 0.95rem;
      font-weight: 400;
      margin-bottom: 1.2rem;
    }

    .event-tags {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
      margin-top: 0.5rem;
    }

    .tag {
      font-size: 0.75rem;
      font-weight: 600;
      color: #8b7a62;
      background: #f9f5ed;
      padding: 0.25rem 0.9rem;
      border-radius: 30px;
      letter-spacing: 0.2px;
    }

    .tag i {
      margin-right: 4px;
      font-size: 0.7rem;
    }

    /* Alternate row subtle variation */
    .event-item:nth-child(even) .event-image-col {
      background: #fdf9f2;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .events-master {
        padding: 3rem 0 4rem 0;
      }
      .main-title {
        font-size: 2.2rem;
      }
      .event-image-col {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #f0e8db;
        padding: 1.5rem;
      }
      .image-wrapper {
        max-width: 120px;
        margin: 0 auto;
      }
      .event-text-col {
        padding: 1.5rem;
      }
      .event-title {
        font-size: 1.5rem;
      }
    }

    @media (min-width: 769px) and (max-width: 992px) {
      .event-image-col {
        width: 120px;
      }
      .event-text-col {
        padding: 1.5rem;
      }
      .event-title {
        font-size: 1.6rem;
      }
    }

    /* Call to Action Section */
    .cta-modern {
      background: linear-gradient(135deg, #fefaf2 0%, #faf5e9 100%);
      border-radius: 32px;
      padding: 2.5rem;
      margin-top: 3rem;
      border: 1px solid #efe2cf;
    }

    .cta-modern h3 {
      font-weight: 800;
      color: #1e2f1c;
      font-size: 1.6rem;
    }

    .btn-gold {
      background: #335d43;
      color: white;
      border: none;
      padding: 0.8rem 2rem;
      border-radius: 60px;
      font-weight: 600;
      transition: all 0.3s;
    }

    .btn-gold:hover {
      background: #9b6e3a;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(184, 139, 74, 0.25);
      color: white;
    }

    .btn-outline-gold {
      background: transparent;
      border: 1.5px solid #335d43;
      color: #335d43;
      padding: 0.8rem 2rem;
      border-radius: 60px;
      font-weight: 600;
      transition: all 0.3s;
    }

    .btn-outline-gold:hover {
      background: #335d43;
      color: white;
      transform: translateY(-2px);
    }

    /* Footer minimal */
    .footer-modern {
      background: #faf8f3;
      border-top: 1px solid #efe6da;
      padding: 2rem 0;
      margin-top: 2rem;
    }

    /* Subtle floating decoration */
    .deco-dot {
      position: absolute;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(184,139,74,0.03) 0%, rgba(184,139,74,0) 70%);
      bottom: 0;
      left: -80px;
      z-index: 0;
    }




/* Hero Section */
    .hero-activities {
      background: linear-gradient(135deg, #1e3a2f 0%, #2c5a3e 100%);
      padding: 5rem 0 4rem 0;
      position: relative;
      overflow: hidden;
    }

    .hero-activities::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url('https://images.unsplash.com/photo-1441974231531-c6227db76b6e?w=1600&h=400&fit=crop') center/cover;
      opacity: 0.2;
      pointer-events: none;
    }

    .hero-title {
        font-family: "Caladea", serif;
      font-size: 3.5rem;
      font-weight:400;
      color: white;
      margin-bottom: 1rem;
    }

    .hero-subtitle {
      font-size: 1.1rem;
      color: rgba(255,255,255,0.9);
      max-width: 600px;
      margin: 0 auto;
    }

    /* Section Headers */
    .section-header-custom {
      text-align: center;
      margin-bottom: 3rem;
    }

    .section-tag {
      display: inline-block;
      font-size: 0.75rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-weight:400;
      color: #335d43;
      background: #fef6ea;
      padding: 0.4rem 1.2rem;
      border-radius: 40px;
      margin-bottom: 1rem;
    }

    .section-title {
        font-family: "Caladea", serif;
      font-size: 2.5rem;
      font-weight:400;
      color: #1e2f1c;
      margin-bottom: 0.5rem;
    }

    .section-subtitle {
      color: #6b725f;
      font-size: 1rem;
    }

    /* Activity Cards - Icon Focus */
    .activity-card {
      background: white;
      border-radius: 24px;
      overflow: hidden;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      border: 1px solid #efebe2;
      height: 100%;
      text-align: center;
      padding: 2rem 1.5rem;
    }

    .activity-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
      border-color: #e0d5c2;
    }

    .activity-icon-large {
      width: 80px;
      height: 80px;
      background: linear-gradient(135deg, #fef6ea 0%, #faeedc 100%);
      border-radius: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1.2rem auto;
      transition: all 0.3s ease;
    }

    .activity-card:hover .activity-icon-large {
      transform: scale(1.05);
      background: linear-gradient(135deg, #faeedc 0%, #f8e6d0 100%);
    }

    .activity-icon-large i {
      font-size: 2.8rem;
      color: #335d43;
    }

    .activity-title {
      font-size: 1.25rem;
      font-weight:400;
      color: #1e2f1c;
      margin-bottom: 0.5rem;
    }

    .activity-desc {
      font-size: 0.85rem;
      color: #6b725f;
      margin-bottom: 0;
      line-height: 1.5;
    }

    /* Event Cards - Horizontal Style with Icons */
    .event-card-horizontal {
      background: white;
      border-radius: 24px;
      overflow: hidden;
      margin-bottom: 1.5rem;
      transition: all 0.3s ease;
      border: 1px solid #efebe2;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    }

    .event-card-horizontal:hover {
      transform: translateX(5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
      border-color: #e0d5c2;
    }

    .event-icon-col {
      width: 120px;
      background: #fefaf2;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
    }

    .event-icon-wrapper {
      width: 80px;
      height: 80px;
      background: linear-gradient(135deg, #fef6ea 0%, #faeedc 100%);
      border-radius: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
    }

    .event-card-horizontal:hover .event-icon-wrapper {
      transform: scale(1.05);
    }

    .event-icon-wrapper i {
      font-size: 2.5rem;
      color: #335d43;
    }

    .event-content {
      flex: 1;
      padding: 1.2rem 1.5rem;
    }

    .event-badge {
      font-size: 0.7rem;
      font-weight:400;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #335d43;
      background: #fef6ea;
      padding: 0.2rem 0.8rem;
      border-radius: 30px;
      display: inline-block;
      margin-bottom: 0.5rem;
    }

    .event-title {
      font-size: 1.35rem;
      font-weight: 800;
      color: #1e2f1c;
      margin-bottom: 0.5rem;
    }

    .event-desc {
      font-size: 0.85rem;
      color: #5a6453;
      line-height: 1.5;
      margin-bottom: 0.75rem;
    }

    .event-link {
      font-size: 0.8rem;
      font-weight: 600;
      color: #335d43;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }

    .event-link:hover {
      color: #9b6e3a;
    }

    /* CTA Banner */
    .cta-banner {
      background: linear-gradient(135deg, #fefaf2 0%, #faf5e9 100%);
      border-radius: 32px;
      padding: 3rem 2rem;
      margin-top: 3rem;
      text-align: center;
    }

    .btn-gold {
      background: #335d43;
      color: white;
      border: none;
      padding: 0.8rem 2rem;
      border-radius: 60px;
      font-weight: 600;
      transition: all 0.3s;
    }

    .btn-gold:hover {
      background: #9b6e3a;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(184, 139, 74, 0.25);
      color: white;
    }

    .btn-outline-gold {
      background: transparent;
      border: 1.5px solid #335d43;
      color: #335d43;
      padding: 0.8rem 2rem;
      border-radius: 60px;
      font-weight: 600;
      transition: all 0.3s;
    }

    .btn-outline-gold:hover {
      background: #335d43;
      color: white;
    }

    /* Footer */
    .footer-custom {
      background: #faf8f3;
      border-top: 1px solid #efe6da;
      padding: 2rem 0;
      margin-top: 3rem;
    }

    @media (max-width: 768px) {
      .hero-title {
        font-size: 2.2rem;
      }
      .section-title {
        font-size: 1.8rem;
      }
      .event-icon-col {
        width: 100%;
        border-bottom: 1px solid #f0e8db;
        padding: 1.5rem;
      }
      .event-card-horizontal .d-flex {
        flex-direction: column;
      }
      .activity-card {
        padding: 1.5rem;
      }
      .activity-icon-large {
        width: 70px;
        height: 70px;
      }
      .activity-icon-large i {
        font-size: 2.2rem;
      }
    }
    
    
    
    /*======sidebar social media=======*/
.mf-social-side-list {
	position: fixed;
	bottom: 100px;
	right: 15px;
	z-index: 100;
	/* background: #ffffff; */
	padding: 10px 8px;
	border-radius: 50px;
	/* border: 1px solid #2c978d; */
}

.mf-social-side-list ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0
}

.mf-social-side-list ul li a {
	color: #323232;
	border-radius: 50%;
	line-height: 35px;
	margin: 6px 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.mf-social-side-list ul li a:hover {
	opacity: .9;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.mf-social-side-list ul li a i img {
	width:50px;
}

/*======sidebar social media===== */





.about ul{
    padding-left:30px;
}

.about li{
    list-style:disc;
}



.page-img img{
    margin-bottom:15px;
}

    