@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,800&display=swap");

body {
  background-color: black !important;
  font-family: "Montserrat", sans-serif !important;
}

.primary-menu > li.menu-item-has-children > a:after {
  content: unset !important;
}
.whatsapp {
  position: fixed;
  right: 25px;
  bottom: 120px;
  z-index: 9999;
}

.footer-section {
  background: black;
  position: relative;
  border-top: 2px solid gray;
}
.footer-cta {
  padding-bottom: 8px !important;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
ul {
  margin: unset !important;
  padding: unset !important;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo img {
  max-width: 120px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #f8c301;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer-widget ul li a:hover {
  color: white;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  text-decoration: none !important  ;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #f8c301;
  padding: 13px 20px;
  border: 1px solid #f8c301;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: black;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.copyright-text p a {
  color: #f8c301;
  text-decoration: none;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer-menu li:hover a {
  color: #878787;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.footer-cta .row .col-xl-4:nth-child(1) .single-cta i {
  position: absolute;
  color: #ff5e14;
}
.footer-cta .row .col-xl-4:nth-child(1) .single-cta .cta-text {
  padding-left: 32px;
}
.footer-cta .row .col-xl-4:nth-child(2) .single-cta i {
  color: #14ffa7;
}
.footer-cta .row .col-xl-4:nth-child(3) .single-cta i {
  color: #ffd700;
}
.footer-social-icon .social_icon {
  text-align: left;
}
.footer-social-icon .social_icon li {
  float: inherit !important;
  display: inline-block !important;
  width: inherit;
}
.footer-social-icon .social_icon li a i {
  font-size: 15px;
  line-height: 39px;
}
.footer-social-icon .social_icon li a {
  width: 40px;
  height: 40px;
}

.social_icon {
  text-align: right;
  margin: 0;
  margin-top: 3px;
}
.social_icon li {
  display: inline-block;
  margin: 0 5px;
}
.social_icon li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
}
.social_icon li a i {
  font-size: 15px;
  line-height: 20px;
}
.social_icon li:nth-child(1) a {
  background: #4267b2;
  color: #fff;
}
.social_icon li:nth-child(2) a {
  background: #1da1f2;
  color: #fff;
}
.social_icon li:nth-child(3) a {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: #fff;
}
.social_icon li:nth-child(4) a {
  background: #ff0000;
  color: #fff;
}
.social_icon li:nth-child(1):hover a {
  background: #fff;
  color: #4267b2;
}
.social_icon li:nth-child(2):hover a {
  background: #fff;
  color: #1da1f2;
}
.social_icon li:nth-child(3):hover a {
  background: #fff;
  color: #bc1888;
}
.social_icon li:nth-child(4):hover a {
  background: #fff;
  color: #ff0000;
}
.startp {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 1px;
}
.topnumber {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 1px;
}
.main-navbar .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 2px;
}
.hero-content h1 {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
}
.form-label {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/*-------------------about us-----------------*/
#about-us {
  height: auto;
  margin-bottom: 20px;
}
.about-section {
  position: relative;
  text-align: center;
  padding: 40px 20px;
}

.about-section::before {
  content: "";
  background-size: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6; /* very light */
  filter: blur(1px);
  width: 200px;
  height: 200px;
  z-index: 0;
}

.abouth2 {
  position: relative;
  font-size: 50px;
  color: rgb(248, 246, 246);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 1;
}
@media (max-width: 991px) {
  .abouth2 {
    position: relative;
    font-size: 30px !important;
    color: rgb(248, 246, 246);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    z-index: 1;
  }
}

#center {
  background-blend-mode: darken;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
}
#center .h2 {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: white !important;
}
.fixed-bg {
  height: 500px; /* Adjust height as needed */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .fixed-bg {
    height: 300px !important;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
}

/* Specific images for left and right */
.left-bg {
  background-image: url("https://ik.imagekit.io/n2sdapfir/shalimar/main%20lobby.jpg?updatedAt=1756102876326");
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 30px rgba(190, 189, 189, 0.5);
  /* shadow effect */
}

.right-bg {
  background-image: url("https://ik.imagekit.io/n2sdapfir/shalimar/art%20shalimar.jpg?updatedAt=1756103019477");
  background-size: cover;
  background-position: center !important;
  width: 100%;
  box-shadow: 0 10px 30px rgba(190, 189, 189, 0.5);
  /* shadow effect */
}
.aboutpara {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: white !important;
}

/*-------------------carousle-----------------------*/

.carousel {
  margin-left: 0px !important;
}
#carouselExample {
  width: 100%;
  height: auto; /* Adjust height as needed */
  overflow: hidden;
}

.carousel-item {
  width: 100%;
  height: auto !important;
  display: none;
}
.button {
  margin-top: 3px;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: black;
  outline: none;
  color: black;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
  transition-duration: 0.4s;
}

.button:hover {
  color: white;
  background-color: #3e8e41;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
#img1 {
  height: 400px !important;
  width: 600px !important;
  position: relative;
  left: -80%;
  top: 15% !important;
  transition: all 3s ease-in-out;
}
#img2 {
  height: 400px !important;
  width: 700px !important;
  position: relative;
  left: -30%;
  top: 15% !important;
}
#img3 {
  height: 400px !important;
  width: 600px !important;
  position: relative;
  left: 50%;
  top: 15% !important;
}
#img4 {
  height: 400px !important;
  width: 600px !important;
  position: relative;
  left: -80%;
  top: 15% !important;
  transition: all 3s ease-in-out;
}
#img5 {
  height: 400px !important;
  width: 700px !important;
  position: relative;
  left: -30%;
  top: 15% !important;
}
#img6 {
  height: 400px !important;
  width: 600px !important;
  position: relative;
  left: 50%;
  top: 15% !important;
}
#img7 {
  height: 400px !important;
  width: 600px !important;
  position: relative;
  left: -80%;
  top: 15% !important;
  transition: all 3s ease-in-out;
}
#img8 {
  height: 400px !important;
  width: 700px !important;
  position: relative;
  left: -30%;
  top: 15% !important;
}
#img9 {
  height: 400px !important;
  width: 600px !important;
  position: relative;
  left: 50%;
  top: 15% !important;
}
.boxxx {
  height: 230px;
  border: 2px solid #b5954e;
  width: 370px;
  position: relative;
  left: 60%;
  top: -5%;
}
.box {
  height: 200px;
  width: 350px;
  background-color: rgb(246, 244, 244) !important;
  color: black !important;
  position: relative;
  left: 10px;
  top: 10px;
}
.boxxx1 {
  height: 230px;
  width: 370px;
  border: 2px solid #b5954e;
  position: relative;
  left: 70%;
  top: -50%;
}

.box1 {
  height: 200px;
  width: 350px;
  background-color: rgb(246, 244, 244) !important;
  color: black !important;
  position: relative;
  top: 10px;
  left: 10px;
}
.roomshead {
  position: relative;
  top: 10px !important;
  left: 20px;
}
.roomspara {
  position: relative;
  top: -5px !important;
  left: -10px;
  width: 290px !important;
  font-size: 16px !important;
}
.know {
  position: relative;
  top: -10px !important;
  border: none;
  background-color: rgb(246, 244, 244) !important;
  border-bottom: 1px solid black !important;
}
#prevBtn {
  height: 30px;
  width: 30px;
  position: relative;
  top: -50px !important;
  left: 690px;
  background-color: #01261f;
  color: white;
  border: 1px solid white;
}
#nextBtn {
  height: 30px;
  width: 30px;
  position: relative;
  top: -50px !important;
  left: 700px;
  background-color: #01261f;
  color: white;
  border: 1px solid white;
}
@media (max-width: 1232px) {
  #img1 {
    height: 400px !important;
    width: 500px !important;
    position: relative;
    left: -80%;
    top: 15% !important;
  }
  #img2 {
    height: 400px !important;
    width: 600px !important;
    position: relative;
    left: -30%;
    top: 15% !important;
  }
  #img3 {
    height: 400px !important;
    width: 500px !important;
    position: relative;
    left: 60%;
    top: 15% !important;
  }
  #img4 {
    height: 400px !important;
    width: 500px !important;
    position: relative;
    left: -80%;
    top: 15% !important;
    transition: all 3s ease-in-out;
  }
  #img5 {
    height: 400px !important;
    width: 600px !important;
    position: relative;
    left: -30%;
    top: 15% !important;
  }
  #img6 {
    height: 400px !important;
    width: 500px !important;
    position: relative;
    left: 60%;
    top: 15% !important;
  }
  #img7 {
    height: 400px !important;
    width: 500px !important;
    position: relative;
    left: -80%;
    top: 15% !important;
    transition: all 3s ease-in-out;
  }
  #img8 {
    height: 400px !important;
    width: 600px !important;
    position: relative;
    left: -30%;
    top: 15% !important;
  }
  #img9 {
    height: 400px !important;
    width: 500px !important;
    position: relative;
    left: 60%;
    top: 15% !important;
  }
  .box {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    left: 10px;
    top: 10px;
  }
  .boxxx {
    height: 230px;
    border: 2px solid #b5954e;
    width: 370px;
    position: relative;
    left: 60%;
    top: -5%;
  }
  .boxxx1 {
    height: 230px;
    width: 370px;
    border: 2px solid #b5954e;
    position: relative;
    left: 60%;
    top: -50%;
  }

  .box1 {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 1162px) {
  #img1 {
    height: 400px !important;
    width: 500px !important;
    position: relative;
    left: -100%;
    top: 15% !important;
  }
  #img2 {
    height: 400px !important;
    width: 600px !important;
    position: relative;
    left: -30%;
    top: 15% !important;
  }
  #img3 {
    height: 400px !important;
    width: 500px !important;
    position: relative;
    left: 60%;
    top: 15% !important;
  }
  #img4 {
    height: 400px !important;
    width: 500px !important;
    position: relative;
    left: -100%;
    top: 15% !important;
    transition: all 3s ease-in-out;
  }
  #img5 {
    height: 400px !important;
    width: 600px !important;
    position: relative;
    left: -30%;
    top: 15% !important;
  }
  #img6 {
    height: 400px !important;
    width: 500px !important;
    position: relative;
    left: 60%;
    top: 15% !important;
  }
  #img7 {
    height: 400px !important;
    width: 500px !important;
    position: relative;
    left: -100%;
    top: 15% !important;
    transition: all 3s ease-in-out;
  }
  #img8 {
    height: 400px !important;
    width: 600px !important;
    position: relative;
    left: -30%;
    top: 15% !important;
  }
  #img9 {
    height: 400px !important;
    width: 500px !important;
    position: relative;
    left: 60%;
    top: 15% !important;
  }
  .box {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    left: 10px;
    top: 10px;
  }
  .boxxx {
    height: 230px;
    border: 2px solid #b5954e;
    width: 370px;
    position: relative;
    left: 5%;
    top: -5%;
  }
  .boxxx1 {
    height: 230px;
    width: 370px;
    border: 2px solid #b5954e;
    position: relative;
    left: 5%;
    top: -50%;
  }

  .box1 {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 1066px) {
  #img2 {
    height: 400px !important;
    width: 500px !important;
    left: -20%;
  }
  #img5 {
    height: 400px !important;
    width: 500px !important;
    left: -20%;
  }
  #img8 {
    height: 400px !important;
    width: 500px !important;
    left: -20%;
  }
  .box {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    left: 10px;
    top: 10px;
  }
  .boxxx {
    height: 230px;
    border: 2px solid #b5954e;
    width: 370px;
    position: relative;
    left: 1%;
    top: -5%;
  }
  .boxxx1 {
    height: 230px;
    width: 370px;
    border: 2px solid #b5954e;
    position: relative;
    left: 1%;
    top: -50%;
  }

  .box1 {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 992px) {
  #img1 {
    display: none;
  }
  #img2 {
    height: 400px !important;
    width: 600px !important;
    margin-left: 350px;
  }
  #img3 {
    display: none;
  }
  #img4 {
    display: none;
  }
  #img5 {
    height: 400px !important;
    width: 600px !important;
    margin-left: 350px;
  }
  #img6 {
    display: none;
  }
  #img7 {
    display: none;
  }
  #img8 {
    height: 400px !important;
    width: 600px !important;
    margin-left: 350px;
  }
  #img9 {
    display: none;
  }
  .box {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    left: 10px;
    top: 10px;
  }
  .boxxx {
    height: 230px;
    border: 2px solid #b5954e;
    width: 370px;
    position: relative;
    left: 32%;
    top: -5%;
  }
  .boxxx1 {
    height: 230px;
    width: 370px;
    border: 2px solid #b5954e;
    position: relative;
    left: 32%;
    top: -50%;
  }

  .box1 {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 961px) {
  #img1 {
    display: none;
  }
  #img2 {
    height: 400px !important;
    width: 600px !important;
    margin-left: 320px;
  }
  #img3 {
    display: none;
  }
  #img4 {
    display: none;
  }
  #img5 {
    height: 400px !important;
    width: 600px !important;
    margin-left: 320px;
  }
  #img6 {
    display: none;
  }
  #img7 {
    display: none;
  }
  #img8 {
    height: 400px !important;
    width: 600px !important;
    margin-left: 320px;
  }
  #img9 {
    display: none;
  }
  .box {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    left: 10px;
    top: 10px;
  }
  .boxxx {
    height: 230px;
    border: 2px solid #b5954e;
    width: 370px;
    position: relative;
    left: 32%;
    top: -5%;
  }
  .boxxx1 {
    height: 230px;
    width: 370px;
    border: 2px solid #b5954e;
    position: relative;
    left: 32%;
    top: -50%;
  }

  .box1 {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 910px) {
  #img1 {
    display: none;
  }
  #img2 {
    height: 400px !important;
    width: 600px !important;
    margin-left: 300px;
  }
  #img3 {
    display: none;
  }
  #img4 {
    display: none;
  }
  #img5 {
    height: 400px !important;
    width: 600px !important;
    margin-left: 300px;
  }
  #img6 {
    display: none;
  }
  #img7 {
    display: none;
  }
  #img8 {
    height: 400px !important;
    width: 600px !important;
    margin-left: 300px;
  }
  #img9 {
    display: none;
  }
  .box {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    left: 10px;
    top: 10px;
  }
  .boxxx {
    height: 230px;
    border: 2px solid #b5954e;
    width: 370px;
    position: relative;
    left: 27%;
    top: -5%;
  }
  .boxxx1 {
    height: 230px;
    width: 370px;
    border: 2px solid #b5954e;
    position: relative;
    left: 27%;
    top: -50%;
  }

  .box1 {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 840px) {
  #img1 {
    display: none;
  }
  #img2 {
    height: 400px !important;
    width: 600px !important;
    margin-left: 250px;
  }
  #img3 {
    display: none;
  }
  #img4 {
    display: none;
  }
  #img5 {
    height: 400px !important;
    width: 600px !important;
    margin-left: 250px;
  }
  #img6 {
    display: none;
  }
  #img7 {
    display: none;
  }
  #img8 {
    height: 400px !important;
    width: 600px !important;
    margin-left: 250px;
  }
  #img9 {
    display: none;
  }
  .box {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    left: 10px;
    top: 10px;
  }
  .boxxx {
    height: 230px;
    border: 2px solid #b5954e;
    width: 370px;
    position: relative;
    left: 25%;
    top: -5%;
  }
  .boxxx1 {
    height: 230px;
    width: 370px;
    border: 2px solid #b5954e;
    position: relative;
    left: 25%;
    top: -50%;
  }

  .box1 {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 793px) {
  #img1 {
    display: none;
  }
  #img2 {
    height: 400px !important;
    width: 600px !important;
    margin-left: 200px;
  }
  #img3 {
    display: none;
  }
  #img4 {
    display: none;
  }
  #img5 {
    height: 400px !important;
    width: 600px !important;
    margin-left: 200px;
  }
  #img6 {
    display: none;
  }
  #img7 {
    display: none;
  }
  #img8 {
    height: 400px !important;
    width: 600px !important;
    margin-left: 200px;
  }
  #img9 {
    display: none;
  }
  .box {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    left: 10px;
    top: 10px;
  }
  .boxxx {
    height: 230px;
    border: 2px solid #b5954e;
    width: 370px;
    position: relative;
    left: 22%;
    top: -5%;
  }
  .boxxx1 {
    height: 230px;
    width: 370px;
    border: 2px solid #b5954e;
    position: relative;
    left: 22%;
    top: -50%;
  }

  .box1 {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 732px) {
  #img1 {
    display: none;
  }
  #img2 {
    height: 400px !important;
    width: 700px !important;
    margin-left: 100px;
  }
  #img3 {
    display: none;
  }
  #img4 {
    display: none;
  }
  #img5 {
    height: 400px !important;
    width: 700px !important;
    margin-left: 100px;
  }
  #img6 {
    display: none;
  }
  #img7 {
    display: none;
  }
  #img8 {
    height: 400px !important;
    width: 700px !important;
    margin-left: 100px;
  }
  #img9 {
    display: none;
  }
  .box {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    left: 10px;
    top: 10px;
  }
  .boxxx {
    height: 230px;
    border: 2px solid #b5954e;
    width: 370px;
    position: relative;
    left: 22%;
    top: -5%;
  }
  .boxxx1 {
    height: 230px;
    width: 370px;
    border: 2px solid #b5954e;
    position: relative;
    left: 22%;
    top: -50%;
  }

  .box1 {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 593px) {
  .box {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    left: 10px;
    top: 10px;
  }
  .boxxx {
    height: 230px;
    border: 2px solid #b5954e;
    width: 370px;
    position: relative;
    left: 10%;
    top: -5%;
  }
  .boxxx1 {
    height: 230px;
    width: 370px;
    border: 2px solid #b5954e;
    position: relative;
    left: 10%;
    top: -50%;
  }

  .box1 {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    top: 10px;
    left: 10px;
  }
  #img2 {
    margin-left: 20px;
    margin-top: -25px;
  }
  #img5 {
    margin-left: 20px;
    margin-top: -25px;
  }
  #img8 {
    margin-left: 20px;
    margin-top: -25px;
  }
}
@media (max-width: 468px) {
  .box {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    left: 10px;
    top: 10px;
  }
  .boxxx {
    height: 230px;
    border: 2px solid #b5954e;
    width: 370px;
    position: relative;
    left: 5%;
    top: -3%;
  }
  .boxxx1 {
    height: 230px;
    width: 370px;
    border: 2px solid #b5954e;
    position: relative;
    left: 5%;
    top: -50%;
  }

  .box1 {
    height: 200px;
    width: 350px;
    background-color: rgb(246, 244, 244) !important;
    color: black !important;
    position: relative;
    top: 10px;
    left: 10px;
  }
  #img2 {
    margin-left: 20px;
    margin-top: -25px;
  }
  #img5 {
    margin-left: 20px;
    margin-top: -25px;
  }
  #img8 {
    margin-left: 20px;
    margin-top: -25px;
  }
}
@media (max-width: 425px) {
  .boxxx {
    margin-left: -16px;
    position: relative;
    left: 5%;
    top: -2%;
    height: 230px;
    width: 330px;
  }
  .boxxx1 {
    margin-left: -16px;
    top: -2%;
    height: 230px;
    width: 330px;
  }
  .box {
    top: 15px;
    height: 200px;
    width: 300px;
  }
  .box1 {
    top: 15px;
    height: 200px;
    width: 300px;
  }
  .roomspara {
    position: relative;
    top: 12px !important;
    left: 0px;
  }
}
#dining-img img {
  height: 700px;
  margin-top: 200px;
}

.cs-cta {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.cs-cta:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 30px rgba(224, 222, 222, 0.15) !important;
}

.cs-cta-img img {
  transition: transform 0.5s ease;
}

.cs-cta:hover .cs-cta-img img {
  transform: scale(1.05);
}
