.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:63px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}

/*=============================================
ALEM
=============================================*/

.banner {
	background-color: black;
	font-family: "Kenyan Coffe";
}

.banner .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.banner p {
	color: #7aff00;
	font-size: 80px;
}

.banner a {
	background-color: white;
	color: black;
	font-size: 60px;
	padding: 0px 80px;
	border-radius: 10px;
	transition: transform 400ms ease;
}

.banner a:hover {
	color: black;
	transform: scale(1.06);
}

.swiper {
	width: 100%;
	padding-top: 50px !important;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 700px !important;
}

.swiper-slide img {
	display: block;
	width: 100%;
}

.swiper-slide-2 img {
	max-height: min(80vh, 1000px);
	max-width: 100%;
	width: auto !important;
	position: relative;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
}