@import url('https://fonts.googleapis.com/css2?family=Saira+Stencil+One&display=swap');


body {
  background-color: beige;
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.topnav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px 22px 14px 140px; 
  background: beige;
  border-bottom: 1px solid #235d2a;
  top: 0;
  z-index: 10;
   
}
.topnav a {
  text-decoration: none;
  color: #1f2a1b;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 8px;
  transition:  0.2s ease, color 0.2s ease;
}

.topnav a:hover, .topnav a:focus-visible { 
    background: #e1f1dd; 
    color: #174c1c; 
}

.topnav .icon {
  display: none;
}
.Village {
  position: absolute;
  left: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #235d2a;
  font-size: 1.1rem;
  white-space: nowrap;
}

.main{
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  
  
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    overflow: hidden;
    
}

h1{
    position: absolute !important;
    
    z-index: 9998;
    font-size: 10vw;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: white;
    
    font-family: 'Saira Stencil One';
    padding: 5vh;
    margin: 0vh;
    padding-top: 0;
    top: 50vh;
    left: 50%;
    width: 96%;
    height: 96%; 
    transform: translate(-50%, -50%);
    
    
}

.activity-container {
    text-align: center;             
    background-color: beige;        
    padding: 5vh 2vw;               
    width: 96%;
    height: auto;                   
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.activity-title {
    color: #2c3e50;
    font-size: 5vh;                 
    margin-bottom: 3vh;
    
}

.activity-list p {
    color: #34495e;
    font-size: 2.5vh;              
    margin: 1.5vh 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

}

#footer {
  margin: 0;
  background: #1f2a1b;
  background-color: beige;
  padding: 22px;
  text-align: center;
  font-size: 0.95rem;
  
}

#leaves{
  position: absolute;
  left: 1.4vw;
  top: 3vh;
  transform: rotate(130deg);
   width: clamp(90px, 18vw, 190px);
  max-width: 190px;
  height: auto;
  z-index: 9999;
  
  left: 5%;
}
#leaves2{
  position: absolute;
  right: 2.7vw;
  top: 5vh;
  transform: rotate(-120deg);
   width: clamp(90px, 18vw, 190px);
     z-index: 9999;
     
     right: 6%;

}





