* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
}


/* common css */

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
}
ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}
span {
    display: inline-block;
}
.section-heading {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
.section-heading h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
}
.section-heading h2 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #ffe863;
	text-transform: uppercase;
}
.section-heading p {
	font-size: 17px;
	color: white;
	margin-bottom: 0;
	font-style: italic;
	line-height: 1.6;
}
.section-heading img {
    max-width: 600px;
}
.button {
	font-size: 20px;
	font-weight: bold;
	padding: 8px 50px;
	color: black;
	font-style: italic;
	border-radius: 8px;
	background-color: #ffe863;
	margin-top: 20px;
}
img {
    width: 100%;
}
#fsl_gammer {
	background-color: #080c18;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
}
/* common css */


/* banner css start */

#fsl_gammer #banner .right-box .img-box img {
	max-width: 300px;
}
#fsl_gammer #banner .right-box .button-box img {
	max-width: 250px;
}
#fsl_gammer #banner .row {
	align-items: center;
}
#fsl_gammer #banner .row .col-lg-6 {
	display: flex;
	justify-content: center;
	text-align: center;
}
#fsl_gammer #banner .right-box .img-box p {
	color: white;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 200;
	margin-top: 10px;
	margin-bottom: 30px;
	font-style: italic;
}
#fsl_gammer #banner .right-box .img-box h2 {
	font-size: 60px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 20px;
	color: white;
	margin-bottom: 0;
}
#fsl_gammer #banner .right-box .img-box h4 {
	font-size: 50px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 20px;
	color: white;
	margin-bottom: 0;
}
#fsl_gammer #best_cricket .row .col-md-4 .text-box h4 {
	font-size: 26px;
	font-weight: bold;
	color: #ffe863;
	line-height: 1.4;
	margin: 20px 0;
}
/* banner css end */


/* best_cricket css start */

/* #fsl_gammer #best_cricket .line {
	width: 100%;
	height: 80px;
	background-color: #3f5f55;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-102%);
	z-index: 1;
	display: none;
} */
#fsl_gammer #best_cricket .img-box img {
	max-width: 200px;
	z-index: 11;
	position: relative;
}
#fsl_gammer #best_cricket .row .col-md-4 {
	text-align: center;
}
#fsl_gammer #best_cricket .best_cricket-part {
    padding: 60px 0;
	position: relative;
}
#fsl_gammer #best_cricket .text-box p {
	color: white;
	margin-bottom: 10px;
	font-size: 16px;
	position: relative;
	display: inline-block;
	font-style: italic;
}
#fsl_gammer #best_cricket .text-box p::after {
	content: "";
	position: absolute;
	left: -10px;
	top: 50%;
	width: 6px;
	height: 6px;
	background-color: white;
	border-radius: 50%;
	transform: translateY(-50%);
}
/* best_cricket css end */


/* top_games css start */

#fsl_gammer #top_games .top_games-part {
	padding: 60px 0;
	background-image: url("../images/gammer-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 100% 100%;
}
#fsl_gammer #top_games .row .img-box img {
	max-width: 150px;
}
#fsl_gammer #top_games .row .col-sm-4 {
	text-align: center;
}
#fsl_gammer #top_games .row .img-box h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	margin-top: 20px;
	color: #ffe863;
}
/* top_games css end */


/* cricket_id css start */

#fsl_gammer #cricket_id .cricket_id-part {
    padding: 60px 0;
}
#fsl_gammer #cricket_id .section-heading:last-child {
	margin-bottom: 0;
}
/* cricket_id css end */


/* footer css start */

#fsl_gammer #footer .footer-part {
	padding-top: 60px;
	background-image: url("../images/footer-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
}
#fsl_gammer #footer .footer-top .content-box h4 {
	font-size: 24px;
	color: #ffe863;
	font-weight: bold;
}
#fsl_gammer #footer .footer-top .content-box p {
	color: white;
	font-size: 16px;
	line-height: 1.6;
	max-width: 280px;
}
#fsl_gammer #footer .footer-top .content-box ul li a {
	color: white;
	margin-bottom: 15px;
	padding-left: 30px;
	position: relative;
}
#fsl_gammer #footer .footer-top .row .col-lg-3:nth-child(2) {
	display: flex;
	justify-content: center;
}
#fsl_gammer #footer .footer-top .row .col-lg-3:nth-child(3) {
	display: flex;
	justify-content: center;
}
#fsl_gammer #footer .footer-top .row .col-lg-3:nth-child(4) {
	display: flex;
	justify-content: end;
}
#fsl_gammer #footer .footer-top .content-box p.content-p {
	max-width: 250px;
}
#fsl_gammer #footer .footer-top .content-box img {
	margin-top: 8px;
	max-width: 240px;
}
#fsl_gammer #footer .footer-bottom .box1 img {
	max-width: 100px;
}
#fsl_gammer #footer .footer-bottom .box2 img {
	max-width: 250px;
}
#fsl_gammer #footer .footer-bottom .box3 img {
	max-width: 200px;
}
#fsl_gammer #footer .footer-bottom .box4 img {
	max-width: 100px;
}
#fsl_gammer #footer .footer-bottom {
	padding: 20px 0;
	border-top: 1px solid #cccccc24;
	border-bottom: 1px solid #cccccc24;
}
#fsl_gammer #footer .footer-bottom .row {
	align-items: center;
}
#fsl_gammer #footer .footer-bottom .box {
	text-align: center;
}
#fsl_gammer #footer .footer-top {
	padding-bottom: 20px;
}
#fsl_gammer #footer .footer-end-p {
	color: white;
	text-align: center;
	font-size: 12px;
	line-height: 1.6;
	margin: 0;
	padding: 30px 0;
}
#fsl_gammer #footer .footer-top .content-box ul li a::after {
	background-image: url("../images/link.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	content: "";
}
/* footer css end */