@charset "UTF-8";
h2 {
  font-family: "AktivGrotesk";
  font-size: 100px;
  font-weight: 400;
  color: #0071CE;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
}

p {
  font-size: 20px;
  line-height: 30px;
  font-family: "AktivGrotesk";
  font-weight: normal;
}

body {
  font-family: "AktivGrotesk";
  position: relative;
  /*&.dark {
    background-color: $body-bg;
    &:after {
      content: "";
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9;
      height: 100%;
      width: 100%;
      background-image: url("../assets/noise2.png");
      opacity: .75;
      mix-blend-mode: overlay;
    }
  }*/
}
body.contact header .nav-bg {
  display: none;
}

header {
  padding: 14px 0 14px;
  background: #fff;
  /*  &.scrolled {
      @media screen and (min-width: 1199px) {
        .logo-wrap {
          transform: translateX(-120%);
          opacity: 0;
        }
        .contact-wrap {
          transform: translateX(120%);
          opacity: 0;
        }
      }
    }*/
}
@media screen and (min-width: 1200px) {
  header .col-xl-7 {
    width: 61.7777%;
  }
  header .col-xl-3 {
    width: 21.5%;
    justify-content: end;
  }
}
header img {
  width: 210px;
}
header .logo-wrap, header .contact-wrap {
  transition: transform 0.5s ease, opacity 0.5s ease;
}
header.scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  transition: top 0.3s ease-in-out;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
header .col-xl-6 {
  position: relative;
}
header .nav {
  transition: all 0.4s ease;
  padding: 8px;
  position: relative;
  display: inline-flex;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  opacity: 1;
  transition-duration: 0s;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 100px;
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
@media screen and (max-width: 1199px) {
  header .nav {
    visibility: hidden;
    position: absolute;
    right: 12px;
    top: 20px;
    z-index: 30;
    width: 14rem;
    max-width: 100%;
    transform-origin: top right;
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    overflow: hidden;
    border-radius: 1.5rem;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.1019607843);
    background-color: rgba(223, 223, 225, 0.8509803922);
    padding: 1.25rem 0.5rem;
    opacity: 0;
    --tw-backdrop-blur: blur(100px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    transition-duration: 0.3s;
  }
}
header .nav .nav-link {
  color: #0a0f2c;
  position: relative;
  z-index: 20;
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 10px;
  transition: color 0.25s ease;
  font-size: 16px;
  font-weight: 400;
}
header .nav .nav-link.active, header .nav .nav-link:hover {
  font-weight: 500;
}
header .nav .nav-bg {
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 1rem);
  width: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(25px) saturate(180%) contrast(1.2) brightness(1.1);
  -webkit-backdrop-filter: blur(25px) saturate(180%) contrast(1.2) brightness(1.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 0 4px 25px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: transform 0.28s ease, width 0.28s ease, height 0.28s ease, opacity 0.2s ease;
  will-change: transform, width, height, opacity;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  header .nav .nav-bg {
    display: none;
  }
}
header .navToggler {
  display: none;
  position: relative;
  z-index: 40;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: #0a0f2c;
  padding: 0.25rem;
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
header .navToggler svg {
  color: #0a0f2c;
}
header .navToggler svg:last-of-type {
  display: none;
}
@media screen and (max-width: 1199px) {
  header .navToggler {
    display: inline-block;
  }
}
@media screen and (max-width: 1199px) {
  header.navOpen .nav {
    visibility: visible;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
    flex-direction: column;
    text-align: left;
  }
  header.navOpen .navToggler svg:first-of-type {
    display: none;
  }
  header.navOpen .navToggler svg:last-of-type {
    display: inline-block;
  }
}
header .button {
  font-size: 16px;
  font-weight: 400;
  padding: 12px 15px;
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  header .button {
    display: none;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  header .button {
    padding: 14px;
  }
}
header .single-link {
  font-size: 14px;
  font-weight: normal;
  font-family: "AktivGrotesk";
  color: #0a0f2c;
}
@media screen and (max-width: 1199px) {
  header .single-link {
    display: none;
  }
}

.banner-section {
  padding: 100px 0 100px;
  text-align: center;
  position: relative;
  background: radial-gradient(50% 70% at 10% 15%, rgb(114, 255, 255) 0%, rgba(0, 36, 71, 0.9) 100%);
  /*  &:before {
      position: absolute;
      content: "";
      z-index: -1;
      top: -30%;
      height: 180%;
      //width: 150%;
      width: 100%;
      //left: -25%;
      left: 0;
      background: url("../assets/noise.png") repeat, linear-gradient(83.21deg, $blue, $blue);
      background-blend-mode: overlay;
      -webkit-mask-image: radial-gradient(rgba(0, 0, 0, .5), transparent 70%);
      mask-image: radial-gradient(rgba(0, 0, 0, .5), transparent 70%);
    }*/
}
@media screen and (max-width: 767px) {
  .banner-section {
    padding: 60px 0 60px;
  }
}
.banner-section h1 {
  font-family: "AktivGrotesk";
  font-size: 104px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .banner-section h1 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .banner-section h1 {
    font-size: 63px;
    line-height: 73px;
  }
}
.banner-section h2 {
  font-family: "AktivGrotesk";
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .banner-section h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.banner-section p {
  font-family: "AktivGrotesk";
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .banner-section p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
.banner-section .organize h3 {
  font-family: "AktivGrotesk";
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.banner-section .organize img {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .banner-section .organize img {
    width: 100%;
  }
}

.only-text {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .only-text {
    padding: 60px 0;
  }
}
.only-text .first {
  font-family: "AktivGrotesk";
  font-size: 20px;
  font-weight: 300;
  color: #0a0f2c;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .only-text .first {
    padding: 0;
  }
}
.only-text .first:first-letter {
  font-size: 60px;
  float: left;
  line-height: 1;
  margin-right: 0.75rem;
}
.only-text .sec {
  font-family: "AktivGrotesk";
  font-size: 20px;
  font-weight: 300;
  color: #0a0f2c;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .only-text .sec {
    padding: 0;
  }
}
.only-text .sec-row {
  margin-top: 80px;
}
.only-text .sec-row .wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 80px;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .only-text .sec-row .wrapper {
    grid-template-columns: 100%;
    gap: 40px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .only-text .sec-row .wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.only-text .sec-row .wrapper .item {
  position: relative;
  height: 100%;
}
.only-text .sec-row .wrapper .item:not(:last-of-type):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background: #0a0f2c;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.only-text .sec-row .wrapper h3 {
  font-family: "AktivGrotesk";
  font-size: 24px;
  font-weight: 500;
  color: #0a0f2c;
  position: relative;
  display: inline-block;
}
.only-text .sec-row .wrapper h3:hover:before {
  width: 100%;
}
.only-text .sec-row .wrapper h3:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: #afff02;
  bottom: -5px;
  left: 0;
  transition: 0.5s;
}
.only-text .sec-row .wrapper p {
  font-family: "AktivGrotesk";
  font-size: 18px;
  font-weight: 300;
  color: #0a0f2c;
}

.button {
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 9999px;
  border: 1px solid #afff02;
  background-color: #fff;
  padding: 1rem 1.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.button:before, .button:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: #afff02;
}

.button-dark {
  --tw-border-opacity: 1;
  border-color: #0a0f2c;
  --tw-bg-opacity: 1;
  background-color: #fff;
  --tw-text-opacity: 1;
  color: #0a0f2c;
}

.button-dark:before, .button-dark:after {
  --tw-bg-opacity: 1;
  background-color: #afff02;
}

.button span {
  position: relative;
  z-index: 10;
  display: block;
  transition: 0.2s color;
}

.button:before {
  content: "";
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.button:after {
  content: "";
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.button:hover:before {
  transform: translateZ(0) scaleZ(1);
  transition: transform 0.5s cubic-bezier(0.1, 0, 0.3, 1);
}

.button:hover:after {
  transform: translateZ(0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

.button:hover span {
  --tw-text-opacity: 1;
  color: rgb(24, 24, 26, var(--tw-text-opacity, 1));
  animation: MoveScaleUpInitial 0.25s forwards, MoveScaleUpEnd 0.25s forwards 0.25s;
}

.button-dark:hover span {
  --tw-text-opacity: 1;
  color: #0a0f2c;
}

.key-dates-section {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .key-dates-section {
    padding: 60px 0;
  }
}
.key-dates-section h2 {
  text-align: center;
  margin-bottom: 72px;
}
.key-dates-section .dates-wrapper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 48px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .key-dates-section .dates-wrapper {
    grid-template-columns: 100%;
    gap: 40px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .key-dates-section .dates-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.key-dates-section .dates-wrapper .item:last-of-type .date:after {
  display: none;
}
.key-dates-section .dates-wrapper .date {
  font-family: "AktivGrotesk";
  font-size: 20px;
  font-weight: normal;
  color: #0a0f2c;
  position: relative;
  padding-left: 30px;
  top: 0;
  transition: 0.5s;
}
.key-dates-section .dates-wrapper .date:hover {
  top: -5px;
}
.key-dates-section .dates-wrapper .date:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #0a0f2c;
}
.key-dates-section .dates-wrapper .date:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #0a0f2c;
  top: 0;
  bottom: 0;
  right: -70px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .key-dates-section .dates-wrapper .date:after {
    display: none;
  }
}
.key-dates-section .dates-wrapper .title {
  font-family: "AktivGrotesk";
  font-size: 20px;
  font-weight: normal;
  color: #0a0f2c;
  display: block;
  margin: 24px 0 4px;
}
.key-dates-section .dates-wrapper p {
  font-family: "AktivGrotesk";
  font-size: 20px;
  font-weight: normal;
  color: #0a0f2c;
  padding-right: 40px;
}

.events-section {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .events-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .events-section .col-sm-4 {
    margin-bottom: 32px;
  }
}
.events-section h2 {
  text-align: center;
  margin-bottom: 64px;
}
.events-section .sec-row {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .events-section .sec-row {
    margin-top: 0;
  }
}
.events-section .sec-row .main-wrapper {
  height: auto;
}
.events-section .sec-row .main-wrapper img {
  height: auto;
}
.events-section .main-wrapper {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.events-section .main-wrapper:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(9, 9, 121, 0), rgba(0, 0, 0, 0.6));
  z-index: 1;
}
.events-section .main-wrapper:hover img {
  transform: scale(1.2);
}
.events-section .main-wrapper:hover .content {
  opacity: 1;
  visibility: visible;
  bottom: 45px;
}
.events-section .main-wrapper img {
  width: 100%;
  border-radius: 8px;
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
}
.events-section .main-wrapper .content {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}
.events-section .main-wrapper .content .title {
  font-family: "AktivGrotesk";
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 8px;
}
.events-section .main-wrapper .content p {
  font-family: "AktivGrotesk";
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.participate-section {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .participate-section {
    padding: 60px 0;
  }
}
.participate-section h2 {
  font-family: "AktivGrotesk";
  margin-bottom: 64px;
  text-align: center;
}
.participate-section .row:last-of-type {
  margin-top: 52px;
}
.participate-section .item {
  border-top: 1px solid #0a0f2c;
  padding-top: 32px;
  position: relative;
  top: 0;
  transition: 0.5s;
}
.participate-section .item:hover {
  top: -10px;
}
.participate-section .item h3 {
  font-family: "AktivGrotesk";
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #0a0f2c;
  margin-bottom: 24px;
}
.participate-section .item p {
  font-family: "AktivGrotesk";
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #0a0f2c;
}

.matters-section {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .matters-section {
    padding: 60px 0;
  }
}
.matters-section h2 {
  text-align: center;
  margin-bottom: 64px;
}
.matters-section p {
  font-family: "AktivGrotesk";
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  color: #0a0f2c;
  max-width: 900px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .matters-section p {
    font-size: 18px;
    line-height: 28px;
  }
}
.matters-section p:last-of-type {
  margin-top: 24px;
  margin-bottom: 64px;
}
.matters-section .logo-detail {
  text-align: center;
}
.matters-section .logo-detail img {
  width: 200px;
}
.matters-section .logo-detail h3 {
  font-family: "AktivGrotesk";
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 32px 0 16px;
  color: #0a0f2c;
}
.matters-section .logo-detail p {
  font-family: "AktivGrotesk";
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  margin: 0 auto;
  color: #0a0f2c;
}

.footer-cta {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.animated-line {
  position: relative;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}

.line-block,
.line-block-copy {
  display: inline-flex;
}

.cta-item {
  display: inline-flex;
  align-items: center;
}

/* Line 1: moves left */
.animated-line-one .line-block,
.animated-line-one .line-block-copy {
  animation: scroll-right 10s linear infinite;
}

/* Line 2: moves right */
.animated-line-two .line-block,
.animated-line-two .line-block-copy {
  animation: scroll-left 10s linear infinite;
}

/* Keyframes */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/* ✨ Pause animation on hover */
.footer-cta:hover .line-block,
.footer-cta:hover .line-block-copy {
  animation-play-state: paused;
}

footer {
  padding: 100px 0 100px;
  background-color: #0a0f2c;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 60px 0;
  }
}
footer:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
  background-image: url("../assets/noise2.png");
  opacity: 0.75;
  mix-blend-mode: overlay;
}
footer .footer-cta:hover .cta-icon {
  transform: rotateX(0) rotate(-45deg);
}
footer .cta-item {
  margin-right: 96px;
}
footer .cta-text {
  font-family: "AktivGrotesk";
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .cta-text {
    font-size: 36px;
    line-height: 46px;
  }
}
footer .cta-icon {
  margin-left: 64px;
  transition: 0.5s;
  transform: rotateX(88deg);
}
footer .animated-line-one {
  margin-bottom: 20px;
}
footer .container {
  margin-top: 96px;
}
footer .container a {
  font-size: 16px;
  font-family: "AktivGrotesk";
  font-weight: normal;
  color: #fff;
  text-decoration: none !important;
}
footer .container a:hover {
  text-decoration: underline !important;
}
footer .container p {
  font-size: 16px;
  font-family: "AktivGrotesk";
  font-weight: normal;
  color: #fff;
}
footer .container p a {
  color: #fff;
}
footer .container .col-sm-6 {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  footer .container .col-sm-6 {
    text-align: center !important;
  }
  footer .container .col-sm-6 p {
    margin-bottom: 0;
  }
}

.inner-banner-section {
  background: linear-gradient(to bottom right, #384c85, #1a224b, #384c85);
  border-radius: 0 0 16px 16px;
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .inner-banner-section {
    padding: 60px 0;
  }
}
.inner-banner-section h1 {
  font-family: "AktivGrotesk";
  font-size: 48px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .inner-banner-section h1 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 24px;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    justify-content: center;
  }
}
.breadcrumb li {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-family: "AktivGrotesk";
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb li a {
  color: #fff;
  border-bottom-width: 0;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#fff, #fff);
  background-size: 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.25s ease-in-out;
  text-decoration: none !important;
}
.breadcrumb li a:hover {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.breadcrumb li:not(:has(a)) {
  position: relative;
}
.breadcrumb li:not(:has(a)):before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  top: 5px;
  bottom: 0;
  margin: auto;
  left: -12px;
}

.about-page-section {
  background: #fff;
  margin-top: 1px;
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .about-page-section {
    padding: 60px 0;
  }
}
.about-page-section h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .about-page-section p {
    font-size: 18px;
  }
}
.about-page-section .img-wrapper {
  max-width: 85%;
  position: relative;
  border-radius: 16px;
}
@media screen and (max-width: 1199px) {
  .about-page-section .img-wrapper {
    max-width: 100%;
    margin-bottom: 64px;
  }
}
.about-page-section .img-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(17, 24, 39, 0.8);
  border-radius: 16px;
}
.about-page-section .img-wrapper img {
  border-radius: 16px;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.about-page-section .img-wrapper .content {
  position: absolute;
  bottom: 40px;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
}
.about-page-section .img-wrapper .content .title {
  font-size: 30px;
  line-height: 40px;
  font-family: "AktivGrotesk";
  font-weight: 600;
  color: #fff;
  display: block;
}
.about-page-section .img-wrapper .content .author, .about-page-section .img-wrapper .content .position {
  font-size: 18px;
  line-height: 28px;
  font-family: "AktivGrotesk";
  font-weight: 600;
  color: #fff;
  display: block;
}
.about-page-section .img-wrapper .content .position {
  font-weight: normal;
}
.about-page-section hr {
  margin: 48px 0;
}
.about-page-section .sec-row h3 {
  font-size: 18px;
  line-height: 28px;
  font-family: "AktivGrotesk";
  font-weight: 300;
  text-align: center;
  margin-bottom: 48px;
}
.about-page-section .sec-row .date-box-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .about-page-section .sec-row .date-box-wrapper {
    grid-template-columns: 100%;
  }
}
.about-page-section .sec-row .date-box-wrapper h4 {
  font-size: 18px;
  line-height: 28px;
  font-family: "AktivGrotesk";
  font-weight: 500;
}
.about-page-section .sec-row .date-box-wrapper .item:first-of-type .box {
  background: #6D6E71;
}
.about-page-section .sec-row .date-box-wrapper .item:first-of-type .box span {
  color: #fff;
}
.about-page-section .sec-row .date-box-wrapper .box {
  padding: 32px 16px;
  border-radius: 8px;
  border: 1px solid #9ca3af;
  width: 130px;
  margin: auto auto 16px;
  text-align: center;
}
.about-page-section .sec-row .date-box-wrapper .box span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: "AktivGrotesk";
  font-weight: 300;
  color: #000;
}
.about-page-section .sec-row .date-box-wrapper .box span.date {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}
.about-page-section.sponsor .img-wrapper {
  max-width: 90%;
}
.about-page-section.sponsor .img-wrapper:before {
  display: none;
}
.about-page-section.sponsor h3 {
  font-size: 34px;
  line-height: 44px;
  font-family: "AktivGrotesk";
  font-weight: 600;
}
.about-page-section.sponsor p {
  font-size: 18px;
  line-height: 28px;
}

.nomin-section {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .nomin-section {
    padding: 60px 0;
  }
}
.nomin-section .heading-row {
  margin-bottom: 64px;
}
@media screen and (max-width: 1199px) {
  .nomin-section .heading-row h2 {
    text-align: center;
  }
}
.nomin-section .heading-row p {
  text-align: right;
  font-size: 24px;
  color: #0a0f2c;
}
@media screen and (max-width: 1199px) {
  .nomin-section .heading-row p {
    text-align: center;
    font-size: 20px;
  }
}
.nomin-section .card-item {
  border: 1px solid #0a0f2c;
  border-radius: 8px;
  padding: 32px;
  transition: 0.5s;
}
.nomin-section .card-item:hover {
  border: 1px solid #afff02;
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.5);
}
.nomin-section .card-item .num {
  font-size: 18px;
  line-height: 28px;
  font-family: "AktivGrotesk";
  font-weight: 500;
  color: #0a0f2c;
}
.nomin-section .card-item h3 {
  font-size: 30px;
  line-height: 40px;
  font-family: "AktivGrotesk";
  font-weight: 400;
  margin: 24px 0;
  color: #0a0f2c;
}
.nomin-section .card-item p {
  font-size: 18px;
  line-height: 28px;
  font-family: "AktivGrotesk";
  font-weight: normal;
  color: #0a0f2c;
}
.nomin-section .spin-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .nomin-section .spin-icon {
    padding: 24px 32px;
  }
}
.nomin-section .spin-icon svg {
  opacity: 0.1;
  animation-duration: 6s;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.participate-about-section {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .participate-about-section {
    padding: 60px 0;
  }
}
.participate-about-section h2 {
  margin-bottom: 64px;
}
@media screen and (max-width: 1199px) {
  .participate-about-section h2 {
    text-align: center;
  }
}
.participate-about-section .card-item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 30px;
  transition: 0.5s;
}
.participate-about-section .card-item:hover {
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.5);
  border: 1px solid #9ca3af;
}
.participate-about-section .card-item h3 {
  font-size: 30px;
  line-height: 40px;
  font-family: "AktivGrotesk";
  font-weight: 400;
  margin: 24px 0;
  color: #000;
}
.participate-about-section .card-item p {
  font-size: 18px;
  line-height: 28px;
  font-family: "AktivGrotesk";
  font-weight: normal;
  color: #4b5563;
}

.awards-section {
  padding: 100px 0 100px;
  background: #f9fafb;
}
@media screen and (max-width: 767px) {
  .awards-section {
    padding: 60px 0;
  }
}
.awards-section .heading-row {
  margin-bottom: 64px;
}
@media screen and (max-width: 1199px) {
  .awards-section .heading-row h2 {
    text-align: center;
  }
}
.awards-section .heading-row p {
  text-align: right;
  font-size: 24px;
  color: rgba(55, 65, 81, 0.7490196078);
}
@media screen and (max-width: 1199px) {
  .awards-section .heading-row p {
    text-align: center;
    font-size: 20px;
  }
}
.awards-section hr {
  margin-bottom: 32px;
}
.awards-section h3 {
  font-size: 30px;
  line-height: 40px;
  font-family: "AktivGrotesk";
  font-weight: 500;
  color: #000;
  margin-bottom: 24px;
}
.awards-section ul {
  padding-left: 20px;
}
.awards-section ul li {
  font-size: 18px;
  line-height: 28px;
  font-family: "AktivGrotesk";
  font-weight: normal;
  color: #000;
}
.awards-section ul li:not(:last-of-type) {
  margin-bottom: 12px;
}

.judges-page-section {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .judges-page-section {
    padding: 60px 0;
  }
}
.judges-page-section .heading-div {
  text-align: center;
  margin-bottom: 64px;
}
.judges-page-section .heading-div h2 {
  margin-bottom: 24px;
}
.judges-page-section .heading-div p {
  max-width: 768px;
  margin: 0 auto 20px;
  font-size: 18px;
  line-height: 28px;
}
.judges-page-section .team-card {
  text-align: center;
  padding: 24px;
  cursor: pointer;
}
.judges-page-section .team-card .img-div {
  margin-bottom: 16px;
}
.judges-page-section .team-card .img-div img {
  width: 192px;
  border-radius: 50%;
  margin: auto;
  border: 5px solid #e5e7eb;
  transition: 0.5s;
}
.judges-page-section .team-card .img-div img:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.judges-page-section .team-card h3 {
  font-size: 20px;
  line-height: 30px;
  font-family: "AktivGrotesk";
  font-weight: 600;
}
.judges-page-section .team-card p {
  font-size: 18px;
  line-height: 28px;
  font-family: "AktivGrotesk";
  font-weight: normal;
}

.team-modal .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9;
}
.team-modal .modal-body {
  padding: 32px;
}
.team-modal .modal-body h3 {
  font-size: 24px;
  line-height: 34px;
  font-family: "AktivGrotesk";
  font-weight: 600;
  margin-bottom: 16px;
}
.team-modal .modal-body strong {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-family: "AktivGrotesk";
  font-weight: 700;
  margin-bottom: 24px;
}
.team-modal .modal-body p {
  font-size: 16px;
  line-height: 26px;
  font-family: "AktivGrotesk";
  font-weight: 400;
}

.pkg-section {
  padding: 100px 0 100px;
  background: #f9fafb;
}
@media screen and (max-width: 767px) {
  .pkg-section {
    padding: 60px 0;
  }
}
.pkg-section .heading-row {
  margin-bottom: 64px;
}
@media screen and (max-width: 1199px) {
  .pkg-section .heading-row h2 {
    text-align: center;
  }
}
.pkg-section .heading-row p {
  text-align: right;
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .pkg-section .heading-row p {
    text-align: center;
    font-size: 20px;
  }
}
.pkg-section .sponsorship-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  background: #fff;
  color: #000;
  font-family: "AktivGrotesk";
}
.pkg-section .sponsorship-table th,
.pkg-section .sponsorship-table td {
  border: 1px solid #ccc;
  padding: 12px;
}
.pkg-section .sponsorship-table th {
  background: #e5e7eb; /* light gray */
  font-weight: 600;
  text-align: left;
  font-family: "AktivGrotesk";
}
.pkg-section .sponsorship-table td:first-child {
  text-align: left;
}
.pkg-section .sponsorship-table .section-heading td {
  background: #f3f4f6;
  font-weight: 600;
  text-align: left;
  font-family: "AktivGrotesk";
}
.pkg-section .additional-div {
  margin-top: 48px;
  padding: 24px;
}
.pkg-section .additional-div h3 {
  font-family: "AktivGrotesk";
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 40px;
}
.pkg-section .additional-div h4 {
  font-family: "AktivGrotesk";
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.pkg-section .additional-div p {
  font-family: "AktivGrotesk";
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
}
.pkg-section .additional-div .text-center {
  margin-top: 32px;
}

.reach-section {
  padding: 50px 0;
  background: #fff;
  text-align: center;
}
.reach-section h2 {
  font-size: 30px;
  line-height: 40px;
  font-family: "AktivGrotesk";
  font-weight: 700;
  margin-bottom: 24px;
}
.reach-section p {
  margin-bottom: 24px;
}
.reach-section .button {
  border: 1px solid #000;
}

.contact-page-section {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .contact-page-section {
    padding: 60px 0;
  }
}
.contact-page-section .col-lg-6:first-of-type {
  padding-right: 100px;
}
@media screen and (max-width: 1199px) {
  .contact-page-section .col-lg-6:first-of-type {
    padding-right: 0;
  }
}
.contact-page-section h2 {
  font-size: 30px;
  line-height: 40px;
  font-family: "AktivGrotesk";
  font-weight: normal;
  margin-bottom: 40px;
}
.contact-page-section hr {
  margin: 24px 0;
}
.contact-page-section .email-div {
  display: grid;
  grid-template-columns: 24px auto;
  gap: 16px;
  align-items: center;
}
.contact-page-section .email-div svg {
  color: #6D6E71;
}
.contact-page-section .email-div a {
  font-size: 18px;
  color: #6D6E71;
  text-decoration: navajowhite;
}
.contact-page-section .email-div a:hover {
  color: #000;
}
.contact-page-section p {
  font-size: 18px;
  line-height: 28px;
}
.contact-page-section p a {
  display: block;
}
.contact-page-section img {
  width: 200px;
}
.contact-page-section .form-div {
  margin-left: 100px;
}
@media screen and (max-width: 1199px) {
  .contact-page-section .form-div {
    margin-left: 0;
    margin-top: 50px;
  }
}
.contact-page-section .form-div .row {
  margin-bottom: 24px;
}
.contact-page-section .form-div label {
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
}
.contact-page-section .form-div input:not([type=submit]):not([type=checkbox]) {
  height: 42px;
  border: 1px solid #6D6E71;
  border-radius: 8px;
  width: 100%;
}
.contact-page-section .form-div textarea {
  height: 150px;
  border: 1px solid #6D6E71;
  border-radius: 8px;
  width: 100%;
}
.participate-reach-section {
  padding: 100px 0 100px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .participate-reach-section {
    padding: 60px 0;
  }
}
.participate-reach-section h2 {
  font-size: 30px;
  line-height: 40px;
  font-family: "AktivGrotesk";
  font-weight: 700;
  margin-bottom: 24px;
}
.participate-reach-section p {
  margin-bottom: 24px;
}
.participate-reach-section .button {
  border: 1px solid #000;
}
.participate-reach-section hr {
  margin: 48px 0 80px;
}
.participate-reach-section .row:not(:first-of-type) {
  margin-top: 64px;
}
.participate-reach-section .row > h2 {
  font-family: "AktivGrotesk";
  font-size: 48px;
  font-weight: 500;
  color: #000;
  text-align: left;
  margin-bottom: 32px;
}
.participate-reach-section .row .col-sm-4 {
  margin-bottom: 16px;
}
.participate-reach-section .card-item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 16px;
  text-align: left;
  transition: 0.3s;
  height: 100%;
  cursor: pointer;
}
.participate-reach-section .card-item:hover {
  border: 1px solid #9ca3af;
  background: #000;
  transform: translateY(-0.5rem);
}
.participate-reach-section .card-item:hover .num {
  color: #fff;
}
.participate-reach-section .card-item:hover h3 {
  color: #fff;
}
.participate-reach-section .card-item .num {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: "AktivGrotesk";
}
.participate-reach-section .card-item h3 {
  font-size: 24px;
  line-height: 34px;
  font-family: "AktivGrotesk";
  font-weight: 400;
  margin: 24px 0;
  color: #000;
}
.participate-reach-section .card-item p {
  font-size: 18px;
  line-height: 28px;
  font-family: "AktivGrotesk";
  font-weight: normal;
  color: #4b5563;
}
.participate-reach-section .text-center {
  margin-top: 64px;
  font-size: 18px;
  line-height: 28px;
  color: #6D6E71;
}
.participate-reach-section .text-center a {
  color: #6D6E71;
}

.participate-modal .modal-header {
  text-align: center;
  justify-content: center;
  padding: 0;
}
.participate-modal .modal-header h1 {
  font-size: 30px;
  line-height: 40px;
  font-family: "AktivGrotesk";
  font-weight: 400;
  margin-bottom: 24px;
}
.participate-modal .modal-footer {
  text-align: center;
  background: rgba(109, 110, 113, 0.1882352941);
  justify-content: center;
  padding: 0;
}
.participate-modal .modal-footer button {
  padding: 12px;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-family: "AktivGrotesk";
  font-weight: normal;
  border: 0;
  background: transparent;
}
.participate-modal .modal-body {
  padding: 32px;
}
.participate-modal .modal-body .main-body {
  margin-top: 24px;
}
.participate-modal .modal-body .main-body h2 {
  font-size: 20px;
  line-height: 30px;
  font-family: "AktivGrotesk";
  font-weight: 500;
  color: #000;
}
.participate-modal .modal-body .main-body p {
  font-size: 16px;
  line-height: 26px;
}
.participate-modal .modal-body .main-body .bg-div {
  background: #f3f4f6;
  padding: 16px;
  text-align: center;
}
.participate-modal .modal-body .main-body .bg-div p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 64px;
}
.participate-modal .modal-body .main-body .bg-div .button {
  border: 1px solid #000;
}

/*# sourceMappingURL=main.css.map */
