@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'THEBOLDFONT';
  src: url("../fonts/THEBOLDFONT.otf");
}

body { font-family: "THEBOLDFONT", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #010219 url("../images/may-refer-friend-bonus/bg.jpg")no-repeat top center; background-size: cover;}

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus, button:focus, button:hover { text-decoration: none; outline: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}
button {
	background: none;
	border: none;
	padding: 0;
}
button:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
#space {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	pointer-events: none;
}
#backtop {
	max-width: 80%;
	display: none;
}
#backtop.show {
	display: block;
}
.floating-wrapper {
    position: fixed;
    z-index: 99;
    right: 5px;
    top: 50px;
    text-align: center;
    max-width: 68px;
	width: 100%;
}
.float-btn-wrap {
    position: absolute;
    top: 9%;
    left: 0;
    right: 0;
    margin: 0 -1%;
}
button.float-btn {
    margin: 3% auto;
    display: block;
    text-align: center;
}
button.float-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
#space {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	pointer-events: none;
}
.top-sec {
	position: relative;
	text-align: center;
	padding: 0 0 45px;
	text-align: center;
}
button.home-btn {
    position: absolute;
    left: 5px;
    top: 5px;
    max-width: 60px;
	z-index: 9;
}
.logo {
	position: relative;
	padding-top: 10px;
	margin-bottom: -4%;
}
.event-date {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 2%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    text-shadow: 0 0 3px #4802e7, 0 0 8px #4802e7, 0 0 12px #4802e7;
}
.subtitle-wrap {
    background: linear-gradient(90deg, rgba(255, 217, 255, 1) 0%, rgba(255, 55, 229, 1) 100%);
    padding: 4px;
    border-radius: 40px;
    max-width: 800px;
    margin: 10px auto;
}
.subinner {
    background: #0c0a4b;
    text-shadow: 0 0 5px #4f0d92, 0 0 10px #4f0d92, 0 0 15px #4f0d92;
    border-radius: 40px;
    box-shadow: inset 0 0 0 3px #000;
    padding: 12px 45px 10px;
    font-size: 23px;
    text-transform: uppercase;
}

.stepbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px 1%;
    max-width: 310px;
    width: 30%;
}
.stepbox::after {
    content: '';
    background: url(../images/may-refer-friend-bonus/arrow.png) no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 100px;
    height: 75px;
    z-index: 1;
    position: absolute;
    right: -21%;
    top: 41%;
    filter: drop-shadow(0 0 2px #bc00fb) drop-shadow(0 0 5px #bc00fb);
}
.step-wrapper .stepbox:last-child::after {
	content: none;
}
.referral-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.deco.rocket {
    max-width: 20%;
    left: -8%;
    top: 11%;
}
.deco.energy {
    max-width: 19%;
    right: -10%;
    top: 45%;
}
.referal-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
    width: 100%;
    display: grid;
    grid-template-columns: 29% auto;
    grid-gap: 2%;
    max-width: 86%;
    margin: 0 auto;
}
.qrframe {
    position: relative;
    border: 2px solid #9d01ff;
    border-radius: 10px;
    background: #100d38;
    padding: 8% 5% 16%;
}
.qrcode {
    max-width: 180px;
    margin: 0 auto;
}
button.download-btn {
    background: url(../images/may-refer-friend-bonus/download-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 210px;
    height: 55px;
    text-transform: uppercase;
    color: #fff;
	font-family: 'Roboto';
    font-weight: 700;
    font-size: 22px;
    padding-top: 2%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10%;
    margin: 0 auto;
}
.referral-copy {
    display: grid;
    grid-template-columns: auto 165px;
    grid-gap: 15px;
	margin-bottom: 20px;
}
input:disabled {
	background: #fff;	
}
input.refer-code {
	font-family: 'Roboto';
    font-weight: 600;
    height: 55px;
    border: none;
    text-align: center;
    font-size: 18px;
    border-radius: 40px;
}
button.copy-btn {
    background: url(../images/may-refer-friend-bonus/copy-btn.png) no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 165px;
    height: 54px;
    color: #fff;
    text-transform: uppercase;
	font-family: 'Roboto';
    font-weight: 700;
    font-size: 22px;
    padding-top: 1%;
}
input.refer-code {
    text-align: center;
    font-size: 17px;
    height: 49px;
    background: #fff;
    border: none;
    border-radius: 40px;
}
.refer-subtitle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7%;
    max-width: 85%;
    margin: 0 auto;
}
.share-via-wrap {
    display: grid;
    grid-template-columns: 160px auto;
    align-items: center;
}
.social-frame {
    position: relative;
    border: 2px solid #9d01ff;
    border-radius: 10px;
    background: #100d38;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 120px;
}
.social-frame a {
    display: inline-block;
}
.sharetext {
    font-size: 20px;
}
.more-btn-wrap {
    margin-top: 20px;
}
button.more-info-btn {
    background: url(../images/may-refer-friend-bonus/green-btn.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    width: 100%;
    max-width: 210px;
    height: 55px;
    margin: 0 auto;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.refer-reward-wrapper {
    padding: 30px 0 45px;
}
.referral-rwbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 335px;
    width: 31%;
    margin: 10px 0.5%;
}
.rftext {
    position: absolute;
    left: 0;
    right: 0;
    top: 53%;
    font-size: 34px;
    text-shadow: 0 0 5px #51078e, 0 0 10px #51078e, 0 0 15px #c63cff;
}
button.claim-btn {
    background: url(../images/may-refer-friend-bonus/claim-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 67%;
    height: 70px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 68%;
    color: #fff;
    font-size: 26px;
    text-shadow: 2px 2px 3px #000;
	filter: grayscale(1);
	pointer-events: none;
}
button.claim-btn.active {
	pointer-events: auto;
	filter: grayscale(0);
	animation: glowing 1.2s linear infinite;
}
button.claim-btn.claimed {
	filter: grayscale(0.5);
	pointer-events: none;
}
@keyframes glowing {
    0% {
        transform: scale(1);
		filter: drop-shadow(0 0 0px #00ffff);
    }
    50% {
        transform: scale(1.05);
		filter: drop-shadow(0 0 7px #00ffff);
    }
    100% {
        transform: scale(1);
		filter: drop-shadow(0 0 0px #00ffff);
    }
}
.follow-text {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 2px 4px rgb(0, 0, 0, 0.8), 0 0 6px #ff28ff;
    filter: drop-shadow(0px 0px 10px #970092);
    margin-bottom: 5px;
}
.social-media-wrapper {
    position: relative;
    max-width: 427px;
    margin: 0 auto;
}
.social-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 4%;
}
a.soical-btn {
    display: inline-block;
    margin: 0px 3%;
    max-width: 22%;
}
a.soical-btn:hover {
	transform: translateY(-5px);
	filter: brightness(1.07) saturate(1.2);
}

/** Modal **/
.modal-dialog.info {
    max-width: 800px;
}
.modal-content.info {
    background: #090855 url("../images/may-refer-friend-bonus/refer-bg.jpg")no-repeat top center;
	background-size: cover;
    border: 3px solid #ff4ae7;
	box-shadow: inset 0 0 1px 3px #000;
    border-radius: 10px;
    padding: 15px 20px;
    text-align: center;
}
.modal-dialog.terms {
    max-width: 700px;
}
.modal-content.terms {
    background: #33004b;
    border: 2px solid #ffd9ff;
    border-radius: 10px;
    padding: 15px 20px;
    text-align: center;
}
button.x-btn {
    position: absolute;
    right: 9px;
    top: 9px;
    color: #fff;
    z-index: 1;
}
.popup-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 6px #ff28ff;
    filter: drop-shadow(0px 0px 10px #970092);
}
ul.terms {
    padding-left: 17px;
    text-align: left;
    font-family: 'Roboto';
}
.refer-title {
    font-family: 'Roboto';
    color: #fc22ff;
    font-weight: 700;
    font-size: 32px;
}
.refer-title-2 {
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.player-box {
    position: relative;
    max-width: 193px;
    margin: 0 auto;
}
.player-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 85%;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #f8e81b;
}
.referee-box {
    position: relative;
    display: inline-block;
    width: 15.5%;
    margin: 1% 0.1%;
    text-align: center;
}
.referee-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 78%;
    font-family: 'Roboto';
    font-size: 11px;
}
.yellow-text {
	color: #f8e81b;
	font-weight: 600;
}
.red-text {
	color: #ff0000;
	font-weight: 600;
}
.qualified-wrap {
    position: relative;
    max-width: 320px;
    margin: 10px auto;
}
.qualifiied-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

@media(max-width: 1080px) {
.floating-wrapper {
    transform: scale(0.85);
    transform-origin: right top;
}
.rftext {
    font-size: 3.2vw;
}	
button.claim-btn {
    height: 6.5vw;
    font-size: 2.4vw;
}	
}

@media(max-width: 991px) {
button.home-btn {
    max-width: 50px;
}
.subinner {
    font-size: 20px;
}	
.stepbox::after {
    width: 10vw;
    height: 7.5vw;
}
.referral-container {
    background: #010c38;
    box-shadow: 0 0 0 2px #f868e4, inset 0 0 5px 2px rgb(0, 0, 0, 0.8);
    border: 3px solid #4721ca;
    border-radius: 15px;
    padding: 30px 15px;
	max-width: 100%;
	margin-top: 20px;
}
.referal-inner {
	position: relative;
	grid-template-columns: auto;
	grid-gap: 40px;
	max-width: 100%;
}
.qrframe {
    max-width: 270px;
    margin: 0 auto;
    padding: 20px 20px 45px;
}	
.share-via-wrap {
    grid-template-columns: auto;
}	
.social-frame {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}	
.refer-subtitle {
	position: relative;
	max-width: 85%;
	margin-top: 30px;
}
.share-base {
    display: none;
}	
.deco.rocket,.deco.energy {
	display: none;
}	

		
}

@media(max-width: 767px) {
button.home-btn {
    max-width: 45px;
}	
.floating-wrapper {
    transform: scale(0.7);
}	
.logo {
    max-width: 27%;
    margin: 0 auto -8%;
}
.event-date {
    max-width: 80%;
}	
.date-text {
    font-size: 4.7vw;
}	
.referral-copy {
    grid-template-columns: auto;
}
.player-box {
    max-width: 28%;
}	
.player-text {
    font-size: 2.4vw;
}	
.referee-box {
    width: 23.5%;
}	
.referee-info {
    font-size: 2vw;
}	
}

@media(max-width: 480px) {
button.home-btn {
    max-width: 40px;
}	
.floating-wrapper {
    transform: scale(0.55);
}	
.subtitle-wrap {
    padding: 2px;
}
.subinner {
	font-size: 16px;
}	
.stepbox {
    width: 47%;
}	
.stepbox::after {
	content: none;
}	
.refer-subtitle {
	max-width: 100%;
}	
.referral-rwbox {
    width: 48%;
	margin: 5px 0.5%;
}
.rftext {
	font-size: 4.2vw;
}	
button.claim-btn {
	height: 9.5vw;
	font-size: 3.4vw;
}
.follow-text {
	font-size: 16px;
	margin-bottom: 10px;
}	
.social-media-wrapper {
	max-width: 65%;
}	
.popup-title {
    font-size: 20px;
}	
.modal-content.terms {
    font-size: 14px;
    padding: 15px 15px;
}
.refer-title {
    font-size: 24px;
}	
.refer-title-2 {
    font-size: 15px;
}	
.qualified-wrap {
    max-width: 80%;
}	
.qualifiied-text {
    font-size: 3.8vw;
}	
	
}






