*{
	padding: 0;
	margin: 0;
}
/*-----menu section start-----*/
.container-menu{
	width: 100%;
	height: 90px;
	background: white;
	box-shadow:0px 0px 10px rgba(0, 0, 0, .4) ;
	position: fixed;
	top: 0;
	z-index: 66;
}

 .logo{
     width: 30%;
     height: 100%;
     float: left;
 }
     
.logo h1{
	line-height: 90px;
	color:;
	margin-left: 80px;
}



.menu-item{
	width: 60%;
	height: 100%;
	float: left;

}

.menu-item ul li{
	list-style: none;
	float: left;
	line-height: 90px;
	width: 110px;
	font-size: 22px;
	text-align: center;

}


.menu-item ul li a{
	text-decoration: none;
	color:black;
	font-family: Poppins;
}
.menu-item ul li:hover >a{
     color:#9861c9;


}

.menu-item ul li ul li {
	width: 160px;
	background:whitesmoke;
	display: none;
	height: 80px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
}
.menu-item ul li:hover ul li{
	display:inline-block;
}

.menu-item ul li ul li a{
	color: black;
}



.menu-icon{
	width: 10%;
	height: 100%;
	float: right;
}
.menu-icon i{
	font-size: 25px;
	margin-left: 10px;
	line-height: 80px;
	display:none ;
}

/*-----menu section end-----*/


/*------mobile-menu strat------*/

.responsive-item{
	width: 100%;
	height:auto;
	box-shadow:10px 0px 0px rgba(0, 0, 0,.4);
	background: whitesmoke;
	margin-top: 90px;
	position: fixed;

}

.responsive-item ul li{
	list-style: none;
	line-height: 90px;
	font-size: 22px;
	border-top: 1px solid grey;

}

.responsive-item ul li a{
	text-decoration: none;
	color: black;
	padding-left: 40px;
}


.responsive-item ul li ul li a{
	padding-left: 80px;
	color: black;
}
.responsive-item ul li i{
	float: right;
	line-height:90px ;
	padding: 0px 60px;
	border-left: 1px solid grey;
}

/*------mobile-menu end------*/
/*-------div-box strat--------*/


.box{
	width: 100%;
	height:700px;
	background:#eadef2;
}
.box-row {
	padding:150px 100px 0px 130px;
	
}
.box-row div h3{
	padding-top:80px;
	font-size: 25px;
	 font-family: Poppins;
	 font-weight: bold;
}

.box-row div h1::after{
	content: 'Ahona';
	color:#9861c9;
	font-family: Poppins;
}

.box-row div h1{
	font-family: Poppins;
	font-weight: bold;
}
.box-row div h2{
	font-family: Poppins;
	font-weight: bold;
}
.box-row div p{
	padding-top: 10px;
	font-family: Poppins;
}
.box-row div button{
	border: none;
	padding: 10px 20px 10px 20px;
	border-radius: 10px 0px 10px 0px;
	border-color:#9861c9;
	background: #9861c9;
	color:white;
	margin-top: 10px;
	font-family: Poppins;
	transition: 1s;
}
 
.box-row div button:hover{
	transform: scale(1.1);
	background:white;
	color: #9861c9;
}
.box-row div img{
	width:550px;
	height:500px;
	object-fit: cover;

	
}


/*-------div-box end--------*/
/*-------div-aa bb cc strat--------*/


.sp{
	color:#9861c9;
}

.bb{
	width: 100%;
	height: 700px;
	background:#f6f3fc ;
}
.bb-row{
	padding: 130px 100px 0px 100px;
}
.bb-row div img{
	display: inline-block;
}
.bb-row div h3{
    padding-top: 70px;
     font-family: Poppins;
     font-weight: bold;
}
.bb-row div h1{
     font-family: Poppins;
     font-weight: bold;
}

.bb-row div p{
	font-family: Poppins;
}

.bb-row div button{
	border: none;
	padding: 10px 20px 10px 20px;
	border-radius: 10px 0px 10px 0px;
	border-color:#9861c9;
	background: #9861c9;
	color:white;
	margin-top:5px;
	font-family: Poppins;
	transition: 1s;
}
.bb-row div button:hover{
transform: scale(1.1);
	background:white;
	color: #9861c9;
}
/*-------div-aa bb cc end--------*/
/*-------div-abc strat--------*/
.abc{ 
	font-family: poppins;
	font-weight: bold;
	height: 100px;
	text-align: center;
	background:#eadef2 ;
	padding-top: 30px;
	font-size: 35px;

}
.abccc{
	width: 100%;
	height: auto;
	background:#eadef2 ;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 40px 0px 100px 0px ;
}

.abccc div{
	width: 400px;
	height: 300px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .6);
	margin: 10px;
	border-radius: 25px 0px 25px 0px;
	background:#f6f3fc;
}

.abccc div i{
	font-size: 50px;
	padding-left: 175px;
	padding-top: 35px;
	color: #9861c9 ;
}

.abccc div h1{
	text-align: center;
	font-family: poppins;
	padding-top: 10px;
	font-size: 30px;
}

.abccc div p{
	text-align: center;
	font-family: poppins;
}

.abccc div button{
	border: none;
	padding: 7px 10px 7px 10px;
	border-radius: 10px 0px 10px 0px;
	background: #9861c9;
	color: white;
	margin-left: 143px;
	font-family: Poppins;

}
/*-------div-abc end--------*/
/*-------div-mm nn oo strat--------*/

.mmo{
	width: 100%;
	height: 600px;
	background:#f6f3fc;
}
.mmo h1{
	text-align: center;
	padding-top: 75px;
	font-family: poppins;
}

.mmo h6{
	text-align: center;
	font-family: poppins;
	font-size: 20px;
}

.mno-row{
	padding: 50px 70px 0px 70px;
}
.mno-row div h2{
	padding-top:50px;
	font-weight: bold;
font-family: poppins;
}
.mno-row div p{
font-family: poppins;
}
.mno-row div button{
	border: none;
	padding: 10px 20px 10px 20px;
	border-radius: 10px 0px 10px 0px;
	border-color:#9861c9;
	background: #9861c9;
	color:white;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Poppins;
	transition: 1s;
	
}
.mno-row div button:hover{
	transform: scale(1.1);
	background:white;
	color: #9861c9;
}
/* Make sure that padding behaves as expected */
* {box-sizing:border-box}

/* Container for skill bars */
.container {
  width: 100%; /* Full width */
  background-color:white; /* Grey background */
}

.skills {
  text-align: right; /* Right-align text */
  padding-top: 10px; /* Add top padding */
  padding-bottom: 10px; /* Add bottom padding */
  color: white; /* White text color */
}

.html {width: 90%; background-color: #9861c9;} /* Green */
.css {width: 80%; background-color:#9861c9;} /* Blue */
.js {width: 65%; background-color: #9861c9;} /* Red */
.php {width: 60%; background-color: #9861c9;margin-bottom: 50px;} /* Dark Grey */
/*-------div-mm nn oo end--------*/	
/*-------div-xyz strat--------*/	
.xyzz{ 
	font-family: poppins;
	font-weight: bold;
	height: 100px;
	text-align: center;
	background:#eadef2 ;
	padding-top: 30px;
	font-size: 35px;

}
.xyz{
	width: 100%;
	height: auto;
	background:#eadef2 ;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 40px 0px 100px 0px ;
}


.xyz div{
	width: 300px;
	height: 500px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .6);
	margin: 10px;
	background: white;
	overflow: hidden;
	transition: 1s;

}


.xyz div img{
	width: 100%;
	height: auto;
	transition: 1s;

}
.xyz div:hover img{
         transform: translateY(-45%);
}
.xyz div:nth-child(2):hover img{
         transform: translateY(-46%);
}
.xyz div:nth-child(3):hover img{
         transform: translateY(-45%);
}
.xyz div:nth-child(4):hover img{
         transform: translateY(-54%);
}
.xyz div:nth-child(5):hover img{
         transform: translateY(-48%);
}
.xyz div:nth-child(6):hover img{
         transform: translateY(-4%);
}
.xyz div:nth-child(7):hover img{
         transform: translateY(-48%);
}
.xyz div:nth-child(8):hover img{
         transform: translateY(-45%);
}
/*-------div-xyz end--------*/	

/*-------div-ah strat--------*/	


.ah{
	width: 100%;
	height: 650px;
	background:#f6f3fc;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 40px 0px 100px 0px ;
}

.ahhh{ 
	font-family: poppins;
	font-weight: bold;
	height: 100px;
	text-align: center;
	background:#f6f3fc ;
	padding-top: 30px;
	font-size: 35px;

}

.ah div{
	width: 300px;
	height: 500px;
	background: white;
	text-align: center;
	margin:10px;
}

.ah div img {
	width: 150px;
	height: 150px;
	object-fit: covers;
	border-radius: 50%;
	margin-top: 70px;
	

}

.ah div h2{
	text-align: center;
	font-size: 30px;
	font-family: poppins;
	margin-top: 20px;
	border:;

}

.ah div h3{
	text-align: center;
	font-size: 20px;
	font-family: poppins;
	padding-top:-10px;
}
.ah div p{
	text-align: center;
	font-size: 15px;
	font-family: poppins;
	padding-top:-20px;
}
.ah div i{
	font-size: 25px;
	color: #9861c9;

}
/*-------div-ah end--------*/
/*-------div-ahona strat--------*/
.www{
	width: 100%;
	height: 600px;
	background:#eadef2;
}
.www h1{
	text-align: center;
	font-family: poppins;
	padding-top: 40px;
}
.www-row{
	padding: 40px 80px 0px 80px;
}
.www-row div h2{
	padding-top: 70px;
	font-weight: bold;
	font-size: 50px;
	font-family: poppins;
}

.www-row div p{
	
	font-family: poppins;
}


.www-row div button{
	padding: 10px 20px 10px 20px;
	background:  #9861c9;
	color: white;
	border-radius: 10px 0px 10px 0px;
	font-size: 19px;
	box-shadow: 5px 5px 10px white;
	border:none;

}



.www-row div button:hover{
	background: #9861c9;
	color: black;
}
/*-------div-ahona end--------*/
/*-------div-mlo strat--------*/
.mlo{
	width: 100%;
	height: 200px;
	background:#f6f3fc;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: ;
	padding-top: 40px;
}
.mlo i{
	color:#9861c9 ;
	font-size: 50px;
	margin-top: -100px;
	padding-left: 40px;
}
.mlo p{
	text-align: center;
	font-family: poppins;
	font-size: 20px;
	margin-left: -20px;
	padding-top:10px;
}
.bba{
	background:#f6f3fc;
	padding-left: 30px;
	padding-top: 10px;
}
.mlo h6{
	padding-top: -5px;
	text-align: center;
	font-family: poppins;
	font-size: 25px;
 color:#9861c9;

}
/*-------div-mlo end--------*/
