@import url('../../css2');
html {
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	background-color: #2c2c2c;
	font-family: "Noto Sans", sans-serif;
	font-weight: bold;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
} 

#background-video { 
	background-size:cover; 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: center center; 
	width: 100%; 
	height: 100%; 
	object-fit: cover; 
	position: fixed;  
	right: 0; 
	top: 0; 
	bottom: 0; 
	z-index:0} 
            
.navbar{
	max-width: 100% !important;
	height: 51px;
	display: block !important;
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center;
}

.navbar-nav{
	text-align: center !important;
	float: none !important;
}

.navbar-nav>li{
	float: none !important;
	list-style: none !important;
	display: inline-block !important;
}

.navbar-nav>li>a{
	line-height: 20px !important;
}

.navbar-default {
	background-color: transparent!important;
	border:none !important;
	text-align: center;
}

.navbar-default .navbar-nav>li>a{
	color: #ffffff !important;
	font-size: 18px;
	background: -webkit-linear-gradient(90deg, rgb(195 145 53) 20%, rgb(255 255 107) 100%);
	font-weight: bold;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: #ff000000;
}

.navbar-default .navbar-nav>li>a:hover{
	color: #595959 !important;
}
.footer{
	background: url('../img/footer.png');
	height: 367px;
}

.logo{
	margin: 0 auto;
}

.icerik{
	background: #0b0708;
}
img{
	max-width: 100%;
}
hr{
	width: 50%;
	height: 1px !important;
	border-top: 1px solid #c09437 !important;
}

.ml-auto, .mx-auto{
	margin-left: auto!important;
}

.mr-auto, .mx-auto {
	margin-right: auto!important;
}

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

.nav-pills>li{
	display: block;
	margin-right: auto !important;
	margin-left: auto !important;
}

.nav-pills>li.active>a, .nav-pills>li>a:hover, .nav-pills>li>a:focus, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	background: linear-gradient(to top, rgb(66 4 4), rgb(175 16 16));
	color: #08aee0 !important;
	border: 1px solid #ffd472;
	background-color:transparent !important;
}

.nav-pills{
	display: block!important;
	margin-right: auto !important;
	margin-left: auto !important;
}

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

.discordpc {
	left:2.5%;
	position:fixed;
	bottom:5%;
	z-index:99;
	transition: 500ms;
}
.discordpc:hover {
	filter: brightness(1.3);
	transition: 500ms;
	text-decoration:none;
	transform: scale(1.1);
	}

.sag_menu_container {
    z-index: 999;
    width: 217px;
    position: fixed;
    right: 5%;
    top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu_ust {
    width: 217px;
    height: 105px;
    background: url("../img/menu_bas.png") no-repeat center bottom;
    background-size: 100% 100%;
	border-radius: 15px 15px 0px 0px;
}

.menu_orta {
    width: 217px;
    background: url("../img/menu_orta.png") repeat-y center top;
    background-size: 100% auto;
    padding: 0 10px !important;
    box-sizing: border-box;
    z-index: 2;
}

.menu_alt {
    width: 217px;
    height: 110px;
    background: url("../img/menu_son.png") no-repeat center top;
    background-size: 100% 100%;
    margin-top: -7px;
    z-index: 1;
	border-radius: 0 0 15px 15px;
	
}

.menu_orta ul {
    list-style: none;
    margin: -40px 0 -34px 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 1px;
    position: relative;
    z-index: 100;
}

.menu_orta ul li a {
    background: url("../img/menu_arka.png") no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 20px;
	padding: 2px;
    line-height: 15px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    transition: 0.2s;
}

.menu_orta ul li a:hover {
    filter: brightness(1.8);
	transition: 300ms;
}

.sosyalm{
	position: fixed;
	left: 0.5%;
	margin-top: 36%;
	padding: 0px 10px;
}
.sosyalm a:hover {
	filter: brightness(1.3);
	transition: 500ms;
	text-decoration:none;
}
.sol_menu{
	z-index: 9;
	position: fixed;
	left: 2%;
	margin-top: 2%;
}
.sol_menu ul{
	width: 100%;
	list-style: none;
	margin: 0px!important;
	padding: 10px 20px!important;
}
.sol_menu ul li a{
	margin: 0px;
	transition: 500ms;
	display: block;
	text-align: center;
}

.sol_menu .discord{
	background: url(../img/dcbuton.png) no-repeat;
}

.sol_menu ul li a:hover{
	filter: brightness(1.2);
	transition: 500ms;
	text-decoration:none;
}

.mobil_menu{
	background: rgb(0 0 0 / 61%);
	width: 100%;
	max-width: 100%;
	z-index: 9;
	position: fixed;
	bottom: 0px;
}

.mobil_menu ul{
	width: 100%;
	list-style: none;
	margin: 0px!important;
	padding: 10px 20px!important;
}
.mobil_menu ul li a{
	float: left;
	font-size: 22px;
	color: #fdffa4;
	transition: 500ms;
	text-shadow: 1px 1px 1px #141414;
	display: block;
	text-align: center;
	width: 50%;
}

.popup {
    max-width: 90%;
    width: 450px;
	top: 20%;
    position: fixed;
    left: 50%;
    background-color: #fff;
    color: #fff;
	padding: 0px; 
    border: 0px solid #000;
    border-radius: 0px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    animation: popupAnimation 1s forwards;
}
.popup:hover {
	filter: brightness(1.2);
	transition: 10ms;
}
	

@keyframes popupAnimation {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(-50px);
    }
    60% {
		opacity: 1;
		transform: translateX(-50%) translateY(10px);
    }
    100% {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
    }
}

.close-btn {
	position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    font-size: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.anim-frame {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    
    border-left: 8px solid #ffd472;
    border-right: 8px solid #ffd472;
    border-top: none !important;
    border-bottom: none !important;

    animation: sideGlow 2.4s infinite ease-in-out;
}

.anim-frame.container {
    width: fit-content !important;
    max-width: 80%;
    margin: 00px auto !important;
    padding: 0 !important;
    display: block; 
    background: none;
}

@keyframes sideGlow {
    0%   { box-shadow: -3px 0 8px rgba(173, 216, 230, 0.4), 3px 0 8px rgba(173, 216, 230, 0.4); }
    50%  { box-shadow: -15px 0 20px rgba(0, 191, 255, 0.8), 15px 0 20px rgba(0, 191, 255, 0.8); }
    100% { box-shadow: -3px 0 8px rgba(173, 216, 230, 0.4), 3px 0 8px rgba(173, 216, 230, 0.4); }
}

.anim-frame img,
.anim-frame video {
    display: block;
    width: 950px;
    max-width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .anim-frame.container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0px 0px !important;
        padding: 0 !important;
    }

    .anim-frame {
        display: block !important;
        width: 100% !important;
        border-left: none;
        border-right: none;
    }
}
@media (max-width: 1365px) {
    .m-d-n {
        display: none;
        overflow: hidden;
    }
}

@media (min-width: 1366px) {
    .f-d-n {
        display: none;
        overflow: hidden;
    }
}

@media (min-width: 501px) {
    .v-f-d-n {
        display: none;
        overflow: hidden;
    }
	.video {
		position: absolute;
		margin: 190px auto;
		left: 0;
		right: 0;
	}
}

@media (max-width: 500px) {
    .v-m-d-n {
        display: none;
        overflow: hidden;
    }
	.mobilvideo {
		position: absolute;
		margin: 121px auto;
		left: 0;
		right: 0;
	}
}

html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

@keyframes buton-nabiz {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

.buton-kapsayici {
    position: relative;
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
    display: block !important;
    line-height: 0;
    padding: 0;
}

.buton-kapsayici img {
    display: block;
    width: 100%;
    height: auto;
}

.ozel-buton-resmi {
    position: absolute;
    bottom: 6.7%;
    right: 5.11%;
    width: 29.8%;
    
    z-index: 10;
    transition: transform 0.2s ease-in-out, filter 0.2s;
	animation: buton-nabiz 2s infinite ease-in-out;
    display: block;
    transform-origin: center;
}

.ozel-buton-resmi:hover {
    filter: brightness(1.3);
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .buton-kapsayici {
        width: 100% !important;
    }
}

.video-layout-special {
    position: relative;
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
    line-height: 0;
}

.video-grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vid-slot {
    position: absolute;
    width: 34.50%;
    height: 600px;
}

.vid-slot iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    border: none;
}

.slot-1 { top: 16.5%; left: 5.6%; }
.slot-2 { top: 16.5%; left: 59.5%; }

.slot-3 { top: 66.5%; left: 9.2%; }
.slot-4 { top: 66.5%; left: 57.8%; }

.video-layout-8{
  position: relative;
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 0;
}

.video-layout-8 > img{
  display:block;
  width:100%;
  height:auto;
}

.video-layout-8 .video-grid-overlay{
  position:absolute;
  inset:0;
}

.video-layout-8 .vid-slot{
  position:absolute;
  overflow:hidden;
}

.video-layout-8 .vid-slot iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}

.video-layout-8 .slot-1{ left:5.60%;  top:19.95%; width:34.7%; height:12.30%; }
.video-layout-8 .slot-2{ left:59.55%; top:19.95%; width:34.7%; height:12.30%; }

.video-layout-8 .slot-3{ left:5.60%;  top:44.90%; width:34.7%; height:12.30%; }
.video-layout-8 .slot-4{ left:59.55%; top:44.90%; width:34.7%; height:12.30%; }

.video-layout-8 .slot-5{ left:32.50%;  top:70.15%; width:34.7%; height:12.30%; }

.video-layout-8 .slot-6{ left:59.55%; top:55.95%; width:34.7%; height:12.30%; }

.video-layout-8 .slot-7{ left:5.60%;  top:75.9%; width:34.7%; height:12.30%; }
.video-layout-8 .slot-8{ left:59.55%; top:75.9%; width:34.7%; height:12.30%; }

.video-layout-8 .slot-1,
.video-layout-8 .slot-2,
.video-layout-8 .slot-3,
.video-layout-8 .slot-4,
.video-layout-8 .slot-5,
.video-layout-8 .slot-6,
.video-layout-8 .slot-7,
.video-layout-8 .slot-8{
  height: 15.8% !important;
}

.video-layout-8 .vid-slot {
  border: 2px solid rgba(255, 220, 150, 0.8);
  box-shadow: 0 0 25px rgba(255, 240, 200, 0.6),
              0 0 45px rgba(255, 245, 220, 0.4),
              inset 0 0 20px rgba(255, 250, 230, 0.4);
  transition: all 0.3s ease;
}

.video-layout-8 .vid-slot:hover {
  border-color: rgba(255, 245, 200, 0.9);
  box-shadow: 0 0 35px rgba(255, 240, 200, 0.8),
              0 0 65px rgba(255, 250, 230, 0.6),
              inset 0 0 30px rgba(255, 255, 245, 0.5);
}

.video-layout-8 .slot-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}


.video-layout-8 .vid-slot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}

.video-layout-8 .vid-slot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 5px;
  z-index: 11;
  cursor: pointer;
}

.video-layout-8 .vid-slot.playing::before,
.video-layout-8 .vid-slot.playing::after {
  display: none;
}

video.img-responsive {
    /* outline: 1px solid white !important; */
    /* outline-offset: -1px !important; */
    /* background-color: white !important; */
}

@media (max-width: 768px) {
    .video-layout-special {
        width: 100% !important;
    }
}