@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Vidaloka&display=swap");

.vidaloka-regular {
  font-family: "Vidaloka", serif;
  font-weight: 400;
  font-style: normal;
}

.oswald-regular {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
li,
a {
  margin-bottom: 0px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  margin: 5px 0;
}

ul li a {
  text-decoration: none;
  color: #000;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
}

.section {
  padding-top: 10%;
  padding-bottom: 10%;
  height: 100%;
  width: 100%;
  background: linear-gradient(187deg, #ffac25, #ffab32, #ffb100);
  
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #ffffff;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #a61b18;
  border: 2px solid #ffffff;
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
}

/* Hero Section */
.side-animation {
  position: absolute;
  top: 15%;
  width: 90% !important;
  height: auto !important;
  object-fit: contain;
  z-index: 0;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.image-rotate {
  animation: rotate 30s linear infinite;
  object-position: right;
  left: -50%;
}

@keyframes rotate-ant {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.image-rotate-ant {
  animation: rotate-ant 30s linear infinite;
  object-position: left;
  right: -50%;
}

.hero-text {
  font-size: 15px;
  line-height: 1.4;
  padding: 5px 35px 5px 35px;
  color: #8c5308;
  font-weight: 400;
  font-size: 17px;
  padding: 10px;
  color: #e75f02;
  font-family: "Vidaloka", serif;
}

.para-text {
  font-size: 15px;
  line-height: 1.4;
  padding: 5px 35px 5px 35px;
  color: #333333 !important ;
  font-weight: 400;
  font-size: 15px;
  padding: 10px 60px 10px 60px;
  color: #7e4108;
  font-family: "Vidaloka", serif;
}
.paragraph-text {
  /* font-size: 15px; */
  line-height: 1.4;
  /* padding: 5px 150px;   */
  color: #333333 !important  ;
  font-weight: 400;
  font-size: 16px;
  /* padding: 10px 60px 10px 60px; */
  color: #7e4108;
  font-family: "Vidaloka", serif;
}

.text-dark {
  color: #0e3d6b !important;
}
.left-border,
.right-border {
  height: 2px;
  width: 20%;

  margin: 0px 15px;
  border-radius: 10px;
}

.left-border {
  background: linear-gradient(270deg, #4d0605, #4d0605, #00000000);
}
.right-border {
  background: linear-gradient(-270deg, #4d0605, #4d0605, #00000000);
}

.timeline-table tr {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.timeline-table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.schedule-date h1 {
  color: #0e3d6b;
  font-size: 35px;
  font-family: "Vidaloka", serif;
}
.schedule-date h4 {
  color: #ef4402;
  font-size: 25px;
  margin-top: -6px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Oswald", serif;
}
.schedule-info {
  padding-left: 20px;
  text-align: left;
}
.schedule-info h4 {
  color: #0e3d6b;
  font-size: 15px;
  font-family: "Vidaloka", serif;
  font-weight: 500;
}
.schedule-info p {
  color: #0e3d6b;
  font-size: 11px;
  font-weight: 400;
  line-height: 0.9;
}
.plan {
  background: url(images/bg-pro.png);
  width: 100%;
  height: 202px;
  background-size: 100%;
  padding-top: 50px;
  color: #ffffff;
  margin-top: 30px;
}
.plan h1 {
  font-size: 16px;
}
.plan p {
  font-size: 10px;
  padding: 0px 20px 0px 20px;
}

@media (min-width: 1300px) {
  .plan {
    background: url(images/bg-pro.png);
    width: 100%;
    height: 350px;
    background-size: 100%;
    padding-top: 200px;
    color: #ffffff;
    margin-top: 30px;
    cursor: pointer;
  }

  .image-rotate-ant {
    animation: rotate-ant 30s linear infinite;
    object-position: left;
    right: -26%;
  }
  .image-rotate {
    animation: rotate 30s linear infinite;
    object-position: right;
    left: -26%;
  }
  .side-animation {
    position: absolute;
    top: 5%;
    width: 51% !important;
    height: auto !important;
    z-index: 0;
  }

  .height-about {
    height: 200px;
  }
}

.hero-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .hero-img {
    max-width: 90%;
  }

  .hero-section {
    display: flex;
    flex-direction: column;
    padding-top: 10%;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
  }

  .footer-desc {
    margin-top: 20px;
  }

  .guest img {
    height: 130px !important;
    width: 130px !important;
    object-position: top;
    object-fit: cover;
    box-shadow: 0px 0px 0px 8px #ffffff;
  }
}

@media (max-width: 480px) {
  .thumb.image-eventlist img {
    max-width: 250px !important;
  }
  .hero-img {
    max-width: 70%;
  }
  .section {
    padding-top: 15%;
    padding-bottom: 15%;
    height: 100%;
    width: 100%;
    background-color: #fffbec;
  }
  .footer {
    padding-top: 10% !important;
  }
  .join-button {
    font-size: 0.7rem !important;
    padding: 0.6rem 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  /*.join-button {*/
  /*  font-size: 0.7rem !important;*/
  /*  padding: 0.6rem 0.8rem;*/
  /*  cursor: pointer;*/
  /*  transition: all 0.3s ease;*/
  /*}*/

  /*.join-button {*/
  /*  background-color: #e75f02;*/
  /*  border: 1.5px solid #e75f02;*/
  /*  color: rgb(243, 245, 249);*/
  /*}*/

  /*.join-button:hover {*/
  /*  background-color: transparent;*/
  /*  color: #0e3d6b;*/
  /*  border: 1.5px solid #0e3d6b;*/
  /*}*/
  .pop-upimage {
    max-width: 80% !important;
    max-height: 74%;
    border-radius: 8px;
  }

  .close-icon {
    position: absolute;
    top: 27px !important;
    right: 36px !important;
    width: 45px;
    background: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .hero-img {
    max-width: 30% !important;
  }
}

@media (min-width: 769px) {
  .hero-img {
    max-width: 25% !important;
  }
  .hero-section {
    display: flex;
    flex-direction: column;
    padding-top: 10%;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
  }

  center .btn-section {
    width: 170px;
    height: 50px;
    font-size: 20px;
  }

  .schedule-date h1 {
    color: #0e3d6b;
    font-size: 40px;
    font-family: "Vidaloka", serif;
  }
  .schedule-date h4 {
    color: #ef4402;
    font-size: 30px;
    margin-top: -6px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Oswald", serif;
  }

  .schedule-info h4 {
    color: #0e3d6b;
    font-size: 25px;
    font-family: "Vidaloka", serif;
    font-weight: 500;
  }
  .schedule-info p {
    color: #0e3d6b;
    font-size: 15px;
    font-weight: 400;
    line-height: 0.9;
  }
}

.btn-section {
  width: 100px;
}

html {
  scroll-behavior: smooth;
}

.galleries {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  margin: 10px;
}
.gallery-item {
  display: flex;
  flex-direction: column;
  width: 33.33%;
  padding: 5px;
  filter: grayscale(0.2) sepia(0.2);
}
.gallery-item img {
  height: 100px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  border: 5px solid #ffffff;
  filter: drop-shadow(2px 4px 10px #ffffff80) opacity(0.9);
}

@media (min-width: 500px) {
  .galleries .gallery-item img {
    height: 300px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
    filter: drop-shadow(2px 4px 10px #ffffff80) opacity(0.9);
  }
}

@media (min-width: 991px) {
  .galleries {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    margin: 50px;
  }
  .gallery-item {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 5px;
    filter: grayscale(0.2) sepia(0.2);
    box-sizing: border-box;
  }

  .galleries .gallery-item img {
    height: 300px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
    filter: drop-shadow(2px 4px 10px #ffffff80) opacity(0.9);
  }
  .guest .guest-img {
    height: 250px;
    width: 250px;
    object-position: top;
    object-fit: cover;
    box-shadow: 0px 0px 0px 8px #ffffff;
  }
  .plan {
    background: url(images/bg-pro.png);
    width: 80%;
    height: 350px;
    background-size: 100%;
    padding-top: 105px;
    color: #ffffff;
    margin-top: 30px;
    cursor: pointer;
  }
  .plan h1 {
    font-size: 30px;
  }
  .plan p {
    font-size: 20px;
  }
  .event-pad {
    padding: 0px 40px;
  }
  .guests {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap !important;
    flex-direction: row;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    margin-bottom: 50px;
    gap: 30px;
  }
  .paragraph-text {
    /* font-size: 15px; */
    line-height: 1.4;
    padding: 5px 150px;
    color: #8c5308;
    font-weight: 400;
    font-size: 16px;
    /* padding: 10px 60px 10px 60px; */
    color: #7e4108;
    font-family: "Vidaloka", serif;
  }
}

.guests {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  margin-bottom: 50px;
  gap: 28px;
}
.guest {
  display: flex;
  flex-direction: column;
  text-shadow: -2px 3px 20px #ffffff;
}
.guest {
  align-items: center;
}
/* .guest img{
  height:160px;
  width:160px;
  object-position: top;
  object-fit: cover;
  box-shadow: 0px 0px 0px 8px #ffffff;
} */
.guest-name {
  margin-top: 10px;
  font-size: 25px;
  font-weight: 600;
  color: #0e3d6b;
  font-family: "Vidaloka", serif;
}
.guest-desc {
  color: #e75f02;
  font-family: "Oswald", serif;
}

h1 {
  font-size: 30px;
}

@media (min-width: 765px) {
  h1 {
    font-size: 40px;
  }

  .hero-text {
    font-size: 15px;
    line-height: 1.4;
    padding: 5px 35px 5px 35px;
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(120, 40, 0, 0.7);
    font-weight: 400;
    font-size: 18px;
    padding: 10px;
    color: #e75f02;
    font-family: "Vidaloka", serif;
  }
}

.bg-event {
  background-color: #fff5de;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.heartbeat-animation {
  animation: heartbeat 1.5s ease-in-out infinite;
  transform-origin: center;
}

/* Base styles for the button */
.glitter-button {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #e75f02;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

/* Glitter animation */
.glitter-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 150%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-30deg);
  animation: glitter 2s infinite;
  z-index: 1;
}

/* Glitter animation keyframes */
@keyframes glitter {
  0% {
    left: -150%;
  }
  50% {
    left: 0%;
  }
  100% {
    left: 150%;
  }
}

/* Add hover effects for better interaction */
.glitter-button:hover {
  background: linear-gradient(45deg, #ff4b2b, #e75f02);
  /* box-shadow: 0 0 15px #ff416c, 0 0 30px #ff4b2b; */
  transform: scale(1.05);
}

/* Mobile-specific styles (for small screens) */
@media only screen and (max-width: 768px) {
  .galleries {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .gallery-item {
    flex: 1 1 calc(33.33% - 20px); /* 3 items per row with space between them */
    padding: 10px;
    box-sizing: border-box;
  }

  .gallery-img {
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
  }
}

.images-look {
  border-radius: 10%;
  border: 5px solid #fff;
}

.image-container {
  position: relative;
  overflow: hidden;
  border-radius: 15px; /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Subtle shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth animation */
}

.image-container:hover {
  transform: scale(1.05); /* Slight zoom on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */
}

.image-container img {
  width: 100%; /* Ensure the image fills the container */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Remove extra space under the image */
  border-radius: 15px; /* Match container's rounded corners */
}

.about {
  position: relative;
  background: url(../assets/images/durga.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}

.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.862);
  z-index: 1;
}

.about > * {
  position: relative;
  z-index: 2;
}

/* Preloader Styles */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9); /* Slight transparency for background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  cursor: wait;
}

.animation-preloader {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.spinner {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #ff5722; /* Spinner color */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Text animation for letters */
.txt-loading {
  display: flex;
  gap: 5px;
  font-size: 36px;
  font-weight: bold;
  margin-top: 20px;
}

.letters-loading {
  opacity: 0;
  transform: translateY(20px);
  animation: letterFade 1s ease-out forwards;
}

@keyframes letterFade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Preloader Text */
.loading {
  font-size: 18px;
  margin-top: 15px;
  color: #333;
}

/* Animation for loader */
.loader {
  display: none;
}

.loader-section {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #ff5722;
  margin-top: 20px;
}

.loader-section .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ff5722;
  animation: loaderAnimation 1.5s infinite ease-in-out;
}

@keyframes loaderAnimation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/* Showing the loader animation */
body.loaded #preloader {
  display: none;
}

.planning {
  position: relative;
  background: url(../assets/images/event-ban2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}

.planning::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.848);
  z-index: 1;
}

.planning > * {
  position: relative;
  z-index: 2;
}

.footer {
  position: relative;g
  background: url(../assets/images/herobg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.621);
  z-index: 1;
}

.footer > * {
  position: relative;
  z-index: 2;
}

#navbar{
    box-shadow:none !important;
}
@media (max-width: 800px) {
    .hamburger {
        display: flex;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        height: 50px;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
        background: #e75f02;
        width: 50px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding: 10px 8px 18px 5px;
        border-radius: 50%;
    }
}
.hamburger div {
    width: 25px;
    height: 3px;
    background: rgb(255 255 255) !important;
    margin: 3px;
    transition: all 0.3s ease;
}

