
body, html {
    margin: 0;
   background-color: #f2efe5;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: "Bebas Neue", sans-serif;
    color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

.ext, .ewwxt {
    position: relative;
    width: 100%;
    height: 100vh; 

}



nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px 20px;
    backdrop-filter: blur(15px);
     background: linear-gradient(180deg, rgb(133, 133, 134) 0%, rgb(164, 164, 165) 35%, rgb(158, 157, 157) 100%);
    position: fixed; 
    width: 100%;
    top: 0;
    z-index: 1000; 
}


.ext {
    position: relative;
    width: 100%;
    height: 100vh;
}

.ewwxt {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 0; 
    clear: both; 
}

.carousel-fullscreen {
    width: 100%;
    height: 100%;
}

.carousel-fullscreen .carousel-inner,
.carousel-fullscreen .carousel-item {
    width: 100%;
    height: 100%;
}

.carousel-fullscreen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.ext-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: white;
    text-align: center;
    background: linear-gradient(180deg, rgb(133, 133, 134) 0%, rgb(164, 164, 165) 35%, rgb(158, 157, 157) 100%);
    font-size: 3.9vh;
    width: 80%;
    max-width: 800px;
}


.carousel-control-prev,
.carousel-control-next {
    z-index: 11; 
}


.logo img {
    width: 95%;
    height: 130px;
}

.login img {
    width: 95%;
    height: 60px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
    font-weight: bold;
}

.nav-links li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2rem;
}



.info-container {
    padding: 60px 20px;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.info-grid {
    display: grid;
   
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.info-item {
    display: flex;
    align-items: center;
    background-color: #b2b2b4 !important;
    gap: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-item:hover {
    transform: translateY(-5px);
 background: linear-gradient(180deg, rgb(226, 226, 226) 0%,     rgb(228, 228, 228) 35%, rgb(143, 142, 142) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.info-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.info-content h2 {
    margin: 0 0 5px 0;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
}

.info-content p {
    margin: 0;
    font-size: 1.2rem;
    color: #0e0d0d;
    font-family: Arial, sans-serif;
    text-align: center;
}


@media (max-width: 768px) {
    .info-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .info-grid {
        grid-template-columns: 1fr;
    }
    
    .info-item {
        flex-direction: column;
        text-align: center;
    }
}


.price-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
  background: rgb(202, 200, 200);
    border-radius: 20px;
    padding: 24px 32px;
    margin: 32px auto 24px auto;
    max-width: 700px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    font-family: 'Bebas Neue', Arial, sans-serif;
    gap: 24px;
}
.price-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
.price-title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 6px;
    color: #222;
}
.price-value {
    font-size: 1em;
    color: #222;
    font-family: Arial, sans-serif;
}
.price-divider {
    width: 2px;
    height: 48px;
  background: linear-gradient(180deg, rgb(133, 133, 134) 0%, rgb(164, 164, 165) 35%, rgb(158, 157, 157) 100%);
    margin: 0 16px;
    border-radius: 2px;
}
.multi-btn {
    margin-top: 6px;
    padding: 4px 18px;
    border-radius: 8px;
    border: 1px solid #222;
    background: #fff;
    color: #222;
    font-weight: 600;
    font-size: 1em;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.multi-btn:hover {
    background: #222;
    color: #fff;
}
@media (max-width: 700px) {
    .price-card {
        flex-direction: column;
        gap: 12px;
        padding: 18px 8px;
    }
    .price-divider {
        width: 80%;
        height: 2px;
        margin: 12px 0;
    }
}


.calendar-section {

    backdrop-filter: blur(10px);
    padding: 60px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.section-title {
    text-align: center;
    color: #000000;
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 2px;
}

.calendar-container {
    max-width: 800px;
    margin: 0 auto;

    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.month-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.nav-button {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #070707;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 5px;
    transition: background 0.3s;
}

.nav-button:hover {
    background: rgb(226, 226, 226);
}


.full-calendar-section {

    backdrop-filter: blur(10px);
    padding: 60px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.year-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 10%;
}

#currentYear {
    color: #000000;
    font-size: 2.5rem;
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
}

.full-calendar {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.month-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.month-header {
    color: #000000;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-family: "Bebas Neue", sans-serif;
}

.days-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.day-header {
    color: #070707;
    text-align: center;
    font-size: 0.9rem;
    padding: 5px;
}

.calendar-day {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
    padding: 8px;
    text-align: center;
    color: #000000;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.calendar-day:hover {
    background: rgba(241, 241, 241, 0.986);
}

.calendar-day.empty {
    visibility: hidden;
}

.calendar-day.today {
    background: #646464;
    font-weight: bold;
}

.calendar-day.weekend {
    color: #c71717;
}


@media (max-width: 1200px) {
    .full-calendar {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .full-calendar {
        grid-template-columns: 1fr;
    }
}

.toggle-months-btn {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 6px 18px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    vertical-align: middle;
}
.toggle-months-btn:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}
.year-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

#main-footer {
    background: #ffffff;
    color: rgb(0, 0, 0);
    padding: 40px 20px 20px;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.footer-logo h3 {
    font-size: 2rem;
    margin-bottom: 5px;
    color: #f1f1f1;
}

.footer-logo p {
    font-size: 1.1rem;
    color: #000000;
    margin: 0;
}

.footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #0c0b0b;
    text-decoration: none;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #fdfdfd;
}

.footer-social a {
    margin: 0 10px;
    color: #000000;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: #e0cc14;
}

.footer-bottom {
    margin-top: 30px;
    font-size: 0.9rem;
    color: #000000;
    border-top: 1px solid #000000;
    padding-top: 15px;
}




.booking-form-container {
    max-width: 700px;
    margin: 40px auto 32px auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    padding: 32px 28px 28px 28px;
    font-family: 'Bebas Neue', Arial, sans-serif;
}
.booking-title p {
    color: #888;
    font-size: 1.1em;
    margin-bottom: 0;
    text-align: center;
}
.booking-title h2 {
    color: #000000;
    font-size: 2em;
    font-weight: bold;
    margin: 8px 0 0 0;
    text-align: center;
}
.booking-subtitle {
    color: #b88a1a;
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 18px;
}
.booking-subtitle span {
    font-weight: bold;
}
.booking-form .form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 14px;
}
.booking-form input,
.booking-form select {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1em;
    font-family: Arial, sans-serif;
    background: #fafafa;
}
.booking-form input[type="date"] {
    color: #222;
}
.booking-section-label {
    margin: 18px 0 8px 0;
    font-size: 1.1em;
    color: #1a2341;
    font-weight: bold;
}
.duration-options {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}
.duration-btn {
    flex: 1;
    padding: 12px 0;
    border: 1.5px solid #b88a1a;
    border-radius: 8px;
    background: #fff;
    color: #1a2341;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border 0.2s;
}
.duration-btn.selected,
.duration-btn:hover {
    background: #c49a2e;
    color: #fff;
    border-color: #c49a2e;
}
.total-price-section {
    margin: 24px 0 12px 0;
    border-top: 1px solid #ddd;
    padding-top: 16px;
}
.total-label {
    font-size: 1.2em;
    font-weight: bold;
    color: #1a2341;
}
.total-breakdown {
    color: #555;
    font-size: 0.98em;
    margin-bottom: 6px;
}
.total-value {
    font-size: 1.7em;
    font-weight: bold;
    color: #b88a1a;
}
.form-check {
    margin: 18px 0 18px 0;
    font-size: 0.97em;
    color: #222;
}
.form-check input[type="checkbox"] {
    margin-right: 8px;
}
.form-check a {
    color: #b88a1a;
    text-decoration: underline;
}
.book-btn {
    width: 100%;
    padding: 14px 0;
    background: linear-gradient(90deg, #c49a2e 60%, #b88a1a 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    margin-top: 8px;
    transition: background 0.2s;
}
.book-btn:hover {
    background: linear-gradient(90deg, #b88a1a 60%, #c49a2e 100%);
}
@media (max-width: 700px) {
    .booking-form-container {
        padding: 18px 4vw;
    }
    .booking-form .form-row {
        flex-direction: column;
        gap: 8px;
    }
    .duration-options {
        flex-direction: column;
        gap: 8px;
    }
}