@charset "utf-8";
@media screen and (max-width: 600px){
	.nicoologo{
		margin: auto;
		padding-top: 100px;
		max-width: 100px;
		max-height: auto;
		
	}
	.nicoologo img{
		max-width: 100px;
		margin: auto;
	}
	.nicoologo p{
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.nicoo{
	text-align: center;
	padding-top: 180px;
	font-size: 17px;
}
	      nav a {
            color: silver;
            text-decoration: none;
            font-size: 15px;
            display: block;
           
        }
		.footp{
		font-size: 12px;
	}
	.aks{
		
		width: 70%;
		max-width: 150px;
		margin: auto;
	}
	.aks img{
		width: 100%;
		max-width: 150px;
		margin: auto;
	}
	.whole{
		flex-direction: column;
		justify-content: center;
	}
	.matn{
	margin: auto;
	width: 80%;
		max-width: 250px;
	text-align: center;
	margin-top: 130px;
	font-size: 17px;
	
}
	.aboutus h1{
	color: #D1D1D1;
	text-align: center;
	padding-top: 90px;
	font-size: 18px;
	font-weight: bold;
}
	.aboutus{

	background-image: url("images/installation.webp");
	background-size: 100% 120%;
	height: 300px;
		width: 100%;
		max-width: 100%;
}
}
@media screen and (min-width: 601px){
	.nicoologo{
	float: right;
		margin-right: 40px;
		margin-top: 0;
		width: 300px;
		height: auto;
		
	}
	.nicoologo img{
		width: 220px;
		height: auto;
		margin: 0 auto;
		padding-top: 0;
	}
	.nicoologo p{
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		margin-top: 0;
		padding-top: 0;
	}
	.whole{
	display: flex;
	justify-content: center;
}
	.aboutus{

	background-image: url("images/installation.webp");
	background-size: 100% 120%;
	height: 300px;
}
	.aboutus h1{
	color: #D1D1D1;
	text-align: right;
	padding-top: 90px;
	padding-right: 60px;
	font-size: 40px;
	 
}
	.matn{
	float: left;
	width: 625px;
	text-align: center;
	margin-top: 130px;
	font-size: 22px;
	
}
	.aks{
	margin-top: 58px;
}
	.aks img{
		width: 350px;
		height: 350px;
	}
		.nicoo{
	text-align: right;
	padding-right:70px; 
	padding-top: 130px;
	font-size: 25px;
}
	        nav a {
            color: silver;
            text-decoration: none;
            font-size: 17px;
            display: block;
            padding: 10px;
        }
}
*{
	
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
header{
	margin: 0;
	padding: 0;
	background: linear-gradient(to bottom,#02173d,#2a3b57,#515f75);
	width: 100%;
	height: 260px;
	color: silver;
	text-align: center;
	position: relative;
	
}
nav {
	 	position: absolute;
			text-align: start;
	        top: 10px;
	       left: 10px;
			
           
		
        }
        nav ul {
            list-style: none;
            padding: 0;
            margin: 0;
		
        }

        nav li {
            display: inline-block;
            position: relative;
            margin-right: 10px;
		
        }

    

        nav ul ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 50%;
			transform: translateX(-50%);
            
        }
li a:hover{
	
	border-radius: 10px;
}

        nav ul ul li {
			
			
			align-content: center;
			border: 1px solid #434a54;
			margin-right: 0;
            display: block;
			border-radius: 7px;
			width: 130px;
			margin: 3px;
			background-color: #FFFFFF;
			text-align: center;
			

        }
nav ul ul li a{
	color: #434a54;
}

        nav li:hover > ul {
            display: block;
			border-radius: 7px;
			
			align-self: flex-end;
			z-index: 2;
        }





footer{
	position: relative;
	background: linear-gradient(to top,#02173d,#2a3b57,#515f75);
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	clear: both;

}
.footp{
	text-align: left;
	
	color: white;
padding-top: 110px;
}
.majazi{
	position: absolute;
	display: inline-block;
	right: 0px;
	padding-right: 10px;
	top: 0;
	padding-top: 10px;
	

}