*{
	-webkit-appearance: none;
}

#Container, header, nav, section, footer, #Content-Container, #Banner, #Banner-S, #Brick, #About, #Pricing, #Services, #FAQ, #Gallery, #Rooms-Tarrif, #Reviews  {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#Container {
	overflow: hidden;
}

#Header, #Main-Menu, #Mobile-Menu, #Footer, #Connect-Intra, #Banner-Intra, #Banner-Intra-S, #Content-Main, #About-Intra, #Pricing-Intra, #Services-Intra, #FAQ-Intra, #Gallery-Intra, #Rooms-Tarrif-Intra, #Reviews-Intra {
	max-width: 1366px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
 

/*  Header */

header {
    overflow: visible;
	padding: 20px 0;
}

.home header {
    position: absolute;
    background: none;
    z-index: 9;
}

.header-logo{ 
    display: table-cell;
    width: 120px;
    vertical-align: middle;
    padding: 0;
}

.header-logo a{
	display: inline-block;
	width: 100%;
}

.header-menu{
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    padding: 0 10px 0 0;
}

.logo2{
	display: none;
}

#MainBlock{
	position: relative;
	overflow: hidden;
}

#particles-js{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
}

#Black-Block{
	background: #010101;
	background: linear-gradient(180deg, #010101, #1E1610);
}

/* Banner */



#Banner{
	height: 100vh;
	background: url(../images/the-wild-deck-banner.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

#Banner:after{
    content: '';
    position: absolute;
    background-image: linear-gradient(to bottom, #ffffff, rgb(255 255 255 / 41%), transparent, transparent, transparent);
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


#Banner-Intra{
	height: 100%;
}

#Banner .txtMiddle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 10px;
    width: 100%;
    z-index: 2;
}

#Banner .txtMiddle h1{
    font: 700 90px / 100px 'Amatic SC', sans-serif;
    color: #f5f5f5;
}

#Banner .txtMiddle span{
	display: block;
    color: #f5f5f5;
    padding: 0 10px;
    font: 600 24px / 34px 'Sofia Pro';
} 



/* Custome Menu */

.desktop-menu li{   
    display: inline-block;
    color: #333;
    font: normal 14px / 30px 'Sofia Pro';
    position: relative;
    vertical-align: top;
    text-align: left;
    letter-spacing: 2px;
    margin: 0 -2px;
    transition: 0.7s all ease;
    padding: 0 0 0 10px;
    text-transform: uppercase;
}

.desktop-menu li.boldMenu a{
    padding: 5px 0 5px 40px;
    background: #FFFFFF;
    border: 1px solid #141414;
    box-shadow: 2px 3px 0px #00E785;
    border-radius: 24px;
    padding: 3px 16px;
    color: #202020;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: 0.5s all ease;
}

.desktop-menu li a{
	color: #333;
    position: relative;
    display: block;
	position: relative;
    padding: 5px 10px;
}

.desktop-menu li.active a {
	color: #284E27;
}

.desktop-menu li.active a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    height: 1px;
    width: 70%;
    background: #284E27;
    box-shadow: 0 0 5px 1px #284E27;
}

.mobile-menu{
	display: none;
}

.copyrights-menu .icon-heart{
	display: inline-block;
	position: relative;
    margin: 0 0 0 5px;
	vertical-align: top;
}

.copyrights-menu .icon-heart:before{
    content: '\E811';
    font-family: 'fontello';
    position: absolute;
    color: #f00;
    font-size: 14px;
    top: -1px;
}


/* ===================================
    Side Menu
====================================== */

.side-menu {
	width: 90%;
	position: fixed;
	right: 0;
	top: 0;
    background: #141414;
	z-index: 1032;
	height: 100%;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	overflow: hidden;
}
.side-menu.left {
	left: 0;
	right: auto;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
	width: 280px;
}
.side-menu.side-menu-active, .side-menu.before-side {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
	visibility: visible;
	opacity: 1;
}
.side-menu .navbar-brand {
	margin: 0 0 2.5rem 0;
}
/*Side overlay*/

#close_side_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	display: none;
	z-index: 1031;
	opacity: 0.4;
}
/*side clode btn*/

.side-menu .btn-close {
	height: 33px;
	width: 33px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 30px;
	right: 15px;
	cursor: pointer;
}
.side-menu.before-side .btn-close {
	display: none;
}
.just-sidemenu #sidemenu_toggle {
	position: fixed;
	z-index: 999;
	/*background: #fff;*/
	right: 0;
	top: 16px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
	position: absolute;
	left: 16px;
	content: ' ';
	height: 24px;
	width: 2px;
	background: #fff;
	top: 5px;
}
.side-menu .btn-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.side-menu .btn-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*side open btn*/

.sidemenu_btn {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width: 36px;
	padding: 6px;
	margin-right: 1rem;
	position: absolute;
	right: 15px;
    top: 30px;
}
.sidemenu_btn.left {
	left: 15px;
	right: auto;
}
.sidemenu_btn>span {
	height: 2px;
	width: 100%;
    background: #041905;
	display: block;
}
.dark-navbar .sidemenu_btn>span {
	background: #666666;
}
.header-appear .sidemenu_btn>span {
	background: #666666;
}
.sidemenu_btn>span:nth-child(2) {
	margin: 4px 0;
}
.side-menu .inner-wrapper {
    padding: 30px;
	height: 100%;
	position: relative;
	overflow-y: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper {
	padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
	margin-bottom: 30px;
	display: block;
}
.side-nav .navbar-nav .nav-item {
	display: block;
	margin: 10px 0;
	padding: 0 !important;
	opacity: 0;
	-webkit-transition: all 0.8s ease 500ms;
	-o-transition: all 0.8s ease 500ms;
	transition: all 0.8s ease 500ms;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
    font: 400 26px/46px 'Amatic SC', sans-serif;
    letter-spacing: 1px;
}
.side-nav .navbar-nav .nav-item:first-child {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
	-webkit-transition-delay: .9s;
	-o-transition-delay: .9s;
	transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.side-nav .navbar-nav .nav-link {
	color: #fff;
	padding: 2px 0 3px 0 !important;
	position: relative;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after {
	content: "";
	position: absolute;
	background: #fff;
	display: inline-block;
	width: 0;
	height: 3px;
    bottom: -3px;
	left: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.side-nav .navbar-nav .nav-link:hover::after, .side-nav .navbar-nav .nav-link:focus::after, .side-nav .navbar-nav .nav-link.active::after {
	width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
	background: transparent;
}
.side-menu p {
    font-size: 13px;
    font: 400 12px/30px 'Sofia Pro';
    color: #fff;
    letter-spacing: 1px;
}
.modal-content {
	border-radius: 0
}
 
/* Overlap About */

.overlap-about{
    background: #F1F8F2;
    border-radius: 30px;
    padding: 30px;
    margin: -180px auto 0 auto;
    width: 80%;
    border: 1px solid #141414;
    box-shadow: 2px 3px 0px #274E28;
}

.overlap-l{
	vertical-align: middle;
    padding: 0 25px 0 0;
}

.overlap-l h2{
    font: 600 24px / 34px 'Sofia Pro';
    color: #141414;
    padding: 0 0 10px 0;
}

.overlap-l p{
    color: #141414;
    font: 500 16px / 34px 'Sofia Pro';
    position: relative;
    transition: 0.7s all ease;
}

.overlap-l a{
    display: block;
    background: #FFFFFF;
    border: 1px solid #141414;
    box-shadow: 2px 3px 0px #274E28;
    border-radius: 24px;
    padding: 5px 16px;
    color: #202020;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: 0.5s all ease;
    margin: 19px 0 0 0;
    width: 140px;
    text-align: center;
    font: 500 14px / 32px 'Sofia Pro';
}

.overlap-r{
    vertical-align: middle;
    width: 49%;
}

.overlap-r img{
    border-radius: 15px;
}

/* Services */

#Services{
    padding: 30px 0 100px 0;
}

#Services h2{
	font: 500 70px / 90px 'Amatic SC', sans-serif;
    color: #284E27;
    text-align: center;
    margin: 0 0 80px 0;
    padding: 60px 20px 0 20px;
    background: url(../images/the-wild-deck-icon.svg) no-repeat center top;
    background-size: 60px;
}

#Services h2 span{
    position: relative;
    background: #284E27;
    color: #DEE3CA;
    display: inline-block;
    padding: 0 10px;
}

.services-l{
	width: 40%;
	vertical-align: middle;
    padding: 10px;
}

.services-l h3{
    color: #284E27;
    font: 600 36px/46px 'Sofia Pro';
	margin: 0 0 20px 0;
	transition: 0.7s all ease;
}

.services-l p{
    color: #141414;
    font: 400 16px / 34px 'Sofia Pro';
    margin: 0 0 15px 0;
}

.services-l a{
    display: block;
    background: #FFFFFF;
    border: 1px solid #141414;
    box-shadow: 2px 3px 0px #00E785;
    border-radius: 24px;
    padding: 5px 16px;
    color: #202020;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: 0.5s all ease;
    margin: 19px 0 0 0;
    width: 140px;
    text-align: center;
    font: 500 14px / 32px 'Sofia Pro';
}










.services-r{
	text-align: center;
}

.services-r li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin: 0 1%;
}

.services-r li a{
    display: block;
}

.services-r li img{
	filter: grayscale(100%);
	transition: 0.7s all ease;
    border-radius: 20px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.services-r li:hover img{
	filter: grayscale(0%);
	
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1); 
}

.services-r li span{
	position: absolute;
    border: 1px solid #fff;
    font: 300 14px / 20px 'Sofia Pro';
    padding: 10px 10px;
    width: 150px;
    text-align: center;
    left: 20px;
    bottom: 10%;
    margin: auto;
    backdrop-filter: blur(5px);
    color: #fff;
    transition: 0.7s all ease;
}


.services-r li:hover span{
	background: #fff;
    border: 1px solid #fff;
    color: #141414;
}

/* About */

#About{
    padding: 0 0 50px 0;
}

/* Brick */

.brick-l {
    padding: 8%;
    background: #F1F8F2;
    vertical-align: middle;
}










.brick-l h3 {
	font-family: 'Sofia Pro';
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 35px 0px;
    color: #284E27;
    background: url(../images/the-wild-deck-icon.svg) no-repeat left top;
    background-size: 60px;
    padding: 0 0 0 80px;
}

.brick-l p.intro {
    color: #141414;
    font: 400 16px / 28px 'Sofia Pro';
    margin: 0 0 25px 0;
}

/* -----------------------------
   TABS
------------------------------ */
.tabs {
  display: flex;
  gap: 14px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tab {
  background: #d7e7de;
  border: none;
  padding: 16px 26px;
  cursor: pointer;
  transition: all 0.35s ease;
  text-align: center;
  min-width: 190px;
  color: #2f3e35;
}

.tab-title {
  font: 600 16px / 22px 'Sofia Pro', sans-serif;
}

.tab-sub {
  font: 400 13px / 18px 'Sofia Pro', sans-serif;
  opacity: 0.7;
  display: block;
}

.tab.active {
  background: #243c32;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(36, 60, 50, 0.18);
}

/* -----------------------------
   TAB CONTENT
------------------------------ */
.tab-content {
  display: none;
  animation: fadeUp 0.45s ease;
}

.tab-content.active {
  display: block;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* -----------------------------
   LIST
------------------------------ */
.places {
  list-style: none;
  padding: 0;
  margin: 0;
}

.places li {
  padding: 18px 0;
  border-bottom: 1px dashed #ccd8d1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 400 14px / 22px 'Sofia Pro', sans-serif;
}


.distance {
  background: #6f887a;
  color: #eef5f1;
  padding: 4px 12px;
  border-radius: 14px;
}

























.brick-r {
	background: url(../images/the-wild-deck-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.brick-r img{
	display: none;
	width: 100%;
}

/* Banner */

.ibanner{
    background: url(../images/the-wild-deck-ibanner.jpg) no-repeat center bottom;
    background-size: cover;
}

#Banner-S{
    padding: 120px 0;
}

#Banner-S h1{
    text-align: center;
    font: 400 60px/76px 'Amatic SC', sans-serif;
    position: relative;
    z-index: 2;
}

/* FAQ */

#Gallery{
    background: #ffffff;
    padding: 70px 0;
}

#Gallery h3 {
    color: #284E27;
    font: 600 40px / 56px 'Sofia Pro';
    margin: 0 0 10px 0;
    transition: 0.7s all ease;
	text-align: center;
}

#Gallery p.intro {
    color: #141414;
    font: 400 18px / 30px 'Sofia Pro';
    width: 90%;
    margin: 0 auto 50px auto;
    text-align: center;
}




.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 10px;
  margin: 0 auto;
  max-width: 1200px;
}

.gallery-grid li {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
}

.gallery-grid li:hover img {
  transform: scale(1.1);
  filter: brightness(0.8);
}

.view-all{
    display: block;
    background: #FFFFFF;
    border: 1px solid #141414;
    box-shadow: 2px 3px 0px #00E785;
    border-radius: 24px;
    padding: 5px 16px;
    color: #202020;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: 0.5s all ease;
    margin: 40px auto 0 auto;
    width: 140px;
    text-align: center;
    font: 500 14px / 32px 'Sofia Pro';
}


/* Rooms Tarrif */


#Rooms-Tarrif{
    background: #F1F8F2;
    padding: 70px 0;
}

#Rooms-Tarrif h3 {
    color: #284E27;
    font: 600 40px / 56px 'Sofia Pro';
    margin: 0 0 10px 0;
    transition: 0.7s all ease;
	text-align: center;
}

#Rooms-Tarrif p.intro {
    color: #141414;
    font: 400 18px / 30px 'Sofia Pro';
    width: 90%;
    margin: 0 auto 50px auto;
    text-align: center;
}

.rooms-tarrif-list{
	text-align: center;
}

.rooms-tarrif-list li{
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin: 10px;
    padding: 0 ! important;
    min-width: 300px;
    padding: 30px ! important;
    background: #d7e7de;
    box-shadow: 0 0 11px #eaf0f6;
    min-height: 340px;
}

.rooms-tarrif-list li img{
    width: 50px;
    display: block;
    margin: auto;
}

.rooms-tarrif-list h4 {
    color: #284E27;
    font: 600 24px / 36px 'Sofia Pro';
    margin: 0 0 10px 0;
    transition: 0.7s all ease;
    text-align: center;
}

.rooms-tarrif-list li p{
    font: 400 16px / 28px 'Sofia Pro';
    color: #393939;
	text-align: center;
}
 


/* FAQ */

#FAQ{
    padding: 70px 0;
}

#FAQ h3 {
    color: #284E27;
    font: 600 40px / 56px 'Sofia Pro';
    margin: 0 0 10px 0;
    transition: 0.7s all ease;
	text-align: center;
}

#FAQ p.intro {
    color: #141414;
    font: 400 20px / 30px 'Sofia Pro';
    width: 90%;
    margin: 0 auto 50px auto;
    text-align: center;
}

/* Accordion */

.accordion{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.accordion h4 {
    cursor: pointer;
    color: #141414;
    font: 400 18px / 32px 'Sofia Pro';
    position: relative;
    text-align: left;
    padding: 10px 70px 10px 20px;
    transition: 0.7s all ease;
    background: #F1F8F2;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
}

.accordion h4.current{
	border-bottom: none;
}

.accordion .no-border {
	border-bottom: 0 ! important;
}

.accordion .acc-content {
    display: none;
    padding: 30px;
    background: #f5f6f5;
    margin: -10px 0 0px 0;
}

.accordion .acc-content p{
    color: #141414;
    font: 400 15px / 30px 'Sofia Pro';
    margin: 0;
    letter-spacing: 0.4px;
    text-align: left;
}

.accordion .acc-content li{
    font: 400 15px / 30px 'Sofia Pro';
    color: #141414;
    letter-spacing: 0.4px;
    text-align: left;
    padding: 4px 0 4px 30px;
    background: url(../images/ticks.svg) no-repeat left 9px;
    background-size: 21px;
}

.accordion h4:before {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%, -50%);
	-moz-transform: translateY(-50%, -50%);
	-ms-transform: translateY(-50%, -50%);
	-o-transform: translateY(-50%, -50%);
	transform: translateY(-50%);
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
    border-top: 15px solid #284E27;
    border-bottom: 0px solid transparent;
	transition: 0.7s all ease;
}

.accordion h4.current:before {
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
    border-top: 0px solid transparent;
	border-bottom: 15px solid #284E27;
}

.accordion .acc-content p {
	padding: 5px 0;
	color: #6F7070;
    font: 500 16px/30px 'Sofia Pro';
    letter-spacing: 0.5px;
}

/* About Page */

.about-grid{
	background: #fff;
	position: relative;
}

.about-grid-l{
    padding: 30px;
	vertical-align: middle;
    background: #fcfcfc;
    border: 1px solid rgb(243 239 239 / 44%);
    width: 53%;
}

.about-grid-l h2{
    font: 600 40px/70px 'Sofia Pro';
    color: #0e6e62;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
}

.about-grid-l p span{
    display: inline-block;
    padding: 0 10px;
    background: #284E27;
    color: #DEE3CA;
}

.about-grid-r{
	vertical-align: middle;
}

.about-horizontal{
    padding: 30px;
	vertical-align: middle;
    background: #fcfcfc;
    border: 1px solid rgb(243 239 239 / 44%);
}

/* Contact Page */

.textMain p.contactIntro {
    font: 400 16px / 28px 'Sofia Pro';
    color: #141414;
    letter-spacing: 0.6px;
    text-align: center;
    margin: 0 auto 50px auto;
    width: 100%;
    max-width: 860px;
}

.textMain p.contactIntro img{
    width: 32px;
    margin: -15px 12px 0px 0px;
}

.contact-form-grid{
    background: #fefefe;
    margin: 20px 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.contact-form-box{
	vertical-align: middle;
    background: #e1e5e5;
}

.contactBox{
    margin: 30px auto;
    padding: 20px;
    width: 90%;
}

.contactBox .inputBox {
    margin: 0 0 20px 0;
}

.contactBox .inputBox label{
    display: block;
    color: #242424;
    font: 400 13px/24px 'Sofia Pro';
    letter-spacing: 0.5px;
}

.contactBox .inputBox label span{
	color: #C52424;
}

.contactBox #captchaQuestion{
    background: #f8f8f8;
    padding: 3px 15px;
    display: inline-block;
}

.contactBox .inputBox input{
    border: none;
    border-bottom: 1px solid #D5CDDB;
    padding: 10px 10px 10px 50px;
    outline: none;
    width: 100%;
    font: 400 13px / 30px 'Sofia Pro';
    letter-spacing: 0.5px;
}

.contactBox .inputBox textarea{
    border: none;
    border-bottom: 1px solid #D5CDDB;
    outline: none;
    font: 400 13px / 30px 'Sofia Pro';
    letter-spacing: 0.5px;
    display: block;
    width: 100%;
    height: 175px;
    padding: 10px 10px 10px 60px;
}

.contactBox .inputBox select{
	background-color: #FCFCFC;
    border: 1px solid #D5CDDB;
    outline: none;
    border-radius: 5px;
    font: 400 13px/30px 'Sofia Pro';
    letter-spacing: 0.5px;
    display: block;
    width: 100%;
    padding: 12px 10px 12px 50px;
}


.contactBox .submitBox{
    margin: 40px 0 0 0;
	text-align: center;
}


.contactBox .submitBox input{
    color: #333333;
    padding: 16px 10px;
    outline: none;
    width: 200px;
    font: 400 15px / 30px 'Sofia Pro';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.7s all ease;
    border: none;
}

.button-89 {
  --b: 1px;   /* border thickness */
  --s: .45em; /* size of the corner */
  --color: #333333;
  
  padding: calc(.5em + var(--s)) calc(.9em + var(--s));
  color: #333333;
  --_p: var(--s);
  background:
    conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
    var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
  transition: .3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: .6em;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-89:hover,
.button-89:focus-visible{
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: .05em;
}

.button-89:active {
  background: var(--color);
  color: #fff;
}

.formFname{
	background: url(../images/person.png) no-repeat 10px center;
    background-size: 24px;
}

.formMail{
	background: url(../images/mail.png) no-repeat 10px center;
    background-size: 32px;
}

.formMobile{
	background: url(../images/mobile.png) no-repeat 10px center;
    background-size: 32px;
}

.formMessage{
	background: url(../images/connect.png) no-repeat 10px 12px;
    background-size: 36px;
	resize: none;
}

.formCaptcha{
    background: url(../images/captcha.png) no-repeat 10px 11px;
    background-size: 26px;
    resize: none;
}

.captcha-blk .g-recaptcha {
    width: 300px;
    margin: auto;
}

.mapIframe{
	border-radius: 20px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.mapIframe iframe{
	display: block;
}


.contact-form-content{
    vertical-align: middle;
	padding: 50px;
    background: #333333;
}

.textMain .contact-form-content li.phone-ico {
    background: url(../images/phone-ico.svg) no-repeat 0px 7px;
    background-size: 36px;
}

.textMain .contact-form-content li.mail-ico {
    background: url(../images/mail-ico.svg) no-repeat 0px 2px;
    background-size: 36px;
}

.textMain .contact-form-content li.address-ico {
    background: url(../images/map-ico.svg) no-repeat 1px 5px;
    background-size: 36px;
}

.textMain .contact-form-content li {
	padding: 0 0 0 46px;
	background: none;
	margin: 20px 0;
}

.contact-form-content li h4{
    font: 500 22px / 36px "Unbounded", sans-serif;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.5px;
}

.contact-form-content li p{
    font: 400 16px/30px 'Sofia Pro';
    color: #ffffff;
	padding: 0;
}

.contact-form-content li p a{
    color: #ffffff;
}

.contact-form-content li p a:hover{
	color: #fefefe ! important;
}

.contactBox label.error {
    font: 500 13px/20px 'Sofia Pro';
    color: #e64325;
}




/* Rooms and Tarrif */


.textMain .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.textMain .services-grid li{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    background: none;
    padding: 0;
}

.textMain .services-grid li img{
	display: block;
	width: 100%;
}

.textMain .services-grid a{
	display: block;
}

.textMain .service-content.col1{
	background: url(../images/bg-dots.png) center center rgba(68, 59, 54, 1);
}

.textMain .service-content.col2{
	background: url(../images/bg-dots.png) center center #4e2626;
}

.textMain .service-content.col3{
	background: url(../images/bg-dots.png) center center #195860;
}

.textMain .service-content{
	padding: 30px;
    min-height: 500px;
	position: relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.textMain .service-content h4{
    margin: 0 0 30px 0;
    color: rgba(234, 226, 213, 1);
    text-align: center;
    font: normal 28px / 34px 'Amatic SC', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.textMain .service-content p{
    color: rgb(252 250 246);
    margin: 0 0 15px 0;
    text-align: center;
    font: 400 16px / 28px 'Sofia Pro';
    letter-spacing: 0.6px;
}

.textMain .service-content span{
	color: rgba(234, 226, 213, 1);
    font: italic 14px / 24px 'Sofia Pro';
    text-align: left;
    display: block;
    letter-spacing: 1px;
}

.textMain .service-content span.occupancy{
    text-align: right;
}

/* ---------- Tariff Table ---------- */
.textMain .service-content .tariff-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font: 400 15px / 26px 'Sofia Pro';
  color: rgb(252 250 246);
}

/* Table Head */
.textMain .service-content .tariff-table thead th {
  font: 600 14px / 22px 'Sofia Pro';
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(234, 226, 213, 0.9);
  padding: 12px 8px;
  border-bottom: 1px solid rgba(234, 226, 213, 0.25);
    text-align: left;
}

.textMain .service-content .tariff-table thead th:last-child {
    text-align: right;
}

/* Table Body */
.textMain .service-content .tariff-table tbody td {
  padding: 14px 8px;
  border-bottom: 1px dashed rgba(234, 226, 213, 0.18);
}

/* First column slightly stronger */
.textMain .service-content .tariff-table tbody td:first-child {
  font-weight: 500;
  color: rgba(252, 250, 246, 0.95);
}

/* Tariff highlight */
.textMain .service-content .tariff-table tbody td:last-child {
	font-weight: 600;
	letter-spacing: 0.5px;
    text-align: right;
}

/* Remove last border */
.textMain .service-content .tariff-table tbody tr:last-child td {
  border-bottom: none;
}







.textMain .service-content span.readmore {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    color: rgba(234, 226, 213, 1);
    font: normal 16px / 24px 'Sofia Pro';
    text-transform: uppercase;
    text-align: center;
    display: block;
    letter-spacing: 1px;
}

/* Gallery */


.textMain .gallery-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: inherit;
}

.textMain .gallery-grid li{
    overflow: hidden;
    border-radius: 10px;
    padding: 0;
}

.textMain .igallery-grid {
    grid-template-columns: repeat(4, 1fr);
}

.textMain .mfp-title,
.textMain .mfp-counter{
    font: 400 15px/26px 'Sofia Pro';
}

.textMain .gallery-grid li:hover{
    opacity: 1;
}

.textMain .gallery-grid li a {
    display: block;
    height: 225px;
}

.textMain .gallery-grid li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.textMain .gallery-grid a:hover img {
    transform: scale(1.08);
}

/* Info */

.info-blk {
    padding: 30px;
    border: 1px solid rgb(243 239 239 / 44%);
    margin: 0 0 30px 0;
    background: #fcfcfc;
}

.textMain .info-blk li{
    background: url(../images/ticks.svg) no-repeat left 15px;
    background-size: 24px;
}

/* Reviews */

#Reviews {
    padding: 60px 0 30px 0;
}

#Reviews .dNtlyB {
    color: #284E27;
    font: 600 40px / 56px 'Sofia Pro' ! important;
    margin: 0 0 10px 0;
    transition: 0.7s all ease;
    text-align: center;
}

#Reviews *{
    font-family: 'Sofia Pro';
}

#Reviews a,
.eapps-widget-toolbar{
	display: none ! important;
}

/* Rooms Tarrif */


.textMain .itabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
    border-bottom: 2px solid #eee;
}

.textMain .itabs li {
	background:none;
    flex: 1; 
	padding: 0;
    background: #d7e7de;
}
 
.itabs li a {
    display: block;
    text-align: center;
    padding: 12px;
    color: #141414;
}
 
.textMain .itabs li a.active {
	color: #fff;
    background: #243c32;
}

.itabs li a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #000;
}
 
#Photos-Tab,
#Videos-Tab {
  display: none;
}
 
#Photos-Tab.active,
#Videos-Tab.active {
  display: block;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.textMain .video-grid li {
  width: 100%;
  aspect-ratio: 16 / 9; /* 🔥 forces equal height */
  overflow: hidden;
  border-radius: 8px;
  padding: 0;
  background: none;
}

.video-grid video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 🔥 crops nicely */
  display: block;
}

/* Footer */


footer {
	background-image: linear-gradient(to left bottom, #141414, #101010, #0b0b0b, #060606, #000000);
	padding: 60px 0;
}

.footer-l {
	padding: 20px;
}

.footerlogo {
    width: 130px;
    margin: 0 0 20px 0;
}

.footer-l p {
	font: 400 24px / 40px 'Sofia Pro';
	color: #fff;
	margin: 0 0 15px 0;
	letter-spacing: 0.5px;
}

.footer-l h4 {
	color: #fff;
	font: 400 30px / 40px 'Sofia Pro';
	margin: 0 0 20px 0;
}

.footer-l h4 a {
	color: #f9a532;
	border-bottom: 1px solid #f9a532;
	transition: 0.7s all ease;
}

.footer-m {
	width: 230px;
	padding: 20px;
}

.footer-m h3 {
	font: 600 24px / 40px 'Sofia Pro';
	margin: 0 0 20px 0;
	color: #fafafa;
	letter-spacing: 0.5px;
}

.footer-m li {
	font: 400 15px/32px 'Sofia Pro';
	padding: 0 0 10px 0;
	letter-spacing: 0.5px;
}

.footer-m li a {
	color: #c8c8cf;
}

.footer-r {
	width: 250px;
	padding: 20px;
}

.footer-r h3 {
	font: 600 24px / 40px 'Sofia Pro';
	margin: 0 0 20px 0;
	color: #fafafa;
	letter-spacing: 0.5px;
}

.footer-r li {
	font: 400 15px/32px 'Sofia Pro';
	padding: 0 0 10px 0;
	letter-spacing: 0.5px;
}

.footer-r li a {
	color: #c8c8cf;
}

.copyrights {
	font: 300 15px / 30px 'Sofia Pro';
	text-align: center;
	color: #fff;
	margin: 30px 0 0 0;
	letter-spacing: 0.5px;
}

.copyrights .heart {
	padding: 11px;
	position: relative;
	display: inline-block;
}

.copyrights .heart:after {
	content: '\E81D';
	font-family: 'fontello';
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	margin: auto;
	color: #ff5722;
}


/* Whatsapp */

.wh-api{
    position: fixed;
    bottom: 28px;
    right: 20px;
}

.wh-api a {
    font: 300 14px / 28px 'Sofia Pro';
    background: #FFFFFF;
    border: 1px solid #363636;
    box-shadow: 2px 3px 0px #00E785;
    border-radius: 24px;
    padding: 8px 16px;
    color: #202020;
    cursor: pointer;
    letter-spacing: 0.3px;
	transition: 0.5s all ease;
}


/* Social Media */

.social-media {
	margin: 10px 0 0 0;
}

.social-media li {
	display: inline-block;
	vertical-align: top;
    width: 40px;
    height: 40px;
	margin: 0 5px 10px 0;
	position: relative;
}

.social-media li a {
    width: 40px;
    height: 40px;
	display: block;
	transition: 0.8s all ease;
	opacity: 0.7;
}

.social-media li:hover a {
	opacity: 1;
}

.social-media li a:before {
	position: absolute;
	font-family: 'fontello';
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	transition: 0.7s all ease;
    font-size: 21px;
	color: #f3f9ed;
}

.social-media .fb a:before {
	content: '\E813';
    top: 8px;
}

.social-media .instagram a:before {
	content: '\F16D';
    top: 7px;
}

.social-media .x a:before {
	content: '\F099';
    top: 7px;
}

.social-media .linkedin a:before {
	content: '\E814';
    top: 7px;
}

.social-media .pinterest a:before {
	content: '\F231';
    top: 8px;
}


.social-media .fb a{
    border: 1px solid #1877F2;
	background: #1877F2;
}

.social-media .instagram a{
    border: 1px solid #E4405F;
	background: #E4405F;
}
 
.social-media .x a{
    border: 1px solid #1DA1F2;
	background: #1DA1F2;
}

.social-media .linkedin a{
    border: 1px solid #0A66C2;
	background: #0A66C2;
}
 
.social-media .pinterest a{
    border: 1px solid #BD081C;
	background: #BD081C;
}


/* Media Query */

@media (max-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 991px) {
	.brick-l {
		padding: 4%;
	}
}


@media screen and (max-width: 960px) {
	#Banner h1 {
		font: 700 70px/90px 'Amatic SC', sans-serif;
	}
	.brick-l {
        display: block;
        padding: 60px 30px 30px 30px;
	}
	.brick-r {
		display: block;
		height: 300px;
		background: url(../images/the-wild-deck-bg.jpg) no-repeat center center;
		background-size: cover;
		background-attachment: fixed;
	}
	.overlap-about {
		width: 95%;
	}	
	.services-l a{
		float: right;
	}
	#Services {
		padding: 30px 0 15px 0;
	}
	.services-l {
		display: block;
		width: auto;
		margin: 0 0 30px 0;
	}	
	.services-r {
		display: block;
		width: auto;
	}
	
	
	.book-block {
		padding: 20px 0;
	}
	.about-grid-l{
		display: block;
		width: auto;
	}
	.about-grid-r{
		display: block;
		width: auto;
		text-align: center;
	}
}


@media screen and (max-width: 860px) {
	.textMain .gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.overlap-l{
        display: block;
        margin: 0 0 30px 0;
        padding: 0;
	}
	.overlap-r{
        display: block;
        width: auto;
        text-align: center;
	}
	.overlap-l a{
		float: right;
	}
	.textMain .services-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.contactBox {
		margin: 0;
		padding: 30px;
		width: 90%;
	}
	.contact-form-box{
		display: block;
		width: auto;
		border: none;
		width: auto;
	}
	.contact-form-content{
		display: block;
		width: auto;
		padding: 20px;
	}
	.footer-l{
		display: block;
		width: auto;
        padding: 0 20px;
	}
	.footer-m{
		display: block;
		width: auto;
        padding: 0 20px;
	}
	.footer-r{
		display: block;
		width: auto;
        padding: 0 20px;
	}
	.footer-m h3 {
		margin: 10px 0;
	}
	.footer-r h3 {
		margin: 10px 0;
	}
	.footer-m li {
		padding: 0 0 5px 0;
	}
	.footer-r li {
		padding: 0 0 5px 0;
	}
}

@media screen and (max-width: 767px) {
	#Banner h1 {
        font: 700 34px / 40px 'Amatic SC', sans-serif;
	}
	.header-logo{
		display: block;
		margin: auto;
		text-align: center;
		padding: 10px;
		width: 150px;
	}
	.header-menu{
		display: block;
		text-align: center;
	}
	#Gallery {
		padding: 70px 0 20px 0;
	}
	.gallery-grid {
		margin: 0 15px;
	}
	.accordion {
		width: 94%;
		margin: auto;
	}
	.video-grid {
		grid-template-columns: 1fr;
	}
	.textMain .igallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}



@media screen and (max-width: 640px) {
	.desktop-menu{
		display: none;
	}
	.mobile-menu{
		display: block;
	}
    .igallery-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
	#Services h2 {
		font: 500 50px / 56px 'Amatic SC', sans-serif;
        margin: 0 0 30px 0;
		padding: 80px 20px 0 20px;
	}
	
	#Banner {
		background-attachment: unset;
	}
	.brick-r{
		display: none;
	}
	.tab {
    padding: 16px 10px;
    min-width: 170px;
    color: #2f3e35;
}
  .tabs {
	justify-content: left;
  }
}


@media screen and (max-width: 480px) {
	.textMain .igallery-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}