@import url('sf-pro-rounded.css');

body {
    font-family: 'SF Pro Rounded', sans-serif;
}
.text-center {
	text-align: center;
}

.section_title h2 {
    font-size: 22px;
    font-weight: bold;
}

.link_all {
    color: #222;
    text-decoration: none;
    opacity: 0.6;
    font-size: 17px;
    margin-top: -5px;
    display: block;
}

.btn-all {
    position: absolute;
    bottom: 0;
    background-color: #F0F0F0;
    width: 100%;
    left: 0;
    padding: 0.75rem;
    text-align: center;
    text-decoration: none;
    color: #8F8F8F;
    transition: all .5s ease;
}

.btn-all:hover {
    background-color: #8F8F8F;
    color: white;
}

.card.auto-height {
    position: relative;
    overflow: hidden;
}

.card {
    border: 0;
}

.topbar {
    position: relative;
    overflow: hidden;
}

.topbar .search-area {
    position: absolute;
    width: calc(100% + 28px);
    height: 6rem;
    left: -12px;
    top: -7rem;
    background: white;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}

.topbar .search-area.active {
    top: 0;
}

.topbar .search-area form {
    width: 100%;
    display: flex;
    padding: 3rem;
}

.topbar .search-area form input {
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0;
    font-size: 1.2rem;
}

.topbar .search-area form button {
    position: absolute;
    right: 4rem;
    background-color: transparent;
    box-shadow: inherit;
}


.topbar .search-area .close-button {
    position: absolute;
    top: 0;
    right: 1rem;
}

.topbar .search-area .close-button button {
    box-shadow: inherit;
}

.topbar .search-area .close-button button svg path {
    fill: black;
    stroke: black;
}

.topbar .search-area .close-button button svg {
    width: 2rem;
    height: 2rem;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 11px;
    margin-bottom: -10px;
}

.owl-theme .owl-dots .owl-dot {
    border: 0;
    padding: 0;
    background: transparent;
}

.owl-theme .owl-dots .owl-dot span {

}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #EA0029;
}

.section_content .card {
    box-shadow: 0px 2px 8px 0px #0000001a;
    border-radius: 20px;
}

.slider-home .owl-item a {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    display: block;
}


.modal .close {
    position: absolute;
    right: 0;
    top: 0.5rem;
    margin-right: -2rem;
    z-index: 111111;
}

.modal .close svg path {
	fill: white;
}

/*
    Menu
*/
.logo {
    border-bottom: 1px solid #ccc;
}

.logo a {
    padding: 2.5rem 1rem 1.5rem 3rem;
    display: block;
}

.logo a img {
    height: 2.2rem;
}

.menu svg {
    width: 1.8rem;
    margin-right: 0.5rem;
}

.menu a {
    color: #222;
    text-decoration: none;
    display: block;
    padding: 1.5rem 0 1.5rem 3rem;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .3s ease;
}

.menu ul > li > a:hover,
.menu ul > li.active > a {
    background-color: #EA0029;
    color: #FFF;
    border-color: transparent;
}

.menu ul > li > a > svg  path {
    transition: all .3s ease;
    fill: #EA0029;
}
.menu ul > li.active > a > svg  path,
.menu ul > li > a:hover > svg  path {
    fill: #FFF;
    stroke: #FFF;
}

.menu > ul > li > a {
    border-bottom: 1px solid #ccc;
}

.menu > ul > li.opened > a {
    background: linear-gradient(to right, #EA0029 0 20px, #FFF 20px 100%);
    color: black;
}

.menu > ul > li.opened > a > svg path {
    fill: #EA0029;
    stroke: inherit;
}

.menu > ul > li > ul.dropdown {
    background-color: #8E8E93;
}

.menu > ul > li > ul.dropdown > li > a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 1.7rem 0 1.7rem 3rem;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .3s ease;
    border-bottom: 1px solid #FFF;
}



/*
	Topbar
*/
.topbar button {
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topbar svg {
    width: 1.4rem;
    height: 1.4rem;
    fill: #8E8E93;
    transition: all .3s ease;
    position: relative;
    top: 0;
}

.topbar button.btn-lang > svg {
    width: 1.6rem;
    height: 1.6rem;
    position: relative;
    top: 0;
}

.topbar button.btn-user > svg {
    width: 1.7rem;
    height: 1.7rem;
    position: relative;
    top: 2px;
}

.topbar button:hover {
    background-color: #eeeeee;
}


.topbar button:hover svg {
    fill: white;
}

.topbar-buttons > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.topbar-buttons > div > span {
   font-size: 12px;
   color: #8E8F8F;
   margin-top: 3px;
}

.topbar span.title {
    font-size: 22px;
    font-weight: 500;
}

.topbar span.title span {
    color: #EA0029;
    font-weight: 600;
}

.topbar span.title a {
    color: #222;
    text-decoration: none;
    font-weight: 600;
}

.iknow_tm_fixed_mainpart .topbar_extra {
	height: 50px;
	align-items: flex-end;
}

.iknow_tm_button a {
	font-size: 14px;
	padding: 5px 25px;
    text-transform: capitalize;
}


#home {
    height: calc(100vh - 125px);
    overflow: hidden;
}


.home-list > a {
    text-decoration: none;
}

.home-list > a > span {
    color: #8E8F8F;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0.2rem;
    display: block;
}
.card-body:has(.home-list) {
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
}
.card-body:has(.home-list)::-webkit-scrollbar {
    display: none;
}



.iknow_tm_mobile_menu .mobile_in .logo img {
	height: 20px;
	width: auto;
}

.iknow_tm_fixed_mainpart {
	/*background-image: url('/img/background.jpg');*/
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #F3F3F3;
}

button.iknow_tm_button {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	background-color: #EA0029;
	padding: 14px 50px;
	border-radius: 10px;
	white-space: nowrap;
    border: 0;

	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
button.iknow_tm_button:hover{
	background-color: #ffb324;
    cursor: pointer;
}

.iknow_tm_content_extra {
	bottom: 10px;
	top: 70px;
}





.user-table {
	border-collapse: collapse;
	width: 100%;
	background-color: white;
}

.user-table td, .user-table th {
	border: 1px solid #ddd;
	padding: 8px;
}

.user-table tr:nth-child(even){
	background-color: #f2f2f2;
}


.user-table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #EA0029;
	color: white;
}

.user-table tbody tr td button {
	background: #EA0029;
	border: 0;
	color: white;
	margin-right: 0.25rem;
	padding: 0.25rem;
}

.user-table tbody tr td button:last-child {
	margin-right: 0;
}

.user-table tbody tr td button:hover {
	cursor: pointer;
}

.user-table tbody tr td button.edit-button {
	background-color: gray;
}

.iknow_tm_news .news_list {
	padding-top: 15px;
}

.iknow_tm_news .news_list ul li {
	width: 25%;
}

.iknow_tm_news .news_list ul li .image,
.iknow_tm_news .news_list ul li .image .main {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.iknow_tm_news .news_list ul li .details {
	padding: 5px;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	box-shadow: 0 0 0 transparent;
	min-height: 65px;
}

.iknow_tm_news .news_list ul li .details .category a {
	color: gray;
    font-weight: 500;
    font-size: 13px;
	height: 45.4px;
    position: relative;
    overflow-y: hidden;
    display: block;
}

.iknow_tm_animate_section {
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;  /* Firefox */
}
.iknow_tm_animate_section .section_inner {
	padding: 0;
	background-color: transparent;
}

.iknow_tm_main_title {
	width: 100%;
	max-width: 100%;
}

.iknow_tm_mobile_menu .dropdown .dropdown_inner {
	padding: 25px 20px;
}




.iknow_tm_modalbox.opened {
    background-color: #0000005c;
}

.iknow_tm_modalbox.opened .box_inner {
    background-color: transparent;
}

.iknow_tm_modalbox .description_wrap {
    border-radius: 10px;
    background-color: #F2F2F6;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
}

.iknow_tm_modalbox .close svg {
    height: 40px;
    width: 40px;
}

.iknow_tm_modalbox .welcome-message {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.iknow_tm_modalbox .welcome-message span {
    font-size: 24px;
}
.iknow_tm_modalbox .welcome-message .title {
    color: #8E8F8F;
    font-weight: 600;
}

.iknow_tm_modalbox .welcome-message .subtitle {
    color: #E1001E;
    font-weight: bold;
    margin-top: -5px;
}

.iknow_tm_modalbox .form-group {
    margin-bottom: 1rem;
}

.iknow_tm_modalbox .form-select,
.iknow_tm_modalbox .form-control {
    width: 100%;
    display: block;
    box-shadow: 1px 1px 10px 0px #0000001A;
    border-radius: 10px;
    background-color: white;
    letter-spacing: normal;
    -webkit-text-fill-color: #000 !important;
    min-height: 44px;
}

input:-webkit-autofill {
    box-shadow:
        1px 1px 10px 0px #0000001A, /* dış gölge */
        0 0 0px 1000px white inset !important; /* iç gölge ile arka plan */
    -webkit-box-shadow:
        1px 1px 10px 0px #0000001A,
        0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: black !important;
}

.iknow_tm_modalbox .password-lost-button {
    color: #E1001E;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    display: block;
    font-size: 1rem;
    margin-top: -1rem;
    margin-bottom: 2rem;
}

.iknow_tm_modalbox .button {
    background-color: #E1001E;
    display: block;
    width: 100%;
    padding: 0.5rem;
    border-radius: 10px;
    border-color: transparent;
    color: white;
    font-size: 16px;
}

.iknow_tm_modalbox .register-button {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    color: black;
}

.iknow_tm_modalbox .register-button span {
    color: #E1001E;
}

.iknow_tm_modalbox .popup-copyright {
    text-align: center;
    display: block;
    font-size: 0.9rem;
    color: #AFAFAF;
}



.register-tabs {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: 3px solid #8F8F8F;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.register-tabs a {
    text-decoration: none;
    color: #8F8F8F;
    text-align: center;
    width: 100%;
    font-size: .9rem;
    padding-top: 0.3rem;
    margin-top: -0.15rem;
    border-top: 3px solid transparent;
}

.register-tabs a.active {
    color: #EA0029;
    border-color:#EA0029;
}

label[for=kvkk] {
    font-size: 0.9rem;
}







form#search-form input[type="text"] {
    height: 33px;
    border-radius: 10px;
    position: relative;
    bottom: 3px;
    letter-spacing: inherit;
    width: 180px;
}

form#search-form input[type="text"]:focus {
    outline: none;
    width: 250px;
}

form#search-form button[type=submit] {
    background-color: transparent;
    border: 0;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
    padding: 5px;
    z-index: 2;
    color: #ccc;
}

.language button {
    background-color: transparent;
    border: 0;
    margin-right: 1rem;
}

.language button:hover {
    cursor: pointer;
}

.language button svg {
    height: 25px;
    width: 25px;
}

.language .dropdown-language {
    position: absolute;
    background-color: white;
    min-width: 150px;
    min-height: 70px;
    display: none;
    padding: 0.5rem;
    border-radius: 10px;
    border: 1px solid #F1F1F1;
}

.language:hover .dropdown-language,
.doprodown-language:hover {
    display: block;
}

.language .dropdown-language a {
    color: black;
    text-decoration: none;
    display: block;
}


.sidebar-mobile {
    display: none;
}

.iknow_tm_sidebar_2 .menu ul li .svg,
.iknow_tm_sidebar_2 .menu ul li svg {
    top: 35px;
}

.iknow_tm_sidebar_2 .menu ul li:hover .svg,
.iknow_tm_sidebar_2 .menu ul li:hover svg {
    fill: black;
}

.iknow_tm_sidebar_2 .menu > ul > li {
    height: auto;
}
.menu li .dropdown {
    max-height: 0;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}

.menu li .dropdown .dropdown-item {
    padding-left: 0;
}


.menu li.opened .dropdown {
    max-height: 500px;
}


.iknow_tm_sidebar_2 .menu ul li:hover .svg,
.iknow_tm_sidebar_2 .menu ul li:hover svg path,
.iknow_tm_sidebar_2 .menu ul li.active:not(.mleave) svg path {
    fill: black!important;
    stroke: #000!important;
    color: black!important;
}

.project-title {
    font-size: 1.5rem;
    color: #EA0029;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 6px;
    display: block;
}


.sub-titles {
    display: flex;
    gap: 1rem;
}

.project-subtitle {
    font-size: 1.2rem;
    color: #EA0029;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 6px;
    display: block;
    text-decoration: none;
}




/*
    Sidebar
*/
.sidebar {
    max-height: 100vh;
    position: relative;
    overflow-x: hidden;  /* sadece yatay kaydırma */
    overflow-y: hidden; /* dikey kaydırmayı kapatır */
    white-space: nowrap; /* içerikler yan yana taşmazsa scroll çıkmaz */
    transition: all 0.3s;
}
/* Hover olduğunda scroll açılır */
.sidebar:hover {
    overflow-y: scroll;
}

/* Webkit tarayıcılar (Chrome, Edge, Safari) */
.sidebar::-webkit-scrollbar {
    width: 0; /* scrollbar kalınlığı */
    opacity: 0; /* opacity */
    transition: all 0.3s;
}

.sidebar:hover::-webkit-scrollbar {
    opacity: 1; /* opacity */
    width: 30px; /* Hover'da görünür */
}

.sidebar::-webkit-scrollbar-track {
    background: #f1f1f1; /* track arka plan */
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #EA0029; /* kaydırma çubuğu rengi */
    border-radius: 5px;        /* yuvarlatma */
}

.sidebar::-webkit-scrollbar-button {
    display: none; /* ok tuşlarını gizler */
}

/* Firefox */
.sidebar {
    scrollbar-width: thin;         /* ince scrollbar */
    scrollbar-color: #EA0029 #f1f1f1; /* thumb ve track renkleri */
}

@media (min-width: 768px) {
	.menu-text {
		position: relative;
		top: -10px;
	}

	.menu-text-alt {
		display: block;
		position: relative;
		top: -55px;
		font-size: 0.8rem!important;
		font-weight: 500 !important;
	}

	.iknow_tm_news .news_list ul li .details .category a {
		height: 45.4px;
		position: relative;
		overflow-y: hidden;
		display: block;
	}
}

@media (max-width: 767px) {
	.iknow_tm_news .news_list ul li {
		width: 50%;
		padding: 0 5px;
	}

	.iknow_tm_news .news_list {
		padding-top: 30px;
	}

	.iknow_tm_animate_section .section_inner {
		padding: 10px;
	}

	.iknow_tm_mobile_menu .dropdown {
		height: 100vh!important;
	}
}

@media (max-width: 1220px) {
    .home-favorites {
        display: none;
    }

    .home-last-items {
        width: 100%
    }

    .home-slider {
        width: 60%;
    }

    .home-content {
        width: 40%;
    }
}

@media (max-width: 1130px) {
    .sidebar-mobile {

    }

    .sidebar-desktop {

    }

    .col-sm-3:has(.sidebar) {
        width: 5rem;
    }

    .col-sm-3:has(.sidebar) + .col-sm-9 {
        width: calc(100% - 5rem);
    }

    .menu > ul > li > a > span,
    .menu > ul > li > ul > li > a > span {
        display: none;
    }

    .menu > ul > li > a {
        padding: 1rem;
    }

    .col-sm-3:has(.sidebar):hover {
        width: inherit;
        position: absolute;
        background-color: white;
        z-index: 10;
        height: 100%;
    }
    .col-sm-3:has(.sidebar):hover + .col-sm-9 {
        margin-left: 5rem;
    }

    .col-sm-3:has(.sidebar):hover .menu > ul > li > a > span,
    .col-sm-3:has(.sidebar):hover .menu > ul > li > ul > li > a > span {
        display: inline;
    }

    .col-sm-3:has(.sidebar):hover .menu > ul > li > a > span {
        padding: 1.5rem 1rem;
    }

    .menu > ul > li > ul.dropdown > li > a {
        padding: 1rem 0 1rem 3rem;
        font-size: 0.9rem;
    }

    .menu > ul > li.opened > ul.dropdown {
        max-height: 0;
    }

    .col-sm-3:has(.sidebar):hover .menu > ul > li.opened > ul.dropdown {
        max-height: 500px;
    }
}

@media (max-width: 920px) {
    .home-content,
    .topbar span.title {
        display: none;
    }
    .home-slider {
        width: 100%;
    }
    .col-sm-4:has(.topbar-buttons) {
        width: 100%;
    }
}

@media (max-width: 1130px) {
    .topbar span.title {

    }
}

@media (min-height: 760px) {

}
