body {
	font-family: "Afacad Flux", sans-serif!important;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
	font-family: "Roboto", sans-serif;
	color: #578463;
    line-height: normal;
    margin-bottom: 20px;
}

p {
    font-size: 110%;
}

h1 {
	font-size: 350%;
    margin-top: 15px!important;
}

h2 {
	font-size: 250%;
}

h3 {
    font-size: 150%;
}

.post, .page {
    margin: 0!important;
}

.br-20 {
	border-radius: 20px;
}

.vh-100 {
	height: 75vh;
}

.w-40 {
	width: 40%;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 999;
	transition: all 0.3s;
    padding: 15px;
    background: #f7f9ea;
}

.logo {
    width: 150px;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    border-radius: 50%;
    padding: 10px;
    background: #f7f9ea;
}

.navbar-scrolled {
    background: #243551;
    transition: all 0.3s;
    padding: 15px;
}

.navbar-scrolled .logo {
    width: 60px;
    transition: all 0.3s;
	display: block!important;
}

section {
	padding: 100px 0;
    background: #f7f9ea;
}

.webpage {
	padding-top: 175px;
}

.webpage h1 {
	font-size: 300%;
}

/* Nav */
.offcanvas {
    background-image: url(assets/img/bg.png);
    background-size: cover;
	background-position: right;
	transition: .5s ease-in-out;
}

.offcanvas-end {
	width: 100%;
}

.offcanvas-body {
    padding: 50px;
    align-items: center;
    background: #f7f9ea;
}

.offcanvas-body ul {
    padding-top: 100px;
}

.menu-item {
	padding-bottom: 20px;
}

.dropdown-menu li:nth-child(1) {
    padding-top: 20px;
}

.dropdown-menu li:nth-last-child(1) {
    padding-bottom: 0;
}

.dropdown-menu.show {
    display: contents;
}

.menu-item a {
    font-family: "Roboto", sans-serif;
    padding: 5px 10px;
    transition: .2s;
    font-size: 175%;
    color: #578463;
}

.menu-item a.active {
	color: #fe8d17;
}

.menu-item a:hover {
    color: #fe8d17;
    transition: .2s;
}

.navbar-toggler {
    width: 30px;
    height: 30px;
	position: relative;
	transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
	outline: none;
	box-shadow: none;
	border: 0;
}

.navbar-toggler span {
	margin: 0;
	padding: 0;
}

.toggler-icon {
	display: block;
	position: absolute;
	height: 2px;
	border-radius: 10px;
	width: 100%;
	background: #fe8d02;
	left: 0;
	opacity: 1;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

.middle-bar {
	margin-top: 0px;
}

.red-nav-link a {
	color: #bd2323!important;
}

/* When navigation is clicked */
.navbar-toggler .top-bar {
	margin-top: 0;
	transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
	opacity: 0;
}

.navbar-toggler .bottom-bar {
	margin-top: 0;
	transform: rotate(-135deg)
}

/* When navigation is collapsed */
.navbar-toggler.collapsed .top-bar {
	margin-top: -20px;
	transform: rotate(0deg)
}

.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
	margin-top: 20px;
	transform: rotate(0deg);
}

/* End of Nav */

.carousel-control-next-icon, .carousel-control-prev-icon {
	position: absolute;
	bottom: 30px;
}

.glide * {
  margin: 0;
}

.glide__slides {
    margin-bottom: 0;
}

.glide__arrow {
    padding: 10px;
    border-radius: 50px;
    border: none;
    position: absolute;
    bottom: 0;
    background: rgb(239 239 239 / 50%);
    background: transparent;
    width: 50px;
}

.glide__arrow--right {
	right: 0;
}

.glide__slide img {
	width: 87%;
}

.offcanvas {
    z-index: 950!important;
}

.modal-backdrop {
    z-index: 940!important;
}

.carousel-caption {
    position: absolute;
    right: unset;
    bottom: unset;
    left: 50px;
    color: #fff;
    text-align: left !important;
    top: 55%;
    transform: translateY(-50%);
	z-index: 2;
	width: 100%;
}

.carousel-caption h1 {
    font-size: 450%;
    color: #fe8d02;
	margin: 20px 0;
}

.carousel-caption h2 {
    font-size: 120%;
    color: #fff;
    margin: 10px 0;
}

.carousel-caption div.info {
	padding: 15px;
	background: rgb(255 255 255 / 0.1);
	color: #fff;
	border-radius: .75rem;
	border: 1px solid rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.carousel-item {
  position: relative;
}

.carousel-item > img {
  object-fit: cover;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(87, 132, 99, 0.85) 0%,
    rgba(87, 132, 99, 0.55) 45%,
    rgba(87, 132, 99, 0.00) 100%
  );
}

/* BUTTONS */

.btn-primary {
    color: #fff;
    background-color: #fe8d02;
    border-color: #fe8d02;
	border-width: 2px;
    padding: 10px 20px;
    border-radius: 5px;
    max-width: 300px;
	margin-right: 5px;
}

.btn-secondary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
	border-width: 2px;
    padding: 10px 20px;
    border-radius: 5px;
	max-width: 250px;
}

.btn-primary:hover {
    color: #fe8d02;
    background-color: transparent;
    border-color: #fe8d02;
	border-width: 2px;
}

header .btn-primary:hover {
    color: #fe8d02;
    background-color: transparent;
    border-color: #fe8d02;
	border-width: 2px;
}

.btn-secondary:hover {
    color: #c99d66;
    background-color: #fff;
    border-color: #fff;
	border-width: 2px;
}

/* MAIN */

div.img-div-websites {
	background: url("assets/img/slideshow1-mobile.jpg");
    background-size: cover;
    background-position: center;
}

div.img-div-content {
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

div.zoom-bg {
    position: relative;
    overflow: hidden;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.zoom-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 110%;
    background-position: center;
    transition: transform 0.5s ease;
    z-index: 0;
}

div.zoom-bg:hover::before {
    transform: scale(1.1);
}

#drinks::before {
    background-image: url('assets/img/drinks.jpg');
}

#food::before {
    background-image: url('assets/img/our-food.jpg');
}

#upcoming-events::before {
    background-image: url('assets/img/events.jpg');
}

#contact-us::before {
    background-image: url('assets/img/contact-us.jpg');
}

div.zoom-bg h2 {
    position: relative;
    z-index: 1;
    font-weight: bold;
    text-transform: uppercase;
	color: #fff;
    margin: 0;
    text-shadow: 0 0 5px #243551;
    font-size: 175%;
}

div.menu-div {
    position: relative;
}

div.menu-left {
    padding-right: 50px;
    padding-left: 0;
}

div.menu-right {
    padding-left: 50px;
    padding-right: 0;
    margin: 50px 0;
}

.btn-menus {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 50px;
    border: 2px solid #fff;
    color: #fff;
    margin: 0 auto;
    background: #c99d66;
    font-size: 125%;
    display: inline-table;
	font-family: "Abhaya Libre", serif;
    padding: 10px 20px;
    border-radius: 30px;
    min-width: 200px;
}

.btn-menus:hover {
	background: transparent;
	font-weight: bold;
	color: #fff;
}

.btn-menus-right {
    left: 50px;
    right: 0;
}

.menu-container:hover .btn-menus {
	background-color: #d7b68e;
}

.menu-container img {
	transition: transform 0.3s ease;
}

section.bg-image {
	background: url("assets/img/bg-image.jpg");
    background-size: cover;
    background-attachment: fixed;
}

section.bg-image h2 {
	text-align: center;
	color: #fff;
	margin: 0;
}

#map {
	width: 100%;
	height: 500px;
}

.link a {
	color: #404040;
}

p.christmas {
    background: repeating-linear-gradient(45deg, #83d28a, #83d28a 10px, #d57878 10px, #d57878 20px);
    color: #fff;
    text-shadow: 2px 1px 1px #444;
    font-size: 125%;
    padding: 5px;
    border-radius: 5px;
	font-weight: bold;
}

p.christmas a {
    color: #fff;
    text-shadow: 2px 1px 1px #444;
}

/* END MAIN */

/* ANIMATION */

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-main,
.fade-in-element {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s, transform 0.8s;
}

.fade-in-main.visible,
.fade-in-element.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5); /* Start with the image at 50% size */
  }
  100% {
    opacity: 1;
    transform: scale(1); /* End with the image at its full size */
  }
}

.zoom-in-element {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.8s, transform 0.8s;
}

.zoom-in-element.visible {
  opacity: 1;
  transform: scale(1);
}

@keyframes floatInRight {
  0% {
    opacity: 0;
    transform: translateX(200px); /* Move the element 200px to the right */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* End with the element in its original position */
  }
}

.float-in-right-element {
  opacity: 0;
  transform: translateX(200px); /* Adjust this value as needed */
  transition: opacity 0.8s, transform 0.8s;
}

.float-in-right-element.visible {
  opacity: 1;
  transform: translateX(0);
}

/* END OF ANIMATION */

/* FOOTER */

footer {
    background: #578463;
    color: #fff;
    padding: 60px 0 30px;
}

footer a {
    color: #fff!important;
}

footer a:hover {
	color: #eee!important;
}

footer .map {
	width: 100%;
    height: -webkit-fill-available;
    border: 2px solid #fff;
}

.footer-logo {
    padding: 10px;
    background: #f7f9ea;
    border-radius: 10px;
}

.social-icon {
	width: 25px;
    margin-right: 15px;
    margin-top: 20px;
}

/* Media Queries */

@media only screen and (max-width: 768px) {
	section {
		padding: 70px 0;
	}

	.webpage {
		padding-top: 150px;
   		display: inline-block;
	}
	
    .webpage-main-img {
        height: 80vh;
    }

	.webpage-main-img .caption {
		padding-top: unset;
	}

	.webpage-main-img .caption h1 {
		font-size: 300%;
	}

	.webpage-main-img .caption p.above {
		font-size: 125%;
	}
	
	span.gap {
		display: none;
	}

	.navbar {
        padding: 15px 0;
        background: #f7f9ea;
	}
	
	.navbar .menu {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.navbar-nav {
	    margin: 0;
	}
	
	.offcanvas-end {
		width: 100%;
		border-left: unset;
	}
	
	.offcanvas-end .offcanvas-body {
		justify-content: center;
	}
	
	.offcanvas-body {	
	    padding: 50px;
	}
	
	.offcanvas-body ul {
	    width: 100% !important;
	}
	
	.main-img .caption {
		text-align: center;
	}
	
	.main-img .caption h2 {
   		font-size: 175%;
		margin-bottom: 15px;
	}
	
	.main-img .caption img {
		width: 90%;
	}
	
	.main-img .caption p.welcome {
        font-size: 115%;
		letter-spacing: 10px;
	}

	.carousel-item > img {
	  height: 60vh;
	  object-fit: cover;
	}
	
	.carousel-caption h2 {
		font-size: 100%;
		color: #fff;
		margin: 10px 0;
	}
	
	footer hr {
		width: 90%;
		margin: 0 auto;
	}
	
	footer {
		text-align: center;
		padding: 30px 0;
	}
	
	footer h3 {
		margin: 30px 0 10px;
		text-align: center!important;
	}
	
	footer.social-icon {
		width: 20px;
		margin-right: unset;
		margin-top: unset;
		margin: 20px auto;
	}

	.carousel-caption div.info {
		padding: 15px;
	}
}

@media screen and (max-width: 992px){

	br.d-gap {
		display: none;
	}
	
	br.m-gap {
		display: block;
	}
	
	body {
		text-align: center!important;
	}
	
	h1 {
		font-size: 300%;
		margin-top: 0!important;
	}

	h2 {
		font-size: 225%;
	}

	h3 {
		font-size: 140%;
	}

	.webpage h1 {
		font-size: 250%!important;
	}
	
	
	.row>* {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.logo {
		width: 110px;
		top: 0;
		padding: 5px;
	}
	
	.carousel-caption {
		left: 0;
		right: 0;
        top: unset;
		transform: unset;
        bottom: 5%;
		margin: 0 auto;
		display: block;
		padding: 20px;
	}
	
	.carousel-caption h1 {
		font-size: 200%;
	}
	
	.carousel-caption p {
		display: none;
	}
	
	.carousel-caption .btn {
        padding: 10px 20px;
        font-size: 100%;
	}
	
	.menu-item a {
		font-size: 150%;
	}
	
	.navbar-scrolled {
		box-shadow: unset;
	}
	
	.navbar-scrolled .logo {
		width: 100px;
	}
	
	div.menu-left,
	div.menu-right {
		padding: 20px 20px 0 20px;
    	position: relative;
	}
	
	.btn-menus-right {
		margin: 0!important;
	}

	.btn-menus {
        position: absolute;
        margin: 0 auto;
    	display: table;
        left: 50%;
        transform: translate(-50%, 0);
	}

	section.bg-image {
		background: url("assets/img/bg-image.jpg");
		background-size: cover;
		background-attachment: unset;
	    background-position: center;
	}

	.m-mt {
		margin: 40px 0!important;
	}
	
	.footer-logo {
		width: 30%;
		margin: 0 auto;
		display: block;
	}
	
	footer .map {
		height: 300px;
		margin: 20px 0 15px;
	}
}