*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'EuropeExt', sans-serif;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
}
.container{
    max-width: 1265px;
    margin: 0 auto;
    padding: 0px 20px;
}
a{
    text-decoration: none;
}


/* Hero start */
.hero{
    position: relative;
    background-image: url(../img/mainbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0px 25px;
    /* height: 1023px; */
    overflow: hidden;
}
.hero .hero-person{
    position: absolute;
    bottom: -55px;
    left: 54%;
}
.hero .hero_block{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 775px;
}
.hero_block .biglogo{
    margin-bottom: 15px;
	animation: anime 3s linear infinite;
}
@keyframes anime {
	0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -15px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
.hero_block .play-btn{
	margin-bottom: 22px;
	transition: .3s ease all;
	width: 410px;
	height: 160px;
}
.hero_block .play-btn .startGame1{
	width: 410px;
	height: 160px;
}
.hero_block .play-btn .startGame2{
	display: none;
	opacity: 0;
	transition: .3s ease all;
	width: 415px;
	height: 165px;
}
.hero_block .play-btn:hover .startGame2{
	opacity: 1;
	display: block;
	margin-top: -2.5px;
	margin-left: -2.5px;
}
.hero_block .play-btn:hover .startGame1{
	opacity: 0;
	display: none;
}
.hero_block .hero_wrap{
	position: relative;
	height: 520px;
	margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;    
	border: 4px #0cc6f2 solid;
	background: #265eb87a;
	padding: 0 16px;
	border-radius: 25px;
	box-shadow: #0cc6f2 0px 5px 15px;
} 
.hero_wrap .hero_links{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	padding: 25px 10px;
}
.title_wrap {
	position: relative;
	border-radius: 25px;
	background-color: #22182c;
    border: 4px #a574ea solid;
    border-bottom: 0;
    padding: 5px 0;
    box-shadow: #6b35c6 0px 0px 5px 2px;
}
.hero_bottom {
	position: absolute;
	bottom: -40px;
	left: -37px;
	background-image: url("../img/tablebg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 500px;
	width: 840px;
	display: flex;
	gap: 10px;
	padding: 50px 62px;
}
.title_wrap::after{
	content: '';
	position: absolute;
	top: -4px;
	left: 50%;
	transform: translate(-50%, 0);
	height: 4px;
	width: 100px;
	background: #22182c;
}
.hero_wrap .hero_links a{
	color: #dadada;
	font-size: 16px;
	text-transform: uppercase;
	white-space: nowrap;
	transition: .2s ease all;
}
.hero_wrap .hero_links a:hover{
	color: #FFF;
	text-shadow: 0px -1px 4px #0e5cb2, 0 0 1em #0e5cb2, 0 0 0.2em #0e5cb2;
}
.hero_table {
	width: 317px;
}

.hero_bottom .hero_table .table {
	border-collapse: collapse;
	width: 100%;
	background-color: #101626
}
.table_block {
	border: 6px #43333d solid;
	border-radius: 0 0 10px 10px;
	position: relative;
	top: -25px;
	height: 370px;
	overflow: auto;
}
.table_block::-webkit-scrollbar{
	display: none;
}
.hero_table .table th,
.hero_table .table td {
	border: 1px #393f4b solid;
	border-collapse: collapse;
}
.hero_table .table td img {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.hero_table .table th {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	background-image: url("../img/tableth_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: left;
	padding: 5px;
	font-family: 'Tahoma';
}
.hero_table .table td {
	color: #fff;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Tahoma';
    padding: 2px 5px;
}
.hero_table .table td.yellow{
	color: #ffd74b;
	box-shadow: #45211c 0px 5px 10px;
}
.hero_table .table td.blue{
	color: #7ab8f8;
	box-shadow: #102245 0px 5px 10px;
}
.hero_table .table td.pink{
	color: #e6a1ff;
	box-shadow: #261245 0px 5px 10px;
}
.hero_bottom .hero_table .title {
	text-align: center;
	position: relative;
	width: 230px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
.hero_bottom .hero_table .title .fifteen {
	position: absolute;
	top: -35px;
	left: 38px;
}

.hero_bottom .hero_right{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 100%;
}
.hero_bottom .dots{
	position: absolute;
    top: 7px;
    right: 12px;
	pointer-events: none;
}
.hero_bottom .hero_donater{
	position: absolute;
	top: 48px;
    right: 42px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hero_bottom .hero_donater b{
	font-size: 14px;
    padding: 6px 14px;
    background-color: #141414;
    border-radius: 50px;
    color: #FFF;
    font-family: 'Tahoma', sans-serif;
	text-shadow: 0px -1px 4px #802849, 0 0 1em #802849, 0 0 0.2em #802849;
}

.hero_right .hero_time{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
	width: 63%;
}
.hero_right .hero_time h4{
    font-family: 'Tahoma', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #e0e4f6;
}
.hero_time .time_boxs{
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 2px;
	width: 176px;
	height: 50px;
	background-image: url(../img/timerBg.png);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 10px;
}
.hero_time .time_box{
	display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0px 8px 2px;
}
.hero_time .time_box:last-child{
	border-radius:  0 8px 8px 0;
}
.hero_time .time_box:first-child{
	border-radius: 8px 0 0 8px;
}
.hero_time .time_box span{
	color: #69e1ff;
	font-size: 28px;
	font-family: 'Tahoma', sans-serif;
	text-shadow: #69e1ff 1px 0 10px;
	line-height: 85%;
}
.hero_time .time_box #days{
	color: #FFF;
}
.hero_time .time_box p{
	color: #adadad;
	font-size: 14px;
	font-family: 'Tahoma', sans-serif;
	line-height: 85%;
}
.hero_right .hero_online{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 45px 30px 45px;
	background-image: url(../img/rightbg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.hero_right .hero_online h4{
	background-image: url(../img/buttonbg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
	height: 50px;
	width: 335px;
	margin-bottom: 15px;
	text-align: center;
	text-shadow: #122449 1px 0 10px;
}
.hero_right .hero_online .online-spn{
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.hero_right .hero_online .online-spn2{
	margin-bottom: 0;
	gap: 32px;
}
.hero_right .hero_online span{
	position: relative;
	font-size: 24px;
	color: #FFF;
	font-family: 'Tahoma', sans-serif;
}
.hero_online .line-wrap{
	display: flex;
	align-items: center;
	gap: 4px;
}
.hero_online .line-wrap .line{
	width: 20px;
	height: 5px;
	background-color: #1e75bd;
}
.hero_right .hero_online p{
	margin-bottom: 4px;
	background-image: url(../img/account-textBg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Tahoma', sans-serif;
	color: #FFF;
	text-shadow: #023ba4 1px 0 10px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	height: 28px;
	width: 335px;
}
.hero_right .hero_btns{
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	justify-content: center;
}
.hero_right .hero_btns a .hero_btn-img2{
	display: none;
}
.hero_right .hero_btns a:hover .hero_btn-img1{
	display: none;
}
.hero_right .hero_btns a:hover .hero_btn-img2{
	display: block;
}
.hero_right .hero_btns .hero_btn{
	height: 57px;
	width: 195px;
	transition: .3s ease all;
}
.hero_btns .hero_btn .mmotop-btn-img2{
	display: none;
}
.hero_btns .hero_btn:hover .mmotop-btn-img1{
	display: none;
}
.hero_btns .hero_btn:hover .mmotop-btn-img2{
	display: block;
}


/* Foter start */
.footer{
    padding: 16px 0px 8px;
    background: #191628;
}
.footer .footer_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.footer_block .logo-wrap{
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer_block .logo-wrap p{
    font-family: 'Tahoma', sans-serif;
    font-size: 14px;
    color: #9D9FA5;
    white-space: nowrap;
}
.footer_block .logo-ftr{
    display: flex;
    align-items: center;
}
.footer_block .logo-ftr img:nth-child(2){
    margin: -10px 0 0 -18px;
}
.footer_block .footer_links{
    display: flex;
    align-items: center;
    gap: 10px 32px;
	flex-wrap: wrap;
}
.footer_block .footer_links a{
    font-size: 14px;
    color: #9D9FA5;
	transition: .3s ease all;
}
.footer_block .footer_links a:hover{
	color: #FFF;
}

@media only screen and (max-width: 820px) {
	.hero_block .hero_wrap{
		height: 900px;
	}
	.hero_table {
		width: 77%;
		position: relative;
		z-index: 2;
	}
	.hero_block .biglogo {
		width: 100%;
		margin-bottom: 0;
	}
	.hero_bottom {
        width: 109.5%;
        height: auto;
        flex-direction: column;
        gap: 10px;
        bottom: 0;
        left: 50%;
        padding: 37px 37px 15px 35px;
        background-size: 100% 348px;
        transform: translate(-50%, 0px);
    }
	.hero_bottom .hero_right{
		align-items: center;
	}
	.hero_right .hero_online{
		width: 100%;
	}

	.hero_wrap .hero_links {
		gap: 10px 25px;
	}
	.hero_wrap .hero_links::-webkit-scrollbar{
		display: none;
	}
	.hero_bottom .hero_donater img{
		width: 75px;
	}
	.hero_bottom .hero_donater b {
		font-size: 8px;
		padding: 4px 8px;
	}
	.hero_bottom .hero_donater{
		right: 40px;
		top: 35px;
	}
	.hero_bottom .dots {
		width: 140px;
	}
	.table_block {
		height: 246px;
	}

	.footer .footer_block{
		flex-direction: column;
	}
	.footer_block .footer_links{
		justify-content: center;
	}
}


@media only screen and (max-width: 576px){
	.hero_bottom .hero_donater {
        right: 21px;
        top: 33px;
    }
}

@media only screen and (max-width: 460px){
	.hero {
		padding-top: 60px;
	}
	.hero_table {
		z-index: 0;
		width: 75%;
	}
	.hero_right .hero_online h4 {
		font-size: 12px;
		height: 30px;
		width: 100%;
		margin-bottom: 15px;
	}
	.hero_block .play-btn {
		margin-bottom: 10px;
	}
	.hero_bottom {
        padding: 30px 20px 10px 28px;
		background-size: 100% 260px;
		gap: 10px;
    }
	.hero_bottom .dots {
        top: 2px;
        right: 4px;
        width: 120px;
    }
    .hero_bottom .hero_donater img {
        width: 60px;
    }
	.hero .hero-person{
		display: none;
	}
	.hero_right .hero_online p {
		text-align: center;
		font-size: 10px;
		height: 28px;
		width: 100%;
	}
	.hero_right .hero_online span {
		font-size: 16px;
	}
	.hero_right .hero_online .online-spn {
		gap: 10px;
		margin-bottom: 10px;
	}
	.hero_online .line-wrap .line {
		width: 15px;
		height: 2px;
	}
	.hero_right .hero_btns {
		gap: 2px;
	}
	.hero_btns img{
		width: 52px;
		height: 52px;
		object-fit: contain;
	}
	.hero_btns .hero_btn img{
		width: fit-content;
	}
	.hero_right .hero_btns .hero_btn {
		height: 52px;
		font-size: 13px;
	}
	.hero_block .hero_wrap {
        height: 755px;
    }
	.hero_wrap .hero_links a {
		font-size: 12px;
	}
	.table_block {
        height: 175px;
    }
	.hero_bottom .hero_donater {
        right: 18px;
        top: 28px;
    }
	.hero_bottom .hero_donater img {
        width: 55px;
    }
	.hero_bottom .hero_donater b {
        font-size: 6px;
        padding: 2px 5px 3px;
    }
	.hero_bottom .hero_table .title {
		width: 165px;
	}
	.hero_bottom .hero_table .title img{
		width: 100%;
	}
	.hero_bottom .hero_table .title .fifteen {
        top: -25px;
        left: 28px;
        width: 57px;
    }
	.hero_table .table td {
		font-size: 8px;
		padding: 0px 4px;
	}
	.title_wrap {
		border-radius: 15px;
	}
	.hero_wrap .hero_links {
        padding: 15px 10px;
        flex-direction: column;
        gap: 6px;
    }
	.hero_table .table td img {
		width: 10px;
	}
	.hero_table .table th {
		font-size: 8px;
		padding: 3px 5px;
	}
	.hero_right .hero_time {
		width: auto;
	}
	.footer_block .footer_links a:nth-child(2){
		margin-right: -10px;
	}

	.footer_block .logo-wrap{
		flex-direction: column;
	}
}