:root {
  --primary: rgba(90, 90, 245, 0.329);
  --secondary: #d4a5a5;
  --accent: #9e7777;
  --text: #3e2929;
  --light: #fff5f5;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text);
  background-color: var(--light);
}

h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
}

.navbar {
  background: rgba(0, 0, 0, 0.95) !important;
  color: white !important;
}

.navbar-brand {
  font-size: 1.8rem;
  color: var(--accent) !important;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.nav-link {
  /* color: var(--text) !important; */
  color: white;
  font-weight: 500;
  transition: color 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  &:hover{
    color: hotpink;
  }
}

/* Custom Button Styling */
.custom-btn {
  margin-top: 20px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #fff;
  background-color: rgb(250, 136, 155);
  border: none;
  border-radius: 50px; /* Rounded Button */
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
  &:hover {
    background: linear-gradient(
      135deg,
      #d81b60,
      #ff4081
    ); /* Reverse Gradient */
    transform: scale(1.05); /* Slight Enlargement */
    box-shadow: 0px 8px 20px rgba(216, 27, 96, 0.5);
  }
}

/* Smooth Scroll Animation */
[data-aos="fade-up"] {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
}

.aos-animate {
  opacity: 1;
  transform: translateY(0);
}

/* Animation for Fade-In Effect */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Service Card Styles */
.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: white;
  animation: fadeInUp 0.8s ease-out;
  &:hover {
    cursor: pointer;
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0px 10px 20px rgba(177, 52, 52, 0.15);
  }
}

.icon-wrapper i {
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.service-card:hover .icon-wrapper i {
  transform: rotate(360deg) scale(1.2);
  color: #ff4081;
}

.icon-wrapper {
  padding: 15px;
  border-radius: 30%;
  display: inline-block;
}
.text-muted {
  font-weight: 500;
}

/* about us css */
.about-img {
  transition: transform 0.5s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
  &:hover {
    cursor: pointer;
    transform: scale(1.05);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.25);
  }
}

/* Animations for Text */
.about-heading {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-in-out;
}

.about-text {
  color: #777272;
  text-align: justify;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-in-out 0.2s;
}

.position-relative {
position: relative;
}

.experience-badge {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 150px;
height: 150px;
background: white;
color: black;
font-weight: bold;
font-size: 20px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
border: 1px solid hotpink;
z-index: 1;
}

.experience-badge span {
line-height: 1.2;
}

.about-text {
font-size: 16px;
line-height: 1.8;
color: #555;
}
.abt-h3{
font-size: 25px;
}
.custom-btn {
display: inline-block;
padding: 12px 24px;
background: #e91e63;
color: #fff;
border-radius: 30px;
text-decoration: none;
transition: all 0.3s ease;
&:hover{
background: #d81b60;
color: #fff;
}
}




/* our gallery */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  &:hover {
    cursor: pointer;
  }
}

.gallery-item img {
  transition: transform 0.5s ease, filter 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  &:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  }
}

.gallery-item:hover img {
  transform: scale(1.1);
  filter: grayscale(0%) brightness(100%);
}

.lead {
  font-size: 1.2rem;
  font-weight: 300;
  color: #6c757d;
}

h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #343a40;
  transition: opacity 0.5s ease;
}

.row .col-md-4 {
  transition: transform 0.5s ease;
  &:hover {
    cursor: pointer;
    transform: translateY(-10px);
  }
}

/* For smooth fading and animation */
.aos-fade-up {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.aos-fade-up.aos-animate {
  opacity: 1;
}
.package-card:hover {
  cursor: pointer;
  transform: translateY(-10px);
}

.package-price {
  font-size: 2.5rem;
  color: var(--accent);
}

.contact-form {
  background: var(--light);
  border-radius: 15px;
}

/* amenities */

.contact-card i {
  font-size: 1.5rem;
  color: var(--primary);
}

/* contact us top addres adn contact */

.info-item {
  padding: 20px 0;
  transition: transform 0.3s ease;
  &:hover{
    cursor: pointer;
    transform: translateY(-10px);
  }
}

.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #ff6b81;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: background-color 0.3s ease;
}

.icon {
  font-size: 28px;
  color: white;
  transition: transform 0.3s ease;
}

.info-item:hover .icon-circle {
  background-color: #d6336c; 
}

h3 {
  margin: 10px 0 5px;
  font-weight: 600;
}

p {
  margin: 0;
  font-size: 14px;
  color: #333;
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }
  .carousel-inner{
    height: 250px;
  }
}

/* package button */
.btn-pink {
  background-color: hotpink;
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.btn-pink:hover {
  background-color: rgb(185, 60, 123);
  color: white;
}
.flex-nowrap {
  display: flex;
  overflow-x: hidden;
}
.card{
  border: 1px solid rgb(245, 154, 200);
}
.package-btn{
  background-color: rgba(247, 19, 133, 0.801);
  &:hover{
    cursor: pointer;
    background-color: #f02db5;
    color: white;
  }
}
/* animentites css */
.text-pink {
  color: #ff66b3;
  font-family: domientique;
}
.amenity-card {
  border: none;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.amenity-card:hover {
  cursor: pointer;
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.icon {
  font-size: 40px;
  color: #ff66b3;
}

/* contact us */
.contact-box {
  background: #fff;
  transition: all 0.3s ease;
  &:hover {
    cursor: pointer;
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
}

.contact-form {
  background: #fce4ec;
  color: #444;
}

.contact-form h3 {
  color: #d81b60;
}

/* footer */
footer {
  background: #222;
  color: #ccc;
}

footer h5 {
  color: #fff;
}

footer a:hover {
  color: #f8bbd0;
}

footer .border-top {
  border-color: rgba(255, 255, 255, 0.1);
}

/* modal pop up */
.modal {
  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;
  z-index: 1000;
}
.modal-content {
  background: white;
  padding: 5px;
  border-radius: 8px;
  width: 80%;
  max-width: 500px;
  text-align: center;
}
.banner {
  /* background-color: #f4a261; */
  color: white;
  padding: px;
  font-size: 18px;
  border-radius: 5px;
}
.close-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #2a9d8f;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}