@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Borisna";
  src: url("./assets/fonts/Borisna.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #fff5e9;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins";
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

/* Prevent overflow by making sure width includes padding and border */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.floating-buttons {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  outline: none;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

.floating-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
  position: relative;
}

.floating-btn:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.floating-btn i {
  font-size: 28px;
  color: white;
}

.whatsapp-btn {
  background-color: #25d366;
  text-decoration: none;
}

.call-btn {
  background-color: var(--primary-color);
  text-decoration: none;
}

.youtube-btn {
  background-color: white;
  text-decoration: none;
}

.floating-btn::after {
  content: attr(data-tooltip);
  position: absolute;
  right: 70px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.floating-btn:hover::after {
  opacity: 1;
  right: 75px;
}

@media (max-width: 768px) {
  .floating-buttons {
    bottom: 20px;
    right: 20px;
  }

  .floating-btn {
    width: 50px;
    height: 50px;
  }

  .floating-btn i {
    font-size: 24px;
  }
}

.book-now-btn {
  padding: 10px 25px;
  margin-right: 2vw;
  border-radius: 30px;
  background: linear-gradient(45deg, #f4b86f, #a27158, #5c0469);
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  white-space: nowrap;
}

.book-now-btn:hover {
  background: linear-gradient(45deg, #5c0469, #a27158, #f4b86f);
}
.wave-container {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  position: relative;
  z-index: 1;
}

.wave-container svg {
  display: block;
  width: 100%;
  height: 100px;
}
.nav-component {
  width: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 5%;
  background: transparent;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-component .nav-logo {
  height: 12.5vh;
  width: 12.5vh;
  margin-left: 0.5vw;
  background: url("./assets/logo2.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-links {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  flex: 1.2;
  min-width: "70%";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53%;
  border-radius: 30px;
}

.nav-links ul {
  list-style: none;
  display: flex;
  color: white;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 10px;
  padding: 0px;
}

.nav-links ul li a.active {
  box-shadow: 0 5px 15px black;
  color: white;
  background: transparent;
  padding: 8px 16px;
  font-weight: 400;
  border-radius: 20px;
}

.nav-links ul li a {
  text-decoration: none;
  color: white;
  font-size: 0.75vw;
}

.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 25px;
  cursor: pointer;
  margin-right: 20px;
}

.hamburger-menu .bar {
  width: 100%;
  height: 4px;
  background-color: white;
  border-radius: 5px;
}
.hero-section {
  width: 100%;
  height: 100vh; /* Full viewport height */
  background: url("https://desiweds.com/wp-content/uploads/2021/11/wedding-decorator-style-budget-hero-scaled.jpg")
    center center/cover no-repeat;
  position: relative;
  display: flex;
  flex-direction: column; /* Stack nav and content vertically */
  align-items: center;
  justify-content: flex-start; /* Align nav at the top */
  text-align: center;
  color: rgb(0, 0, 0);
  overflow: hidden;
  z-index: 0;
}
.hero-section-gallery {
  width: 100%;
  height: 100vh; /* Full viewport height */
  background: url("https://marketplace.canva.com/EAFCv95os60/1/0/1600w/canva-black-white-minimalist-wedding-photo-collage-6zunuILMPAc.jpg")
    center center/cover no-repeat;
  position: relative;
  display: flex;
  flex-direction: column; /* Stack nav and content vertically */
  align-items: center;
  justify-content: flex-start; /* Align nav at the top */
  text-align: center;
  color: rgb(0, 0, 0);
  overflow: hidden;
  z-index: 0;
}
.hero-section-about {
  width: 100%;
  height: 100vh; /* Full viewport height */
  background: url("https://www.theknot.com/tk-media/images/72241d24-e14d-4cca-98a6-9af1d06b95cf.jpg")
    center center/cover no-repeat;
  position: relative;
  display: flex;
  flex-direction: column; /* Stack nav and content vertically */
  align-items: center;
  justify-content: flex-start; /* Align nav at the top */
  text-align: center;
  color: rgb(0, 0, 0);
  overflow: hidden;
  z-index: 0;
}
.hero-section-pricing {
  width: 100%;
  height: 100vh; /* Full viewport height */
  background: url("https://symphonyevents.com.au/wp-content/uploads/2021/08/Wedding-0762-scaled.jpg  ")
    center center/cover no-repeat;
  position: relative;
  display: flex;
  flex-direction: column; /* Stack nav and content vertically */
  align-items: center;
  justify-content: flex-start; /* Align nav at the top */
  text-align: center;
  color: rgb(0, 0, 0);
  overflow: hidden;
  z-index: 0;
}
.hero-section-contact {
  width: 100%;
  height: 100vh; /* Full viewport height */
  background: url("https://blog.venuelook.com/wp-content/uploads/2024/01/Indian-wedding-grand-celebration.jpg")
    center center/cover no-repeat;
  position: relative;
  display: flex;
  flex-direction: column; /* Stack nav and content vertically */
  align-items: center;
  justify-content: flex-start; /* Align nav at the top */
  text-align: center;
  color: rgb(0, 0, 0);
  overflow: hidden;
  z-index: 0;
}
.hero-section-services {
  width: 100%;
  height: 100vh; /* Full viewport height */
  background: url("https://luxaus.au/wp-content/uploads/2024/04/OP8_1807-1024x683.jpg")
    center center/cover no-repeat;
  position: relative;
  display: flex;
  flex-direction: column; /* Stack nav and content vertically */
  align-items: center;
  justify-content: flex-start; /* Align nav at the top */
  text-align: center;
  color: rgb(0, 0, 0);
  overflow: hidden;
  z-index: 0;
}
.hero-section-book {
  width: 100%;
  height: 100vh; /* Full viewport height */
  background: url("https://www.shaadidukaan.com/vogue/wp-content/uploads/2025/02/south-indian-wedding-3-6.webp")
    center center/cover no-repeat;
  position: relative;
  display: flex;
  flex-direction: column; /* Stack nav and content vertically */
  align-items: center;
  justify-content: flex-start; /* Align nav at the top */
  text-align: center;
  color: rgb(0, 0, 0);
  overflow: hidden;
  z-index: 0;
}
#preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff4e9; /* Match hero background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Above everything */
  transition: opacity 0.5s ease;
}

.loader-text {
  font-size: 1.5rem;
  font-weight: 900;
  color: #5c0469; /* Gradient color */
  animation: fadeText 1.5s ease-in-out infinite alternate;
  text-align: center;
}

@keyframes fadeText {
  0% {
    opacity: 0.2;
    letter-spacing: 2px;
  }
  100% {
    opacity: 1;
    letter-spacing: 8px;
  }
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 1000px;
  padding: 0 10px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
  z-index: 1; /* Above the background image but below content */
}

.hero-content h1 {
  font-size: 4vw;
  font-weight: 500;
  animation: fadeDown 1s ease-in-out;
  margin: auto;
  color: white;
  text-align: center;
}

.hero-content p {
  font-size: 1vw;
  margin-bottom: 30px;
  font-weight: 400;
  color: white;
  animation: fadeDown 1.5s ease-in-out;
}

.hero-btn {
  padding: 12px 30px;
  font-size: 1.2rem;
  background: linear-gradient(45deg, #f4b86f 0%, #a27158 50%, #5c0469 100%);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  margin-top: 20px;
}

.hero-btn:hover {
  background: linear-gradient(45deg, #5c0469 0%, #a27158 50%, #f4b86f 100%);
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* Responsive */
@media screen and (max-width: 768px) {
  .hero-content h1 {
    font-size: 9vw;
    z-index: 0 !important;
  }

  .hero-content p {
    font-size: 4vw;
    z-index: 0 !important;
  }

  .hero-text {
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 0 15px;
  }

  /* Keep your button styles */
  .hero-btn {
    font-size: 1rem;
    padding: 12px 30px;
    margin-top: 20px; /* Adds space above the button */
  }
}

@media screen and (max-width: 500px) {
  .hero-btn {
    display: block;
    width: 60vw;
    font-size: 1.2rem;
    padding: 18px 0;
    text-align: center;
    border-radius: 40px;
    box-shadow: 0 2px 10px rgba(92, 4, 105, 0.15);
  }
}

.services-section {
  padding: 50px 5%;
  text-align: center;
  background-color: fff4e9;
  animation: fadeInSection 1s ease forwards;
  opacity: 0;
  background-size: cover;
}
.services-section img {
  height: 48px;
  margin-top: -15px;
}
.gallery-section {
  padding: 50px 5%;
  text-align: center;
  background-color: fff4e9;
  animation: fadeInSection 1s ease forwards;
  opacity: 0;
  background-size: cover;
}
.gallery-section img {
  height: 48px;
  margin-top: -15px;
}
.testimonials-section {
  padding: 50px 5%;
  text-align: center;
  background-color: fff4e9;
  animation: fadeInSection 1s ease forwards;
  opacity: 0;
  background-size: cover;
}
.testimonials-section img {
  height: 48px;
  margin-top: -15px;
}
.why-us {
  padding: 50px 5%;
  text-align: center;
  background-color: fff4e9;
  animation: fadeInSection 1s ease forwards;
  opacity: 0;
  background-size: cover;
}
.why-us img {
  height: 48px;
  margin-top: -15px;
}

@keyframes fadeInSection {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.services-section h2 {
  font-size: 2.4vw;
  font-family: "Borisna";
  -webkit-background-clip: text;
  background-clip: text;
  color: rgb(0, 0, 0);
  margin-bottom: 50px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.service-card {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  cursor: pointer;
}

.card-overlay {
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* vertical center */
  align-items: center;
  /* horizontal center */
  color: white;
  text-align: center;
  transition: all 0.4s ease;
  box-sizing: border-box;
}

.card-overlay h3 {
  font-size: 1.8vw;
  font-weight: 700;
  margin: 0 0 10px;
  z-index: 2;
  font-family: "Borisna";
  transition: all 0.4s ease;
  text-align: center;
  max-width: 90%;
}

.card-overlay p {
  font-size: 1vw;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  max-width: 80%;
  text-align: center;
  word-wrap: break-word;
}

/* Hover effect */
.service-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.service-card:hover .card-overlay {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

.service-card:hover .card-overlay p {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media screen and (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-overlay h3 {
    font-size: 5vw;
  }

  .card-overlay p {
    font-size: 3.5vw;
  }

  .services-section h2 {
    font-size: 7vw;
  }
}

@media screen and (max-width: 500px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.photo-card {
  position: absolute;
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  animation: float 6s ease-in-out infinite;
  z-index: 2;
  margin-top: 70px;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.photo-card:hover img {
  transform: scale(1.1);
}

/* Positions */
.card-top-left {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.card-top-right {
  top: 10%;
  right: 5%;
  animation-delay: 1s;
}

.card-bottom-left {
  bottom: 10%;
  left: 8%;
  animation-delay: 2s;
}

.card-bottom-right {
  bottom: 10%;
  right: 8%;
  animation-delay: 3s;
}

/* Floating Animation */
@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* Hide cards on very small screens */
@media screen and (max-width: 768px) {
  .photo-card {
    display: none;
  }
}

.section-title {
  text-align: center;
  font-size: 2.2vw;
  color: black;
  margin: 50px 0 30px;
  font-family: "Borisna";
  animation: fadeInDown 1s ease-in-out;
}
.gallery-slider {
  overflow: hidden;
  width: 100%;
  padding: 0 5vw 50px;
}

.gallery-track {
  display: flex;
  gap: 20px;
  animation: scrollGallery 30s linear infinite;
  width: max-content;
}

.gallery-track img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}

@keyframes scrollGallery {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Testimonials */
.testimonials {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 5vw 50px;
  animation: fadeInUp 1.2s ease-in-out;
}

.testimonial-card {
  background: #fff5e9;
  border-radius: 12px;
  padding: 25px;
  max-width: 300px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-10px);
}

.testimonial-card p {
  font-style: italic;
}

/* Why Us */
.why-us .reasons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
  animation: fadeInUp 1.2s ease-in-out;
}

.reason-box {
  padding: 20px 30px;
  background: #fff5e9;
  border: 2px solid #f4b86f;
  border-radius: 10px;
  font-weight: 600;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
}

.reason-box:hover {
  background: #f4b86f;
  color: white;
}

/* CTA */
.cta-section {
  text-align: center;
  background: linear-gradient(45deg, #f4b86f, #a27158, #5c0469);
  color: white;
  padding: 60px 20px;
  border-radius: 10px;
  margin: 50px 5vw;
  animation: fadeInZoom 1.2s ease-in-out;
}

.cta-button {
  padding: 12px 30px;
  background: white;
  color: #5c0469;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  margin-top: 20px;
}

.cta-button:hover {
  background: #5c0469;
  color: white;
}

/* Animations */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInZoom {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes h1 {
  from {
    filter: blur(100px);
    transform: scale(0.5);
    margin-top: -5vw;
  }

  to {
    filter: blur(0);
    transform: scale(1);
    margin-top: 2.5vw;
  }
}

.about-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 5%;
  gap: 5%;
  background-color: #fff5e9;
}

.about-content {
  flex: 1;
  animation: fadeLeft 1s ease;
}

.about-content h2 {
  font-size: 3vw;
  background-image: linear-gradient(
    45deg,
    #f4b86f 0%,
    #a27158 49%,
    #5c0469 99.4%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 1.2vw;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.8;
}

.about-btn {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(45deg, #f4b86f 0%, #a27158 50%, #5c0469 100%);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.about-btn:hover {
  background: linear-gradient(45deg, #5c0469 0%, #a27158 50%, #f4b86f 100%);
}

.about-image {
  flex: 1;
  animation: fadeRight 1s ease;
}

.about-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* Animations */
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .about-section {
    flex-direction: column;
    padding: 50px 20px;
    text-align: center;
  }

  .about-content h2 {
    font-size: 7vw;
  }

  .about-content p {
    font-size: 4vw;
    text-align: justify;
  }

  .about-image {
    margin-top: 30px;
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(25px);
  }
}

.event-div {
  width: 90%;
  margin: 2.5vw auto;
  color: #eee;
}

.event-card {
  background-color: #6c4b344f;
  backdrop-filter: blur(4.8px);
  color: white;
  border-radius: 8px;
  padding: 15px;
  transition: transform 0.3s ease-in-out;
}

.event-card:hover {
  transform: scale(1.05);
}

.event-card h3 {
  font-family: "Borinsa";
  font-size: 1.2em;
  margin-bottom: 10px;
}

.event-card p {
  font-size: 1.1em;
  line-height: 1.6;
}

.container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5vw;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox.show {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 80%;
}

.lightbox img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

@media only screen and (max-width: 765px) {
  .event-grid {
    grid-template-columns: 1fr;
    grid-gap: 4vw;
  }

  .event-card {
    padding: 10px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100vw;
    align-items: center;
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 13vh;
    height: fit-content;
    left: 0;
    padding: 50px 0;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  }

  .nav-links.active {
    display: flex;
    width: 100vw;
    z-index: 99999;
    height: auto;
    margin-left: 0;
  }

  .nav-links ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    width: 100%;
  }

  .nav-links ul li a {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 500;
    padding: 8px 0;
    border-radius: 12px;
    width: 70vw;
    text-align: center;
    margin: 0 auto;
  }

  .hero-section {
    position: relative;
    z-index: 1;
  }

  .hamburger-menu {
    display: flex;
  }

  .nav-component .nav-logo {
    height: 12vh;
    width: 11.5vh;
  }
}

.footer {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4.8px);
  height: 35vh;
  padding: 15px;
  width: 95%;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.footer-event-info {
  display: flex;
  flex-direction: column;
  flex: 0.4;
  align-items: center;
  justify-content: center;
}

.footer-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0.25;
  padding: 10px;
}

.footer-event-info .footer-para {
  color: rgb(0, 0, 0);
  width: fit-content;
  font-size: 0.9vw;
}

.footer-event-info ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 0.5vw;
  margin-left: -25vw;
  padding: 0 20px;
}

.footer-event-info ul li {
  margin: 10px 20px;
}

.footer-icon-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer-icon-flex .icon-1 {
  background: url("./assets/logo2.svg");
  background-size: cover;
  background-position: center;
  height: 10vh;
  width: 10vh;
  background-repeat: no-repeat;
}

.footer-icon-flex .icon-2 {
  background-size: cover;
  background-position: center;
  height: 10vh;
  width: 30vh;
  background-repeat: no-repeat;
}

.footer-icon-flex .line {
  font-size: 1.75vw;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.05);
}

.footer-uni {
  width: fit-content;
  font-size: 0.9vw;
  color: rgb(0, 0, 0);
}

.footer-links {
  list-style: none;
}

.footer-links .header {
  font-weight: 600;
  color: rgb(0, 0, 0);
  font-size: 1.2vw;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  background-image: linear-gradient(
    45deg,
    #f4b86f 0%,
    #a27158 49%,
    #5c0469 94.4%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.1vw;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .footer {
    flex-direction: column;
    height: fit-content !important;
    width: 85%;
    padding: 20px;
  }

  .footer-info .footer-uni {
    font-size: 3.5vw;
  }

  .footer-event-info .footer-para {
    font-size: 3.5vw;
    margin-left: 2.5vw;
  }

  .footer-icon-flex .line {
    font-size: 5vw;
    color: rgba(255, 255, 255, 0.75);
  }

  .footer-icon-flex {
    padding-bottom: 5vw;
  }

  .footer-event-info ul {
    margin-left: -40vw;
    margin-top: 5vw;
  }

  .footer-links {
    margin-left: -77.5vw;
  }

  .footer-links .header {
    font-size: 3.5vw !important;
  }

  .footer-links li a {
    font-size: 3vw;
  }
}

.search {
  background: rgba(255, 255, 255, 0.05);
  padding: 15px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition: all 0.4s ease;
  font-family: "Inter", sans-serif;
  color: #eee;
  width: 20vw;
  border-radius: 10px;
  cursor: auto;
}

.search::placeholder {
  color: rgba(255, 255, 255, 0.05);
}

.search:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.08);
}

@media only screen and (max-width: 768px) {
  .search {
    width: 100%;
  }
}

.brochure-link {
  text-decoration: none;
  background-image: linear-gradient(
    45deg,
    #f4b86f 0%,
    #a27158 41.9%,
    #5c0469 84.4%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@keyframes h1 {
  from {
    filter: blur(100px);
    transform: scale(0.8);
    /* A smoother scale-up from smaller */
    margin-top: 0;
    /* Start from a default position */
  }

  to {
    filter: blur(0);
    transform: scale(1);
    margin-top: 1.5vw;
    /* End at a more natural position */
  }
}

@keyframes image {
  from {
    filter: blur(100px);
    transform: scale(1.1);
    /* A slight zoom-out at the start */
    margin-top: -23.5vw;
    /* Adjusting the initial position for a smoother effect */
  }

  to {
    filter: blur(0);
    transform: scale(1);
    /* Scaling to its normal size */
    margin-top: -31vw;
    /* End at the adjusted position */
  }
}

@media only screen and (max-width: 765px) {
  html,
  body {
    width: 100%;
    height: 100%;
    margin: 0%;
    padding: 0%;
    overflow-x: hidden;
  }
}

.contact-div h1 {
  font-size: 5vw;
  background-image: linear-gradient(
    45deg,
    #f4b86f 0%,
    #a27158 49%,
    #5c0469 99.4%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-left: 5vw;
}

.contact-div .contact-card {
  height: 92.5vh;
  background-color: #6c4b3418;
  border-radius: 10px;
  padding: 10px;
  width: 90%;
  margin-left: 5%;
  margin-top: 2.5vw;
  backdrop-filter: blur(5.6px);
  margin-bottom: 5vw;
  border: 2px solid rgba(255, 255, 255, 0.05);
}

.contact-div .contact-card .contact {
  color: black;
}

.contact-div .contact-card .contact p {
  margin-left: 2.5vh;
}

.contact-div .contact-card .contact p span {
  font-size: 1.1vw;
  font-weight: 600;
  background-image: linear-gradient(
    45deg,
    #f4b86f 0%,
    #a27158 49%,
    #5c0469 99.4%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media only screen and (max-width: 765px) {
  .contact-div h1 {
    font-size: 10vw;
  }

  .contact-div .contact-card .contact p span {
    font-size: 5vw;
  }

  .contact-div .contact-card {
    height: 100vh;
    margin-left: 1.5vw;
  }
}

.event-btn {
  padding: 10px;
  border-radius: 10px;
  color: #eee;
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.05);
  font-family: "Poppins", sans-serif;
}
#community-grid .event-card {
  width: 15vw !important;
  height: fit-content !important;
  text-align: center;
}

#community-grid {
  width: 75%;
  margin-left: 15%;
}

@media only screen and (max-width: 768px) {
  #community-grid {
    width: 100%;
    margin-left: 17.5vw;
  }

  #community-grid .event-card {
    width: 60% !important;
    height: 85vw !important;
    text-align: center;
    margin-bottom: 5vw;
  }

  #community-grid .event-card p {
    margin-top: -3.5vw;
  }
}

.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 700px;
  position: relative;
}

.timeline__content-title {
  font-weight: normal;
  font-size: 56px;
  margin: -20px 0 0 0;
  transition: 0.4s;
  padding: 0 10px;
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
}

.timeline__content-desc {
  margin: 0 10px;
  font-size: 15px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  line-height: 25px;
}

.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}

@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}

.timeline-item {
  padding: 40px 0;
  opacity: 0.3;
  filter: blur(2px);
  transition: 0.5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
}

.timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 56px);
}

.timeline-item:nth-child(even) {
  align-self: flex-end;
}

.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}

.timeline__content-title {
  margin: -50px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }

  .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    width: 60px;
    border: none !important;
  }

  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}

.timeline__img {
  max-width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}

.timeline-container {
  width: 100%;
  position: relative;
  top: -25px;
  padding-top: 25px;
  padding-bottom: 25px;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}

.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  content: "";
}

.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.timeline-header__title {
  color: #fff;
  font-size: 46px;
  margin: 0;
}

.timeline-header__subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
}
