

@media screen and (max-width:1290px){
	.menu-item{
		display:none ;
	}
	.menu-icon i{
		display: inline-block;
	}
	/*-------div-box strat--------*/


.box{
	width: 100%;
	height:auto;
	background:#eadef2;
}
.box-row {
	padding:150px 50px 100px 50px;
	
}
.box-row div h3{
	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:350px;
	height:300px;
	object-fit: cover;
	margin-top: 60px;

	
}


/*-------div-box end--------*/
/*-------div-aa bb cc strat--------*/


.sp{
	color:#9861c9;
}

.bb{
	width: 100%;
	height:auto;
	background:#f6f3fc ;
}
.bb-row{
	padding: 50px 30px 100px 30px;
}
.bb-row div img{
	width: 350px;
	height: 300px;
	object-fit: cover;
	margin-top:80px;
}
.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-size: 15px;
	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:auto;
	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 70px 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:auto;
	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: 200px;
	height: 400px;
	background: white;
	text-align: center;
	margin:10px;
}

.ah div img {
	width: 90px;
	height:90px;
	object-fit: covers;
	border-radius: 50%;
	margin-top: 70px;
	

}

.ah div h2{
	text-align: center;
	font-size: 30px;
	font-family: poppins;
	margin-top:10px;
	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:auto;
	background:#eadef2;
}
.www h1{
	text-align: center;
	font-family: poppins;
	padding-top: 40px;
}
.www-row{
	padding: 40px 20px 80px 20px;
}
.www-row div h2{
	padding-top:60px;
	font-weight: bold;
	font-size: 50px;
	font-family: poppins;
}

.www-row div p{
	
	font-family: poppins;
}

/*-------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--------*/
}
@media screen and (max-width:900px){
/*-------div-box strat--------*/


.box{
	width: 100%;
	height:auto;
	background:#eadef2;
}
.box-row {
	padding:150px 50px 100px 50px;
	
}
.box-row div h3{
	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:350px;
	height:300px;
	object-fit: cover;
	margin-top: 60px;

	
}


/*-------div-box end--------*/
/*-------div-aa bb cc strat--------*/


.sp{
	color:#9861c9;
}

.bb{
	width: 100%;
	height:auto;
	background:#f6f3fc ;
}
.bb-row{
	padding: 50px 30px 100px 30px;
}
.bb-row div img{
	width: 350px;
	height: 300px;
	object-fit: cover;
	margin-top:80px;
}
.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-size: 15px;
	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:auto;
	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 70px 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:auto;
	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:auto;
	background:#eadef2;
}
.www h1{
	text-align: center;
	font-family: poppins;
	padding-top: 40px;
}
.www-row{
	padding: 40px 20px 80px 20px;
}
.www-row div h2{
	padding-top:60px;
	font-weight: bold;
	font-size: 50px;
	font-family: poppins;
}

.www-row div p{
	
	font-family: poppins;
}

/*-------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--------*/
}
@media screen and (max-width:770px){
.box{
	width: 100%;
	height:auto;
	background:#eadef2;
}
.box-row {
	padding:50px 0px 0px 0px;
	
}
.box-row div{
	text-align: center;
}
.box-row div h3{
	
	font-size:15px;
	 font-family: Poppins;
	 font-weight: bold;
}

.box-row div h1::after{
	content: 'Ahona';
	color:#9861c9;
	font-family: Poppins;
}

.box-row div h1{
	font-size: 20px;
	font-family: Poppins;
	font-weight: bold;
}
.box-row div h2{
	font-size: 20px;
	font-family: Poppins;
	font-weight: bold;
}
.box-row div p{
	font-size:14px;
	padding-top: 5px;
	font-family: Poppins;
}
.box-row div button{
	border: none;
	padding: 5px 15px 5px 15px;
	border-radius: 10px 0px 10px 0px;
	border-color:#9861c9;
	background: #9861c9;
	color:white;
	margin-top: 5px;
	font-family: Poppins;
	transition: 1s;
}
 
.box-row div button:hover{
	transform: scale(1.1);
	background:white;
	color: #9861c9;
}
.box-row div img{
	width:250px;
	height:200px;
	object-fit: cover;

	
}


/*-------div-box end--------*/
/*-------div-aa bb cc strat--------*/


.sp{
	color:#9861c9;
}

.bb{
	width: 100%;
	height:auto;
	background:#f6f3fc ;
}
.bb-row{
	padding:90px 0px 0px 0px;
}
.bb-row div{
	text-align: center;
}
.bb-row div img{
	width:250px;
	height:200px;
	object-fit: cover;
}
.bb-row div h3{
    padding-top:10px;
     font-family: Poppins;
     font-weight: bold;
}
.bb-row div h1{
     font-family: Poppins;
     font-weight: bold;
}

.bb-row div p{
	font-size: 14px;
	font-family: Poppins;
}

.bb-row div button{
	border: none;
	padding: 5px 15px 5px 15px;
	border-radius: 10px 0px 10px 0px;
	border-color:#9861c9;
	background: #9861c9;
	color:white;
	margin-bottom: 20px;
	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:50px;
	font-size: 35px;

}
.abccc{
	width: 100%;
	height: auto;
	background:#eadef2 ;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 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:auto;
	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: 10px 0px 0px 0px;
}
.mno-row div{
	text-align: center;
}
.mno-row div h2{
	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;
	font-family: Poppins;
	transition: 1s;
	
}
.mno-row div button:hover{
	transform: scale(1.1);
	background:white;
	color: #9861c9;
}

/*-------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:auto;
	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:auto;
	background:#eadef2;
}
.www h1{
	text-align: center;
	font-family: poppins;
	padding-top: 40px;
}
.www-row{
	padding:0px 0px 0px 0px;
}
.www-row div{
	text-align: center;
}
.www-row div h2{
	font-weight: bold;
	font-size: 30px;
	font-family: poppins;
}

.www-row div p{
	
	font-family: poppins;
}

/*-------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--------*/

}
}

@media screen and (max-width:600px){
	/*-------div-box strat--------*/


.box{
	width: 100%;
	height:auto;
	background:#eadef2;
}
.box-row {
	padding:50px 0px 0px 0px;
	
}
.box-row div{
	text-align: center;
}
.box-row div h3{
	
	font-size:15px;
	 font-family: Poppins;
	 font-weight: bold;
}

.box-row div h1::after{
	content: 'Ahona';
	color:#9861c9;
	font-family: Poppins;
}

.box-row div h1{
	font-size: 20px;
	font-family: Poppins;
	font-weight: bold;
}
.box-row div h2{
	font-size: 20px;
	font-family: Poppins;
	font-weight: bold;
}
.box-row div p{
	font-size:14px;
	padding-top: 5px;
	font-family: Poppins;
}
.box-row div button{
	border: none;
	padding: 5px 15px 5px 15px;
	border-radius: 10px 0px 10px 0px;
	border-color:#9861c9;
	background: #9861c9;
	color:white;
	margin-top: 5px;
	font-family: Poppins;
	transition: 1s;
}
 
.box-row div button:hover{
	transform: scale(1.1);
	background:white;
	color: #9861c9;
}
.box-row div img{
	width:250px;
	height:200px;
	object-fit: cover;

	
}


/*-------div-box end--------*/
/*-------div-aa bb cc strat--------*/


.sp{
	color:#9861c9;
}

.bb{
	width: 100%;
	height:auto;
	background:#f6f3fc ;
}
.bb-row{
	padding:90px 0px 0px 0px;
}
.bb-row div{
	text-align: center;
}
.bb-row div img{
	width:250px;
	height:200px;
	object-fit: cover;
}
.bb-row div h3{
    padding-top:10px;
     font-family: Poppins;
     font-weight: bold;
}
.bb-row div h1{
     font-family: Poppins;
     font-weight: bold;
}

.bb-row div p{
	font-size: 14px;
	font-family: Poppins;
}

.bb-row div button{
	border: none;
	padding: 5px 15px 5px 15px;
	border-radius: 10px 0px 10px 0px;
	border-color:#9861c9;
	background: #9861c9;
	color:white;
	margin-bottom: 20px;
	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:50px;
	font-size: 35px;

}
.abccc{
	width: 100%;
	height: auto;
	background:#eadef2 ;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 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:auto;
	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: 10px 0px 0px 0px;
}
.mno-row div{
	text-align: center;
}
.mno-row div h2{
	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;
	font-family: Poppins;
	transition: 1s;
	
}
.mno-row div button:hover{
	transform: scale(1.1);
	background:white;
	color: #9861c9;
}

/*-------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:auto;
	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:auto;
	background:#eadef2;
}
.www h1{
	text-align: center;
	font-family: poppins;
	padding-top: 40px;
}
.www-row{
	padding:0px 0px 0px 0px;
}
.www-row div{
	text-align: center;
}
.www-row div h2{
	font-weight: bold;
	font-size: 30px;
	font-family: poppins;
}

.www-row div p{
	
	font-family: poppins;
}




/*-------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--------*/

}