@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body{
    font-family: "Playfair Display", serif;
}
/* Top bar styling */
.top-bar {
background-color: #fff;
border-bottom: 1px solid #ddd;
}

/* Navbar links styling */
.navbar-nav .nav-item .nav-link {
color: #000;
font-weight: bold;
}

.navbar-nav .nav-item .nav-link:hover {
color: #28a745; /* Change color on hover */
}

/* Side menu and overlay styling */
.side-menu {
position: fixed;
top: 0;
left: -250px;
width: 250px;
height: 100%;
background-color: #fff;
box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
transition: left 0.3s ease;
z-index: 9999;
padding-top: 60px;
}

.side-menu.open {
left: 0;
}

.menu-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease;
z-index: 9998;
}

.menu-overlay.show {
opacity: 1;
visibility: visible;
}

/* Close button styling */
.close-btn {
padding: 10px;
}

.close-btn .btn {
font-size: 1.5rem;
background: none;
border: none;
color: #000;
}
.social-icons {
    display: flex;
    align-items: center;
    gap: 30px;
}

.social-icons a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

.book-now-btn {
    background-color: #28a745;
    color: #fff;
    border-radius: 20px;
    padding: 8px 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 20px;
    text-decoration: none;
}

.book-now-btn:hover {
    background-color: #218838;
    color: #fff;
}

/* Responsive adjustments */
@media (min-width: 992px) {
.side-menu, .menu-overlay, .navbar-toggler {
    display: none; /* Hide side menu and toggle on larger screens */
}

.navbar-nav {
    flex-direction: row;
}
}
/* Style for the flag icons in the top bar */
.flag-icons {
display: flex;
align-items: center;
}

.flag-link {
padding: 0 5px;
}

.flag-icon {
font-size: 18px;
line-height: 20px;
}

/* Ensure flag icons and social icons stack on mobile view */
@media (max-width: 991px) {
.top-bar .d-flex {
    flex-direction: column;
    align-items: flex-start;
}

.flag-icons {
    margin-bottom: 10px;
}

.social-icons {
    margin-left: 0;
}
}

/* Optional: Adjust flag icons for better alignment with social icons */
@media (min-width: 992px) {
.flag-icons {
    margin-right: 15px;
}

}
@media (max-width: 768px){
.navbar-brands{
display: none;
}
}
.logo-container {
    width: 100px;
    height: 100px;
    background-color: #012023; /* Dark Green */
    border-radius: 50%; /* Makes the background a perfect circle */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Style for the logo image inside the circular container */
.logo-img {
    max-width: 80%;
    max-height: 80%;
    object-fit: cover;
}
.navbar-toggler {
border: none;
outline: none;
box-shadow: none;
}

.navbar-toggler:focus {
outline: none;
box-shadow: none;
}

.slider-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
text-align: center;
}

.slider-content h1 {
font-size: 3rem;
margin-bottom: 1rem;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.slider-content .btn-custom {
background-color: #28a745;
border: none;
padding: 10px 20px;
font-size: 1rem;
color: #fff;
border-radius: 50px;
text-transform: uppercase;
transition: background-color 0.3s;
}

.slider-content .btn-custom:hover {
background-color: #218838;
}

.info-box {
position: relative;
background-color: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
z-index: 10;
padding: 20px;
border-radius: 8px;
display: flex;
justify-content: space-around;
align-items: center;
margin-top: -110px; /* This pulls the box upwards to overlap the slider */
}

.info-box-item {
text-align: center;
}

.info-box-item i {
font-size: 2rem;
color: #28a745;
margin-bottom: 10px;
}

.info-box-item p {
margin: 0;
font-weight: bold;
color: #333;
}
.desktop-slider{
display: block;
}
.mobile-slider{
display: none !important;
}


@media (max-width: 768px) {
.slider-content {
    top: 40%;
}
.desktop-slider{
display: none !important;
}
.mobile-slider{
display: block !important;
}
.position-relative img {
filter: brightness(0.5); /* Decrease brightness to 70% */
}


.slider-content h1 {
    font-size: 1rem;
}
.slider-content .btn-custom {
    font-size: 0.875rem; /* Slightly smaller font for mobile */
    padding: 8px 16px; /* Adjust padding for smaller screens */
    bottom: 15px; /* Adjust vertical position for mobile */
}

.info-box {
    flex-direction: column;
    margin-top: 0; /* Reset the margin-top for mobile to avoid overlap issues */
}

.info-box-item {
    margin-bottom: 15px;
}

.info-box-item i {
    font-size: 1.5rem;
}

.info-box-item p {
    font-size: 0.9rem;
}
}
.navbar-toggler {
border: none;
outline: none;
box-shadow: none;
}

.navbar-toggler:focus {
outline: none;
box-shadow: none;
}
.image-container {
overflow: hidden;
position: relative;
}

.zoom-image {
transition: transform 0.3s ease;
width: 100%;
height: 100%;
object-fit: cover;
}

.zoom-image:hover {
transform: scale(1.1); /* Zoom in within the container */
}


h2 {
font-family: 'Times New Roman', serif;
font-size: 2rem;
}

h3 {
font-family: 'Times New Roman', serif;
font-size: 1.5rem;
color: #5b3924;
}
.container h1 {
font-size: 2.5rem;
font-weight: bold;
font-family: 'Times New Roman', serif;
}

.container p.lead {
font-size: 1.25rem;
color: #6c757d;
}

.row .col-6 {
margin-bottom: 20px;
}

.row img {
max-width: 100%;
height: auto;
}

.row p {
margin-top: 10px;
font-size: 1rem;
color: #6c757d;
}

@media (max-width: 767.98px) {
.row .col-6 {
    margin-bottom: 15px;
}
}
.card {
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-img-top {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
height: 200px;
object-fit: cover;
}

.card-title {
font-size: 1.25rem;
font-weight: bold;
}

.card-text {
color: #6c757d;
}

.btn-success {
border-radius: 20px;
font-weight: bold;
text-transform: uppercase;
}

.contact-form-container {
        max-width: 800px;
        margin: 50px auto;
        padding: 30px;
        background-color: #fff;
    }
    .contact-form-container h2 {
        font-family: 'Georgia', serif;
        font-size: 2rem;
        color: #5a3e2b;
        text-align: center;
        margin-bottom: 30px;
    }
    .form-control {
        border-radius: 0;
        border: 1px solid #ced4da;
        margin-bottom: 20px;
        height: 50px;
    }
    .form-control:focus {
        border-color: #8DC63F;
        box-shadow: none;
    }
    .btn-custom {
        background-color: #8DC63F;
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        width: 200px; /* Decreased width of the button */
        font-size: 1.1rem;
        text-transform: uppercase;
        transition: background-color 0.3s;
    }
    .btn-custom:hover {
        background-color: #76A92D;
    }
    textarea.form-control {
        height: 200px; /* Increased height for the textarea */
    }
