/* Maven Pro — Regular (400) */
@font-face {
  font-family: "Maven Pro";
  src: url("./../fonts/fonts/maven/MavenPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Maven Pro — Medium (500) */
@font-face {
  font-family: "Maven Pro";
  src: url("./../fonts/fonts/maven/MavenPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Maven Pro — SemiBold (600) */
@font-face {
  font-family: "Maven Pro";
  src: url("./../fonts/fonts/maven/MavenPro-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Maven Pro — Bold (700) */
@font-face {
  font-family: "Maven Pro";
  src: url("./../fonts/fonts/maven/MavenPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Mechanismo Regular */
@font-face {
  font-family: "Mechanismo Regular";
  src: url("./../fonts/mechanismo/Mechanismo-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* set as default font */
:root {
  --font-sans: "Maven Pro", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", sans-serif;
}

/* CSS Reset */
/* Improve performance on WebKit browsers */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-user-drag: none;
}
img{
  display: inline-block;
}

input, button, textarea, select {
  font: inherit;
  -webkit-font-smoothing: antialiased;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

/* page style */
section:not(.hero_section){
  padding: 120px 0;
}

h2{
  font-size: 40px;
  font-family: "Mechanismo Regular";
  text-transform: uppercase;
  margin-bottom: 32px;
}
.d_none{
  display: none;
}
.d_flex{
  display: flex;
}
.align_center{
  display: flex;
  align-items: center;
}
.j_between{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.j_center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.text_center{
  text-align: center;
}
.pos_relative{
  position: relative;
  z-index: 1;
}
.pos_index_9{
  z-index: 9;
}
.page_wrapper{
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.page_container{
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}
.site_header{
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.primary_nav ul{
  display: flex;
  align-items: center;
  gap: 40px;
}
.primary_nav ul li a{
  color: #342b7c;
  font-size: 22px;
  font-weight: 700;
  transition: .3s;
  -webkit-transition: .3s;
}
.primary_nav ul li a:hover{
  color: #ec1b3b;
}
.primary_nav ul li a.hdr_reg_btn{
  background: #342b7c;
  border-radius: 8px;
  color: #fff;
  padding: 12px;
}
.primary_nav ul li a.hdr_reg_btn:hover{
  background: #ec1b3b;
  color: #fff;
}
.reg_btn_position .reg_btn {
  position: absolute;
  background: #ffffff;
  color: #342b7c;
  padding: 16px 32px 16px 64px;
  font-size: 24px;
  font-weight: 400;
  line-height: 135%;
  border: none;
  cursor: pointer;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  right: 4%;
  bottom: calc(100% + 54px);
}
/* @media (min-width: 900px) {
  .reg_btn_position .reg_btn {
    right: 9%;
    bottom: calc(100% + 64px);
  }
}
@media (min-width: 1100px) {
  .reg_btn_position .reg_btn {
    right: 12%;
    bottom: calc(100% + 74px);
  }
}
@media (min-width: 1280px) {
  .reg_btn_position .reg_btn {
    right: 15%;
    bottom: calc(100% + 84px);
  }
}
@media (min-width: 1440px) {
  .reg_btn_position .reg_btn {
    bottom: calc(100% + 94px);
  }
}
@media (min-width: 1600px) {
  .reg_btn_position .reg_btn {
    bottom: calc(100% + 94px);
  }
} */

.reg_btn:hover{
  color: #ec1b3b;
}
/* hero */
.hero_section{
  line-height: 0;
}
.simple-carousel {
  width: 100%;
  max-width: 1480px;
  aspect-ratio: 1480/702; /* maintain ratio */
  margin: auto;
  position: relative;
  overflow: hidden;
}

.simple-carousel .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.simple-carousel .slide.active {
  opacity: 1;
}
/* about */
section.about{
  text-align: center;
  padding-bottom: 180px;
}
.about h2{
  color: #342b7c;
}
.about p{
  color: #342b7c;
  font-weight: 400;
  font-size: 32px;
  max-width: 995px;
  margin: auto;
  line-height: 135%;
}
.about p + p{
  margin-top: 32px;
}
/* eligibility */
section.eligibility{
  background: #342b7c;
  position: relative;
  padding-bottom: 64px;
}

.eligibility_box h2 {
  color: #ffffff;
}
.eligibility_box ul li {
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  padding-left: 100px;
  position: relative;
}
.eligibility_box ul li:before {
  content: "";
  background: url(./../images/listing_bullet_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 8px;
}
.eligibility_box ul li + li {
  margin-top: 24px;
}
/* rewards */

section.rewards{
  background: #342b7c;
  padding-top: 64px;
  padding-bottom: 150px;
}
.rewards h2 {
  color: #ffffff;
  margin-bottom: 116px;
}
.rewards::before {
  content: "";
  background: url(./../images/eligibility_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 110px;
  height: 295px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: .1;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.rewards .page_container:before{
  content: "";
  background: url(./../images/reward_box_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.rewards_boxes{
  align-items: flex-end;
  color: #ffffff;
  gap: 54px;
}
.reward_box{
  background: #ffffff;
  border: 6px solid #342b7c;
  border-radius: 24px;
  outline: 1px solid #00afc0;
  padding: 16px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.reward_box img{
  position: relative;
  margin-top: -88px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.reward_box img.negative_mgn{
  margin-top: -58px;
}
.blue_box{
  background: #342b7c;
  border-radius: 12px;
  margin-top: 18px;
  padding: 16px 12px;
  min-height: 158px;
}
.pos_box{
  background: #00afc0;
  padding: 8px 12px;
  border: none;
  margin: -36px 16px 12px;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.pos_box h3{
  font-size: 20px;
  font-weight: 600;
}
.pos_box.b_margin{
  margin-bottom: 32px;
}
.blue_box p{
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
}
.blue_box .prize_money{
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 4px;
}
.other_rewards{
  border: 1px solid #00afc0;
  border-top: none;
  border-radius: 0 0 50px 50px;
  padding: 80px 100px;
  max-width: 80%;
  margin: auto;
  margin-top: -6px;
  position: relative;
}
.other_rewards:before{
  content: "";
  background: #342b7c;
  width: 200px;
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(calc(-50% + 8px));
  -webkit-transform: translateX(calc(-50% + 8px));
}
.other_rewards:after{
  content: "";
  background: url(./../images/other-reward-bg-after.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 221px;
  height: 190px;
  position: absolute;
  left: 50%;
  bottom: -110px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: .5;
}
.star_line1,
.star_line2{
  position: absolute;
  background: #00afc0;
  width: 1px;
  height: 100%;
  left: 33.3%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.star_line1::before,
.star_line2::before{
  content: "";
  background: #fff;
  width: 18px;
  height: 18px;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  top: 35px;
  left: 50%;
}
.star_line2{
  position: absolute;
  background: #00afc0;
  width: 1px;
  height: 100%;
  left: 66.6%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.star_box{
  position: relative;
}
.star_box:before,
.star_box:after{
  content: "";
  background: #fff;
  width: 18px;
  height: 18px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: -44px;
}
.star_box:before{
  left: -109.5px;
}
.star_box:after{
  right: -109.5px;
}
.finalist_banner {
  position: relative;
  background: #fff;
  padding: 14px 22px;
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
  -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
  max-width: 710px;
  margin: auto auto 40px;
}
.finalist_banner:before {
  content: "";
  background: linear-gradient(90deg, #3a2d8a 0%, #c53b52 100%);
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
  -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 1px;
  top: 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.finalist_banner p {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

/* stages */
section.stages{
  background: #342b7c;
  color: #fff;
  padding-bottom: 200px;
}
.stages:after{
  content: "";
  background: #ec1b3b;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
}
.stages_wrapper{
  padding-top: 24px;
  padding-bottom: 110px;
}
.thunder_box{
  position: relative;
}
.thunder_box ~ .thunder_box{
  margin-top: 64px;
}

.stage_box {
  position: relative;
  background: #fff;
  clip-path: polygon(6% 0, 104% 0, 94% 100%, -6% 100%);
  -webkit-clip-path: polygon(6% 0, 104% 0, 94% 100%, -6% 100%);
  padding: 24px 54px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.stage_box:before {
  content: "";
  background: linear-gradient(90deg, #3a2d8a 0%, #c53b52 100%);
  clip-path: polygon(6% 0, 104% 0, 94% 100%, -6% 100%);
  -webkit-clip-path: polygon(6% 0, 104% 0, 94% 100%, -6% 100%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 1px;
  top: 1px;
}
.stage_box h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 12px;
}
.stage_box p {
  font-size: 18px;
  line-height: 135%;
}
.num{
  position: relative;
  font-size: 72px;
  font-weight: 700;
  align-self: flex-end;
  margin-right: 24px;
  margin-bottom: 4px;
}
.num:after{
  content: "";
  background: #00afc0;
  width: calc(100% + 12px);
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}
/* discussions */
section.discussions{
  background: #ec1b3b;
  padding-top: 0;
  color: #fff;
}
.discussions .page_container{
  position: relative;
  padding-bottom: 100px;
}
.discussions .page_container:before{
  content: "";
  background: url(./../images/discussion-cube.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 450px;
  height: 391px;
  position: absolute;
  right: 80px;
  bottom: 0;
  opacity: .1;
}
.input_box{
  width: 100%;
  max-width: 710px;
  margin: 64px auto 40px;
}
.input_box input{
  color: #342b7c;
  border-radius: 50px;
  border: none;
  padding: 20px 32px;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  
}
.input_box input::placeholder{
  color: #342b7c;
}
.input_box input:focus{
  outline: none;
  box-shadow: none;
}

/* .footer_wrap{
  background-color: #fff;
  padding: 20px 0;
} */
.ftr_title{
  text-align: center;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 12px;
}
.contact_info{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000;
}
.contact_info a:hover{
  color: #ec1b3b;
}
.contact_us{
  background: #fff;
  padding: 40px;
  /* border-radius: 16px; */
  -webkit-clip-path: polygon(0% 0, 104% 0, 94% 100%, -6% 100%);
}

/* media */
@media (max-width:1366px) {
  .rewards_boxes{
    gap: 20px;
  }
  .pos_box{
    padding: 8px 32px;
  }
}
@media (max-width:1024px) {
  section:not(.hero_section) {
    padding: 40px 0;
  }
  .site_header{
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .brand{
    max-width: 140px;
    line-height: 0;
  }
  .primary_nav ul{
    gap: 32px;
  }
  .primary_nav ul li a {
    font-size: 18px;
  }
  .page_container {
    padding-left: 16px;
    padding-right: 16px;
  }
  h2 {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .about p{
    font-size: 24px;
  }
  .eligibility_box ul li {
    font-size: 24px;
    padding-left: 40px;
  }
  .other_rewards{
    border: none;
    padding: 0;
    margin-top: 40px;
  }
  .star_line,
  .star_box{
    display: none;
  }
  .other_rewards::after{
    content: none;
  }
  .finalist_banner{
    margin-bottom: 0;
  }
  .stages:after{
    height: 100px;
  }
  .stages_wrapper{
    padding-bottom: 100px;
  }
  .stage_box,
  .stage_box:before{
    clip-path: polygon(6% 0, 100% 0, 100% 100%, -6% 100%);
    -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, -6% 100%);
    padding-right: 32px;
  }
  .num {
    align-self: flex-start;
    margin-bottom: 0;
    margin-top: -10px;
  }
  .pos_box {
    padding: 8px 16px;
    margin: -36px 6px 12px;
  }
  .pos_box h3 {
    font-size: 16px;
  }
  .rewards_boxes{
    align-items: normal;
  }
  .blue_box{
    min-height: 134px;
  }
  .blue_box .prize_money {
    font-size: 26px;
  }
  .blue_box p {
    font-size: 16px;
  }
}
@media (max-width:834px) {
  /* .reg_btn_position .reg_btn{
    right: 16px;
    bottom: calc(100% + 54px);
  } */
  .rewards_boxes{
    flex-direction: column;
    align-items: center;
    gap: 98px;
  }
  .reward_box{
    max-width: 480px;
    &:last-child{
      margin-top: -32px;
    }
  }
  .pos_box {
    max-width: 200px;
    margin: -36px auto 12px;
  }
  .blue_box{
    min-height: 124px;
  }
}
@media (max-width:767px) {
  .hamburger{
    cursor: pointer;
  }
  .close_pos{
    display: block;
    position: relative;
    background: #fff;
    padding: 16px;
    height: 64px;
  }
  .close_icon{
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1002;
    cursor: pointer;
  }

  .primary_nav{
    display: none;
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100vh;
    z-index: 999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .primary_nav ul{
    flex-direction: column;
    gap: 2px;
  }

  .primary_nav ul li{
    display: block;
  }

  .primary_nav ul li a{
    display: block;
    padding: 16px;
    font-size: 20px;
    font-weight: 600;
    color: #342b7c;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

  .primary_nav ul li a:hover{
    color: #ec1b3b;
  }
  .hdr_reg_btn{
    display: none;
  }
  .reg_btn_position.mobile{
    padding: 0;
  }
  .reg_btn_position.mobile .reg_btn{
    position: static;
    background: #342b7c;
    border-top: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 16px;
    text-align: center;
    clip-path: none;
    width: 100%;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .about p{
    font-size: 18px;
  }
  .eligibility_box ul li {
    font-size: 18px;
    padding-left: 40px;
  }
  .num {
    align-self: flex-start;
    margin-bottom: 0;
    margin-top: -4px;
    font-size: 50px;
  }
  .num:after {
    bottom: -4px;
  }
  .stages_wrapper{
    padding-top: 8px;
  }
  .stage_box,
  .stage_box:before{
    border-radius: 16px;
    -webkit-border-radius: 16px;
    clip-path: none;
    -webkit-clip-path: none;
    padding: 20px;
  }
  .stage_box h3 {
    font-size: 20px;
  }
  .thunder_box ~ .thunder_box {
    margin-top: 24px;
  }
  .eligibility_box ul li + li{
    margin-top: 16px;
  }
  .discussions .page_container{
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .reg_btn_position.mobile{
    display: none;
  }
  .hamburger{
    display: none;
  }
  .close_pos{
    display: none;
  }
}
@media (min-width: 1025px) {
  .blue_bg{
    position: relative;
  }
  .blue_bg:after{
    content: "";
    background: url(./../images/blue-bg.png);
    background-size: cover;
    position: absolute;
    width: 360px;
    height: 380px;
  }
  .blue_bg.left:after{
    left: 0;
    top: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .blue_bg.right:after{
    right: 0;
    bottom: 0;
  }
  .code_bg{
    position: relative;
  }
  .code_bg:before{
    content: "";
    background: url(./../images/code_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 452px;
    height: 483px;
    position: absolute;
    right: 0;
    bottom: 150px;
  }
  .coding_bg:before{
    content: "";
    background: url(./../images/coding-blurred-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 630px;
    height: 280px;
    position: absolute;
    left: 0;
    bottom: 123px;
    filter: blur(3px);
    -webkit-filter: blur(3px);
  }

  .eligibility:after{
    content: "";
    background: url(./../images/eligibility_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 110px;
    height: 295px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: .1;
  }
  .eligibility_box{
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 100, 150, 0.08) 75%,
      rgba(255, 0, 0, 0.1) 100%
    );
    border: 4px solid #5a47bb;
    border-radius: 20px;
    padding: 80px;
  }
  .thunder_box:before {
    content: "";
    background: url(./../images/thunder-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 52px;
    height: 85px;
    position: absolute;
    left: 0;
    top: -24px;
  }
}


/* WebKit performance optimization */
body,
.primary_nav,
.stage_box,
.finalist_banner,
.reward_box {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
}

img {
  -webkit-user-drag: none;
  user-drag: none;
}
