* {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
  }
  .heading h1 {
    /* color: red; */
    margin-bottom: 30px;
    margin-top: 30px;
    /* color: red; */
    /* font-weight: 700; */
  }

  
  .heading   span{
   font-weight:200;
    color: red;
  }
.all-hotel{
  margin-top: 35px;
  margin-bottom: 35px;
}

.mahadev-icon .nav-item {
    padding: 10px !important;
   
  }
  #mahadev-icon .nav-link{
    color: red !important;
   padding: 10px;
  }
  /* start banner */
.mahadev-img {
    background-image: url(../img/mahadev.webp);
    width: 100%;
    height: 600px;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
}
.mobile-img-mahadev{
  display: none;
}
.top-location{
  margin-top: 17px;
}
.top-location h3{
  /* color: red; */
  font-size: 20px;
}
.top-location span{
  font-size: 16px;
  color: #666;
  font-weight: 300 !important;
}
/* .top-location-rigth{
  margin-top: 25px;
} */
.top-location-rigth a {
  border: 1px solid transparent;
  font-size: 16px;
 
    margin-bottom: 18px;
  min-height: 44px;
  padding: 10px 30px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  text-align: center;
  border-radius: 0;
  background-color: #f8ab00;
  text-decoration: none;
  color: black;
}

/* start five star */
.five-start-right{
  text-align: right;
  position: relative;
}
.five-start-right img {
  height: 80vh;
  object-fit: cover;
  width: 90%;
}
.five-star-postion img {
  position: absolute;
  bottom: -23px;
  left: -16px;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  object-fit: cover;
}
.five-start-left h4{
  line-height: 1.8;
}
p{
  line-height: 1.9;
  font-weight: 100 !important;
}
.five-star{
  background-color: #f4f4f4;
padding: 40px;

}

/* start location */
.location-address{
  background-color:  #f9f9f9;
  padding: 20px;
  height: 450px;
  display: flex;
  align-items: center;
}
.location-address p{
color: #d63314;
}
.location-address-btn a{
 
  
    font-weight: 700;
    padding: 13px 30px;
    border-color: #d63314;
    color: #d63314;
text-decoration: none;
border: 1px solid;
}

.location-address-btn{
  margin-top: 25px;
}
.location-address h4{
  font-size: 20px;
}
.location-address h5{
  font-size: 17px;
  font-weight: bold;
}
/* start room */

/* .room-full-img{
  background-image: url(../img/room/long-room.webp);
  width: 100%;
  background-size: cover;
  height: 100vh;
  background-position: top center;
} */
.room-full-img img{
  width: 100%;

}
.room-full-text{
  margin-top: 30px;
}

/* start hotel */
.hotel-right-img img{
  width: 100%;
}
.hotel-containt{

  padding: 30px;
}

.all-hotel-img img{
  width: 100%;
}
.heading-btn a{
 
  
  font-weight: 700;
  padding: 13px 30px;
  border-color: #d63314;
  color: #d63314;
text-decoration: none;
border: 1px solid;
}
.heading-btn{
  margin-top: 40px;
}
/* start events */
.event-img img{
  width: 100%;
}
#event{
  background-color: white ;
 height: 385px;

}
.event-text{
  padding: 30px;
}
.event-btn {
  margin-top: 25px;
}
.event-btn a{
  font-weight: 700;
  padding: 13px 30px;
  border-color: #d63314;
  color: #d63314;
text-decoration: none;
border: 1px solid;
}
.reviews-img img{
  width: 100%;
}
#photos-reviews{
background-color: #554e8e;;
}
.reviews-photo-box{
  background-color: white;
  padding: 30px;
}
.reviews-photo-btn a{
  font-weight: 700;
  padding: 13px 30px;
  border-color: #d63314;
  color: #d63314;
text-decoration: none;
border: 1px solid;
}

.reviews-photo-bt{
  margin-top: 30px;
}
#padding-reviews {
  padding: 30px !important;
}
.amenities-icon {
  text-align: center;
  margin-bottom: 30px;
}

.amenities-icon img{
width: 40px;
}
.amenities-icon i{
  /* font-size: 40px; */
  /* font-weight: 300; */
}


/* start room area */

.container-1 {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  /* height: auto; */
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f9f9f9;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.container-1:hover .overlay {
  height: 100%;
}

.text p{
 
  font-size: 14px;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.text h6 {
 
  /* font-size: 16px; */
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.text h4 {
 
  /* font-size: 16px; */
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: red;
}

.room-1 img{
  width: 100%;
}
.room-full-right img{
  width: 100%;
  position: absolute;
  right: -500px;
bottom: -200px;

}
.room-full-img img{
  width: 100%;
}
.room-full-img{
  position: relative;
} 
.five-start-right-1{
  display: none;
}
.dining-top{
  margin-top: 200px;
}
.world-mahadev h1{
font-size: 25px;
}

.container-2 {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 15px !important;
}

.container-2 img {vertical-align: middle; width: 100%;}

.container-2 .content-1 {
  position: absolute;
  bottom: 0;
  background-color: #f9f9f9;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.content-1 h1{
font-size: 23px;
color: red;
}
.content-1 p{
  font-size: 16px;
color: black;
}
.overlay-text{
  display: none;
}

.fix_login {
  position: fixed;
  top: 299px;
  right: 0;
  color: white;
  background-color: red;
  border: 3px solid white;
  width: 160px;
  height: 50px;
  font-size: 19px;
  border-radius: 25px 0 0 25px;
  padding: 7px 7px;
  font-weight: bold;
  text-align: center;
}
a.class, a.class:hover {
  color: white;
}
.fix_login {
  color: white;
  font-size: 19px;
  font-weight: bold;
}
a.class, a.class:hover {
  text-decoration: none;
  color: white;
}

.tab-rught a{
  font-size: 20px;
  margin-left: -400px;
  color: black;

}
#book span{
background-color: red ;
font-size: 18px;
padding: 12px 50px 12px 50px;
border-radius: 26px;
color: white;
text-transform: capitalize;
font-weight: bold;
}
#bg-nav{
  background-color: rgba(236, 207, 207, 0.858);
}
.world-of h2{
font-size: 25px;
font-weight: 700;
color: red; 
margin-bottom: 0px;
}




/* start new header */
.bg-hero{
  background-image: url(../img/solider-3.jpeg);
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
     }
     .top-location-rigth a {
    border: 1px solid transparent;
    font-size: 16px;
    margin-bottom: 18px;
    min-height: 44px;
    padding: 10px 30px;
    text-transform: uppercase;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    background-color: #f8ab00;
    text-decoration: none;
    color: black;
  }
  #left-btn a{
    background-color: #d63314 !important;
  }
  #bg-hero h1{
    font-size: 24px;
    text-transform: uppercase;
    color: white;
  }
  #bg-hero a{
    font-weight: 300;
    color: rgba(245, 244, 244, 0.546);
  }
  #nav-bg{
    background-color: #e0e6e3cd;
    padding: 10px;
  }
  .log-right {
    text-align: right;
  }
  .log-right img{
    width: 128px;
    margin-top: -69px;
    float: right;
  }
  #nav-bg .breadcrumb li a{
    color: black;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
  }
  #nav-bg .breadcrumb li {
    color: black;
    font-size: 13px;
    font-weight: 400;
  }
  #nav-color li a{
    color: rgba(0, 0, 0, 0.616);
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
  }
  .gif-img img{
    width: 100px;
  }
 
  
  #mobiel-new-header{
    display: none;
  }
  .mobie-language{
    display: none;
  }
  .hero-banner img{
   
    width: 100%;
  }
  .hero-banner {
    display: none;
  }
  .copmny h1{
    font-size: 20px;
  }
 .mobile-heading-world h1{
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 6px;
 }
 .reservations a i{
  font-size: 25px;
  color: white;
  padding: 5px;
 }

  /* start new page room */
  .room-kathmandu-img img{
    width: 100%;
   }
  
  
  
  
   .checkAvBtn a{
    line-height: .67;
    text-align: center;
    color: #282828;
    padding: 10px 15px 11px 15px;
    width: auto;
    min-width: 151px;
    min-height: 34px;
    font-size: 12px;
    font-weight: bolder;
    background-color: #ffb612;
  }
  .button-shop {
    
    color: #000;
  }
  .bg-hero1 {
    background-image: url(../img/our-room/2.jpg);
    height: 125vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .room-address p{
    font-size: 16px;
    color: red;
  }
  .room-address span{
    color: red;
    font-size: 15px;
  }
  .room-add-bg{
    background-color: #faf9f7;
    padding: 44px 0;
    margin-top: 40px;
  }
  .Amenities-list ul li{
    list-style-type:disc;
  }
  /* start dining page */
  .dining-img img{
  width: 100%;
  }
  .dining-img p b{
    font-weight: 700;
  }
  .dining-img p span{
    color: red;
  }
  .dining-img p a{
    color: red;
    border-bottom: 1px solid red;
  }
  .reserve-btn-section a
{
  display: inline-block;
    background: #fff;
        padding: 14px 34px;
    border-radius: 30px;
    border: 4px solid #ff8c1a;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    cursor: pointer;
}
  .bg-hero2 {
    background-image: url(../img/dinning/5.jpg);
    height: 125vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .dining-img p a{
    width: 153px;
    padding: 9px 24px;
    margin-bottom: 25px;
    min-height: 34px;
    font-size: 12px;
    font-weight: bolder;
    background-color:#ffb612;
    color: black;
  }
  
  
  /* start review */
  
  .bg-hero3 {
    background-image: url(../img/meting/6.png);
    height: 125vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  /*.gallery*/
  .gallery{
    width: 100%;
    display: block;
    min-height: 100vh;
    /* background-color: ; */
    /* padding: 100px 0; */
    }
    .gallery .gallery-filter{
    padding: 0 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    }
    .gallery .gallery-filter .filter-item{
    color: red;
    font-size: 17px;
    border: 2px solid red;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 20px;
    margin-right: 8px;
    cursor: pointer;
    padding: 8px 20px 8px 20px;
    line-height: 1.2;
    transition: all 0.3s ease;
    }
    .gallery .gallery-filter .filter-item.active{
    color: white;
    border-color : red;
    background: #d63314;
    }
    .gallery .gallery-item{
    width: calc(100% / 3);
    padding: 15px;
    
    }
    .gallery .gallery-item-inner img{
    width: 100%;
    border: 3px solid #d4dad9;
    }
    .gallery .gallery-item.show{
    animation: fadeIn 0.5s ease;
    }
    @keyframes fadeIn{
    0%{
    opacity: 0;
    }
    100%{
    opacity: 1;
    }
    }
     .gallery-item {
      display: none;
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.5s ease;
      margin-bottom: 20px;
    }

    .gallery-item.show {
      display: block !important;
      opacity: 1;
      transform: translateY(0);
    }

    #load {
      text-align: center;
      cursor: pointer;
      margin: 20px 0;
      font-size: 18px;
    }
    .gallery .gallery-item.hide{
    display: none;
    }
     .gallery-item {
      display: none;
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.5s ease;
      margin-bottom: 20px;
    }

    .gallery-item.show {
      display: block !important;
      opacity: 1;
      transform: translateY(0);
    }

    #load {
      text-align: center;
      cursor: pointer;
      margin: 20px 0;
      font-size: 18px;
    }
    /*responsive*/
    @media(max-width: 491px){
    .gallery .gallery-item{
    width: 50%;
    }
    }
    @media(max-width: 467px){
    .gallery .gallery-item{
    width: 100%;
    }
    .gallery .gallery-filter .filter-item{
    margin-bottom: 10px;
    }
    }
    .reviews-icon i{
      color: #f8ab00;
    }
    .reviews-icon h4{
    color: red;
    }
    .reviews-icon{
      padding: 15px;
      border: 1px solid black;
      margin-bottom: 30px;
    }
    .nav-photo a{
      font-size: 36px;
      color: black;
     
  
      
    }
    /* start area of attraction */
    .bg-hero4 {
      background-image: url(../img/1.jpg);
      height: 125vh;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .area-page-img img{
      width: 100%;
      
    }
    .area-page-text h4{
      color: #d63314;
      margin-top: 20px;
     
    }
    .area-page-text p{
      text-align: justify;
    }
  
  
    .block-1 {
      display: none;
  
    }
  
    #load {
      font-size: 20px;
      cursor: pointer;
      font-weight: 700;
  padding: 13px 30px;
  
  text-decoration: none;
  color: #d63314;
  margin: auto;
    }
  
  
  
    /* light box */
    .photo-gallery {
      color:#313437;
      background-color:#fff;
    }
    
    .photo-gallery p {
      color:#7d8285;
    }
    
    .photo-gallery h2 {
      font-weight:bold;
      margin-bottom:40px;
      padding-top:40px;
      color:inherit;
    }
    
    @media (max-width:767px) {
      .photo-gallery h2 {
        margin-bottom:25px;
        padding-top:25px;
        font-size:24px;
      }
    }
    
    .photo-gallery .intro {
      font-size:16px;
      max-width:500px;
      margin:0 auto 40px;
    }
    
    .photo-gallery .intro p {
      margin-bottom:0;
    }
    
    .photo-gallery .photos {
      padding-bottom:20px;
    }
    
    .photo-gallery .item {
      padding-bottom:30px;
    }
    
      
   /* start 20-dec-2025 */
  
.read-btn{
      font-weight: 700;
    padding: 13px 30px;
    border-color: #d63314;
    color: #d63314;
    text-decoration: none;
    border: 1px solid;
    cursor: pointer;
    background-color: white !important;
    margin-top: 10px;
}
.menu-section {
  padding: 60px 0;
  background-image: url("../img/dinning/5.jpg");  /* your image path */
  background-size: cover;          /* image covers full area [web:12] */
  background-position: center;     /* center the image [web:12] */
  background-attachment: fixed;    /* nice parallax feel on scroll [web:16][web:18] */
}

/* semi-transparent overlay for readability */
.menu-overlay {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(4px) !important;
  padding: 40px 0;
}
.menu-card{
  background:#f9f9f9;
  border-radius:18px;
  padding:20px;
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
  height:100%;
}
.menu-img{
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:14px;
  margin-bottom:15px;
}
.menu-title{
  color:#ff0000;
  font-size:24px;
  font-weight:700;
  margin-bottom:15px;
  text-transform:uppercase;
}
.menu-item{
  display:flex;
  justify-content:space-between;
  border-bottom:1px dashed #ccc;
  padding:6px 0;
}
.menu-item:last-child{border-bottom:none}
.price{font-weight:600}
.menu-overlay{
  padding:80px 0;
}

/* Heading */
.heading h1{
  font-size:42px;
  font-weight:700;
}
.heading span{
  color:#ff7a00;
}
.heading p{
  max-width:800px;
  margin:15px auto 40px;
  font-size:16px;
  color:#555;
}

/* Menu Banner */
.menu-banner{
  margin:50px 0;
}
.menu-frame{
  display:inline-block;
  background:#fff;
  padding:40px 70px;
  border-radius:30px;
  border:4px solid #ff8c1a;
  box-shadow:0 10px 30px rgba(0,0,0,.2);
}
.menu-frame h4{
  font-size:20px;
}
.menu-frame h2{
  font-size:44px;
  color:#00a2e8;
  font-weight:700;
}

/* Banquet */
.banquet-box{
  background:#f6b332;
  padding:40px;
  margin:40px 0;
  color:#1f2d3d;
  border-radius:10px;
}
.banquet-box h3{
  font-size:30px;
  font-weight:700;
}
.banquet-box p{
  font-size:18px;
}

/* Timing */
.timing-box{
  background:#ef7f2c;
  color:#fff;
  padding:30px;
  border-radius:8px;
  margin-bottom:20px;
}
.timing-box h4{
  font-size:26px;
}
.timing-box p{
  font-size:18px;
}

/* VAT */
.vat-note{
  font-size:15px;
  padding:15px;
  border-top:3px solid #000;
}
.banquet-timing{
  display:flex;
  justify-content:space-between;
  align-items:center;
  width:100%;
}

/* Left */
.banquet-flex{
  background:#d63314;
  flex:1;
  padding:50px;
  border-radius:0 0 0 12px;
}
.banquet-flex h2{
  font-size:36px;
  font-weight:700;
  color:white;
}
.banquet-flex p{
  font-size:18px;
  margin:8px 0;
  color:white;
}

/* Right */

/* Right */
.timing-flex{
  background:#f8ab00;   /* same color */
  flex:1;
  padding:50px;
  color:#fff;
  border-radius:0 0 12px 0;

  /* FIX */
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-end;
  text-align:right;
  box-sizing:border-box;
}

/* Text fix */
.timing-flex h3{
  font-size:28px;
  white-space:nowrap;
}

/* 📱 Mobile responsive */
@media (max-width:576px){
  .timing-flex{
    align-items:center;
    text-align:center;
    padding:30px 15px;
  }

  .timing-flex h3{
    font-size:22px;
    white-space:normal;
    line-height:1.3;
  }

  .timing-flex p{
    font-size:15px;
  }
}
