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

body {
    margin: 0;
	padding: 0;
}

.main-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.epson-home-main-section {
    width: 100%;
    margin: 0;
    padding: 0;
}

.home-top-content img {
	width: 100%;
}

i.fa.fa-caret-right {
    padding: 0px 0px 0px 20px;
    font-size: 20px;
}

.ecotank-section {
	    background-image: url(https://currysprod.a.bigcontent.io/v1/static/epson-home-ecotank-banner);
    padding: 30px 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: contain;
    text-align: left;
	    justify-content: flex-end;
    display: flex;
	margin-bottom: 32px;
}

.ecotank-section h1,  {
    font-family: "Currys Sans", sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: initial;
    padding: 25px 0px;
    margin: 0px;
}

.readyprint-section h2 {
	font-size: 32px;
    line-height: 40px;
	margin-top: 1em;
}

.ecotank-section p, .readyprint-section p {
    font-family: "Currys Sans", sans-serif;
    font-size: 24px;
    line-height: initial;
    padding: 25px 0px;
    margin: 0px;
}



.ecotank-section button, .ecotank-text-mobile button, .readyprint-section button, .readyprint-section-mobile button {
   text-decoration: none;
    border: none;
    background: #10218b;
    color: #fff;
    margin: 30px 0px;
	padding: 0;
}


.readyprint-section {
	background-image: url(https://currysprod.a.bigcontent.io/v1/static/epson-readyprint-banner_desktop);
    padding: 60px 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    text-align: left;
    background-color: #f8f8f8;
}



a.home-top-btn {
    text-decoration: none;
    color: #fff;
    font-size: 23px;
    padding: 15px 25px;
    border: 1px solid #10218b;
    background-color: #10218b;
    font-family: 'Currys Sans', sans-serif;
    transition: background-color 0.5s;
    font-weight: 500;
    cursor: pointer;
    margin: 0;
    display: block;
    text-align: center;
}

a.home-top-btn:hover{
	background-color: #fff;
	color: #10218b;
}


.middle-box-section {
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    border-bottom: 1px solid #ffffff;
    padding: 30px 0px;
}

.product-categories-section {
    padding: 0px 0px;
    margin: 0 auto;
    flex-basis: 48%;
}

.product-categories-section img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.product-categories-section h2 {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 500;
    font-size: 40px;
    padding: 25px 0px;
    margin: 0;
    color: #1D1C1C;
    line-height: initial;
}

.product-categories-section button {
   text-decoration: none;
    border: none;
    background: #10218b;
    color: #fff;
    margin: 30px 0px;
	padding: 0;
}

	.ecotank-section-mobile, .readyprint-section-mobile{
	display: none;
}

	.ecotank-section, .readyprint-section {
	display: flex;
}



@media screen and (min-width: 768px) and (max-width: 1024px){
		
	.home-top-section button{
	margin: 15px 0px;
	}
	
	a.home-top-btn{
	    font-size: 20px;
    padding: 15px 15px;
	}
	
	.ecotank-section-mobile, .readyprint-section-mobile{
	display: none;
}

	.ecotank-section, .readyprint-section {
	display: flex;
}

	
	.home-top-section h1{
	font-size: 36px;
    padding: 0px 50px 20px 0px;
	}
	
	.scanner-banner-content {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 40px;
	}
	
	.say-goodbye-section h2{
		font-size: 30px;
	}
	
	.say-goodbye-section button{
		margin: 10px 0px
	}
	
	.epson-scanner-text h2{
		font-size: 30px;
	}
	
	.epson-scanner-text h3{
		font-size: 20px;
	}
	
	.epson-scanner-text p{
		font-size: 18px;
	}
}

@media screen and (max-width: 320px){
	
		
	a.home-top-btn{
	font-size: 16px;
    padding: 12px;
	}
	
	.scanner-banner-content{
		display: none;
	}
	
		.middle-box-section{
    flex-wrap: wrap;
    padding: 20px 0px;
}
	
	.product-categories-section {
    flex-basis: 100%;
}

	
	.product-categories-section {
    padding: 10px;
    margin: 0 auto;
    flex-basis: 100%;
}
	
	.product-categories-section h2{
		font-size: 28px;
    padding: 20px 0px;
	}
	
	.product-categories-section button{
	margin: 10px 0px 30px 0px;
    padding: 0;
	}
	
		.sect-box {
    flex-wrap: wrap;
    padding: 20px 0px;
}

	.sect-box:nth-child(even){
    flex-flow: column-reverse;
    padding: 20px 0px;
	}
	
		.epson-scanner-img-section{
    flex-basis: 100%;
		padding: 0;
	}
	
	.epson-scanner-img-section img {
    width: 100%;
    margin-top: 10%;
}
	
	.epson-scanner-text {
    padding: 30px;
}
	
	.epson-scanner-text h2{
    font-size: 25px;
	}
	
	.epson-scanner-text h3{
    font-size: 20px;
	}
	
	.epson-scanner-text p {
		font-size: 17px;
	}
		
	.epson-content-section {
    flex-basis: 100%;
}
	
	.content-section{
		padding: 20px;
		margin-top: 2em;
	}
	.content-section p{
		font-size: 15px;
	}
}

@media screen and (max-width: 768px){
		
	
	a.home-top-btn{
	font-size: 16px;
    padding: 12px;
	}
	
	.scanner-banner-content{
		display: none;
	}
	
	.middle-box-section{
    flex-wrap: wrap;
    padding: 20px 0px;
}
	
	.product-categories-section {
    flex-basis: 100%;
}
		.product-categories-section button {
    width: 10em;
}
	.ecotank-section, .readyprint-section {
	display: none;
}

	
	.ecotank-section-mobile, .readyprint-section-mobile {
		display: block;
		margin-bottom: 2em;
		
	}
	.ecotank-content-mobile, .readyprint-content-mobile {
		background-color: #f8f8f8;
	}
	
		.ecotank-text-mobile, .readyprint-text-mobile {
		padding: 2em;
	}

	
	.ecotank-image-mobile, .readyprint-image-mobile {
		width: 100%;
		margin-bottom: 2em;
	}

		.sect-box {
    flex-wrap: wrap;
    padding: 20px 0px;
}

	.sect-box:nth-child(even){
    flex-flow: column-reverse;
    padding: 20px 0px;
	}
	
		.epson-scanner-img-section{
    flex-basis: 100%;
		padding: 0;
	}
	
	.epson-scanner-img-section img {
    width: 100%;
    margin-top: 10%;
}
	
	.epson-scanner-text {
    padding: 30px;
}
	
	.epson-scanner-text h2{
    font-size: 25px;
	}
	
	.epson-scanner-text h3{
    font-size: 20px;
	}
	
	.epson-scanner-text p {
		font-size: 17px;
	}
	
		.welcome-dji-txt {
    width: 98%;
    padding:0;
}
	
	.epson-content-section {
    flex-basis: 100%;
}
	
	.content-section{
		padding: 20px;
	}
	.content-section p{
		font-size: 15px;
	}


}