
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  font-family: 'Courier New', Courier, monospace;
  margin: 0;
  padding: 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background-color: #ffffff;
}

.nav-links ul {
  display: flex;
  list-style: none;
}

.nav-links ul li {
  margin-right: 30px;
}

.nav-links ul li a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size:x-large;
  letter-spacing: 1px;
  font-weight: bold;
  font-family:'Times New Roman', Times, serif;
}

.nav-links ul li a:hover {
  background-color: rgb(177, 175, 174);
  border-radius: 6px;
  padding: 10px;
}


.booknow-btn {
  background-color: rgb(70, 70, 70);
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.booknow-btn:hover {
  background-color: rgb(168, 163, 163);
}

.logo {
  font-size: 24px;
  font-weight: bold;
  mix-blend-mode: multiply;

}
.logo img {
  width: 100px;
}

/*footer*/
.f-content {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px;
  position: relative;
  bottom: 0;
  width: 100%;
}
footer a {
  color: #f9b34b;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}



/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.text {
  color: rgb(255, 255, 255);
  font-size: 100px;
  padding:8px 12px;
  position: absolute;
  text-align: center;
  bottom: 50%;
  width: 100%;
  font-weight: bolder;
}

.about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  background-color: #f9f9f9;
}
.about-info {
  flex: 1;
  margin-right: 30px;
}
.about-info h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-family:cursive;
  padding-left: 30px;
}
.about-info p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  line-height: 1.6;
  font-family:Georgia, 'Times New Roman', Times, serif;
  padding-left: 20px;
}
.about-info ul {
  font-style: normal;
  margin-bottom: 20px;
  padding-left: 40px;
}
.about-info ul li {
  margin-bottom: 10px;
  font-size: 1rem;
  position: relative;
  padding-left: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.lernmore-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #abaaa9;
  color: #000000;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}
.lernmore-btn:hover {
  background-color: rgb(160, 188, 188);
}
.aboutimg {
  flex: 1;
}
.aboutimg img{
  max-width: 100%;
  border-radius: 10px;
  box-shadow: black;
}


/*About page*/
.image {
  position: relative;
  text-align: center;
  color: rgb(255, 222, 36);
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 100px;
}
.ggwel {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*made-wedding*/
.made-wedding {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(241, 138, 155);
}


.about-wedding {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  background-color: rgb(249, 223, 228);
}
.about-infoW {
  flex: 1;
  margin-right: 30px;
}
.about-infoW h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-family:cursive;
  padding-left: 30px;
}
.about-infoW p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  line-height: 1.6;
  font-family:Georgia, 'Times New Roman', Times, serif;
  padding-left: 20px;
}

  /*offer*/
  

.offer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin:auto;
}

.offercard {
  background-color: white;
  border: 1px solid;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.offercard:hover {
  transform: scale(1.05);
}

.offerimg {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.offerdetails {
  padding: 20px;
}

.offerdetails h3 {
  margin: 0 0 10px;
  font-size: 1.25em;
}

.offerdetails p {
  margin: 0 0 10px;
  color: #555;

}

button {
  background-color: #504e4e;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #838383;
}



/*accommodation*/

.logo1 {
  text-align: center;
  padding-top: 5%;
  background-color: #faefe6;
  

}
.logo1 img {
  width: 200px;
}
.room {
  text-align:center;
  justify-content: center;
  background-color: #e0e0e0;
  padding: 10%;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.room-description {
  font-size: larger;
  padding: 2%;
  font-family:cursive;
}
.inline-block {
  display: inline-block;

}
.inline-block img {
  padding-top: 30px;
  width: 600px;
  border-radius: 4px;
}
.room-facility {
  text-align: center;
  padding: 2%;
}
.room-facility ul {
  padding-top: 30px;
  display: inline-block;
  text-align: left;
  font-size: larger;
  column-count: 3;
  column-gap: 100px ;
  font-family: cursive;
}
.room-facility2 {
  text-align: center;
  padding: 2%;
}
.room-facility2 ul {
  padding-top: 30px;
  display: inline-block;
  text-align: left;
  font-size: larger;
  column-count: 2;
  column-gap: 100px ;
  font-family:cursive;
}

/*resturant 1.html*/


.rest1 {
  text-align:center;
  justify-content: center;
  background-color: #ffffff;
  padding: 10%;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.rest-info {
  text-align: center;
  padding-top: 5%;
  background-color: #fae6f6;
}
.rest-info h1 {
  text-transform: uppercase;
}
.rest-info p {
  padding: 30px;
  font-size: large;
  text-align:left;
  color: gray;
}
.rest-info ul {
  padding-top: 30px;
  display: inline-block;
  text-align: left;
  font-size: larger;
  column-count: 3;                 
  column-gap: 100px ;
  font-family: cursive;
}
.rest-info img {
  padding-top: 40px;
}
.resize {
  width: 100px;
  height: 400px;
}

/*Weddings*/
.planning {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  background-color: #f9f9f9;
}
.planning-info {
  flex: 1;
  margin-right: 30px;
  text-align: center;
}
.hotel-logo {
  font-size: 30px;
  mix-blend-mode: multiply;
  text-align: center;
}
.hotel-logo img {
  width: 300px;
}
.planning-info h2{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: x-large;
}
.planning-info p{
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.planning-info ul{
  list-style: none;
  column-count: 2;
  column-gap: 10px;
  padding-top: 20px;
}



/*gallery*/
.img-gallery {
  width: 80%;
  margin: 100px auto 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
  gap: 30px;
}
.img-gallery img {
  width: 100%;
  cursor: pointer;
  height: 100%;
}
.img-gallery img:hover{
  transform: scale(0.8) rotate(-15deg);
  border-radius: 20px;
  box-shadow: 0 32px 7px rgb(red, green, blue);
}

.full-img {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.full-img img {
  width: 90%;
  max-width: 700px;
}
.full-img span{
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
}

/*booking page*/
.image-book {
  position: relative;
  text-align: center;
  color: rgb(252, 252, 252);
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 100px;
}
.book-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.book-btn {
  background-color: #1b2461;
  font-weight: bold;
  font-size: large;
}
.book-btn:hover {
  background-color: rgb(224, 223, 223);
  color: #010101;
}



.btn-open-popup {
  padding: 12px 24px;
  font-size: 18px;
  background-color: rgb(49, 46, 119);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-open-popup:hover {
  background-color: #8d8c8c;
  color: black;
  font-weight: bold;
}

.overlay-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.popup-box {
  background: #e6e5e5;
  padding: 24px;
  border-radius: 12px;
  width: 75%;
  text-align: center;
  font-size: small;
  opacity: 0;
  transform: scale(0.8);
  animation: fadeInUp 0.5s ease-out forwards;
}

.form-container {
  display: flex;
  flex-direction: column;
}

.form-label {
  margin-bottom: 10px;
  font-size: 16px;
  color: #444;
  text-align: left;
}

.guests {
  margin-bottom: 10px;
  font-size: 16px;
  color: #444;
  text-align: left;
}

.request {
  margin-bottom: 10px;
  font-size: 16px;
  color: #444;
  text-align: left;
  border-radius: 8px;
}

.form-input {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.btn-submit,
.btn-close-popup {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-submit {
  background-color: rgb(84, 84, 84);
  color: #fff;
}

.btn-close-popup {
  margin-top: 12px;
  background-color: #ff0000;
  color: #fff;
}

.btn-submit:hover,
.btn-close-popup:hover {
  background-color: #939393;
}

/* Keyframes for fadeInUp animation */
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Animation for popup */
.overlay-container.show {
  display: flex;
  opacity: 1;
}