@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    font-family: 'Currys Sans', sans-serif;
	background: #fff;
}

.sl-home-main-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-content: center;
	padding: 0;
	margin: 0;
	background: #000000;
	color: white;
	max-width: 1200px;
	padding: 50px 60px 50px;
}

.sl-home-para-sec{
	font-size: 18px;
	line-height: normal;
	margin-top: 30px;
	font-family: 'Currys Sans Light';

}

.sl-top-banner-sec{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.sl-middle-content-section {
    text-align: center;
    margin: 20px 0;
}

.sl-middle-content-section h2{
	font-weight: 400;
}

.logo-image{
	width: 40%;
}

.sl-btn{
    color: white;
    padding: 10px;
    width: 150px;
    background-color: black;
    border: 1px solid gray;
    font-size: 18px;
	margin-top: 20px
}
.sl-middle-content-section h2{
	font-size: 30px;
    line-height: normal;
	font-weight: 600;
	margin-bottom: -20px;;
}

.bg-image{
	max-width: 100%;
}

.sl-content-image-section{
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}

.left-sec{
	width: 50%;
}

.right-sec{
	width: 50%;
	padding: 30px 30px;
}
.right-sec p{
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	font-family: 'Currys Sans Light';
}

.right-sec h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
}

.btm-text-sec{
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}

.btm-text-sec1{
	text-align: center;
	width: 30%;
	padding: 15px;
	border: 1px solid white;
}

.btm-header2 {
    font-weight: 500;
    font-family: 'Currys Sans Headline' !important;
	line-height: normal;
}
.btm-btn-sec {
    margin-top: 25px;
}
.btm-text-sec1 p {
    font-size: 16px;
	line-height: normal;
	font-family: 'Currys Sans Light';
}
.btm-text-sec1 h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}
.right-sec a {
    color: #fff;
    text-decoration: underline;
}
.sl-home-para-sec a{
	color: #fff;
    text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	
	.right-sec {
		width: 51%;
		padding: 10px 0 0 20px;
	}
	
		.right-sec p {
			font-size: 16px;
			font-weight: 400;
			line-height: normal;
			font-family: 'Currys Sans Light';
		}
		.sl-home-main-section {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			align-content: center;
			padding: 0;
			margin: 0;
			background: #000000;
			color: white;
			max-width: 1200px;
			padding: 50px 20px 48px;
		}

	
	
}

@media screen and (min-width: 481px) and (max-width: 767px){
	
	
		.sl-home-main-section {
			
			padding: 50px 0px 30px;
		}

		.sl-home-para-sec {
			font-size: 18px;
			margin: 15px;
			line-height: normal;
		}
		.right-sec p {
			font-size: 18px;
			font-weight: 400;
			line-height: normal;
			font-family: 'Currys Sans Light';
		}


		.sl-top-banner-sec{
			width: 100%;
			text-align: center;
			margin-bottom: 30px;
		}

		.sl-middle-content-section {
			text-align: center;
			margin-bottom: 40px;
		}

		.logo-image {
			width: 65%;
			margin-bottom: 20px;
		}
		.sl-middle-content-section h2 {
			font-size: 30px;
			line-height: normal;
			font-weight: 600;
			margin-bottom: 10px;
		}

		.sl-content-image-section{
			display:block;
			margin-bottom: 20px;
		}

		.left-sec{
			width: 100%;
		}

		.right-sec {
			width: 100%;
			padding: 35px 20px;
		}


		.btm-text-sec {
			margin-bottom: 30px;
			flex-direction: column;
		}

		.btm-text-sec1 {
			text-align: center;
			width: auto;
			border: 1px solid white;
			margin: 10px;
			padding: 10px;
		}

	
}

@media screen and (min-width: 320px) and (max-width: 480px){
	

		.sl-home-main-section {
			
			padding: 50px 0px 30px;
		}

		.sl-home-para-sec{
			font-size: 16px;
			margin: 15px;
		}

		.sl-top-banner-sec{
			width: 100%;
			text-align: center;
			margin-bottom: 30px;
		}

		.sl-middle-content-section {
			text-align: center;
			margin-bottom: 40px;
		}

		.logo-image{
			width: 70%;
    		margin-bottom: 20px;
		}
		.sl-middle-content-section h2 {
			font-size: 24px;
			line-height: normal;
			font-weight: 600;
			margin-bottom: 10px;
		}

		.sl-content-image-section{
			display:block;
			margin-bottom: 20px;
		}

		.left-sec{
			width: 100%;
		}

		.right-sec {
			width: 100%;
			padding: 30px 10px 0;
		}


		.btm-text-sec {
			margin-bottom: 30px;
			flex-direction: column;
		}

		.btm-text-sec1 {
			text-align: center;
			width: auto;
			border: 1px solid white;
			margin: 10px;
			padding: 10px;
		}
	
}