*{
    padding:0px;
    margin:0px;
    box-sizing: border-box;
}


/* Make the navbar sticky */
.navi {
  position: sticky;
  top: 0;
  z-index: 1020; /* Ensure it stays on top of other elements */
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional shadow for better visibility */
}

/* Style for navbar-brand */
.navbar-brand img {
  width: 80px;
  margin-left: 50px;
}

.navbar-nav {
  align-items: center;
}

/* Style for navbar links */
.navbar .navbar-nav .nav-link {
  color: rgb(91, 52, 1);
  font-size: 18px;
  padding: 0.5em 1em;
  font-weight: normal;
  transition: transform 0.3s ease-in-out; /* Smooth transition for the scaling effect */
}

/* Style for nav items */
.nav-item {
  font-size: 16px;
  padding: 0.5em 1em;
  gap: 20px;
  transition: transform 0.3s ease-in-out; /* Smooth transition for scaling */
}

/* Hover effect: zoom in */
.nav-item:hover {
  transform: scale(1.1); /* Adjust the scale as needed */
}

/* Ensure the underline effect works */
.nav-link.name {
  position: relative;
}

.nav-link.name::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px; /* Thickness of the underline */
  left: 0;
  bottom: 0; /* Position of the underline directly below the text */
  background-color: black;
  transition: width 0.3s ease-in-out; /* Animation duration and easing */
}

/* Hover effect: full underline */
.nav-link.name:hover::after {
  width: 100%; /* Full underline on hover */
}

/* Media query for larger screens */
@media screen and (min-width: 768px) {
  .navbar-brand img {
    width: 250px;
  }
  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }
}



  
  .text-content {
    text-align: center;
    margin: 0 18%;
}

.banrap5 {
  margin-top: 7%;
    font-size: 60px; /* Adjust size as needed */
    font-weight:lighter;
    color: rgb(159, 117, 63);
    line-height: 110%;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

p {
  color: rgb(159, 117, 63);
    font-size: 20px; /* Adjust size as needed */
    margin-top: 50%; /* Adds space between the elements if desired */
    font-weight: normal;
}


.carousel-inner {
  background-color: white;
}

.carousel-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130vh;
  overflow: hidden;

}

.carousel-content img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1); /* Initial scale */
  transition: transform 10s ease-in-out; /* Smooth zoom transition */
}

.carousel-item.active img {
  transform: scale(1.2); /* Zoom effect for the active image */
}

.carousel-content h1 {
  position: absolute;
  width: auto;
  top: 60%;
  left: 10%;
  color: white;
  font-size: 400%;
  font-weight: bold;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-align: center;
  opacity: 0; /* Initial opacity for fade-in effect */
  transition: opacity 1s ease-in-out; /* Smooth fade-in */
}

.carousel-item.active h1 {
  opacity: 1; /* Fade-in effect for active slide */
}

/* Ensuring AOS animation on carousel content */
[data-aos="fade-down"] {
  opacity: 0; /* Initial AOS state */
  transform: translateY(-20px); /* Initial position for AOS effect */
  transition: opacity 0.6s ease, transform 0.6s ease; /* Smooth fade and translate */
}

.carousel-item.active [data-aos="fade-down"] {
  opacity: 1;
  transform: translateY(0); /* Reset position */
}





.about-us-section {
  margin-top: 60px;
  background-color: rgb(255, 249, 241);
  padding: 50px;
}

/* Wrapping sections */
.section-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px; /* Adds space between the sections */
}

/* First Text Side */
.text-side, .text-side2 {
  max-width: 600px;
}

.opulence, .opulence2 {
  font-size: 48px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 20px;
  color: rgb(159, 117, 63);
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.title-line, .title-line2 {
  width: 500px;
  border: none;
  border-top: 2px solid #7c7050;
  margin-bottom: 20px;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #4c4c4c;
}

/* Image Side */
.image-side, .image-side2 {
  position:relative;
  width: 500px; /* Fixed width for the image */
  height: 600px; /* Fixed height for the image */
}

.image-side img, .image-side2 img {
  width: 100%;
  height: 100%;
  object-fit:cover; /* Ensures the image covers the entire area */
}




/* middle */
.mid {
  margin-top: 10%;
  width: 100%;
  height:1050px;
  background: rgb(91, 52, 1);
  position: relative;
  overflow: hidden;
}

.midrap {
  width: 100%;
  margin: auto;
  padding-top: 20px;
  text-align: center;
}

.midrap h1 {
  margin-top: 30px;
  font-size: 42px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-weight: bold; /* Make the h1 bolder */
  color: burlywood;
}

/* shop section */
.shop-section {
  margin-top: 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* Add some gap between items */
}

.box {
  background-color: burlywood;
  text-align: center;
  position: relative;
  transition: transform 0.3s;
  width: 45%; /* Adjust the width to fit two boxes per row */
  max-width: 250px;
  height: 270px; /* Adjust the height as needed */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden; /* Ensures the image doesn't overflow */
}

/* Image style: covers half the box */
.product-img {
  height: 70%; /* Covers half the height of the box */
  width: 100%;
  object-fit: cover; /* Ensures the image fits well */
  transition: transform 0.3s ease-in-out;
}

/* Hover effect: scale down */
.box:hover .product-img {
  transform: scale(0.9); /* Reduce the image size on hover */
}

/* Info below the image */
.product-info {
  width: 100%;
  text-align: center;
  margin-top: 10px; /* Space between image and text */
}

.product-info h1 {
  margin-top: 10px;
  font-size: 20px;
  font-family: sans-serif;
  font-weight: bold;
  color: rgb(91, 52, 1);
}


.product-info h1 a {
  text-decoration:underline; /* Removes underline from the link */
  color: rgb(91, 52, 1); /* Ensures the color stays brown */
  font-size: 20px;
  font-family: sans-serif;
  font-weight: bold;
}

.product-info h1 a:hover {
  color: rgb(91, 52, 1); /* Maintains the brown color on hover */
}


/* About Us Section Styling */
.about-us-section3 {
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* Stretch elements to match height */
  padding: 20px;
  margin: 50px auto;
  max-width: 1200px; /* Adjust max-width to match design */
}

.text-side3, .text-side4 {
  width: 30%; /* Adjust width to balance text sections */
  text-align: center;
  font-family: 'Georgia', serif;
}

.text-side3 h2, .text-side4 h2 {
  font-size: 24px;
  color: #b2914c; /* Adjust color */
  margin-bottom: 15px;
}

.text-side3 p, .text-side4 p {
  font-size: 16px;
  color: #6d6d6d;
  line-height: 1.8;
}

/* Image Side Styling */
.image-side3 {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center; /* Center image vertically */
  height: auto;
}

.image-side3 img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container without stretching */

}

/* Media Queries for Responsiveness */
@media (max-width: 992px) {
  .about-us-section3 {
    flex-direction: column;
  }

  .text-side3, .text-side4 {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-side3 {
    width: 100%;
    margin-bottom: 20px;
    height: auto; /* Adjust height for mobile view */
  }

  .image-side3 img {
    height: auto; /* Ensure image adjusts with container */
    max-height: 400px; /* Add a max-height to maintain proportionality */
  }
}



/* About Us Section Styling */
.about-us-section4 {
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* Ensures the elements stretch equally */
  padding: 20px;
  margin: 50px auto;
  max-width: 1200px; /* Adjust max-width to match design */
}

.text-side4 {
  flex: 1;
  margin: 0 20px;
  text-align: center;
  font-family: 'Georgia', serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-side4 h2 {
  font-size: 24px;
  color: #b2914c; /* Adjust color */
  margin-bottom: 15px;
}

.text-side4 p {
  font-size: 16px;
  color: #6d6d6d;
  line-height: 1.8;
}

/* Image Side Styling */
.image-side4 {
  flex: 0 0 30%; /* Adjust width of image sections */
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-side4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}

/* Media Queries for Responsiveness */
@media (max-width: 992px) {
  .about-us-section4 {
    flex-direction: column;
  }

  .image-side4 {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }

  .text-side4 {
    width: 100%;
    margin: 0;
  }
}


.first{
  background-color: transparent;
  height: 98vh;
  position: relative;
  background-color: white;
}

.first video {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.first-container {
  position: relative;
  height: 100%;
  width: 100%;
}



/* General Section Styling */
.container.bg-white {
  background-color: #ffffff; /* White background for the entire section */
  border-radius: 10px;
}

/* Divider Image Styling */
.divider-img {
  width: 100%; /* Make the divider image as wide as the container */
  max-width: 300px; /* Adjust to control the maximum width */
  display: block;
  margin: 0 auto;
}

/* Review Card Styling */
.review-card {
  border: 2px solid brown; /* Brown border for each review card */
  background-color:white; /* Adjust the background color */
  border-radius: 10px;
}

.card-body {
  color: #6d4c41; /* Adjust text color */
}

h2 {
  font-family: 'Georgia', serif;
  color: #6d4c41;
}

.card-text {
  font-size: 16px;
  font-family: 'Georgia', serif;
  line-height: 1.6;
}

/* Hide carousel controls */
.carousel-control-prev,
.carousel-control-next {
  display: none;
}

/* Media Queries for Responsiveness */
@media (max-width: 992px) {
  .review-card {
    margin-bottom: 20px; /* Add spacing between cards for smaller screens */
  }
}



/* Divider Image Styling */
.container {
  background-color: rgb(91, 52, 1); /* Brown color */
  width: 100%;
  height: 100%;
  padding: 50px;
}
.text-center {
  color: #b2914c;

}
.divider-img {
  max-width: 150px;
  display: block;
  margin: 0 auto;
  
}

/* Gallery Image Zoom Effect */
.gallery-img {
  overflow: hidden; /* Ensures the zoom effect doesn't exceed container bounds */
  transition: transform 0.4s ease; /* Smooth transition effect */
}

.gallery-img img {
  transition: transform 0.4s ease; /* Smooth transition for the zoom */
  width: 100%;
  height: auto;
  
}

.gallery-img:hover img {
  transform: scale(1.1); /* Zooms in by 10% */
}

/* Button Styling */
.gallery-button {
  background-color: #b2914c; /* Adjust to your preferred color */
  color: rgb(91, 52, 1);
  border: none;
  padding: 10px 20px;
  font-weight: bold;
}

.gallery-button:hover {
  background-color: bisque; /* Darker shade on hover */
  color: black;
}





/* Banner background and text styles */
.banner-section {
  color:  burlywood; /* Light beige color for text */
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  padding: 40px 0; /* Adds more space around the content */
}
.container1 {
  background-color: rgb(91, 52, 1); /* Brown color */
  width: 100%;
  height: 100%;
  padding: 50px;
}
/* Heading styles */
.banner-section h1 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.banner-section p{
  color: burlywood ;
}

.book-button {
  background-color: burlywood; /* Darkish grey */
  color: rgb(91, 52, 1);
  border: none;
  padding: 15px 30px;
  font-size: 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bolder;
}

.book-button:hover {
  color: #b2914c; /* Darkish grey */
  background-color: bisque;
  border: 2px gray; /* Slightly lighter grey on hover */
}











.footer-section {
  color: #5c3a2b;
  padding: 20px 0; /* Adjusts the padding of the entire section */
}
.containera {
  width: 100%;
  height: 100%;
  padding: 50px;
}
.footer-heading {
  font-size: 28px;
  font-weight: bold;
  color: #5c3a2b;
}

.footer-divider {
  width: 50px;
  border-top: 2px solid #5c3a2b;
  margin: 5px auto; /* Reduces the space around the divider */
}

.list-unstyled {
  padding: 0;
  margin: 0; /* Removes extra padding and margin from the list */
}

.list-unstyled li {
  margin-bottom: 5px; /* Reduces gap between list items */
  color: rgb(91, 52, 1);
  font-size: 18px;
  font-weight: 500;
}

p {
  color: rgb(91, 52, 1);
  margin-bottom: 5px; /* Reduces gap between paragraphs */
  font-size: 18px;
  font-weight: 500;
}


.row > [class*='col-'] {
  margin-bottom: 10px; /* Reduces gap between columns */
}


.bg {
  background-color:rgb(91, 52, 1); /* Brown background color */
}