


*{
	font-family: Arial,sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: sans-serif;
}
header{
    padding: 15px;
    display: flex;
    justify-content: space-between;
    background: #202663;
    color: navajowhite;
    height: 30px;
}
.logo h1{
    padding-left: 20px;
    font-size: 40px;
}
nav ul {
    display: flex;
    
}

.drop-container{
    display: none;
    width: 150px;
    height: 200px;
    margin-top: 10px;
    background-color: rgba(36, 34, 34, 0.5);
    color: azure;
	padding-bottom: 20px;

}
nav  a{
	color: navajowhite;
	margin: 17px;
	font-size: 20px;
	transition: 0.5s;
	text-align: center;
	}
	.drop-item a{
		display: flex;
		justify-content: center;
		align-items: center;
        color: navajowhite;
		margin-bottom: 20px;
		}
li:hover .drop-container{
    display: block;
}


nav a:hover{
    border-bottom: 3px solid white;
  
color: azure;   
    }
    
#home{
    color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('\images (16).jpg');
    background-position: center;
    background-size: cover;
}
#home h1{
    margin-bottom: 20px;
    font-size: 60px;
}
li{
	z-index: 1;
}

#home p{
    font-size: 12px;
}
#home .container a{
    border: 2px solid white;
    border-radius: 20px;
    padding: 2px 10px;
    color: black;
    background-color: aqua;
  
}
#home .container a:hover{
    background-color: rgb(205, 127, 26);
    color: azure;
}
.menu-btn{
	display: none;
	font-size: 30px;
	padding: 10px;
	margin-bottom: 20px;
	cursor: pointer;
}
.times-btn{
	display: none;
	cursor: pointer;
}
/* responsive for home page*/
@media (max-width: 600px) {
	#home h1{
    margin-bottom: 20px;
    font-size: 30px;
}
.menu-btn {
	display: block;
	font-size: 30px;
	padding: 10px;
	margin-bottom: 20px;
}
nav{
	display: none;
background: rgba(0, 0, 0, 0.7);
	position: relative;
	right: 0px;
	top: 0px;
	text-align: left;
	width: 200px;
	height: 100vh;
	margin-top: 0px;
}
.times-btn{
	display: block;
	font-size: 40px;
	color: #FFFFFF;
}
nav ul {    
	flex-direction: column;
	margin-top: 10px
}
nav ul li a{
	text-align: left;
	color: #FFFFFF;
}
nav ul li {
	padding: 20px 0px;
	position: relative;
	left: 0px;
}
header{
	padding-top: 0px;
	padding-right:0px ;
	height: 50px
}
.logo h1 {
	margin-top: 10px;
	padding-left: 10px;
	font-size: 30px;
}
}
nav a #selec{
    color: black;
    margin: 17px;
    background:transparent;
    padding: 15px;
    
    text-align: center;  
}
/*about us */
.about{
    
    padding: 20px;   
}
.row{
    display: flex;
    justify-content: center;
    align-items: center;
}
	.about-img {    
	width: 1000px;
	
	
	
}
.about-content {
	background-color: rgb(211, 211, 211);
	flex-basis: 1;
	height: auto;
	box-shadow: 0px 20px 10px #36363A;
	padding: 20px;
	width: 400px;
	
	
	
}
.about-content:hover{
	transform: scale(1.1);
}
.about-img img{
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0px 20px 10px #36363A;
}
.about-img{
	width: 400px;
}
.about-img:hover{
	transform: scale(1.1);
}
/*responsive for about*/
@media (max-width: 600px){
	.row{
		flex-direction: column;
	}
	.about-img {    
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.about-content {
	
	width:90%;
	height: auto;
	order: 2;
	margin-top: 20px;
}
}

.footer{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #034268;
	margin-bottom: 0px;
	padding: 20px;
	
	
}
.footer a{
	margin-left: 20px;
	color: whitesmoke;
	display: block;
}
.contact-body{
	padding: 2rem;	
}
.contact-body a{
	margin-bottom: 20px;
	
}

.contact-us{
	display: flex;
	justify-content: center;
	align-items: center;
}
/* product page */
.container-pro{
	
	display: flex;
	justify-content: space-between;
	width: 100%;
	
	
}
.sidbar{
	width: 10%;
	height: 200vh;
	display: flex;
	flex-direction: column;
	background-color: rgb(231, 231, 215);
	margin-right: 20px;
	padding: 1rem;
	
}
.sidbar a{
margin-top: 40px;

font-size: 1rem;
color:white;

}
 
.mainbar{
	display: flex;
	flex-direction: column;
	justify-content: center;
	display: flex;
	justify-content: center;
	flex-direction: column;

	width: 90%;

	
	
	
}
.amharic{
	width: 95%;
	padding: 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: rgb(211, 184, 151);
	.

}
.amharic div a{
	margin-top: 40px;
	border: 1px solid rgb(187, 116, 11);
	border-radius: 20px;
	padding: 2px 10px;
	background-color: #FFFFFF;
	color: black;
}
.amharic img{
	width: 200px;
	
border-radius: 20px;
}
@media (max-width: 600px){
	.sidbar{
		display: none;
			
	}
	.mainbar{
		display: flex;
		flex-direction: column;
		justify-content: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
	
		width: 95%;
	
		
		
		
	}
}
@media (max-width: 450px){
	.amharic{
		flex-direction: column;
		justify-content: center;
	align-items: center;
	}
}



