@import "reset.css";

:root {
--bg-content: #011925;
--bg-reg-play: linear-gradient(to bottom, #C0F85F 0%, #00C70A 50%, #006017 100%);
--bg-log: linear-gradient(to bottom, #FBC70B 0%, #F9B700 50%, #f04e23 100%);
--color-text-icon: #FCFCFC;
--bg-demo: linear-gradient(to bottom,#FC5800 0%,#FB001D 50%,#5D0000 100%);
}

body{
	background: var(--bg-content);
	font-family: 'Roboto';
}

header{
	font-size: 12px;
}

img {
	max-width: 100%;
	height: auto;
}

table {
	margin: 30px 0;
    width: 100%;
    border-collapse: collapse;
    background: #01364B;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

th, td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.header-items{
	padding: 0 10px;
}

.header-items a{
	color: var(--color-text-icon);
}

.header-item_logo{
	margin: 0 auto;
	width: 70px;
}

.logo-menu{
	position: fixed;
	z-index: 3;
	top: 5px;
}

.header-item_logo img{
	width: 100%;
}

.header-item_buttons{
	display: flex;
	justify-content: center;
	align-items: center;
	border-top:1px solid #5D5D5D;
	padding: 20px 0;
	gap: 20px;
}

.header-item_btns{
	display: flex;
	gap: 5px;
}

.header-item_btns a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 35px;
	border-radius: 2px;
}

.btn-one{
	background: var(--bg-log);
}

.btn-two{
	background: var(--bg-reg-play);
}

.header-item_btns_social{
	display: none;
}

.header-item_btns_social a{
	padding: 0 2px;
}

.btn-open{
	background: var(--bg-demo);
	font-size: 35px;
	padding: 0 3px;
	border-radius: 2px;
}

.btn-close{
	display: none;
}

.header-menu{
	display: none;
}

.header-item_btns a{
	text-decoration: none;
}

.active{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #103B4E;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
}

.active li{
	padding: 10px;
}

.active a{
	text-decoration: none;
	color: white;
	font-size: 20px;
	padding: 10px;
}

.close-active{
	display: inline;
	position: fixed;
	z-index: 3;
	font-size: 35px;
	top: 20px;
	right: 20px;
}

/*content*/

.container-pre-content_table{
	padding: 40px 10px;
}

.container-pre-content_table_win{
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: white;
	width: 100%;
}

.table_winner{
	background: #050505;
	border-top: 1px solid #5D5D5D;
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
}

.table_winner i{
	color: #FFD700;
	padding-right: 2px;
}

.table_title{
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	padding: 5px 0;
	border-top: 1px solid #5D5D5D;
	color: #05D705;
}

.container-pre-content_image{
	max-width: 1200px;
}

.container-pre-content_image img{
	width: 100%;
}

.container-pre-content_two{
	padding: 0 10px;
}

.container-pre-content_two p{
	text-align: center;
	font-size: 30px;
	padding: 10px 0;
	color: #05D705;
}

.container-pre-content_games{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.container-pre-content_game{
	position: relative;
	width: 143px;
    height: 96px;
    border: 1px solid #5D5D5D;
}

.container-pre-content_game_bg{
	justify-content: center;
	align-items: center;
	position: absolute;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	height: 100%;
	background: #05050599;
	display: none;
}

.container-pre-content_game:hover .container-pre-content_game_bg{
	display: flex;
}

.container-pre-content_game_bg a{
	text-decoration: none;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
}

.play{
	background: var(--bg-reg-play);
	width: 90px;
	height: 30px;
}

.demo{
	background: var(--bg-demo);
	width: 70px;
	height: 30px;
}

.container-content{
	padding: 40px 10px;
	color: white;
	font-weight: 200;
}

.container-content h1{
	padding: 15px 0;
	color: #05D705;
	font-size: 35px;
}

.container-content h2{
	padding: 15px 0;
	font-size: 30px;
	color: #05D705;
}

.container-content h3{
	padding: 15px 0;
	font-size: 25px;
	color: #05D705;
}

.container-content p{
	padding: 5px 0;
	font-size: 18px;

}

/*.container-content ul{
	margin-left: 25px;

}*/


.container-content li{
	list-style: circle;
	font-size: 18px;
}


.container-content a{
	text-decoration: none;
	color: white;
	border-bottom: 1px solid #05D705;
	font-size: 18px;

}


/*footer*/
footer{
	padding: 20px 10px;
	color: white;
}

.footer-menu{
	border-top: 1px solid #5D5D5D;
	padding: 10px 0;
}

.footer-menu_list{
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.footer-menu_list p{
	font-size: 25px;
	color: #05D705;
}

.footer-menu_list a{
	text-decoration: none;
	color: white;
	font-size: 15px;
    font-weight: 200;
}

.footer-pay_sys{
	padding-top: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px;
}

.img_cont{
	width: 75px;
}

.img_cont img{
	width: 100%;
}

@media(min-width: 450px){
	.container-pre-content_game {
		width: 210px;
        height: 140px;
	}

	.container-pre-content_game_bg{
		gap: 5px;
	}

	.container-pre-content_game_bg a{
		font-size: 12px;
	}

	.play{
		width: 65px;
    	height: 25px;
	}

	.demo{
		width: 55px;
		height: 25px;
	}

	.header-item_btns a{
		width: 105px;
		height: 40px;
		border-radius: 2px;
		font-size: 14px;
	}

	.play{
	width: 110px;
	height: 35px;
	}

	.demo{
		background: var(--bg-demo);
		width: 100px;
		height: 35px;
	}
}

@media(min-width: 660px){
	.container-pre-content_game {
		width: 170px;
        height: 115px;
	}

	.container-pre-content_games{
		max-width: 800px;
        margin: 0 auto;
	}

	.active a {
    	font-size: 30px;
	}


}

@media(min-width: 800px){

	body{
		background-image: url('/assets/img/bg.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		
	}

	.container-pre-content_one{
		display: flex;
	}

	.container-pre-content_image {
    	max-width: 1200px;
    	flex-basis: 80%;
	}

	.container-pre-content_table {
	    width: 40%;
	    padding: 40px 10px;
	    background: linear-gradient(to top, #0B2630, #0F2734);
	}

	.container-pre-content_image img {
    	height: 100%;
	}

	.table_winner {
		background: inherit;
	    padding: 15px 2px;
	}

	.header-items {
    	padding: 0;
	}

    .header-item_buttons {
        justify-content: space-between;
        background: linear-gradient(to top, #0B2630, #0F2734);
        margin-bottom: 20px;
        padding: 20px 10px;
        border-radius: 2px;
    }

    .container-pre-content_two{
    	padding: 20px 0 70px 0;
    	margin: 20px 0;
    	background: linear-gradient(to top, #0B2630, #0F2734);
    }

    .container-pre-content_game {
        width: 150px;
        height: 100px;
    }

    .container-pre-content_two p {
    	padding: 30px 0;
	}

	.container-content {
    	background: linear-gradient(to top, #0B2630, #0F2734);
	}

	.contain{
		width: 100%;
	}

	footer{
		background: linear-gradient(to top, #0B2630, #0F2734);
		margin: 20px 0;
		padding: 0;
		border-radius: 2px;
	}

	header{
		margin: 5px auto;
		max-width: 700px;
	}

	footer{
		margin: 20px auto;
		max-width: 700px;
	}

	.container{
		margin: 0 auto;
		max-width: 700px;
	}

	.container-content {
    	padding: 40px 20px;
	}

	.footer-menu {
    	padding: 20px;
	}

	.footer-menu_list li{
		margin-left: 1px;
	}

	.footer-pay_sys {
    	padding: 10px;
	}

	.logo-menu{
		width: 120px;
		margin-left: -100px;
	}

	.close-active{
		font-size: 55px;
	}
}


@media(min-width: 1000px){

	.header-items{
		display: flex;
		justify-content: space-between;
		background: linear-gradient(to top, #0B2630, #0F2734);
	}

	.header-item_logo{
		margin: 0;
	}

	.header-menu{
		display: flex;
		background: linear-gradient(to top, #0B2630, #0F2734);
		border-top: 1px solid #5D5D5D;
	}

	.menu-list{
		display: inline-flex;
		justify-content: space-around;
		width: 100%;
		padding: 20px 5px;
		gap: 10px;
	}

	.menu-list li{
		padding: 11px;
	}

	.menu-list li:hover{
		border-bottom: 1px solid #5D5D5D;
		padding: 11px 11px 10px 11px;
	}

	.menu-list a{
		text-decoration: none;
		color: white;
		font-size: 15px;
	}

	.header-item_btns_mob{
		display: none;
	}

	.header-item_btns_social{
		display: flex;
		gap: 10px;
	}

	.header-item_btns_social a{
		font-size: 25px;
	}

	.header-item_buttons{
		margin: 0;
	}

	.header-item_logo {
    	width: 100px;
	}
}

@media(min-width: 1200px){
	header{
		max-width: 1000px;
	}

	footer{
		max-width: 1000px;
	}

	.container{
		max-width: 1000px;
	}

	.table_title {
    	padding: 25px 0;
	}

	.container-pre-content_table{
        padding: 40px 10px;
    }

    .container-pre-content_game {
        width: 190px;
        height: 128px;
    }
}