@font-face {
  font-family: SF Pro;
  src: url("../fonts/sf-pro.ttf");
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  border: none;
  outline: none;
}
body {
  min-height: 100vh;
  font-family: "SF Pixelate";
  background-image: url(apebg.jpg);
  background-color: #A2E5F5;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
form > * {
  font-family: "SF Pixelate";
}
input::placeholder {
    color: #ffffff;
}
h2 {
  font-size: 50px;
  font-weight: 900;
  font-family: "SF Pixelate";
  text-transform: uppercase;
  text-align: center;
  color: #e963ff;
}
h3 {
  font-size: 36px;
  font-weight: 900;
  font-family: "SF Pixelate";
  text-transform: uppercase;
  color: #e963ff;
}
a.underlined {
  color: white;
  text-decoration: underline;
}
a.btn {
  display: inline-block;
  padding: 6px 40px;
  border-radius: 50px;
  border: 1px solid #000;
  background: #e963ff;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.2s;
}
a.btn:hover {
  box-shadow: 0px 0px 30px 0px rgba(232, 99, 255, 0.79);
}
a.btn:active {
  box-shadow: 0px 0px 10px 0px rgba(232, 99, 255, 0.79);
}
p {
  color: white;
  font-size: 24px;
}
.header_content {
  text-align: center;
}
.header_content h1 {
  color: #ffffff;
  font-size: 72px;
  font-style: normal;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "SF Pixelate";
  line-height: 67px;
  align-items: center;
  letter-spacing: -0.03em;
}
.header_content p {
  color: #ffffff;
  font-size: 46px;
  font-style: normal;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "SF Pixelate";
  line-height: 58px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #e963ff;
  padding-top: 20px;
}
.header {
  /* overflow: hidden; */
}
.header_bar {
  width: 100%;
  padding: 0 60px;
  margin: 60px 0 100px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.header_bar .right_bar {
  position: absolute;
  right: 60px;
}
.header_wrapper {
}
.wrapper {
  max-width: 1350px;
  padding: 0 20px;
  margin: 0px auto;
}
/* .header_cherry img{
    position: absolute;
    left: -370px;
    top: -120px;
}
.header_seven img{
    right: -1670px;
    top: -320px;
}
.header_bar img{
    right: -1570px;
    bottom: -200px;
} */

.header_menu p {
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-family: SF Pro, sans-serif;
  font-weight: 590;
  color: #FFF;
text-align: center;
font-family: SF Pixelate;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 129.322%; /* 31.037px */
text-transform: uppercase;
}
.social_media ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.social_media ul li a {
  display: block;
  display: flex;
  align-items: center;
}
.social_media ul li a > span {
  font-size: 22px;
  text-decoration: none;
  color: white;
  padding-left: 10px;
}
.depiction {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  color: #fff;
  padding-bottom: 70px;
}
.depiction  h3 {
color: #E963FF;
font-family: SF Pixelate;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 66.667% */
letter-spacing: -0.9px;
   padding-bottom: 20px;
}
.depiction  li {
color: #FFF;
font-family: SF Pro;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 40px; /* 166.667% */
letter-spacing: -0.72px;
padding: 30px;
}
.prize_cards {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 626px;
  margin: 190px auto 100px;
}
.prize_card_item {
  border-radius: 20px;
  position: relative;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.prize_card_item.green {
  background-repeat: no-repeat;
  border: 2px solid #000000;
  border-radius: 40px;
  background: rgba(44, 13, 108, 0.5);
  box-shadow: 5px 5px 0px rgba(52, 7, 125, 0.5),
    0px 0px 127px rgba(169, 101, 255, 0.3);
  backdrop-filter: blur(5px);
}
.prize_card_item.yellow {
  background-repeat: no-repeat;
  border-radius: 25px;
border: 2px solid #000;
background: rgba(44, 13, 108, 0.50);
box-shadow: 0px 0px 115px 0px rgba(233, 99, 255, 0.60), 3px 3px 0px 0px rgba(52, 7, 125, 0.50);
padding-right: 3%;
}
.prize_card_item.darkgreen {
  background-repeat: no-repeat;
  border: 2px solid #000000;
  border-radius: 40px;
  background: rgba(44, 13, 108, 0.5);
  box-shadow: 5px 5px 0px rgba(52, 7, 125, 0.5),
    0px 0px 127px rgba(169, 101, 255, 0.3);
  backdrop-filter: blur(5px);
}
.prize_card_item > img {
  position: absolute;
  bottom: 0;
  left: 77px;
}
.prize_card_item > .caption {
  color: #FFF;
  font-family: SF Pixelate;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px; /* 141.304% */
  letter-spacing: -1.38px;
  text-transform: uppercase;
      padding-right: 8%;
}
.prize_card_item > .caption > span {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(164deg, #F9C133 0%, #E8C79C 24.48%, #FFF7AE 55.21%, #F1DB6D 75%, #FFF584 94.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: SF Pixelate;
  font-size: 56px;
  font-style: normal;
  line-height: 65px;
  letter-spacing: -1.68px;
}
.cards_container {
  width: 100%;
  max-width: 1200px;
  padding: 0 50px;
  margin: auto;
}
.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 70px;
  color: white;
}
.card_item {
  border-radius: 20px;
  position: relative;
  padding: 30px 40px;

  background-repeat: no-repeat;
  border: 2px solid #000000;
  border-radius: 40px;
  background: rgba(44, 13, 108, 0.5);
  box-shadow: 5px 5px 0px rgba(52, 7, 125, 0.5),
    0px 0px 127px rgba(169, 101, 255, 0.3);
  backdrop-filter: blur(5px);
}
.card_item .card_header {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.78px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.card_item .caption {
  font-family: SF Pro, sans-serif;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.main_form_wrapper {
  border: 2px solid #000000;
  border-radius: 40px;
  background: rgba(44, 13, 108, 0.5);
  box-shadow: 5px 5px 0px rgba(52, 7, 125, 0.5),
    0px 0px 127px rgba(169, 101, 255, 0.3);
  backdrop-filter: blur(5px);
  display: flex;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1040px;
  align-items: center;
  margin: auto;
}
.main_form_wrapper > form {
  display: flex;
  gap: 35px;
  flex-direction: column;
}
.main_form_inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  column-gap: 25px;
  row-gap: 10px;
}
.main_form_wrapper > form > input {
  flex-grow: 1;
}
.text_content {
  text-align: center;
  margin-top: 60px;
  color: #fff;
  font-size: 22px;
  font-family: SF Pro, sans-serif;
  margin-bottom: 70px;
}
.steps_container {
  width: 100%;
  max-width: 1040px;
  padding: 100px 0 50px;
  margin: auto;
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  gap: 100px;
  color: white;
  justify-content: center;
  justify-items: stretch;
}
.steps_container ol {
  padding-top: 30px;
}
.steps_container li {
  margin-bottom: 48px;
  list-style-type: decimal !important;
  color: #FFF;
  font-family: SF Pro;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
}
.steps_container li::marker {
  font-size: 36px;
  color: #e963ff;
}
.steps_container li h3 {
  margin-bottom: 8px;
}
.steps_container img {
  max-width: 100%;
}
.main_banner {
  color: white;
  display: grid;
  grid-template-columns: 300px auto;
  gap: 30px;
  margin-bottom: 190px;
  margin-top: 145px;
  position: relative;
  padding: 40px 150px;
  border-radius: 25px;
  border: 2px solid #000;
  background: rgba(44, 13, 108, 0.50);
  box-shadow: 0px 0px 55px 0px rgba(99, 180, 255, 0.43), 3px 3px 0px 0px rgba(52, 7, 125, 0.50);
}
.main_banner .header {
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: SF Pixelate;
  font-style: normal;
  line-height: 65px; /* 116.071% */
  letter-spacing: -1.68px;
}
.main_banner img {
  position: absolute;
  bottom: 0;
  left: 150px;
  width: 250px;
}

.main_banner .btn {
  color: white;
font-size: 20px;
  margin-top: 20px;
  padding: 10px 50px;
  font-size: 20px;
}

.main_banner span {
    background: linear-gradient(#F9C133, #E8C79C, #FFF7AE, #F1DB6D, #FFF584);
    background-clip: text;
      -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer {
  background-color: #2b0961;
  background-size: cover;
  background-position-x: center;
  padding: 70px 0;
}
.footer_p {
  padding: 70px 0;
}
.media_list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 40px 0 70px 0;
  padding: 0 20px;
}

.media_item {
  position: relative;
  width: 290px;
}

.media_item .media_logo {
  background: white;
  text-align: center;
  height: 70px;
  display: flex;
  align-items: center;
  border-radius: 35px;
}

.media_item .media_logo img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.media_link {
  display: inline-block;
  position: absolute;
  padding: 10px;
  background: #e963ff;
  border-radius: 5px;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 84px;
  font-size: 24px;
  font-weight: 700;
  color: white;
}

input[type="text"],
input[type="url"],
input[type="email"],
button[type="submit"] {
  padding: 12px 15px;
  font-size: 18px;
  color: white;
}
input[type="text"],
input[type="url"],
input[type="email"] {
  display: flex;
  width: 465px;
  height: 70px;
  padding: 0px 50px;
  align-items: center;
  gap: 10px;
  border-radius: 55px;
  background: rgba(91, 38, 194, 0.7);
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus {
  border: 3px solid #e963ff;
  color: #ffffff;
}
button[type="submit"] {
  font-size: 34px;
  font-weight: 700;
  color: white;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  width: 465px;
  height: 70px;
  padding: 0px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 65px;
  border: 2px solid #000;
  background: #e963ff;
  box-shadow: 0px 0px 40px 0px rgba(99, 105, 255, 0.5),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: auto;
  text-transform: uppercase;
}
button[type="submit"]:hover {
  background: #e963ff;
  box-shadow: 0 0 30px #e963ff;
}
button[type="submit"]:active {
  box-shadow: 0 0 0 #e963ff;
}
.bottom {
  width: 90%;
  display: block;
  margin: auto;
}
.left {
  float: left;
  width: 50%;
  color: #fff;
  font-size: 22px;
  font-family: SF Pro, sans-serif;
}
.left a {
  color: #fff;
}
.left img {
  width: 40px;
}
.left span {
  position: relative;
  bottom: 12px;
}
.right {
  float: left;
  text-align: right;
  width: 50%;
  color: #fff;
  font-size: 22px;
  font-family: SF Pro, sans-serif;
  opacity: 0.30000001192092896;
}

@media screen and (max-width: 1199px) {
  .header_content h1 {
    font-size: 60px;
  }
  .header_content p {
    font-size: 36px;
  }
  .main_banner {
    padding: 40px 80px;
	margin-bottom: 145px;
  }
  .main_banner .header {
    font-size: 48px;
  }
  .main_banner img {
    left: 80px;
  }
}
@media screen and (max-width: 1024px) {
  input[type="text"],
  input[type="url"],
  input[type="email"] {
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .prize_card_item {
	width: 100%;
    max-width: 350px;
    margin: auto;
	height: auto;
  }
  .prize_cards {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .prize_card_item > img {
   width: 106px;
    left: 31px;
}
  .main_form_wrapper > form {
    flex-direction: column;
    gap: 20px;
  }
  .prize_card_item:nth-child(2) {
    flex-direction: row-reverse;
  }
  .prize_card_item:nth-child(2) img {
    right: 20px;
    left: unset;
  }
  .prize_card_item > .caption > span {
	      font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.9px;
  }
  
  .prize_card_item:nth-child(2) > .caption {
    padding-left: 20px;
  }
  .steps_container {
	gap: 35px;
  }
  .steps_container li {
	  padding-right: 20px;
  }
  .depiction {
	grid-template-columns: 1fr;
  }
  .main_form_inputs {
	grid-template-columns: 1fr;
  }
  .main_banner .btn {
	  padding: 6px 40px;
  }
  .prize_card_item > .caption {
	  font-size: 19px;
	      letter-spacing: -0.57px;
		  line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .social_media ul li a > span {
    display: none;
  }
  body {
    background-image: url(apebg_mob.jpg);
  }
  .header {
    margin: 20px;
}
  .header_content h1 {
    font-size: 30px;
	line-height: 34px;
  }
  .header_content p {
    font-size: 16px;
	    line-height: 20px;
    letter-spacing: -0.48px;
  }
/*   .prize_cards {
    margin: 40px 0;
  } */
  .header_menu p {
    font-size: 16px;
  }
 /*  .social_media ul {
    margin: 20px 0;
  } */
  .prize_card_item > .caption {
    padding-right: 20px;
    font-size: 28px;
  }
  .main_form_inputs {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto;
  }
  .media_list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .bottom {
    width: 100%;
    display: block;
    text-align: center;
	padding-bottom: 40px;
  }
  .left {
    width: 100%;
  }
  .right {
    text-align: center;
    width: 100%;
  }
  .card_item {
	margin: 20px auto;
}
  .main_banner {
    padding: 20px;
    grid-template-columns: 100%;
    gap: 0;
    margin-bottom: 100px;
    margin-top: 45px;
	height: 140px;
  }
  .main_banner .header {
    font-size: 35px;
	line-height: 28px;
    letter-spacing: -0.78px;
left: 115px;
    position: relative;
    padding: 17px 20px 5px;
    margin-left: 0;
    width: 77%;
  }
  .main_banner img {
	width: 108px;
	left: 22px;
  }
  .main_banner .btn {
	display: block;
    padding: 20px 10px;
    text-align: center;
    width: 80%;
    margin: 26px auto 0;
    font-size: 24px;
  }
  .steps_container, .cards {
	display: block;
	text-align: center;
	margin-bottom: 0;
  }
.header_bar .right_bar {
    right: 30px;
}
.header_bar {
    margin: 60px 0;
	padding: 0 30px;
    justify-content: left;
}
.logo_wrapper img{
	width: 80px;
}
.steps_container ol {
    padding-top: 30px;
    text-align: left;
	padding-left: 10%;
}
.steps_container li {
    margin-bottom: 44px;
}
.cards_container {
	padding: 0;
}
.steps_container {
	padding: 50px 0;
}
input[type="text"], input[type="url"], input[type="email"] { 
    width: 100%;
}
.main_form_wrapper {
	padding: 20px;
}
.main_text {
	position: relative;
    top: -20px;
}
.depiction li {
	padding: 15px;
	font-size: 16px;
	line-height: 30px;
    letter-spacing: -0.48px;
}
.depiction h3 {
	    letter-spacing: -0.72px;
		font-size: 24px;
		padding-bottom: 15px;
}
input[type="text"], input[type="url"], input[type="email"] { 
text-align: center;
font-size: 15.68px;
font-weight: 510;
padding: 0px 20px;
}
.text_content p {
	font-size: 12px;
}
.footer h2{
	    padding: 30px;
}
}
@media screen and (max-width: 575px) {
  .wrapper {
	  padding: 0;
  }
  .prize_card_item {
  }
  .main_form_wrapper {
    display: block;
  }
  button[type="submit"] {
    display: block;
    width: 100%;
  }
  .main_banner .btn {
    width: 100%;
	padding: 11px 0;
  }
  .main_text {
	position: relative;
    top: -45px;
}
.main_banner .header {
    font-size: 26px;
	line-height: 28px;
    letter-spacing: -0.78px;
left: 100px;
    position: relative;
    padding: 17px 20px 5px;
    margin-left: 0;
    width: 77%;
  }
  .footer h2{
	    padding: 0;
}
}
