@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    font-size: 15px;
    color: #fff;
    background: #000 url("../images/egg-reward/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;
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
#particles-js {
    position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
    z-index: 0;
    width: 100%;
	pointer-events: none;
}
.top-sec {
	background: url("../images/egg-reward/btm-bg.png")no-repeat bottom center;
	background-size: 100%;
	padding: 10px 0 45px;
	text-align: center;
}
.logo {
    max-width: 250px;
    margin: 0 auto;
}
.title-top {
    position: relative;
    max-width: 1180px;
    margin: -4% auto 0;
    text-align: center;
}
.deco.top-deco-1 {
    left: 2%;
    top: 1%;
    max-width: 9%;
	animation: float 1.8s ease-in-out infinite;
}
.deco.top-deco-2 {
    right: -9%;
    top: 26%;
    max-width: 9%;
	animation: float 2s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}
.date-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 89%;
    font-size: 20px;
    font-weight: 700;
    color: #e8e0dd;
    text-shadow: 0 2px 0 #7f3628;
    filter: drop-shadow(0px 2px 4px rgb(0, 0, 0, 0.8));
}
.token-base {
    max-width: 570px;
    margin: 0 auto;
    position: relative;
}
.token-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 61%;
    font-size: 40px;
    font-weight: 700;
}
.event-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1000px;
    margin: 0 auto;
}
.bonus-box {
    max-width: 330px;
    margin: 0 auto;
    position: relative;
	cursor: pointer;
	transition: 0.2s;
}
.bonus-box:hover {
	transform: scale(1.02);
	filter: drop-shadow(0 0 8px rgb(254,251,194,0.7));
	transition: 0.2s;
}
.title-how {
    margin-top: 10px;
}
.info-wrap {
    font-size: 20px;
    padding: 5px 0 20px;
}
.tnc-wrap {
    background: rgb(36, 43, 43, 0.5);
    padding: 20px 20px;
    text-align: left;
    max-width: 780px;
    margin: 0 auto;
}
ol.terms {
    padding-left: 17px;
}
ol.terms li {
    padding: 1px 0;
}
button.close-x {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    color: #fff;
}
.modal-content.reward {
    background: none;
    border: none;
	max-width: 320px;
    margin: 0 auto;
}
.reward-box {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
	cursor: pointer;
}
.prize {
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
	z-index: 3;
    font-size: 34px;
    color: #000;
    font-weight: 700;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff;
    filter: drop-shadow(0px 0px 11px #fff);
	opacity: 0;
	visibility: 0;
	transform: scale(0.3);
}
img.open {
	position: absolute;
	left: 0;
	right: 0;
	transition: 0.2s;
}
img.open {
    opacity: 0;
    visibility: hidden;
	transition: 0.2s;
}
.reward-box.active img.closed {
    opacity: 0;
    visibility: hidden;
	transition: 0.2s;
}
.reward-box.active img.open {
    opacity: 1;
    visibility: visible;
	transition: 0.2s;
}
.reward-box.active .prize {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: 0.3s;
	transition-delay: 0.3s;
}

@media(max-width: 1100px) {
.logo {
    max-width: 25%;
}
.date-title {
    font-size: 1.7vw;
}	
}

@media(max-width: 767px) {
.title-how {
    max-width: 85%;
    margin: 10px auto 0;
}	
.info-wrap {
    font-size: 17px;
}	
.token-base {
    max-width: 78%;
}	
.token-text {
    font-size: 5.2vw;
}	
}

@media(max-width: 480px) {
.logo {
    max-width: 35%;
}	
.title-img {
    margin: 0 -10px;
    height: 50vw;
}	
.title-img img {
    object-fit: cover;
    height: 100%;
}
.date-title {
    font-size: 2.1vw;
}	
.tnc-wrap {
    font-size: 14px;
}	
}

.home-ico {
    position: absolute;
    top: 4%;
    left: 4%;
    background: #f41635;
    padding: 10px;
    border-radius: 50px;
    font-size: 18px;
    animation: zoom-in-zoom-out 1.5s ease infinite;
    color: #fff;
    z-index: 99;
}

.home-ico:hover {
    color: #fff;
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%
  }
  50% {
    scale: 120%;
  }
  100% {
    scale: 100%;
  }
}









    