@charset "UTF-8";

/* CUSTOM CSS */
body {
  font-family: 'Arial', sans-serif;
  color: #0f1111;
}
h1, h2, .nav-item {
  font-weight: 600;
}
a.nav-link {
  color: #000 !important;
}
nav {
  box-shadow: 0 0.125rem 0.375rem rgb(0 0 0 / 15%);
}
.news-site-nav {
  background-color: #fff;
}
.custom-nav-bg {
  background-color: #fff;
}
footer {
  box-shadow: 0 -0.125rem 0.375rem rgb(0 0 0 / 15%);
}
.text-primary {
  color: #E26030 !important;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #E26030 !important;
  border: 1px solid #E26030 !important;
  color: #fff !important;
}
.bg-primary-2 {
  background: #232F3E;
}
.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.question:first-child {
  display: block;
}
.question {
  display: none;
}
#content2, #content3, #content4, #content5 {
  display: none;
}
/* Content 2 */
.results {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.results__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.result {
  font-size: 14px;
  line-height: 18px;
  padding: 0.25rem;
  font-weight: 700;
  display: none;
}
.spinner {
  display: block;
  line-height: 1;
  position: relative;
  color: rgb(17, 17, 17);
  width: 124px;
  height: 124px;
  margin: 24px 0;
}
/*.spinner::before {
  content: url('https://jyplacements.ddns.net/BannersLanders/1085/assets/brand-spinner.png');
  position: absolute;
  top: 42%;
  left: 40%;
  transform: translate(-50%, -50%);
}*/
.spinner::after {
  content: '';
  height: 100px;
  width: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: 0.6s linear 0s infinite normal none running spinnerRotation;
  border-radius: 100%;
  text-indent: -9999px;
  border-width: 12px;
  border-style: solid;
  border-color: rgb(191, 214, 49) rgba(40, 50, 90, 0.15) rgba(40, 50, 90, 0.15);
  border-image: initial;
}
@keyframes spinnerRotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Confetti */
@keyframes confetti-spin {
  0% {
    transform: rotate3d(0, 1, 1, 360deg);
  }

  50% {
    transform: rotate3d(0, 1, 1, 180deg);
  }

  100% {
    transform: rotate3d(0, 0, 0, 0);
  }
}

@keyframes confetti-fall {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateY(110vh);
    opacity: 0;
  }
}

.confetti {
  position: fixed;
  animation: confetti-fall 5s ease-out infinite;
  width: 20px;
  height: 20px;
}

.confetti::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  animation: confetti-spin 1s linear infinite;
}

.confetti:nth-child(1)::before {
  background-color: #E84FA9;
}

.confetti:nth-child(2)::before {
  background-color: #6A737D;
  animation-delay: -5s;
  animation-fill-mode: backwards;
  animation-duration: 1.5s;
}

.confetti:nth-child(3)::before {
  background-color: #1369D3;
  animation-delay: -3s;
}

.confetti:nth-child(4)::before {
  background-color: #30A64B;
  animation-delay: -2.5s;
  animation-fill-mode: backwards;
  animation-duration: 1.2s;
}

.confetti:nth-child(5)::before {
  background-color: #6F47BF;
  animation-delay: -4s;
}

.confetti:nth-child(6)::before {
  background-color: #F46A23;
  animation-delay: -6s;
  animation-fill-mode: backwards;
  animation-duration: 1.1s;
}

.confetti:nth-child(7)::before {
  background-color: #FED24E;
  animation-delay: -1.5s;
}

.confetti:nth-child(8)::before {
  background-color: #1369D3;
  animation-delay: -2s;
  animation-fill-mode: backwards;
  animation-duration: 1.8s;
}

.confetti:nth-child(9)::before {
  background-color: #E84FA9;
  animation-delay: -3.5s;
}

.confetti:nth-child(10)::before {
  background-color: #6F47BF;
  animation-delay: -2.5s;
  animation-fill-mode: backwards;
  animation-duration: 1.3s;
}

.confetti:nth-child(1) {
  left: 10%;
  width: 20px;
  height: 20px;
}

.confetti:nth-child(2) {
  left: 20%;
  animation-delay: -5s;
  width: 15px;
  height: 15px;
}

.confetti:nth-child(3) {
  left: 30%;
  animation-delay: -3.2s;
  width: 10px;
  height: 10px;
}

.confetti:nth-child(4) {
  left: 40%;
  animation-delay: -2.5s;
  width: 12px;
  height: 12px;
}

.confetti:nth-child(5) {
  left: 50%;
  animation-delay: -4.1s;
  transform: scale(1.3);
}

.confetti:nth-child(6) {
  left: 60%;
  animation-delay: -6.8s;
  width: 16px;
  height: 16px;
}

.confetti:nth-child(7) {
  left: 70%;
  animation-delay: -1.5s;
  width: 18px;
  height: 18px;
}

.confetti:nth-child(8) {
  left: 80%;
  animation-delay: -2s;
  width: 22px;
  height: 22px;
}

.confetti:nth-child(9) {
  left: 90%;
  animation-delay: -3.5s;
  width: 8px;
  height: 8px;
}

.confetti:nth-child(10) {
  left: 100%;
  animation-delay: -2.5s;
  width: 24px;
  height: 24px;
}

.news-primary {
  color: #E6003D;
}
.bg-news-primary {
  background-color: #E6003D;
}
a {
  color: #E6003D;
}
.btn-news-secondary {
  background-color: #D20F26;
  color: #fff;
}

.gallery-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.gallery {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.gallery img {
  flex: none;
  width: 420px; /* Increased width by 40% */
  height: auto;
  margin-right: 10px;
}

.gallery img:last-child {
  margin-right: 0;
}

button.prev, button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 100;
}

button.prev {
  left: 10px;
}

button.next {
  right: 10px;
}


@media (max-width: 480px) {
  .lead {
    font-size: 14px;
  }
}