body{
	margin: 0;
	padding: 0;
	font-family: "Amaranth", sans-serif;
	background-color: #0d0d0d;
}
a{
	text-decoration: none;
	color: #000;
}
ul{
	margin: 0;
	padding: 0;
}
img{
	vertical-align: middle;
}
*{
	box-sizing: border-box;
}
.container{
	padding: 0 80px;
}
.logo img {
    width: 100%;
    display: block;
    max-width: 630px;
    margin: auto;
}
.logo .mob_logo{
	display: none;
}
.banner_img img {
    width: 100%;
    display: block;
}
.banner_sec {
    position: relative;
}
.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
h1 {
    font-size: 242px;
    line-height: 234px;
    text-transform: uppercase;
    color: #fcfcfc;
    font-weight: 700;
    margin: 0;
    text-align: center;
}
h1. live{
	filter: drop-shadow(6.792px 5.905px 0px #fb7005);
}
h1 .result {
    color: #e67b48;
    filter: drop-shadow(6.792px 5.905px 0px  #fcfcfc);
}
.logo {
    margin: 0 0 40px;
}
.banner-content p {
    opacity: 0.800;
    font-size: 50px;
    line-height: 73px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-family: "DM Sans";
}
.banner-content p span{
	color: #e67b48;
}
.hero_btn a {
    display: inline-flex;
    align-items: center;
    gap: 60px;
    border-radius: 154px;
    background-color: #000000;
    border: 5px solid #ffffff;
    font-size: 70px;
    line-height: 92px;
    text-transform: uppercase;
    color: #fcfcfc;
    font-family: "Adobe Devanagari";
    padding: 20px 60px 10px;
}
.hero_btn img {
    width: auto;
    height: auto;
}
.game_name_wrap{
	border-radius: 13px;
	background-image: linear-gradient(0deg, #1b110c 0%, #1b1b1b 100%);
	padding: 90px;
}
.game_name {
    padding: 50px 0;
}
.game_title h3 {
    font-size: 58px;
    line-height: 67px;
    text-transform: uppercase;
    color: #f4ebdf;
    font-weight: 700;
    margin: 0;
}
.game_number span {
    display: inline-block;
    font-size: 50px;
    line-height: 67px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: "DM Sans";
    border-radius: 8px;
    background-color: transparent;
    border: 3px solid #ffffff;
    padding: 2px 33px;
    width: 100%;
}
.gamename_item_inn {
    text-align: center;
    border-radius: 10px;
    background-image: linear-gradient(0deg, #0c0807 0%, #212121 100%);
    border: 3px solid #efa15c;
    opacity: 0.820;
    padding: 60px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.game_name_inn {
    display: flex;
    flex-wrap: wrap;
    margin-left: -70px;
}
.gamename_item {
    width: 33.33%;
    padding-left: 70px;
    padding-bottom: 70px;
}
.game_title {
    margin: 0 0 45px;
}
.game_result_sec {
    padding: 100px 0;
}
.gameresult_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    text-align: center;
    align-items: center;
}
.game_left_inn span {
    font-size: 37px;
    line-height: 55px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'DM Sans';
    display: inline-block;
    border: 3px solid #fffdfd;
    background: #e67b48;
    border-radius: 55px;
    padding: 10px 82px;
    text-transform: capitalize;
}
.center-title h5 {
    font-size: 58px;
    line-height: 67px;
    color: #e67b48;
    font-weight: 700;
    font-family: 'Amaranth';
    margin: 0;
}
.gamenumber h3 {
    margin: 0;
    font-size: 58px;
    line-height: 67px;
    color: #151515;
    font-weight: 700;
    font-family: "DM Sans";
}
.center-title, 
.gamenumber {
    margin: 0 0 30px;
}
.game_timing_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 37px;
    line-height: 67px;
    color: #151515;
    font-weight: bold;
    font-family: 'DM Sans';
}
.game_center_inn {
    background-image: url(./images/game_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    background-position: center;
    padding: 55px 100px 80px;
}
.gameresult_inner:not(:last-child) {
    padding-bottom: 120px;
}
.gameresult_inner:nth-child(even) .game_center_inn{
    background-image: url(./images/game_black.png);
}
.gameresult_inner:nth-child(even) .gamenumber h3, 
.gameresult_inner:nth-child(even) .game_timing_wrap{
    color: #f4ebdf;
}
.result_up_head {
    text-align: center;
}
.result_up_head h2 {
    font-size: 187px;
    line-height: 133px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Amaranth";
    text-align: center;
    filter: drop-shadow(9.057px 7.873px 0px #e67b48);
    margin: 0 0 0px;
}
.result_up_head p {
    font-size: 71px;
    line-height: 121px;
    color: #f4ebdf;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    text-align: center;
}
.result_updated {
    background-image: url(./images/result-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}
.result_updated .game_center_inn {
    background-image: url(./images/resultbg.png);
}
.result_updated .game_center_inn .center-title h5 {
    color: #ff6700;
}
.result_updated .game_center_inn .gamenumber h3, 
.result_updated .game_center_inn .game_timing_wrap{
    color: #fff;
}
.result_updated .gameresult_inner:nth-child(even) .game_center_inn {
    background-image: url(./images/game_bg.png);
}
.result_updated .gameresult_inner:nth-child(even) .gamenumber h3, 
.result_updated .gameresult_inner:nth-child(even) .game_timing_wrap{
    color: #000;
}
.draw_sec {
    padding: 100px 0;
}
.draw_game .result_up_head {
    padding: 0 0 150px;
}
.draw_game .gameresult_inner .game_center_inn{
    background-image: url(./images/draw_bg.png);
}
.draw_game .gameresult_inner:nth-child(odd) .game_center_inn{
    background-image: url(./images/draw_black.png);
}
.draw_game .gameresult_inner .gamenumber h3, 
.draw_game .gameresult_inner .game_timing_wrap{
   color: #171717;
}
.draw_game .gameresult_inner:nth-child(odd) .gamenumber h3, 
.draw_game .gameresult_inner:nth-child(odd) .game_timing_wrap, 
.draw_game .gameresult_inner:nth-child(odd) .center-title h5{
    color: #fff;
}
.footer_sec{
    padding: 75px 0;
    background-image: linear-gradient(0deg, #0f0a08 0%, #110702 98%, #110702 100%);
}
.footer_logo img {
    width: 100%;
    max-width: 330px;
    margin: auto;
}
.footer_contact h4 {
    margin: 0;
    font-size: 50px;
    line-height: 67px;
    color: #ff6700;
    font-weight: bold;
    font-family: 'DM Sans';
    border-left: 4px solid #494949;
    padding-left: 25px;
    padding-top: 40px;
    padding-bottom: 32px;
}
.footer_head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.footer_copyright h5 {
    margin: 0 0 30px;
    font-size: 42px;
    line-height: 67px;
    color: #e0e0e0;
    font-weight: bold;
    font-family: 'DM Sans';
}
.footer_copyright p {
    opacity: 0.902;
    font-size: 33px;
    line-height: 54px;
    color: #e0e0e0;
    font-weight: 300;
    font-family: 'DM Sans';
    text-align: center;
    max-width: 900px;
    margin: auto;
}
.footer_copyright {
    text-align: center;
    margin-top: 50px;
}

/*responsive*/

@media(max-width: 1800px){
.container {
    padding: 0 50px;
}
.gamename_item {
    padding-left: 50px;
    padding-bottom: 50px;
}
.game_name_inn {
    margin-left: -50px;
}
.game_name_wrap {
    padding: 50px;
}
.game_title h3 {
    font-size: 45px;
    line-height: 57px;
}
.gamenumber h3 {
    font-size: 45px;
    line-height: 57px;
}
.game_center_inn {
    padding: 45px 30px 80px;
}
.center-title h5 {
    font-size: 52px;
    line-height: 57px;
}
.game_timing_wrap {
    justify-content: center;
    font-size: 25px;
    line-height: 40px;
    gap: 30px;
}
.game_number span {
    font-size: 30px;
    line-height: 55px;
}
.result_up_head p {
    font-size: 51px;
    line-height: 71px;
}
.result_up_head h2 {
    font-size: 147px;
    line-height: 93px;
}

}

@media(max-width: 1440px){
    .center-title h5 {
    font-size: 43px;
    line-height: 47px;
}
.gamenumber h3 {
    font-size: 35px;
    line-height: 36px;
}
.game_left_inn span {
    font-size: 28px;
    line-height: 45px;
}
.footer_copyright h5 {
    font-size: 30px;
    line-height: 37px;
    margin: 0 0 20px;
}
.footer_copyright p {
    font-size: 25px;
    line-height: 37px;
    max-width: 720px;
}
.footer_contact h4 {
    font-size: 40px;
    line-height: 57px;
    padding-top: 30px;
    padding-bottom: 22px;
}
.footer_logo img {
    max-width: 280px;
}
.logo img {
    max-width: 430px;
}
h1 {
    font-size: 142px;
    line-height: 134px;
}
.banner-content p {
    font-size: 40px;
    line-height: 63px;
}
.hero_btn a {
    gap: 30px;
    font-size: 50px;
    line-height: 72px;
    padding: 15px 50px 10px;
}
.hero_btn img {
    width: 50px;
    height: 50px;
}

}


@media(max-width: 1380px){
    .game_number span {
    font-size: 28px;
    line-height: 50px;
    padding: 2px 23px;
}
.game_title h3 {
    font-size: 40px;
    line-height: 47px;
}
.gamename_item_inn {
    padding: 40px 30px;
}
.game_title {
    margin: 0 0 30px;
}
.game_name_inn {
    margin-left: -30px;
}
.gamename_item {
    padding-left: 30px;
    padding-bottom: 30px;
}
.game_result_sec {
    padding: 50px 0;
}
.result_up_head h2 {
    font-size: 112px;
    line-height: 83px;
}
.result_up_head p {
    font-size: 42px;
    line-height: 62px;
}

}

@media(max-width: 1199px){

.container {
    padding: 0 30px;
}

.logo img {
    max-width: 330px;
}
h1 {
    font-size: 102px;
    line-height: 114px;
}
.logo {
    margin: 0 0 20px;
}
.banner-content p {
    font-size: 30px;
    line-height: 53px;
    margin: 20px 0 30px;
}
.hero_btn a {
    gap: 20px;
    font-size: 30px;
    line-height: 42px;
    padding: 10px 30px 10px;
}
.hero_btn img {
    width: 35px;
    height: 35px;
}
.gamename_item_inn {
    padding: 30px 20px;
}
.game_name_wrap {
    padding: 30px;
}
.game_number span {
    font-size: 20px;
    line-height: 30px;
    padding: 2px 18px;
}
.game_title h3 {
    font-size: 30px;
    line-height: 36px;
}
.game_title {
    margin: 0 0 20px;
}
.gamename_item {
    padding-left: 20px;
    padding-bottom: 20px;
}
.game_name_inn {
    margin-left: -20px;
}
.center-title h5 {
    font-size: 32px;
    line-height: 36px;
}
.gamenumber h3 {
    font-size: 24px;
    line-height: 28px;
}
.game_timing_wrap {
    font-size: 18px;
    line-height: 21px;
    gap: 20px;
}
.center-title, .gamenumber {
    margin: 0 0 12px;
}
.game_center_inn {
    padding: 30px 20px 50px;
}
.game_left_inn span {
    font-size: 22px;
    line-height: 24px;
    padding: 10px 52px;
}
.result_up_head h2 {
    font-size: 82px;
    line-height: 1.2em;
}
.result_up_head p {
    font-size: 28px;
    line-height: 42px;
    margin: 20px 0 30px;
}
.draw_game .result_up_head {
    padding: 0 0 80px;
}
.draw_sec {
    padding: 50px 0;
}
.footer_logo img {
    max-width: 180px;
}
.footer_contact h4 {
    font-size: 30px;
    line-height: 37px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.footer_head {
    gap: 25px;
}
.footer_copyright h5 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 10px;
}
.footer_copyright p {
    font-size: 18px;
    line-height: 26px;
    max-width: 550px;
}
.footer_sec {
    padding: 45px 0;
}
.gameresult_inner:not(:last-child) {
    padding-bottom: 60px;
}

}

@media(max-width: 992px){
    .logo img {
    max-width: 230px;
}
h1 {
    font-size: 82px;
    line-height: 94px;
}
.banner-content p {
    font-size: 24px;
    line-height: 33px;
    margin: 20px 0 30px;
}
.game_name_wrap {
    padding: 20px;
}
.gamename_item {
    width: 50%;
}
.game_result_sec {
    padding: 20px 0;
}
.game_left_inn span {
    font-size: 18px;
    line-height: 22px;
    padding: 8px 42px;
}
.center-title h5 {
    font-size: 22px;
    line-height: 26px;
}
.game_timing_wrap {
    font-size: 15px;
    line-height: 18px;
    gap: 12px;
}
.gamenumber h3 {
    font-size: 18px;
    line-height: 24px;
}
.center-title, .gamenumber {
    margin: 0 0 8px;
}
.result_up_head h2 {
    font-size: 62px;
}
.result_up_head p {
    font-size: 26px;
    line-height: 32px;
}
.draw_game .result_up_head {
    padding: 0 0 50px;
}
.draw_sec {
    padding: 30px 0;
}
.footer_logo img {
    max-width: 140px;
}
.footer_contact h4 {
    font-size: 22px;
    line-height: 28px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 13px;
    border-width: 2px;
}
.footer_copyright h5 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px;
}   
.footer_copyright p {
    font-size: 16px;
    line-height: 22px;
    max-width: 480px;
}
.footer_copyright {
    margin-top: 30px;
}

}

@media(max-width: 767px){
.container {
    padding: 0 20px;
}
.gamename_item {
    width: 100%;
}
.gameresult_inner{
    grid-template-columns: 1fr;
}
.gameresult_inner:not(:last-child) {
    padding-bottom: 80px;
}
h1 {
    font-size: 42px;
    line-height: 52px;
}
.logo .desk_logo {
    display: none;
}
.logo .mob_logo {
    display: block;
    max-width: 100%;
}
.banner_img>img {
    width: 100%;
    display: block;
    height: 480px;
    object-fit: cover;
}
.banner-content p {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 30px 20px;
}
h1 .result {
    filter: drop-shadow(2.792px 2.905px 0px  #fcfcfc);
}
.hero_btn a {
    gap: 10px;
    font-size: 22px;
    line-height: 32px;
    padding: 8px 20px 6px;
    border-width: 3px;
}
.hero_btn img {
    width: 25px;
    height: 25px;
}
.banner-content {
    top: 0;
    transform: inherit;
}
.game_name {
    padding: 40px 0 30px;
}
.center-title h5 {
    font-size: 28px;
    line-height: 36px;
}
.gamenumber h3 {
    font-size: 24px;
    line-height: 32px;
}
.game_timing_wrap {
    font-size: 20px;
    line-height: 26px;
    gap: 20px;
}   
.game_left_inn span {
    font-size: 24px;
    line-height: 32px;
    padding: 6px 20px;
    width: 100%;
    max-width: 200px;
}
.game_result_sec {
    padding: 20px 0 40px;
}
.result_up_head h2 {
    filter: drop-shadow(2.057px 4.873px 0px #e67b48);
}
.result_up_head p {
    font-size: 20px;
    line-height: 22px;
    margin: 10px 0px 30px;
}
.game_result_sec .result_up_head {
    padding-bottom: 40px;
}
.footer_head {
    flex-wrap: wrap;
}
.footer_sec {
    padding: 35px 0;
}
.footer_logo img {
    max-width: 170px;
}
.footer_copyright h5 {
    font-size: 16px;
    line-height: 24px;
}
.footer_copyright p {
    font-size: 14px;
    line-height: 20px;
}

}