:root {
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --container-max: 1200px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body,html {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
}

.section {
  padding-block: clamp(16px, 4vw, 48px);
}

.container {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: 5vw;
}

.headerBar {
  position: absolute;
  width: 100%;
  height: 7vw;
  left: 0px;
  top: 0px;

  background: linear-gradient(90deg, #203465 15%, #E80B81 100%); 
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 98;
}

.headerBarImage {
  position: absolute;
  width: 100%;
  height: 7vw;
  z-index: 97;
}


.logo {
  position: absolute;
  width: 15.5vw;
  left: 10vw;
  top: 1.2vw;
  z-index: 99;
}

.shop-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.shop-content {
  flex: 1;
  padding: 2rem;
  text-align: center;
}

.shop-content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.shop-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.shop-collection {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.shop-card {
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  width: 100%;
  max-width: 300px;
  text-align: left;
}

.shop-card h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.shop-card p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.shop-button {
  display: inline-block;
  background: #007bff; /* Adjust to match your brand colors */
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.shop-button:hover {
  background: #0056b3; /* Darker shade for hover */
}

.gradientButton {
  position: absolute;
  width: 12vw;
  height: 3vw;
  background: #e80b81c2;
  box-shadow: -2px 2px 5px #374979;
  border-radius: 6px;

  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 1.25vw;
  text-align: center;
  text-decoration: none;
  padding: 1vw;
  letter-spacing: 0.09em;
  color: white;

}

.gradientButton:hover {
  box-shadow: 5px -5px 20px #FFFFFF;
  border: .25px solid;
  border-color: #FFFFFF;
}
                  

.dropdown {
    position: absolute;
    display: inline-block;
}

.dropdown-content {
    /* Always render for smooth transitions; hidden by default */
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #e80b81c5;
    width: 100%;
    height: 10vw; /* reduced height for a tighter dropdown */
    top: 7vw;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity .15s ease, transform .15s ease, visibility 0s linear .15s;
}

.dropdown-content a {
    font-size: 1.5vw
}

.dropdown-content a,.dropdown-content p {
    font-family: Encode Sans;
    font-weight: 500;
    line-height: 2.5vw;
    letter-spacing: .09em;
    text-decoration: none;
    display: block;
    color: #fff
}

.dropdown-content p {
    font-style: normal;
    font-size: 1.25vw
}

.column {
    position: absolute;
    width: 50%
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.dropdown-content a:hover {
    color: #330aa4
}

.dropdown:hover .dropdown-content,
.dropdown:focus-within .dropdown-content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition: opacity .15s ease, transform .15s ease;
}

/* Desktop header flex menu wrapper */
.desktopMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7vw;
  display: flex;
  align-items: center;
  gap: 2vw;
  padding-left: 28vw; /* leaves room for logo */
  z-index: 100;
}

.desktopMenu .menuButtonsText {
  position: static;
  width: auto;
  height: 7vw;
  line-height: 7vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5vw;
}

.desktopMenu .dropdown {
  position: static;
}

.menuButtonsText:focus {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}

.menuButtonsText {
    font-family: Encode Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 1.5vw;
    line-height: 7vw;
    text-align: center;
    vertical-align: center;
    letter-spacing: .09em;
    text-decoration: none;
    top: 0;
    width: 12vw;
    height: 7vw;
    z-index: 100;
    color: #fff
}

.menuAbout {
    position: absolute;
    left: 25vw
}

.menuPrograms {
    position: absolute;
    left: 35.5vw;
}

.menuPrograms:hover {
  border-bottom: 4px solid; 
  border-radius: 10px;
  border-color: #e80b8175;
  background-color: #e80b8100;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.menuTournaments {
    position: absolute;
    left: 48vw
}

.menuTournaments:hover {
  border-bottom: 4px solid; 
  border-radius: 10px;
  border-color: #e80b8175;
  background-color: #e80b8100;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.menuDropDown {
    left: 52vw;
    top: .75vw;
    height: 14vw
}

.menuDropDownDescription {
    left: 20vw;
    top: -.25vw;
    height: 7vw;
    width: 28vw;
    font-family: Encode Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 2.5vw;
    letter-spacing: .09em;
    text-decoration: none;
    text-align: right;
    vertical-align: center;
    padding-right: 2vw;
    border-right: .1vw solid #fff
}

.menuConnect {
    position: absolute;
    left: 70vw
}

.menuConnect:hover {
  border-bottom: 4px solid; 
  border-radius: 10px;
  border-color: #e80b8175;
  background-color: #e80b8100;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.menuEvents {
    position: absolute;
    left: 60vw
}

.menuEvents:hover {
  border-bottom: 4px solid; 
  border-radius: 10px;
  border-color: #e80b8175;
  background-color: #e80b8100;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.menuDropDownProgramsEvents {
    left: 20vw;
    top: -.5vw;
    height: 7vw;
    width: 28vw;
    text-align: right;
    vertical-align: center;
    padding-right: 2vw;
    border-right: .1vw solid #fff
}

.menuShop {
    position: absolute;
    left: 80vw
}


/* Index Page */


.homeMainBackgroundLeft {
  position: absolute;
  top: 0vw;
  left: 0vw;
  height: 100%;
  z-index: 3;
}

.homeMainBackgroundRight {
  position: absolute;
  top: 0vw;
  height: 100%;
  right: 0vw;
  z-index: 3;
}

.registerButton {
    position: absolute;
    left: 68vw;
    top: 10vw;
    z-index: 9998;
}

.wildTideFamilyWords {
    position: absolute;
    width: 20vw;
    left: 40vw;
    top: 37vw;
}

.gradientBar {
  position: relative;
  width: 96vw;
  height: 20vw;
  left: 1vw;
  margin-top: 7vw;
  background: linear-gradient(0deg, #e80b8100 1%, #E80B81 75%); 
}

.gradientBarText{
  position: relative;
  top: 3.5vw;
  width: 75vw;
  left: 10vw;
  
  font-family: 'Encode Sans', sans-serif;
  font-style: normal;
  font-size: 1.4vw;
  text-align: left;
  color: #FFFFFF;
}

.gradientBarHeaderText{
  font-size:3vw;
  font-weight: 700;
  line-height: 0vw;
  margin-bottom: 2vw;
}

.line{
  height: 3px;
  width: 27vw;
  background-color: #e60291;
  margin-top: .75vw;
  margin-bottom: .75vw;
}

#aboutSponsorLink{
  position: static;
  top: 150vw;
}

.aboutThankYouSponsors {
  position: static;
  top: 0vw;
  width: 45vw;
  left: 27.5vw;
}

.aboutSponsorSarahsKitchen {
  position: static;
  top: 7vw;
  width: 40vw;
  left: 30vw;
}

.aboutSponsorContact {
  position: static;
  top: 34vw;
  width: 80vw;
  left: 10vw;

  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 2vw;
  line-height: 2.5vw;
  text-align: center;

  color: #000D35;
}

/* Footer */
.homeFooterBar {
  position: relative;
  width: 96vw;
  left: 1vw;
  height: 7vw;
  top: 2vw;

  background: linear-gradient(90deg, #203465 33.24%, #E80B81 100%); 
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.homeFooterImage {
  width: 13vw;
  left: 10vw;
  top: 2.25vw;
}

.homeFooterText {
  position: relative;
  width: 50vw;
  left: 25vw;
  top: 2vw;
  
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.5vw;
  text-align: center;

  color: #FFFFFF;
}

/* homeSlideShow container */
.homeSlideShow {
  position: relative;
  top: 7vw;
  left: 1vw;
  width: 96vw;
  overflow-x: hidden;
  overflow-y: visible;
}

.homeSlideShow-inner {
  position: static;
  width: 75%;
  margin-left: 0;
  transform: translateX(-43%);
  display: grid;
  grid-template-columns: 73% 73% 73%; 
  gap: 0%; /* No gap between items */
  transition: all 8s ease; /* Optional: Smooth transition if needed */
}

.homeSlideShow-item {
  position: relative;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.homeSlideShow-item .overlay {
  position: absolute;
  top: 0vw;
  left: 0vw;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #4e1b69 0.1%, #7e0070 40%, #E80B81 90%); 
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  opacity: 0.7;
  z-index: 2;
}

.homeSlideShow-item.active .overlay {
  display: none;
}

.homeSlideShow-item img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}

.homeSlideShow-item.prev,
.homeSlideShow-item.next {
  transition: opacity 5s ease;

}

.homeSlideShow-item.active {
  transition: 5s ease;
}

/* Sponsor container */
.sponsors {
  width: 100%;
  overflow: hidden;
}

.sponsors-track {
  overflow: hidden;
}

.sponsors-inner {
  display: flex;
  height: 23vh;
  max-height: 500px;
  max-width: 80%;
}

.sponsors-item {
  flex: 0 0 25%; /* 4 items per view */
  padding: 0.25rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsors-item img.sponsor-img {
  width: 100%;
  height: 100%;
  object-fit: contain;  
  object-position: center;   /* Keeps center in frame */
  border-radius: 8px;
  display: block;
}

.sponsors-item.prev,
.sponsors-item.next {
  transition: opacity 5s ease;
}

.sponsors-item.active {
  transition: 5s ease;
}

.thankYouSponsors{
  position: relative;
  width: 90%;
  left: 2vw;
  text-align: center;
  font-family: 'Encode Sans', sans-serif;
  font-weight: 500;
  font-size: 3.5vw;
  color: #E80B81;
  margin-top: 6vw;
  z-index: 2;
}

.sponsorsText {
  position: relative;
  width: 90%;
  left: 2vw;
  text-align: center;
  font-family: 'Encode Sans', sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  color: #e60291;
  padding: 0 2vw; /* Add some padding for better readability */
  font-size: 2vw;
  color: #e60291;
} 

/* Gallery container */
.gallery {
  position: relative;
  height: 20%;
  width: 95vw;
  left: 1vw;
  margin-top: 6vw;
  overflow-x: hidden;
}

.gallery-inner {  
  width: 100%;
  display: grid;
  transform: translateX(-0%);
  grid-template-columns: 25% 25% 25% 25%; /* Prev: 20%, Active: 60%, Next: 20% */
  gap: 0.5%; /* No gap between items */
  transition: all 8s ease; /* Optional: Smooth transition if needed */
}

.gallery-item {
  text-align: center;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  align-content: center;
  display: block;
  object-fit: contain; /* Ensure images scale nicely */
}

.gallery-item.prev,
.gallery-item.next {
  transition: opacity 5s ease;
}

.gallery-item.active {
  transition: 5s ease;
}

.carousel-container-3 {
  position: relative;
  background-image: url('/assets/images/announcements-background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Encode Sans', sans-serif;
  gap: 2vw;
  margin: 2rem auto;
  margin-top: 2vw;
  width: 97vw;
  max-width: 1100px;
  overflow: hidden;
  box-sizing: border-box;
}

.announcement-slide {
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform-origin: center;
  flex-shrink: 0;
  width: 50vw; /* Adjust as needed */
  max-width: 450px;
}

.announcement-slide.left,
.announcement-slide.right {
  transform: scale(0.75);
  opacity: 0.5;
  z-index: 1;
}

.announcement-slide.center {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.announcement-slide .background-pink {
  background-color: #f60195;
  border-radius: 2rem;
  padding: 1.5rem;
  padding-left: 0;
}

.announcement-slide .background-white {
  background-color: white;
  border-radius: 2rem;
  padding: 1.5rem;
  text-align: center;
}

.announcement-image {
  width: 75%;
  display: block;
  margin: 0 auto;
  border-radius: 1rem;
}

.announcement-headline {
  font-size: 1.2rem;
  font-weight: bold;
  color: #e60291;
  margin-top: 1rem;
}

.announcement-description {
  font-size: 1rem;
  color: #e60291;
  margin-top: 0rem;
  line-height: 1rem;
}


.footerNavBar {
  display: flex;
  justify-content: space-around;
  padding: 2vw;
  padding-top: 10vw;
}

.footerNavBarItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20vw;
}

.footerNavBarImage {
  width: 20vw;
  height: 20vw;
  object-fit: contain;
}


@media screen and (min-width: 481px){
  .mobileNavBar, .mobileNavBarImage, .mobileNavBarItem, .mobileNavBarLabel, .header, .menu, .menu-icon, .menu-btn, .navicon, .findYourGirlsMobile, .findYourBoysMobile, .findYourDevMobile, .findYourProgramMobile, .registerMobile,
  .weSupportYou, .homeMainImageMobile, .comePlayWithUs, .aboutUsBackground, .socialButtonsFacebook, .socialButtonsInsta,
  .aboutOurStoryMobile, .morgansMessageBackgroundMobile, .morgansMessageMobileVideo {
    display: none;
  }
}

@media screen and (max-width: 481px){
    
  .logo{
    position: absolute;
    left: 25vw;
    min-width: 50vw;
    top: 6.5vw;

  }

  .headerBar {
    position: static;
    width: 100%;
    height: 25vw;
    left: 0px;
    top: 0px;

    background: linear-gradient(90deg, #203465 33.24%, #E80B81 100%); 
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 98;
  }

  .headerBarImage {
      position: absolute;
      width: 98%;
      height: 25vw;
      z-index: 97;
  }

  .header {
    position: absolute;
    text-align: right;
    padding-top: 6vw;
    left: 0px;
    height: 8vw;
    width: 100vw;
    z-index: 9998;
  }

.header ul {
  margin: auto;
  padding: 0vw;
  list-style: none;
  overflow: hidden;
  background-color:  #E80B81;
  text-decoration: none;
}

.header li a {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 3.5vw;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-align: left;
  color: #FFFFFF;
  padding-left: 10vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
  border-bottom: solid .1vw #071E5A;
  display: block;
  text-decoration: none;
}

.header li a:hover {
  color: #4DBCBE;
}

.header .logo {
  display: block;
  float: left;
  font-size: 4em;
  padding: 8vw 8vw;
  text-decoration: none;
}

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}


.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 5vw 8vw;
  position: relative;
  user-select: none;
  z-index: 98;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 1vw;
  position: relative;
  transition: background .2s ease-out;
  width: 8vw;
  border-radius: 5px;
  z-index: 98;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
  border-radius: 5px;
}

.header .menu-icon .navicon:before {
  top: 2vw;
}

.header .menu-icon .navicon:after {
  top: -2vw;
}

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 140vw;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: none;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

  .gradientBarHeaderText,  .gradientBarText,.registerButton, .menuAbout, .menuConnect, .menuEvents, .menuPrograms, .menuTournaments, .menuShop, .homeMainLeft, .homeMainRight, .homeMainBackgroundLeft, .homeMainBackgroundRight,.gradientOverlayLeft, .gradientOverlayRight{
  display: none;
}

  /* Hide the desktop navigation on mobile */
  .desktopMenu { display: none; }

    /* Index Page */
    .homeSlideShow-inner {
      width: 95%;
      transform: translateX(-83%);
      display: grid;
      grid-template-columns: 90% 90% 90%; 
      gap: 0%; /* No gap between items */
      transition: all 8s ease; /* Optional: Smooth transition if needed */
    }

    .mainPageText {
      top: 151vw;
      width: 100%;
      left: 0;
      font-size: 4vw;
      line-height: 5vw;
    }

  .aboutUsBackground {
    position: static;
    width: 100%;
    left: 0vw;
    top: 360vw;
}

.aboutImage {
    top: 362vw;
    height: 20vw;
    width: 35vw;
    left: 5vw;
}

.aboutUs {
    top: 350vw;
    font-family: 'Encode Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 1.4vw;
    text-align: center;
    letter-spacing: 0.09em;

    color: #FFFFFF;

    text-shadow: 10px 4px 4px rgba(0, 0, 0, 0.25);
}

.aboutUsBar {
    position: static;
    width: 100%;
    top: 350vw;
    left: 0vw;
    height: 20vw;
    opacity: 1;


    background: linear-gradient(90deg, #203465 33.24%, #E80B81 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#aboutUsLink {
    position: static;
    top: 325.5vw;
}

#aboutSponsorLink {
    position: static;
    top: 810vw;
}

.aboutUsColorMobile {
    position: static;
    width: 100%;
    left: 0vw;
    top: 446vw;
    display: inline-block;

    background-color: #374979;
}

.findYourProgramButton, .whyWildTideButton, .communityStrengthButton, .girlsFindButton, .boysFindButton, .devFindButton,
.findBoysBackground, .findBoysBackgroundBox, .findDevBackground, .findDevBackgroundBox, .findGirlsBackground, .findGirlsBackgroundBox,
.findBoysImage, .morgansMessageBackground, .findDevImage, .findGirlsImage, .findYourProgramBackground, .findYour, .program, .aboutOurStoryHeader, .homeMainImage, .aboutUsColor,
.aboutUsBackgroundDesktop, .footerImage, .socialButtonsFacebookBoys, .socialButtonsFacebookGirls, .socialButtonsInstaBoys, .socialButtonsInstaGirls {
    display: none;
}

.whatWeDo {
    top: 467vw;
    width: 86vw;
    left: 5vw;

    font-weight: 600;
    font-size: 4.3vw;
    line-height: 3.5vw;
    text-align: center;

    line-height: 5.5vw;
}

.mission {
    top: 528vw;
    width: 86vw;
    left: 5vw;

    font-weight: 600;
    font-size: 4.3vw;
    line-height: 3.5vw;
    text-align: center;

    line-height: 5.5vw;
}

.whoWeAre {
    top: 579vw;
    width: 86vw;
    left: 5vw;

    font-weight: 600;
    font-size: 4.3vw;
    line-height: 3.5vw;
    text-align: center;

    line-height: 5.5vw;
}

.ageGroupsWeSupport {
    top: 635vw;
    width: 86vw;
    left: 5vw;

    font-weight: 600;
    font-size: 4.3vw;
    line-height: 3.5vw;
    text-align: center;

    line-height: 5.5vw;
}


.socialButtonsFacebook {
    position: static;
    top: 142vw;
    left: 55vw;
    width: 10vw;
    height: 10vw;
}

.socialButtonsInsta {
    position: static;
    top: 142vw;
    left: 35vw;
    width: 10vw;
    height: 10vw;
}

.backgroundImage {
  position: static;
  top: 50vw;
  left: 0vw;
  width: 100%;
  height: 170vw;
  object-fit: cover;
  object-position: 83%;

}

.mainImage {
  position: relative;
}

.infoSection {
  position: relative;
}

.mainPageText {
  top: 151vw;
  width: 100%;
  left: 0vw;

  font-size: 4vw;
  line-height: 5vw;
}

.findYourGirlsMobile {
  position: static;
  top: 230vw;
  left: 32vw;
  height: 40vw;
}

.findYourBoysMobile {
  position: static;
  top: 275vw;
  left: 50vw;
  height: 40vw;
}
.findYourDevMobile {
  position: static;
  top: 290vw;
  left: 10vw;
  height: 47vw;
}

.findYourProgramMobile {
  position: static;
  top: 272vw;
  left: 10vw;
  width: 40vw;
}

.aboutOurStory {
  top: 50vw;
  
  font-size: 4vw;
  width: 82vw;
  left: 7vw;
  line-height: 6vw;
}

.aboutOurStoryMobile {
  position: static;
  top: 40vw;
  width: 50vw;
  left: 25vw;
}

.registerMobile {
  position: relative;
  margin-top: 2vw;
  left: 5vw;
  width: 90vw;
  z-index: 2;

  background: linear-gradient(0deg, #e80b8100 1%, #E80B81 95%); 
  box-shadow: -2px 2px 5px #374979;
  border-radius: 15px;

  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 5.4vw;
  text-align: center;
  text-decoration: none;
  padding-top: 4vw;
  padding-bottom: 4vw;
  letter-spacing: 0.09em;

  color: #FFFFFF;
}

.homeSlideShow{
  top: 0vw;
  width: 98%;
}

.gradientBar {
  width: 98vw;
  left: 1vw;
  height: 36vw;
  margin-top: -4vw;
}

.mobileNavBar {
  display: flex;
  justify-content: space-around;
  padding: 2vw;
  padding-top: 5vw;
}

.mobileNavBarItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 23vw;
}

.mobileNavBarImage {
  width: 17vw;
  height: 17vw;
  border-radius: 1rem;
  object-fit: cover;
}

.mobileNavBarLabel {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  text-align: center;
    font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 2.6vw;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.09em;

  color: #FFFFFF;
}

.footerNavBar {
  display: flex;
  justify-content: space-around;
  padding: 2vw;
  padding-top: 10vw;
}

.footerNavBarItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 23vw;
}

.footerNavBarImage {
  width: 25vw;
  height: 25vw;
  object-fit: contain;
}

.line{
  height: 3px;
  width: 27vw;
  margin-top: 1.25vw;
  margin-bottom: 1.25vw;
}

.carousel-container-3 {
  display: relative;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  margin: 1rem auto;
  margin-top: 4vw;
  max-width: 100%;
  height: 150vw;
  overflow-x: hidden;
  overflow-y: visible;
}

.announcement-slide {
  transition: transform 0.5s ease, opacity 0.5s ease;
  margin-right: 10vw;
  margin-left: 10vw;
}

.announcement-headline {
  font-size: 4.25vw;
  margin-top: 1vw;
}

.announcement-description {
  font-size: 4vw;
  margin-top: 0.5vw;
}

.announcement-slide .background-pink {
  border-radius: 1rem;
  padding: 2vw;
  padding-left: 0vw;
}

.announcement-slide .background-white {
  border-radius: 1rem;
  padding: 1.5vw;
  text-align: center;
}

/* Size and position variations */
.announcement-slide.left,
.announcement-slide.right {
  transform: scale(1);
  opacity: 0.6;
  flex: 1;
  display: none;
  cursor: pointer;
}

.announcement-slide.center {
  transform: scale(1);
  opacity: 1;
  flex: 1;
}

  .sponsors-item {
    flex: 0 0 50%; /* 2 items per view */
  }

  .sponsors-inner {
    height: 160px;
    max-height: 240px;
    max-width: 100%;
  }

  .sponsors-item img.sponsor-gif {
    max-height: none;
    object-fit: cover;
    object-position: center;
  }

.sponsorsText{
  width: 91%;
  left: 2%;
  font-size: 4vw;
  line-height: 5vw;
}

.thankYouSponsors{
  width: 75%;
  left: 12.5%;
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 6vw;
}

.gallery-inner {  
  width: 98%;
  display: grid;
  transform: translateX(-40%);
  grid-template-columns: 45% 45% 45% 45%; /* Prev: 20%, Active: 60%, Next: 20% */
  gap: 0.5%; /* No gap between items */
  transition: all 8s ease; /* Optional: Smooth transition if needed */
}

.comePlayWithUs {
  position: static;
  top: 198vw;
  left: 10vw;
  width: 80vw;
  transform: rotate(-5deg);
}

.aboutSponsorContact {
  width: 90vw;
  left: 2.5vw;
  font-size: 4vw;
  line-height: 6vw;
}

.aboutSponsorSarahsKitchen {
  top: 11vw;
}

.aboutThankYouSponsors {
  width: 70vw;
  left: 15vw;
}

  /* Footer */
  .homeFooterBar { 
    position: relative;
    top: 0vw;
    height: 12vw;
  }

  .homeFooterImage {
    display: none;
  }

  .homeFooterText {
    position: relative;
    font-size: 3.25vw;
    width: 95vw;
    left: 2vw;
    bottom: 2vw;
    line-height: 4.5vw;
  }
}
