.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
  }
  

/* General Styles */
body {
    font-family: "Poppins",Arial, sans-serif;
    background-color: #0A352B;
    
    color: #E2CC9A;
    margin: 0;
    padding: 0;

}

/* Header */
header {
    background: linear-gradient(to right, #105041, #198C71);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    
}
.logo img {
    padding-top:5px;
    height: 40px;
    
}

.menu-icon {
    font-size: 24px;
    cursor: pointer;
}

/* Hero Section */
.hero {
    position: relative;
    height: 500px;
    overflow: hidden;
    
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

.hero video  {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero img  {
  width: 100%;
  
  object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    
    justify-content: center;
    text-align: center;
    
}

.hero-overlay h1 {
    font-size: 64px;
    margin-bottom: 20px;
    font-family:"Playfair Display";
    font-weight:300;
    color:#C7B488;
    line-height:64px;
    margin-top:0px;
}
.hero-overlay p {
    font-size: 22px;
    
    
    font-weight:200;
    
}
.hero-overlay div {
 
    margin:3.5em;

}

/* Month Selector */
.month-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px 10px 0px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.month-selector-feature {
  align-items: center;
  justify-content: left;
  align-items: left;
  padding: 60px 30px 10px 0px;
  
}

.month-selector button {
    background: none;
    border: none;
    color: #E2CC9A;
    font-size: 24px;
    cursor: pointer;
    margin: 20px 20px;
}

/* Events Grid */
.events-container {
    background-image: url('https://www.realtimereservation.com/wp-content/uploads/2025/04/bkg-pattern.svg'); /* Patterned background */
        background-repeat: repeat;
    background-size:800px;
        padding-top:40px;
        
    
    

}

.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    padding: 30px;
    margin-left:3.5em;
    margin-right:3.5em;
    
    
}
.events-grid-featured {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  padding: 40px;
  margin-left:3.5em;
  margin-right:3.5em;
  background-color: #0A352B;
  border-radius: 12px;
  
  
}

.event-tile {
    position: relative;
    overflow: visible!important;
    background: #000000;
    border-radius: 8px;
    border:none;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);

aspect-ratio: 1/1;
    
    
}
.event-tile-featured {
  position: relative;
  overflow: visible!important;
  background: #000000;
  border-radius: 8px;
  border:none;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  transition: transform 0.3s ease;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);

aspect-ratio: 1/1;
  
  
}


.event-tile:hover {
    transform: scale(1.05);
}

.event-tile img {
    position:absolute;
    width:100%;
    border-radius: 8px;
    height:100%;
    border:none;
    object-fit: cover;
    mask-image: linear-gradient(to top, rgba(0,0,0,0.1) 15%,rgba(0,0,0,1) 40%);
    
    
    
}
.event-text {
    position:absolute;
    bottom:20px;
    left:30px;
}
.event-tile h3 {
    margin: 0;
    font-family:"Playfair Display";
    font-weight:500;
    color:#ffffff;
}
.event-tile h4 {
    margin: 0;
    font-weight:300;
    text-transform: uppercase;
    font-size:11px;
    letter-spacing: 1px;
    color:#F2E6CE;
}


.event-tile-featured:hover {
  transform: scale(1.1);
}

.event-tile-featured img {
  position:absolute;
  width:100%;
  border-radius: 8px;
  height:100%;
  border:none;
  object-fit: cover;
  mask-image: linear-gradient(to top, rgba(0,0,0,0.1) 15%,rgba(0,0,0,1) 40%);
  
  
  
}
.event-text-featured {
  position:absolute;
  bottom:20px;
  left:30px;
}
.event-tile-featured h3 {
  margin: 0;
  font-family:"Playfair Display";
  font-weight:500;
  color:#F2E6CE;
}
.event-tile-featured h4 {
  margin: 0;
  font-weight:300;
  text-transform: uppercase;
  font-size:11px;
  letter-spacing: 1px;
  color:#E2CC9A;
}

/* Event Date */
.event-date {
    position: absolute;
    
    margin-top: -10px;
    margin-left: -10px;
    background: #1C8A70;
    padding: 4px 8px 10px 8px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: center;
    border-radius: 4px;
    z-index: 10;
    line-height: 16px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    width:30px;
    height:30px;
}

.footerinformation {
    margin: 0;
    font-weight:300;
    text-transform: uppercase;
    font-size:11px;
    letter-spacing: 1px;
    color:#E2CC9A;
}




.calendar {
   
  max-width: 90%;
    max-height: auto;
    
    
    
  margin: 0 auto;
  border: 0px solid #ccc;
  border-radius: 5px;
  padding: 30px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  width:400px;
  
}



.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 0px;
    padding:10px 0px;
    background: none;
    color:#1C8A70;
    text-align: center;
    
}

.day {
  padding: 5px;
  font-weight: bold;
   
}

.dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 200px 200px 200px 200px 200px 200px;
    
}

.date {
  padding: 5px;
  cursor: pointer;
    border-left: 1px solid #C3A25D;
  border-right: 1px solid #C3A25D; /* Add this line */
  border-bottom: 1px solid #C3A25D; /* Add this line */
    border-top: 1px solid #C3A25D;
      display: flex; /* Add this line */
  align-items: flex-start; /* Add this line */
  justify-content: flex-start; /* Add this line */
    position: relative; /* Add this line */
}

.date:hover {
  background: linear-gradient(to right, #10504140, #198C7140);
}

.current-month {
  font-weight: bold;
}

.event {
  background-color: #f2f2f2;
  color: black;
  padding: 20px 5px 60px 5px;
  border-radius: 3px;
  font-size: 22px;
  cursor: pointer;
  align-content: center;
}

.has-event::after {
  content: '\2022'; /* Unicode for a bullet point */
  color: #FF5733; /* Choose a color for the indicator */
  position: absolute;
  top: 5px;
  right: 5px;
}

.area {
    width: 100%
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.close-button:hover {
    background-color: darkgray;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.hidden {
  display: none;
}



.theme-toggle {
  display: flex;
  float:right;
  align-items: center;
  gap: 10px; /* Space between the icons and the switch */
}

.theme-toggle i {
  font-size: 18px; /* Size of the icons */
  color: var(--primary-color);
}

body.dark-theme .theme-toggle i {
  color: var(--dark-text-color);
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px; /* Slightly smaller width */
  height: 28px; /* Slightly smaller height */
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1ea366;
  transition: 0.4s;
  border-radius: 28px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #000000;
}

input:checked + .slider:before {
  transform: translateX(22px);
}

body.dark-theme input:checked + .slider {
  background-color: var(--accent-color);
}
