@charset "UTF-8";
/* CSS Document */

.decor{
	
	margin: 15%;
	margin-top: 120px;

}
.decor2{
	
	margin: 10%;
	margin-top: -200px;

}

.zoom-on-hover:hover  .img-fluid{
	
	transform: scale(1.1);
	opacity:0.9;
	transition: 0.9s ease;
}

.item{
	
	overflow: hidden;
	border-radius: 20px;
}

.img-fluid{
	border-radius: 20px;
}

@media (max-width: 992px){
	
	.decor2{
		margin-top: -150px;
	}
	
	
}

@media (max-width: 768px){
	
	.decor2{
		margin-top: -100px;
	}
	
	
}