:root {
    color: #303030;
    color: #00000029;
    color: #0000003D;
    color: #E8BB62;
    color: #4F4F4F;
    color: #848484;
}

body {
    margin: 0;
	padding: 0;
    color: #0D2237;
    font-weight: 400;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #303030;
}

img {
	width: 100%;
	height: auto;
    border: 2px solid #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
}

.h1, h1 {
    font-size: 40px;
    font-weight: 700;
}

.h2, h2 {
    font-size: 35px;
}

p, li, a, dd {
	font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    vertical-align: middle;
}

b, strong, dt {
    font-weight: 800;
}

ul {
	padding-left: 20px;
    margin-bottom: 0;
}

a:hover, a:focus {
	text-decoration: none;
    color: inherit;
}

i {
	vertical-align: middle;
}

.border-top-yellow {
    border-top: 1px solid #E8BB62;
}

.text-dark {
    font-weight: 500;
}

.text-muted {
    color: #adb5bd!important;
}

button:focus {
    outline: none;
}

.btn-primary {
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 15px;
    background-color: transparent;
    border-radius: 0px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    border: 2px solid #FFFFFF;
    text-transform: uppercase;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    color: #000!important;
    border: 2px solid #FFFFFF;
    box-shadow: none!important;
    background-color: #FFFFFF;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #000!important;
    border: 2px solid #FFFFFF;
    box-shadow: none!important;
    background-color: #FFFFFF;
}

.btn-bys:link , .btn-bys:visited, .btn-bys:active, .btn-bys:focus, .btn-bys:active:focus{
	background-color:#8A966E!important;
	color:#fff;
	outline:0;
}

.btn-bys:link , .btn-bys:visited, .btn-bys:active, .btn-bys:focus, .btn-bys:active:focus{
	background-color:#8A966E!important;
	color:#fff;
	outline:0;
}

header {
    background-color: #303030;
    align-items: center;
}

header img {
    border: 0;
    width: 90%;
}

.header {
    padding: 1% 0;
}

.nav-bg {
    content: '';
    position: absolute;
    display: block;
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(50, 50, 50);
    transition: .45s ease-in-out;
  }

.nav-link {
    display: inline-block;
    padding: 0px 12px;
    font-weight: 400;
}

.nav-item {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 15px;
}

.nav-link.active .nav-item, .nav-link .nav-item:hover {
    color: #E8BB62;
    font-weight: 400;
}

.navbar-collapse .dropdown-toggle::after {
    display: none;
}

/*Popup*/

#popupshow {
    position: fixed;
    top: 5%;
    left: 0;
    width: 900px;
    max-width: 100%;
    margin: auto;
    background-color: transparent;
    z-index: 99999;
    text-align: center;
    padding: 0;
    right: 0;
    bottom: 5%;
    height: fit-content;
}

.popup-wrapper {
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display:none;
    /* color: #fff; */
}

.popup-img {
    width: 100%;
    float: left;
}

.popup-newsletter p, .popup-newsletter label {
    color: #fff;
}

.popup-wrapper p, .popup-wrapper .btn-primary {
	margin-top: 10px;
	margin-bottom: 10px;
}

.popup-close {
    position: absolute;
    top: -10px;
    right: -2px;
    display: inline-block;
    width: 60px;
    height: auto;
    text-align: center;
    cursor: pointer;
    color: #000;
    font-size: 50px;
    z-index: 9999;
}

.popup-close i {
    font-size: 20px;
    color: inherit;
}

/*===============================*/

/* Home */

.home-header {
    padding: 0;
    text-align: center;
    line-height: 0;
    margin: 0 2%;
}

.home-header .card {
    background-color: transparent;
    border-radius: 0;
    align-items: center;
    text-align: center;
    border: 2px solid #fff;
    margin-bottom: 5%;
    position: relative;
    height: 700px;
    background-image: url(/images/2024/home/header.jpg);
    background-position: bottom 0% center;
    background-size: cover;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
}

.home-header .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 25vh 25vh;
    height: 630px;
    text-align: center;
}

.home-header h1 {
    font-size: 80px;
    text-shadow: 0px 3px 10px #0000003D;
}

.home-header p, .home-header a {
    text-shadow: 0px 3px 10px #0000003D;
}
.bg-hidden {
    top: -100%;
    opacity: 0;
}

.bg-visible {
    top: 0;
    opacity: 1;
}

.bg-dark {
    background-color: rgb(52 58 64 / 15%)!important;
}

.home-intro h2 {
    line-height: 40px;
}

.home-intro h2, .home-intro p, .home-intro h4 {
    color: #fff;
}
.newsletter-subscribe {
    background-color: #4F4F4F;
}

.subscribe-form input {
    background-color: #fff;
    border-radius: 0;
}

.home-venues {
    padding: 5% 0;
}

.testimonials {
    color: #fff;
    background-color: #E8BB62;
    padding: 5% 0;
}

.testimonials i {
    font-size: 40px;
    margin-bottom: 5%;
    font-weight: 300;
}

.testimonials .carousel-control-next, .testimonials .carousel-control-prev {
    position: absolute;
    top: 120%;
    bottom: 0;
    z-index: 1;
    width: 95%;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
}

.testimonials .carousel-control-next i, .testimonials .carousel-control-prev i {
    font-size: 25px;
}

.page-intro {
    text-align: center;
    padding: 5% 0;
    color: #fff;
}

.page-intro h1, .page-intro .h1 {
    color: #E8BB62;
    font-size: 80px;
}

.mobi-gallery {
    display: none;
}

.rooms-text {
    color: #fff;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10%;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    background: transparent;
    border: 0;
    font-size: 30px;
}

.rooms-info {
    padding: 5% 0;
}

.restaurant-gallery, .activities, .contact {
    padding-bottom: 5%;
}

.activities h3, .activities p, .activities a {
    color: #fff;
}

.navbar .dropdown-menu {
    position: absolute;
    top: 130%;
    left: 10px;
    z-index: 1000;
    float: left;
    min-width: auto;
    padding: 10px 0;
    margin: 0;
    font-size: 17px;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #303030;
    background-clip: padding-box;
    border: 1px solid #E8BB62;
    border-radius: 0;
}

.navbar-collapse .dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 15px;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown a.dropdown-toggle {
    color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
    color: #E8BB62;
    text-decoration: none;
    background-color: transparent;
}

.cabin-story h3 {
    color: #E8BB62;
}

/* Contact page */
.contact-details {
    border-radius: 0;
    border: 0;
    background-color: #E8BB62;
}

.contact-details a {
    color: #fff;
}

.contact-details i {
    font-size: 25px;
    padding-right: 10px;
    padding-top: 10px;
}

.directions .card {
    background-color: transparent;
    border: 1px solid #E8BB62;
    border-radius: 0;
}

.directions .card a {
    color: #fff;
    text-transform: uppercase;
}

label {
    color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #848484;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #848484;
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    height: 150px;
}

.error {
	margin-top: 2%;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #8A966E;
	color: #fff;
	display: none;
}

#email2 {
	display: none;
}

#map {
	width:100%;
	height:500px;
}
/* Popup box */
.gm-style-iw-chr [type=button]:not(:disabled), .gm-style-iw-chr [type=reset]:not(:disabled), .gm-style-iw-chr [type=submit]:not(:disabled), .gm-style-iw-chr button:not(:disabled) {
    background: none;
    display: block;
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-transform: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    user-select: none;
    width: 28px;
    height: 28px;
    color: #fff;
}

.gm-ui-hover-effect>span {
    background-color: #fff;
    pointer-events: none;
    display: block;
    width: 24px;
    height: 24px;
    margin: 4px;
}

.gm-style img {
    max-width: 80%;
    margin-bottom: 15px;
    border: 0;
}

.gm-style p, .gm-style a {
    color: #fff;
}

.gm-style .gm-style-iw-c {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
    background-color: #303030;
    border-radius: 8px;
    padding: 12px;
    -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .3);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
/* Scrollbars */
.gm-style .gm-style-iw-d::-webkit-scrollbar {
    width: 0;
    height: 0;
    -webkit-appearance: none;
}

.gm-style .gm-style-iw-c .gm-style-iw-d::-webkit-scrollbar-corner {
    background: transparent;
}
.gm-style .gm-style-iw-c .gm-style-iw-d::-webkit-scrollbar-thumb {
    background-color: transparent;
    border: 3px solid #303030;
    border-radius: 9px;
    background-clip: content-box;
}
.gm-style .gm-style-iw-d::-webkit-scrollbar-track, .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: transparent;
}
.gm-style .gm-style-iw-d::-webkit-scrollbar-track, .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: transparent;
}
/* arrow */
.gm-style .gm-style-iw-tc::after {
    background: #303030;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 25px;
}

#content {
    text-align: center;
}

/* Footer */
footer p, footer a {
    color: #fff;
    font-weight: 300;
}

footer i {
    font-size: 25px;
    line-height: 30px;
    vertical-align: middle;
    padding-right: 10px;
    margin-top: 10px;
}

footer img {
    border: 0;
}

.footer {
    background-color: #4F4F4F;
    padding: 5% 0;
}

.foot-trip {
    padding-bottom: 40px;
}

.lower-footer {
    background-color: #4F4F4F;
    padding-bottom: 20px;
}

.error-page {
    padding: 10vh 0;
    color: #fff;
}