@charset "UTF-8";
/* Body */
body {
    font-family: Roboto;
	font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/bg.webp);
/* 	background-color: white; */
    background-repeat:  no-repeat;
    background-size: auto;
	background-position: center;
	background-position: top;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 500;

}
h2 {
	color: #fff;
	font-weight: normal;
	font-size: 100px;
    position: absolute;
    top: 45%;
    left: 50%;
	margin: 0 0 0 -200px;
}
div {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: auto;
}
p {
	margin:  0;
	padding: 0;
	color: white;
}



}
.art { 
  width: 100%;
  height: 100%;
}
.header {
	position: relative;
    height: 272px;
	background-image: url(../images/ipl_header_bg.webp);
    background-repeat:  no-repeat;
	background-position: center;
/*	background-color: black; */
}

.footer {
	background-image: url(../images/ipl_footer_bg.webp);
    background-repeat:  no-repeat;
	background-position: center;
	background-position: bottom;
	border: 0px solid gray;
	z-index: 111;
}

.about{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1100px;
	height:auto;
	text-align: center;
	padding: 25px;
	font-size: 150%;
	letter-spacing: 0px;
	line-height: 1.5;
/* 	border: 1px solid gray; */
}
.ourgame{
	position: relative ;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1280px;
	height: auto;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 200%;
	letter-spacing: 0px;
	line-height: 1.5;
	border-top: 1px solid black;
}
.container {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
/*	display: flex; */
	max-width: 1280px;
	height: 150px;
	overflow: hidden; 
	min-width: 1280px;
/*	border: 1px solid gray; */
}
.block1 {
	position: absolute;
	display: inline-block;
	width: 47%;
	height: auto;
/*	border: 1px solid gray; */
	padding-left: 15px;
    padding-right: 15px;
/*	background: lightgray; */
	font-size: 150%;
	letter-spacing: 0px;
	line-height: 1.5;
	overflow-wrap: break-word;
	min-width: 600px;
}
	
.block2 {
	position: absolute;
	display: inline-block;
	width: 47%;
	height: auto;
	left: 50%;
/*	border: 1px solid gray; */
    padding-left: 15px;
    padding-right: 15px;
/*	background: lightgray; */
	font-size: 150%;
	letter-spacing: 0px;
	line-height: 1.5;
	min-width: 600px;
}

.container2 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
/*	display: flex; */
	max-width: 1280px;
	height: 500px;
	overflow: hidden; 
	min-width: 1280px;
/*	border: 1px solid gray; */
}

.img1 {
	background-image: url(../images/dw2.webp);
    background-repeat:  no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	display: inline-block;
	width: 47%;
	height: 500px;
/*	border: 1px solid gray; */
	padding-left: 15px;
    padding-right: 15px;
/*	background: lightgray; */
	font-size: 150%;
	letter-spacing: 0px;
	line-height: 1.5;
	overflow-wrap: break-word;
	min-width: 600px;
	z-index: 1;
	
}
	
.img2 {
	background-image: url(../images/p3.webp);
    background-repeat:  no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	display: inline-block;
	width: 47%;
	height: 500px;
	left: 50%;
/* 	border: 1px solid gray; */
    padding-left: 15px;
    padding-right: 15px;
/*	background: lightgray; */
	font-size: 150%;
	letter-spacing: 0px;
	line-height: 1.5;
	min-width: 600px;
	z-index: 1;
}

.container3 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
/*	display: flex; */
	max-width: 1280px;
	height: 20px;
	overflow: hidden; 
	min-width: 1280px;
/*	border: 1px solid gray; */
}
.copyright {
	position: relative;
	margin: auto;
	height: 40px;
	letter-spacing: 1px;
    padding: 0px;
	align-content: center;
/*	border-top: 0px solid red; */
	bottom:-70px;
/*	border: 0px solid gray; */
}