

.header {
    border-bottom: 1px solid #eee;
    padding: 0px 0;
    height: 80px;
	background:#fff;
	z-index:999;
}



@media (max-width: 576px) {
  .navbar-collapse {  
    background: #fff !important;
    padding: 20px !important; 
  }

  .event-card-belgelendirme {
    height: 128px !important;
}
}

.navbar-brand {
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-right: auto !important;

}

.logo {
    max-height: 75px;
    display: block;
    margin: 0;
    padding: 0;
}

.phone-divider,
.logo-divider {
    height: 80px;
    width: 1px;
    background-color: #ddd;
}

.header-btn {
    background-color: #28a745;
    border-radius: 4px;
    padding: 8px 10px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.header-btn:hover {
    background-color: #218838;
    color: white;
}

.top-info {
    font-size: 14px;
}

.top-icon {
    margin-right: 6px;
    color: #555;
}

.logo-divider,
.phone-divider {
    position: relative;
}

.logo-divider::after,
.phone-divider::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #ddd;
    left: 50%;
    transform: translateX(-50%);
}

.nav-link {
    font-size: 15px;
    color: #1b1a1a;
    font-weight: 600;
}

.dropdown-menu {
    border-radius: 5px;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-top: 13px !important;
    font-size: 0.860rem;
}

.dropdown-menu a {
    margin: 0px 0 !important;
    padding: 10px 23px;
    border-bottom: 1px solid #ececec;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.social-media a {
    color: #fff;
    padding: 4px 5px;
    background-color: #1b1a1a;
    border-radius: 10%;
    transition: all 0.6s ease;
}

.social-media a:hover {
    color: #fff;
    padding: 4px 5px;
    background-color: #2E3192;
    border-radius: 10%;
}

/* Slider */

.slide-item {
    height: 55vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.bg-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    /* siyah overlay */
    z-index: 1;
}

.slide-item {
    height: 75vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.slide__body {
    position: relative;
    z-index: 2;
    /* Flex ayarları ile içerik dikey ortalanıyor */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    left: 0%;
}

.slide__subtitle {
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
}

.slide__title {
    font-size: 5rem;
    font-weight: bold;
    color: #fff;
}

.slide__desc {
    font-size: 1.1rem;
    max-width: 600px;
    color: #fff;
}

.btn__primary {
    background-color: #2E3192 !important;
    color: white;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn__primary:hover {
    background-color: #1b1d4c !important; 
    color:#fff !important;
}

.btn__white {
    background-color: white;
    color: #333;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
}

.slick-dots li button:before {
    color: white;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    border: none;
    color: #fff;
    padding: 10px 15px;
    transform: translateY(-50%);
    font-size: 34px;
    cursor: pointer;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 45px;
}

.slick-prev:hover,
.slick-next:hover {
    color: rgba(0, 0, 0, 0.8);
}

.slick-prev::before,
.slick-next::before {
    display: none;
    content: none;
}

.slick-dots {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    transition: all 0.6s ease;
}

.slick-dots li button:before {
    color: white;
    opacity: 0.7;
    font-size: 20px;
    transition: all 0.6s ease;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    font-size: 20px;
    color: #2E3192
}

.slick-dots li:hover button:before {
    transform: scale(1.2);
    opacity: 1;
}

.news-ticker-wrapper {
    height: 50px;
    background-color: #2E3192;
    margin-top: -30px;
    padding: 12px;
}

.ticker-label {
    min-width: 80px;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: -25px;
}

.news-ticker {
    height: 50px;
    overflow: hidden;
}

.news-ticker-list {
    position: relative;
    transition: transform 0.5s ease-in-out;
}

.news-ticker-list li {
    height: 40px;
    white-space: nowrap;
    font-size: 16px;
    padding-left: 10px;
}

.category-slider {
    display: flex;
    overflow: hidden;
}

.category-item {
    width: 160px;
    margin-right: 25px;
    text-align: center;
    flex-shrink: 0;
    border-radius: 5px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.category-item .card-lift {
    background-color: #2E3192;
}

.category-item:hover {
    box-shadow: 0 2px 1px rgba(0, 0, 10, 0.2);
    transform: translateY(5px);
}

.category-item img {
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.category-item h5 {
    font-size: 1rem;
    font-weight: bold;
    color: #555;
}

.category-item-text {
    color: #fff
}

.slick-categories {
    margin: 50px 0px;
}

.slick-categories h2 {
    font-size: 1.5rem;
    font-weight: 700;
}

.slick-categories p {
    font-size: 1rem;
    font-weight: 400;
    color: #555;
    line-height: 25px;
}

.event h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

.event-card {
    height: 320px;
}

.event-card-belgelendirme {
    height: 100px;
}

.event-card img {
    object-fit: cover;
    height: 320px !important;
    width: 100%;
    transition: transform 0.3s ease;
}

.event-card:hover img {
    transform: scale(1.05);
}

.event-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.event-card-belgelendirme {
    height: 100px;
}

.event-card-belgelendirme-overlay {
    background: linear-gradient(to right, #2e3192, #4d51cf);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.event-card-belgelendirme-overlay:hover {
    background: linear-gradient(to right, #2e3192, #4d51cf);
}

.other-menu-icon {
    background-color: #f6f6f6;
    min-width: 3.5rem;
    max-width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
}

.other-menu-icon i {
    font-size: 1.4rem;
}

.other-menu p {
    font-size: 0.8rem;
}

.other-menu {
    padding: 10px;
    transition: all 0.3s ease;
}

.other-menu:hover {
    background-color: #f6f6f6;
    transform: translateY(-3px);
}

.other-menu a {
    color: #1b1a1a;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.other-menu a:hover {
    color: #2E3192;
}

.others h3 {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -1px;
}

.footer {
    background-color: #151637;
    padding: 50px 0;
    position: relative;
}

.footer::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0px;
    width: 280px;
    height: 280px;
    background-image: url('assets/images/logo-footer.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}

.footer h4 {
    color: #28a745;
    font-size: 18px;
}

.footer p {
    color: #ccc;
    font-size: 15px;
    margin: 20px 0;
}

.footer-bottom {
    background-color: #1b1d4c;
    padding: 15px 0;
}

.footer-bottom ul li a {
    color: #f6f6f6;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-bottom ul li a:hover {
    color: #28a745
}

.creator-brand a {

    color: #f6f6f6;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.creator-brand a:hover {
    color: #28a745
}

.foot-menu li {
    margin: 8px 0;
}

.foot-menu li a {
    color: #8c8db0;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;

}

.foot-menu li a:hover {
    color: #28a745
}

.floating-icons {
    position: fixed;
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.floating-icons a img {
    width: 65px;
    height: 80px;
    object-fit: contain;
    border-radius: 5px;
    background-color: #fff;
    padding: 6px 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.floating-icons a img:hover {
    transform: scale(1.1);
}

/*
 .page-header {
            background: linear-gradient(to right, #919191, #b6b5b5);
            color: white;
            padding: 3rem 1rem;
        }
*/
.page-header {
    background: linear-gradient(to right, #2e3192, #4246ce);
    color: white;
    padding: 3rem 1rem;
}

        .page-header h1 {
            font-weight: 700;
            font-size: 65px;
            color: #fff;
            letter-spacing: -1px;
        }

        .page-header .lead {
            font-size: 16px !important;
            color: #fff; 
            font-weight: 500 !important;
        }

        .left-menu .nav-link {
            color: #151637;
            font-weight: 500;
            padding: 1.2rem 1rem;
            border-left: 3px solid transparent;
            transition: all 0.3s;
            box-shadow: 0 1px 73px 0 rgba(40, 40, 40, .15);
            border-bottom: 1px solid #efefef;
        }

        .left-menu .nav-link:hover {
            background-color: #fff;
            color: #1b1d4c;
        }

        .left-menu i {
            color: #6c757d;
            transition: transform 0.2s ease;
        }

        .left-menu .nav-link:hover i {
            transform: translateX(4px);
            color: #1b1d4c; 
        }

        .left-menu .nav-link.active {
            background-color: #1b1d4c;
            color: #fff;
        }

        

        .breadcrumb-in-header {
            margin-top: 1rem;
            background: transparent;
            padding: 0;
        }

        .breadcrumb-in-header .breadcrumb-item+.breadcrumb-item::before {
            content: "";
            display: inline-block;
            font-family: "bootstrap-icons";
            content: "\f285";
            margin: 0 0.1rem;
            color: rgba(255, 255, 255, 0.6);
        }

        .breadcrumb-in-header .breadcrumb-item a {
            color: #fff;
            text-decoration: none;
            font-size: 15px;
        }

        .breadcrumb-in-header .breadcrumb-item.active {
            color: #efefef;
            font-size: 15px;
        }

        .other-page-title {
            font-size: 19px;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #1b1d4c;
        }

        .text-muted {
            color: #212529 !important;
            line-height: 26px;
        }
/*
.slick-dotted.slick-slider { 
    padding-bottom: 20px !important;
}*/

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    opacity: 1;
}