.bg-primary-pinasthika {
  background-color: #fab415;
}

footer {
  background-color: #000000;
}

body {
  margin: 0;
  font-family: "Barlow", sans-serif;
  background-color: #f0f0f0;
}
.main-navbar {
  background-color: #1a1a1a;
  padding: 15px 0;
  color: #fff;
}
.main-navbar .container {
  max-width: 1400px;
}
.main-navbar .logo img {
  height: 40px;
}
.main-navbar .nav-links {
  list-style: none;
  margin: 0;
  padding: 0 180px 0 0;
  display: flex;
}
.main-navbar .nav-links li {
  margin-right: 30px;
}
.main-navbar .nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.main-navbar .nav-links a:hover {
  color: #fab415;
}
.main-navbar .btn-partnership {
  background-color: #fab415;
  color: #1a1a1a;
  border: none;
  padding: 10px 25px;
  border-radius: 100px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.main-navbar .btn-partnership:hover {
  background-color: #e0991c;
}
.navbar-toggler {
  border: none;
  color: #fff;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 24px;
  height: 24px;
}
.mobile-nav-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1050;
  transition: right 0.3s ease-in-out;
  display: flex;
  justify-content: flex-end;
}
.mobile-nav-overlay.show {
  right: 0;
}
.mobile-nav-content {
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
}
.mobile-nav-content .close-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 12px;
  background: #fff;
  border: none;
  color: #000000;
  border-radius: 50%;
  cursor: pointer;
}
.mobile-nav-content .close-btn span {
  font-size: 30px;
  padding-top: 1px;
  display: ruby-text;
}
.mobile-nav-content .logo-mobile {
  position: absolute;
  left: 12px;
}
.mobile-nav-content .logo-mobile img {
  width: 92px;
}
.mobile-nav-links {
  list-style: none;
  margin: 0;
  padding: 80px 0 0;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile-nav-links li {
  margin-bottom: 25px;
}
.mobile-nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  transition: color 0.3s ease;
}
.mobile-nav-links a:hover {
  color: #fab415;
}
.btn-partnership-mobile {
  background-color: #fab415;
  color: #1a1a1a;
  border: none;
  padding: 12px 30px;
  border-radius: 100px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
}
.btn-partnership-mobile:hover {
  background-color: #e0991c;
}
.copyright-mobile {
  color: #fff;
  font-size: 14px;
  margin-top: auto;
  padding-bottom: 15px;
}

/* slider */
.slider-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.custom-carousel-counter-dekstop {
  position: absolute;
  bottom: 25px;
  left: 30px;
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
  width: 50px;
  height: 50px;
  z-index: 10;
}
.custom-carousel-counter-dekstop .slide-counter {
  color: #000;
  font-size: 20px;
  margin: auto;
}

.custom-carousel-controls-desktop {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 5px 15px;
  z-index: 10;
}

.custom-carousel-controls-desktop .carousel-control-prev,
.custom-carousel-controls-desktop .carousel-control-next {
  position: static;
  width: auto;
  opacity: 1;
  margin: 0 5px;
  height: 50px;
  width: 50px;
  background-color: #fab415;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-carousel-controls-desktop .carousel-control-prev-icon,
.custom-carousel-controls-desktop .carousel-control-next-icon {
  background-image: none;
  filter: none;
  width: auto;
  height: auto;
}
.custom-carousel-controls-desktop .carousel-control-prev-icon::before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #1a1a1a;
  font-size: 18px;
}

.custom-carousel-controls-desktop .carousel-control-next-icon::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #1a1a1a;
  font-size: 18px;
}
.carousel-control-prev.mobile-control,
.carousel-control-next.mobile-control {
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fab415;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.carousel-control-prev.mobile-control {
  left: 20px;
}
.carousel-control-next.mobile-control {
  right: 20px;
}
.carousel-control-prev.mobile-control .carousel-control-prev-icon,
.carousel-control-next.mobile-control .carousel-control-next-icon {
  background-image: none;
  width: 25px;
  height: 25px;
  filter: none;
}
.carousel-control-prev.mobile-control .carousel-control-prev-icon::before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000;
  font-size: 14px;
}
.carousel-control-next.mobile-control .carousel-control-next-icon::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000;
  font-size: 14px;
}

/* roadshow */
.roadshow-section {
  background-color: #f8f8f8;
  color: #fff;
  padding: 60px 0 80px;
}
.roadshow-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.roadshow-subtitle {
  color: #666666;
  width: 50%;
  margin: 0 auto;
}
.text-primary-pinasthika {
  color: #fab415;
}
.roadshow-description {
  color: #666666;
  font-size: 20px;
}

.roadshow-section .card {
  width: 100%;
  background-color: #121212;
  border-radius: 20px;
  overflow: hidden;
}
/* .roadshow-section .card img {
  border-radius: 20px;
  width: 100%;
  height: 70%;
  object-fit: cover;
} */
.roadshow-section .card h5 {
  color: #ffffff;
  font-weight: 600;
}
.roadshow-section .card p {
  font-weight: 500;
  color: #c2c2c2;
}

/* speakers */
.speakers-section {
  background-color: #f8f8f8;
  color: #fff;
  padding: 60px 0 80px;
}
.speakers-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.text-primary-pinasthika {
  color: #fab415;
}
.speakers-description {
  color: #666666;
  font-size: 20px;
}

.speakers-section .card {
  height: 330px;
  width: 100%;
  max-width: 240px;
  min-width: 200px;
  border-radius: 20px;
  overflow: hidden;
}

.speakers-section .card img {
  border-radius: 20px;
  width: 100%;
  height: 60%;
  object-fit: cover;
}

/* Scrollbar styling (optional) */
.jury-lineup-scroll {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.jury-lineup-scroll .card {
  scroll-snap-align: start;
}

.speakers-section .card h5 {
  color: #121212;
  font-weight: 600;
}
.speakers-section .card p {
  font-weight: 500;
  color: #666666;
}

/* glance */
.glance-section {
  background-color: #121212;
  color: #fff;
  padding: 60px 0 80px;
}
.glance-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.text-primary-pinasthika {
  color: #fab415;
}
.glance-description {
  color: #c2c2c2;
  font-size: 20px;
}

.glance-section .card {
  width: 100%;
  background-color: #212121;
  border-radius: 20px;
  overflow: hidden;
}
/* .glance-section .card img {
  border-radius: 20px;
  width: 100%;
  height: 70%;
  object-fit: cover;
} */
.glance-section .card h5 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 600;
}
.glance-section .card-subtitle {
  font-size: 20px;
}

.glance-section .card p {
  font-weight: 500;
  color: #c2c2c2;
}

/* testimonial */
.testimonial-section {
  background-color: #121212;
  color: #fff;
  padding: 60px 0 80px;
}
.testimonial-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.text-primary-pinasthika {
  color: #fab415;
}
.testimonial-card {
  width: 100%;
  height: 400px;
  background-color: #212121;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.testimonial-section video {
  width: 40%;
  border-radius: 20px;
}

.testimonial-section .content {
  width: 60%;
  padding: 50px;
}

.testimonial-card h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
}

.testimonial-card .author {
  color: #eaeef5;
  font-size: 20px;
}

.testimonial-card span.jobs {
  color: #909090;
  font-size: 20px;
}

.testimonial-card .jobs .separator {
  margin: 0 8px;
  color: #909090;
}

.testimonial-card .number,
.testimonial-card .button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.testimonial-card .number {
  background-color: #eaeef5;
  color: #121212;
}

.testimonial-card .number span {
  font-size: 16px;
}
.testimonial-card .button {
  background-color: #fab415;
  color: #121212;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* visited */
.visited-section {
  background-color: #f8f8f8;
  color: #fff;
  padding: 60px 0 80px;
}
.visited-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.visited-subtitle {
  color: #666666;
  font-size: 20px;
}
.text-primary-pinasthika {
  color: #fab415;
}
.visited-description {
  color: #666666;
  font-size: 20px;
}

/*Winning*/
.winning-container {
  background: #fff;
  padding: 60px 0;
}

.visited-section .contact {
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 25px;
}
  
.visited-section .cities {
  width: 50px;
  height: 50px;
  background-color: #121212;
  border-radius: 50%;
}

.visited-section .cities-title {
  color: #121212;
  font-size: 40px;
  font-weight: 600;
}

.visited-section .btn-cities button {
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 25px;
}

.visited-section .university {
  width: 100%;
  background-color: #121212;
  border-radius: 25px;
}

.visited-section .university .logo {
  width: 50px;
  height: 50px;
  background-color: #fab415;
  border-radius: 50%;
}

.visited-section .university-title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

/* .winning-header h1 {
  font-size: 100px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
} */

.winning-title .highlight {
  color: #f39c12;
}

.winning-subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.winning-slider {
  position: relative;
  overflow: hidden;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.winning-slides-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.winning-slide {
  position: absolute;
  width: 600px;
  height: fit-content;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  overflow: hidden;
}

.winning-slide.active {
  transform: translateX(0) scale(1);
  z-index: 3;
  filter: blur(0);
  opacity: 1;
}
.winning-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  /* letter-spacing: 2px; */
}
.winning-subtitle {
  font-size: 20px;
  color: #666666;
}

.winning-slide.prev1 {
  transform: translateX(-120px) scale(0.85);
  z-index: 2;
  filter: blur(1px);
  opacity: 1;
}

.winning-slide.next1 {
  transform: translateX(120px) scale(0.85);
  z-index: 2;
  filter: blur(1px);
  opacity: 1;
}
.winning-slide.prev2 {
  transform: translateX(-200px) scale(0.7);
  z-index: 1;
  filter: blur(2px);
  opacity: 0.5;
}

.winning-slide.next2 {
  transform: translateX(200px) scale(0.7);
  z-index: 1;
  filter: blur(2px);
  opacity: 0.5;
}

.winning-slide.hidden {
  transform: scale(0.7);
  opacity: 0;
  z-index: 1;
}

.winning-slide-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.winning-slide-content {
  padding: 25px;
}

.winning-slide-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  text-align: center;
  padding: 15px 5px;
}

.winning-slide-description {
  font-size: 0.95rem;
  color: #7f8c8d;
  line-height: 1.5;
}

.winning-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #2c3e50;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.winning-nav-btn:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
}

.winning-prev-btn {
  left: 20px;
}

.winning-next-btn {
  right: 20px;
}

.winning-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.winning-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #bdc3c7;
  cursor: pointer;
  transition: all 0.3s ease;
}

.winning-dot.active {
  background: #f39c12;
}

/* Responsiveness */
@media (max-width: 1024px) {
  .main-navbar .nav-links {
    padding: 0 115px 0 0;
  }
  .festival-stats-title {
    font-size: 70px;
  }
  .festival-stat-number {
    font-size: 42px;
  }

  /* rodshow */
  .roadshow-title {
    font-size: 70px;
  }
  .roadshow-subtitle {
    font-size: 16px;
  }
  .roadshow-subtitle {
    width: 100%;
  }
  /* speakers */
  .speakers-title {
    font-size: 70px;
  }
  /* advisors */
  .advisors-title {
    font-size: 70px;
  }

  /* glance */
  .glance-title {
    font-size: 70px;
  }

  /* testimonial */
  .testimonial-title {
    font-size: 70px;
  }

  .testimonial-section .mobile-card {
    background-color: #121212;
    overflow: hidden;
    width: 45%;
    height: 100%;
    border-radius: 20px;
  }
  .testimonial-section .mobile-card video {
    border-radius: 0px;
    width: 100%;
    height: 200px;
    border-radius: 20px;
  }
  .testimonial-section .mobile-card h2 {
    font-size: 18px;
  }
  .testimonial-section .mobile-card .author {
    font-size: 14px;
  }

  /* visited */
  .visited-title {
    font-size: 70px;
    text-align: center;
  }
  .visited-subtitle {
    font-size: 16px;
    max-width: 70%;
    margin: 20px auto;
    text-align: center;
  }

  .visited-section .contact {
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 25px;
      margin: 0 auto;
      display: block;
  }

  .visited-section .cities {
    width: 45px;
    height: 45px;
  }

  .visited-section .cities img{
    width: 50%;
    height: 50%;
  }

  .visited-section .cities-title {
    font-size: 28px;
  }

  .visited-section .btn-cities button {
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 25px;
  }


  .visited-section .university {
    width: 100%;
    background-color: #121212;
    border-radius: 25px;
  }

  .visited-section .university .logo {
    width: 45px;
    height: 45px;
    background-color: #fab415;
    border-radius: 50%;
  }

  .visited-section .university-title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
  }

  .winning-title {
    font-size: 70px;
  }
  .winning-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .custom-carousel-controls-desktop {
    display: none !important;
  }
  .scroll-x-wrapper {
    overflow-x: auto;
    display: flex;
    gap: 1rem;
    padding: 1rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .scroll-x-wrapper .card {
    flex: 0 0 auto;
    scroll-snap-align: start;
    min-width: 250px;
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .desktop-nav-links {
    display: none !important;
  }
  .navbar-toggler {
    display: block !important;
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
  }
  .carousel-control-prev.mobile-control,
  .carousel-control-next.mobile-control {
    width: 32px;
    height: 32px;
  }
  .festival-stat-item {
    padding: 20px 15px;
  }
  .festival-stats-title {
    font-size: 50px;
  }
  .festival-stats-description {
    font-size: 16px;
  }
  .festival-stat-number {
    font-size: 36px;
  }
  .festival-stat-icon {
    height: 35px;
  }
  .festival-stat-text {
    font-size: 14px;
  }

  /* celebrate */
  .roadshow-title {
    font-size: 50px;
  }
  .roadshow-description {
    font-size: 16px;
  }
  .roadshow-section .card h5 {
    font-size: 16px;
  }
  .roadshow-section .card p {
    font-size: 12px;
  }
  .roadshow-subtitle {
    font-size: 16px;
  }
  .roadshow-subtitle {
    font-size: 16px;
    width: 100%;
  }

  /* speakers */
  .spekaers-title {
    font-size: 50px;
  }
  .spekaers-description {
    font-size: 16px;
  }
  /* advisors */
  .advisors-title {
    font-size: 50px;
  }
  .advisors-description {
    font-size: 16px;
  }

  /* glance */
  .glance-title {
    font-size: 50px;
  }
  .glance-description {
    font-size: 16px;
  }
  .glance-section .card h5 {
    font-size: 16px;
  }
  .glance-section .card p {
    font-size: 12px;
  }
  .glance-subtitle {
    font-size: 16px;
  }
  /* testimonial */
  .testimonial-title {
    font-size: 50px;
  }

  /* visited */
  .visited-title {
    font-size: 50px;
  }
  .visited-subtitle {
    font-size: 16px;
  }
  /*2024 Roadshow Gallery*/
  .winning-header h1 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .winning-slide {
    width: 350px;
  }
  .winning-slide-image img {
    height: 200px;
  }

    .visited-section .contact {
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 20px;
  }

  .winning-title {
    font-size: 50px;
  }
  .winning-subtitle {
    font-size: 16px;
  }

  
  .visited-section .cities {
    width: 45px;
    height: 45px;
  }

  .visited-section .cities img{
    width: 50%;
    height: 50%;
  }

  .visited-section .cities-title {
    font-size: 28px;
  }

    .visited-section .btn-cities button {
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 20px;
  }

  .visited-section .university {
    width: 100%;
    background-color: #121212;
    border-radius: 25px;
  }

  .visited-section .university .logo {
    width: 45px;
    height: 45px;
    background-color: #fab415;
    border-radius: 50%;
  }

  .visited-section .university-title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
  }
}

@media screen and (max-width: 575px) {
  .festival-stats-section {
    padding: 40px 10px 60px;
  }
  .festival-stat-item {
    min-height: 120px;
  }
  .festival-stat-number {
    font-size: 28px;
  }
  .festival-stat-icon {
    height: 30px;
  }
  .festival-stats-title {
    font-size: 34px;
  }

  /* celebrate */
  .roadshow-section {
    padding: 40px 10px 60px;
  }
  .roadshow-title {
    font-size: 34px;
  }
  .roadshow-section .card h5 {
    font-size: 16px;
  }
  .roadshow-section .card p {
    font-size: 12px;
  }
  .roadshow-subtitle {
    font-size: 16px;
    width: 100%;
  }
  /* speakers */
  .speakers-section {
    padding: 40px 10px 60px;
  }
  .speakers-title {
    font-size: 34px;
  }
  .speakers-description {
    font-size: 16px;
  }

  /* glance */
  .glance-section {
    padding: 40px 10px 60px;
  }
  .glance-title {
    font-size: 34px;
  }
  .glance-section .card h5 {
    font-size: 16px;
  }
  .glance-section .card p {
    font-size: 12px;
  }
  .glance-subtitle {
    font-size: 12px;
  }
  /* testimonial */
  .testimonial-section {
    padding: 40px 10px 60px;
  }
  .testimonial-title {
    font-size: 34px;
  }
  .testimonial-section .mobile-card {
    background-color: #121212;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }
  .testimonial-section .mobile-card video {
    border-radius: 0px;
    width: 100%;
    height: 200px;
    border-radius: 20px;
  }
  .testimonial-section .mobile-card h2 {
    font-size: 18px;
  }
  .testimonial-section .mobile-card .author {
    font-size: 14px;
  }
  /* visited */
  .visited-section {
     padding: 40px 10px 60px;
    }
    .visited-title {
      font-size: 34px;
    }
    .visited-subtitle {
      font-size: 16px;
  }

  .visited-section .contact {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 20px;
  }

  .visited-section .cities {
    width: 45px;
    height: 45px;
  }

  .visited-section .cities img{
    width: 50%;
    height: 50%;
  }

  .visited-section .cities-title {
    font-size: 20px;
  }

  .visited-section .btn-cities button {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 20px;
  }

  .visited-section .university {
    width: 100%;
    background-color: #121212;
    border-radius: 25px;
  }

  .visited-section .university .logo {
    width: 45px;
    height: 45px;
    background-color: #fab415;
    border-radius: 50%;
  }

  .visited-section .university-title {
    font-size: 20px;
  }

  .winning-title {
    font-size: 34px;
  }
  .winning-subtitle {
    font-size: 16px;
  }

}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 320px) {
  .festival-stat-item {
    min-height: 135px;
  }
  .festival-stat-number {
    font-size: 22px;
  }
  .festival-stat-icon {
    height: 25px;
  }
}
