@media (max-width: 768px)
{
	.img-center
	{
		max-width:100% !important;
		min-width:100% !important;
	}
}

font{
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Ubuntu', sans-serif;
}

body{
	background-color:black;
	margin:auto;
	padding:aut;	
}

.img-center{
	margin:auto;
	margin-top:130px;
	margin-bottom:80px;
}


.logobox1{
	width:380px;
	height:200px;
	background-color: white;
	border-radius:15px;
	padding:20px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

.logobox1:hover{
	background-color:rgba(228, 228, 228, 0.993);
    filter:alpha(opacity=0,5);
}

.yazi{
	color:white;
	font-family: 'Gill Sans','Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	text-align: center;
	padding-top:100px;
	padding-bottom:40px;
	cursor:pointer;
}

.yazi:hover{
	color: aqua;
}

.videobayar{
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

video{
	max-width:700px !important;
	margin-left:auto;
	margin-right:auto;
	margin-top: 200px !important;
}