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

body {
    margin: 0;
	padding: 0;
}

.main-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
/*	background: #000000;*/
}

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

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

.home-top-section {
	    background-image: url(https://currysprod.a.bigcontent.io/v1/static/Epson-scanner-top-bg);
    padding: 70px 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: left;
}

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

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

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;
}

.home-top-section-mobile{
	display: none;
	margin: 0 auto;
}

.scanner-banner-content {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    padding: 30px;
}

	.scanner-banner-content h2 {
    font-family: "Currys Sans", sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: rgb(29, 28, 28);
    line-height: initial;
    padding: 10px;
    margin: 0px;
}
	
	.scanner-banner-content p {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    color: #292929;
    line-height: normal;
    padding: 10px;
}

.scanner-banner-content button {
   text-decoration: none;
    border: none;
    background: #10218b;
    color: #fff;
    margin: 30px 0px;
	padding: 0;
}

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

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

.say-goodbye-section img {
    width: 100%;
    margin: 0;
    padding: 0;
}

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

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

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

.epson-scanner-img-section {
    padding: 0px 0px;
    margin: 0;
    flex-basis: 50%;
    display: flex;
    background-color: #f4f4f4;
	text-align: center;
}

.epson-scanner-img-section img {
    width: 80%;
    margin: 0 auto;
    padding: 0;
}

.epson-content-section {
    position: relative;
    text-align: left;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0px;
    flex-basis: 50%;
    align-items: center;
    background-color: #f4f4f4;
}

.welcome-dji-txt {
    width: 80%;
    padding: 30px 0px;
}

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

.epson-scanner-text h3 {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 25px;
    margin: 0;
    color: #1D1C1C;
    line-height: initial;
}

.epson-scanner-text p {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    color: #292929;
    line-height: normal;
}

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

.content-section {
    background: #fff;
    padding: 30px;
	width: 85%;
    margin: 0 auto;
}

.content-section p {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size:18px;
    margin: 0;
    color: #292929;
    line-height: normal;
}


@media screen and (min-width: 768px) and (max-width: 1024px){
	
	.home-top-section{
	padding: 0;
    background-position: left;
	}
	
	.home-top-section button{
	margin: 15px 0px;
	}
	
	a.home-top-btn{
	    font-size: 20px;
    padding: 15px 15px;
	}
	
	.home-top-section h1{
	font-size: 36px;
    padding: 0px 50px 20px 0px;
	}
	
	.home-top-content {
    width: 45%;
    padding: 50px 50px 110px 50px;
	}
	.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){
	
	.home-top-section{
	display: none;
	}
	
	.home-top-section-mobile{
	display: block;
	margin: 0 auto;
	padding: 10px;
		text-align: center;
	}
	
	.home-top-section-mobile img
{
	width: 100%;
	margin: 0;
	padding: 0; 
}

.home-top-section-mobile h1 {
    font-family: "Currys Sans", sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: rgb(29, 28, 28);
    line-height: initial;
    padding: 20px 0px 10px 0px;
    margin: 0px;
}
	
	.home-top-section-mobile h2 {
    font-family: "Currys Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: rgb(29, 28, 28);
    line-height: initial;
    padding: 10px;
    margin: 0px;
}
	
	.home-top-section-mobile p {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    color: #292929;
    line-height: normal;
    padding: 10px;
}
	
	.home-top-section-mobile button{
    text-decoration: none;
    border: none;
    background: #10218b;
    color: #fff;
    margin: 30px 0px;
	padding: 0;
	}
	
	a.home-top-btn{
	font-size: 16px;
    padding: 12px;
	}
	
	.scanner-banner-content{
		display: none;
	}
	
		.middle-box-section{
    flex-wrap: wrap;
    padding: 20px 0px;
}
	
	.say-goodbye-section {
    padding: 10px;
    margin: 0 auto;
    flex-basis: 100%;
}
	
	.say-goodbye-section h2{
		font-size: 28px;
    padding: 20px 0px;
	}
	
	.say-goodbye-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;
	}
	
		.welcome-dji-txt {
    width: 98%;
    padding:0;
}
	
	.epson-content-section {
    flex-basis: 100%;
}
	
	.content-section{
		padding: 20px;
	}
	.content-section p{
		font-size: 15px;
	}
}

@media screen and (max-width: 768px){
	
	.home-top-section{
	display: none;
	}
	
	.home-top-section-mobile{
	display: block;
	margin: 0 auto;
	padding: 10px;
		text-align: center;
	}
	
	.home-top-section-mobile img
{
	width: 100%;
	margin: 0;
	padding: 0; 
}

.home-top-section-mobile h1 {
    font-family: "Currys Sans", sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: rgb(29, 28, 28);
    line-height: initial;
    padding: 20px 0px 10px 0px;
    margin: 0px;
}
	
	.home-top-section-mobile h2 {
    font-family: "Currys Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: rgb(29, 28, 28);
    line-height: initial;
    padding: 10px;
    margin: 0px;
}
	
	.home-top-section-mobile p {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    color: #292929;
    line-height: normal;
    padding: 10px;
}
	
	.home-top-section-mobile button{
    text-decoration: none;
    border: none;
    background: #10218b;
    color: #fff;
    margin: 30px 0px;
	padding: 0;
	}
	
	a.home-top-btn{
	font-size: 16px;
    padding: 12px;
	}
	
	.scanner-banner-content{
		display: none;
	}
	
	.middle-box-section{
    flex-wrap: wrap;
    padding: 20px 0px;
}
	
	.say-goodbye-section {
    padding: 10px;
    margin: 0 auto;
    flex-basis: 100%;
}
	
	.say-goodbye-section h2{
		font-size: 28px;
    padding: 20px 0px;
	}
	
	.say-goodbye-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;
	}
	
		.welcome-dji-txt {
    width: 98%;
    padding:0;
}
	
	.epson-content-section {
    flex-basis: 100%;
}
	
	.content-section{
		padding: 20px;
	}
	.content-section p{
		font-size: 15px;
	}
}