@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Test Martina Plantijn";
  src: url("https://db.onlinewebfonts.com/t/0bb7d8838e26b1174a331afdbe0022e3.eot");
  src: url("https://db.onlinewebfonts.com/t/0bb7d8838e26b1174a331afdbe0022e3.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/0bb7d8838e26b1174a331afdbe0022e3.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/0bb7d8838e26b1174a331afdbe0022e3.woff") format("woff"), url("https://db.onlinewebfonts.com/t/0bb7d8838e26b1174a331afdbe0022e3.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/0bb7d8838e26b1174a331afdbe0022e3.svg#Test Martina Plantijn") format("svg");
}
@font-face {
  font-family: "HelveticaNeueRoman";
  src: url(./assets/fonts/helvetica-neue-5/HelveticaNeueRoman.otf);
}
@font-face {
  font-family: "HelveticaNeueHeavy";
  src: url(./assets/fonts/helvetica-neue-5/HelveticaNeueLTProHvEx.otf);
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "HelveticaNeueRoman";
  background: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HelveticaNeueHeavy";
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}

section {
  padding: 70px 0;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.SideContainer {
  width: 65%;
}

/* From Uiverse.io by elijahgummer */
.WebBtn {
  position: relative;
  padding: 0.8rem 1.7rem;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 9999px;
  cursor: pointer;
  background: linear-gradient(to bottom, #171717, #242424);
  box-shadow: 0 2px 4px rgb(0, 0, 0), 0 10px 20px rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #292929;
}
.WebBtn::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(to bottom, #292929, #000000);
  z-index: -1;
  border-radius: 9999px;
  transition: all 0.5s ease;
  opacity: 1;
}
.WebBtn:hover {
  transform: translateY(2px);
  box-shadow: 0 1px 2px rgb(0, 0, 0), 0 5px 10px rgba(0, 0, 0, 0.4);
}
.WebBtn .inner-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #171717, #242424);
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border-radius: 50%;
  box-shadow: 0 0 1px rgb(0, 0, 0);
  border: 1px solid #252525;
  transition: all 0.2s ease;
}
.WebBtn .inner-button::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(to bottom, #292929, #000000);
  z-index: -1;
  border-radius: 9999px;
  transition: all 0.2s ease;
  opacity: 1;
}
.WebBtn .inner-button .icon {
  filter: drop-shadow(0 10px 20px rgba(26, 25, 25, 0.9)) drop-shadow(0 0 4px rgb(0, 0, 0));
  transition: all 0.4s ease-in-out;
}
.WebBtn .inner-button .icon:hover {
  filter: drop-shadow(0 10px 20px rgb(50, 50, 50)) drop-shadow(0 0 20px rgb(2, 2, 2));
  transform: rotate(-35deg);
}

.SectionTitle {
  text-align: center;
  margin-bottom: 42px;
}
.SectionTitle h3 {
  font-size: 65px;
  background: radial-gradient(44.83% 50% at 50% 50%, #FFD279 0%, #CDA04A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for Firefox support */
  color: transparent;
}
.SectionTitle p {
  font-size: 24px;
  color: #CDCDCD;
}

#Header {
  overflow: hidden;
  margin: 24px 24px 0;
  position: fixed;
  width: 100%;
  top: 0px;
  bottom: 0px;
  left: 0;
  z-index: 1000;
  padding: 0px 24px;
  margin: -1px 0 0;
  transition: 500ms;
  font-family: "DM Sans", sans-serif;
  height: -moz-fit-content;
  height: fit-content;
  display: none;
}
#Header .close-mark {
  font-size: px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  color: #18335D;
}
#Header .ContactBtn {
  transform: none !important;
}
#Header .WebBtn {
  min-width: unset;
}
#Header .navigationMenu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 320px;
  overflow: hidden;
  pointer-events: none;
  z-index: 100;
}
#Header .navigationMenu.active {
  pointer-events: visible;
}
#Header .navigationMenu .revealer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #18335D;
  z-index: 2;
}
#Header .navigationMenu .trigger {
  position: fixed;
  z-index: 1000;
  right: 20px;
  top: 20px;
  background-color: transparent;
  outline: 0;
  border: none;
  pointer-events: visible;
  flex-direction: column;
  display: flex;
  height: 30px;
  width: 30px;
  justify-content: flex-end;
  align-items: flex-end;
  cursor: pointer;
}
#Header .navigationMenu .trigger i {
  color: #18335D;
  font-size: 36px;
}
#Header .navigationMenu .trigger span {
  display: inline-flex;
  height: 4px;
  width: 30px;
  margin: 2px 0;
  background-color: #18335D;
  border-radius: 20px;
  transition: all ease 0.25s;
}
#Header .navigationMenu .trigger span:nth-last-child(2) {
  width: 75%;
}
#Header .navigationMenu .trigger span:last-child {
  width: 50%;
}
#Header .navigationMenu.active .trigger span {
  background-color: #ffffff;
}
#Header .navigationMenu .menu-wrapper {
  background-color: #fff;
}
#Header .navigationMenu .menu {
  position: relative;
  padding: 40px;
  margin: 0;
  height: inherit;
  display: flex;
  flex-direction: column;
  list-style-type: none;
}
#Header .navigationMenu .menu li a {
  font-size: 48px;
  text-decoration: none;
  padding: 10px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 900;
  color: #18335D;
  position: relative;
  overflow: hidden;
}
#Header .navigationMenu .menu li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 0;
  margin: auto;
  display: inline-flex;
  height: 0;
  border: 2px solid #fff;
  border-radius: 100px;
  transition: all ease 0.25s;
}
#Header .navigationMenu .menu li a.active::after, #Header .navigationMenu .menu li a:hover::after {
  opacity: 1;
  left: 0;
  width: 100%;
}
#Header .content {
  padding-top: 30px;
}
#Header h1 {
  font-size: 80px;
}
#Header .text-center {
  text-align: center;
}
#Header .HeaderLogo {
  margin: 0 14px;
  width: 120px;
  transition: 400ms all ease;
}
#Header .navbar {
  padding: 10px 0 14px;
  transition: 500ms;
  position: relative;
  z-index: 0;
}
#Header .navbar a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.2px;
  padding: 0;
  transition: 600ms all ease;
}
#Header .navbar a:hover {
  transform: translateY(-8px);
}
#Header .navbar-expand-lg .navbar-nav {
  width: 40%;
  margin-top: 8px;
  justify-content: space-between;
  align-items: baseline;
}
#Header #navbarSupportedContent {
  justify-content: space-between;
}
#Header ul.navbar-nav li.nav-item {
  margin-right: 0px;
}
#Header ul.navbar-nav li.nav-item:last-child {
  margin-right: 0;
}
#Header .navbar-light .navbar-nav .nav-link.active,
#Header .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}
#Header ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #fff;
}

#Header.darkHeader {
  padding: 10px 0;
}
#Header.darkHeader .navbar {
  padding: 0px 32px 5px 38px;
  transition: 500ms;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(9.9999980927px);
          backdrop-filter: blur(9.9999980927px);
  box-shadow: 0px 0px 58px 0px rgba(255, 255, 255, 0.2509803922) inset;
  border-radius: 18px;
}
#Header.darkHeader .HeaderLogo {
  margin: 0 14px;
  width: 80px;
}

#mobile-nav {
  display: none !important;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0;
  /* common styles*/
  /* bottom line of hamburger */
  /* top line of hamburger */
  /* line one of close icon */
  /* line two of close icon */
}
#mobile-nav #container {
  position: relative;
}
#mobile-nav #checkbox {
  /* checkbox is hidden*/
  display: none;
}
#mobile-nav #icon-container {
  cursor: pointer;
  display: block;
  height: 30px;
  width: 30px;
}
#mobile-nav .icon-menu,
#mobile-nav .icon-menu::before,
#mobile-nav .icon-menu::after,
#mobile-nav .icon-close,
#mobile-nav .icon-close::before,
#mobile-nav .icon-close::after {
  content: "";
  display: block;
  height: 2.7px;
  position: absolute;
  width: 28px;
  border-radius: 20px;
  transition: top ease 0.3s, transform ease 0.3s 0.3s, background 0.3s ease 0.3s;
  background: #fff;
}
#mobile-nav .icon-menu::before {
  top: -7px;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
}
#mobile-nav .icon-menu::after {
  top: 7px;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
}
#mobile-nav .icon-close {
  background: transparent;
}
#mobile-nav .icon-close::before {
  transform: rotate(45deg);
  top: 0px;
  background: #fff;
}
#mobile-nav .icon-close::after {
  transform: rotate(-45deg);
  top: 0px;
  background: #fff;
}
#mobile-nav #icon {
  top: 30px;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
  position: fixed;
  z-index: 100000;
}
#mobile-nav .navbar-expand-lg .navbar-nav .nav-link {
  color: #C4C4C4;
  font-family: "BrandinkSans-Light";
}
#mobile-nav li {
  position: relative;
  font-size: 19px;
  transition: 300ms all ease;
  color: #C4C4C4;
  letter-spacing: 1px;
  transition: 300ms all ease;
  margin: 0 4px;
  display: inline-flex;
  font-weight: 300;
}
#mobile-nav li:hover::after {
  background: #C4C4C4;
}
#mobile-nav li:hover a {
  color: #C4C4C4;
}
#mobile-nav li a {
  color: #C4C4C4;
  padding: 5px 3px 7px;
  transition: 300ms all ease;
}
#mobile-nav li.contact-btn {
  padding: 0;
}
#mobile-nav li.contact-btn::after {
  display: none;
}
#mobile-nav li.active::after {
  background: #C4C4C4;
}
#mobile-nav li.active a {
  color: #C4C4C4;
}
#mobile-nav .SocialIcons {
  display: flex;
  gap: 14px;
}
#mobile-nav .SocialIcons a:hover {
  transition: 300ms all ease;
  transform: scale(1.04);
}
#mobile-nav .mobile_nav_area {
  padding: 0px 12px 4px;
  display: block;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: 400ms all ease;
}
#mobile-nav .mobile_nav_area.darkHeader {
  background: #000;
}
#mobile-nav .mobile_nav_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
#mobile-nav .mobile_nav_right {
  width: 20%;
}
#mobile-nav .mobile_nav_right img {
  width: 60px;
  height: auto;
}
#mobile-nav .mobile_nav_left {
  width: 10%;
  margin-top: 0px;
}
#mobile-nav .mobile_nav_left i {
  cursor: pointer;
  color: #fff;
  font-size: 28px;
}
#mobile-nav .mobile_nav_____ {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 100vh;
  margin-left: -1100px;
  transition: 0.6s all ease;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  margin-bottom: 0px;
  padding-left: 0;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item {
  border-bottom: 1px solid rgba(131, 131, 131, 0.48);
  transition: 0.3s ease-in-out;
  margin: 0 4px;
  position: relative;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item a {
  padding: 4px 14px;
  text-decoration: none;
  position: relative;
  color: #fff;
  text-transform: capitalize;
  font-size: 21px;
  display: flex;
  align-items: center;
  gap: 6px;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item a .material-symbols-outlined {
  transition: 0.3s ease-in-out;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item .dropdown-list {
  position: absolute;
  top: 0px;
  left: 22px;
  width: 100%;
  padding: 12px 22px;
  transform: scale(0.8);
  flex-direction: column;
  background: #d47911;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .dropdown {
  padding-right: 10px;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .dropdown::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.34em solid #fff;
  border-right: 0.34em solid transparent;
  border-bottom: 0;
  border-left: 0.34em solid transparent;
  right: unset;
  left: 27%;
  top: 20px;
  position: absolute;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .contact-btn {
  border: none;
}
#mobile-nav .mobile_nav_____ .dropdown:hover .dropdown-menu.show {
  opacity: 1;
  display: block;
}
#mobile-nav .mobile_nav_____ .dropdown-menu.show {
  background: #000;
  margin: 0;
  padding-left: 16px;
  opacity: 0;
  transition: 200ms all ease;
  display: none;
}
#mobile-nav .mobile_nav_____ .dropdown:hover .dropdown-menu {
  opacity: 1;
  display: block;
}
#mobile-nav .mobile_nav_____ .dropdown-menu {
  opacity: 0;
  transition: 200ms all ease;
  display: none;
  top: 30px;
}
#mobile-nav .mobile_nav_____ .dropdown-menu li:hover::after {
  display: none;
}
#mobile-nav .mobile_nav_____ .dropdown-menu a {
  font-weight: 500;
}
#mobile-nav .mobile_nav_____ .dropdown-menu a:hover {
  background-color: transparent;
  color: #00ACEE;
}
#mobile-nav .mobile_nav_____ .navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #000;
  line-height: 1.5;
  padding: 24px 18px;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.5490196078);
  border: 1px solid #585858;
}
#mobile-nav .mobile_nav_____ .dropdown-item:focus,
#mobile-nav .mobile_nav_____ .dropdown-item:hover {
  color: #fff;
}
#mobile-nav .mobile_nav_____ .dropdown-item.active,
#mobile-nav .mobile_nav_____ .dropdown-item:active {
  color: #fff;
}
#mobile-nav .mobile_nav_____ .navbar > .container-fluid {
  align-items: flex-end;
  align-items: center;
}
#mobile-nav .mobile_nav_____ .navbar-expand-lg .navbar-nav {
  width: 90%;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}
#mobile-nav .mobile_nav_____ .dropdown {
  padding-right: 10px;
}
#mobile-nav .mobile_nav_____ .dropdown::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  right: 0px;
  top: 14px;
  position: absolute;
}
#mobile-nav #header-btn .web-btn {
  cursor: pointer;
  padding: 3px 20px;
}
#mobile-nav .mobile_nav1_icon_____ {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  margin-top: 18px;
  padding: 0 20px;
}
#mobile-nav .mobile_nav1_icon_____ img {
  width: 80px;
}
#mobile-nav .mobile_nav1_icon_____ .material-symbols-outlined {
  color: #0C0C0C;
  font-size: 27px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 0px;
  cursor: pointer;
}
#mobile-nav .mobile_nav1_icon_____ i {
  color: #0C0C0C;
  font-size: 27px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 16px;
  cursor: pointer;
  position: absolute;
  right: 0;
  opacity: 0;
}

#Hero {
  padding: 0;
  background: url("./assets/images/HeroBg.png") no-repeat;
  height: 100vh;
  background-size: cover;
  background-position: bottom;
}
#Hero .Logo {
  width: 100px;
  margin: auto;
}
#Hero .Logo.LogoDesktop {
  width: 150px;
}
#Hero .EventStarts {
  display: flex;
  align-items: center;
  padding: 0px 0 0;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  gap: 14px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 6PX 30px;
}
#Hero .EventStarts #countdown {
  color: #4D8200;
  font-size: 32px;
  font-family: "HelveticaNeueHeavy";
}
#Hero .HeroImg {
  position: relative;
}
#Hero .HeroTitle {
  text-align: center;
  margin-top: -120px;
}
#Hero .HeroTitle p {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
  position: relative;
  z-index: 10;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#Hero .HeroTitle p span {
  position: relative;
  z-index: 10;
  padding: 10px;
}
#Hero .HeroTitle p::after {
  position: absolute;
  top: 16px;
  content: "";
  width: 140px;
  height: 2px;
  background-color: #fff;
  left: -150px;
  z-index: 0;
}
#Hero .HeroTitle p::before {
  position: absolute;
  top: 16px;
  content: "";
  width: 140px;
  height: 2px;
  background-color: #fff;
  right: -150px;
  z-index: 0;
}
#Hero .HeroTitle h1 {
  font-size: 82px;
  background: radial-gradient(44.83% 50% at 50% 50%, #FFD279 0%, #CDA04A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for Firefox support */
  color: transparent;
  text-transform: uppercase;
  /* Shadow behind the text */
  /* soft shadow behind text */
}
#Hero .FormContainer {
  position: fixed;
  transform: translateY(50%);
  z-index: 100;
  left: calc(81% - 200px);
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
#Hero .FormContainer .HighlightedText {
  border-radius: 1rem 1rem 0 0;
  box-shadow: 0px 0px 32px 0px rgba(255, 255, 255, 0.6);
  border: 1px solid #4D8200;
  background: #FFFFFF;
  margin-bottom: 0;
}
#Hero .FormContainer .HighlightedText h2 {
  font-size: 42px;
  color: #D3A553;
  margin: 0 0 -2px;
  text-align: center;
}
#Hero .FormContainer .HighlightedText h2 span {
  font-size: 24px;
  color: #000;
}
#Hero .FormContainer .form-container {
  background: rgb(0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 2rem;
  border-radius: 0 0 1rem 1rem;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  border-top: none;
}
#Hero .form-title {
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}
#Hero .glass-form {
  display: flex;
  flex-direction: column;
}
#Hero .glass-form label {
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
#Hero .glass-input {
  padding: 0.7rem 1rem;
  margin-bottom: 1.5rem;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1rem;
  border: 1px solid #C4C4C4;
  width: 100%;
}
#Hero .glass-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#Hero .glass-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#Hero .glass-input:focus {
  outline: 2px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.15);
}
#Hero .glass-button {
  position: relative;
  padding: 0.6rem 1.2rem;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000;
  border-radius: 9999px;
  cursor: pointer;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #292929;
}
#Hero .EventList {
  position: absolute;
  width: 72%;
  bottom: 24px;
}
#Hero .EventList .col-lg-4:nth-child(2) .EventInfo {
  transform: scale(1);
  box-shadow: 0px 0px 52px 0px rgba(232, 193, 102, 0.8);
  border: 1px solid #E8C166;
}
#Hero .EventList .EventInfo {
  background: #FFFFFF;
  padding: 10px 20px;
  border-radius: 18px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  transform: scale(0.8);
  box-shadow: 0px 0px 32px 0px rgba(255, 255, 255, 0.6);
  border: 1px solid #4D8200;
}
#Hero .EventList .EventInfo .Rank {
  font-size: 21px;
  margin-bottom: 12px;
  font-family: "HelveticaNeueHeavy";
}
#Hero .EventList .EventInfo .Rank span {
  font-size: 32px;
  border-bottom: 4px solid #599700;
}
#Hero .EventList .EventInfo .Prize {
  font-size: 42px;
  color: #599700;
  font-family: "HelveticaNeueHeavy";
}
#Hero .EventList .EventInfo .Prize sup {
  font-size: 42px;
  color: #000;
  font-family: "HelveticaNeueHeavy";
}
#Hero .EventList .EventInfo .Trofee {
  position: absolute;
  width: 100px;
  bottom: 0;
  left: -50px;
  transform: rotate(-10deg);
}
#Hero .EventList .EventInfo h2 {
  margin: 0;
}
#Hero .HeroDetails {
  text-align: center;
  margin: auto;
  width: 85%;
  margin-top: 42px;
}
#Hero .HeroDetails .HeroBox {
  background: url("./assets/images/TexturedBg.png") no-repeat;
  background-size: cover;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 14px 24px;
  border-radius: 14px;
  font-size: 36px;
  line-height: 1.3;
  font-family: "HelveticaNeueHeavy";
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}

#Proccess {
  overflow: visible;
}
#Proccess .SectionTitle {
  margin: 0;
}
#Proccess .listar-map-button {
  width: 100%;
  position: absolute;
  display: table;
  right: 0;
  top: 0;
  height: 200px;
  line-height: 164px;
  white-space: nowrap;
  font-size: 0;
}
#Proccess .listar-map-button {
  right: auto;
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07) inset, 0 0 35px rgba(0, 0, 0, 0.05) inset;
}
#Proccess .listar-map-button-text span {
  background-color: #000000;
  color: #252525;
  text-shadow: none;
}
#Proccess .listar-page-header-content .listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
#Proccess header .footer-wave {
  max-width: 102%;
  width: 100%;
  height: 187.8px;
  left: 0;
  z-index: 1;
  bottom: -67px;
  background: url(https://1.bp.blogspot.com/-NYl6L8pz8B4/XoIVXwfhlNI/AAAAAAAAU3k/nxJKiLT706Mb7jUFiM5vdCsOSNnFAh0yQCLcBGAsYHQ/s1600/hero-wave.png) repeat-x;
  animation: wave 10s cubic-bezier(0.44, 0.66, 0.67, 0.37) infinite;
}
@keyframes wave {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 1440px;
  }
}
#Proccess .listar-feature-item-wrapper {
  padding-left: 27px;
  padding-right: 27px;
}
#Proccess .listar-feature-item {
  height: calc(100% - 20px);
  position: relative;
}
#Proccess .listar-feature-item.listar-feature-has-link ~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
}
#Proccess .listar-feature-item a {
  position: absolute;
  top: -12px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% + 4px);
  border-radius: 1000px;
  z-index: 10;
}
#Proccess .listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}
#Proccess .listar-feature-item .animate:after {
  content: "";
  position: absolute;
  bottom: -68px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  z-index: 10;
  animation: ripple 0.7s linear infinite;
  box-shadow: 5px 5px 10px rgba(44, 44, 44, 0.6), -5px -5px 10px rgba(0, 0, 0, 0.5);
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(65, 67, 70, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(71, 71, 71, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}
#Proccess .listar-feature-item .listar-feature-item-inner {
  padding: 50px 30px;
  border-radius: 6px;
  z-index: 5;
  position: relative;
  height: 100%;
}
#Proccess .listar-feature-item .listar-feature-item-inner {
  padding-top: 60px;
  padding-bottom: 80px;
}
#Proccess .listar-feature-item .listar-feature-item-inner:before {
  border: 0;
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}
#Proccess .listar-feature-item .listar-feature-item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#Proccess .listar-feature-right-border {
  position: absolute;
  width: calc(100% + 24px);
  height: calc(110% + 24px);
  top: -12px;
  left: 50%;
  overflow: hidden;
}
#Proccess .listar-feature-items {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
#Proccess .listar-feature-right-border:before,
#Proccess .listar-hovering-features .listar-feature-item a:hover ~ .listar-feature-item-inner .listar-feature-right-border:before {
  border: 11px solid #ffffff;
}
#Proccess .listar-feature-right-border:before,
#Proccess .listar-hovering-features .listar-feature-item a:hover ~ .listar-feature-item-inner .listar-feature-right-border:before,
#Proccess .listar-hovering-features-grey .listar-feature-item a:hover ~ .listar-feature-item-inner .listar-feature-right-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 11px solid #1a1a1a;
  border-radius: 987px;
  left: -50%;
}
#Proccess .listar-feature-item .listar-feature-block-content-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  margin: -30px;
  padding: 30px;
  height: calc(100% + 100px);
}
#Proccess .listar-features-design-2 .listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}
#Proccess .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  content: "";
  background-color: #000000;
  z-index: 6;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}
#Proccess .listar-feature-icon-wrapper {
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 500px;
  position: relative;
  background-color: #333333;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
  transform: rotate(0deg);
  left: 50%;
  vertical-align: middle;
  margin-left: -74px;
  top: -66px;
  margin-top: -74px;
}
#Proccess .listar-feature-icon-inner {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 500px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #424242;
}
#Proccess .listar-feature-icon-inner div {
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: left;
}
#Proccess .listar-feature-icon-inner img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  left: 50%;
  transform: translate(-50%);
  height: 55px;
}
#Proccess .listar-feature-item img,
#Proccess .listar-feature-item i {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-size: 40px;
  top: 0;
  padding: 0;
  color: #258bd5;
}
#Proccess .listar-feature-with-image .listar-feature-content-wrapper {
  top: 0;
}
#Proccess .listar-feature-content-wrapper {
  position: relative;
  margin-top: -15.5px;
}
#Proccess .listar-feature-item .listar-feature-item-title {
  padding-top: 0;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.5;
}
#Proccess .listar-feature-item .listar-feature-item-title.listar-feature-counter-added > span {
  margin-left: 25px;
  border-radius: 0 50px 50px 0;
}
#Proccess .listar-feature-item .listar-feature-item-title > span {
  position: relative;
  padding: 0.6rem 1.2rem;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 9999px;
  cursor: pointer;
  background: linear-gradient(to bottom, #171717, #242424);
  box-shadow: 0 2px 4px rgb(0, 0, 0), 0 10px 20px rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #292929;
  padding-left: 25px;
}
#Proccess .listar-feature-item .listar-feature-item-title > span span {
  position: relative;
  padding: 0.6rem 1.2rem;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000;
  border-radius: 9999px;
  cursor: pointer;
  background: linear-gradient(to bottom, #171717, #242424);
  box-shadow: 0 2px 4px rgb(0, 0, 0), 0 10px 20px rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #292929;
  width: 50px;
  height: 50px;
  line-height: 30px;
  white-space: nowrap;
  position: absolute;
  top: -3px;
  left: -37px;
  border-radius: 50px;
  background: radial-gradient(44.83% 50% at 50% 50%, #FFD279 0%, #CDA04A 100%);
}
#Proccess .listar-feature-item .listar-feature-item-title span {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-shadow: none;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
}
#Proccess .listar-feature-item-excerpt {
  padding: 0 0px;
}
#Proccess .listar-feature-item-excerpt {
  color: #fff;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#Proccess .pset {
  padding-top: 180px;
  padding-bottom: 80px;
}
#Proccess .listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
#Proccess .listar-map-button-text span {
  background-color: #000000;
  color: #252525;
  text-shadow: none;
  transition: all 0.2s ease-in;
}
#Proccess .listar-map-button-text span:after {
  border: 12px solid #000000;
}
#Proccess .listar-map-button-text span:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  border-radius: 36px;
}
#Proccess .listar-map-button:hover .listar-map-button-text span {
  padding: 10px 43px 10px 51px;
  transition: all 0.2s ease-in;
}
#Proccess .listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}
#Proccess .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15), 15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
  bottom: -64px;
  background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
  background-size: 40%;
  color: #ffffff;
  line-height: 52px;
}
#Proccess .col-lg-1,
#Proccess .col-lg-2,
#Proccess .col-lg-3,
#Proccess .col-lg-4,
#Proccess .col-lg-5,
#Proccess .col-lg-6,
#Proccess .col-lg-7,
#Proccess .col-lg-8,
#Proccess .col-lg-9,
#Proccess .col-lg-10,
#Proccess .col-lg-11,
#Proccess .col-lg-12,
#Proccess .col-md-1,
#Proccess .col-md-2,
#Proccess .col-md-3,
#Proccess .col-md-4,
#Proccess .col-md-5,
#Proccess .col-md-6,
#Proccess .col-md-7,
#Proccess .col-md-8,
#Proccess .col-md-9,
#Proccess .col-md-10,
#Proccess .col-md-11,
#Proccess .col-md-12,
#Proccess .col-sm-1,
#Proccess .col-sm-2,
#Proccess .col-sm-3,
#Proccess .col-sm-4,
#Proccess .col-sm-5,
#Proccess .col-sm-6,
#Proccess .col-sm-7,
#Proccess .col-sm-8,
#Proccess .col-sm-9,
#Proccess .col-sm-10,
#Proccess .col-sm-11,
#Proccess .col-sm-12,
#Proccess .col-xs-1,
#Proccess .col-xs-2,
#Proccess .col-xs-3,
#Proccess .col-xs-4,
#Proccess .col-xs-5,
#Proccess .col-xs-6,
#Proccess .col-xs-7,
#Proccess .col-xs-8,
#Proccess .col-xs-9,
#Proccess .col-xs-10,
#Proccess .col-xs-11,
#Proccess .col-xs-12 {
  align-self: flex-start;
}

#WinningList .content {
  width: 100vmin;
  margin: auto;
}
#WinningList h2 {
  text-align: center;
}
#WinningList .team {
  padding: 2em 0 2em 2.5em;
  margin: 0;
}
#WinningList .member {
  margin: 1.5em 0 0.5em;
  padding: 0.73em;
  background: linear-gradient(83deg, #1c1c1c 0 97%, rgba(255, 255, 255, 0) calc(97% + 1px) 100%);
  position: relative;
  list-style: none;
  display: inline-block;
  transform: scale(0.85);
  transition: all 0.6s ease 0s;
}
#WinningList .member:nth-of-type(even) {
  text-align: right;
  background: linear-gradient(-83deg, #1c1c1c 0 97%, rgba(255, 255, 255, 0) calc(97% + 1px) 100%);
}
#WinningList .member .thumb {
  width: 13vmin;
  height: 13vmin;
  float: left;
  margin-right: 1.25em;
  background: linear-gradient(-86deg, #2f313a 0 70%, #1c1c1c 0% 100%);
  transform: rotate(-4deg);
  transition: all 0.4s ease 0s;
  border-radius: 0.25em;
  overflow: hidden;
  margin-left: -3em;
  padding: 0.5em;
}
#WinningList .member .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 0.25em;
  filter: grayscale(1);
  background: #2f313a;
}
#WinningList .member:nth-of-type(even) .thumb {
  float: right;
  margin-left: 2em;
  margin-right: -3em;
  transform: rotate(4deg);
  background: linear-gradient(86deg, #2f313a 0 70%, #fff 0% 100%);
}
#WinningList .member:hover {
  transform: scale(1);
  filter: drop-shadow(0px 20px 10px rgba(0, 0, 0, 0.5333333333));
}
#WinningList .member:hover .thumb {
  padding: 0.1em;
  transform: rotate(-1deg);
  background: linear-gradient(-89deg, #2f313a 0 70%, #fff 0% 100%);
}
#WinningList .member:hover:nth-of-type(even) .thumb {
  background: linear-gradient(91deg, #2f313a 0 70%, #fff 0% 100%);
}
#WinningList .member:hover .thumb img {
  filter: none;
}
#WinningList .member:hover h3 {
  transform: rotate(0deg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 59%, #2f313a 0 100%);
}
#WinningList .member .description {
  padding-top: 1vmin;
}
#WinningList .member .description p {
  padding: 0 2em;
  margin-bottom: 1em;
  color: #CDCDCD;
}
#WinningList .member .description p a {
  display: inline-block;
  margin: 0.5em 0 0 0;
  background: #2f313a;
  color: #fff;
  padding: 0.1em 0.5em 0.35em;
  border-radius: 0.5em;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
#WinningList .member .description p a:hover {
  color: #2f313a;
  background: #fff;
  font-weight: bold;
}
#WinningList .member .description p a img {
  float: left;
  width: 22px;
  filter: invert(1);
  border-radius: 0.15em;
  padding: 2px;
  background: #fff;
  margin-right: 2px;
}
#WinningList .member h3 {
  background: linear-gradient(182deg, rgba(255, 255, 255, 0) 60%, #2f313a 0 100%);
  display: inline;
  transform: rotate(-2deg);
  position: absolute;
  margin: 0;
  margin-top: -2.25em;
  left: 9vmin;
  padding: 0.5em 0.75em;
  color: #fff;
  border-radius: 0.25em;
  font-size: 1.35em;
  transform-origin: left bottom;
}
#WinningList .member:nth-of-type(even) h3 {
  left: auto;
  right: 9vmin;
  transform: rotate(2deg);
  transform-origin: right bottom;
  background: linear-gradient(-182deg, rgba(255, 255, 255, 0) 60%, #2f313a 0 100%);
}
#WinningList .member.co-funder::after {
  content: "CO-FUNDER";
  font-size: 0.75em;
  position: absolute;
  top: -1.5em;
  background: #fff;
  right: 4em;
  transform: rotate(3deg);
  padding: 0.35em 0.75em 0.5em;
  border-radius: 0.25em;
  color: #2f313a;
  font-weight: bold;
}
#WinningList .member.co-funder:nth-of-type(even)::after {
  right: auto;
  left: 4em;
  transform: rotate(-3deg);
}

#Footer {
  position: relative;
  padding: 0px 0 60px;
  background-color: #000000;
  overflow: hidden;
}
#Footer video {
  width: 100%;
  position: absolute;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  top: 0;
  opacity: 0.5;
}
#Footer .col-lg-4,
#Footer .col-lg-8,
#Footer .col-lg-12 {
  border-right: 1px dashed #313131;
  border-bottom: 1px dashed #313131;
  border-top: 1px dashed #313131;
}
#Footer .col-lg-4 .FooterBox,
#Footer .col-lg-8 .FooterBox,
#Footer .col-lg-12 .FooterBox {
  height: 100%;
  padding: 24px 0;
  color: #fff;
}
#Footer .FooterVideo {
  position: relative;
  width: 65%;
}
#Footer .FooterContainer {
  overflow: hidden;
  top: 0;
  width: 100%;
  left: 0;
  margin-bottom: 42px;
}
#Footer .FooterContainer .FooterBox {
  display: flex;
}
#Footer .FooterContainer .SectionTitle {
  margin: 0;
}
#Footer .FooterContainer .SectionTitle h3 {
  text-align: left;
  font-size: 48px;
}
#Footer .FooterContainer .ContactDetails {
  display: flex;
  align-items: center;
  gap: 24px;
  word-break: break-all;
  font-size: 18px;
  transition: 500ms all ease;
}
#Footer .FooterContainer .ContactDetails:hover {
  color: #D3A553;
}
#Footer .FooterContainer .ContactDetails .Icon {
  position: relative;
  padding: 1rem;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 9999px;
  cursor: pointer;
  background: linear-gradient(to bottom, #171717, #242424);
  box-shadow: 0 2px 4px rgb(0, 0, 0), 0 10px 20px rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #292929;
}
#Footer .FooterContainer .ContactDetails .Icon img {
  width: 24px;
  height: 24px;
}
#Footer .FooterBottom {
  height: 100%;
}
#Footer .FooterBottom .CopyRight {
  padding: 24px;
  text-align: center;
  color: #fff;
  display: inline-block;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
}
#Footer .FooterBottom .CopyRight a {
  transition: 500ms all ease;
}
#Footer .FooterBottom .CopyRight a:hover {
  color: #D3A553;
}
#Footer .FooterBottom .PagesLink {
  height: 100%;
  padding: 24px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
#Footer .FooterBottom .PagesLink a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 19px;
}
#Footer .FooterBottom .PagesLink a span {
  display: block;
  transition: 500ms all ease;
}
#Footer .FooterBottom .PagesLink a:hover span {
  transform: translateY(-10px);
  color: #D3A553;
}
#Footer .FooterBottom .SocialMedia {
  padding: 24px;
  display: flex;
  gap: 24px;
}
#Footer .FooterBottom .SocialMedia .Icon {
  position: relative;
  padding: 1rem;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 9999px;
  cursor: pointer;
  background: linear-gradient(to bottom, #171717, #242424);
  box-shadow: 0 2px 4px rgb(0, 0, 0), 0 10px 20px rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #292929;
}
#Footer .FooterBottom .SocialMedia .Icon:hover {
  transform: scale(1.1);
}
#Footer .FooterBottom .SocialMedia .Icon img {
  width: 24px;
  height: 24px;
}

#Disclaimer {
  padding-left: 10%;
  padding-bottom: 0;
}
#Disclaimer .SectionTitle h3 {
  margin-bottom: 42px;
}
#Disclaimer .SectionTitle {
  text-align: left;
}
#Disclaimer .SectionTitle p {
  text-align: justify;
}

#Eligiblity {
  padding-left: 10%;
}
#Eligiblity .SectionTitle {
  text-align: left;
}
#Eligiblity .SectionTitle p {
  text-align: justify;
}
#Eligiblity .DatesMain .Title h4 {
  margin-bottom: 32px;
  font-size: 42px;
  color: #fff;
  text-align: center;
}
#Eligiblity .CompetitionDates {
  padding: 1rem 2rem;
  border-radius: 1rem;
  width: 100%;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("./assets/images/TexturedBg.svg") no-repeat;
  background-size: cover;
  font-size: 42px;
  color: #fff;
  font-family: "HelveticaNeueHeavy";
  margin-bottom: 42px;
}
#Eligiblity .CompetitionDates .Dates {
  font-size: 19px;
  color: #000;
}
#Eligiblity .CompetitionDates .Dates span {
  color: #fff;
}
#Eligiblity .DatesBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
}
#Eligiblity .DatesBox .Date {
  font-size: 27px;
  color: #fff;
}
#Eligiblity .DatesBox .Date span {
  color: #D3A553;
}
#Eligiblity .EligiblityBox {
  background: rgb(0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 2rem;
  border-radius: 1rem;
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  margin-bottom: 42px;
}
#Eligiblity .EligiblityBox .Title h4 {
  margin-bottom: 32px;
  font-size: 36px;
  color: #fff;
}
#Eligiblity .EligiblityBox ul li {
  padding-left: 24px;
  font-size: 24px;
  color: #CDCDCD;
  margin-bottom: 14px;
}
#Eligiblity .EligiblityBox ul li::marker {
  content: "👉";
  font-size: 24px;
}

#FlotingIcon {
  padding: 0;
  /* Floating Button Container */
  /* Glass Effect */
}
#FlotingIcon .floating-buttons {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  display: flex;
  gap: 70px;
  opacity: 0;
  transition: all 0.6s ease;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 18px 36px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
#FlotingIcon .floating-buttons.visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
#FlotingIcon .floating-buttons a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  transition: 400ms all ease;
  justify-content: center;
  position: relative;
}
#FlotingIcon .floating-buttons a:last-child::after {
  display: none;
}
#FlotingIcon .floating-buttons a::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
#FlotingIcon .floating-buttons a:hover {
  color: #D3A553;
}
#FlotingIcon .floating-buttons img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  /* Make icons white */
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 1 !important;
  transition-property: opacity, transform;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #fff;
}

#ThankYou {
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: center;
  position: relative;
}
#ThankYou video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#ThankYou .container {
  max-width: 600px;
  background: #FFFFFF;
  padding: 40px;
  border-radius: 18px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 32px 0px;
  border: 1px solid #E8C166;
  position: relative;
  z-index: 10;
}
#ThankYou h1 {
  color: #599700;
  font-family: "HelveticaNeueHeavy";
  font-size: 52px;
  text-align: center;
  margin-bottom: 24px;
}
#ThankYou p.message {
  font-size: 18px;
  margin-bottom: 1.5rem;
  color: #333333;
  text-align: center;
}
#ThankYou .btn-main {
  display: block;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  color: #ffffff;
  background: url(./assets/images/TexturedBg.png) no-repeat;
  background-size: cover;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "HelveticaNeueHeavy";
}
#ThankYou .btn-main:hover {
  transform: scale(1.05);
}
#ThankYou .section-media {
  margin-top: 2rem;
}
#ThankYou .section-media img,
#ThankYou .section-media iframe {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
#ThankYou .social-share {
  margin-top: 2rem;
  font-size: 0.9rem;
}
#ThankYou .social-share a {
  margin: 0 10px;
  color: #0a2540;
  text-decoration: none;
}
#ThankYou .social-share a:hover {
  color: #ffc600;
}
#ThankYou .SocialMedia {
  padding: 14px 24px 0;
  display: flex;
  gap: 24px;
  margin-top: 42px;
}
#ThankYou .SocialMedia .Icon {
  position: relative;
  padding: 1rem;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 9999px;
  cursor: pointer;
  background: linear-gradient(to bottom, #171717, #242424);
  box-shadow: 0 2px 4px rgb(0, 0, 0), 0 10px 20px rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #292929;
}
#ThankYou .SocialMedia .Icon:hover {
  transform: scale(1.1);
}
#ThankYou .SocialMedia .Icon img {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1024px) {
  #ThankYou h1 {
    font-size: 30px;
  }
  #ThankYou p.message {
    font-size: 15px;
  }
  #ThankYou .container {
    padding: 20px;
  }
  #ThankYou {
    padding: 14px;
  }
  #ThankYou .btn-main {
    font-size: 14px;
  }
  #ThankYou .SocialMedia {
    margin-top: 14px;
  }
  #ThankYou .SocialMedia .Icon {
    padding: 12px;
  }
  #ThankYou .SocialMedia .Icon img {
    width: 20px;
    height: 20px;
  }
}/*# sourceMappingURL=style.css.map */