@media screen and (min-width: 1700px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1640px;
	}
}
@font-face {
  font-family: "LeelawUI";
  src: url("css/LeelawUI.ttf");
}
body{font-family: "LeelawUI";font-size:14px;font-weight:800;color:#050505;background:#fef3ed;}
.copyright{font-size:1rem;font-weight:400;}
h1, h2, h3{font-weight:800;color:#ff7503;margin-bottom:18px;}

.header_btn_wrap{position:absolute;right:0; top:50%;transform:translatey(-50%);}
.btn{border-radius:10px;min-width:168px;padding:10px 15px;color:#fff;text-align:center;font-size:14px;font-weight:800;}
.btn_blue{background-color:#06b607;}
.btn_yellow{background-color:#fc2270;}

.logo img{height:68px;width:auto;}

.sec_1{font-size:1rem;}
.points {border-radius:10px;padding:15px;background-color:#000;height:186px;}
.providers img{border-radius:15px;width:100%;height:auto;}
.sec_2{position:relative;}
.sec_2:before{content:'';background-image:url('img/popular_img.png');background-size:contain;background-position:bottom right;background-repeat:no-repeat;width:40%;height:100%;position:absolute;right:0;bottom:0;z-index:1;}
.popular_game img{border-radius:15px;width:100%;height:auto;}
.popular_game{border-radius:15px;background-color:#fc627c;color:#fff;text-align:center;padding-bottom:15px;font-size:1rem;}

.copyright_message{margin-top:40px;}
.footer_button a{margin:0 10px;}

.banner_box *{width:100%;}

@media (max-width: 1200px){
	.sec_1{font-size:1.8rem;}
	.sec_2:before{width:32%;}
}

@media (max-width: 991px){
	.sec_1{font-size:1.5rem;}
}

@media (max-width: 767px){
	header#zsHead{text-align:center;}
	.header_btn_wrap{position:unset;transform:unset;display:block;width:100%;margin-top:8px;}
	.sec_1{font-size:18px; text-align:center;}
	.points{margin-bottom:15px;height:138px;}
	.popular_game{margin-bottom:15px;}
	.sec_2:before{content:unset;}
}