/*
Theme Name: Game 1
*/


/** bold */
@font-face {
  font-family: "aleo";
  font-weight: 700;
  src: url("fonts/aleo/SVN-Aleo Bold.otf");
}

/** Regular */
@font-face {
  font-family: "aleo";
  font-weight: 400;
  src: url("fonts/aleo/SVN-Aleo Regular.otf");
}

/** light */
@font-face {
  font-family: "aleo";
  font-weight: 300;
  src: url("fonts/aleo/SVN-Aleo Light.otf");
}


/** Regular */
@font-face {
  font-family: "alexander";
  font-weight: 400;
  src: url("fonts/alexander/00009-UTM-Alexander.ttf");
}

/** Regular */
@font-face {
  font-family: "gothic";
  font-weight: 400;
  src: url("fonts/gothic/00011-UTM-Alter-Gothic.ttf");
}

/** Regular */
@font-face {
  font-family: "ambrosia";
  font-weight: 400;
  src: url("fonts/ambrosia/00013-UTM-Ambrosia.ttf");
}





body{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 22px;
	background-image: url('images/5.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #0B0102;
	font-family: 'Inter', sans-serif;
}
a{
	text-decoration: none;
}
ul{
	list-style-type: none;
}
p{
	margin: 0px;
	padding: 0px;
}
.ads-img{
	position: fixed;
	top: 200px;
	list-style: 0px;
}
.ads-img img{
	transition: all 0.2s ease;
}
.ads-img:hover img{
	filter: brightness(1.2);
}
.wrap-header{
	background-color: #21120C;
	height: 65px; 
}
.outer.sticky .wrap-header{
	position: fixed;
	top:0; 
	left: 0;
	width: 100%;
	z-index: 10;
	animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.outer.sticky .logo{
	position: fixed;
	z-index: 999;
	top: 52px;
	left: calc(50% - 50px);
	height: 65px;
}
.wrap-header .header{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.wrap-header .show-menu{
	display: none;
}
.wrap-header .header .main-menu{
	display: flex;
	justify-content: center;
	font-size: 20px;
	height: 100%;
	align-items: center;
	margin-bottom: 0px;
}
.wrap-header .header .main-menu > li > ul{
	display: none;
}
.wrap-header .header .main-menu > li.blank-menu{
	min-width: 200px;
	opacity: 0;
}
.wrap-header .header .main-menu > li.mobile{
	display: none;
}
.wrap-header .header .main-menu > li.blank-menu > a{
	font-size: 0px;
}
.wrap-header .header .main-menu > li > a{
	padding: 0px 25px;
	font-weight: bold;
	color: #fff;
	font-family: aleo;
	font-weight: 700;
	font-size: 22px;
	background: linear-gradient(180deg, #E3CF94 21.32%, #9F815D 85.29%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.wrap-header .header .main-menu > li > a:hover {
	filter: brightness(1.3);
}
.wrap-banner{
	display: flex;
	justify-content: center;
}
.wrap-banner .logo{
	margin-top: -42px;
}
.section-1{
	width: 100%;
	max-width: 966px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 143px;
	padding-bottom: 67px;
}
.section-1 .sidebar{
	width: 304px;
	min-width: 304px;
}
.section-1 .sidebar .sidebar-1{
	position: relative;
	height: 318px;
}
.section-1 .sidebar .sidebar-1 img{
	position: absolute;
	top: 0px;
	right: 6px;
	transition: all 0.2s ease;
}
.section-1 .sidebar .sidebar-1 img:hover{
	filter: brightness(1.1) saturate(1.3);
}
.section-1 .main-content{
	width: 632px;
	min-width: 632px;
}

.section-1 .sidebar .sidebar-3{
	margin-top: 30px;
}

.section-1 .sidebar .sidebar-8{
	margin-top: 30px;
}
.section-1 .sidebar .sidebar-8 .tab-nav ul{
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    height: 53px;
    background-image: url(images/14.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.section-1 .sidebar .sidebar-8 .tab-nav ul > li{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}
.section-1 .sidebar .sidebar-8 .tab-nav ul > li:nth-child(1){
	/*width: 60%;*/
}


.section-1 .sidebar .sidebar-2{
	margin-top: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 109px;
	background-image: url('images/7.png');
	background-size: 100%;
	background-repeat: no-repeat;
}
.section-1 .sidebar .sidebar-2 img{
	width: 280px;
	height: auto;
}
.section-1 .sidebar .sidebar-2 > a{
	display: block;
}
.section-1 .sidebar .sidebar-3 > a{
	display: block;
}
.section-1 .sidebar .sidebar-4 > a{
	display: block;
}
.section-1 .sidebar .sidebar-5 > a{
	display: block;
}
.section-1 .sidebar .sidebar-6 > a{
	display: block;
}

.button-hover{
	position: relative;
}
.button-hover .hover{
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.button-hover:hover img{
	opacity: 0;
}
.button-hover:hover img.hover{
	opacity: 1;
}


.section-1 .sidebar .sidebar-7{
	width: 100%;
	height: 510px;
	background-image: url('images/25.png');
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 24px;
	padding-top: 88px;
}
.section-1 .sidebar .sidebar-7 > div{
	margin: 0px;
	width: 100%;
	padding: 0px;
	padding: 0px 20px;
}
.section-1 .sidebar .sidebar-7 table{
	width: 100%;
}
.section-1 .sidebar .sidebar-7 table th{
	background: linear-gradient(180deg, #E3CF94 21.32%, #9F815D 85.29%), #FFFFFF;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	padding: 6px 14px;
	font-family: alexander;
	font-weight: 400;
}
.section-1 .sidebar .sidebar-7 table tr > th:nth-child(1){
	text-align: center;
}
.section-1 .sidebar .sidebar-7 table tr > td:nth-child(1){
	text-align: center;
}
.section-1 .sidebar .sidebar-7 table tr > th:nth-child(3){
	text-align: center;
}
.section-1 .sidebar .sidebar-7 table tr > td:nth-child(3){
	text-align: center;
}
.section-1 .sidebar .sidebar-7 table tr td{
    color: #fff;
    font-weight: 500;
    padding: 6px 17px;
    font-family: gothic;
}
.section-1 .sidebar .sidebar-8 .button-hover.active img{
	opacity: 0;
}
.section-1 .sidebar .sidebar-8 .button-hover.active img.hover{
	opacity: 1;
}


.footer{
	border-top: 2px solid #462323;
	padding: 20px 0px;
}
.footer > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 966px;
	margin: auto;
}
.footer > div > div:nth-child(1){
	color: #fff;
	display: flex;
	align-items: center;
}
.footer > div > div:nth-child(1) .logo-footer{

}

@media(max-width: 768px){
	body{
		background-image: url('images/72.png');
	}
	.wrap-banner .logo {
	    margin-top: -5px;
	    width: 130px;
	}
	.ads-img{
		display: none;
	}
/*	.section-1{
		flex-direction: column-reverse;
		margin-top: 0px;
		padding-bottom: 0px;
	}*/
	.wrap-header .header .main-menu{
		position: absolute;
		top: 60px;
		left: 0px;
		width: 100%;
		background-color: #fff;
		padding: 10px 10px;
		display: none;
		transition: all 0.3s ease;
		z-index: 999;
		height: auto;
	}
	.wrap-header .header .main-menu.active{
		display: block;
	}
	.wrap-header .header .main-menu > li{
		padding: 10px 0px;
	}
	.wrap-header .header .main-menu > li.blank-menu{
		display: none;
	}
	.wrap-header .header .main-menu > li.mobile{
		display: block;
	}
	.wrap-header{
		position: relative;
	}
	.wrap-header .show-menu{
	    position: absolute;
	    top: 16px;
	    right: 17px;
	    width: 40px;
	    height: 40px;
	    display: block;
	}
	.wrap-header .show-menu > div{
		width: 100%;
		height: 7px;
		background: linear-gradient(180deg, #E3CF94 21.32%, #9F815D 85.29%);
		margin-bottom: 6px;
		border-radius: 2px;
	}
	.footer > div{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding-left: 10px;
		padding-right: 10px;
	}
	.section-1 .sidebar{
		width: 100%;
		margin-top: 20px;
	}
	.section-1 .sidebar .sidebar-1{
		position: initial;
		display: flex;
		justify-content: center;
		height: auto;
		width: 100%;
	}
	.section-1 .sidebar .sidebar-1 img{
		position: initial;
	}
	.section-1 .sidebar .sidebar-2{
		width: 304px;
		margin: auto;
		margin-top: 20px;
	}
	.section-1 .sidebar .sidebar-3{
		display: flex;
		justify-content: center;
	}
	.section-1 .sidebar .sidebar-4{
		display: flex;
		justify-content: center;
	}
	.section-1 .sidebar .sidebar-5{
		display: flex;
		justify-content: center;
	}
	.section-1 .sidebar .sidebar-6{
		display: flex;
		justify-content: center;
	}
	.footer > div > div:nth-child(2){
		display: none;
	}
	.footer > div > div:nth-child(1) p{
		font-size: 12px;
	}
}

/* =căn giữa
————————————————————– */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display:block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin:0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

.bxh_select {
	width: 50%;
	height: 32px;
	border-radius: 8px;
	border-color: white;
  	outline-color: transparent;
	border-width: 2px;
	background-color: #61231B;
	color: white;
	display: block;
	margin: 0 auto;
}

.bxh_select:focus {
    outline:none;
}