@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Shadows+Into+Light&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=STIX+Two+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&amp;display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.brand-text-wrapper,
.nav-item,
.navbar-icons,
.navbar-icons .nav-link,
.sender-form-field {
  align-items: center;
  display: flex;
  justify-content: center;
}

.navbar {
  box-shadow: none;
  color: var(--text-color);
  font-weight: 700;
  padding: 10px 15px;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.navbar-brand {
  align-items: center;
  display: flex;
  flex-shrink: 1;
  max-width: 75%;
}

#avatarDropdown {
  max-height: 25px;
}

.navbar-logo {
  height: 50px;
  margin-right: 10px;
  width: auto;
}

.brand-text-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-text {
  font-family: var(--brand-font);
  font-size: 1.5rem;
}

.navbar-toggler {
  align-items: center;
  border: none;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.25rem;
  justify-content: center;
  padding: .25rem .75rem;
}

@media (max-width: 768px) {
  .navbar-logo {
    display: none;
    height: 40px;
  }
  .navbar-brand {
    flex-shrink: 1;
  }
  .brand-text {
    font-size: 1.25rem;
  }
  .navbar-toggler {
    font-size: 1.2rem;
    padding: .25rem .5rem;
  }
}

@media (max-width: 576px) {
  .navbar-logo {
    height: 30px;
  }
  .brand-text {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .dropdown-menu {
    margin-top: 0;
    padding: 0;
    position: static;
    width: 100%;
  }
  .navbar-nav {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
  }
  .dropdown-item {
    padding: 10px 15px;
    text-align: left;
    width: 100%;
  }
  .dropdown-toggle:after {
    content: "▼";
    display: inline-block;
    margin-left: .5em;
    vertical-align: middle;
  }
  .dropdown-menu.show {
    animation: slideDown .3s ease-in-out;
  }
  @keyframes slideDown {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (min-width: 769px) {
  .dropdown-menu-end {
    left: auto;
    margin-right: 10px;
    right: 0;
    top: 40px;
    transform: translateX(0);
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.testimonials-slider {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  background-color: var(--background-color);
  /* Use your theme color */
  color: var(--text-color);
  /* Use your theme text color */
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.testimonial-text {
  font-size: 1.2rem;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.5;
}

.testimonial-author {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: var(--highlight-color);
  /* Highlight color for author names */
}

.slick-slide {
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}

.slick-active {
  opacity: 1;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: var(--highlight-color);
}

.slick-dots li.slick-active button:before {
  color: var(--primary-color);
  /* Change active dot color */
}

:root {
  --soft-gold:#d4af37;
  --pale-gold:#e6be8a;
  --bronze-gold:#b08d57;
  --sandy-gold:#c2b280;
  --background-color:#ede7df;
  --background-color-2:#faf8f5;
  --button-color:wheat;
  --accent-color-1:#d1c0b1;
  --accent-color-2:#c2d4c5;
  --text-color:#504a40;
  --highlight-color:#9f9c91;
  --neutral-accent:#f3ede8;
  --complementary-accent:#a3a6a9;
  --brand-font:"Sell Your Soul",sans-serif;
  --second-font:"STIX Two Text",serif;
  --backup-font:Arial,sans-serif
;
}

@font-face {
  font-family: Sell Your Soul;
  src: local("Sell Your Soul"), url("../fonts/Sell%20Your%20Soul.ttf") format("truetype");
}

.color-cycle {
  background-color: #c2b280;
  background-color: var(--sandy-gold);
}

html,
body {
  overflow-x: hidden;
  font-family: var(--font-secondary);
  margin: 0;
  padding: 0;
  color: #504a40;
  color: var(--text-color);
}

body {
  font-family: STIX Two Text,serif;
  font-family: var(--second-font);
  padding-top: 70px;
  background-color: var(--background-color);
}

h1, h2 {
  font-family: Sell Your Soul,sans-serif;
  font-family: var(--brand-font);
}

h2 {
  color: #b08d57;
  color: var(--bronze-gold);
  font-weight: 700;
  margin-bottom: 50px;
}

h5 {
  padding-bottom: 30px;
}

p {
  line-height: 1.6;
}

section {
  align-items: center;
  background-color: #faf8f5;
  background-color: var(--background-color-2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 5vw;
}

.content-wrapper {
  margin: 0 auto;
  max-width: 70%;
  padding: 0 20px;
}

@media (max-width: 768px) {
  section {
    padding: 50px 10px;
  }
  .content-wrapper {
    max-width: 90%;
    padding: 0;
  }
}

.btn-primary {
  background-color: wheat;
  background-color: var(--button-color);
}

.btn-success {
  border-color: #c2d4c5;
}

.btn-lg {
  font-size: 1.2rem;
  padding: 10px 20px;
}

.sender-form-field {
  flex-direction: column;
}

.testimonials-slider {
  background-color: var(--background-color);
  border-radius: 8px;
  box-shadow: 0 4px 8px #0000001a;
  color: var(--text-color);
  margin: 0 auto;
  padding: 20px;
  width: 80%;
}

.testimonial-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.testimonial-text {
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}

.testimonial-author {
  color: var(--highlight-color);
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

#about {
  background-color: var(--background-color-2);
  color: var(--text-color);
}

.about-section h2, .about-section h3 {
  color: #b08d57;
}

#about h2 {
  font-size: 2.25rem;
}

#the-basics {
  background-color: var(--neutral-accent);
}

#the-basics h2 {
  font-size: 2.25rem;
}

#the-basics img {
  height: 250px;
}

.card {
  border: none;
  box-shadow: 0 4px 8px #0000001a;
  color: inherit;
  text-decoration: none;
  transition: transform .3s ease,box-shadow .3s ease;
}

.card-title {
  font-size: 1.25rem;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.card-text {
  font-size: 1rem;
  line-height: 1.5;
}

.card:hover {
  box-shadow: 0 6px 12px #16a085;
  transform: translateY(-5px);
}

.card-img-top {
  border-radius: 5px;
  box-shadow: 0 2px 4px #0000001a;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

a.card {
  color: inherit;
}

a.card, a.card:hover {
  text-decoration: none;
}

#cta {
  background-color: var(--neutral-accent);
  color: var(--text-color);
}

#cta h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

#cta p {
  font-size: 1.2rem;
  margin-bottom: 25px;
}

.join-us {
  text-align: center;
}

.join-us .btn {
  background-color: var(--button-color);
  border: none;
  border-radius: 5px;
  color: --background-color-2;
  display: inline-block;
  margin-bottom: 50px;
  margin-top: 20px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

#our-story {
  background-color: var(--neutral-accent);
}

#our-story h2 {
  color: var(--bronze-gold);
  font-size: 2.25rem;
  margin-bottom: 30px;
}

.tagline h1 {
  color: var(--soft-gold);
  font-family: sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
}

.festival-story p, .mission-statement p, .the-story p {
  color: var(--text-color);
  font-size: 1.1rem;
  line-height: 1.8;
  padding: 20px;
}

.core-values ul {
  list-style-type: none;
  padding-left: 20px;
}

.core-values li {
  background-color: var(--background-color);
  border-left: 5px solid var(--soft-gold);
  border-radius: 5px;
  box-shadow: 0 2px 5px #0000001a;
  margin-bottom: 15px;
  padding: 20px;
}

.core-values li strong {
  font-weight: 700;
}

#helpful-info {
  background-color: var(--background-color-2);
  color: var(--text-color);
}

#helpful-info h2 {
  margin-bottom: 30px;
}

#helpful-info p {
  font-size: 1.2rem;
  margin-bottom: 25px;
}

#helpful-info img {
  border-radius: 15px;
  width: 100%;
}

.row {
  align-items: stretch;
}

.transport {
  height: 400px;
}

.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.embed-responsive:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.embed-responsive iframe {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.countdown {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.bloc-time {
  margin-right: 20px;
  text-align: center;
}

.count-title {
  color: wheat;
  font-size: 1rem;
  margin-bottom: 10px;
}

.figure {
  align-items: center;
  background: #0000;
  border-radius: 8px;
  box-shadow: 0 3px 4px 0 #0003,inset 2px 4px 0 0 #ffffff14;
  display: flex;
  height: 70px;
  justify-content: center;
  margin: 0 5px;
  position: relative;
  width: 50px;
}

.figure span {
  color: #d4af37;
  font-size: 2.5rem;
  font-weight: 700;
}

.bloc-time:last-child {
  margin-right: 0;
}

.hero-section {
  align-items: center;
  background-color: var(--background-color);
  background-position: 50%;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -70px;
  min-height: 100vh;
  padding-top: 70px;
}

.hero-section.half-height {
  min-height: 60vh;
}

.hero-image {
  height: auto;
  margin: 50px;
  max-height: 400px;
  max-width: 400px;
  width: auto;
}

.hero-content {
  max-width: 1200px;
  padding: 20px;
  width: 100%;
}

.hero-content, .hero-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.hero-text {
  color: #fff;
  gap: 10px;
}

.hero-text h1, .hero-text p {
  color: #fff !important;
}

.hero-content p {
  font-size: 1.5em;
  margin: 0 0 10px;
}

.hero-content .btn {
  border: none;
  border-radius: 5px;
  color: #fff;
  font-family: var(--brand-font);
  margin: 50px 0 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color .3s ease;
}

@media screen and (max-width: 767px) {
  .hero-content img {
    height: auto;
    max-width: 100%;
  }
  .hero-content p {
    font-size: 1.2em;
  }
  .hero-content .btn {
    padding: 8px 16px;
  }
}

.profile-flex-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 20px;
  justify-content: center;
  padding: 0;
}

.profile-pic {
  flex-basis: 600px;
  height: auto;
  min-width: 200px;
  padding: 10px;
  width: 40%;
}

.profile-flex-container > div {
  flex: 1 1;
  min-width: 300px;
}

.mel-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: auto auto 50px;
  min-width: 400px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  text-align: center;
}

.mel-container h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  margin-top: 0;
}

.mel-container p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
  padding: 10px;
}

.breadcrumb {
  margin-left: 40px;
  margin-top: 40px;
}

.container {
  margin: auto;
  max-width: 600px;
  padding: 20px;
}

h2 {
  text-align: center;
}

.section, h2 {
  margin-bottom: 20px;
}

.section-title {
  color: #333;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
}

.item {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  padding: 8px;
}

.item:last-child {
  border-bottom: none;
}

.item-name {
  color: #555;
  font-weight: 700;
}

.item-time {
  color: #777;
  font-style: italic;
}

.competition-page {
  font-family: var(--second-font);
}

.intro-section {
  color: var(--text-color);
}

#competition-products-container {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  padding: 30px;
}

.winners-section {
  background-color: var(--background-color-2);
  color: var(--text-color);
}

.card {
  cursor: pointer;
  overflow: hidden;
  transition: transform .3s ease;
}

.card img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.details {
  align-items: center;
  display: flex;
  height: 65px;
  justify-content: space-between;
}

.details img {
  display: block;
  height: 50px;
  object-fit: cover;
  width: 50px;
}

.card:hover {
  transform: scale(1.05);
}

.modal {
  align-items: center;
  background-color: #000000e6;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.modal-content {
  display: block;
  height: auto;
  margin: auto;
  max-width: 80%;
}

.close {
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  right: 35px;
  top: 15px;
  transition: .3s;
}

.close:focus, .close:hover {
  color: #bbb;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

.trophy {
  height: 20px;
  width: 20px;
}

.gold {
  color: #d4af37;
}

.silver {
  color: silver;
}

.bronze {
  color: #cd7f32;
}

.container h3 {
  padding-top: 35px;
}

.faq-section {
  background-color: var(--background-color);
  color: var(--text-color);
}

.accordion-button {
  background-color: var(--background-color-2);
  color: var(--text-color);
  font-weight: 700;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: var(--highlight-color);
}

.accordion-body {
  background-color: var(--background-color-2);
  font-size: 1rem;
  line-height: 1.6;
}

.accordion-item {
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 4px #0000001a;
  margin-bottom: 10px;
}

.container {
  max-width: 1200px;
}

.img-fluid {
  max-height: 500px;
  object-fit: cover;
}

.col-md-6 {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .col-md-6 {
    padding: 15px;
  }
}

.btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 10px;
  margin-top: 5px;
}

h5 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

p {
  font-size: 1rem;
  line-height: 1.5;
}

.competition-rules-page {
  background-color: var(--background-color);
  color: var(--text-color);
  font-family: var(--second-font);
}

.rules-content-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.rules-text-content {
  color: var(--text-color);
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 20px 0;
  max-width: 70%;
  text-align: center;
}

.rules-text-content h2 {
  color: var(--bronze-gold);
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: center;
}

.rules-image-container {
  margin: 30px 0;
  overflow-x: auto;
  width: 100%;
}

.rules-image {
  display: block;
  height: 200px;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .rules-text-content {
    max-width: 100%;
  }
  .rules-image {
    min-width: 150%;
  }
}

.intro-section {
  background-color: var(--background-color);
  padding: 50px 0;
  text-align: center;
}

.intro-section h1 {
  color: var(--text-color);
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.intro-section p {
  color: var(--text-color);
  font-size: 1.2rem;
  line-height: 1.6;
}

.training-section {
  background-color: var(--background-color-2);
  padding: 50px 0;
}

.training-section .row {
  align-items: center;
  display: flex;
  justify-content: center;
}

.training-section img {
  border-radius: 10px;
  height: auto;
  max-width: 100%;
}

.training-section h2, .training-section p {
  color: var(--text-color);
  margin-top: 20px;
}

.training-section p {
  line-height: 1.6;
}

.arena-info-section {
  background-color: var(--neutral-accent);
  padding: 50px 0;
}

.arena-info-section h2 {
  color: var(--text-color);
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

.arena-info-section p, .arena-info-section ul {
  color: var(--text-color);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
}

.arena-info-section .info-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.arena-info-section .card {
  background-color: var(--background-color-2);
  border-radius: 10px;
  box-shadow: 0 0 10px #0000001a;
  flex: 1 1;
  margin: 10px;
  min-width: 280px;
  padding: 20px;
  transition: transform .3s ease;
}

.arena-info-section .card:hover {
  transform: translateY(-5px);
}

.arena-info-section .card-body {
  text-align: left;
}

.arena-info-section .card h5 {
  color: var(--text-color);
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.awards-section {
  background-color: var(--background-color);
  padding: 50px 0;
}

.awards-section h2 {
  color: var(--text-color);
  margin-bottom: 30px;
  text-align: center;
}

.awards-section .row {
  display: flex;
  justify-content: center;
}

.awards-section .card {
  background-color: var(--background-color-2);
  border-radius: 10px;
  box-shadow: 0 0 10px #0000001a;
  flex: 1 1;
  margin: 10px;
  min-width: 280px;
  padding: 20px;
  transition: transform .3s ease;
}

.awards-section .card:hover {
  transform: translateY(-5px);
}

.awards-section .card img {
  border-radius: 10px;
}

.awards-section .card-text, .awards-section .card-title {
  color: var(--text-color);
}

.prizes-section {
  background-color: var(--neutral-accent);
  padding: 50px 0;
}

.prizes-section h2 {
  margin-bottom: 30px;
}

.prizes-section h2, .prizes-section p {
  color: var(--text-color);
  text-align: center;
}

.prizes-section p {
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .arena-info-section p, .awards-section p, .intro-section p, .prizes-section p, .training-section p {
    font-size: 1rem;
  }
  .arena-info-section .info-cards, .awards-section .row {
    align-items: center;
    flex-direction: column;
  }
}

/*
======================

bootsrap was here...

=======================
*/
.hero-section {
  color: var(--text-color);
  padding: 5rem 0;
  text-align: center;
}

.hero-section h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.hero-section p {
  font-size: 1.2rem;
}

.chef-section img, .drinks-partner-section img {
  transition: transform .3s ease;
}

.chef-section img:hover, .drinks-partner-section img:hover {
  transform: scale(1.05);
}

.menu-section {
  background-color: #f8f9fa;
  padding: 2rem 0;
}

.menu-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1rem;
}

.menu-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.menu-item-name {
  flex: 0.5 1;
  font-weight: 700;
  text-align: left;
}

.quantity-selector-wrapper {
  flex: 1 1;
  text-align: right;
}

.menu-card {
  background-color: var(--neutral-accent);
  border-radius: 10px;
  box-shadow: 0 4px 8px #0000001a;
  display: flex;
  flex-basis: calc(50% - 1rem);
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 2rem;
  text-align: center;
  transition: transform .3s ease,box-shadow .3s ease;
}

.menu-card:hover {
  box-shadow: 0 8px 16px #0003;
  transform: translateY(-5px);
}

.menu-card button {
  font-size: 1rem;
  padding: .5rem 0;
  width: 100%;
}

@media (max-width: 768px) {
  .menu-card {
    flex: 1 1 100%;
  }
  .menu-card img {
    display: none;
  }
}

@media (max-width: 576px) {
  .menu-card {
    flex: 1 1 100%;
  }
  .menu-card img {
    display: none;
  }
}

.text-center {
  text-align: center;
}

.bg-light {
  background-color: var(--background-color-2);
}

.brand-font {
  color: var(--soft-gold);
  font-family: var(--brand-font);
}

.btn-primary {
  background-color: var(--soft-gold);
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  margin-bottom: 50px;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: background-color .3s ease;
}

.btn-primary:hover {
  background-color: var(--bronze-gold);
}

.btn-success {
  background-color: #157347;
  border-color: var(--accent-color-2);
}

.btn-secondary {
  background-color: var(--highlight-color);
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 10px 20px;
  transition: background-color .3s ease;
}

.btn-secondary:hover {
  background-color: var(--complementary-accent);
}

.social-links {
  gap: 10px;
}

.social-links, .social-links .btn {
  display: flex;
  justify-content: center;
}

.social-links .btn {
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  height: 40px;
  padding: 0;
  width: 40px;
}

.social-links .btn-primary {
  background-color: var(--button-color);
  border: none;
  color: #fff;
  transition: background-color .3s ease;
}

.social-links .btn-primary:hover {
  background-color: var(--highlight-color);
}

#footer-placeholder {
  margin-top: auto;
}

.filter-section {
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.chip {
  background-color: #e9ecef;
  border-radius: 25px;
  color: #343a40;
}

.chip.selected {
  background-color: #007bff;
}

.chip:hover {
  background-color: #0056b3;
}

.exhibitors-section .exhibitor-card {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow .3s ease;
}

.exhibitors-section .exhibitor-card:hover {
  box-shadow: 0 4px 8px #0000001a;
}

.exhibitors-section .card-img-top {
  height: 200px;
  object-fit: cover;
}

.exhibitors-section .card-body {
  padding: 20px;
}

.exhibitors-section .card-title {
  color: #343a40;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.exhibitors-section .card-text {
  color: #6c757d;
  font-size: 1rem;
  margin-bottom: 20px;
}

.exhibitors-section .social-links .btn {
  margin-right: 5px;
}

.experts-section {
  background-color: var(--background-color);
}

.description-experts {
  padding: 0 20px;
  text-align: center;
}

.experts-title {
  color: var(--text-color);
  font-size: 2.5rem;
  margin-bottom: 30px;
  text-align: center;
}

.chips-container {
  margin-top: 60px;
}

.people-list-section {
  background-color: var(--background-color);
  padding: 50px 20px;
}

.person-container {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}

.person-container.row-reverse {
  flex-direction: row-reverse;
}

.person-images {
  align-items: center;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  gap: 10px;
  margin: 0 20px;
  max-height: 700px;
  padding: 10px;
}

.person-images img {
  border-radius: 10px;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.person-info {
  background-color: var(--background-color-2);
  border-radius: 10px;
  box-shadow: 0 0 10px #0000001a;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: start;
  padding: 20px;
  text-align: left;
}

.person-name {
  color: var(--text-color);
  font-size: 2rem;
  margin-bottom: 10px;
}

.person-role {
  background-color: var(--highlight-color);
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 10px;
  text-align: center;
  width: 110px;
}

.person-roles {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.role-chip {
  background-color: #eee;
  border-radius: 16px;
  color: #333;
  font-size: .9em;
  margin-right: 5px;
  padding: 5px 10px;
}

.person-bio p {
  color: var(--text-color);
  font-size: 1.2rem;
  line-height: 1.5;
}

.person-description {
  color: var(--text-color);
  font-size: 1rem;
}

@media (max-width: 768px) {
  .person-container, .person-container.row-reverse {
    flex-direction: column;
  }
  .person-images {
    margin: 0;
    padding: 0;
  }
  .person-info {
    margin-top: 20px;
  }
}

.links-slider {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  max-width: 660px;
  overflow-x: auto;
  padding: 10px 0;
}

.link-item {
  background-color: var(--background-color-2);
  border-radius: 10px;
  box-shadow: 0 4px 10px #0000001a;
  flex: 0 0 auto;
  padding: 10px;
  text-align: center;
  transition: transform .3s;
  width: 200px;
}

.link-item:hover {
  transform: translateY(-5px);
}

.link-image {
  border-radius: 10px;
  height: 100px;
  margin-bottom: 10px;
  object-fit: cover;
  width: 100%;
}

.link-details {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.link-title {
  color: var(--text-color);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-decoration: none;
}

.link-title:hover {
  text-decoration: underline;
}

.link-source {
  color: var(--text-color);
  font-size: .9rem;
}

.links-slider::-webkit-scrollbar {
  height: 8px;
}

.links-slider::-webkit-scrollbar-thumb {
  background-color: var(--highlight-color);
  border-radius: 4px;
}

.links-slider::-webkit-scrollbar-track {
  background-color: var(--background-color-2);
}

.sponsors-section {
  padding: 50px 20px;
}

.sponsors-title {
  color: var(--text-color);
  font-size: 2.5rem;
  margin-bottom: 30px;
  text-align: center;
}

.chips-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}

.chip {
  background-color: var(--neutral-accent);
  border: none;
  border-radius: 20px;
  color: var(--text-color);
  cursor: pointer;
  font-size: 1rem;
  padding: 10px 20px;
  text-align: center;
  transition: background-color .3s ease;
}

.chip.selected, .chip:hover {
  background-color: var(--highlight-color);
  color: #fff;
}

.market-section {
  background-color: var(--background-color);
  padding: 50px 20px;
}

.market-title {
  color: var(--text-color);
  font-size: 2.5rem;
  margin-bottom: 30px;
  text-align: center;
}

.quantity-selector {
  align-items: center;
  display: flex;
  gap: .5rem;
  justify-content: center;
}

.quantity-button {
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  max-width: 50px;
  padding: .5rem 1rem;
}

.quantity-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.quantity-value {
  font-size: 1.2rem;
  text-align: center;
  width: 2rem;
}

.add-to-cart-button {
  background-color: #28a745;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  padding: .5rem 1rem;
}

.add-to-cart-button:hover {
  background-color: #218838;
}

.purchase-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.purchase-item {
  align-items: center;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.purchase-item img {
  border-radius: 4px;
  height: 80px;
  margin-right: 1rem;
  object-fit: cover;
  width: 80px;
}

.purchase-item-details {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  gap: .5rem;
  margin-right: 1rem;
}

.purchase-item h5 {
  margin: 0;
}

.purchase-item p {
  margin: .5rem 0;
}

.cart-total {
  align-items: center;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
  padding: 1rem;
}

.cart-total h4 {
  margin: 0;
}

.success-container {
  align-items: center;
  background-color: #f9f9f9;
  display: flex;
  font-family: Arial,sans-serif;
  justify-content: center;
  min-height: 100vh;
}

.success-content {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px #0000001a;
  padding: 50px;
  text-align: center;
}

.success-heading {
  color: #28a745;
  font-size: 2.5em;
  margin-bottom: 20px;
}

.success-message {
  color: #333;
  font-size: 1.2em;
  margin-bottom: 40px;
}

.success-image {
  height: 150px;
  margin-top: 20px;
  width: 150px;
}

.cancel-container {
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 0 10px #0000001a;
  display: flex;
  flex-direction: column;
  font-family: Arial,sans-serif;
  justify-content: center;
  margin: 20px;
  min-height: calc(100vh - 40px);
  padding: 50px;
  text-align: center;
}

.cancel-heading {
  color: red;
  font-size: 2em;
  margin-bottom: 20px;
}

.cancel-message {
  color: #333;
  font-size: 1.2em;
  margin-bottom: 40px;
}

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

.cancel-button {
  background-color: #007bff;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color .3s ease;
}

.cancel-button:hover {
  background-color: #0056b3;
}

.auth-container {
  align-items: center;
  background-color: #f5f5f5;
  display: flex;
  height: 100vh;
  justify-content: center;
}

.auth-form {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px #0000001a;
  max-width: 400px;
  padding: 2rem;
  text-align: center;
  width: 100%;
}

.auth-form h1 {
  color: #333;
  font-size: 24px;
  margin-bottom: 1rem;
}

.auth-form .error {
  color: red;
  margin-bottom: 1rem;
}

.auth-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.auth-form input {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  padding: .75rem;
  width: 100%;
}

.auth-form button {
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: .75rem;
  transition: background-color .3s;
}

.auth-form button:hover {
  background-color: #0056b3;
}

.auth-form p {
  color: #555;
  font-size: 14px;
  margin-top: 1rem;
}

.auth-form a {
  color: #007bff;
  text-decoration: none;
  transition: color .3s;
}

.auth-form a:hover {
  color: #0056b3;
}
/*# sourceMappingURL=main.css.map */