html {
  scroll-behavior: smooth;
  font-family: "Poppins";
}

.contact-info {
  display: flex;
  flex-direction: column;
}

.location {
  display: flex;
  flex-direction: row;
}

.location > p > a {
  color: #848484;
}

.event-attractions {
  margin-top: 50px;
  margin-bottom: 50px;
}

.attraction > .inner-box > h4 {
  color: #212639;
  margin-left: 20px;
  text-align: center;
}

.inner-box > h4 > a:hover {
  color: #212639;
}

.inner-box.attraction {
  display: flex;
  flex-direction: row;
}

.footer-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.organizer {
  position: relative;
  margin-top: 30px;
  padding-right: 50px;
  left: 0px;
  bottom: 0px;
}

.event {
  position: relative;
  padding-left: 50px;
  right: 0px;
  bottom: 0px;
}

/* .organizer {
  position: absolute;
  margin-bottom: 60px;
  padding-right: 110px;
  left: -300px;
  bottom: -150px;
}

.event {
  position: absolute;
  margin-bottom: 110px;
  padding-left: 110px;
  right: -300px;
  bottom: -150px;
} */

.footer-logo > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .footer-logo > a > img {
    object-fit: contain;
  }
  .main-footer .footer-logo {
    width: 100%;
  }
  .footer-icons {
    flex-direction: column;
  }
  .organizer {
    position: relative;
    margin-bottom: 0px;
    padding-right: 0px;
    left: 0px;
    bottom: 0px;
  }
  .event {
    position: relative;
    margin-top: 50px;
    padding-left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .main-footer .social-links ul {
    margin-top: 10px;
  }
  .main-footer .footer-content {
    padding-top: 0px;
  }
}

@media screen and (min-width: 0px) {
  .book-stalls {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .organizer {
    padding-right: 0px;
  }
  .event {
    position: relative;
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 0px;
    right: 0px;
    bottom: 0px;
  }
}

.main-slider-header {
  width: 100%;
  height: 100vh;
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  justify-content: center;
  background-image: url(../images/background/DESIGN-3\ copy.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.main-slider-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background/bottom-banner.webp);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1025px) {
  .left-section {
    padding-bottom: 0px !important;
    align-items: center !important;
    padding-left: 10px !important;
  }
  #mouse-scroll {
    top: 50vh !important;
  }
  .main-slider-header {
    height: 50vh;
  }
}

@media screen and (max-width: 800px) {
  .main-slider-header {
    grid-template-columns: 400px;
    justify-content: center;
  }
  .left-section {
    padding-left: 0px !important;
    padding-bottom: 0px !important;
  }
  .right-section-header .right-logo .outer-img {
    height: auto !important;
  }
  .main-slider-header {
    height: 80vh;
  }
  #mouse-scroll {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .main-slider-header {
    grid-template-columns: 1fr;
  }
  .left-section {
    padding-left: 0px !important;
  }
  .main-header .logo {
    width: auto;
  }
  .main-slider-header {
    height: 120vh;
  }
  #mouse-scroll {
    top: calc(100vh - -15em) !important;
  }
}

.left-section {
  padding-left: 150px;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-bottom: 100px;
}

.sec-title.introduction h2::after {
  left: 45%;
  width: 120px;
}

.left-column-organizer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.right-column-organizer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.introduction-organizer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -50px;
}

@media screen and (max-width: 500px) {
  .introduction-organizer {
    flex-direction: column;
  }
}

@media screen and (max-width: 400px) {
  .introduction-organizer {
    justify-content: center;
  }
  .left-column-organizer {
    margin-bottom: 50px;
  }
}

.right-section {
  position: relative;
}

.right-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
}

.icon-box {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .map-area .right-section {
    display: flex;
    flex-direction: column-reverse;
  }
  .right-section::before {
    display: none;
  }
  .icon-box {
    position: relative;
    top: 0;
    right: 0;
    display: block;
  }
  .icon-box .icon-box-details {
    margin-left: 0 !important;
  }
}
.icon-box .icon-box-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
  color: #212639;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  margin-left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.icon-box .contact-info {
  display: flex;
  flex-direction: row;
}

.icon-box .contact-info img {
  width: 24px;
  height: 24px;
}

.right-section-header .right-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 25px;
}

.right-section-header .right-logo .outer-img {
  height: 320px;
  transition: all 0.4s ease;
  animation-name: rotateImage;
  animation-timing-function: linear;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

/* Rotate animation in imag */
@keyframes rotateImage {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -360deg);
    transform: rotate3d(0, 0, 1, -360deg);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateImage {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -360deg);
    transform: rotate3d(0, 0, 1, -360deg);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-moz-keyframes rotateImage {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -360deg);
    transform: rotate3d(0, 0, 1, -360deg);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.main-header .logo.other-pages {
  display: block;
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}

@-moz-keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}
#mouse-scroll {
  style: block;
  animation: jumpInfinite 1.5s infinite;
}
#mouse-scroll {
  position: absolute;
  margin: auto;
  left: 50%;
  top: calc(100vh - 150px);
  -webkit-transform: translateX(-50%);
  z-index: 99;
}
#mouse-scroll span {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  margin: 0 0 3px 5px;
}
#mouse-scroll .mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid black;
  top: 170px;
}
#mouse-scroll .down-arrow-1 {
  margin-top: 6px;
}
#mouse-scroll .down-arrow-1,
#mouse-scroll .down-arrow-2,
#mouse-scroll .down-arrow-3 {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}
#mouse-croll .down-arrow-1 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-2 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-3 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-dekay: 0.3s;
  -webkit-animation-direction: alternate;
}
#mouse-scroll .mouse-in {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: black;
  position: relative;
}
#mouse-scroll .mouse-in {
  -webkit-animation: animated-mouse 1.2s ease infinite;
  moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}

/* .gold-sponsors.in-cooperation::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 100%;
  height: 100%;
  border-right: 2px dashed #212639;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
} */

@media screen and (max-width: 767px) {
  .clients-section.style-three .sponsors-outer .image {
    height: auto;
  }
}

.main-menu .navigation > li > ul > li.active > a {
  color: green;
}

.inner-column .text {
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline > .container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-left: 0px;
}

/* The circles on the timeline */
.container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #ff9f55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .container {
    width: 100% !important;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

.overview-section {
  background-position: center bottom;
  background: rgb(41, 134, 175);
  background: linear-gradient(
    150deg,
    rgba(41, 134, 175, 1) 10%,
    rgba(69, 154, 89, 1) 90%,
    rgba(73, 155, 83, 1) 100%
  );
}

.timeline .container .content h2 {
  color: rgba(69, 154, 89);
}

.overview-section .sec-title h2:after {
  position: absolute;
  left: 40%;
  bottom: 0px;
  height: 3px;
  width: 100px;
  content: "";
  background-color: #d1d2d6;
}

.about-section .sec-title.about h2:after {
  position: absolute;
  left: 40%;
  bottom: 0px;
  height: 3px;
  width: 90px;
  content: "";
  background-color: #d1d2d6;
}

.why-section.style-two .inner-column .sec-title {
  margin-bottom: 20px;
}

.why-section .sec-title.why h2:after {
  position: absolute;
  left: 40%;
  bottom: 0px;
  height: 3px;
  width: 90px;
  content: "";
  background-color: #d1d2d6;
}

/* History Section */
.history-section .card {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}

.history-section .row {
  justify-content: center;
  align-items: center;
  place-content: center;
}

@media screen and (max-width: 767px) {
  .about-section .sec-title {
    margin-bottom: 10px;
  }
  .why-section .sec-title {
    margin-bottom: 10px;
  }
  .overview-section .sec-title {
    margin-bottom: 10px;
  }
  .history-section .card {
    padding: 10px;
  }
}

.about-section.style-mission {
  background-image: none;
  background: rgb(41, 134, 175);
  background: linear-gradient(
    150deg,
    rgba(41, 134, 175, 1) 10%,
    rgba(69, 154, 89, 1) 90%,
    rgba(73, 155, 83, 1) 100%
  );
}

.timeline.hydro .container .content h2 {
  line-height: 1;
  font-size: 24px;
}

.timeline.hydro .container .content p {
  font-size: 16px;
}

/* Table */
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  scrollbar-width: thin;
}

#customers td,
#customers th {
  border: 1px solid #ddd;
  padding: 4px;
}

#customers td {
  color: black;
  text-wrap: normal;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

#customers tr:hover {
  /* background-color: #ddd; */
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04aa6d;
  color: white;
}

.right-logo h3 {
  background: #ff9f55;
  text-transform: capitalize;
  color: #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 20px;
}

.loader {
  width: 124px;
  height: 100px;
  position: relative;
  background: whitesmoke;
  border-radius: 4px;
  overflow: hidden;
}

.loader:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  transform: rotate(45deg) translate(30%, 40%);
  background: #3b5998;
  box-shadow: 32px -34px 0 5px #1da1f2;
  animation: slide 2s infinite ease-in-out alternate;
}

.loader:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1da1f2;
  transform: rotate(0deg);
  transform-origin: 35px 145px;
  animation: rotate 2s infinite ease-in-out;
}

@keyframes slide {
  0%,
  100% {
    bottom: -35px;
  }

  25%,
  75% {
    bottom: -2px;
  }

  20%,
  80% {
    bottom: 2px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(-15deg);
  }

  25%,
  75% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(25deg);
  }
}

.single-client-patron {
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid; */
  height: 150px;
  width: 100%;
}

.single-client-patron img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}

.single-client-patron:hover img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}

.single-client-title {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  height: 300px;
  width: 350px;
}

.single-client-title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}

.single-client-title:hover img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .single-client-patron {
    height: 150px;
    width: 200px;
  }
  .single-client-title {
    height: 200px;
    width: 250px;
  }
}

.single-client-cooperation {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  width: 200px;
}

.single-client-cooperation img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}

.single-client-cooperation:hover img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .single-client-cooperation {
    height: 150px;
    width: 150px;
  }

  .single-client-cooperation img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
  }
}

.sponsors-title-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 100%;
  height: 300px;
  border-right: 2px dashed #212639;
}

.inner-box.attraction img {
  animation: fa-spin 2s infinite linear forwards;
}

.sec-title.introduction h2:before {
  background-image: none;
  width: 100%;
  right: 0px;
  border-radius: 20px;
}

.sec-title.introduction h2 {
  color: #006d35;
}

.content p {
  color: #212639;
  font-weight: bold;
}

.challenge-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  padding: 0 40px;
  margin-bottom: 20px;
  gap: 40px;
}

.call-for-action-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 120px;
}

.call-for-action {
  padding: 20px;
  text-align: center;
  background: rgb(247, 151, 29);
  background: linear-gradient(
    271deg,
    rgba(247, 151, 29) 6%,
    rgba(251, 229, 18) 50%,
    rgba(247, 151, 29) 90%
  );
  border-radius: 30px;
  color: black;
  position: relative;
}

.call-text {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 20px;
  font-style: italic;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px dashed #000;
  border-left: 1px dashed #000;
  border-right: 1px dashed #000;
  border-radius: 0 0 30px 30px;
}

.call-text > p {
  color: #000;
}

.prizes-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.prizes-section > .prizes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-flow: wrap;
  margin-bottom: 40px;
}

.prizes > h3 {
  color: #212639;
  font-weight: bold;
  margin: 20px;
}

.first-prize {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  text-align: center;
  background-color: white;
  border-radius: 30px;
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.yellow-wrapper {
  padding: 25px;
}

.yellow-wrapper .number {
  width: 100px;
  height: 150px;
}

.yellow-wrapper .number img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prize-amount {
  position: absolute;
  color: #000;
  bottom: -10px;
  width: 100%;
  padding: 5px 10px;
  border-radius: 20px;
}

.prize-amount.gold {
  background: linear-gradient(
    45deg,
    rgba(242, 215, 12, 1) 0%,
    rgba(255, 255, 255, 1) 56%,
    rgba(252, 235, 0, 1) 96%
  );
}

.prize-amount.gold:before {
  background: linear-gradient(
    45deg,
    rgba(242, 215, 12, 1) 0%,
    rgba(255, 255, 255, 1) 56%,
    rgba(252, 235, 0, 1) 96%
  );
  border: 1px solid rgba(242, 215, 12, 1);
}

.prize-amount.gold:after {
  background: linear-gradient(
    45deg,
    rgba(242, 215, 12, 1) 0%,
    rgba(255, 255, 255, 1) 56%,
    rgba(252, 235, 0, 1) 96%
  );
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(242, 215, 12, 0.3);
  border-right: 1px solid rgba(242, 215, 12, 0.3);
  box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, 0.05);
}

.prize-amount.gold:hover:after {
  background: linear-gradient(
    45deg,
    rgba(242, 215, 12, 1) 3%,
    rgba(255, 255, 255, 1) 39%,
    rgba(252, 235, 0, 1) 100%
  );
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(242, 215, 12, 0.3);
  border-right: 1px solid rgba(242, 215, 12, 0.3);
  box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, 0.05);
}

.prize-amount.silver {
  background: linear-gradient(
    45deg,
    rgba(160, 160, 160, 1) 0%,
    rgba(232, 232, 232, 1) 56%
  );
}

.prize-amount.silver:before {
  background: linear-gradient(
    45deg,
    rgba(181, 181, 181, 1) 0%,
    rgba(252, 252, 252, 1) 56%,
    rgba(232, 232, 232, 1) 96%
  );
  border: 1px solid rgba(181, 181, 181, 1);
}

.prize-amount.silver:after {
  background: linear-gradient(
    45deg,
    rgba(181, 181, 181, 1) 0%,
    rgba(252, 252, 252, 1) 56%,
    rgba(232, 232, 232, 1) 96%
  );
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(160, 160, 160, 0.3);
  border-right: 1px solid rgba(160, 160, 160, 0.5);
  box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, 0.05);
}

.prize-amount.silver:hover:after {
  background: linear-gradient(
    45deg,
    rgba(181, 181, 181, 1) 0%,
    rgba(252, 252, 252, 1) 38%,
    rgba(232, 232, 232, 1) 96%
  );
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(160, 160, 160, 0.3);
  border-right: 1px solid rgba(160, 160, 160, 0.5);
  box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, 0.05);
}

.prize-amount.bronze {
  background: linear-gradient(
    45deg,
    rgba(223, 182, 103, 1) 0%,
    rgba(249, 243, 232, 1) 56%,
    rgba(231, 192, 116, 1) 96%
  );
}

.prize-amount.bronze:before {
  background: linear-gradient(135deg, #d19c35 0%, #f7e6c5 50%, #e8b558 100%);
  border: 1px solid #e6b86a;
}

.prize-amount.bronze:after {
  background: linear-gradient(
    45deg,
    rgba(223, 182, 103, 1) 0%,
    rgba(249, 243, 232, 1) 56%,
    rgba(231, 192, 116, 1) 96%
  );
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(209, 156, 53, 0.3);
  border-right: 1px solid rgba(209, 156, 53, 0.5);
  box-shadow: inset 0px 0px 2px 2px rgba(153, 106, 26, 0.05);
}

.prize-amount.bronze:hover:after {
  background: linear-gradient(
    45deg,
    rgba(223, 182, 103, 1) 0%,
    rgba(249, 243, 232, 1) 41%,
    rgba(231, 192, 116, 1) 96%
  );
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(209, 156, 53, 0.3);
  border-right: 1px solid rgba(209, 156, 53, 0.5);
  box-shadow: inset 0px 0px 2px 2px rgba(153, 106, 26, 0.05);
}

/* MARQUE */
.about-image {
  overflow: hidden;
}
.about-image {
  position: relative;
  margin-right: 20px;
}

.about-img-container {
  display: flex;
  animation: scrolls 40s linear infinite;
  gap: 20px;
}

.about-img-container img {
  width: 100%;
  height: 250px !important;
  height: auto;
}
.about-img-container2 {
  display: flex;
  animation: scrolls 120s linear infinite;
  gap: 20px;
}

.about-img-container2 img {
  width: 100%;
  height: 250px !important;
  height: auto;
}

.about-img-container3 {
  display: flex;
  animation: scrolls 30s linear infinite;
  gap: 20px;
}

.about-img-container3 img {
  width: 100%;
  height: 250px !important;
  height: auto;
}
.about-img-container4 {
  display: flex;
  animation: scrolls 20s linear infinite;
  gap: 20px;
}

.about-img-container4 img {
  width: 100%;
  height: 250px !important;
  height: auto;
}
.about-img-container5 {
  display: flex;
  animation: scrolls 20s linear infinite;
  gap: 20px;
}

.about-img-container5 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.about-img-container5 img:nth-child(2) {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.about-img-container5 img:nth-child(5) {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.sponsor-wrapper {
  height: 300px !important;
}

@keyframes scrolls {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(calc(-100% * var(--num-slides)));
  }
}

/* Modal */

.challenge-image-popup {
  width: 50%;
  height: 50%;
}

.challenge-popup {
  /* display: flex; */
  /* width: 500px; */
}

.call-for-action-wrapper.popup {
  width: 60%;
}
.modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content {
  width: 600px !important;
}

@media screen and (max-width: 998px) {
  .challenge-image-popup {
    width: 100%;
    height: 100%;
  }
  .challenge-popup {
    flex-direction: column;
  }
  .call-for-action-wrapper.popup {
    width: 100%;
  }
}

.close.button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}

.popup-call-form-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 100px;
}

.or-click-register {
  display: none;
}

@media screen and (max-width: 767px) {
  .popup-call-form-action {
    gap: 150px;
  }
  .or-click-register {
    display: block;
    text-align: center;
  }
}

.ev-rally-container {
  display: flex;
  padding: 0 40px;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  border-bottom: 1px solid #212639;
  border-top: 1px solid #212639;
}

.ev-rally-container .ev-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 500px;
}

.ev-image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qr-container {
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
