:root{
	--black:#333333;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-decoration: none;
	text-transform: capitalize;
	transition: .2s linear;
}
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 6rem;
	overflow-x: hidden;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #ffffff;
	padding: 2rem 9%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1000;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);

}
header .logo{
	font-size: 2.5rem;
	color: #333;
	font-weight: bolder;
}
header .logo span{
	color: #e43e2b;
}
header .icons a{
	font-size: 1.5rem;
	color: #333;
	font-weight: bolder;
}
header .navbar a{
	font-size: 1.8rem;
	padding: 0 1.5rem;
	color: #666;

}
header .navbar a:hover{
	color: #f59602;
}
header .icons a:hover{
	color: #000;
}
header #toggler{
	display: none;
}
header .fa-bars{
	font-size: 3rem;
	color: #333;
	border-radius: .5rem;
	padding: .5rem 1.5rem;
	cursor: pointer;
	border: .1rem solid rgba(0, 0, 0, .3);
	display: none;
}
section {
	padding: 2rem 9%;
}
.heading{
	text-align: center;
	font-size: 2.5rem;
	color: #fff;
	padding: 1rem;
	margin: 2rem 0;
	background: #e43f2c;
}
.home{
	display: flex;
	align-items: center;
	min-height: 100vh;
	background: url(../google-pixel-phone-repair.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.home .content{
	max-width: 50rem;
}
.home .content h3{
	font-size: 3rem;
	color: #eee;
	
}
.home .content span{
	font-size: 3.5rem;
	color: #5de82c;
	padding: 1rem 0;
	line-height: 1.5;
}

.home .content h1{
	font-size: 3.5rem;
	color: #fbe5c4;
	padding: 1rem 0;
	line-height: 1.5;
}


.home .content p{
	font-size: 1.6rem;
	color: #efefef;
	padding: 1rem 0;
	line-height: 1.6;
}
.btn{
	display: inline-block;
	margin-top: 1rem;
	border-radius: 1rem;
	background: #5de82c;
	color: #000;
	padding: .9rem 2.5rem;
	cursor: pointer;
	font-size: 1.7rem;
}
.btn:hover{
	background: #b06c01;
}

.about .row{
	display: flex;
	align-items: center;
	gap: 2rem;
	flex-wrap: wrap;
	padding: 2rem 0;
	padding-bottom: 3rem;

}
.about .row .img-container{
	flex: 1 1 40rem;
	position: relative;

}

.about .row .img-container img{
	width: 100%;
	border: 1.5rem solid #fff;
	border-radius: .5rem;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
	height: 100%;
	object-fit: cover;

}
.about .row .img-container h3{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3rem;
	background: #fff;
	width: 100%;
	padding: 1rem 2rem;
	text-align: center;
	mix-blend-mode: screen;

}
.about .row .content{
	flex: 1 1 40rem;
}
.about .row .content h3{
	font-size: 3rem;
	color: #333;
}
.about .row .content p{
	font-size: 1.5rem;
	color: #808080;
	padding: .5rem 0;
	padding-top: 1rem;
	line-height: 1.8;
	text-align: justify;
}
.about ul{ padding:1.5rem 0; margin-left:1.5rem; }
.about ul li{padding:1rem; font-size: 1.5rem; color: #808080;}
.about h4{font-size: 1.7rem; padding: 1.5rem 0;}

.icons-container{
	background: #eee;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	padding: 5rem;
	margin: 5rem;
}
.icons-container .icons{
	background: #fff;
	border: .1rem solid rgba(0, 0, 0, .1);
	padding: 2rem;
	display: flex;
	align-items: center;
	flex: 1 1 25rem;

}
.icons-container .icons img{
	height: 5rem;
	margin-right: 2rem;
}
.icons-container .icons h4{
	color: #333;
	padding-bottom: .5rem;
	font-size: 1.5rem;
}
.icons-container .icons span{
	color: #808080;
	font-size: 1.3rem;
}

.works .row{
	display: flex;
	align-items: center;
	gap: 2rem;
	flex-wrap: wrap;
	padding: 2rem 0;
	padding-bottom: 3rem;

}
.works .row .img-container{
	flex: 1 1 5rem;
	position: relative;

}

.works .row .img-container img{
	width: 100%;
	border: 1.5rem solid #fff;
	border-radius: .5rem;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
	height: 100%;
	object-fit: cover;

}
.works .row .img-container h3{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3rem;
	background: #fff;
	width: 100%;
	padding: 1rem 2rem;
	text-align: center;
	mix-blend-mode: screen;

}
.works .row .content{
	flex: 1 1 40rem;
}
.works .row .content h3{
	font-size: 3rem;
	color: #333;
}
.works .row .content p{
	font-size: 1.5rem;
	color: #808080;
	padding: .5rem 0;
	padding-top: 1rem;
	line-height: 1.8;
	text-align: justify;
}
.works ul{ padding:1.5rem 0; margin-left:1.5rem; }
.works ul li{padding:1rem; font-size: 1.5rem; color: #808080;}
.works h4{font-size: 1.7rem; padding: 1.5rem 0;}
.contact .row{
	display: flex;
	flex-wrap: wrap-reverse;
	gap: 1.5rem;

}
.contact .row form{
	flex: 1 1 40rem;
	padding: 2rem 2.5rem;
	box-shadow:0 .5rem 1.5rem rgba(0, 0, 0, .1);
	border: .1rem solid rgba(0, 0, 0, .1);
	background: #fff;
	border-radius: .5rem;
}
.contact .row .image{
	flex: 1 1 40rem;
	
}
.contact .row .image .location{
	width: 100%;
	margin: 1rem 0;
	border: 1.5rem solid #fff;
	border-radius: .5rem;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
	
}
.contact .row .image .location h5{
	font-size: 2rem;
	padding: 1rem 0;
}
.contact .row .image .location address{
	padding: 1.5rem 0;
	line-height: 2.5rem;
	font-size: 1.5rem;
	color: #808080;
}

.contact .row .image .location b{
	padding: 1.5rem 0;
	line-height: 2rem;
	font-style: normal;
}
.contact .row form .box{
	padding: 1rem;
	font-size: 1.5rem;
	color: #333;
	text-transform: none;
	border: .1rem solid rgba(0, 0, 0, .1);
	border-radius: .5rem;
	margin: .7rem 0;
	width: 100%;
}
.contact .row form .box:focus{
	border-color: #000;
}

.contact .row form textarea{
	height: 15rem;
	resize: none;
}
.contact a{
	font-size: 1.5rem;
	color: #000;
	font-family: sans-serif;
	font-style: normal;
	font-weight: bolder;
}
.contact a:hover{color: #f59602;}
.contact b{
	font-size: 1.5rem;
	color: #000;
	font-style: normal;
}


.footer{background: #202020;}
.footer .box-container{
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;

}
.footer .box-container .box{
	flex: 1 1 25rem;
}
.footer .box-container .box h3{
	font-size: 2.5rem;
	color: #333;
	padding: 1rem 0;
}
.footer .box-container .box a{
	display: block;
	color: #eee;
	font-size: 1.5rem;
	padding: .5rem 0;
}
.footer .box-container .box a:hover{
	color: #f59602;

}
.footer .powered{
	text-align: center;
	width: 100%;
	padding: 1.5rem;
	margin-top: 1.5rem;
	padding-top: 2.5rem;
	font-size: 1.8rem;
	color: #eee;
	border-top: .1rem solid rgba(150, 150, 150, .2);
}
.footer .powered span{
	color: #f59602;
}
.footer .heading3{ 
	padding:2rem 0; 
	color:#efefef;
	margin-top:1.5rem; 
	text-align:center; 
	font-size:3rem; 
	border-bottom: .1rem solid rgba(150, 150, 150, .2); 
	margin-bottom:3rem; 
}


/* media screen */
@media (max-width:991px) {
	html{font-size: 53%;}

header{padding: 2rem;}
section{padding: 2rem;}


}

@media (max-width: 800px) {
  .parts-item-1, .parts-item-2, .parts-item-3, .parts-item-4 {
    flex: 50%;
  }
  
  .home .content h1{
    margin-top:10rem;
}
}

@media (max-width:768px){

	header .fa-bars{display: block;}
	header .navbar{position: absolute; top: 100%; left: 0; right: 0; background: #eee; border-top: .1rem solid rgba(0, 0, 0, .1); clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);}
	header .navbar a{margin: 1.5rem; padding: 1.5rem; background: #fff; border: .1rem solid rgba(0, 0, 0, .1); display: block;}
	header #toggler:checked ~ .navbar{clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);}
	.home{background-position: left;}
	.home .content h3{font-size: 4rem}
	.home .content span{font-size: 3rem}
	.icons-container .icons h4{
	font-size: 1.7rem;

}
.icons-container .icons span{
	font-size: 1.7rem;
}
.works .row .img-container{
	flex: 1 1 32rem;
	position: relative;

}
.parts-item-1, .parts-item-2, .parts-item-3, .parts-item-4 {
    flex: 100%;
  }
.home .content h1{
    margin-top:10rem;
}

}

@media (max-width:450px) {
	html{font-size: 50%;}
	header .logo{
	font-size: 2.4rem;
}
.home .content h1{
    margin-top:10rem;
}
.home .content p{
	font-size: 2rem;
	text-align:justify;
	line-height: 1.8;
	width:98%;
}

.works .row .img-container{
	flex: 1 1 32rem;
	position: relative;

}

.about .row .content p {
    font-size: 2rem;
   
}
.about ul li {
    font-size: 2rem;
}
.about h4 {
    font-size: 2.3rem;
}
.works .row .content p {
    font-size: 2rem;
    
}

.contact .row .image .location address {
   
    font-size: 1.8rem;
}

.contact b {
    font-size: 2rem;
   
}
.contact a {
    font-size: 2rem;
    color:#e43e2b;
   
}

}