@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: #f0f0f8 !important;*/
	background-color: #ffffff !important;
	color: #1d2939 !important;
	font-size: 1rem;
	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(0, 80, 149, 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(0, 80, 149, 0) 0%, #005095 75%, #005095 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);
}

.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 (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); 
}

#header-list {
	background: transparent;
}

#header-list li {
	background: transparent;
	display: flex;
    align-items: center;
	cursor: pointer;
}

#header-list li:hover {
	background: #ffffff;
	border-radius: 10px;
}

/*#header-list li::before {
    content: "";
    display: inline-block;
    width: 25px; 
    height: 26px;
    background-image: url('../../image/index/header_banner_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
}*/

#header-list li:nth-child(1)::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../../image/svg/rocket.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
}

#header-list li:nth-child(2)::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../../image/svg/check-circle.svg');
    background-size: contain;
    background-repeat: no-repeat;
	margin-right: 15px;
}

#header-list li:nth-child(3)::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../../image/svg/zap.svg');
    background-size: contain;
    background-repeat: no-repeat;
	margin-right: 15px;
}

#header-list li:nth-child(4)::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../../image/svg/puzzle.svg');
    background-size: contain;
    background-repeat: no-repeat;
	margin-right: 15px;
}

#header-list li:nth-child(5)::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../../image/svg/store-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
	margin-right: 15px;
}

.profil-img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid #000; 
}

.profil-ad {
	font-size: 2.25rem;
	line-height: 2.25rem;
	font-weight: 600;
	color: #212529;
}

.profil-eposta {
	font-size: 1rem;
	color: #6c757d;
}

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-caption {
	position: absolute;
	bottom: 0;
	transform: translateY(50%); 
	text-align: center;
	z-index: 10;
}

.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(0, 80, 149, 0.075) inset, 0 0 8px rgba(0, 80, 149, 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;
}

.maxw-1110 {
	max-width: 1170px !important;
}

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

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

.minh-125 {
  min-height: 125px !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;
}

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

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

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

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

.sss {
	--sss-animation-duration: 0.3s;
	--sss-border-color: #ccc;
	/*width: clamp(300px, 50%, 800px);*/
	width: 100%;
	margin: 8px auto;
}
.sss__item {
	margin: -1px 0 0;
	/*border: 1px solid var(--sss-border-color);*/
	border: none;
	transition: var(--sss-animation-duration);
}
.sss__item:not(.js-details)[open], .sss__item.is-open {
	--sss-border-color: #777;
	position: relative;
}
.sss__question {
	position: relative;
	padding: 8px;
	list-style: none;
	cursor: pointer;
	user-select: none;
}
.sss__question::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 20px;
	width: 12px;
	height: 8px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 8'%3E%3Cpath stroke='%23999' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	transition: var(--sss-animation-duration);
}
.sss__item:not(.js-details)[open] .sss__question::after, .sss__item.is-open .sss__question::after {
	transform: rotate(-180deg);
}
.sss__question::-webkit-details-marker {
	display: none;
}
.js-details .sss__answer {
	max-height: 0;
	overflow: hidden;
	animation: slideUp var(--sss-animation-duration);
}
.js-details.is-open .sss__answer {
	max-height: none;
	animation: slideDown var(--sss-animation-duration);
}
.js-details.is-open.is-animating .sss__answer {
	max-height: var(--sss-details-height);
}
.sss__text {
	padding: 0 20px 20px;
}

@keyframes slideUp {
	0% {
		max-height: var(--sss-details-height);
		opacity: 1;
	}
	100% {
		max-height: 0;
		opacity: 0;
	}
}
@keyframes slideDown {
	0% {
		max-height: 0;
		opacity: 0;
	}
	100% {
		max-height: var(--sss-details-height);
		opacity: 1;
	}
}

.card-hover {
  transition: all 0.3s ease-in-out;
}

.card-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.text-table-header {
	color: #747892 !important;
}

.text-table {
	color: #1d2939 !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}

ul.ozellikler {
  list-style: none;
  padding-left: 0; /* varsa boşlukları da siler */
  margin: 0; /* istersen */
}

ul.bitis {
  list-style: none;
  padding-left: 0; /* varsa boşlukları da siler */
  margin: 0; /* istersen */
}

.malzeme-square-110 {
	width: 120px;
	height: 120px;
	min-width: 120px;
	min-height: 120px;
}

.malzeme-detay-link {
	color: #005096;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.malzeme-detay-link:hover {
	text-decoration: underline;
}

.image-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.image-slot {
	position: relative;
	width: 100%;
	padding-top: 180px;
	overflow: hidden;
}

.image-slot img {
	position: absolute;
	top: 0;
	left: 0;
	width: 275px;
	height: 180px;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.image-slot img.active {
	opacity: 1;
}

.w-460 {
	width: 460px!important;
}

.soft-badge {
  background-color: #eff1f7;
  color: #000000;
  font-size: 0.875rem;
  padding: 0.35em 0.65em;
  border-radius: 0.375rem;
  font-weight: 500;
}

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

.lkdetay {
	color: #005096;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.lkdetay:hover {
	text-decoration: underline;
}