* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* background-color: #ede9e1; Light background for the page */
}

body {
    font-family: 'Playfair Display', serif;
    background-color: #ede9e1
}

.wrapper {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

.wrapper .static-txt{
    color: #e43c10;
    font-size: 60px;
    font-weight: 500;
}

.wrapper .dynamic-txts{
    margin-left: 15px;
    height: 90px;
    line-height: 90px;
    overflow: hidden;
}

.dynamic-txts li{
    list-style: none;
    color: #e43c10;
    font-size: 60px;
    font-weight: 500;
    position: relative;
    top: 0;
    animation: slide 12s steps(1) infinite;
}

@keyframes slide {
    100%{
        top: -360px;
    }
}

.dynamic-txts li span{
    position: relative;
    margin: 5px 0;
    line-height: 90px;
}

.dynamic-txts li span::after{
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ede9e1;
    border-left: 2px solid #e43c10;
    animation: typing 3s steps(10) infinite;
}

@keyframes typing {
    40%, 60%{
        left: calc(100% + 30px);
    }
    100%{
        left: 0;
    }
}



header {
    background: #333;
    color: #e43c10;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #ede9e1;
    /* border: #333 solid 1px; */
    box-shadow: #333 0 0 10px;
    
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
    /* height: 80px; */
    /* position: -webkit-sticky;
    position: sticky; */
    background-color: #ede9e1;
}

.logo {
  padding: 10px 0px;
            
        }
     
.logo img {
    width: 220px;
      border: 1px solid #e43c10;
    border-radius: 15px;
}

.logo h1 {
    font-size: 24px;
}

.nav-list {
    list-style: none;
    display: flex;
}

.nav-list li {
    margin: 0 15px;
}

.nav-list a {
    color: #e43c10;;
    text-decoration: none;
    font-weight: 500;
    font-size: 22px;
    font-family: emoji;
}
.nav-list a:hover {
    border-bottom: #000 solid 2px;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    height: 4px;
    width: 30px;
    background: #e43c10;
    margin: 3px 0;
    transition: 0.4s;
}

.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-slide {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: 100%;
    position: relative;
}

.carousel-item img {
    width: 100%;
    height: auto;
}

.carousel-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

 

/* video carousel section  */


#video-carousel {
    margin: 20px 0;
    text-align: center;
}

.video-carousel-container {
    position: relative;
    overflow: hidden;
    margin: auto;
}

.video-carousel-slide {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.video-carousel-item {
    min-width: 25%; /* Show 4 items in a row on larger screens */
    box-sizing: border-box;
    padding: 10px;
}

.video-carousel-item video {
    width: 100%;
    height: auto;
}

.video-caption {
    margin-top: 5px;
    font-weight: bold;
}

/* Navigation buttons */
.video-carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.video-prev {
    left: 10px;
}

.video-next {
    right: 10px;
}


/* about us section */
#about-us {
    margin: 40px 0;
    text-align: center;
    padding: 20px; /* Add padding to the section */
}

.about-us-container {
    display: inline-block;
    flex-direction: row; /* Default to column layout for small screens */
    align-items: center; /* Center items horizontally */
    justify-content: center; /* Center items vertically */
    max-width: 1200px; /* Maximum width for the container */
    margin: auto; /* Center the container on the page */
}

.about-us-image img {
    /* width: 100%; */
    /* max-width: 400px; Set a maximum width for the image */
    height: auto;
    border-radius: 10px; /* Optional: add border radius for styling */
}

.about-us-text {
    margin-top: 20px;
    padding: 0 20px;
}

.about-us-text h3 {
    margin-bottom: 10px;
    font-size: 1.5em; /* Increase font size for the heading */
}

.about-us-text p {
    font-size: 1em; /* Standard font size for the paragraph */
    line-height: 1.5; /* Improve readability with line height */
}


/* Number Counter Section */

#counter {
    margin: 40px 0;
    text-align: center;
}

.counter-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center the counter items */
}

.counter-item {
    margin: 20px;
    padding: 20px;
    /* border: 2px solid #000; */
    border-radius: 85px; /* Rounded corners */
    width: 150px; /* Fixed width for counter items */
    background-color: #f9f9f9; /* Light background color */
}

.counter {
    font-size: 2em; /* Larger font size for the counter */
    font-weight: bold; /* Bold font for emphasis */
    color: #333; /* Dark text color */
}

.counter p {
    margin-top: 10px; /* Space between number and text */
    font-size: 1em; /* Standard font size for description */
}

#services {
    margin: 40px 0;
    text-align: center;
}

.services-container {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next line */
    justify-content: center; /* Center the service boxes */
}

.service-box {
    background-color: #ede9e1; /* Light background for the boxes */
    /* border: 2px solid #000; Border for visual separation */
    border-radius: 10px; /* Rounded corners */
    margin: 15px; /* Margin around each box */
    padding: 20px; /* Padding inside each box */
    width: 250px; /* Fixed width for boxes */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); Shadow effect */
    transition: transform 0.4s; /* Smooth scaling on hover */
    text-align: center; /* Center text inside the boxes */
}

.service-box img {
    width: 100%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px; /* Rounded corners for images */
    margin-bottom: 10px; /* Space below the image */
}


.service-box:hover {
    transform: scale(1.05); /* Scale effect on hover */
}

.service-box h3 {
    margin-bottom: 10px; /* Space below the heading */
}

.service-box p {
    font-size: 0.9em; /* Slightly smaller font size for descriptions */
}

a{
    text-decoration: none;
    color: black;
}

#testimonials {
    margin: 40px 0;
    text-align: center;
}

.testimonial-container {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next line */
    justify-content: center; /* Center the testimonial items */
}

.testimonial-item {
    position: relative; /* Position for text overlay */
    margin: 15px; /* Margin around each item */
    width: 300px; /* Fixed width for testimonial items */
    overflow: hidden; /* Hide overflow for zoom effect */
    border-radius: 10px; /* Rounded corners */
    transition: transform 0.2s; /* Smooth scaling on hover */
}

.testimonial-item img {
    width: 100%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px; /* Rounded corners for images */
    transition: transform 0.2s; /* Smooth zoom effect */
}

.testimonial-item:hover img {
    transform: scale(1.1); /* Zoom effect on hover */
}

.testimonial-text {
    position: absolute; /* Overlay text on image */
    bottom: 10px; /* Position text at the bottom */
    left: 10px; /* Left position */
    right: 10px; /* Right position */
    background-color: rgba(0, 0, 0, 0.6); /* Dark background for text */
    color: #fff; /* White text color */
    padding: 10px; /* Padding for text */
    border-radius: 5px; /* Rounded corners for text box */
    opacity: 0; /* Start hidden */
    transition: opacity 0.3s; /* Smooth transition for visibility */
}

.testimonial-item:hover .testimonial-text {
    opacity: 1; /* Show text on hover */
}

/* Prepare for your big day with us */
#prepare {
    margin: 40px 0;
    text-align: center;
}

.prepare-container {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next line */
    justify-content: center; /* Center the prepare boxes */
}

.prepare-box {
    margin: 15px; /* Margin around each box */
    width: 150px; /* Fixed width for prepare boxes */
    position: relative; /* Positioning context for image */
}

/* Image styling */
.prepare-box img {
    width: 100%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
    border-radius: 50%; /* Make the image round */
}

.prepare-box {
    margin: 15px; /* Margin around each box */
    width: 150px; /* Fixed width for prepare boxes */
    position: relative; /* Positioning context for image */
}

/* Image styling */
.prepare-box img {
    width: 100%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
    border-radius: 50%; /* Make the image round */
    transition: 0.2s;
}
.prepare-box img:hover {
      transform: scale(1.1);
}


.prepare-box p {
    margin-top: 10px; /* Space between image and text */
    font-size: 1em; /* Font size for description */
    z-index: 1; /* Bring text above the rotating image */
    position: relative; /* Ensure text stays above the image */
}


/* Review Carousel Styles */
#review-carousel {
    margin: 40px 0;
    text-align: center;
}

.review-carousel {
    position: relative;
    overflow: hidden;
    width: 90%;
    max-width: 800px;
    margin: auto;
}

.review-images {
    display: flex;
    transition: transform 0.5s ease;
}

.review-item {
    flex: 0 0 50%; /* Show 2 reviews on larger screens */
    padding: 20px;
    box-sizing: border-box;
}

.review-item p {
    margin: 0;
}

.review-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.review-button {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    cursor: pointer;
    padding: 10px;
}

/* Contact Section Styles */
#contact {
    margin: 40px 0;
}

.contact-container {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap */
    justify-content: space-between; /* Space between form and map */
}

.contact-form {
    flex: 1;
    margin: 20px;
    min-width: 300px; /* Minimum width for smaller screens */
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form label {
    margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form button {
    background-color: #333;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.contact-form button:hover {
    background-color: #555; /* Darker on hover */
}

.google-map {
    flex: 1;
    margin: 20px;
}

/* article carousel */

/* Article Carousel Styles */
#article-carousel {
    margin: 40px 0;
    text-align: center;
}

.article-carousel {
    position: relative;
    overflow: hidden;
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

.article-images {
    display: flex;
    transition: transform 0.5s ease;
}

.article-item {
    flex: 0 0 33.33%; /* Show 3 articles on larger screens */
    padding: 20px;
    box-sizing: border-box;
}

.article-item img {
    width: 100%;
    height: auto;
    border-radius: 5px; /* Rounded corners for images */
}

.article-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.article-button {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    cursor: pointer;
    padding: 10px;
}

/* Footer Styles */
footer {
    background-color: #333;
    color: white;
    padding: 20px 0;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; /* Space out the divs */
    max-width: 1200px;
    margin: auto;
}

.footer-container div {
    flex: 1;
    padding: 10px;
    min-width: 250px; /* Minimum width for smaller screens */
    /* text-align: center; */
}

.footer-links ul {
    list-style-type: none; /* Remove bullet points */
    padding: 0;
}

.footer-links ul li {
    margin: 10px 0; /* Space between links */
}

.footer-links ul li a {
    color: white;
    text-decoration: none;
}

.footer-links ul li a:hover {
    text-decoration: underline; /* Underline on hover */
}






/* review section here */

/* From Uiverse.io by Yaya12085 */ 
.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 1);
  padding: 20px;
  max-width: 320px;
}

.stars {
  display: flex;
  grid-gap: 0.125rem;
  gap: 0.125rem;
  color: rgb(238, 203, 8);
}

.star {
  height: 1.25rem;
  width: 1.25rem;
}

.infos {
  margin-top: 1rem;
}

.date-time {
  color: rgba(7, 63, 216, 1);
  font-size: 12px;
  font-weight: 600;
}

.description {
  margin-top: 0.4rem;
  line-height: 1.625;
  color: rgba(107, 114, 128, 1);
}

.author {
  margin-top: 1.3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(107, 114, 128, 1);
}


        .enquiry-container {
          display: flex;
          justify-content: space-between;
          align-items: center;
          /* background-color: #333; */
          backdrop-filter: blur(30px);
          border: 2px solid rgba(254, 254, 254, 0.8);
          box-shadow: 10px 10px 20px #fad9d9, -10px -10px 20px #ddd;
          border-radius: 15px;
          padding: 50px 10px;
          margin: 100px 200px;
        }
        .enquiry-container-txt {
          color: black;
          font-size: 20px;
          padding: 10px;
        }
        .enquiry-container-btn {
          color: #fff;
          font-size: 20px;
          padding: 10px;
        }



        /* From Uiverse.io by PriyanshuGupta28 */ 
.pushable {
  position: relative;
  background: transparent;
  padding: 0px;
  border: none;
  cursor: pointer;
  outline-offset: 4px;
  outline-color: deeppink;
  transition: filter 250ms;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.shadow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: hsl(226, 25%, 69%);
  border-radius: 8px;
  filter: blur(2px);
  will-change: transform;
  transform: translateY(2px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.edge {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(
    to right,
    #e43c10,
    #e43c10,
    #e43c10,
    #e43c10
  );
}

.front {
  display: block;
  position: relative;
  border-radius: 8px;
  background: #e43c10;
  padding: 16px 32px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  transform: translateY(-4px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.pushable:hover {
  filter: brightness(110%);
}

.pushable:hover .front {
  transform: translateY(-6px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.pushable:active .front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.pushable:hover .shadow {
  transform: translateY(4px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.pushable:active .shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.pushable:focus:not(:focus-visible) {
  outline: none;
}


 .call-btn {
        display: flex;
        border: 1px solid red;
        border-radius: 10px;
        margin: 10px;
        align-items: center;
        text-align: center;
        background-color: #e43c10;
      }

      .call-btn .text {
        padding: 10px 10px 10px 0px;
        font-weight: 500;
      }
      .call-btn .icon {
        padding: 10px;
        animation: blinker 1s linear infinite;
        color: white;
      }
      .call-btn .text a {
        font-size: 20px;
        font-weight: 600;
        color: white;
        animation: blinker 1s linear infinite;
      }

      /* @keyframes blinker {
        50% {
          opacity: 0.3;
        }
        100% {
          opacity: 1;
        }
        } */


        .hero-section {
  background-image: url('../../images/Welcome\ to\ Mannat\ Band\ gif.gif'); /* Dummy image URL */
  height: 35vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero-text {
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  text-align: center;
}
