h1 {
  font-family: "Bona Nova", sans-serif;
  font-weight: 400;

}

h2 {
  font-family: "Bona Nova", sans-serif;
  font-weight: 500;
  font-size: 70px;
  ;

}

h3 {
  font-family: "Bona Nova", sans-serif;
  font-weight: 500;
  font-size: 50px;

}

h4 {
  font-family: "Bona Nova", sans-serif;
  font-weight: 500;
  font-size: 40px;
}

p, a {
  font-family: "Work Sans, sans-serif" !important;
  color: #000;


}
.gallery-card .card,
.gallery-card .card-img-top,
.gallery-card .card-img-top img {
  border-radius: 0 !important;
}


/* Apply the animation to the pushed-content */


body {
  background-color: #EDEDF2;
  transition: background-color 0.5s ease;
}

body:hover {
  background-color: #EFE8E3 !important;
}

/* Your existing styles remain unchanged */
.carousel-bg img {
  height: 100vh;
  object-fit: cover;
}

.dot {
  width: 3rem;
  height: 0.25rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s;
}

.dot.active {
  background-color: rgba(255, 255, 255, 1);
}

.content-wrapper {
  position: relative;
}

.pushed-wrapper {
  position: relative;
}


.pushed-row {
  min-height: 450px;
}


.pushed-image {
  background-image: url('logo/room-8.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  width: 100%;
  cursor: pointer;


}
.secondtext-box {
    background-color: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    max-width: 90%;
}


.pushed-content {
  background-color: white;
  top: 4%;
  right: 266px;
  transform: translateY(-21%);
  z-index: 10;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  width: 306px;
  height: auto;
}

.contact-info {
  display: flex;
  flex-direction: column;
}

.right-bottom {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.pushed-header {
  padding: 0px 15px;
}

.pushed-box {
  position: absolute;
  left: 48%;
  top: 50%;
  max-width: 50%;
  transform: translateY(-50%);
}

.pushed-image:hover+.pushed-box .pushed-content {
  transform: translateY(-20px);
}

@media (min-width: 768px) {
 

  .pushed-content {
    min-height: 200px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .pushed-box {
    position: absolute;
    left: 48%;
    top: 50%;
    max-width: 50%;
    transform: translateY(-50%);
  }
}

.content-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  max-width: 1300px;

}
.second-div{
    object-fit: cover;
    height:1006px;
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid red;
  color: red;
  background: none;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn:hover {

  color: white;
}

@media (max-width: 900px) {
  .content-container {
    flex-direction: column;
    align-items: center;
  }

  .img-box {
    position: relative;
    width: 100%;
    height: 50vh;
    transform: none;
  }

  .text-box {
    position: relative;
    width: 90%;
    max-width: 400px;
    left: auto;
    margin-bottom: 20px;
  }
}

.testimonial-quote {
  font-style: italic;
  color: #666;
  font-size: 18px;
  margin-bottom: 30px;
}

.testimonial-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.profile-pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonial-author {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}

.testimonial-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.testimonial-navigation i {
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

.testimonial-navigation i:hover {
  color: #007bff;
}

.testimonial-counter {
  font-size: 18px;
  color: #333;
}

@media (max-width: 768px) {
  .responsive-text {
    font-size: 12px;
  }
  .secondtext-box {
      max-width:none !important;
  }
}

.navbar {
  transition: all 0.3s ease;
}

.navbar a, .navbar .btn {
  transition: all 0.3s ease;
}

.navbar .btn i {
  transition: color 0.3s ease;
}

.card-body {
  font-family: "Bona Nova", sans-serif;
  font-size: 18px;
  color: #000;
}


.carousel-bg img {
  height: 100vh;
  object-fit: cover;
}

.dot {
  width: 3rem;
  height: 0.25rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s;
}

.dot.active {
  background-color: rgba(255, 255, 255, 1);
}

body {
  min-height: 100vh;
}

.content-wrapper {
  position: relative;
}

.pushed-wrapper {
  position: relative;
}


.right-bottom {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.pushed-header {
  padding: 0px 15px;
}

.pushed-box {
  position: absolute;
  left: 48%;
  top: 50%;
  max-width: 50%;
  transform: translateY(-50%);
}

.pushed-image:hover+.pushed-box .pushed-content {
  transform: translateY(-20px);
}

@media (min-width: 768px) {
  .pushed-image {
    height: 500px;
    width: 60%;
  }

  .pushed-content {
    min-height: 200px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  

  .pushed-box {
    position: absolute;
    left: 48%;
    top: 50%;
    max-width: 50%;
    transform: translateY(-50%);
  }
}

.custom-section {
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 120px;
}

.custom {
  display: flex;
  align-items: center;
  justify-content: flex-start;


}

.content-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  max-width: 1300px;
}

.text-box h2 {
  font-family: "Work Sans, sans-serif";
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 10px;
}

.text-box hr {
  width: 50px;
  height: 2px;
  background-color: red;
  border: none;
  margin-left: 0;
  margin-bottom: 15px;
}

.text-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.red-button {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid red;
  color: red;
  background: none;
  font-family: "Work Sans, sans-serif";
 font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.red-button:hover {
  background-color: red;
  color: #fff;
}

@media (max-width: 900px) {
  .content-container {
    flex-direction: column;
    align-items: center;
  }

  .img-box {
    position: relative;
    width: 100%;
    height: 50vh;
    transform: none;
  }

  .text-box {
    position: relative;
    width: 90%;
    max-width: 400px;
    left: auto;
    margin-bottom: 20px;
  }
}

.room-card img {
  height: 500px;
  object-fit: cover;
}

.price {
  font-size: 1.5rem;
  font-weight: bold;
}

.room-title {
  font-size: 1.25rem;
  font-weight: 500;
}

.room-detail {
  font-size: 0.9rem;
  color: #555;
}
.aminity-icon-logo
{
    bottom: 30px;
    padding: 1rem 2rem;
}

.testimonial-quote {
  font-style: italic;
  color: #666;
  font-size: 18px;
  margin-bottom: 30px;
}

.testimonial-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.profile-pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonial-author {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}

.testimonial-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.testimonial-navigation i {
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

.testimonial-navigation i:hover {
  color: #007bff;
}

.testimonial-counter {
  font-size: 18px;
  color: #333;
}

@media (max-width: 768px) {
  .responsive-text {
    font-size: 12px;
  }
}

.navbar {
  transition: all 0.3s ease;
}

.navbar a, .navbar .btn {
  transition: all 0.3s ease;
}

.navbar .btn i {
  transition: color 0.3s ease;
}

/* Added styles for menu button */
.menu-btn {
  background-color: #FF5733;
  border: none;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.menu-btn i {
  color: white;
  font-size: 24px;
  transition: all 0.3s ease;
}

.menu-btn.active i.bi-list {
  display: none;
}

.menu-btn i.bi-x {
  display: none;
}

.menu-btn.active i.bi-x {
  display: block;
}
.second-div2{
    height: 800px;
    object-fit: cover;
}


/* mobile screen */
@media screen and (min-width: 320px) and (max-width: 480px) {
  .description {
    width: 100% !important;
  }
  .aminity-icon-logo{
      display:none !important;
  }
  .button-carosel{
      gap:20px;
  }
  .container.gallery-container {
      padding:0 !important;
  }
  .secondtext-box{
      max-width: 0;
  }
  .second-div{
      height:auto;
  }
  .second-div2{
      height:auto;
  }
  .custom{
      margin-top:0 !important;
  }
  .restaurant{
      padding: 0 !important;
  }

  .firsttext-box, .secondtext-box {
    left: 0 !important;
  }

  .menu-btn {
    width: 48px !important;
    height: 35px !important;
  }

  .font-text {
    width: 100% !important;
    font-size: 12px !important;

  }

  .pushed-content {
    right: 3px !important;
    top: 93% !important;
    width: auto;
  }

  .custom-section {
    margin-top: 541px;
  }
  

  .logo-img {
    width: 48px !important;
    height: 60px !important;
    object-fit: cover !important;
  }

  .small-screen {
    display: none;
  }

  .navbar {
    width: 100% !important;
  }

  .text-box {
    padding: 20px 10px 10px 10px !important;
  }

  .content-container {
    position: static;
  }



  .navItem {
    flex-direction: column;
    gap: 10px;
    margin-top: 1rem;
  }

  .nav-links-container {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .nav-link {
    font-size: 24px !important;
    padding: 0.3rem 0.5rem;
  }


  .contact-info span,
  .address {
    font-size: 1rem !important;
    display: block;
    margin: 5px 0;
  }

  .menu-btn {
    font-size: 1.2rem;
  }

  body.default-bg,
  body[class^="bg-"] {
    background-size: cover;
    background-position: center;
  }




}

.font-text {
  width: 44%;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

.footer-section {
  font-family: "Work Sans", sans-serif ;
  background-color: #000;
   padding: 3rem 0;
    color: #fff;
    
}
.footer-section-div{
  width:55%;

}

.hover-underline {
  position: relative;
  padding-bottom: 5px;
}

.hover-underline:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #c9a769;
  transition: width 0.3s ease;
}

.hover-underline:hover:after {
  width: 100%;
}

.social-icons a {
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
  color: #c9a769 !important;
  transform: translateY(-3px);
}

.payment-methods {
  height: 40px;
  object-fit: cover;
}

.gallery-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('logo/banner-1.jpg');
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-bottom: 50px;
}

.contact-title {
  font-size: 3.5rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.container.gallery-container {

  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.gallery-card {
  text-decoration: none;
  color: inherit;
}

.gallery-card:hover {
  transform: translateY(-5px);
}

.card {
  transition: all 0.3s ease;
  border: none;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 50%);
  opacity: 0.7;
}

.card-img-top {
  position: relative;
}

.card-title {
  color: #333;
}

.hover-shadow-lg:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.transition-all {
  transition: all 0.3s ease;
}

.tz-gallery {
  padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row>div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'Glyphicons Halflings';
  content: '\e003';
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}


.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: '';
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

@media screen and (min-width:601px) and (max-width: 768px) {
  body {
    padding: 0;
  }
  .footer-section-div {
    width:100% !important;
  }
  .firsttext-box{
    left:0 !important;
    max-width:none !important;
  }
     .pushed-image{
      width:100% !important;
     }
     .pushed-content{
      width:100% !important;
      top:90% !important;
      right:0 !important;
     }
     .custom-section {
      margin-top:404px;
     }
     .secondtext-box{
      left:0 !important;
     }
     .custom{
      margin-top:0 !important;
     }
     .logo-img{
      height: 74px !important;
    width: 66px !important;
     }
}

@media (min-width: 992px) {
  .text-overlay {
    position: absolute;
    top: 50%;
    left: 1%;
    /* 50% - 2% overlap */
    transform: translateY(-50%);
    width: 50%;
    z-index: 2;
  }
}

.carousel-inner, .carousel-item {
  height: 100%;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
}

/* Overlay for better text visibility */
.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

/* Caption styling */
.carousel-caption {
  bottom: 20%;
  z-index: 10;
  padding: 0 8%;
}

/* Navigation arrow customization */
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background-size: 60%;
  transition: all 0.3s;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
  background-color: rgba(255, 255, 255, 0.7);
}

/* Indicator customization */
.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 6px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
}

.carousel-indicators .active {
  background-color: white;
  transform: scale(1.3);
}

/* Animation timing */
.animate__delay-1s {
  animation-delay: 0.5s;
}

.animate__delay-2s {
  animation-delay: 1s;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .carousel-caption {
    bottom: 15%;
  }

  .icon-hidden {
    display: none;
  }

  .carousel-caption h2 {
    font-size: 2rem !important;
  }

  .carousel-caption p {
    font-size: 1rem !important;
  }

  .carousel-caption .btn {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}



.amenity-icon {
  text-align: center;
  margin-bottom: 15px;
}

.amenity-icon i {
  font-size: 30px;
  color: #333;
  margin-bottom: 8px;
}

.amenity-icon span {
  display: block;
  font-size: 14px;
}

.description {
  margin-top: 20px;
  line-height: 1.6;
  text-align: center;
  width: 70%;
}


.secondtext-box {
  background: white;
  padding: 50px 50px 50px 50px;
  max-width: 387px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  left: 16%;
  height: auto;


}

.firsttext-box {
  background: white;
  padding: 50px 50px 50px 50px;
  max-width: 438px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  left: 61%;
  height: auto;
}
.video-hero-section {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.video-hero-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}