*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: 'Playfair Display', serif;
}
body p{
	font-family: 'poppins', serif;
}
/* TOP BAR */
.top-bar {
    background: #e50914;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 30px;
    font-size: 13px;
    padding-left: 0px;
    border-bottom: 2px solid #fff;
}



.top-right span {
    margin-left: 20px;
    color: #ffffff;
}


/* HEADER */
/* HEADER */
.main-header {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 28px 0;
    transition: 0.4s ease;
}

.container{
  max-width:1400px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 20px;
}

/* LOGO (SERIF – REF STYLE) */
.logo{
  font-family:'Playfair Display', serif;
  font-size:28px;
  font-weight:500;
  color:#fff;
  letter-spacing:1px;
}

/* MENU */
.main-nav ul{
  list-style:none;
  display:flex;
  gap:40px;
}

.main-nav ul li a{
  font-family: 'Playfair Display', serif;
  font-size:13px;
  font-weight:600;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#fff;
  text-decoration:none;
  position:relative;
  padding:8px 0;
}
/* TOP BAR */
.top-bar{
  background:red;
  color:#fff;
  padding:10px;
  text-align:center;
}

/* HEADER */
/* .main-header{ */
  /* background:#111; */
/* } */

.container{
  max-width:1400px;
  margin:auto;
  padding:15px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

/* LOGO */
.logo{
  color:#fff;
  font-size:22px;
}

/* MENU */
.main-nav ul{
  display:flex;
  gap:30px;
  list-style:none;
  margin:0;
  padding:0;
}

.main-nav a{
  color:#fff;
  text-decoration:none;
}

/* HAMBURGER */
.hamburger{
  display:none;
  color:#fff;
  font-size:22px;
  cursor:pointer;
}
/* 🔥 REF LIKE CENTER LINE */
.main-nav ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #e50914;
    transform: translateX(-50%);
    transition: 0.35s ease;
}

.main-nav ul li a:hover::after{
  width:100%;
}

/* SCROLL EFFECT */
.main-header.scrolled {
    position: fixed;
    background: #111;
    padding: 18px 0;
    top: 0;
}

/* HERO */
.hero-slider{
  height:100vh;
  overflow:hidden;
  position:relative;
}

.slider-wrapper{
  display:flex;
  height:100%;
  transition:transform 1.2s ease-in-out;
}

.slide{
  min-width:100%;
  height:100vh;
  background-size:cover;
  background-position:center;
  position:relative;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 76%);
}

.content{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  text-align:center;
  color:#fff;
}

.content h1 {
    font-size: 65px;
    letter-spacing: 6px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    -webkit-text-stroke: 1px #000000;
}

/* arrows */
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff;
    background: rgb(255 0 0);
    padding: 10px 18px;
    cursor: pointer;
    z-index: 5;
}

.prev{ left:30px; }
.next{ right:30px; }


.rooms-section{
  padding:90px 0;
  background:#fff;
}

.rooms-container{
  max-width:1400px;
  margin:auto;
  text-align:center;
  padding:0 20px;
}

/* TITLE */
.section-title {
    font-size: 30px;
    letter-spacing: 4px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #e50914;
    text-align: center;
}
section.services-section {
    margin-top: 50px;
}
.containers p {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: normal;
    color: #000;
    margin-top: 10px;
}
.services-wrapper {
    display: flex;
    margin-top: 42px;
}
.service-item h4 {
    font-size: 17px;
    text-transform: capitalize;
    text-align: center;
}
.containers {
    max-width: 1400px;
    margin: 0 auto;
}

/* DESCRIPTION */
.section-desc{
  font-size:14px;
  line-height:1.8;
  color:#000;
  margin-bottom:60px;
}

/* GRID */
.rooms-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

/* CARD */
.room-card img{
  width:100%;
  height:260px;
  object-fit:cover;
  display:block;
}

/* INFO */
.room-info{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:18px;
}

.room-info h3 {
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #e50914;
}

.price {
    font-size: 20px;
    font-weight: 800;
    margin-top: -50px;
}
.room-btn {
    margin-top: 18px;
    display: flex;
}

.btn-room{
  display:inline-block;
  font-size:13px;
  letter-spacing:2px;
  padding:10px 26px;
  border:1px solid #000;
  color:#000;
  text-decoration:none;
  transition:all .4s ease;
}

.btn-room:hover{
  background:#000;
  color:#fff;
}
.room-info .room-text {
    text-align: left;
}

/* RESPONSIVE */
@media(max-width:900px){
  .rooms-grid{
    grid-template-columns:1fr;
  }
  .room-card img{
    height:220px;
  }
}
/***********About***********/
.about-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #000000 0%, #e44646 100%);
}


.about-container{

  max-width:1400px;
  margin:auto;
  display:flex;
  align-items:center;
  gap:60px;
}

/* LEFT CONTENT */
.about-content{
  width:50%;
}

.about-subtitle {
    font-size: 13px;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
}
.about-content h2{
  font-size:36px;
  line-height:1.2;
  font-family:'Playfair Display', serif;
  margin-bottom:20px;
  color:#fff;
}

.about-content p{
  font-size:15px;
  line-height:1.8;
  color:#fff;
  margin-bottom:30px;
}

/* BUTTON */
.about-btn{
  display:inline-block;
  padding:12px 32px;
  border:1px solid #fff;
  text-decoration:none;
  font-size:13px;
  letter-spacing:2px;
  color:#fff;
  transition:all .4s ease;
}

.about-btn:hover{
  background:#fff;
  color:#000;
}

/* RIGHT IMAGE */
.about-image{
  width:50%;
}

.about-image img{
  width:100%;
  height:auto;
  object-fit:cover;
  box-shadow:0 25px 60px rgba(0,0,0,0.15);
}


/***************services********************/
/* ===== MAIN SECTION ===== */
.services{
  width:100%;
  padding:80px 0;
  box-sizing:border-box;
}

/* ===== TOP TEXT ===== */
.services h2{
  max-width:1200px;
  margin:0 auto 20px;
  padding:0 20px;
  font-size:36px;
  letter-spacing:4px;
}

.services p{
  max-width:1200px;
  margin:0 auto 60px;
  padding:0 20px;
  font-size:15px;
  line-height:26px;
  color:#333;
}

/* ===== CONTENT ROW ===== */
.services-row{
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
  display:flex;
  gap:60px;
  align-items:flex-start;
  box-sizing:border-box;
}

/* ===== LEFT SERVICES ===== */
.services-left{
  width:50%;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px 40px;
}

.box{
  text-align:left;
}

.box i{
  font-size:30px;
  display:block;
  margin-bottom:10px;
}

.box h4{
  font-size:15px;
  letter-spacing:2px;
  margin:0;
}

/* ===== RIGHT IMAGE ===== */
.services-right{
  width:60%;
}
.services-right img {
    width: 100%;
    height: auto;
    display: block;
    /* border: 5px solid #000; */
    border-radius: 20px;
}

/* ===== MOBILE ===== */
@media(max-width:900px){
  .services-row{
    flex-direction:column;
  }

  .services-left,
  .services-right{
    width:100%;
  }
}


.services-left {
    width: 40%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0px;
    height: 480px;
    align-items: center;
}
.service-item {
    height: 90px;
}
.service-item i {
    font-size: 50px;
    padding-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}

/* ===== PREMIUM GALLERY SECTION ===== */
.gallery-section{
  padding:100px 20px;
  background:#f9f9f9;
}

.gallery-container{
  max-width:1300px;
  margin:auto;
  text-align:center;
}

/* HEADING */
.gallery-title{
  font-family:'Playfair Display', serif;
  font-size:36px;
  letter-spacing:5px;
  font-weight:600;
  color:#111;
  margin-bottom:18px;
  position:relative;
}

.gallery-title::after {
    content: '';
    width: 70px;
    height: 3px;
    background: #ff0000;
    display: block;
    margin: 12px auto 0;
}

/* DESCRIPTION */
.gallery-desc{
  font-size:15px;
  color:#666;
  max-width:750px;
  margin:0 auto 60px;
  line-height:1.8;
}

/* GRID */
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:35px;
}

/* IMAGE CARD */
.gallery-item{
  position:relative;
  overflow:hidden;
  border-radius:8px;
  background:#000;
  box-shadow:0 20px 45px rgba(0,0,0,0.15);
}

/* IMAGE */
.gallery-item img{
  width:100%;
  height:300px;
  object-fit:cover;
  transition:0.6s ease;
}

/* DARK OVERLAY */
.gallery-item::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,0.6),
    rgba(0,0,0,0.05)
  );
  opacity:0;
  transition:0.5s ease;
}

/* HOVER EFFECT */
.gallery-item:hover img{
  transform:scale(1.1);
}

.gallery-item:hover::after{
  opacity:1;
}

/* ===== RESPONSIVE ===== */
@media(max-width:1024px){
  .gallery-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .gallery-section{
    padding:70px 15px;
  }

  .gallery-title{
    font-size:28px;
  }

  .gallery-grid{
    grid-template-columns:1fr;
    gap:25px;
  }

  .gallery-item img{
    height:240px;
  }
}

.hotel-stats{
background-image: url("../img/img1.jpg");

background-position: center;
background-size: cover;
background-repeat: no-repeat;
  padding:0px;
}

.stats-overlay{
  background:rgba(0,0,0,0.75);
  padding:80px 20px;
}

.stats-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:40px;
  text-align:center;
}

.stat-box {
    border-right: 1px solid rgb(255 255 255);
}

.stat-box:last-child{
  border-right:none;
}

.stat-box h2 {
    font-size: 36px;
    color: #feae60;
    margin-bottom: 10px;
}

.stat-box p{
  font-size:14px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#fff;
}

/* Responsive */
@media(max-width:992px){
  .stats-container{
    grid-template-columns:repeat(2,1fr);
  }
  .stat-box{
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,0.2);
    padding-bottom:20px;
  }
}

@media(max-width:600px){
  .stats-container{
    grid-template-columns:1fr;
  }
}
/*****************activity start********************************/
.activities{
  padding:90px 20px;
  background:#fff;
}

.activities-head{
  text-align:center;
  margin-bottom:60px;
}

.activities-head h2{
  font-size:36px;
  letter-spacing:2px;
  margin-bottom:15px;
}

.activities-head p{
  max-width:750px;
  margin:auto;
  color:#555;
  line-height:1.7;
  font-size:14px;
}

/* MAIN GRID */
.activities-wrap{
  max-width:1400px;
  margin:auto;
  display:grid;
  grid-template-columns: 1.1fr 1fr;
  gap:60px;
  align-items:center;
}

/* IMAGE */
.activities-image img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: -15px 15px 0 #111;
    border-radius: 10px;
}

/* RIGHT CONTENT GRID */
.activities-content{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:40px;
}

.activity-box h3{
  font-size:16px;
  letter-spacing:1px;
  margin-bottom:12px;
}

.activity-box p{
  font-size:14px;
  color:#555;
  line-height:1.6;
  margin-bottom:15px;
}

.activity-box a{
  display:inline-block;
  padding:8px 18px;
  border:1px solid #111;
  font-size:12px;
  letter-spacing:1px;
  color:#111;
  text-decoration:none;
  transition:0.3s ease;
}

.activity-box a:hover{
  background:#111;
  color:#fff;
}

/* RESPONSIVE */
@media(max-width:992px){
  .activities-wrap{
    grid-template-columns:1fr;
  }
}

@media(max-width:600px){
  .activities-content{
    grid-template-columns:1fr;
  }

  .activities-image img{
    box-shadow:8px 8px 0 #111;
  }
}

/*****************activity ends************************************/
/**************testinonials satrt*******************/
.testimonials{
  background:#111;
  padding:80px 20px;
  text-align:center;
  color:#fff;
}

.testimonials h2{
  font-size:36px;
  margin-bottom:50px;
  letter-spacing:1px;
}

/* SLIDER */
.slider{
  max-width:1400px;
  margin:auto;
  overflow:hidden;
}

.slide-track{
  display:flex;
  gap:30px;
  animation: slideLeft 5s linear infinite;
}

/* EACH CARD */
.slides{
  min-width:calc(25% - 22px); /* 4 cards */
  background:rgba(255,255,255,0.08);
  padding:30px;
  border-radius:14px;
  box-shadow:0 12px 30px rgba(0,0,0,0.5);
  transition:0.3s ease;
}

.slides:hover{
  transform:translateY(-8px);
}

.slides p{
  font-size:16px;
  line-height:1.7;
  margin-bottom:20px;
  color:#ddd;
}

.slides h4{
  font-size:18px;
  margin-bottom:8px;
  color:#fff;
}

.slides span{
  color:gold;
  font-size:18px;
}

/* RIGHT → LEFT SMOOTH */
@keyframes slideLeft{
  0%{
    transform:translateX(0);
  }
  100%{
    transform:translateX(-25%);
  }
}

/* TABLET */
@media(max-width:1024px){
  .slides{
    min-width:calc(50% - 20px); /* 2 show */
  }
}

/* MOBILE */
@media(max-width:600px){
  .slides{
    min-width:100%; /* 1 show */
  }
}


/***********testimonials  ends******************************/
/******************form start***************/
.booking-section{
  padding:100px 20px;
  background:#f8f8f8;
}

.booking-container{
  max-width:1400px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

/* FORM */
.booking-form {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.booking-form h2{
  font-size:30px;
  margin-bottom:10px;
  letter-spacing:1px;
}

.booking-form p{
  font-size:14px;
  color:#666;
  margin-bottom:30px;
  line-height:1.6;
}

.form-group{
  margin-bottom:20px;
}

.booking-form input,
.booking-form select{
  width:100%;
  padding:14px;
  border:1px solid #ddd;
  font-size:14px;
  outline:none;
}

.booking-form input:focus,
.booking-form select:focus{
  border-color:#111;
}

.booking-form button{
  width:100%;
  padding:15px;
  background:#111;
  color:#fff;
  border:none;
  font-size:14px;
  letter-spacing:1px;
  cursor:pointer;
  transition:0.3s ease;
}

.booking-form button:hover{
  background:#e50914;
}

/* IMAGE */
.booking-image img{
  width:100%;
  height:auto;
  display:block;
  box-shadow:15px 15px 0 #111;
  border-radius:10px;
}

/* RESPONSIVE */
@media(max-width:992px){
  .booking-container{
    grid-template-columns:1fr;
  }

  .booking-form{
    padding:35px;
  }
}

/************form ends*************/
/*************footer starts***************/
.luxury-footer{
  background:#0b0b0b;
  color:#ccc;
  padding-top:80px;
  font-family:'Playfair Display', serif;
}

.footer-container{
  max-width:1400px;
  margin:auto;
  padding:0 20px 60px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:50px;
}

/* HEADINGS */
.footer-col h3{
  font-size:28px;
  margin-bottom:20px;
  color:#fff;
  letter-spacing:1px;
}

.footer-col h4{
  font-size:18px;
  margin-bottom:20px;
  color:#fff;
  letter-spacing:1px;
}

/* TEXT */
.footer-col p{
  font-size:14px;
  line-height:1.8;
  color:#aaa;
}

/* LINKS */
.footer-col ul{
  list-style:none;
  padding:0;
}

.footer-col ul li{
  margin-bottom:12px;
}

.footer-col ul li a{
  color:#aaa;
  font-size:14px;
  text-decoration:none;
  transition:0.3s ease;
}

.footer-col ul li a:hover{
  color:#e50914;
  padding-left:6px;
}

/* NEWSLETTER */
.footer-form{
  display:flex;
  margin-top:15px;
}

.footer-form input{
  flex:1;
  padding:12px;
  border:none;
  outline:none;
  font-size:14px;
}

.footer-form button{
  background:#e50914;
  color:#fff;
  border:none;
  padding:12px 18px;
  cursor:pointer;
  font-size:14px;
}

/* BOTTOM */
.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.08);
  padding:20px;
  text-align:center;
}

.footer-bottom p{
  font-size:13px;
  color:#777;
}

/* RESPONSIVE */
@media(max-width:992px){
  .footer-container{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:600px){
  .footer-container{
    grid-template-columns: 1fr;
  }
}

/************footer ends************/
/***********responsive start******************************/

@media (max-width:768px){

  .top-bar{
    display:none;
  }

  .hamburger{
    display:block;
  }

 .main-nav {
    display: none;
    position: absolute;
    top: 79px;
    left: 0;
    width: 100%;
    background: #0a0000;
    border-top: 2px solid #fff;
}

  .main-nav ul{
    flex-direction:column;
    text-align:center;
    padding:20px 0;
  }

  .main-nav.show{
    display:block;
  }
.main-header {
    top: 0px;
    background: #000;
}
.main-nav ul {
    flex-direction: column;
    text-align: left;
    padding: 24px 19px;
    margin-top: 20px;
}
.content h1 {
    font-size: 25px;
    -webkit-text-stroke: beige;
}
.prev {
    left: 10px;
}
.next {
    right: 10px;
}
}

@media (max-width:520px){
.about-container {
    margin: 0 30px;
    display: block;
}
.about-content {
    width: 100%;
}
.about-image {
    width: 100%;
    margin-top: 20px;
}
.containers p {
    font-size: 15px;
}
.services-wrapper {
    display: block;
}
.containers {
    margin: 0 30px;
}
.services-left {
    width: 100%;
    height: 230px;

}
.services-right {
    margin-top: 20px;
}
}
/***********responsive ends******************************/