* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.nav-link:focus, .nav-link:hover {
    color: #a0224a;;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #a0224a;;
    background-color: var(--bs-dropdown-link-hover-bg);
}
/* Navbar  */

.logo {
  height: 5rem;
  width: 8rem;
}


.dropdown-item {
    font-weight: 500;
    font-size: 14px;
}

/* Navbar  */

.home-carousel-heading {
  font-size: 1rem;
  background-color: rgb(255, 255, 255);
  color: black;
  padding: 20px;
  border-radius: 10px;
}

/* Home Carousel  */
@media (max-width: 767px) {
  .caption-wrapper {
    display: block!important;
    margin-top: -60px;
  }

  .home-carousel-heading { 
    background-color: rgba(255, 255, 255, 0.436);
    font-size: 0.7rem;
    padding: 10px 15px;
  }
  .caption {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .caption h5{
    /* max-width: 12rem; */
    text-align: center;
  }

}



/* Colors  */

.text-grey {
  color: rgb(91, 91, 91);
}

.text-grey-light {
  color: grey;
}

.green-bg {
  background-color: #797d5d;
}

.btn-bg {
  background-color: #a0224a;
  color: white;
}
.mainclr {
  color: #a0224a;
}

.dest-bg-clr {
  background-color: #6e2d42a2;
}

.btn-bg:hover {
  background-color: #d33063;
  color: white;
}


.orColor {
  color: #ff6e57;
}

/* /Colors  */

/* margin padding */

.topPad {
  padding-top: 20px;
}

.topMar {
  margin-top: 20px;
}

/* /margin padding */

/* Main Section  */

.welcome-enchanting h1 {
  font-size: 2rem;
}

.welcome-enchanting h3 {
  font-weight: 500;
}

/* /Main Section  */

  .contact-section {
  background: url('../images/about-banner-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
  }

  /* New appointment form  */

  .appointment-form-section {
    padding: 4rem 0;
    background: url('../images/SangamFarms-banner.jpg') no-repeat center center/cover;
  }

  .appoint-form {
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px);
  }

  .appoint-details {
    background: rgb(118 118 118 / 66%);
    padding: 30px;
    border-radius: 20px;
    border: 2px solid #fff;
    width: 90%;
    max-width: 700px;
  }

  .appoint-details input,
  .appoint-details textarea {
    background: rgb(9 2 2 / 30%);
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    width: 100%;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 0.8rem;
  }

  .appoint-details textarea {
    border-radius: 20px;
    resize: none;
    height: 120px;
  }

  .appoint-details input::placeholder,
  .appoint-details textarea::placeholder {
    color: #ffffff;
  }

  .new-appoint-form {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 30px;
    border: none;
    transition: background 0.3s ease;
  }

  .new-appoint-form:hover {
    background: #000000;
    color: #fff;
  }

/* About Page  */

.about-map-bg {
  background: url('../images/about-banner-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 35vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container .swiper img {
  height: 87vh;
}

.about-kpSir {
  border-radius: 50%;
  height: 300px;
  width: 300px;
  margin-top: 30px;
}

.about-sid {
  border-radius: 50%;
  height: 300px;
  width: 300px;
  margin-top: 30px;
}

/* /About Page  */

/* Experiences Page  */

.ex-card {
  padding: 1rem 2rem;
  border-radius: 10px;
  /* border: 2px solid rgb(149, 58, 58); */
}

.image-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.852);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hover-text {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 18px;
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}

.image-container:hover .hover-text {
  bottom: 40%;
  opacity: 1;
}

.image-container:hover .image-overlay {
  opacity: 1;
}

.btn-know-more {
  margin-top: 10px;
  padding: 6px 12px;
  border: none;
  border-radius: 6px;
  background-color: #6b6868;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.btn-know-more:hover {
  background-color: #000000;
  color: #fff;
  transform: translateY(-2px);
}

/* fateh garh all Hotel  */

.hotel-banner img{
  border-radius: 10px;
  height: 700px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.inventory-img img{
  border-radius: 10px;
}

.check-in-out {
  margin-top: -15px;
}

.check-in-out p:nth-child(1) {
  border-right: 1px solid #000;
  padding-right: 5px;
  margin-right: 5px;
}


/* /fateh garh all Hotel */

/* modal-css */

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  /* padding: var(--bs-modal-header-padding); */
  padding: 20px 50px;
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-title {
  font-size: 1.5rem;
  color: #a0224a;
}

.modal-close-btn {
  margin-bottom: 20px;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0px 50px;
}

/* Udaipur page  */

.udaipur {
  min-height: 100vh;
}

.img-5-gallery {
  border-radius: 50px;
}
/* Filter bar  */



.filter-bar ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background-color: #a0224a;
  border-radius: 20px;
  padding: 20px 30px;
}

.filter-bar ul li {
  list-style: none;
  color: #fff;
}


/* media query for Tablets */
@media (max-width: 799px) {
  .ex-card {
    padding: 1rem 1rem;
  }

  .btn-know-more {
    margin-top: 10px;
    padding: 6px 12px;
    border: none;
    border-radius: 6px;
    background-color: #c7c7c7;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    border: 1px solid black;
  }

  .btn-know-more:hover {
    background-color: #cac5c5;
  }
  .about-map-bg {
    min-height: 60vh;
  }

  .about-bg-details h1{
    font-size: 1.5rem;
  }
  .about-bg-details h3{
    font-size: 1rem;
  }
}

/* media query for Tablets */

/* /Experiences Page  */

/* media query for Tablets */



/* media query for medium screen devices */

@media (max-width: 477px) {
  .btn-know-more {
    background-color: #d5d5d5c6;
    border: 1px solid black;
    font-size: 12px;
  }

  .ex-card {
    padding: 1rem 1rem;
  }


  .hotel-banner img{
    border-radius: 10px;
    height: 300px;
    width: 100%;
  
  }
  .about-map-bg {
    min-height: 50vh;
  }

  .about-bg-details h1{
    font-size: 1.3rem;
  }
  .about-bg-details h3{
    font-size: 0.8rem;
  }
  
  .swiper-container .swiper img {
    height: 40vh;
}
}

/* media query for medium screen devices */