/* 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; }

 



/* Rooms Hero */
.rooms-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;
}
.rooms-hero .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.rooms-hero .hero-content {
  position: relative;
          background: conic-gradient( from 100deg at center, #ffffff9d,#f56a00d0,#111111c4);
      width: 100vw;
  z-index: 1;
  color: #fff;
}
.rooms-hero h1 {
    font-family: 'Playfair Display', serif;
  color: whitesmoke;
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
   filter: drop-shadow(0 0 5px #F56C00);
}
.rooms-hero p{
   font-size: 1.2rem;
     margin-bottom: 1.5rem; 
      font-family: 'rockwell nova', sans-serif;
    text-shadow: 8px 8px 10px #F56C00;
}
.main{
  display: block;
  background-color: #111;
  width: 100vw;
  height:80vh;
}
.image{
  float: left;
    position: absolute;
    margin-top: 5%;
    margin-right: 0%;
    margin-left: 80px;
    width: 45vw;
    height: 60%;
    border-radius: 20px 0px 0px 20px;
    filter: drop-shadow(0 0 5px #F56C00);
}
.third{
    float:right;
    position: relative;
    z-index: 1;
    border: 5px solid #F56C00;
    margin-left: 7%;
    margin-right: 80px;
    margin-top: 10rem;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    background-color: #833d08;
    box-shadow: 5px 5px 5px 5px #F56C00;
    color: rgba(255, 255, 255, 0.87);
}
@media (max-width: 640px) {
	.image{
	Display:none;
	margin:0rem;
	}
	.third{
		float:none;
		margin:0;
		margin-top:5rem;
		margin-left:1rem;
		margin-right:1rem;
		margin-bottom:0;
    }
}


/* Rooms Section */
.rooms-section {
  background: #000;
  padding: 2rem 4%;
}
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.room-card {
 background-color: #2f2f2f;
  border: 2px solid goldenrod hidden;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.room-card:hover {
  transform: translateY(-5px);
}

.room-card img {
  width: 100%;
  border-radius: 10px 10px 0 0;
     object-fit: cover;
    transition: transform 0.7s ease;
}
.room-card img:hover {
    transform: scale(1.1);
    transition: transform 0.7s ease;
  }
.room-info {
  padding: 1.5rem;
  text-align:center;
}
.room-info h3 {
font-size: 1.7rem;
  color: #F56C00;
  font-family: 'franklin gothic';
  margin-bottom: 0.5rem;
}
.room-info p {
  margin-bottom: 1rem;
  line-height: 1.5;
  justify-content:center;
  font-size: .9rem;
  letter-spacing: 1px;
  color: rgb(203, 203, 203);
  font-family: 'cambria';
}
.price {
  display: block;
  color: #f56a0062;
  font-family:'franklin gothic' ;
  margin-bottom: 1.2rem;
}
.room-info .btn {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgb(247, 103, 0), rgba(0, 0, 0, 0));
  color: #fff;
  padding: 0.9rem 6.5rem;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}
@media (max-width: 780px) {
	.room-info .btn {
		padding: 0.9rem 3.5rem;
	}
	.main{
		height:fit-content;
		margin-bottom:4rem;
	}
}

.room-info .btn:hover {
  background: whitesmoke;
  color: #2f2f2f;
     filter: drop-shadow(0 0 5px #F56C00);

}

/* 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;
  }

}


