
html {
	scroll-behavior: smooth;
}

body{
	max-width: 100%;
	width: 100%;
	height: 100%;
}
section {
	position:absolute
}
	
.logo{
	margin: 0 auto;
	margin-top: 30px;
	display:block;
}

img{
	max-width: 100%;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.discord-widget {
	transition-property: right;
	transition-duration: 2s;
	-webkit-transition-property: right; /* Safari */
	-webkit-transition-duration: 2s; /* Safari */
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 99999999;
}

.aciklama{
	background: url(../img/aciklama.png);
	max-width: 100%;
	width: 100%;
	padding: 5px;
	margin-top: 10px;
	border-radius: 20px;
	border: 2px solid #ffc728;
	box-shadow: inset 0px 0px 5px 7px rgb(0 0 0 / 36%);
	margin-bottom: 1%;
	text-align: center;
}

.aciklama p{
	margin: 0px !important;
	font-size: 16px;
	color: #0c0c0c;
	text-shadow: 0px 1px 2px #b3deff;
}

#discord4{opacity:.65;right:-200px;width:370px;position:fixed;bottom:50px;z-index:99;}
#discord4:hover{opacity:1; right: -20px;}

img:hover {
	filter: brightness(120%);
}

.header-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}