*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: sans-serif;
}
body,html{
	background:#f7f7f7;
	overflow-x: hidden;
}
section {
	
	width: 80%;
	margin: 80px auto;
	
	
}
.ctn{
	padding:8px 15px ;
	background:#fb036b ;
	border-radius:30px ;
	color:whitesmoke ;
		margin: 20px auto;
		
		
}
.title{
	text-align: center;
	font-size: 4vmin;
	color: #49497e;
}
.row{
	display: block;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	background: #f7f7f7;
}
.row-sub{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	background: #f7f7f7;
	margin-top: 5%;
}
.row .col{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.row-sub .col-sub {
	display: flex;
	margin-left: 5%;
	
	
}
.row .col-sub-col {
	margin-left: 5%;
	margin-top: 10%;
	
}

.row-sub .col-sub img{
	width: 30%;
	height: 50px;
	

	
}



.row .col img{
	width: 80%;
	
}

	
	
.events .row{
	margin-top: 50px;

}
h4{
	font-size: 3vmin;
	color: #484872;
	margin:20px auto;

}
p{
	color: #7c7c7c;
	padding: 0px 40px;
}
.events .ctn{
	margin-top: 30px;

}
.text{
	background: ;
	padding:20px ;
	text-align:center ;
	margin-top: 20%;


}
.text p{
	color: black;}
	.designer{
		opacity: 0.7;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 400;
		margin: 0px 5px;

	}
@media(max-width:991px){
	.row{
		flex-direction: column;
		align-items: center;
	}
}
@media(max-width:400px){
	.row{
		flex-direction: column;
		align-items: center;
	}

}
img{
	transition: .3s ease;
}
img:hover{
	transform: scale(1.1);
}
.ctn:hover{
background: whitesmoke;
color: #fc036b;
box-shadow: 2px 2px 5px black;
}
li:{
	color: #fc036b;
	cursor: pointer;
}