@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: #ffd472 !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: 235px;
    position: fixed;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
}

.menu_ust {
    width: 235px;
    height: 106px;
    background: url("../img/menu_bas.png") no-repeat center bottom;
    background-size: 235px 106px;
    flex: 0 0 106px;
    margin: 0;
}

.menu_orta {
    width: 235px;
    background: url("../img/menu_arka.png") repeat-y center top;
    background-size: 235px 23px;
    padding: 0 !important;
    box-sizing: border-box;
    z-index: 2;
    overflow: visible;
    margin: 0;
}

.menu_alt {
    width: 235px;
    height: 106px;
    background: url("../img/menu_son.png") no-repeat center top;
    background-size: 235px 106px;
    margin-top: 0;
    z-index: 1;
    flex: 0 0 106px;
}

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

.menu_orta ul li a {
    background: url("../img/menu_arka.png") no-repeat center center;
    background-size: 235px 23px;
    display: block;
    width: 235px;
    height: 23px;
	padding: 0;
    line-height: 23px;
    color: #f8fbff;
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 auto;
    text-align: center;
    transition: 0.2s;
    box-sizing: border-box;
    text-shadow:
        0 1px 2px #000,
        0 0 5px rgba(255, 60, 60, 0.95),
        0 0 10px rgba(255, 190, 75, 0.9),
        0 0 16px rgba(255, 40, 40, 0.65);
    white-space: nowrap;
    overflow: visible;
    animation: menu-neon-pulse 2.4s ease-in-out infinite;
}

.menu_orta ul li a:hover,
.menu_orta ul li a:focus,
.menu_orta ul li a:active {
    background-image: url("../img/menu_orta.png");
    color: #fff7c8;
    filter: brightness(1.35);
    outline: none !important;
    box-shadow: none !important;
	transition: 300ms;
}

@keyframes menu-neon-pulse {
    0%, 100% {
        text-shadow:
            0 1px 2px #000,
            0 0 4px rgba(255, 60, 60, 0.85),
            0 0 9px rgba(255, 190, 75, 0.78),
            0 0 14px rgba(255, 40, 40, 0.55);
    }
    50% {
        text-shadow:
            0 1px 2px #000,
            0 0 7px rgba(255, 90, 90, 1),
            0 0 14px rgba(255, 215, 105, 0.95),
            0 0 22px rgba(255, 55, 55, 0.8);
    }
}

.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 #ff1a1a;
    border-right: 8px solid #ff1a1a;
    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 5px rgba(255, 0, 0, 0.35), 3px 0 5px rgba(255, 0, 0, 0.35); }
    50%  { box-shadow: -15px 0 15px rgba(255, 0, 0, 0.75), 15px 0 15px rgba(255, 0, 0, 0.75); }
    100% { box-shadow: -3px 0 5px rgba(255, 0, 0, 0.35), 3px 0 5px rgba(255, 0, 0, 0.35); }
}

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

.anim-frame .char-section video {
    width: 100% !important;
    max-width: 100% !important;
}


@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, 40, 40, 0.8);
  box-shadow: 0 0 25px rgba(255, 0, 0, 0.6),
              0 0 45px rgba(180, 0, 0, 0.45),
              inset 0 0 20px rgba(255, 70, 70, 0.35);
  transition: all 0.3s ease;
}

.video-layout-8 .vid-slot:hover {
  border-color: rgba(255, 70, 70, 0.9);
  box-shadow: 0 0 35px rgba(255, 0, 0, 0.8),
              0 0 65px rgba(180, 0, 0, 0.6),
              inset 0 0 30px rgba(255, 80, 80, 0.45);
}

.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: none !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

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

@media (max-width: 1365px) {
    .sag_menu_container,
    .sag_menu_container.m-d-n {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
}

@media (min-width: 1366px) {
    .sag_menu_container {
        display: flex !important;
    }
}

/* Sol menu fav image sizes and click outline fix */
.sol_menu a,
.sol_menu a:hover,
.sol_menu a:focus,
.sol_menu a:active {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent;
}

.sol_menu a:focus-visible {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.sol_menu a,
.sol_menu img {
    line-height: 0;
}

.sol_menu img {
    display: block;
    max-width: none !important;
    height: auto;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    user-select: none;
    -webkit-user-drag: none;
}

.sol_menu img[src$="fav/01.png"] {
    width: 331px;
    height: 138px;
}

.sol_menu img[src$="fav/02.png"],
.sol_menu img[src$="fav/03.png"],
.sol_menu img[src$="fav/05.png"] {
    width: 331px;
    height: 68px;
}

.sol_menu img[src$="fav/06.png"],
.sol_menu img[src$="fav/08.png"] {
    width: 129px;
    height: 147px;
}

.sol_menu img[src$="fav/07.png"] {
    width: 77px;
    height: 147px;
}

/* ===== Oyuna Başlangıç / Karakter Carousel ===== */
.char-section {
    position: relative;
    width: 950px !important;
    max-width: 100% !important;
    margin: 0 auto;
    line-height: 0;
    overflow: hidden;
}

.char-section .char-bg {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    pointer-events: none;
    user-select: none;
    position: relative;
    z-index: 1;
}

.char-main-container {
    position: absolute;
    inset: 0;
    z-index: 15;
}

.char-carousel-container {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 82%;
    z-index: 15;
    overflow: visible;
}

.char-carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.char-character-card {
    position: absolute;
    width: 430px !important;
    max-width: 46% !important;
    height: auto;
    cursor: pointer;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, left 0.5s ease-in-out, top 0.5s ease-in-out;
    background: transparent;
    will-change: transform, opacity;
}

.char-character-card video,
.char-character-card img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 640px !important;
    object-fit: contain;
    pointer-events: none;
    background: transparent;
    mix-blend-mode: screen;
}

.char-character-card.active {
    filter: brightness(1.12);
}

.char-character-card:not(.active) video,
.char-character-card:not(.active) img {
    filter: brightness(0.7);
}

/* Sol ← | Sağ →  (button.png varsayılanı sağa bakar) */
.char-nav-buttons {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 160px;
    z-index: 1000;
    width: auto;
    pointer-events: none;
    line-height: 0;
}

.char-section .nav-btn,
.char-nav-buttons .nav-btn,
img.nav-btn {
    pointer-events: auto;
    display: block !important;
    width: 200px !important;
    max-width: 200px !important;
    min-width: 0 !important;
    height: auto !important;
    flex: 0 0 200px !important;
    cursor: pointer;
    transition: transform 0.25s ease, filter 0.25s ease;
    user-select: none;
    -webkit-user-drag: none;
    mix-blend-mode: screen;
}

/* Sol buton: aynala → uç sola | Sağ buton: orijinal → uç sağa */
.char-section .nav-btn-left,
img.nav-btn-left {
    transform: scaleX(-1);
}

.char-section .nav-btn-right,
.char-nav-buttons .nav-btn-right,
img.nav-btn-right {
    transform: none;
}

.char-section .nav-btn:hover,
img.nav-btn:hover {
    filter: brightness(1.45);
}

.char-section .nav-btn-left:hover,
img.nav-btn-left:hover {
    transform: scaleX(-1) scale(1.1);
}

.char-section .nav-btn-right:hover,
img.nav-btn-right:hover {
    transform: scale(1.1);
}

.char-section .nav-btn-left:active,
img.nav-btn-left:active {
    transform: scaleX(-1) scale(0.92);
}

.char-section .nav-btn-right:active,
img.nav-btn-right:active {
    transform: scale(0.92);
}

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

    .char-carousel-container {
        height: 78%;
        top: 54%;
    }

    .char-character-card {
        width: 260px !important;
        max-width: 50% !important;
    }

    .char-character-card video,
    .char-character-card img {
        max-height: 400px !important;
    }

    .char-nav-buttons {
        gap: 80px;
        bottom: 4%;
    }

    .char-section .nav-btn,
    .char-nav-buttons .nav-btn,
    img.nav-btn {
        width: 120px !important;
        max-width: 120px !important;
        flex-basis: 120px !important;
    }
}

/* ===== NPC İçerikleri (hover) ===== */
.npc-section.tanitim-container {
    position: relative;
    display: block;
    line-height: 0;
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.npc-section .npc-bg {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    pointer-events: none;
}

.npc-figure {
    position: absolute;
    top: 12%;
    width: 32%;
    height: 70%;
    z-index: 12;
}

.npc-figure.npc-left {
    left: 1%;
}

.npc-figure.npc-mid {
    left: 34%;
    width: 32%;
}

.npc-figure.npc-right {
    left: 65%;
    width: 34%;
}

.npc-figure .npc-char {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    object-position: bottom center;
    pointer-events: none;
    mix-blend-mode: screen;
    user-select: none;
    -webkit-user-drag: none;
}

.npc-figure .hover-box {
    position: absolute;
    inset: 0;
    z-index: 20;
    cursor: pointer;
}

#magic-image {
    position: fixed;
    display: none;
    pointer-events: none;
    z-index: 999999;
    width: 170px;
    max-width: 28vw;
    height: auto;
}

@media (max-width: 768px) {
    .npc-figure {
        top: 22%;
        height: 55%;
        width: 28%;
    }

    .npc-figure.npc-left { left: 2%; }
    .npc-figure.npc-mid { left: 36%; }
    .npc-figure.npc-right { left: 66%; width: 30%; }

    #magic-image {
        width: 130px;
    }
}
