@import "fonts.css";

:root {
    --bs-link-color: #FCCB15;
    --bs-link-hover-color: #e4b50c;
    --bs-nav-pills-link-active-bg: #ff1600;
    --mp-link-color: #49B4C6;
    --mp-link-hover-color: #1E889A;
    --bs-table-bg: #ff1600;
}

body {
    font-family: 'EnergiPro';
}

.container {
    max-width: 1000px;
}

.nav-item {
    font-size: 20px;
    margin: 0 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.logo {
    width: 120px;
    /* padding-bottom: 20px; */
}

.bg-body-tertiary {
    background-color: white;
}

.navbar {
    background-color: white;
}

/* .main-body {
    background: url('/media/img/main_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
} */

.card {
    border-radius: 15px;
}

.card-header {
    background-color: var(--bs-link-color);
}

swiper {
    margin: 4% 0;
    width: 90%;
    padding: 10px 0;
}

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

.swiper-slide h4 {
    font-size: 1.5em;
    color: white;
    font-weight: bold;
    background-color: var(--bs-link-color);
}

.swiper-slide img {
    padding: 20px 0;
}

.swiper-slide > p {
    margin-inline: auto;
    max-width: 230px;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
}

.swiper-slide > h3 {
    margin-inline: auto;
    max-width: 230px;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
}

.swiper-pagination {
    bottom: 0 !important;
}

.card-header h2 {
    text-align: center; 
    line-height: 1em; 
    margin-bottom: 0; 
    padding: 5px 0;
    color: white;
}

a {
    color: var(--bs-link-color);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'EnergiPro';
    font-weight: bold;
}

table.rounded-top {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

  table.rounded-top th {
    color: white;
    font-size: 1.2em;
  }

  table.rounded-top th,
  table.rounded-top td {
    padding: 12px 12px;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }

  table.rounded-top tr:last-child td {
    border-bottom: none;
  }

  table.rounded-top th {
    background-color: var(--bs-link-color);
  }

.nav-pills {
    --bs-nav-pills-link-active-bg: var(--bs-link-color);
}

.prize-card {
    width: 40%; 
    margin: 0 auto;
    padding: 20px;
}

.prize-card p {
    margin-bottom: 0;
}

.red-round-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid var(--bs-link-color);
    box-shadow: 6px 5px 14px 1px rgba(0,0,0,0.7);
    -webkit-box-shadow: 6px 5px 14px 1px rgba(0,0,0,0.7);
    -moz-box-shadow: 6px 5px 14px 1px rgba(0,0,0,0.7);
    background-color: white;
}

.blue-round-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #486DB3;
    box-shadow: 6px 5px 14px 1px rgba(0,0,0,0.7);
    -webkit-box-shadow: 6px 5px 14px 1px rgba(0,0,0,0.7);
    -moz-box-shadow: 6px 5px 14px 1px rgba(0,0,0,0.7);
    background-color: white;
}

.blue-prize-card {
    border: 3px solid white;
    background-color: #486DB3;
    color: white;
    box-shadow: 6px 5px 14px 1px rgba(0,0,0,0.7);
    -webkit-box-shadow: 6px 5px 14px 1px rgba(0,0,0,0.7);
    -moz-box-shadow: 6px 5px 14px 1px rgba(0,0,0,0.7);
    text-align: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    justify-content: center;
}

.btn-red {
    background-color: var(--bs-link-color);
    color: white;
    cursor: pointer;
}

.btn-red:hover {
    background-color: var(--bs-link-hover-color);
    color: white;
}

.white-footer {
    background-color: white;
    width: 100%;
}

.img-choice {
    cursor: pointer;
    border: 3px solid white;
}

.img-choice:hover, .img-choice-active {
    border: 3px solid var(--bs-link-color) !important;
}

.img-prize {
    max-width: 150px;
}

section {
    margin: 20px 0;
}

figure {
    max-width: 300px;
    width: 100%;
    background-color: #FFF1D3;
    border: 4px solid white;
    
    border-radius: 10px;
}

.figure-inner {
    border-radius: 10px;
    border: 5px solid white;
    padding: 20px 10px;
}

.confetti {
    background: #FEB80F; 
    background: url('/media/img/confetti.png'), linear-gradient(126deg, rgba(254, 184, 15, 1) 0%, rgba(251, 205, 30, 1) 50%, rgba(254, 184, 15, 1) 100%);
    background-size: contain;
}

figure h3, figure h4 {
    color: var(--bs-link-color);
    font-style: italic;
}

.figure-img {
    max-width: 144px;
}

.figure-big {
    max-width: 300px;

}

.figure-img-big {
    max-width: 294px;
    width: 100%;
}

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

.figure-caption-big {
    font-size: 15px;
    font-weight: bold;
}

.img-grey {
    filter:grayscale(1);
}

section {
    text-align: center;
}

.youtube {
    display: flex;
    justify-content: center;
}

.youtube iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}

.red-asterisk {
    color: var(--bs-nav-pills-link-active-bg);
}