/* Global */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans', sans-serif;
  background: #000;
  color: #fff;
  line-height: 1.6;
}
a { text-decoration: none;
     color: inherit; }

 





/* Facilities Hero */
.facilities-hero {
  height: 60vh;
  background: url('image/room_68640c19407682.56607597.jpg') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
    background-attachment: fixed;
}
.facilities-hero .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.facilities-hero .hero-content {
  position: relative;
  background: #00000085;
  width: 100vw;
  z-index: 1;
  color: #fff;
  box-shadow: 2px 5px 20px 2px #F56C00;

}
.facilities-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 1rem;
  color: whitesmoke;
 filter: drop-shadow(0 0 5px #F56C00);
}
.facilities-hero p { font-size: 1.5rem;
     margin-bottom: 1.5rem; 
    color: whitesmoke;
    font-family: 'rockwell nova', sans-serif;
    text-shadow: 8px 8px 10px #f56a0067;
}

/* Responsive */
@media (max-width: 768px) {
  .facilities .container { grid-template-columns: 1fr; }
  .facilities-hero p {
    font-size:1.3rem ;
  }
}
.event{
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(247, 103, 0, 0.699), rgba(0, 0, 0, 0));
  padding: 4rem 8%;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}

.event h2{
  color: whitesmoke;
  font-family: "rockwell nova", sans-serif;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 900;
  filter: drop-shadow(0 0 5px #F56C00);
}
@media (max-width: 768px) {
  .event h2{
    font-size: 1.2rem;
  }
}
.event p{
  color: #ddd;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-family: 'rockwell nova', sans-serif;
  text-shadow: 8px 8px 10px rgba(245, 245, 245, 0.336);
}
.event-hero{
  display: flex;
  align-self: center;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 768px) {
  .event-hero{
    flex-direction: column;


  }
}


.event-hero .event-pic{
  border: 2px solid #F56C00 hidden;
  width: 40vw;
  height: fit-content;
  background-color: #747070;
    filter: drop-shadow(0 0 5px #747070);
    border-radius: 10px 0 0 10px;
}
.event-pic img{
  width: 40vw;
  border-radius: 10px 0% 0% 10px;

}
.event-hero .event-text{
  border: 2px solid #F56C00 hidden;
  width: 40vw;
  height: fit-content;
  box-sizing: border-box;
  align-self: center;

}
@media (max-width: 768px) {
  .event-hero .event-text{
  border: 2px solid #F56C00 hidden;
  width: 90vw;}
}
@media (max-width: 768px) {
  .event-pic img{
  width: 90vw;
  align-self: center;
  margin-left: 20px;
}
  .event-hero .event-pic{
    width: 90vw;
  }
}
.event-text p{
    color: #ddd;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-family: 'rockwell nova', sans-serif;
  text-shadow: 8px 8px 10px rgba(245, 245, 245, 0.089);
  text-align: center;
}
.event-text h2{
    color: #F56C00;
  font-family: "rockwell nova", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  filter: drop-shadow(0 0 5px #747070);
  text-decoration: underline;
  text-align: center;
}


/* Footer styles */
.site-footer {
  background: #0a0a0a;
  color: #e6e6e6;
  padding: 3rem 5%;
  border-top: 4px solid #F56C00;
  font-family: 'Open Sans', sans-serif;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto 1.5rem;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.6fr 1.2fr;
  gap: 1.6rem;
  align-items: start;
}
.footer-logo { width: 250px; 
            display: block; 
            margin-bottom: 0.6rem;
           }
.brand-text { 
  color: rgba(255, 255, 255, 0.454);
   font-size: 1.1rem; 
   line-height: 1.6;
  font-family: arial, sans-serif, helvetica; }

.footer-links h4,
.footer-contact h4,
.footer-newsletter h4 { color: #F56C00;
   margin-bottom: 0.8rem;
    font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  filter: drop-shadow(0 0 5px #F56C00 )
  }
.footer-links ul { list-style: none;
   padding: 0; margin: 0;
   }
.footer-links ul li { margin-bottom: 0.6rem; }
.footer-links a { color: #ddd;
   text-decoration: none;
  color: rgba(255, 255, 255, 0.476);
  font-size: .9rem;
  transition: .1s ease-in-out;
  margin: 20px;
  font-weight: 100;
 }
.footer-links a:hover { color: #F56C00; }

.footer-contact p { margin: 0.25rem 0;
    color: rgba(255, 255, 255, 0.454);
   font-size: 1rem; 
   line-height: 1.6;
  font-family: arial, sans-serif, helvetica; 
 }
.footer-contact a { color:rgba(255, 255, 255, 0.454);
   text-decoration: none; }
.footer-contact a:hover { color: #F56C00; }

.newsletter-form { display: flex; 
  gap: 0.6rem;
   margin-top: 0.6rem; 
  }
  .footer-newsletter p { margin: 0.25rem 0;
    color: rgba(255, 255, 255, 0.454);
   font-size: 1rem; 
   line-height: 1.6;
  font-family: arial, sans-serif, helvetica; 
 }
.newsletter-form input[type="email"]{
  flex: 1;
  padding: 0.6rem 0.8rem;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.08);
  background: #111;
  color: #fff;
  outline: none;
}
   .newsletter-form input:focus{
          border: 1px solid #fff;
          border-left: none;
          border-bottom: none;
    outline: none;
    transition: .2s ease-in-out;
    color: rgba(255, 255, 255, 0.828);
    box-shadow: inset .1px .1px 8px 0 rgba(128, 128, 128, 0.639);
}
.newsletter-form input::placeholder { color: #aaa; }
.footer-newsletter .btn { padding: 0.5rem 0.9rem; font-size: 0.95rem; }

.social-icons { margin-top: 0.8rem; }
.social { display: inline-block; margin-right: 0.6rem; transition: transform .18s ease; }
.social svg { display: block; }
.social:hover { transform: translateY(-3px); opacity: 0.95; }

.footer-bottom {
  border-top: 1px solid #f56a00;
  text-align: center;
  padding-top: 1rem;
  color: #aaa;
  font-size: 0.9rem;
}
.footer-bottom span { color: #F56C00; }
@media (max-width: 1024px) {
  .footer-container { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .footer-container { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form input { width: 100%; }
  .footer-newsletter .btn { width: 100%; }
  .footer-logo { width: 96px; }
  .site-footer { padding: 2rem 4%; }
  .footer-bottom { font-size: 0.85rem; }
    .footer-logo{
    width: 300px;
  }
}

