/* Genel stiller ve tipografi */
html{
	height: 100%;
}

body{
	font-family: 'Inter Tight', sans-serif;
	height: 100%;
	color: #0d2451;
	font-size:1rem;
	font-weight:400;
	background-color:#e1eaef;

}

h1{
	color: #314159;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
	
}


.h1-a{
	color:#27376b;
	font-size:1.9rem;
	margin-bottom: 1rem;
	font-weight: 700;	
}


h2{
	color:#27376b;
	font-size:1.9rem;
	margin-bottom: 1rem;
	font-weight: 700;
	
}

.h2-d{
	color: #314159;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
	
}


h3{
	color:#27376b;
	font-size:1.2rem;
	font-weight:600;
	margin-bottom: 1rem;
}



h4{
	color:#27376b;
	font-size:1.1rem;
	font-weight:600;
	margin-bottom: 1rem;
	
}

h5{
	color:#27376b;
	font-size:1.2rem;
}



.dropdown-menu{
	background: #12100f;
	padding: .5rem;
	border: none;
	border-radius: .5rem;
	margin-top: .2rem;
}


.dropdown-menu a{
	color:#fff;
	line-height: 1.7rem;
	border-radius: .5rem;
	padding: 0 .2rem 0 .3rem;
	margin: .3rem 0 .3rem 0;
}


.dropdown-toggle::after {
	padding: 0;
	margin: 0;
}

nav a {
	font-size:1rem;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-left:9px;
}


.nav-link img {
    vertical-align: baseline;
}



.bg-nav{
	background-color:#1d397f;	
	}

.header-space{
	margin-bottom: 2rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
	background:none;
	font-weight:400;
	font-size:1rem;

}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,.6);
  background: none;

}

.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255,255,255,1);
}

/* Section stilleri */
section{
	padding:40px 0 40px 0;
}




/* Footer stili */
footer{
	color:#fff;

}

.bg-footer{
	background-color:#1d397f;
	font-size:.9rem;
	color:#e2dfd6;


}


.bg-footer a{
	color:#fff;
}

.bg-footer a:hover{
		color:#fff;
	filter: alpha(opacity=50);
    opacity: .5;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
     o-transition: opacity .2s ease-in-out;
     transition: opacity .2s ease-in-out;
}


/* Button stilleri */

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: #5473ed;
    color: #fff;
	font-weight: 500;
	border-radius: 3rem;
	padding:.4rem 2.5rem;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #395bc6;
}
 
.btn-primary:active, .btn-primary.active {
    background: #5473ed;
    box-shadow: none;
}

.btn-secondary {
    background: #fff;
	border: 3px solid #fff;
	color:#112a51;
	font-weight: 600;
	border-radius: .5rem;
	
}


.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
    background: #b8eeff !important;
	background-color: #b8eeff !important;
	color:#112a51 !important;
	border: 3px solid #b8eeff !important;
}


.btn-green {
    background: #5c9bff;
	border: 3px solid #5c9bff;
	color:#fff;
	font-weight: 500;
	border-radius: 3rem;
	padding:.4rem 2.5rem;
}


.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open > .dropdown-toggle.btn-green {
    background: #4484e0 !important;
	background-color: #4484e0 !important;
	color:#fff !important;
	border: 3px solid #4484e0 !important;
}

.disabled, .disabled:hover, .disabled:active, .disabled:focus{
	color: #112a51 !important;
    background-color: #fff !important;
	border-color: #fff !important;
	border:3px solid #fff !important;
	opacity:1 !important;
}



.border-true, .border-true:hover{
	background-color:#5fbf4f  !important;
	color:#fff  !important;
	border:3px solid #5fbf4f !important;
	/* animation: pulseZoom 0.4s ease-in-out; */
	}


.border-false, .border-false:hover{
		background-color:#ff595b !important;
		border:3px solid #ff595b !important;
		color:#fff !important;
		animation: shake 0.4s ease-in-out;
	}



.question-container {
	position: relative;
	background: #fff;
	
	margin-top: 1.7rem;
	margin-bottom: 1.5rem;
    padding: 1rem;
    min-height: 240px;
}

.question-container-game{
	position: relative;
	background: #fff;
	
	margin-top: 1.7rem;
	margin-bottom: 1.5rem;
    padding: 1rem;

}


 #question-image{
	border-radius: .8em;
-webkit-box-shadow: 0px 0px 6px 5px rgba(23,65,150,0.1); 
box-shadow: 0px 0px 6px 5px rgba(23,65,150,0.1);
}



.score-img{
	min-width: 90px;
    height: auto;
}

.top-score{
	position: absolute;
    top: -2.83rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: .5rem;
    max-width: 200px;
	color:#ffcb00;
	z-index: 999;
}

.question-container-bottom{
	position: absolute;
	margin: 0 auto;
	left:0;
	right: 0;
	bottom:-1.68rem;
}



.start-container {
	margin-top: 0;
    padding: 1rem;
    min-height: 220px;
}
	
	
@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-5px); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(-5px); }
  80% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}

	@keyframes pulseZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05); /* %5 büyütme */
  }
  100% {
    transform: scale(1);
  }
}

.final_header_message{
	font-size: 2rem;
	font-weight: 600;
	color:#fff;
	line-height: 2.7rem;
	margin-top:1rem;

}

.sub_final_header_message{
	font-size: 1.3rem;
	font-weight: 600;
	color:#fff;
	margin-bottom: .7rem;
}

#total_correct_message{
	font-size: 2.5rem;
	font-weight: 700;

}

#final_screen_message{
	font-weight: 600;
}

.boxes{
	background-color: #fff;
	border-radius: .5rem;
	padding: 1rem;
	filter: drop-shadow(0px 0px 10px rgba(84,115,237,.05));
	color:#243363 !important;
	font-size: 1.1rem;
}


.game-boxes{
	background: #335caf;
	border-radius: 1rem;
	filter: drop-shadow(0px 0px 10px rgba(84,115,237,.05));
	color:#fff !important;
	font-size: 1.1rem;
	border:0px solid #2753ad;
	padding: 1rem 1.5rem;
	min-height:564px;
    text-shadow:0px 0px 10px rgba(23,65,150,.8);
}


.answer-icons{
	position: absolute;
	right: .8rem;
	top: .4rem;
	z-index: 999;
}

.answer-buttons{
	margin-top: .8rem;
	margin-bottom: .7rem;
}

#question{
	font-size: 1.5rem;
	font-weight: 500;
	color:#112a51;
	text-shadow:none;
}

#question_facts{
	font-size: 1.5rem;
	font-weight: 500;
	color:#112a51;
	text-shadow:none;
}

#facts_header{
	font-size: 1.5rem;
	font-weight: 500;
	color:#42a331;
	text-shadow:none;
}

.screen-container{
	min-height: 500px !important;
}

.timer-wrapper {
      position: relative;
      width: 50px;
      height: 50px;
	 margin: 0 auto;

    }

    .timer-circle-bg {
      stroke: rgba(255,255,255,1);
	
    }

    .timer-circle {
      stroke: #63c658;
      transition: stroke-dashoffset 1s linear;
    }

	.timer-circle-2 {
      stroke: #63c658;
      transition: stroke-dashoffset 1s linear;
    }

    .timer-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 1.2rem;
      font-weight: bold;
    }

    .timer-svg {
      transform: rotate(-90deg); /* Başlangıcı üstten yapmak için */
    }


/* konfeti*/

.confetti {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: red;
  opacity: 1;
  pointer-events: none;
  border-radius: 1px;
  animation: explode 0.4s ease-out, fall 1.5s ease-in 0.4s forwards, spin3d 2s linear infinite;
  transform-style: preserve-3d;
}

@keyframes explode {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(var(--x), var(--y));
  }
}

@keyframes fall {
  0% {
    opacity: 1;
    transform: translate(var(--x), var(--y)) translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translate(var(--x), calc(var(--y) + 100px)) translateZ(0);
  }
}

@keyframes spin3d {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
  }
  100% {
    transform: rotateX(360deg) rotateY(360deg);
  }
}

/* sonuç animasyonu*/
 #progress-result {
      width: 160px;
      height: 160px;
      margin: auto;
      position: relative;
    }

    .progress-text {
      position: absolute;
    color: #fff;
    top: 35%;
    width: 100%;
    font-size: 2rem;
    font-weight: 600;
	
    }


.game_top_info_right{
	display: inline-block;
	font-weight: 500;
	font-size: .9rem;
	background-color:#2f5daf;
	padding: .4rem .6rem;
    position: absolute;
    top: -1rem;
	right:1rem;
	border-bottom-left-radius:.5rem;
	border-bottom-right-radius:.5rem;
}

.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a6c8ff;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 5px;
  bottom: 4px;
  background-color: #4981db;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #fff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #4981db;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

 #generatedImage {
            max-width: 100%;
            border-radius: 8px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
        }
.share-message{
	
	font-size: 1.3rem;
    font-weight: 600;
	margin-top: 2rem;
}   

.game-buttons{
	border-radius: 6rem !important;
	padding: .3rem .3rem;
}

.share-btn{
	border-bottom-left-radius: 0 !important; 
	border-top-left-radius: 0 !important;
	padding:0 1.5rem;
	
}

.quiz_h2{
	color:#fff;
	margin-bottom: .3rem;
}

.btn-p{
	padding:.4rem 2.5rem !important;
}

.q-button{
	font-size: 1rem;
	font-weight: 500;	
}

.shadow-all{
	box-shadow:0px 0px 6px 5px rgba(23,65,150,0.24);
	border-radius:6rem;	
}

.shadow-all2{
	box-shadow:0px 0px 6px 5px rgba(23,65,150,0.10);
	border-radius:4rem;	
}


 @keyframes blinkBorder {
    0%   { border: 2px solid red; }
    50%  { border: 2px solid transparent; }
    100% { border: 2px solid red; }
  }

  .blink-red-border {
    animation: blinkBorder 0.4s ease-in-out 2;
  }

#question_image{
border:4px solid #fff;
	border-radius: .5rem;
-webkit-box-shadow: 0px 0px 15px 5px #f0f0f0; 
box-shadow: 0px 0px 15px 5px #f0f0f0;

	}


.score-star {
          position: absolute;

    top: 1.6rem;
    font-size: 90px;
    color: gold;
    opacity: 0;
    animation: starAppear 1s ease forwards;
    z-index: 999;
    left: 1.4rem;
	pointer-events: none;
    }

.score-star img{
	width: 100px;
    height: auto;
}

.score-star-score{
	position: absolute;
	color:#112a51;
	z-index: 1000;
	font-size: 1rem;
	font-weight: 700;
	left: 1.4rem;
    right: 0;
    top: 3.9rem;
    bottom: 0;
    transform: rotate(-18deg);
}

    @keyframes starAppear {
      0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
      }
      10% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 1;
      }
      20% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
      }
      80% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
      }
      100% {
        transform: translate(-50%, -150%) scale(0.8);
        opacity: 0;
      }
    }

.star {
      position: absolute;
      width: 90px;
      height: 90px;
      background-image: url('../images/score-star-bg.svg'); 
      background-size: cover;
      background-repeat: no-repeat;
      pointer-events: none;
      z-index: 999;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      font-weight: bold;
		color:#143c82;

    }

	 .trail {
      position: absolute;
      width: 40px;
      height: 40px;
      background-image: url('../images/score-star-bg.svg'); 
      background-size: cover;
      opacity: 0.5;
      pointer-events: none;
    }
	   
	.game-buttons{
		position: relative;
	}   
.score_left{
	position: absolute;
	left: -2.1rem;
}

.score_middle{
	background-color:#335caf;
	width:100%;
	height: 45px;
}

.score_right{
	position: absolute; 
	right: -2.1rem;
	transform: scaleX(-1);
}

#score_counter{
	font-size: 1.9rem;
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 1.7rem;
}

.start-image{
	max-height: 250px;
	width:auto;
}



.quiz-footer{

 background-color: #26539b;
    height: 80px;
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0; 
	border-bottom-right-radius:1rem;
	border-bottom-left-radius:1rem;
}

.quiz-footer-2{

 background-color: #26539b;
    height: 140px;
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0; 
	border-bottom-right-radius:1rem;
	border-bottom-left-radius:1rem;
}


.result-score{
	font-size: 3.5rem;
    font-weight: 700;
    padding-top: 2.8rem !important;
    line-height: 3.8rem;
}

.result-correct-answers{
	color: #ffcb00;
    padding-bottom: 1rem;
}

.result-container{
	background-color: #26539b;
	border-radius: 1rem;
	position: relative;
	width:70%;
	margin-top:2rem;
}

.white-box{
	background-color: #fff;
	border-radius: .5rem;
	padding: .4rem;
	margin-bottom:2rem; 

}



.white-box a{
color:#314159;
}

.white-box a:hover{
color:#314159;
text-decoration: none;
}

.quiz-name{
	min-height: 65px;
	color:#0d2451;
	font-weight: 500;
	font-size: 1.1rem;
}

.list1{
	padding: 0;
	line-height:1rem;

}

.list1 li{
	background: #fff;
    border-radius: .5rem;
    padding: .5rem;
    list-style: none;
	margin: .5rem 1rem .5rem 0;
}

a:hover{
	text-decoration: none;
	color:#004d93;
}

.box-right{
	margin-bottom: .7rem;
}

.image_source{
	color: #7d8589;
    font-size: .8rem;
}

.quiz-name{
	margin-top: .7rem;
}

.quiz-name-r{
	margin-top: .1rem;
	color:#0d2451;
	font-weight: 500;
	font-size: 1.1rem;
}

.search-box{
	border-bottom-left-radius:3rem;
	border-top-left-radius:3rem;
}


.q-game{
	color:#fff !important;
}

/* <- oyun kontrollleri ve stilleri*/

.big-font{
	font-size: 1.3rem;
}

.zoom-controls
{
	position: absolute;
	right: 1rem;
	z-index: 999;
}


@keyframes flash-correct {
  0% { fill: #405577; }     /* Başlangıç rengi */
  50% { fill: #ff595b; }    /* Parlama anı */
  75% { fill: #405577; }    /* Sönme anı */
  100% { fill: #ff595b; }   /* Son sabit renk */
}

.correct-flash {
  animation: flash-correct 1s ease-in-out forwards;
}

/* -> */

.btn-link{
	color:#fff;
}

.btn-link:hover{
	color:#9cc4ff;
	text-decoration: none;
}


.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #5fbf4f;
    background-color: #5fbf4f;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px !important; /* İstediğiniz genişliği buraya yazın */
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 991px){
	
	.zoom-controls{
		position: relative;
		left: 0;
		right: 0;
	}	
	
	.quiz-name{
	margin-top: 0;
}
	
	.white-box{
	margin-bottom: .7rem;

}
	
	.result-container {

    width: 90%;

}
	
	.game-boxes{

		min-height:652px;
	}
	
	.question-container{
		min-height: 200px;
	}

	
	.game-buttons {
		border-radius: 6rem !important;
		padding: .3rem .1rem;
		font-size: 1.2rem;

	}
	

	
	#question{
		font-size: 1.25rem;
	}
	
	#question_facts{
	font-size: 1.25rem;

}

#facts_header{
	font-size: 1.25rem;

}
	
	#question_image img{
		max-height: 180px;
		width:auto;
	
	}
	
	.answer-buttons{
	margin-top: .6rem;
	margin-bottom: .6rem;
	}
	.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    background: none;
    font-weight: 600;
    font-size: 1.1rem;
	line-height:1.5rem;
	}
	
	
	
	
	section{
	padding:30px 0 30px 0;
	}
	
	nav a {
	font-size:17px;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	line-height:none;

	}
	
	.navbar-collapse {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding:8px;
		border-radius: .25rem;
		background-color: #173268;
		position: absolute;
    top: 4.2rem;
    left: 0px;
    right: 0px;
    z-index: 999;
	}
	.nav-link{
		line-height:1rem;
	
	
	}

	/* h tag mobil stilleri */
	h2{
		margin-top:45px;
	}
	
	.navbar-dark .navbar-toggler {
    color: #fff;
    border: 0;
    background: #173268;
    opacity: 1;
    font-weight: 600;
}
	
}

