/********** Template CSS **********/
:root {
  --primary: #f1c257;
  --light: #656565;
  --dark: white;
}
body.no-scroll {
  overflow: hidden;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}
.pys {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pye {
  margin-left: 10%;
  margin-right: 10%;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.navbar {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  background: transparent;
  transition: background 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out;
  z-index: 1000;
  padding: 20px 30px;
}

.scrolled {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.navbar-nav .nav-link {
  color: white !important;
  font-weight: bold;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
  color: #f8c529 !important;
}

.navbar-brand img {
  max-height: 50px;
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 100vh; /* Full height */
  overflow: hidden;
}

.sub-container {
  position: relative;
  width: 100%;
  height: 48vh; /* Full height */
  overflow: hidden;
}

.sub-container p {
  color: white !important;
  /* z-index: 100; */
  font-size: 1rem;
  text-align: center !important ;
}

.text-overlay {
  position: absolute;
  top: 85% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  opacity: 0;
  padding: 10px;
  width: 100% !important;
  font-family: "Dancing Script", cursive;
  transition: opacity 1s ease-in-out;
}

.show-text {
  opacity: 1;
}

.pyx {
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}

.footer a {
  font-size: 0.8rem !important;
}

.wave {
  width: 100%;
}
.wave img {
  width: 100%;
}
.event-hosting {
  overflow: hidden;
}

.event-hosting h1 {
  text-align: center;
}

.copyright a {
  color: #666565;
  border-color: #666565;
  border-radius: 50%;
}

.community,
.moments,
.main {
  overflow: hidden;
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.carousel-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 1);
  padding: 5px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background-size: 70% 70%;
}

.carousel-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust transparency */
  z-index: 1;
}

.carousel-slide.active {
  opacity: 1;
}

.active {
  opacity: 1;
}

/* Dots container */
.carousel-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

/* Individual dots */
.carousel-dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5) !important;
  border-radius: 50%;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
  cursor: pointer;
}

/* Active dot */
.carousel-dot.active {
  background: white !important;
  transform: scale(1.2);
}

.flash-news-container {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flash-news-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo2 {
  width: 20%;
  text-align: start;
}
/* News Item */
.flash-news-item {
  position: absolute;
  width: 100%;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 600;
  opacity: 0;
  font-size: 1.1rem;
  padding: 5px;
  transform: translateX(100%);
  transition: transform 1s ease-in-out, opacity 0.8s ease-in-out;
}

.flash-news-item.active {
  opacity: 1;
  transform: translateX(0);
}

.flash-news-item.exit {
  transform: translateX(-100%);
  opacity: 0;
}

.flash-news-item.active {
  opacity: 1;
}

.location h1 {
  text-align: center;
}
.team,
.chronicle,
.location,
.about {
  overflow: hidden;
}

.about h1,
.event-hosting h1,
.locations h1,
.moments h1,
.team h1 .location h1,
.followers h1 {
  color: #666565;
}

.about {
  overflow: hidden;
  text-align: start;
}
.about h2 {
  padding-left: 130px;
  padding-right: 70px;
}

.about p {
  text-align: start;
}

@media (max-width: 991px) {
  .about h2,
  .about p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.hr {
  border: none;
  height: 5px !important;
  background-color: #000;
  width: 20%;
  margin-top: 20px;
  text-align: start;
}

.awards {
  background-color: white;
  text-align: center;
  overflow: hidden;
}

.overlay-button:hover {
  background: #11aeb8;
}

.c-drink img {
  width: 50%;
}

.c-space,
.moments,
.location {
  overflow: hidden;
}

.overlay-button {
  background: #11aeb8;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  width: 90% !important;
}

h1 {
  font-size: 2.3rem;
  font-weight: 500;
}

.followers h3 {
  text-align: center;
  font-weight: 600;
}

/*** Button ***/
.btn {
  font-family: "Roboto", serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

@media (max-width: 768px) {
  .overlay-button {
    width: 97% !important;
  }
  .awards h1,
  .team h1,
  .event-hosting h1,
  .community h1 {
    text-align: start !important;
  }
  .category {
    width: 100% !important;
  }
  .event-hosting p {
    text-align: start !important;
  }
  .location h1 {
    text-align: start !important;
  }
  .chronicle-image-container img {
    height: 280px !important;
    width: 100%;
  }
  .chronicle-image-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .community-item img {
    padding: 1px !important;
  }

  .navbar {
    background: transparent !important;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #efeeee;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden !important;
  }

  .navbar-collapse.show {
    height: 100vh;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  .menu-btn {
    width: 200px !important;
    text-align: center;
  }

  .event-btn {
    width: 80%;
    text-align: center;
    margin-top: 15px;
    margin-left: 20px;
  }
  .menu-section {
    width: 100%;
  }

  .navbar-nav .nav-link {
    color: #666565 !important;
    font-size: 20px;
    font-weight: bold;
  }
  .navbar-toggler {
    border: none;
    background: none;
    font-size: 28px;
    color: white;
    transition: transform 0.3s ease-in-out;
    outline: none;
    position: absolute;
    right: 40px;
    top: 15px;
  }
  .navbar-toggler i {
    transition: transform 0.3s ease-in-out;
    position: absolute;
  }
  .navbar-toggler .fa-bars {
    display: block;
    z-index: 2 !important;
  }
  .navbar-toggler .fa-times {
    display: none;
  }
  .navbar-toggler.active .fa-bars {
    display: none;
  }

  .navbar-toggler.active .fa-times {
    display: block;
    color: #666565 !important;

    z-index: 100 !important;
  }
  .navbar-brand img {
    max-height: 50px;
  }
  .button-container {
    justify-content: start !important;
  }
  .chronicle-text-container {
    height: 260px !important;
  }
  .image-collage img:nth-child(2) {
    height: 385px !important;
  }

  .image-collage img:nth-child(3),
  .image-collage img:nth-child(4) {
    height: 190px !important;
  }
}

.chronicle-image-container {
  display: flex !important;
  justify-content: center; /* Centers images */
  align-items: center;
  flex-wrap: wrap; /* Ensures responsiveness */
}

.chronicle h2,
p {
  text-align: start;
  margin-top: 10px;
}

.chronicle-image-container img {
  width: 100%;
  height: 400px !important;
  object-fit: cover;
}
.chronicle-text-container {
  height: 190px;
}

.plr {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1280px) {
  .chronicle-image-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Community Carousel Section */
.community-carousel-section {
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 20px 0;
}

.community-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.community-item {
  padding: 5px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.community-item:hover {
  transform: scale(1.05);
}

.community-item img {
  width: 100% !important;
  height: 480px;
  object-fit: cover;
  padding: 0px;
}

.community-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.community-carousel .owl-prev,
.community-carousel .owl-next {
  background: #f1c257 !important;
  color: white !important;
  padding: 20px 25px !important;
  font-size: 24px !important;
  transition: 0.3s;
  pointer-events: auto;
  position: absolute;
}

.community-carousel .owl-prev {
  left: 20px;
}

.community-carousel .owl-next {
  right: 20px; /* Move right arrow outward */
}

.community-carousel .owl-prev:hover,
.community-carousel .owl-next:hover {
  background: #f1c257 !important;
}

.community-carousel .owl-dots {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.community-carousel .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: #adadad;
  border: 1px solid #b9b6b6 !important;
  transition: background 0.3s ease-in-out;
}

.community-carousel .owl-dot.active {
  background: #f1c257;
}

.event-hosting {
  padding: 40px 5px;
}
.event-hosting p {
  text-align: center;
}

.image-collage {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns */
  grid-template-rows: auto;
  gap: 5px;
  max-width: 1000px;
  margin: auto;
}

.image-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
}

.image-collage img:nth-child(1) {
  grid-column: span 2; /* Takes full width */
  grid-row: span 2;
  height: auto;
  object-fit: cover;
}

.image-collage img:nth-child(2) {
  grid-column: span 1;
  grid-row: span 2;
  height: 755px;
}

.image-collage img:nth-child(3),
.image-collage img:nth-child(4) {
  grid-column: span 1;
  grid-row: span 1;
  height: 375px;
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 5px;
}

.download-btn {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #c2dd96;
  color: #656565;
  border: none;
  cursor: pointer;
  max-width: 350px;
}

.download-btn:hover {
  background-color: #b0d07d;
}
