*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.top{
	background-color: black;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-basis: 100%;
	min-width: 300px;


}
.top .item{
	background-color: black;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-basis: 100%;
	min-width: 300px;

}
.top .item-2{
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-basis: 100%;
	min-width: 300px;


}
.top  p{
	margin-left: 90px;
	color: white;
	font-weight: 800 bold;

}
@media only screen and (max-width: 800px) {

	.top{
		display: flex;
		flex-basis: 50%;
		flex-direction: column;
	
		flex-wrap: wrap;
		

	}
	.top .item{
		
	}
	.top .item-2{
		
	}
	.top p{
		margin-left: 20px;
	margin-bottom: 20px;
	color: white;
	font-weight: 800 bold;
	font-size: 11px;


}
}


header{

	background-image: url("images/cover.png");
	background-color: grey;
	background-size: cover;
	width: 100%;
	margin-bottom: 50px;

}
header .row{
	margin-top: 70px;
}
.container{
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;

}

.navbar{

	display: flex;
	align-items: center;
	padding: 20px;
}

nav{
	flex: 1;
	text-align: right;
}

nav ul{
	display: inline-block;
	list-style-type: none;
}

nav ul li{

	display: inline-block;
	margin-right: 20px;


}

 a{
	text-decoration: none;
	color: white;


}

p{
	color: #555;
}

.row{
	display: flex;
}
	
	.menu-icon{
    
    width: 35px;
    margin-left: 20px;
    display: none;
}
.col-2{
	flex-basis: 50%;
	min-width: 300px;
}

.col-2 img{
	max-width: 100%;
	padding: 50px 0;
}

.col-2 h1{
	font-family: serif;
	color: white;
	font-size: 50px;
	line-height: 40px;
	margin: 25px 0;
	font-weight: 800;

}
.col-2 h3{
	text-transform: uppercase;
	font-family: "arial", sans-serif;
	color: red;
	font-weight: bold;

}

.btn{
	display: inline-block;
	background: #ff523b;
	color: white;
	padding: 8px 30px;
	margin: 30px 0;
	border-radius: 30px;
	transition: background 0.5s;
}
.btn:hover{
	background: #563434;
}






h4{
	color: #555;
	font-weight: normal;
}
@media only screen and (max-width: 800px) {

	header{
		background-size: cover;
	}

	.row{
		text-align: center;

	}
	.col-4{
		margin-right: 90px;
	}

	.col-2, .col-3, .col-4{
		flex-basis: 100%;
	}
	
	.col-2 header{
		width: 100%;
	}
	nav ul {

		position: absolute;
		top: 180px;
		left: 0;
		right: 0;

		
		width: 100%;
		overflow: hidden;
		transition: max-height 0.5s;
	}
	nav ul li{
		display: block;
		margin-right: 50px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	nav ul li a{
		color: white;

	}

	.menu-icon{
		display: block;
		cursor: pointer;
	}
.col-2 h1{
	font-family: serif;
	color: white;
	font-size: 30px;
	line-height: 40px;
	margin: 25px 0;
	font-weight: 800 bold;


}
}
.mobile-service{
	margin-bottom: 50px;
	margin-top: 50px;
}
.mobile-service img{
	margin-left: 25%;
	width: 700px;
	height: 700px;
}
@media only screen and (max-width: 800px) {
	.mobile-service{
	margin-bottom: 50px;
	margin-top: 50px;
}
.mobile-service img{
	margin-left: 10%;
	width: 300px;
	height: 400px;
}
}

.small-container{
    
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 1380px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.col-4{
  margin-left: 80px;
	flex-basis: 25%;
	padding: 5px;
	min-width: 200px;
	margin-bottom: 50px;
	transition: transform 0.5s;
}

.col-4 img{
	width: 100%;
}

.title{
	text-align: center;
	margin: o auto;
	position: relative;
	line-height: 60px;
	color: black;
	margin-bottom: 20px;
}


.title::after{
	content: '';
	background: #ff523b;
	width: 200px;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

h4{
	color: #555;
	font-weight: normal;
}

.col-4 p{
	font-size: 20px;
}
.rating .fas{
	color: #ff523b;
}

.col-4:hover{
	transform: translateY(-5px);
}
@media only screen and (max-width: 800px) {


	.small-container .row{
		align-items: center;
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: column;

	}
}

#footer #contact{
	background-color: black;
	height: 300px;
	width: 100%;
	justify-content: space-between;
	
	display: flex;
	bottom: 0;
	text-align: center;

		}
#footer h2, h3, h4{
	color: white;
	font-weight: lighter;
}
#footer h2{
	text-decoration: underline;
}


 ul {
	list-style-type: none;

}
.app-logo{
	margin-top: 20px;

}
.app-logo img{
	width: 70px;
}

.copyright{
	text-align: center;
}

#footer hr{
	border: none;
	background: #b5b5b5;
	height: 1px;
	margin: 20px 0;

}
@media only screen and (max-width: 800px) {

	#footer #contact{
	background-color: black;
	height: 1000px;
	width: 100%;
	justify-content: space-between;
	flex-direction: column;
	
	
	bottom: 0;
	text-align: center;

		}
    
		
	}
   .about {
   	text-align: center;
   	margin-left: 100px;
   	margin-right: 100px;
   	margin-bottom: 50px;
   	margin-top: 50px;
   }
	.about h1{
	text-align: center;
	margin: o auto;
	position: relative;
	line-height: 60px;
	color: black;
	margin-bottom: 20px;
}
.about h3{
	color: black;

}


.about h1::after{
	content: '';
	background: #ff523b;
	width: 120px;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.services{
margin-top: 50px;
	margin-bottom: 50px;

 
}
.services h1{
  text-align: center;
	
	margin: o auto;
	position: relative;
	line-height: 60px;
	color: black;
	
}


.services h1::after{
	content: '';
	background: #ff523b;
	width: 120px;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.services-offer{

	 margin-left: 20%;
    position: relative;
    display: flex;
margin-top: 40px;

}

.services-offer img{
	
    width: 400px;
    height:250px;
    
}
.services-offer p{
	font-family: "Times New Roman", Times, serif;
     font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
@media only screen and (max-width: 800px) {

.services-offer{
   
	 margin-left: 20%;
    position: relative;
    display: flex;
margin-top: 40px;
flex-direction: column;

}

.services-offer img{
	
	width: 300px;
	height: 300px;
    border-radius: 10px;
}
.services-offer p{
	font-family: "Times New Roman", Times, serif;
     font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;

 

}
.products {
  
  height: auto;
  width: auto;
  margin: auto;
  overflow: auto;
  padding: 0 2rem;

}


}


.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  
  margin-bottom: 2rem;
  border-radius: 20px;
  margin-left: 0px;
}



.products img{

    height: 270px;
    width: 300px;
    border-radius: 20px;
}



.products:nth-child(even) img {
  order: 3;
}


.gallery h1{
  text-align: center;
	
	margin: o auto;
	position: relative;
	line-height: 60px;
	color: black;
	
}


.gallery h1::after{
	content: '';
	background: #ff523b;
	width: 120px;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (max-width: 800px) {
  .products {
  	align-items: center;
    display: block;
    margin-top: 30px;
    


  }

  .products h1{

    margin-top: 180px;
    text-align: center;
    margin-left: 20%;
    color: white;
    background-color: green;
    border-radius: 25px;
    width: 250px;
    font-size: 30px;
    

}

.products img{
    
    margin: 7px;
    height: 270px;
    width: 320px;
    border-radius: 20px;
    
    
}
}
