@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

.baloo-2-400 {
    font-family: "Baloo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.dm-sans-400 {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


body, .btn {
  font-family: "DM Sans", sans-serif !important;
  font-optical-sizing: auto;
}

.bg-purple {
  background-color: #A674FF;
}



header .logo {
  max-width: 152px;
}
/** Medium devices **/
@media (min-width: 768px) {
  header .logo {
    max-width: 176px;
  }
}


.btn-default {
  border-radius: 20px;
  background-color: #FFF;
  border: 1px solid #000;
  font-weight: 700;
}
.btn-default:hover {
  background-color: #FFD059;
  border: 1px solid #000;
  color:#000;
}

.btn-cta {
  border-radius: 20px;
  background-color: #FFD059;
  border: 1px solid #000;
  font-weight: 700;
}
.btn-cta:hover {
  background-color: #FFF;
  border: 1px solid #000;
  color:#000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Baloo 2", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 2.5rem;
}

/** Medium devices **/
@media (min-width: 768px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 2.5rem;
}

/** Medium devices **/
@media (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}



.hero p {
  font-size: 1rem;
  line-height: 1.5rem
 }
 
/** Medium devices **/
@media (min-width: 768px) {
  .hero p {
    font-size: 1.5rem;
    line-height: 166%;
   }
}






.hero {
  background-image: url('/static/images/mascot-bg.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;

  padding-bottom: 275px;

}

/** Medium devices **/
@media (min-width: 768px) {
  .hero {
    padding-bottom: 413px;
  }
}

/** Large devices **/
@media (min-width: 992px) {
  .hero {
    padding-bottom: 550px;
  }
}

/** X-Large devices **/
@media (min-width: 1200px) {
  .hero {
    padding-bottom: 614px;
  }
}

/** XX-Large devices **/
@media (min-width: 1400px) {
  .hero {
    padding-bottom: 696px;
  }
}

/** XX-Large devices **/
@media (min-width: 1400px) {
  .hero {
    padding-bottom: 696px;
  }
}

/** XXX-Large devices **/
@media (min-width: 1920px) {
  .hero {
    padding-bottom: 880px;
  }
}

/** 2K devices **/
@media (min-width: 2160px) {
  .hero {
    padding-bottom: 1314px;
  }
}

/** 4k devices **/
@media (min-width: 3840px) {
  .hero {
    padding-bottom: 2339px;
  }
}

/** 5k devices **/
@media (min-width: 5120px) {
  .hero {
    padding-bottom: 3135px;
  }
}


.hr-lines {
  position: relative;
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 0.875rem;
  color:#777E90;
}

.hr-lines:before{
  content:" ";
  height: 1px;
  width: 61px;
  background: #777E90;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.hr-lines:after{
  content:" ";
  height: 1px;
  width: 61px;
  background: #777E90;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}


@media (min-width: 768px) {
  .hr-lines {
    position: relative;
    max-width: 585px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.5rem;
  }
  
  .hr-lines:before{
    content:" ";
    height: 1px;
    width: 121px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
  }
  
  .hr-lines:after{
    content:" ";
    height: 1px;
    width: 121px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
  }
}


section.media img {
  max-width: 85%;
  max-height: 70%;
}

/** Small devices **/
@media (min-width: 576px) {
  section.media img {
    max-width: 85%;
    max-height: 70%;
  }
}
/** Medium devices **/
@media (min-width: 768px) {
  section.media img {
    max-width: 70%;
    max-height: 70%;
  }
}
/** X-Large devices **/
@media (min-width: 1200px) {
  section.media img {
    max-width: 100%;
    max-height: 100%;
  }
}





.yellow-bar {
  background-color: #FFD059;
  border: solid 1px #000;
  border-radius: 32px;
  text-align: center;
}
.yellow-bar .btn {
  font-weight: 700;
  font-size: 0.75rem;
}
/** Small devices **/
@media (min-width: 576px) {
  .yellow-bar .btn {
    font-size: 1rem;
  }
}
.yellow-bar .material-symbols-rounded {
  font-size: 1rem;
}


footer {
  font-size: 0.75rem;
  line-height: 1.5rem;
}
/** Medium devices **/
@media (min-width: 768px) {
  footer {
    font-size: 1rem;
  }
}

footer, footer a {
  color:#777E90;
  text-decoration: none;
}
footer a:hover {
  color:#333;
  text-decoration: none;
}
footer .container {
  border-top: 1px solid #E4E7EC;
}
footer .footer-buttons {
  white-space: nowrap;
  width: auto;
  top:-17px;
}

.footer .material-symbols-rounded {
  font-size: 24px;
}

/* Quote Carousel Styling */
.countdown-timer {
  font-size: 1.25rem;
  margin: 1rem 0;
}

.countdown-number {
  display: inline-block;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
  margin: 0 0.1rem;
  min-width: 2.5rem;
  text-align: center;
}

.countdown-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 767px) {
  .countdown-timer {
    font-size: 1.1rem;
  }
}

#quoteCarousel {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #quoteCarousel {
    margin: 0;
    margin-right: auto;
  }
}

#quoteCarousel .carousel-item {
  min-height: 200px;
}

#quoteCarousel h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

#quoteCarousel blockquote {
  border-left: 4px solid rgba(255, 255, 255, 0.3);
  padding-left: 15px;
  margin-left: 10px;
}

#quoteCarousel blockquote p {
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  line-height: 1.5;
}

#quoteCarousel .carousel-indicators {
  bottom: -5px;
}

#quoteCarousel .carousel-control-prev-icon,
#quoteCarousel .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 15px;
}

#quoteCarousel .carousel-control-prev {
  left: -15px;
}

#quoteCarousel .carousel-control-next {
  right: -15px;
}

/* Adjust control positioning for desktop */
@media (min-width: 768px) {
  #quoteCarousel .carousel-control-prev {
    left: -60px;
  }
  
  #quoteCarousel .carousel-control-next {
    right: -60px;
  }
}

/* Center blockquote text on mobile and hide left border */
@media (max-width: 767px) {
  #quoteCarousel blockquote {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
  }
  #quoteCarousel h3 {
    text-align: center;
  }
}