/*
========================
GLOBAL CSS START HERE 
========================
*/
/*
========================
Temporary CSS
- To hide some sections
========================
*/
.racekit_collection {
  display: none;
}
/* .map_content {
 
}
section.runReadyRight_area {
} */
section.ngoPartner_area .row.g-3 {
  display: none;
}
section.ngoPartner_area {
  display: none;
}
/*
========================
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: #040404;
  color: #fff;
  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;
}

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;
}

.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);
  }
}

.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;
}

.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;
}

.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 {
    padding: 0% 18%;
  }

  section.prizePool_area {
    padding: 5% 18%;
  }

  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;
  }
}

.startIpossible_content p {
  font-size: 20px;
}

/*
========================
2nd worth_joining-area ended
========================
*/
