/* lastik animasyon */
.bg img {
	animation: mymove 5s linear infinite;
}

@keyframes mymove{
	100%{
		transform: rotate(360deg);
	}

}
/* lastik animasyon */

.container-x {
	max-width: 1200px;
	margin: auto;
	margin-top: 50px;
	background: #f2f2f2;
	overflow: auto;
}

.anasayfa img {
	margin: auto;
	padding: auto;
	width: 100%;
	height: 100%;
}

.baslik {
	text-align: center;
	margin-top: 10px;
	font-size: 30px;
}

.gallery {
	margin: 5px;
	border: 1px solid #ccc;
	float: left;
	width: 390px;
}

.gallery img {
	width: 100%;
	height: auto;
	display: flex;
	width: 100%;
}

.desc {
	padding: 15px;
	text-align: center;
	font-size: 22px;
}

/* footer */

.footer-lastik {
	font-size: 24px;
}

footer {
	background: #101010;
	padding: 86px 0;
	margin-top: 2cm;
}
.single-content {
	text-align: center;
	padding: 115px 0;
}
.single-box p {
	color: #fff;
	line-height: 1.9;
}
.single-box h3 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.single-box .card-area i {
	color: #ffffff;
	font-size: 20px;
	margin-right: 10px;
}
.single-box ul {
	list-style: none;
	padding: 0;
}
.single-box ul li a {
	text-decoration: none;
	color: #fff;
	line-height: 2.5;
	font-weight: 100;
}
.single-box h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
#basic-addon2 {
	background: #fe1e4f;
	color: #fff;
}
.socials i {
	font-size: 18px;
	margin-right: 15px;
}

.social {
	background-color: #101010;
	color: white;
}
@media (max-width: 767px) {
	.single-box {
		margin-bottom: 50px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.single-box {
		margin-bottom: 50px;
	}
}
