*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: uppercase;
}
body{
    /* background-color: black; */
    font-family: "helvetica";
}
p{
    font-size: 16px;
    font-weight: 500;
}
a{
    text-decoration: none;
    color: #1156b7;
}
.header{
    background-color: #000;
}
.menu{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    padding: 1.75rem 0px .75rem 0px;
}
.menu-btn{
    padding: 12px 30px;
    border-radius: 50px;
    background-color: #ffd800;
    outline: none;
    border: 1px solid black;
    color: black;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    width: 20%;
    box-shadow: 2px 2px white;
}
.menu-btn:hover{
    background-color: white;
    box-shadow: 2px 2px rgba(255,216,100,.9);
    /* border:2px solid #ffd800; */
    color: black;
    transition: all .2s;
}
marquee{
    padding: 22px 20px;
    color:white;
    font-size: 16px;
    text-align: center;
    /* font-weight: 600; */
}
header{
    padding: 20px 0;
    text-align: center;
    background-color: #ffd800;
}
header h1 a{
    /* font-size: 1.875rem; */
    font-size: 35px;
    font-weight: 700;
    color: black;
    text-decoration: none;
    background-color: transparent;
    animation-name: anim;
    animation-duration: infinite;
}
.content{
    padding: 30px 0;
    text-align: center;
    background-color: #000;
}
.content h2{
    color:white;
    font-size: 24px;
    font-weight: 700;
}
.content p{
    font-size:20px;
    color:#ffd800;
    font-weight: 700;
    margin-bottom: 20px;
}
.results p{
    color:white;
    font-size: 35px;
    font-weight: 700;
    margin-top: 30px;
    line-height: 30px;
}
.section{
    padding: 30px 0;
    text-align: center;
}
.section2{
    background-color: #ffd800;
    padding: 30px 0;
    text-align: center;
    color: white;
}
.section2 p{
    font-size: 18px;
    color:black;
    font-weight: 600;
}
.section2 .res-name p{
    font-size: 25px;
    color:black;
    font-weight: 600;
}
.res-number{
    display: flex;
    justify-content: center;
}
.res-number p:first-child{
    margin-right: 6px;
    font-size:22px;
    font-weight: 600;
}
.res-number p:last-child{
    margin-left: 6px;
    font-size:22px;
    font-weight: 600;
}
.game-info{
    background-color: white;
    padding: 3px 0;
}
.info-box{
    text-align: center;
    padding: 20px;
    background-color: #ffd800;
    margin: 7px 0px;
    border-radius: 3px;
    border: 1px dashed red;
    height: 70px;
}
.info-box a{
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}
.info-box p{
    font-size: .9rem;
    font-weight: 600;
}
.info-box-1{
    height: 120px;
}
.info-box-2{
    display: flex;
    flex-direction: column;
    align-items: space-between;
}
.info-box-cont{
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-box-cont p{
    margin-bottom: 0;
}
.section3{
    padding: 20px 0 20px 0;
    text-align: center;
    background-color: #ffd800;
    font-size: 1.5rem;
    line-height: 2rem;
}
.section3 p{
    font-size: 17px;
    font-weight: 600;
    margin: 3px 0;
}
.section3 .n_title{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0!important;
}
.section3 *{
    color: black;
}
.num{
    display: flex;
    padding: 0px 0;
    justify-content: center;
    font-size: 22px;
    align-items:center;
}
.num p{
    margin-bottom: 0;
    font-size: 20px!important;
    font-weight: bolder;
}

.section4{
    background: linear-gradient(to bottom,#ffd800,#fdefb4);
    padding: 30px 0;
    text-align: center;
    color: black;
    border: 3px dashed red;
    border-radius: 5px;
    font-size: .875rem;
    width: 33%;
}
.section4 h6{
    font-weight: 600;
}
.s4{
    display: flex;
    justify-content: space-between;
}
.section-4{
    background: linear-gradient(to bottom,#ffd800,#fdefb4);
    padding: 30px 0;
    text-align: center;
    color: black;
    border: 3px dashed red;
    border-radius: 5px;
    font-size: .875rem;
}
.section-4 h6{
    font-weight: 600;
}
.check-play{
    border: 2px solid black;
    background: linear-gradient(to bottom,#ffd800, #ff9000);
    padding: 40px 0;
}
.check-content{
    display: flex;
    justify-content: center;
    align-items: center;
}

.check-play-1{
    border: 2px solid black;
    background: linear-gradient(to bottom,#ffd200, #ff9000);
    padding: 20px 0;
}
.check-content-1{
    display: flex;
    justify-content: center;
    align-items: center;
}

.check-content-1 p{
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 20px;
}

.check-content p{
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 20px;
}
.search-result{
    display: flex;
    justify-content: center;
}
.search-result select{
    width: 250px;
    margin-right: 10px;
}
.search-container{
    display: flex;
    justify-content: center;
    padding: .8rem 0;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: end;
}
.flex h3{
    margin-bottom: 0px;
}
.section4 a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
}
.section4 p{
    font-size: 14px;
    font-weight: 600;
    line-height: 10px;
}
.section-4 a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
}
.section-4 p{
    font-size: 14px;
    font-weight: 600;
    line-height: 10px;
}
.section5{
    padding: 10px 0;
}
.information-1{
    background: linear-gradient(to bottom,#face20, #fffae9);
    padding: 30px 0;
    text-align: center;
    color: black;
    border: 3px dashed red;
}
.information-1 p{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 35px;
}
.inform{
    padding: 20px 0;
}
.information{
    background-color: #ffd800;
    padding: 30px 0;
    text-align: center;
    color: white;
}
.information p{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.inform .row{
    --bs-gutter-x: 0.2rem!important;
    --bs-gutter-y: 0;
}
.section6{
    padding: 0 10px;
    text-align: center;
}
.section6 h3{
    background: linear-gradient(to bottom, #ffd800, #ff9800);
    padding: 30px 0;
    font-size: 1.8rem;
    color: black;
    font-weight: 700;
    border: 1px solid black;
}
.table1 td{
    font-weight: 600;
    font-size: 25px;
}
.table1 tr, th, td{
    border: 1px solid rgb(83, 83, 83);
}
.table1 th{
    background-color: black!important;
    color: white!important;
}
.table1 tr td:first-child{
    background-color: #ffd800;
    width: 37%;
}
.table th{
    background-color: #ffd800;
    color: black;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
}
.table tr td:first-child{
    background-color: #ffd800;
}
.tbl{
    overflow: auto;
}
.tbl tr,td{
    width: 150px;
}
select{
    border:2px solid #ffd800!important;
    box-shadow: none!important;

}
.section7{
    /* padding: 30px 0; */
    text-align: center;
}
.info{
    width: 95%;
    text-align: justify;
    margin: auto;
    font-weight: 500;
}
.section7 p{
    margin-top: 15px;
    font-size: .9rem;
    font-weight: 500;
}
.section7 h4{
    font-size: 15px;
    font-weight: bold;
    background: linear-gradient(to bottom, #ffd700, #ff9400);
    padding: 20px;
}
.section h5{
    font-weight: 600;
}
.section8 h4{
    font-size: 30px;
    font-weight: bold;
    background: linear-gradient(to bottom, #ffd700, #ff9400);
    padding: 20px;
    text-align: center;
}
footer{
    padding: 20px 0;
    text-align: center;
    background-color: black;
    color: #ffd800;
    font-size: .875rem;
    font-weight: 600;
}
.copyright{
    background-color: #ffd800;
    color: black;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 700;
}
.links{
    display: flex;
    justify-content: center;
}
.links a{
    text-decoration: underline;
    text-decoration-thickness: 1px;
    color: #ffd800;
    padding: 5px;
    display: inline-block;
    margin: 5px;
    border: 1px solid transparent;
    font-size: 15px;
    text-transform: capitalize;
}
.tbl{
    overflow: auto;
}
.section9 .title{
    padding: 30px 0;
    text-align: center;
    background-color: #ffd800;
}
.section9 h4{
    font-size: 28px;
    font-weight: 600;
}
.blog_content{
    background-color: black;
    padding: 20px 60px;
}

.blog_content .row{
    display: flex;
    justify-content: space-between;
}


.blog_content .blog{
    width: 30%;
    border-radius: 5px;
    background-color: white;
    padding: 30px;
    margin-left: 5px;
}
.blog-content h5 a{
    font-weight: 700;
    color: black;
    font-size: 18px;
    margin-bottom: 5px;
}
.blog-content p{
    font-size: 15px;
}
.blog-content{
    margin-top: 20px;
}
.blog-details{
    padding: 30px 40px;
}
.blog-details-title{
    text-align: left;
    background-color: #ffd800;
    padding: 40px;
}
.blog-details-title p:first-child{
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 600;
}

.blog_content1{
    background-color: white;
    padding: 20px 60px;
}
.blog_content1 .blog{
    width: 30%;
    border-radius: 5px;
    background-color: black;
    padding: 30px;
    margin-left: 5px;
    color: white;
}
.blog-content1 h5 a{
    font-weight: 700;
    color: white;
    font-size: 18px;
    margin: 5px;
}
.blog-content1{
    margin-top: 20px;
}
.button-50 {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	background-color: #000;
	background-image: none;
	border: 1px solid #000;
	border-radius: 4px;
	box-shadow: 4px 4px 0 0 #fff,4px 4px 0 1px #000;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: ITCAvantGardeStd-Bk,Arial,sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 5px 10px 0;
	overflow: visible;
	padding: 12px 40px;
	text-align: center;
	text-transform: none;
	touch-action: manipulation;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.accordion-button:focus {
	z-index: 3;
	outline: 0;
	box-shadow: none!important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
    overflow: hidden;
}
.accordion-button{
    background-color: black;
    color: white;
    font-size: .8rem;
    border-radius: 10px;
}
.accordion-button:not(.collapsed) {
	/* background: linear-gradient(to bottom, #ffd700, #ff9400); */
    background-color: rgb(36, 36, 36);
    color: white;
}
.accordion-button::after {
  filter: brightness(1) invert(1);
}
.accordion-item{
    width: 70%;
    margin: 0 auto 10px auto;
    border-radius: 10px;
}

.disclaimer p{
    font-size: .775rem;
    text-align: center;
}
.refresh{
    width: 130px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: -4px;
    z-index: 1;
}
.refresh img{
    width: 100%;
}
.section-disclaimer .d_container{
    width: 50%;
    padding: 0 40px;
    margin: auto;
}
.d_container p{
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px;
}
.d_container h2{
    font-size: 1.8rem;
    font-weight: 700;
}
.d_title{
    background: linear-gradient(180deg,#ff9000,#ffe400);
    text-align: center;
    padding: 20px 0;
    border-top: 2px solid black;
    border-bottom: 1px solid black;
}
.d_info{
    width: 100%;
    background-color: #ffd800;
    padding: 1rem;
    text-align: center;
}
@keyframes anim {
    from {opacity:0.0;}
    to {opacity: 0.1;}
}


@media screen and (max-width:450px){
    .menu{
        display: flex;
        justify-content: space-between;
        padding: 30px 8px;
    }
    .menu-btn{
        display: inline-block;
        width: 23%;
        padding: 5px 5px;
        font-size: 12px;
    }
    .section2{
        font-size: 15px;
        padding: 30px 10px;
    }
    .information{
        padding: 30px 10px;
    }
    
    .information a:first-child{
        width: 200px;
    }
    .links{
        display: flex;
        /* flex-direction: column; */
        flex-wrap: wrap;
    }
    .links a{
        font-size: 14px;
        padding: 5px 10px;
        text-align: center;
    }
    .section{
        padding: 30px 15px;
    }
    .info-box p{
        font-size: 12px;
    }
    .info-box-1{
        height: 130px;
    }
    .info-box .info-box-cont{
        display: flex;
        flex-direction: column;
    }
    .check-content {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .check-content p{
        margin-bottom: 15px;
    }
    .information-1{
        padding: 10px 5px;;
    }
    .check-content-1{
        text-align: center;
    }
    .search-result{
        display: flex;
        flex-direction: column;
    }
    .search-result select{
        width: 250px;
        margin-bottom: 10px;
    }
    .section7 h4{
        font-size: 20px;
    }
    .section8 h4{
        font-size: 20px;
    }
    footer p{
        font-size: 14px;
        font-weight: 500;
    }
    .section-privacy p{
        font-size: 14px;
    }
    .section-privacy h5{
        font-size: 19px;
        text-align: left!important;
    }
    .section-terms p{
        font-size: 14px;
        text-align: left;
    }
    .section-terms h5{
        font-size: 19px;
        text-align: left!important;
    }
    .section-terms ol{
        font-size: 15px;
        text-align: left;
    }
    .section4 a{
        font-size: 18px;
    }
    .section7{
        padding: 10px;
    }
    .s4{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .section4{
        width: 100%;
    }
    .blog_content .row{
        display: flex;
        flex-direction: column;
    }
    .blog_content{
        padding: 20px 20px;
    }
    .blog_content .blog{
        width: 100%;
        border-radius: 5px;
        background-color: white;
        padding: 30px;
        margin-left: 0;
    }
}