body {
	overflow-x: hidden;

}
#galary-box {
    width:100%;
    height: 400px;
    position: relative;
	direction: ltr;
}
.place {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.coverflow-container {
	perspective: 1000px;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform-style: preserve-3d;
}

.cover {
	width: 240px;
	height: 350px;
	background: #eee;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	position: absolute;
	will-change: transform;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 10px;
	overflow: hidden;
}

.controls {
	position: absolute;
	bottom: -22px;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.nav_btn {
	background-color: #fff3;
	color: #fffe;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #fffe;
	cursor: pointer;
	font-size: 22px;
}

button:hover {
	background-color: #fff8;
}

button i svg {
	width: 32px;
	height: 32px;
}
