/*
========================
GLOBAL CSS START HERE 
========================
*/
/*
========================
Temporary CSS
- To hide some sections
========================
*/
/*NEW CSS FILE */
div#register-btn.mt-4 {
    margin-top: 0px !important;
}

.categories-section {
  width: 100%;
  background: linear-gradient(135deg, #d4e4e8 0%, #e8d4e0 100%);
  padding: 40px 0;
}

a {
  text-decoration: none !important;
}

section a {
  text-decoration: none !important;
}

.links {
  text-decoration: none;
}

.categories-section fieldset {
  border: 3px solid #e67851;
  border-radius: 20px;
  padding: 25px 30px 30px;

  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.categories-section legend {
  font-size: 42px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  color: #e67851 !important;
  letter-spacing: 2px !important;
  font-style: italic !important;
  padding: 0 20px !important;
  text-align: center !important;
  width: auto !important;
  float: none !important;
  margin: 0 auto !important;
  display: inline-block !important;
}

.category-item {
  text-align: center;
  padding: 20px 15px;
  position: relative;
  border-right: #fb7a05;
  border-right-width: 0.1px;
  border-right-style: solid;
}

.remove-border {
  border-right: none !important;
}

.category-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: rgba(96, 120, 130, 0.3);
}

.category-item h3 {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  color: #3d5a66;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.category-item p {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  color: #3d5a66;

  letter-spacing: 0.3px;
  margin-bottom: 0;
}

.junior {
  font-size: 11px !important;
  line-height: 1.3 !important;
}

.disclaimer {
  text-align: center;
  font-size: 13px;
  color: #607882;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .categories-section {
    padding: 30px 15px;
  }

  .categories-section fieldset {
    padding: 20px 15px 25px;
  }

  .categories-section legend {
    font-size: 32px;
  }

  .category-item {
    padding: 15px 10px;
  }

  .category-item h3 {
    font-size: 20px;
  }

  .category-item p {
    font-size: 16px;
  }

  .junior {
    font-size: 10px !important;
  }

  .category-item:nth-child(2)::after,
  .category-item:nth-child(4)::after {
    display: none;
  }

  .category-item:nth-child(1)::after,
  .category-item:nth-child(3)::after {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .categories-section {
    padding: 20px 10px;
  }

  .categories-section fieldset {
    padding: 15px 10px 20px;
  }

  .categories-section legend {
    font-size: 24px;
    padding: 0 15px;
  }

  .category-item {
    padding: 12px 8px;
  }

  .category-item h3 {
    font-size: 16px;
  }

  .category-item p {
    font-size: 14px;
  }

  .junior {
    font-size: 9px !important;
  }

  .category-item::after {
    display: none !important;
  }

  .category-item:not(:last-child) {
    border-bottom: 1px solid rgba(96, 120, 130, 0.3);
  }
}

/*NEW CSSS ENDS*/

.racekit_collection {
  display: none;
}

.ngo-hide-on-desktop {
  display: none;
}
/* .map_content {
 

section.runReadyRight_area {
} */
section.ngoPartner_area .row.g-3 {
  display: none;
}
section.ngoPartner_area {
  display: none;
}
/*Gallery Section*/
.gallery-block.grid-gallery .item {
  margin-bottom: 20px;
}

.gallery-block.grid-gallery {
  position: relative;
}

.gallery_overlay {
  position: absolute;
  bottom: 10%;
  z-index: -999;
}

.gallery_overlay_top {
  position: absolute;
  top: 15%;
  z-index: -999;
}

.ngo-p-text {
  margin-left: 60%;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

.gallery-inner-padding {
  padding: 5% 10%;
}
.gallery-block.grid-gallery a:hover {
  opacity: 0.8;
}
.gallery-block.grid-gallery .item img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}
.gallery-block.grid-gallery .scale-on-hover:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
}

.register-btn1 {
  position: relative !important;
  display: inline-block !important;
  padding: 9px 24px;
  font-size: 17px;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: white !important;
  background: linear-gradient(
    135deg,
    #ff6b00 0%,
    #ff8c00 50%,
    #ff6b00 100%
  ) !important;
  background-size: 200% 200% !important;
  border-radius: 50px !important;
  transition: all 0.4s ease !important;
  letter-spacing: 2px !important;
  border: 4px solid transparent !important;
  background-clip: padding-box !important;
}

.register-btn1::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  background: linear-gradient(
    45deg,
    #d45500,
    #e67851,
    #d45500,
    #ff6b00,
    #e67851,
    #d45500
  );
  background-size: 400% 400%;
  border-radius: 50px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
  animation: gradientBorder 3s ease infinite;
}

.register-btn1:hover {
  opacity: 0.9;
}

.register-btn1:hover::before {
  opacity: 1;
}

.register-btn1:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(255, 107, 0, 0.4),
    inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}

@keyframes gradientBorder {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 768px) {
  .register-btn1 {
    font-size: 30px;
    padding: 20px 35px;
  }
}
@media (min-width: 601px) {
  #register-btn a.register-btn1 {
    font-size: 28px !important;
    padding: 20px 30px !important;
  }
}
@media (max-width: 480px) {
  .register-btn1 {
    font-size: 15px;
    padding: 10px 15px;
  }
}
/*
========================
End of Temporary CSS
========================
*/
/* google fonts */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: linear-gradient(
    284deg,
    rgba(200, 187, 208, 0.9) 0%,
    rgba(222, 238, 233, 0.9) 35%,
    rgba(239, 234, 244, 0.9) 60%,
    rgba(200, 187, 208, 0.9) 100%
  );
  backdrop-filter: blur(40px);
  color: #111010;
  overflow-x: hidden;
}

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
  margin: 0;
  padding: 0;
}
/* The Modal (background) */
.rows > .column {
  padding: 0 8px !important;
}

.rows:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

/* Create four equal columns that floats next to eachother */
.columns {
  float: left !important;
  width: 25% !important;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #000000;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.modal-content .rows {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important; /* Allow horizontal scroll if needed */
  padding: 10px 0 !important;
  background-color: #040404;
}

.columns img.demo {
  width: 100% !important;
  /* Fixed height for uniformity */
  object-fit: cover !important;
  cursor: pointer !important;
  border: 2px solid transparent !important;
  transition: border-color 0.3s ease !important;
}

.columns img.demo:hover,
.columns img.demo.active {
  border-color: #fff !important;
  opacity: 1 !important;
}

/* Hide the slides by default */
.mySlides {
  display: none;
  background-color: #040404;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

ol,
ul {
  list-style: none;
}

.hide-section {
  display: none;
}

.font-tt-bold {
  font-family: "ToyotaType", bold;
}
.font-tt-italic {
  font-family: "ToyotaType", italic;
}

.font-tt-regular {
  font-family: "ToyotaType";
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
}

::selection {
  color: white;
  background: #a6211f;
}

::-webkit-selection {
  color: white;
  background: #a6211f;
}

::-moz-selection {
  color: white;
  background: #a6211f;
}

.stay_tuned {
  margin-top: 38%;
}

.stay_tuned_img {
  transform: scale(0.7);
}

impossible_rises {
  margin-top: 38%;
  position: relative;
}

.scrolltotop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #a6211f;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  right: 30px;
  bottom: 25px;
  display: none;
  animation: lab_top_up 5s linear infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 55;
}
.scrolltotop:hover {
  color: #fff;
}
.scrolltotop img {
  width: 14px;
  margin-top: -4px;
}

@keyframes lab_top_up {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}

.sponsor_section_left_two_lines {
  position: absolute;
  width: 10%;
  top: 100%;
}

.sponsor_section_right_two_lines {
  position: absolute;
  width: 10%;
  top: 100%;
  left: calc(100% - 140px);
}

.pluse,
.pluse2 {
  position: relative;
  top: 10px;
  left: -7px;
  z-index: -1;
}

.pluse::before,
.pluse2::before {
  width: 40px;
  height: 40px;
}

.pluse::after,
.pluse::before,
.pluse2::after,
.pluse2::before {
  background: #a6211f;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: -1px;
}

.pluse::after,
.pluse2::after {
  width: 30px;
  height: 30px;
  background: transparent;
  margin-left: -15px;
  margin-top: -15px;
}

.pluse::before {
  -webkit-animation: pluse_animate 2.5s infinite linear;
  animation: pluse_animate 2.5s infinite linear;
}

.pluse2::before {
  -webkit-animation: pluse_animate 3s infinite linear;
  animation: pluse_animate 3s infinite linear;
}

@keyframes pluse_animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

.spaceHeroHeader {
  padding-top: 100px;
}
@media screen and (max-width: 1023px) {
  .spaceHeroHeader {
    padding-top: 64px;
  }
}

/*
========================
HERO CSS START HERE 
========================
*/
.hero_content img {
  width: 100%;
}

.entry_pricing_area {
  margin-top: -100px;
}
.entry_pricing_content {
  position: relative;
}
.entry_pricing_content > img.table_img {
  width: 100%;
  max-width: 1618px;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  display: block;
}
.entry_pricing_content > button {
  border: 0;
  background-color: transparent;
  width: 100%;
  max-width: 530px;
  margin-top: 30px;
  display: block;
  margin-left: 100px;
}

.entry_pricing_content > button img {
  width: 100%;
}
.entry_pricing_content > img.layer1 {
  width: 100%;
  position: absolute;
  top: -20px;
  left: 15px;
  /* transform: scale(1.18); */
  /* z-index: 1; */
}
.entry_pricing_content > img.layer2 {
  width: 288px;
  position: absolute;
  bottom: 50px;
  left: -250px;
}

.prizePool_area {
  margin-top: 50px;
}
.prizePool_content {
  position: relative;
  padding-top: 180px;
}
.prizePool_content > img.prizePool_heading {
  position: absolute;
  top: 70px;
  left: -10px;
  z-index: 1;
}
.prizePool_content > img.table {
  width: 100%;
  max-width: 1130px;
  position: relative;
  z-index: 2;
}

.prizePool_content > img.table.two {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.gearup_greatness_area {
  padding-top: 150px;
}
.gearup_greatness_content {
  position: relative;
}
.gearup_greatness_content img.thumb {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.gearup_greatness_content img.overlay {
  position: absolute;
  bottom: 80px;
  right: calc(100% - 150px);
  width: 400px;
}
.racekit_collection img {
  width: 100%;
  max-width: 1500px;
  display: block;
  margin: 0 auto;
  margin-top: 150px;
}

.map_content {
  padding-top: 150px;
}
.map_content > h2 {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.map_content > p {
  font-size: 34px;
  line-height: 120%;
  color: #ffffff;
  font-style: italic;
  text-align: center;
  margin-bottom: 50px;
}
.map_content > a img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.before_go_content {
  padding-top: 20px;
}
.before_go_content > h2 {
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.before_go_content > p {
  font-size: 25px;
  line-height: 120%;
  color: #ffffff;
  font-style: italic;
  text-align: center;
  margin-bottom: 50px;
}
.before_go_content > a img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.map-images-stack {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 30px;
}

.map-images-stack a {
  display: block;
  text-align: center;
}

.catch_self_in_action {
  width: 36%;
  left: 15%;
  position: absolute;
}

.record_race_results {
  width: 36%;
  left: 58%;
  position: absolute;
}

.map-images-stack img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.runReadyRight_content > h2 {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.runReadyRight_content h2 > img.line_one {
  transform: translate(50px, 0);
  display: inline-block;
  width: 90px;
}
.runReadyRight_content h2 > img.line_two {
  transform: translate(-70px, -50px);
  display: inline-block;
  width: 90px;
}

.runReadyRight_content > p {
  font-size: 34px;
  line-height: 120%;
  color: #ffffff;
  font-style: italic;
  text-align: center;
  margin-bottom: 50px;
}
.runReadyRight_area {
  padding-top: 120px;
}
.runReadyRight_content {
  position: relative;
}
.runReadyRight_content img.overlay {
  position: absolute;
  width: 350px;
  z-index: -1;
}
.runReadyRight_content img.overlay.one {
  top: 0;
  right: calc(100% - 100px);
}
.runReadyRight_content img.overlay.two {
  top: 0;
  left: calc(100% - 100px);
}
button.skew_btn {
  width: 100%;
  max-width: 500px;
  min-height: 100px;
  font-size: 43px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  position: relative;
  z-index: 5;
  display: block;
  background-color: transparent;
  margin: 0 auto;
}
button.skew_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: skew(21deg);
  background: #de070f;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
button.skew_btn:hover:before {
  background: #c9070e;
}

.worth_joining_header > h2 {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  font-style: italic;
}
.worth_joining_header > p {
  font-size: 34px;
  line-height: 120%;
  color: #ffffff;
  font-style: italic;
  text-align: center;
  margin-bottom: 70px;
}
.worth_joining_header {
  margin-top: 160px;
}
.worth_joining_content {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}
.worth_joining_content > img {
  display: block;
  margin: 0 auto;
  padding: 0 15%;
}
.worth_joining_content > h4 {
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  font-style: italic;
  margin-top: 25px;
}
.worth_joining_content > p {
  width: 100%;
  max-width: 382px;
  line-height: 140%;
  font-size: 18px;
  color: #ffffff;
  font-style: italic;
}

.ngoPartner_title {
  margin-top: 160px;
}
.ngoPartner_title > h2 {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  font-style: italic;
}
.ngoPartner_title > p {
  font-size: 34px;
  line-height: 120%;
  color: #ffffff;
  font-style: italic;
  text-align: center;
  margin-bottom: 70px;
}
.ngoPartner_header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.ngoPartnerH_right > p {
  font-size: 20px;
  color: #fff;
}
.ngoPartner_header {
  margin-bottom: 100px;
}
.ngoPartner_brand > p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
.ngoPartner_brand > img {
  width: 100%;
  max-width: 290px;
  display: block;
  margin: 0 auto;
}

.ngo_logo {
  max-width: 60%;
  align-self: self-end;
}

.ngo_logo_text {
  max-width: 40%;
  align-self: end;
}

.ngoPartner_overlay > img {
  width: 300px;
  position: absolute;
}
.ngoPartner_overlay > img.one {
  left: calc(100% - 200px);
  top: -100px;
}
.ngoPartner_overlay > img.two {
  right: calc(100% - 50px);
  bottom: -20px;
}
.startIpossible_content > h6 {
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  margin-top: 100px;
  margin-bottom: 75px;
  text-align: center;
}
.startIpossible_content > img {
  width: 100%;
  max-width: 650px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.startIpossible_content > p {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 70px;
  color: #fff;
}
.startIpossible_content .skew_btn {
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
}
.startIpossible_content {
  padding-bottom: 100px;
}

.startIpossible_overlay > img {
  width: 200px;
  position: absolute;
}
.startIpossible_overlay > img.one {
  left: calc(100% - 200px);
  top: 50px;
}
.startIpossible_overlay > img.two {
  right: calc(100% - 200px);
  bottom: 50px;
}
.startIpossible_content {
  text-align: center;
}

/*
========================
Sizing CSS
- To reduce the size ofsections
========================
*/
@media (min-width: 993px) {
  section.entry_pricing_area {
  }

  section.prizePool_area {
    padding: 5% 18%;
    margin-top: 40%;
  }

  section.gearup_greatness_area {
    padding: 5% 15%;
  }

  section.worth_joining_area {
    padding: 0 10%;
  }
}

/*
========================
End of Sizing CSS
========================
*/
/*
========================
2nd worth_joining-area start
========================
*/
.worth_joining_top {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
  padding: 0 10%;
}

.worth_joining_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 0 10%;
}

/* Medium Devices (Tablets) */
@media (max-width: 992px) {
  .worth_joining_grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 5%;
    gap: 30px;
  }

  .worth_joining_top {
    padding: 0 5%;
    gap: 30px;
  }
}

/* Small Devices (Phones) */
@media (max-width: 576px) {
  .worth_joining_grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 20px;
  }

  .worth_joining_top {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    gap: 20px;
  }

  .ngo-p-text {
    margin-left: 0%;
    align-self: flex-end;
  }
}

.startIpossible_content p {
  font-size: 20px;
}

.ngo_logo_text {
  margin-right: 10%;
}

/*
========================
2nd worth_joining-area ended
========================
*/
