@charset "UTF-8";
@import "../bootstrap/css/bootstrap.min.css";
@import "../font-awesome/css/font-awesome.css";
@import "../animate/animate.min.css";
@import "../aos/aos.css";
@import "fontsize.css";
@import "button.css";
@import "../preloader/preloader.css";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
	box-sizing: border-box;
}

html {
	margin: 0!important;
	padding: 0!important;
}

body {
	font-family: 'Inter', Segoe UI, sans-serif;
	background-color: #ffffff !important;
	color: #000000 !important;
	font-size: 0.8rem;
	font-weight: 400 !important;
}

.lines {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	margin: auto;
	width: 90vw;
	z-index: -999;
}

.line {
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	background: rgba(237, 28, 36, 0.1);
	overflow: hidden;
}

.line::after {
	content: "";
	display: block;
	position: absolute;
	height: 15vh;
	width: 100%;
	top: -50%;
	left: 0;
	background: linear-gradient(to bottom, rgba(237, 28, 36, 0) 0%, #ed1c24 75%, #ed1c24 100%);
	-webkit-animation: drop 7s 0s infinite;
		  animation: drop 7s 0s infinite;
	-webkit-animation-fill-mode: forwards;
		  animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
		  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.line:nth-child(1) {
	margin-left: -25%;
}

.line:nth-child(1)::after {
	-webkit-animation-delay: 2s;
		  animation-delay: 2s;
}

.line:nth-child(3) {
	margin-left: 25%;
}

.line:nth-child(3)::after {
	-webkit-animation-delay: 2.5s;
		  animation-delay: 2.5s;
}

@-webkit-keyframes drop {
	0% {
		top: -50%;
	}
	100% {
		top: 110%;
	}
}

@keyframes drop {
	0% {
		top: -50%;
	}
	100% {
		top: 110%;
	}
}

.navbar-brand {
	position: relative;
	display: flex;
	align-items: middle;
	img {
		width: 136px;
		height: auto;
		margin-right: 6px;
	}
	span {
		font-size: 26px;
		line-height: 26px;
		padding: 0;
		margin-top: -4px;
		span {
			font-weight: 700;
			color: #005095;
		}
	}
}

.nav-item {
	font-size: 1rem !important;
	font-weight: 500 !important;
	color: #005095 !important;
}
.nav-item .nav-link {
	color: #005095 !important;
}
.nav-item:nth-child(1),
.nav-item:nth-child(2),
.nav-item:nth-child(3),
.nav-item:nth-child(4),
.nav-item:nth-child(5) {
	margin-right: 15px !important;
}

.nav-item:last-child {
	margin-right: 0px !important;
}

.nav-item a::after {
	content: "";
	display: block;
	margin: auto;
	height: 2px;
	width: 0;
	top: 3px;
	background: transparent;
	transition: all 0.3s;
}

.nav-item a:hover::after {
	width: 100%;
	background: rgb(0, 80, 149);
}

#navbarOverlay {
    position: fixed;
    top: 70px; /* navbar yüksekliği kadar boşluk bırak */
    left: 0;
    width: 100%;
    height: calc(100% - 70px); /* üstten boşluk bıraktık */
    background: rgba(0,80,140,0.4);
    z-index: 999;
    display: none;
}

.icon-cart {
	width: 26px;
    height: 26px;
    background-image: url('svg/cart.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-user {
	width: 26px;
    height: 26px;
    background-image: url('svg/user.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-globe {
	width: 18px;
    height: 18px;
    background-image: url('svg/globe.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

.icon-question {
	width: 25px;
    height: 25px;
    background-image: url('svg/question.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
	vertical-align: middle;
	margin-top: -6px;
}


.icon-eye-closed {
	width: 26px;
    height: 26px;
    background-image: url('svg/eye-closed.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-eye-open {
	width: 26px;
    height: 26px;
    background-image: url('svg/eye-open.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.bg-stoper {
	background-color: #005095 !important;
}

.dropdown-toggle::after {
	font-family: "FontAwesome";
	content: "\f107";
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	margin-left: .280em;
	vertical-align: -.100em;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #005095;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -0.125rem;
    display: none;
}

@media all and (max-width: 991px) {
	.es-border-none {border: 0!important;}
}

@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{
		background-color: #f1f1f1;
	}
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	

@media (max-width: 991px) {

	.dropdown-menu .dropdown-menu{
		margin-left:0.7rem;
		margin-right:0.7rem;
		margin-bottom: .5rem;
	}

}

.text-stoper {
	color: #005095 !important;
}

.text-justify {
	text-align: justify;
}

.cursor-pointer {
	cursor: pointer!important;
}

.stoperLogo {
	width: 136px !important;
}

.gradient-stoper {
	background: rgb(59,120,174);
	background: -moz-linear-gradient(105deg, rgba(59,120,174,1) -5%, rgba(0,80,149,1) 100%);
	background: -webkit-linear-gradient(105deg, rgba(59,120,174,1) -5%, rgba(0,80,149,1) 100%);
	background: linear-gradient(105deg, rgba(59,120,174,1) -5%, rgba(0,80,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b78ae",endColorstr="#005095",GradientType=1); 
}


ul.list-unstyled a {
  color: #000000; /* Açık renkli footer için */
  transition: color 0.3s;
}

ul.list-unstyled a:hover {
  color: #005095; /* Link üzerine gelince #f8b400 */
}

.carousel-item img {
	max-height: 460px;
	width: 100%;
	object-fit: cover;
}

.carousel-control-prev, 
.carousel-control-next {
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
}

.carousel-control-prev {
	margin-left: 20px;
}

.carousel-control-next {
	margin-right: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 20px;
	height: 20px;
}

.carousel-indicators {
	position: absolute;
	top: 50%;
	margin-top: 140px;
	text-align: center;
	z-index: 15;
}

.carousel-inner {
	overflow: visible;
}

.carousel-item {
	position: relative;
}

.carousel-item a img {
	border-radius: 16px;
}

.carousel-caption {
	position: absolute;
	bottom: 0;
	transform: translateY(50%); 
	text-align: center;
	z-index: 10;
	border: 1px solid #b9b9b9;
	border-radius: 16px;
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}

.footer-links a {
	display: block;
	text-decoration: none;
	color: #000000;
	font-weight: 500;
	padding: 8px 0;
	transition: color 0.3s ease-in-out;
}

.footer-links a:hover {
	color: #005095;
}

.social-links a {
	text-decoration: none;
	color: #f0f0f8;
	font-weight: 500;
	margin: 0 10px;
	transition: color 0.3s ease-in-out;
}

.social-links a:hover {
	color: #ffffff;
}

.list-group-item a {
	color: black; /* Yazı rengi siyah */
	text-decoration: none; /* Alt çizgi kaldırıldı */
	transition: color 0.3s ease-in-out; /* Yumuşak geçiş efekti */
}

.list-group-item a:hover {
	color: #005095; /* Hover rengini ayarla */
	text-decoration: none; /* Alt çizgi olmasın */
}

.btn-close:focus {
	box-shadow: 0 1px 1px rgba(149, 0, 6, 0.075) inset, 0 0 8px rgba(149, 0, 6, 0.6);
	outline: 0 none;
}

.form-control:focus {   
	border-color: rgba(0, 80, 149, 0.8);
	box-shadow: 0 1px 1px rgba(0, 80, 149, 0.075) inset, 0 0 8px rgba(0, 80, 149, 0.6);
	outline: 0 none;
}

.form-select:focus {   
	border-color: rgba(0, 80, 149, 0.8);
	box-shadow: 0 1px 1px rgba(0, 80, 149, 0.075) inset, 0 0 8px rgba(0, 80, 149, 0.6);
	outline: 0 none;
}

.form-floating > label::after {
	color: #000 !important;
	font-size: 14px !important;
	background-color: transparent !important;
}

.form-floating > label {
	color: #000 !important;
}

.form-floating input:focus + label {
    color: #000 !important;
	font-size: 14px !important;
}

.form-floating input:not(:placeholder-shown) + label {
    color: #000 !important;
}

.modal-backdrop {
	/*background: url('../../image/cogs-bg.png') no-repeat center center;*/
	background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    opacity: 0.9;
    background-color: rgba(0, 80, 149);
}

.list-group-numbered {
    counter-reset: section;
    list-style: none;
    padding-left: 0;
}

.list-group-numbered > .list-group-item::before {
    counter-increment: section;
    content: "0" counter(section) ". "; /* Burada sayıya sıfır ekliyoruz */
    font-weight: normal;
    font-size: 24px!important; /* Numara büyüklüğü */
    color: #00000; /* Numara rengi */
    margin-right: 10px;
}

.minw-60 {
  min-width: 60px !important;
}

.minh-58 {
  min-height: 58px !important;
}

.lh-30 {
	line-height: 30px !important;
}

.lh-40 {
	line-height: 40px !important;
}

.mt-80 {
	margin-top: 80px!important;
}

.mt-100 {
	margin-top: 100px!important;
}

.mt-150 {
	margin-top: 150px!important;
}

.mb-150 {
	margin-bottom: 150px!important;
}

.my-200 {
	margin-top: 200px!important;
	margin-bottom: 200px!important;
}

.a-link {
    color: #005095 !important;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.a-link:hover {
    color: #3b78ae !important;
    text-decoration: none;
}

.bg-none {
	background-color: #f0f0f8!important;
}

.h-100 {
	height: 100px!important;
}

.h-150 {
	height: 150px!important;
}

@media (min-width: 768px) {
	.md-mt-150 {
		margin-top: 150px!important;
	}
    .h-md-100 {
        height: 100%;
    }
}

.mb-120 {
	margin-bottom: 120px!important;
}

.mw-120 {
	max-width: 120px!important;
}

.mw-240 {
	max-width: 240px!important;
}

.yazar-img {
	width: 32px;
	height: 32px;
	background-color: #ffffff;
	padding: 4px;
	margin-right: 6px;
	border-radius: 50%;
	/*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

ul.cloud {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2.75rem;
  width: 100%;
}

ul.cloud a {
  /*   
  Not supported by any browser at the moment :(
  --size: attr(data-weight number); 
  */
  --size: 4;
  --color: #a33;
  color: var(--color);
  font-size: calc(var(--size) * 0.25rem + 0.5rem);
  display: block;
  padding: 0.125rem 0.25rem;
  position: relative;
  text-decoration: none;
  /* 
  For different tones of a single color
  opacity: calc((15 - (9 - var(--size))) / 15); 
  */
}

ul.cloud a[data-weight="1"] {
  --size: 1;
}
ul.cloud a[data-weight="2"] {
  --size: 2;
}
ul.cloud a[data-weight="3"] {
  --size: 1;
}
ul.cloud a[data-weight="4"] {
  --size: 2;
}
ul.cloud a[data-weight="5"] {
  --size: 1;
}
ul.cloud a[data-weight="6"] {
  --size: 2;
}
ul.cloud a[data-weight="7"] {
  --size: 1;
}
ul.cloud a[data-weight="8"] {
  --size: 2;
}
ul.cloud a[data-weight="9"] {
  --size: 1;
}

ul[data-show-value] a::after {
  content: " (" attr(data-weight) ")";
  font-size: 1rem;
}

ul.cloud li:nth-child(2n + 1) a {
  --color: #181;
}
ul.cloud li:nth-child(3n + 1) a {
  --color: #33a;
}
ul.cloud li:nth-child(4n + 1) a {
  --color: #c38;
}

ul.cloud a:focus {
  outline: 1px dashed;
}

ul.cloud a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: var(--color);
  transform: translate(-50%, 0);
  opacity: 0.15;
  transition: width 0.25s;
}

ul.cloud a:focus::before,
ul.cloud a:hover::before {
  width: 100%;
}

@media (prefers-reduced-motion) {
  ul.cloud * {
    transition: none !important;
  }
}

#cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 18px;
	display: flex;
	justify-content: center;
	z-index: 9999;
	pointer-events: none;
	opacity: 0;
	transform: translateY(-20px); /* yukarıdan başlat */
	animation: slideDown 0.5s forwards; /* animasyon */
}

#cookie-banner .cb-inner {
	pointer-events: auto;
	max-width: 1170px;
	background: rgba(248, 249, 250, 0.95); /* soluk beyaz */
	color: #005095; /* yazı rengi */
	padding: 14px 18px;
	border-radius: 10px;
	display: flex;
	gap: 12px;
	align-items: center;
	box-shadow: 0 6px 20px rgba(0, 80, 149,0.3);
	border: 2px solid #005095; /* border */
	font-size: 14px;
}

/* linkler */
#cookie-banner a { 
    color: #005095; 
    text-decoration: underline; 
    font-weight: 400;
    transition: color 0.25s ease, font-weight 0.25s ease;
}

#cookie-banner a:hover { 
    color: #003a70; 
    font-weight: 600;
}

/* butonlar */
.cb-actions {
	display: flex;
	gap: 8px;
}

.cb-actions button {
	padding: 8px 12px;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	min-height: 40px;
	transition: all 0.25s ease;
}

/* Kabul Et */
#cb-accept {
	background: rgba(0, 80, 149, 0.1); /* soluk mavi ton */
	color: #005095;
	border: 1px solid #005095;
}

#cb-accept:hover {
	background: rgba(0, 80, 149, 0.2);
	color: #003a70;
	border-color: #003a70;
	transform: translateY(-1px);
}

/* Kapat */
#cb-close {
	background: transparent;
	color: #005095;
	border: 1px solid #005095;
}

#cb-close:hover {
	background: rgba(0, 80, 149, 0.2);
	color: #003a70;
	border-color: #003a70;
	transform: translateY(-1px);
}

/* responsive */
@media (max-width:600px){
	#cookie-banner .cb-inner { flex-direction: column; text-align:center; gap:10px; }
}

/* slide down animasyonu */
@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
