body {
	font-size:16px;
	font-family: "Montserrat", sans-serif;
	position:relative;
}
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
    z-index: 1;
}
@font-face {
    font-family: 'RANOS';
    src: url('../font/RANOSRegular.eot');
    src: url('../font/RANOSRegular.eot?#iefix') format('embedded-opentype'),
        url('../font/RANOSRegular.woff2') format('woff2'),
        url('../font/RANOSRegular.woff') format('woff'),
        url('../font/RANOSRegular.ttf') format('truetype'),
        url('../font/RANOSRegular.svg#RANOSRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root{
	--font-display: 'Bebas Neue', sans-serif;
    --font-body: 'Syne', sans-serif;
    --font-mono: 'Space Mono', monospace;
	--grid: rgba(255, 255, 255, 0.04);
}
a{
    text-decoration:none;
}
@keyframes fadeDown {
from { opacity: 0; transform: translateY(-16px); }
to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeUp {
from { opacity: 0; transform: translateY(16px); }
to   { opacity: 1; transform: translateY(0); }
}
::-webkit-scrollbar {width:6px;}
::-webkit-scrollbar:horizontal {width:6px; height:6px;}
::-webkit-scrollbar-track {background-color:transparent;border-radius: 9999px;}
::-webkit-scrollbar-thumb {background-color:#ccc;border-radius: 9999px;}

.topview {
    position: fixed;
    bottom: 24px;
    right: 24px;
}
.topview a img {
    filter: brightness(0) invert(1);
    width: 14px;
}
.topview a {
    width: 55px;
    height: 55px;
    background: #fd3eb7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.wrapper {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
	padding:0 20px;
}
.wrapper {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
}
.heading {
    font-size: 40px;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
}
.subheading {
    font-size: 24px;
    font-weight: 500;
    position: relative;
}
.textheading {
    font-size: 18px;
}
.whitecolor {
    color: #fff;
}
.tagheading:after {
    content: '';
    width: 100px;
    height: 2px;
    background: #e0181e;
}
.tagheading {
    font-weight: 600;
    font-size: 24px;
    color: #e0181e;
    font-style: italic;
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 18px;
}

/*header*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 20px 80px;
}
.header_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_left {
    display: flex;
    align-items: center;
    grid-gap: 18px;
}
.header_left h1 {
    font-family: "Average", serif;
    color: #fff;
    font-size: 94px;
    letter-spacing: 3px;
    margin: 0;
}
.header_left img {
	width: 120px;
}

.header_right img {
    width: 336px;
}
/*header*/

/*banner*/
.banner {
    position: relative;
    padding:150px 80px 60px;
    background: #3E246D;
    background: linear-gradient(100deg, rgba(62, 36, 109, 1) 0%, rgba(95, 42, 122, 1) 35%, rgba(71, 40, 116, 1) 100%);
}
.b_mid h3 {
    font-family: "Caveat", cursive;
    color: #fff;
    animation: fadeDown 0.6s ease both;
    font-size: 26px;
    margin: 12px 0;
    white-space: nowrap;
}
.heading2 h1 {
    font-family: "Caveat", cursive;
    text-align: center;
    color: #fd3eb7;
    font-size: 94px;
    animation: fadeDown 0.6s ease both;
}
.banner_main {
    display: grid;
    grid-template-columns: 3fr 1fr;
    column-gap: 50px;
	align-items:center;
}
.sacaner img {
    width: 100%;
	    background: #fff;
    padding: 8px;
    border-radius: 5px;
}

.sacaner {
text-align:center
}

.datetext2 {
    font-size: 46px;
    color: #fff;
    line-height: 55px;
}

.datetext1 {
    font-size: 100px;
    font-weight: 600;
    color: #07dc78;
}

.datetext1 sup {
    font-size: 30px;
    top: -58px;
}
.banner_main {
    width: 100%;
}
.b_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
}
.b_right img {
    width: 260px;
	animation: fadeDown 0.6s ease both;
}
.b_left {
    display: flex;
    align-items: center;
    animation: fadeDown 0.6s ease both;
    grid-gap: 20px;
    white-space: nowrap;
}
.b_img img {
    width: 145px;
}
.b_text h1 {
    font-family: 'RANOS';
    font-size: 60px;
    color: #fff;
    line-height: 60px;

}
.b_text p {
    margin: 0;
    font-size: 24px;
    color: rgb(255 255 255 / 61%);
    font-weight: 600;
    font-family: "DotGothic16", sans-serif;
    letter-spacing: 2px;
}
.heading1 {
    text-align: center;
    color: #fff;
    font-family: "Average", serif;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 12px;
    letter-spacing: 7px;
    animation: fadeDown 0.6s ease both;
}
.bannerdate {
    padding: 20px 0;
    border-top: 2px solid #07dc78;
    border-bottom: 2px solid #07dc78;
    margin-top: 30px;
    display: flex;
    align-items: center;
    grid-gap: 40px;
    justify-content: center;
	animation: fadeDown 0.6s ease both;
}
.banner_left ul {
	padding: 0;
    margin: 30px 0 0 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 20px;
    animation: fadeDown 0.6s ease both;
    justify-content: center;
    column-gap: 140px;
}
.banner_left ul li {
	color: rgb(255 255 255 / 57%);
	font-style: italic;
	position: relative;
}
.banner_left ul li span {
    display: block;
    margin-top: 12px;
}
.banner_left ul li:before {
    content: '';
    position: absolute;
    height: 15px;
    border-left: 1px solid rgb(255 255 255 / 57%);
    top: 5px;
    left: -8px;
}
.banner_left ul li img {
    height:50px;
}
.bannerview {
    position: relative;
}
/*banner*/

/*build*/
.build {
    background: #fff;
    padding: 60px 0;
    text-align: center;
	position:relative;
}
img.buildpos1 {
    left: 24px;
    position: absolute;
    top: 24px;
    width: 24%;
    opacity: 0.1;
}
.rewardstag {
     display: inline-block;
     background: rgb(253 62 183);
     border: 1px solid #cd0a85;
     color: #fff;
     font-size: 12px;
     font-weight: 600;
     letter-spacing: 0.15em;
     text-transform: uppercase;
     padding: 10px 18px;
     border-radius: 999px;
     margin-bottom: 28px;
     animation: fadeDown 0.6s ease both;
     font-family: var(--font-mono);
}
.buildtext1 {
    font-family: 'RANOS';
    font-size: 65px;
    margin: 0;
    animation: fadeDown 0.6s ease both;
    font-weight: bold;
    color: #000;
}

.buildtext2 {
    font-family: "Average", serif;
    color: #fd3eb7;
    font-size: 28px;
}
.build ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 36px;
    margin: 30px 0;
    row-gap: 16px;
	flex-wrap: wrap;
}
.build ul li {
    color: rgb(0 0 0 / 60%);
    font-size: 18px;
    font-family: var(--font-mono);
}
.build p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.build p span {
    font-family: 'RANOS';
}
.buildmain {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.buildbox {
    position: relative;
    width: 280px;
    border-right: 1px solid #e1e1e1;
}
.buildboxLbefore {}
.buildbox h3 {
    font-family: "Average", serif;
    color: #fd3eb7;
    font-size: 30px;
    margin: 0;
}
.buildbox p {
    margin: 0;
    font-size: 14px;
}
.buildbox:last-child {
    border-right: 0px;
}
.marquee-wrap {
    position: absolute;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.02);
    padding: 14px 0;
    bottom: 0;
}
.marquee-track {
	display: flex;
	gap: 0;
	animation: marquee 22s linear infinite;
	width: max-content;
}
.marquee-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 36px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(240,238,232,0.5);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
	border-right: 1px solid rgba(255,255,255,0.1);
}
.dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	flex-shrink: 0;
}
@keyframes marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}
/*build*/

/*rewards*/
.rewards {
    padding:60px 0;
    position:relative;
    background: #291250;
    background: linear-gradient(100deg, rgb(19 10 35) 0%, rgb(53 14 73) 35%, rgb(17 4 34) 100%);
}
.rewards:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/VR-GIRL.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    opacity: 0.1;
}
.rewards .wrapper {
    position: relative;
}
.rewardsheading {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 39px;
}
.rewardsheading b {
    color: #fd3eb7;
}
.rewardssubheading {
    font-size: 80px;
    color: #fff;
    margin: 0;
    font-family: var(--font-display);
}
.rewardstextheading {
    font-size: 32px;
    color: #fd3eb7;
    font-family: "Inclusive Sans", sans-serif;
}
.rewardstextheading span {
    font-family: 'RANOS';
}
.prize {
    font-size: 40px;
    color: #fff;
    font-family: "Inclusive Sans", sans-serif;
}
.prizetext1 {color: rgb(255 255 255 / 44%);}
.prizetext2 {
    font-size: 22px;
}
.rewardsmain:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
}
.rewardsmain {
    display: flex;
    justify-content: center;
    column-gap: 100px;
    margin: 50px 0;
	position:relative;
}
.rewardsbox {
    position: relative;
}
.rewardsbox:hover{
}
.rewardsbox:before {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s;
}
.rewardsbox:hover:before{
	left: 100%;
}
.rewardsbox p img {
    position: absolute;
    left: -32px;
    transform: rotate(50deg);
    bottom: 7px;
}
.rewardsbox p {
    color: #fff;
    font-size: 14px;
    margin-top: 0px;
    line-height: 18px;
    margin-bottom: 0;
}
/*rewards*/

/*tracks*/
.tracks{
	position:relative;
	padding:60px 0;
}
.tracksheading {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fd3eb7;
}

.trackssubheading {
    font-family: "Average", serif;
    font-size: 28px;
}
.tracksmain {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
    text-align: center;
    margin-top:50px;
    justify-content: center;
}
.tracksbox {
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 31%;
    background: #3E246D;
    background: linear-gradient(100deg, rgba(62, 36, 109, 1) 0%, rgba(95, 42, 122, 1) 35%, rgba(71, 40, 116, 1) 100%);
}
.tracksbox:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 212, 255, 0.3);
}
.tracksbox:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s;
}
.tracksbox:hover:before {
    left: 100%;
}
.tracksbox h3 {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: bold;
    color: #fd3eb7;
}
.tracksbox p {
    color: #fff;
    margin: 0;
    font-size: 16px;
}
.tracksicon {
    text-align: center;
    margin: 0 auto 35px;
}
.tracksicon img {
    width: 60px;
}
/*tracks*/

/*whoparticipate*/
.whoparticipate{
    position: relative;
    padding: 60px 0;
    background: #291250;
    background: linear-gradient(100deg, rgb(19 10 35) 0%, rgb(53 14 73) 35%, rgb(17 4 34) 100%);
}
.subheading span {
    background: linear-gradient(90deg, #05F966 0%, #2478EC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.whoheading {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 25px;
}
.whosubheading {
    background: linear-gradient(90deg, #05F966 0%, #2478EC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
}
.whosubheading span {
    font-family: 'RANOS';
}
.whoparticipate_main {
    display: grid;
    grid-template-columns: auto;
    margin-top: 50px;
    align-items: center;
    text-align: center;
}

.whoparticipate_right img {
    width: 100%;
}

.whoparticipate_left h3 {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.whoparticipate_left ul {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;flex-wrap: wrap;
}
.whoparticipate_left ul li img {
    width: 20px;
	filter: brightness(0) invert(1);
}
.whoparticipate_left ul li {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    grid-gap: 12px;
}

.whoparticipate_left p {
    color: #fff;
    font-size: 16px;
}
/*whoparticipate*/

/*participatestep*/
.participatestep{
	position: relative;
    padding: 60px 0;
}
.participatestep_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    margin-top: 50px;
}
.participatestep_box {
	backdrop-filter: blur(10px);
	padding: 2.5rem;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	background: #3E246D;
	background: linear-gradient(100deg, rgba(62, 36, 109, 1) 0%, rgba(95, 42, 122, 1) 35%, rgba(71, 40, 116, 1) 100%);
}
.participatestep_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s;
}
.participatestep_box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgb(55 95 156 / 33%);
}
.participatestep_box:hover:before {
left: 100%;
}
.participatestep_box h3 {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: bold;
    color: #fd3eb7;
}
.participatestep_box p {
    color: #fff;
    font-size: 16px;
    margin: 0 0 8px 0;
}
.participatestep_box p span {
font-weight: 500;
}
.participatestep_box ul {
    padding: 0 0 0 16px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 8px;
}
.participatestep_box ul li {
    color: #fff;
}
.number {
	font-family: var(--font-mono);
	color: rgb(255 255 255 / 25%);
	font-size: 50px;
	font-weight: bold;
	position: absolute;
	right: 16px;
	top: 3px;
}
.heading span.stat-number {
    background: linear-gradient(90deg, #05F966 0%, #2478EC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.participatestepheading {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fd3eb7;
}
.participateicon img {
    width: 60px;
    filter: brightness(0) invert(1);
}

.participateicon {
    margin-bottom: 30px;
}
/*participatestep*/

/*timeline*/
.timeline{
    position: relative;
    padding: 100px 0;
    background: #3E246D;
    background: linear-gradient(100deg, rgba(62, 36, 109, 1) 0%, rgba(95, 42, 122, 1) 35%, rgba(71, 40, 116, 1) 100%);
}
.timeline .wrapper {
    position: relative;
}
img.timelinepos {
    position: absolute;
    width: 60%;
    top: 0;
    right: 0;
    opacity: 0.1;
    height: 100%;
    object-fit: cover;
}
.timelineheading {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.timeline-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 3.5rem;
    position: relative;
  }

  .timeline-items::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #2478EC 20%, #2478EC 80%, transparent);
    =: linear-gradient(90deg, #05F966 0%, #2478EC 100%);
  }

  .timeline-item {
    text-align: center;
    padding: 0 1rem;
    position: relative;
  }

  .timeline-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(100deg, #842260 0%, #fb3fb7 35%, #6b0446 100%);
    margin: 0 auto 1.5rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 0 4px rgba(198,8,8,0.2);
  }

  .timeline-date {
    font-family: var(--font-display);
    font-size: 1.8rem;
    line-height: 1;
    background: linear-gradient(100deg, #842260 0%, #fb3fb7 35%, #6b0446 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .timeline-event {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    color: #fff;
    margin-top: 0.4rem;
    line-height: 1.5;
  }
/*timeline*/

/*participate*/
.buildheading {
    font-family: "Inclusive Sans", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fd3eb7;
}
/*participate*/


/*partners*/
.partners{
	position:relative;
	padding:60px 0;
	background: #3E246D;
	background: linear-gradient(100deg, rgba(62, 36, 109, 1) 0%, rgba(95, 42, 122, 1) 35%, rgba(71, 40, 116, 1) 100%);
}
.partnersheading{
	font-family: "Inclusive Sans", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.partners ul {
    padding: 0;
    margin: 30px 0 45px 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 80px;
    animation: fadeDown 0.6s ease both;
    justify-content: center;
}

.partners ul li img {
    height: 35px;
}

.partners ul li:before {
    content: '';
    position: absolute;
    height: 15px;
    border-left: 1px solid rgb(255 255 255 / 57%);
    top: 5px;
    left: -8px;
}
.partners ul li {
    color: rgb(255 255 255 / 57%);
    font-style: italic;
    position: relative;
}
.partners ul li span {
  display: block;
    margin-top: 12px;
}
.partnerslogo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
}
.logoimg img {
    width: 100px;
}
.logoimg {
    background: #fff;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 26px;
    border-radius: 8px;
}
/*partners*/

/*faq*/
.faq{
	position:relative;
	padding:60px 0;
}
.faqheading {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    color: #fd3eb7;
    font-family: "Inclusive Sans", sans-serif;
    text-align: center;
}
.faqsubheading {
    font-size: 24px;
    margin: 0;
    color: #000;
    text-align: center;
    font-family: 'RANOS';
    font-weight: bold;
}
.faq-list { 
	margin-top: 3rem; 
}
.faq-item {
    border-bottom: 1px dashed #fd3eb7;
    overflow: hidden;
}
.faq-q {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-family: "Inclusive Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #fd3eb7;
}
.faq-q .arrow {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    flex-shrink: 0;
    transition: transform 0.25s;
    background: #fd3eb7;
    position: relative;
    right: 8px;
}
.faq-item.open .faq-q .arrow { transform: rotate(45deg); }
.faq-a {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, padding 0.3s;
	padding: 0;
}
.faq-item.open .faq-a {
	max-height: 300px;
}
.faq-a p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.faq-a ul li {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.faq-item:last-child {
    border-bottom: 0px;
}
/*faq*/

/*hours*/
.hours{
    position: relative;
    padding: 100px 0;
    background: #3E246D;
    background: linear-gradient(100deg, rgba(62, 36, 109, 1) 0%, rgba(95, 42, 122, 1) 35%, rgba(71, 40, 116, 1) 100%);
}
.hoursmain {
    position: relative;
}

.hoursmain:before {
    content: 'SPARK';
    font-family: var(--font-display);
    font-size: 22vw;
    color: rgba(255, 255, 255, 0.03);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    pointer-events: none;
    letter-spacing: 0.05em;
}
.hoursmain h3{
	font-family: var(--font-display);
    font-size: clamp(2.5rem, 7vw, 6rem);
    color: #fff;
    line-height: 1;
    position: relative;
    text-align: center;
}
.hoursmain p {
    font-family: var(--font-mono);
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    color: rgba(245, 245, 240, 0.5);
    margin: 1.5rem auto 2.5rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.hoursmain h4 {
    font-size: 28px;
    color:#fff;
    position: relative;
    text-align: center;
    margin: 0;
}
.hoursmain h4 span {
    font-family: 'RANOS';
    font-weight: bold;
}
.btnhack a {
    background: #fd3eb7;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border-radius: 8px;
    grid-gap: 12px;
    transition: 0.5s;
    font-weight: 600;
    font-family: var(--font-body);
}
.btnhack a img {
    width: 18px;
    height: 18px;
    display: flex;
    filter: brightness(0) invert(1);	
}
/*hours*/

/*footer*/
.footer{
	position: relative;
	padding: 50px 0;
	background: #291250;
	background: linear-gradient(100deg, rgb(19 10 35) 0%, rgb(53 14 73) 35%, rgb(17 4 34) 100%);
}
.footer_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_right  ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer_right ul li {
    color: #fd3eb7;
    font-size: 20px;
    padding: 10px 0;
    font-family: "Montserrat", sans-serif;
}

.footer_right ul li span {
    padding-left: 8px;
    color: #fff;
    font-family: "Average", serif;
}
/*footer*/
.mobilepart p {
    font-family: "Inclusive Sans", sans-serif;
    text-align: center;
    color: #fff;
    font-size: 45px;
}
.mobilepart{
	padding: 20px 0;
    margin-top: 30px;
    position: relative;
}
.mobilepart:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #fd3eb7 20%, #fd3eb7 80%, transparent);
}
.banner_right h3 {
    font-family: "Caveat", cursive;
    color: #fd3eb7;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 10px;
    font-size:30px;
}
.mobilepart p span {
    color: #fd3eb7;
    font-weight: bold;
}
.banner_right p {
    font-family: "Inclusive Sans", sans-serif;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}
img.posimg {
    position: absolute;
    width: 115px;
    z-index: 2;
    opacity:0.1;
}
.pos1 {
    top: 15%;
    left: 6%;
}
.pos2 {
    top: 53%;
    left: 3%;
}
.pos3 {
    top: 29%;
    left: 36%;
}
.pos4 {
    top: 11%;
    right: 8%;
}
.pos5 {
    bottom: 8%;
    left: 6%;
}
.pos6 {
    bottom: 8%;
    right: 6%;
}
.pos7 {
    bottom: 17%;
    right: 27%;
}
.pos8 {
    bottom: 40%;
    right: 27%;
}
.pos9 {
    bottom: 38%;
    right: 52%;
}
.pos10 {
    top: 9%;
    right: 33%;
}
.pos11 {
    top: 22%;
    right: 43%;
}
@media screen and (max-width: 1400px) {
	
	.header_left h1 {
        font-size: 75px;
    }
}

@media screen and (max-width: 1290px) {
	.sacaner img {
		width: 50%;
	}
	.banner_main {
		grid-template-columns: auto;
	}
	.b_text h1 {
		font-size: 46px;
		line-height: 50px;
	}
	.datetext2 {
		font-size: 32px;
		color: #fff;
		line-height: 43px;
	}
	.datetext1 {
		font-size: 80px;
		font-weight: 600;
	}
}

@media screen and (max-width: 1200px) {
	.header_left h1{
		font-size:60px;
	}
}
@media screen and (max-width: 1030px) {
	.header_left h1{
		font-size:48px;
	}
}
@media screen and (max-width: 992px) {
	    .datetext2 {
        font-size: 28px;
        color: #fff;
        line-height: 35px;
    }
	.b_img img {
		width: 120px;
	}
	.participatestep_main {
		grid-template-columns: 1fr 1fr;
	}
	.partnerslogo {
		grid-gap: 20px;
	}
	.partnerslogo .item {
                width: 18%;
	}
	.b_text h1 {
		font-size: 45px;
		line-height: 45px;
	}

	.b_text p {
		font-size: 22px;
	}
	.footer_main {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		grid-gap: 30px;
	}
	.footer_right {
		text-align: center;
	}
	.tracksbox {
		width: auto;
	}
	.tracksmain {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.header {
		padding: 20px 20px;
	}


	.banner {
		padding: 115px 20px;
	}
	.rewardsmain {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 10px;
		text-align: center;
		row-gap: 30px;
	}
	.rewardsbox p img {
		position: relative;
		left: 0;
		transform: rotate(50deg);
		bottom: 1px;
	}
}

@media screen and (max-width: 850px) {
	.header_left h1{
		font-size:36px;
	}
	img.posimg{
		display:none;
	}
	.header_right img {
		width: 200px;
	}
	.banner_main {
		grid-template-columns: auto;
	}
	.bannerdate {
		grid-gap: 18px;
	}
	.b_main {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.tracksmain {
		display: grid;
		grid-template-columns: auto;
	}
	.timeline {
		padding: 60px 0;
	}
	.partnerslogo {
		grid-gap: 20px;
	}
	.partnerslogo .item {
        width: 30%;
	}
	.buildtext1 {
		font-size: 40px;
	}
	.buildtext2 {
		font-size: 24px;
	}
	.build ul {
		text-align: left;
		justify-content: flex-start;
	}

	.build ul li {
		font-size: 16px;
	}
	.timeline-items {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 40px;
	}
	.timeline-items::before{
		display:none;
	}
	.participatestep_main {
		grid-template-columns:auto;
		    margin-top: 26px;
	}
	.hours {
		padding: 60px 0;
	}
	.heading1 {
		font-size: 28px;
		line-height:28px;
	}
	.heading2 h1 {
		font-size: 60px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 640px) {
	.heading2 h1 {
		font-size: 40px;
	}
	.header_left img {
		width: 80px;
	}

	.header_left h1{
        font-size: 30px;
        letter-spacing: 0px;
	}
	.topview a {
		width: 30px;
		height: 30px;
	}
	.topview a img {
		width: 10px;
	}
	.rewardstextheading {
		font-size: 20px;
	}
	.rewardsheading {
		font-size: 30px;
	}
	.bannerdate{
		display:none;
	}
	
	.trackssubheading {
		font-size: 20px;
	}
	.whoparticipate_left ul {
		text-align: left;
		justify-content: flex-start;
	}
	.timelineheading, .participatestepheading {
		font-size: 22px;
	}
	.buildtext1 {
		font-size: 32px;
	}
	.buildtext2 {
		font-size: 22px;
	}
	.partnerslogo {
		grid-gap: 20px;
	}
	.partnerslogo .item {
		width: 47%;
	}
	.b_text h1 {
		font-size: 45px;
		line-height: 45px;
	}

	.b_text p {
		font-size: 22px;
	}
	.b_img img {
		width: 140px;
	}
	.faqheading {
		font-size: 28px;
	}
	.logoimg {
		height: 135px;
	}
	.hoursmain h4 {
		font-size: 20px;
	}
	.banner_left ul {
		column-gap: 25px;
	}
	.banner_left ul li img {
		height: 30px;
	}
	.partners ul li img {
		height: 30px;
	}
	
}

@media screen and (max-width: 490px) {
	    .sacaner img {
        width: 90%;
    }
	.mobilepart p {
		font-size: 23px;
	}
	.header_right img {
		width: 160px;
	}
	.heading1 {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 3px;
	}
	.footer_right ul li {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	.partners ul {
		grid-gap: 25px;
		flex-wrap: wrap;
	}
	.logoimg {
		height: 100px;
	}
	.logoimg img {
        width: 100%;
        height: 50px;
        object-fit: fill;
	}
	.partnerslogo .item {
        width: 42%;
    }
	.b_text h1 {
        font-size: 30px;
        line-height: 30px;
	}

	.b_text p {
		font-size:18px;
	}
	.b_img img {
		width: 120px;
	}

	.header_left h1 {
        font-size: 24px;
        letter-spacing: 0;
    }
}


@media screen and (max-width: 420px) {
	.header_left h1 {
        font-size: 20px;
    }
	.banner_left ul {
		flex-wrap: wrap;
		flex-direction: column;
	}
}