* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    user-select: none;
}

:root {
    --renk1: red;
    --renk2: #e46868;
    --renk3: red;
    --renk4: red;
}

body {
    background-color: #111827;
    color: white;
}

::selection {
    background: #f8f8f8;
    color: #4e555b;
}

a {
    color: white;
}

a:hover {
    color: white;
    text-decoration: none;
}

header {
    background: rgba(17, 24, 39, 0.8);
    backdrop-filter: blur(10px);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.nav-link {
    color: white;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rakam-kutu {
    background: rgba(15, 23, 42, 0.6);
    border-radius: 50%;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
    width: 220px;
    height: 220px;
    margin: 0 auto;
}

.rakam-kutu:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 30px -12px rgba(0, 0, 0, 0.25);
    background: rgba(15, 23, 42, 0.75);
    border: 2px solid rgba(255, 255, 255, 0.35);
}

.rakam-kutu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 50%;
}

.rakam-kutu:hover::before {
    opacity: 1;
}

/* İkon ve sayaç stilleri */
.rakam-kutu .stat-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
    color: #fff;
}

.rakam-kutu .counter {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #a78bfa, #6d28d9);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.rakam-kutu .stat-title {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.25rem;
    font-weight: 500;
}

/* Özel kart renkleri */
.rakam-kutu:nth-child(1) .stat-icon {
    color: #f472b6;
}

.rakam-kutu:nth-child(2) .stat-icon {
    color: #60a5fa;
}

.rakam-kutu:nth-child(3) .stat-icon {
    color: #a78bfa;
}

.rakam-kutu:nth-child(4) .stat-icon {
    color: #4ade80;
}

/* İkon arkaplan efekti */
.rakam-kutu .stat-icon::before {
    content: "";
    position: absolute;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* İkon stilleri */
.icon-wrapper {
    margin: 0 auto 1.25rem;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 2;
}

.rakam-row .col-6:nth-child(1) .rakam-kutu .icon-wrapper, .rakam-row .col-6:nth-child(5) .rakam-kutu .icon-wrapper {
    background-color: rgba(139, 92, 246, 0.25);
    box-shadow: 0 0 25px rgba(139, 92, 246, 0.4), inset 0 0 15px rgba(139, 92, 246, 0.2);
}

.rakam-row .col-6:nth-child(2) .rakam-kutu .icon-wrapper {
    background-color: rgba(59, 130, 246, 0.25);
    box-shadow: 0 0 25px rgba(59, 130, 246, 0.4), inset 0 0 15px rgba(59, 130, 246, 0.2);
}

.rakam-row .col-6:nth-child(3) .rakam-kutu .icon-wrapper {
    background-color: rgba(245, 158, 11, 0.25);
    box-shadow: 0 0 25px rgba(245, 158, 11, 0.4), inset 0 0 15px rgba(245, 158, 11, 0.2);
}

.rakam-row .col-6:nth-child(4) .rakam-kutu .icon-wrapper {
    background-color: rgba(16, 185, 129, 0.25);
    box-shadow: 0 0 25px rgba(16, 185, 129, 0.4), inset 0 0 15px rgba(16, 185, 129, 0.2);
}

/* Hover durumunda ikon davranışı */
.rakam-kutu:hover .icon-wrapper {
    transform: scale(1.2) translateY(-10px);
}

.rakam-row .col-6:nth-child(1) .rakam-kutu:hover .icon-wrapper, .rakam-row .col-6:nth-child(5) .rakam-kutu:hover .icon-wrapper {
    background-color: rgba(139, 92, 246, 0.4);
    box-shadow: 0 0 35px rgba(139, 92, 246, 0.6), inset 0 0 20px rgba(139, 92, 246, 0.4);
}

.rakam-row .col-6:nth-child(2) .rakam-kutu:hover .icon-wrapper {
    background-color: rgba(59, 130, 246, 0.4);
    box-shadow: 0 0 35px rgba(59, 130, 246, 0.6), inset 0 0 20px rgba(59, 130, 246, 0.4);
}

.rakam-row .col-6:nth-child(3) .rakam-kutu:hover .icon-wrapper {
    background-color: rgba(245, 158, 11, 0.4);
    box-shadow: 0 0 35px rgba(245, 158, 11, 0.6), inset 0 0 20px rgba(245, 158, 11, 0.4);
}

.rakam-row .col-6:nth-child(4) .rakam-kutu:hover .icon-wrapper {
    background-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 0 35px rgba(16, 185, 129, 0.6), inset 0 0 20px rgba(16, 185, 129, 0.4);
}

.rakam-kutu .text-purple-500,
.rakam-kutu .text-blue-500,
.rakam-kutu .text-yellow-500,
.rakam-kutu .text-green-500 {
    font-size: 2rem;
    /* İkon boyutu artırıldı */
    transition: all 0.5s ease;
}

.rakam-kutu:hover .text-purple-500,
.rakam-kutu:hover .text-blue-500,
.rakam-kutu:hover .text-yellow-500,
.rakam-kutu:hover .text-green-500 {
    transform: rotate(-10deg) scale(1.15);
}

/* Sayı stilleri */
.counter-value {
    font-size: 2.5rem;
    /* Daha büyük sayılar */
    font-weight: 700;
    margin: 0.5rem 0;
    background: linear-gradient(to right, #fff, #e2e8f0);
    background-clip: text;
    color: transparent;
    letter-spacing: 0.5px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.25);
    transition: all 0.4s ease;
}

.rakam-kutu:hover .counter-value {
    transform: scale(1.05);
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}

/* Etiket stilleri */
.rakam-kutu p {
    font-size: 1.05rem;
    color: rgba(229, 231, 235, 0.8);
    /* Daha açık renk */
    font-weight: 500;
}

/* İstatistik Kartları Hover Efekti */
.rakam-kutu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    /* Logo büyütüldü (90% -> 110%) */
    height: 110%;
    /* Logo büyütüldü (90% -> 110%) */
    background-image: url("../images/yildiz.png");
    /* Vektörel logo */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 3;
    /* Diğer içeriklerin üstünde olması için artırıldı (-1 -> 3) */
    pointer-events: none;
}

.rakam-kutu:hover::after {
    opacity: 0.25;
    /* Daha belirgin logo (0.15 -> 0.25) */
    transform: translate(-50%, -50%) scale(1);
    animation: growLogo 0.6s ease-out forwards;
    /* Dönme yerine büyüme animasyonu */
}

/* Logo büyüme animasyonu */
@keyframes growLogo {
    from {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0;
    }

    to {
        transform: translate(-50%, -50%) scale(.93);
        opacity: 0.25;
    }

    /* Opaklık artırıldı (0.15 -> 0.25) */
}

/* Kullanıcı kartı özel stili */
.rakam-row .col-6:nth-child(1) .rakam-kutu, .rakam-row .col-6:nth-child(5) .rakam-kutu {
    background: linear-gradient(135deg, rgba(31, 41, 55, 0.6), rgba(109, 40, 217, 0.15));
}

.rakam-row .col-6:nth-child(1) .rakam-kutu:hover, .rakam-row .col-6:nth-child(5) .rakam-kutu:hover {
    background: linear-gradient(135deg, rgba(31, 41, 55, 0.8), rgba(109, 40, 217, 0.35));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25), 0 0 25px rgba(139, 92, 246, 0.5);
}

/* Oyun kartı özel stili */
.rakam-row .col-6:nth-child(2) .rakam-kutu {
    background: linear-gradient(135deg, rgba(31, 41, 55, 0.6), rgba(59, 130, 246, 0.15));
}

.rakam-row .col-6:nth-child(2) .rakam-kutu:hover {
    background: linear-gradient(135deg, rgba(31, 41, 55, 0.8), rgba(59, 130, 246, 0.35));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25), 0 0 25px rgba(59, 130, 246, 0.5);
}

/* Film kartı özel stili */
.rakam-row .col-6:nth-child(3) .rakam-kutu {
    background: linear-gradient(135deg, rgba(31, 41, 55, 0.6), rgba(245, 158, 11, 0.15));
}

.rakam-row .col-6:nth-child(3) .rakam-kutu:hover {
    background: linear-gradient(135deg, rgba(31, 41, 55, 0.8), rgba(245, 158, 11, 0.35));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25), 0 0 25px rgba(245, 158, 11, 0.5);
}

/* Uptime kartı özel stili */
.rakam-row .col-6:nth-child(4) .rakam-kutu {
    background: linear-gradient(135deg, rgba(31, 41, 55, 0.6), rgba(16, 185, 129, 0.15));
}

.rakam-row .col-6:nth-child(4) .rakam-kutu:hover {
    background: linear-gradient(135deg, rgba(31, 41, 55, 0.8), rgba(16, 185, 129, 0.35));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25), 0 0 25px rgba(16, 185, 129, 0.5);
}

.sectionBaslik {
    text-align: center;
    color: white;
}

.sectionBaslik .baslik {
    font-family: 'Orbitron', sans-serif;
    font-size: 26px;
    font-weight: 600;
}

.sectionBaslik .altBaslik {
    font-family: 'Orbitron', sans-serif;
}

/* Feature Cards */
.ozellik-kutu {
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(15, 23, 42, 0.5);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    color: white;
    margin: 15px 0;
    padding: 10px;
    height: 170px;
}

.ozellik-kutu:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.3);
    background: rgba(15, 23, 42, 0.7);
    border-color: rgba(255, 255, 255, 0.10) !important;
}

.ozellik-icon-container {
    position: relative;
    transition: all 0.4s ease;
    background: none;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    margin-right: 10px;
    margin-top: 10px;
}

/* SVG Kalkan Stili */
.shield-svg {
    position: absolute;
    z-index: 1;
    padding: 0;
    transition: all 0.5s ease;
}

.shield-path {
    fill: rgba(255, 255, 255, 0.03);
    stroke: rgba(255, 255, 255, 0.08);
    stroke-width: 1;
    transition: all 0.5s ease;
}

/* Ortak container stilleri */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

/* container-fluid her zaman %100 genişlikte */
.container-fluid {
    max-width: 100%;
}

/* Responsive container sınıfları */
@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}


/* Farklı özellikler için farklı renk tonları */
.ozellik-row .col-6:nth-child(1) .ozellik-kutu .shield-path {
    fill: rgba(124, 58, 237, 0.05);
    /* Mor ton */
}

.ozellik-row .col-6:nth-child(2) .ozellik-kutu .shield-path {
    fill: rgba(59, 130, 246, 0.05);
    /* Mavi ton */
}

.ozellik-row .col-6:nth-child(3) .ozellik-kutu .shield-path {
    fill: rgba(245, 158, 11, 0.05);
    /* Amber ton */
}

.ozellik-row .col-6:nth-child(4) .ozellik-kutu .shield-path {
    fill: rgba(16, 185, 129, 0.05);
    /* Yeşil ton */
}

.ozellik-row .col-6:nth-child(5) .ozellik-kutu .shield-path {
    fill: rgba(239, 68, 68, 0.05);
    /* Kırmızı ton */
}

.ozellik-row .col-6:nth-child(6) .ozellik-kutu .shield-path {
    fill: rgba(99, 102, 241, 0.05);
    /* İndigo ton */
}

.ozellik-kutu:hover .shield-path {
    fill: rgba(255, 255, 255, 0.1);
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 1.5;
}

.ozellik-kutu:hover .shield-svg {
    transform: scale(1.05) rotate(2deg);
}

.ozellik-icon {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ozellik-kutu:hover .ozellik-icon {
    transform: scale(1.1);
    /* İkonu büyüt */
}

/* Özellik ikonlarında hover efekti için logo */
.ozellik-icon-container::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/yildiz.png");
    background-size: 90%;
    /* Kalkanın içine sığacak şekilde daha da küçültüldü (80% -> 70%) */
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.5s ease, transform 0.8s ease;
    z-index: 3;
    /* Kalkanın ve ikonun üzerinde görünmesi için z-index artırıldı (0 -> 3) */
    pointer-events: none;
    top: -18px;
    margin-left: -2px;
    margin-top: -1px;
}

.ic-sayfa .ozellik-icon-container::after {
    width: 130px;
    left: 11px;
}

.ozellik-kutu:hover .ozellik-icon-container::after {
    opacity: 0.3;
    /* Logo opaklığı artırıldı (0.1 -> 0.3) */
    transform: scale(0.9);
    /* Logo boyutu küçültüldü (1 -> 0.9) */
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.85);
        opacity: 0.2;
        /* Opaklık artırıldı (0.1 -> 0.2) */
    }

    50% {
        transform: scale(0.95);
        opacity: 0.4;
        /* Opaklık artırıldı (0.2 -> 0.4) */
    }

    100% {
        transform: scale(0.85);
        opacity: 0.2;
        /* Opaklık artırıldı (0.1 -> 0.2) */
    }
}

.ozellik-kutu h3 {
    font-size: 20px;
    color: white;
    margin-bottom: 3px;
}

.ozellik-kutu p {
    font-size: 14px;
    color: white;
    margin-bottom: 0;
}

.media-tab-button,
.galeri-tab {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: rgba(55, 65, 81, 0.7);
    color: #e5e7eb;
    border: 2px solid transparent;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    position: relative;
    z-index: 5;
    margin: 0 10px;
}

.media-tab-button.active,
.media-tab-button:hover,
.galeri-tab.active,
.galeri-tab:hover {
    background-color: rgba(109, 40, 217, 0.8);
    border-color: rgba(139, 92, 246, 0.9);
    color: white;
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.4);
    transform: scale(1.1);
}

.media-tabs-buttons,
.galeri-tabs-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-kutu {
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: end;
    left: 50%;
    transform: translateX(-50%);
}

.video-kutu::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(circle, rgba(17, 24, 39, 0.5) 50%, rgba(17, 24, 39, 1) 85%);
}

.video-kutu-ic {
    padding: 35px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.video-kutu .baslik {
    font-size: 34px;
    color: white;
    margin-bottom: 10px;
    font-weight: 600;
}

.video-kutu .icerik {
    font-size: 18px;
    margin-bottom: 20px;
    color: white;
}

.video-info {
    display: inline-flex;
    margin: 0 5px;
    position: relative;
    border: 1px solid white;
    border-radius: 20px;
    padding: 3px 15px;
    color: white;
    justify-content: center;
    align-items: center;
}

.video-info:first-child {
    margin-left: 0;
}

.video-info i {
    margin-right: 10px;
}

.video-kutu video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galeri-kutu {
    width: 100%;
    aspect-ratio: 40 / 27;
    border-radius: 10px;
    overflow: hidden;
}

.galeri-kutu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ileri-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}

.ileri-button::before {
    content: "\f101";
    font: var(--fa-font-solid);
    font-size: 22px;
    color: rgba(255, 255, 255, 0.5);
}

.geri-button {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: -30px;
}

.geri-button::before {
    content: "\f100";
    font: var(--fa-font-solid);
    font-size: 22px;
    color: rgba(255, 255, 255, 0.5);
}

.galeri-ic, .medya-ic {
    display: none;
}

.galeri-ic.active, .medya-ic.active {
    display: block;
}

.slider {
    overflow: hidden;
    height: 100vh;
    position: relative;
}

.slider .video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slider .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.slider-ic {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.slider-ic .baslik {
    font-size: 48px;
    font-weight: 600;
    max-width: 400px;
    position: relative;
    text-shadow: 2px 2px 4px black;
}

.slider-ic .altBaslik {
    font-size: 28px;
    font-weight: 600;
    text-shadow: 2px 2px 4px black;
}

.slider-ic .icerik {
    font-size: 16px;
    text-shadow: 2px 2px 4px black;
}

.slider-ic hr {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
    width: 100%;
    height: 2px;
}

/* Modern fiyat tablosu stilleri */
.pricing-table-container {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 2rem;
    background: transparent;
    perspective: 1500px; /* Daha derin 3D efektleri için perspektif arttırıldı */
    position: relative;
    z-index: 1;
}

/* Arka plan için siber grid efekti */
.pricing-table-container:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    background-position: center center;
    transform: perspective(500px) rotateX(60deg);
    animation: gridMove 30s linear infinite;
    z-index: -1;
    opacity: 0.3;
}

@keyframes gridMove {
    0% {
        transform: perspective(500px) rotateX(60deg) translateY(0);
    }
    100% {
        transform: perspective(500px) rotateX(60deg) translateY(50px);
    }
}

.pricing-package {
    display: flex;
    flex-direction: column;
    height: 100%;
    backdrop-filter: blur(12px);
    background-color: rgba(15, 23, 42, 0.7);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-style: preserve-3d; /* 3D efektleri korumak için */
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.5),
    0 0 15px rgba(255, 255, 255, 0.05); /* Hafif beyaz glow efekti */
    will-change: transform, box-shadow; /* Performans iyileştirmesi */
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    animation: softPulse 6s infinite alternate ease-in-out;
}

@keyframes softPulse {
    0% {
        box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.5),
        0 0 15px rgba(255, 255, 255, 0.05);
    }
    100% {
        box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(255, 255, 255, 0.15);
    }
}

/* Neon kenar efekti - Her zaman aktif ama daha soft */
.pricing-package:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(45deg,
    rgba(255, 0, 150, 0) 0%,
    rgba(255, 0, 150, 0.3) 25%,
    rgba(0, 150, 255, 0.3) 75%,
    rgba(0, 150, 255, 0) 100%);
    filter: blur(8px);
    opacity: 0.3; /* Varsayılan olarak biraz görünür */
    transition: opacity 0.5s ease;
    animation: softNeonPulse 8s infinite alternate;
}

@keyframes softNeonPulse {
    0% {
        opacity: 0.2;
        filter: blur(8px);
    }
    100% {
        opacity: 0.4;
        filter: blur(10px);
    }
}

.pricing-package:nth-child(1):before {
    background: linear-gradient(45deg,
    rgba(255, 0, 150, 0) 0%,
    rgba(255, 0, 150, 0.3) 25%,
    rgba(255, 0, 255, 0.3) 75%,
    rgba(255, 0, 150, 0) 100%);
}

.pricing-package:nth-child(2):before {
    background: linear-gradient(45deg,
    rgba(0, 100, 255, 0) 0%,
    rgba(0, 100, 255, 0.3) 25%,
    rgba(100, 0, 255, 0.3) 75%,
    rgba(0, 100, 255, 0) 100%);
}

.pricing-package:nth-child(3):before {
    background: linear-gradient(45deg,
    rgba(255, 200, 0, 0) 0%,
    rgba(255, 200, 0, 0.3) 25%,
    rgba(255, 150, 0, 0.3) 75%,
    rgba(255, 200, 0, 0) 100%);
}

.pricing-package:hover:before {
    opacity: 0.7;
    animation: neonPulse 2s infinite alternate;
}

@keyframes neonPulse {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.pricing-package:hover {
    transform: translateY(-20px) scale(1.03);
    box-shadow: 0 25px 50px -10px rgba(0, 0, 0, 0.6),
    0 0 20px rgba(255, 255, 255, 0.1);
    z-index: 2;
}

.pricing-package .pricing-header {
    position: relative;
    overflow: hidden;
}

/* Enerji dalgaları - Her zaman aktif */
.energy-wave {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
}

.wave-1 {
    width: 150%;
    height: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: energyWave 10s infinite linear;
}

.wave-2 {
    width: 130%;
    height: 130%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: energyWave 8s infinite linear;
    animation-delay: -2s;
}

@keyframes energyWave {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
}

/* Işık parlaması efekti - Her zaman aktif */
.light-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    animation: lightSweep 8s infinite;
    pointer-events: none;
    z-index: 2;
}

@keyframes lightSweep {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-5deg);
    }
    20% {
        opacity: 0.3;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: translateX(100%) rotate(-5deg);
    }
}

/* Işık parlamaları efekti */
.pricing-header:after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    transform: rotate(0deg);
    opacity: 0.2; /* Varsayılan olarak hafif görünür */
    pointer-events: none;
    transition: opacity 0.5s ease;
    animation: softLightRotate 15s linear infinite;
}

@keyframes softLightRotate {
    0% {
        transform: rotate(0deg);
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.1;
    }
}

.pricing-package:hover .pricing-header:after {
    opacity: 0.6;
    animation: lightRotate 5s linear infinite;
}

/* Modern parçacık animasyonları için geliştirilmiş stiller */
.modern-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.particle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    pointer-events: none;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
    filter: blur(3px);
    animation: float 15s infinite ease-in-out;
}

.particle-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    left: 5%;
    background: radial-gradient(circle at center, rgba(255, 0, 150, 0.4) 0%, rgba(255, 0, 150, 0) 70%);
    animation-delay: 0s;
    animation-duration: 20s;
}

.particle-2 {
    width: 300px;
    height: 300px;
    top: 30%;
    right: 10%;
    background: radial-gradient(circle at center, rgba(0, 150, 255, 0.4) 0%, rgba(0, 150, 255, 0) 70%);
    animation-delay: -5s;
    animation-duration: 25s;
}

.particle-3 {
    width: 250px;
    height: 250px;
    bottom: 5%;
    left: 15%;
    background: radial-gradient(circle at center, rgba(255, 200, 0, 0.4) 0%, rgba(255, 200, 0, 0) 70%);
    animation-delay: -10s;
    animation-duration: 22s;
}

/* Eklenen yeni parçacıklar */
.particle-4 {
    width: 180px;
    height: 180px;
    top: 40%;
    left: 25%;
    background: radial-gradient(circle at center, rgba(0, 255, 200, 0.4) 0%, rgba(0, 255, 200, 0) 70%);
    animation-delay: -7s;
    animation-duration: 18s;
}

.particle-5 {
    width: 220px;
    height: 220px;
    bottom: 20%;
    right: 15%;
    background: radial-gradient(circle at center, rgba(150, 0, 255, 0.4) 0%, rgba(150, 0, 255, 0) 70%);
    animation-delay: -12s;
    animation-duration: 24s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0) scale(1);
        opacity: 0.2;
    }
    25% {
        transform: translateY(-30px) translateX(15px) scale(1.1);
        opacity: 0.3;
    }
    50% {
        transform: translateY(-15px) translateX(30px) scale(1);
        opacity: 0.2;
    }
    75% {
        transform: translateY(30px) translateX(15px) scale(0.9);
        opacity: 0.3;
    }
}

/* Modern gradient button */
.modern-special-button {
    display: inline-block;
    position: relative;
    padding: 12px 30px;
    border-radius: 50px;
    background: linear-gradient(45deg, #3498db, #9b59b6, #ff7675);
    background-size: 300% 300%;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.5s ease;
    box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.5);
    animation: gradientBG 10s ease infinite;
    transform-style: preserve-3d;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.modern-special-button:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.6),
    0 0 20px rgba(255, 255, 255, 0.2);
}

.modern-special-button:hover .btn-content {
    animation: textGlow 1.5s ease-in-out infinite alternate;
}

@keyframes textGlow {
    0% {
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    }
    100% {
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.8),
        0 0 20px rgba(255, 255, 255, 0.5);
    }
}

.yorum-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    height: 400px;
    margin: 15px 0;
    width: 100%;
}

.yorum-card:hover {
    transform: translateY(-10px);
}

.yorum-inner {
    height: 100%;
    background: rgba(30, 41, 59, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(148, 163, 184, 0.1);
    border-radius: 16px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.yorum-card:hover .yorum-inner {
    border-color: rgba(139, 92, 246, 0.3);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), 0 0 20px rgba(139, 92, 246, 0.2);
}

/* Modernize edilmiş profil resmi stili */
.author-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    position: relative;
}

.author-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
    border: 3px solid #8b5cf6;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1),
    0 8px 20px -4px rgba(0, 0, 0, 0.3);
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.yorum-card:hover .author-image {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.2),
    0 12px 25px -6px rgba(0, 0, 0, 0.4);
}

.author-image::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(220deg, transparent 70%, rgba(139, 92, 246, 0.2));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.yorum-card:hover .author-image::before {
    opacity: 1;
}

.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.yorum-card:hover .author-image img {
    transform: scale(1.05);
}

.author-info {
    text-align: center;
}

.author-name {
    font-weight: 600;
    font-size: 1.2rem;
    color: #f8fafc;
    letter-spacing: 0.02em;
    background: linear-gradient(to right, #f8fafc, #cbd5e1);
    -webkit-background-clip: text;
    background-clip: text;
    transition: all 0.3s ease;
}

.yorum-card:hover .author-name {
    background: linear-gradient(to right, #c4b5fd, #a78bfa);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Değerlendirme yıldızları */
.rating-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.star-rating .star {
    color: #eab308;
    margin-right: 2px;
    transition: all 0.3s ease;
}

.star-rating .star.empty {
    color: #374151;
}

.yorum-card:hover .star {
    transform: rotate(5deg) scale(1.1);
}

/* Alıntı simgesi */
.quote-icon {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
    opacity: 0.6;
    transform: translateY(0) rotate(0deg);
    transition: all 0.4s ease;
}

.yorum-card:hover .quote-icon {
    opacity: 1;
    transform: translateY(-3px) rotate(-10deg);
}

/* Referans metni */
.yorum-text {
    flex-grow: 1;
    color: #e2e8f0;
    font-size: 1rem;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    min-height: 110px;
}

/* Altbilgi */
.yorum-footer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
    text-align: center;
}

.author-date {
    font-size: 0.875rem;
    color: #94a3b8;
}

/* Dots Navigation */
.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(139, 92, 246, 0.2);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    margin-bottom: 5px;
}

.carousel-dot:hover {
    background-color: rgba(139, 92, 246, 0.4);
}

.carousel-dot.active {
    background-color: #8b5cf6;
    transform: scale(1.3);
}

.yorum-pagination {
    display: flex;
    justify-content: center;
}

.yorum-pagination .swiper-pagination-bullet {
    background: #8900ff;
    transition: all .4s;
    font-size: 22px;
}

.yorum-pagination .swiper-pagination-bullet-active, .yorum-pagination .swiper-pagination-bullet:hover {
    background: #6700c3;
    transform: scale(1.1);
}

.yorum-btns {
    position: absolute;
    right: 15px;
    top: 50px;
    width: 100px;
    transform: translateY(-100%);
    z-index: 5;
    height: 35px;
}

.yorum-btns .ileri-button {
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(139, 92, 246, 0.1);
    border: 1px solid rgba(139, 92, 246, 0.3);
    color: #a78bfa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.yorum-btns .ileri-button::before {
    color: #a78bfa;
}

.yorum-btns .geri-button {
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(139, 92, 246, 0.1);
    border: 1px solid rgba(139, 92, 246, 0.3);
    color: #a78bfa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.yorum-btns .geri-button::before {
    color: #a78bfa;
}

.bulten-card {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #757575;
    text-align: left;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    margin: 15px 0;
}

.bulten-card-image {
    position: relative;
    aspect-ratio: 40/25;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bulten-card-image::before {
    content: "\2b";
    font: var(--fa-font-solid);
    position: absolute;
    z-index: 5;
    color: white;
    font-size: 26px;
    transition: all .4s;
    transform: scale(0);
}

.bulten-card:hover .bulten-card-image::before {
    transform: scale(1);
}

.bulten-card:hover .bulten-card-image img {
    filter: brightness(0.5);
}

.bulten-card-image img {
    width: 100%;
    height: 100%;
    transition: all .4s;
    object-fit: cover;
}

.bulten-card-alt {
    padding: 20px 10px;
}

.bulten-card-alt .baslik {
    font-size: 22px;
    font-weight: 600;
}

.bulten-card-alt .altBaslik {
    font-size: 16px;
    font-weight: 600;
}

.bulten-card-alt .tarih {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.detay-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    border-radius: 10px;
    background-color: #7c3aed;
    color: white;
    margin-top: 30px;
}

.detay-btn i {
    margin-left: 10px;
    transition: all .4s;
}

.detay-btn:hover i {
    margin-left: 20px;
}

.iletisim input {
    background-color: #4a5568 !important;
    color: #ffffff !important;
    border-color: #4b5563 !important;
}

.footer-baslik {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-liste li i {
    margin-right: 10px;
    transition: all .4s;
}

footer a {
    color: #737883;
    transition: all .4s;
}

.footer-liste li:hover i {
    margin-left: 10px;
}

footer hr {
    background-color: #737883;
}

.navbar-brand {
    width: 100%;
}

.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all .4s;
    border-radius: 10px;
}

.nav-link:hover {
    background-color: #3e3173;
}

.nav-link i {
    margin-right: 5px;
    font-size: 14px;
}

.nav-link:hover i {
    transform: rotate(360deg) scale(1.05);
    transition: all .4s;
}

.rakamlar {
    position: relative;
    z-index: 99;
}

.slider-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.slider-button-next::before {
    content: "\f101";
    font: var(--fa-font-solid);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.slider-button-prev {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.slider-button-prev::before {
    content: "\f100";
    font: var(--fa-font-solid);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.slider .slider-ic {
    opacity: 0;
}

.slider .swiper-slide-active .slider-ic {
    opacity: 1;
}

.ozellik-icon-1 {
    background: linear-gradient(to right, #7c3aed, #3b82f6);
}

.ozellik-icon-2 {
    background: linear-gradient(to right, #3b82f6, #0f3371);
}

.ozellik-icon-3 {
    background: linear-gradient(to right, #10b981, #046847);
}

.ozellik-icon-4 {
    background: linear-gradient(to right, #ef4444, #ec4899);
}

.ozellik-icon-5 {
    background: linear-gradient(to right, #6366f1, #262997);
}

.ozellik-icon-6 {
    background: linear-gradient(to right, #7c3aed, #3b82f6);
}

.medya-kutu {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
    margin: 15px 0;
}

.medya-image {
    width: 100%;
    aspect-ratio: 40/25;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.medya-image::before {
    content: "\f04b";
    font: var(--fa-font-solid);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.9), rgba(76, 29, 149, 0.9));
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    animation: pulse-animation 2s infinite;
    pointer-events: none;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}

.medya-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.medya-title {
    text-align: left;
    padding: 5px 10px;
    min-height: 100px;
}

.medya-title .baslik {
    font-size: 18px;
}

.medya-title span {
    color: rgba(255, 255, 255, 0.7);
}

.medya-title p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

.animate__animated, .animated {
    --animate-duration: 1s; /* veya 3s, 4s */
}

.slider-yildiz {
    width: 630px;
    height: 250px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15%;
    overflow: hidden;
    z-index: 50;
}

.slider-yildiz img {
    width: 100%;
    aspect-ratio: 1;
    transition: all .4s;
}

.slider .swiper-pagination {
    position: absolute;
    width: 100%;
    bottom: 30%;
}

.slider .swiper-pagination-bullet {
    background: none;
    margin: 0 7px !important;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}

.slider .swiper-pagination-bullet::before {
    content: "";
    mask-image: url("../images/yildiz-pagination.svg");
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    transition: all .4s;
    width: 40px;
    height: 40px;
    background-color: white;
}

.slider .swiper-pagination-bullet-active, .slider .swiper-pagination-bullet:hover {
    transform: rotate(75deg) !important;
}

.ozellik-kutu .ozellik-icon::before {
    content: "";
    background-image: url(../images/kalkan.png);
    width: 90px;
    height: 110px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-size: 100%;
    opacity: 0;
    transition: all .4s;
    margin-top: -10px;
}

.ozellik-kutu:hover .ozellik-icon::before {
    opacity: 0.1;
    transform: translateY(10px) scale(1.07);
}

.ozellik-kutu:hover .ozellik-icon {
    transform: translateY(-10px);
}

.partner-kutu img {
    filter: grayscale(1);
    transition: all .4s;
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.partner-kutu:hover img {
    filter: grayscale(0);
}

.galeri-1 .galeri-kutu {
    box-shadow: 2px 0 15px #ea0000;
}

.galeriSlider1 .galeri-kutu {
    box-shadow: 2px 0 15px #a700ea;
}

.slider .slider-ic::before {
    content: "";
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgba(17, 24, 39, 0.95), rgba(17, 24, 39, 0));
    z-index: 1;
}

.slider-ic .container {
    position: relative;
    z-index: 5;
}

.lisans-basvurusu {
    background-color: var(--renk1);
    color: white;
    padding: 7px 15px;
    border-radius: 10px;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
    transition: all .4s;
}

.lisans-basvurusu:hover {
    background-color: dodgerblue;
}

.accordion {
    .accordion-item {
        border-bottom: 1px solid #e5e5e5;

        button[aria-expanded='true'] {
            border-bottom: 1px solid white;
        }
    }

    button {
        position: relative;
        display: block;
        text-align: left;
        width: 100%;
        padding: 1em 0;
        color: white;
        font-size: 1.15rem;
        font-weight: 400;
        border: none;
        background: none;
        outline: none;

        &:hover, &:focus {
            cursor: pointer;
            color: white;

            &::after {
                cursor: pointer;
                color: white;
                border: 1px solid white;
            }
        }

        .accordion-title {
            padding: 1em 1.5em 1em 0;
        }

        .icon {
            display: inline-block;
            position: absolute;
            top: 18px;
            right: 0;
            width: 22px;
            height: 22px;
            border: 1px solid;
            border-radius: 22px;

            &::before {
                display: block;
                position: absolute;
                content: '';
                top: 9px;
                left: 5px;
                width: 10px;
                height: 2px;
                background: currentColor;
            }

            &::after {
                display: block;
                position: absolute;
                content: '';
                top: 5px;
                left: 9px;
                width: 2px;
                height: 10px;
                background: currentColor;
            }
        }
    }

    button[aria-expanded='true'] {
        color: white;

        .icon {
            &::after {
                width: 0;
            }
        }

        + .accordion-content {
            opacity: 1;
            max-height: 9em;
            transition: all 200ms linear;
            will-change: opacity, max-height;
        }
    }

    .accordion-content {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: opacity 200ms linear, max-height 200ms linear;
        will-change: opacity, max-height;

        p {
            font-size: 1rem;
            font-weight: 300;
            margin: 2em 0;
        }
    }
}

/* Input container */
.input-container {
    position: relative;
    margin: 20px;
}

/* Input field */
.input-field {
    display: block;
    width: 100%;
    padding: 10px;
    color: white;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    background-color: transparent;
}

/* Input label */
.input-label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: rgba(204, 204, 204, 0);
    pointer-events: none;
    transition: all 0.3s ease;
}

/* Input highlight */
.input-highlight {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: var(--renk1);
    transition: all 0.3s ease;
}

/* Input field:focus styles */
.input-field:focus + .input-label {
    top: -20px;
    font-size: 12px;
    color: white;
}

.input-field:focus + .input-label + .input-highlight {
    width: 100%;
}

.sehir-location {
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translateY(-5px);
}

.renkli-baslik {
    background: linear-gradient(to right, #8B5CF6, #6366F1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline;
}

.yildiz-shape {
    width: 400px;
    aspect-ratio: 1;
    position: absolute;
    background-image: url("../images/yildiz-shape.png");
    background-size: 100%;
    transition: all .4s;
}

.yildiz-shape-1 {
    top: -100px;
    right: -230px;
}

.yildiz-shape-2 {
    top: -100px;
    left: -230px;
}

.pagination-baslik {
    position: fixed;
    background: #222;
    color: #fff;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
    white-space: nowrap;
    display: none;
    z-index: 9999;
}

@keyframes tooltip {
    0% {
        transform: translateY(20px) scale(0);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.harita-home-icon {
    position: absolute;
    color: rgb(255, 191, 0);
    font-size: 18px;
    transform: translate(-20%, -140%);
    z-index: 10;
}

.sehir-location {
    position: absolute;
    color: red;
    font-size: 18px;
    transform: translate(-50%, -100%);
    z-index: 10;
}

.sehir-location span {
    position: absolute;
    bottom: -3px;
    transform: translateY(100%);
    color: black;
    font-size: 14px;
}

.socialMedia {
    position: fixed;
    left: 10px;
    top: 40%;
    z-index: 999;
    transition: all .4s;
    opacity: 0;
}

.socialMedia li {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    border-radius: 10px;
    transition: all .4s;
}

.socialMedia li:hover {
    border-radius: 50%;
}

.scrollTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #a78bfa, #6d28d9);
    border: 1px solid white;
    border-radius: 50%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .4s;
    cursor: pointer;
}

.scrollTop:hover i {
    animation: tooltip 1s infinite linear;
}

.paket-card {
    margin: 15px 0;
}

.nav-toggle {
    position: fixed;
    right: 30px;
    top: 7px;
    font-size: 32px;
}

.nav-logo {
    height: 50px;
}

.dropdown-menu {
    transform: translateY(50px);
    transition: all .4s;
    opacity: 0;
    display: block !important;
    visibility: hidden;
}

.dropdown:hover .dropdown-menu {
    visibility: visible !important;
    transform: translateY(0);
    opacity: 1;
}

.sag-menu {
    position: fixed;
    right: 0;
    display: none;
    top: 25%;
    z-index: 99998;
    transform: translateX(0);
    transition: all .4s;
}

.sag-menu.active {
    transform: translateX(calc(100% + 30px));
}

.sag-menu li {
    width: 60px;
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all .4s;
}

.sag-menu li:first-child {
    border-radius: 10px 0 0 0;
}

.sag-menu li:last-child {
    border-radius: 0 0 0 10px;
}

.sag-menu li:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.sag-menu li span {
    position: absolute;
    width: 150px;
    left: -10px;
    transform: translateX(0);
    opacity: 0;
    pointer-events: none;
    border-bottom: 1px solid white;
    transition: all .4s;
    text-align: center;
}

.sag-menu li:hover span {
    transform: translateX(-100%);
    opacity: 1;
}

.bulten-detay-img {
    border-radius: 10px;
    overflow: hidden;
}

.modal-content {
    background-color: #131a27;
}

.modal .close {
    color: white;
}

.modal label {
    margin: 0;
}

.isletmeSlider img {
    border-radius: 10px;
    aspect-ratio: 4/3;
}

.slider .video {
    display: none;
}

.slider .swiper-slide-active .video {
    display: block;
}

.yildiz-isletme {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    text-align: center;
    background-color: #ffd707;
    color: black;
    border-radius: 10px 10px 0 0;
    font-weight: 500;
    padding: 5px;
    pointer-events: none;
}

.isletme-ic {
    padding: 15px 0;
}

.isletme-ic .baslik {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
}

.isletme-ic .baslik i {
    color: #ffd707;
}

.isletme-ic .icerik {
    font-size: 14px;
    min-height: 80px;
}

.isletme-ic ul li {
    margin: 0 10px;
}

label {
    margin: 0;
}

.isletme-kutu {
    border-radius: 10px;
    background-color: #2d3342;
    padding: 20px;
    margin: 15px 0;
}

.dropdown-item {
    font-size: 14px;
}

.breadcrumb-item.active {
    color: white;
}

.radio-inputs {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    border-radius: 0.5rem;
    background-color: #eee;
    box-sizing: border-box;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
    padding: 0.25rem;
    width: 100%;
    font-size: 14px;
    margin: 15px 0;
}

.radio-inputs .radio {
    flex: 1 1 auto;
    text-align: center;
}

.radio-inputs .radio input {
    display: none;
}

.radio-inputs .radio .name {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: none;
    padding: 0.5rem 0;
    color: rgba(51, 65, 85, 1);
    transition: all 0.15s ease-in-out;
}

.radio-inputs .radio input:checked + .name {
    background-color: #fff;
    font-weight: 600;
}

/* Hover effect */
.radio-inputs .radio:hover .name {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Animation */
.radio-inputs .radio input:checked + .name {
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    animation: select 0.3s ease;
}

@keyframes select {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Particles */
.radio-inputs .radio input:checked + .name::before,
.radio-inputs .radio input:checked + .name::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #3b82f6;
    opacity: 0;
    animation: particles 0.5s ease forwards;
}

.radio-inputs .radio input:checked + .name::before {
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.radio-inputs .radio input:checked + .name::after {
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes particles {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(0);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(var(--direction));
    }
}

.radio-inputs .radio input:checked + .name::before {
    --direction: -10px;
}

.radio-inputs .radio input:checked + .name::after {
    --direction: 10px;
}

.form-control {
    margin: 5px 0;
}

.basvuruTamamlaBtn {
    padding: 5px 10px;
    border-radius: 10px;
    background-color: var(--renk1);
    border: none;
    color: white;
    margin: 5px 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.basvuruTamamlaBtn i {
    margin-left: 10px;
}

.basvuruTamamlaBtn:hover i {
    transition: all .4s;
    transform: rotate(360deg);
}

.iletisimBilgileri {
    border-radius: 10px;
    background-color: rgb(46 58 82 / 50%);
    border: 1px solid white;
    backdrop-filter: blur(10px);
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 25px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.iletisimBilgileri i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #8B5CF6, #6366F1);
    margin-right: 10px;
}

.iletisimBilgileri a {
    display: flex;
    align-items: center;
}

.iletisimBilgileri li {
    margin: 10px 0;
    flex: 0 0 auto;
    min-width: 45%;
}

#zoom {
    overflow: hidden;

}
.harita-btns {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    margin-top: 20px;
}
.harita-btns button{
    border: none;
    background-color: white;
    color: black;
    padding: 5px 15px;
    border-radius: 10px;
    margin: 0 10px;
}
.harita-isim{
    position: absolute;
    background-color: black;
    color: white;
    border-radius: 10px;
    padding: 5px 10px;
    z-index: 10;
    transition: all .2s;
    opacity: 0;
    pointer-events: none;
}
.lb-modal .inputs [class*= 'col']{
    display: none;
}
.lb-modal.yeni-lisans .yl{
    display: block;
}
.lb-modal.lisans-uzatma .lu{
    display: block;
}
.form-paket{
    width: 100%;
    min-height: 100%;
    background-color: white;
    border-radius: 10px;
    color: white;
    padding: 10px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border: 3px solid transparent;
    transition: all .4s;
}
.form-paket::before{
    content: "Seçildi";
    padding: 3px 10px;
    border-radius: 0 0 10px 0;
    background-color: limegreen;
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    opacity: 0;
    transform: translateX(-100%) translateY(-100%);
    transition: all .4s;
    font-size: 12px;
}
.form-paket.active::before{
    opacity: 1;
    transform: translateX(0) translateY(0);
}
.form-paket.active, .form-paket:hover{
    border: 3px solid limegreen;
}
.form-paket .baslik{
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.form-paket .baslik::before{
    content: "";
    width: 50px;
    height: 2px;
    background-color: white;
    position: absolute;
    bottom: 0;
}
.form-paket ul{
    font-size: 12px;
    min-height: 80px;
}
@keyframes paket {
    30%{
        transform: scale(1.1);
    }
    50%{
        transform: scale(1.1) rotate(5deg);
    }
    60%{
        transform: scale(1.1) rotate(-5deg);
    }
    70%{
        transform: scale(1.1) rotate(5deg);
    }
    80%{
        transform: scale(1.1) rotate(-5deg);
    }
    100%{
        transform: scale(1) rotate(0);
    }
}
.formButton {
    padding: 5px 10px;
    border-radius: 10px;
    background-color: var(--renk1);
    border: none;
    color: white;
    margin: 5px 0;
    position: relative;
}

.formButton i {
    margin-left: 10px;
}

.formButton:hover i {
    transition: all .4s;
    transform: rotate(360deg);
}
.bayi-img img{
    object-fit: contain;
    padding: 10px;
}
.bayi-img{
    border-bottom: 1px solid #757575;
}
.bayi-yildiz{
    display: flex;
    color: yellow;
    position: absolute;
    right: 10px;
    top: 10px;
}
.bayi-yildiz i{
    margin: 0 3px;
}
.iletisim-harita{
    margin-top: 40px;
}
.iletisim-harita iframe{
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
.modal-body{
    max-height: 80vh;
    overflow: auto;
}
.slider-ses{
    color: white;
    position: absolute;
    left: 30px;
    top: 100px;
    font-size: 32px;
    z-index: 999;
    cursor: pointer;
}
.hc-offcanvas-nav .nav-next span::before, .hc-offcanvas-nav .nav-back span::before {
    border-top: 2px solid #fc1515;
    border-left: 2px solid #ff0000;
}
.hc-offcanvas-nav a.nav-next {
    border-left: none;
    border-bottom: none;
}
.hc-offcanvas-nav .nav-content>.nav-close:first-child a, .hc-offcanvas-nav .nav-title+.nav-close a.has-label, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
    background: transparent;
    border-top: none;
    border-bottom: none;
}
.hc-offcanvas-nav .nav-back span::after {
    content: "Geri";
    transform: translateX(-100%) translateY(-50%);
    display: inline-block;
    top: 50%;
    position: relative;
}
.hc-offcanvas-nav .nav-content>h2, .hc-offcanvas-nav .nav-content>h3, .hc-offcanvas-nav .nav-content>h4, .hc-offcanvas-nav .nav-content>h5, .hc-offcanvas-nav .nav-content>h6 {
    font-size: 19px;
    font-weight: normal;
    padding: 20px 17px;
    color: var(--renk1);
}
.btn1 {
    padding: 5px 10px;
    border-radius: 10px;
    background-color: var(--renk1);
    border: none;
    color: white;
    margin: 5px 0;
    position: relative;
}

.btn1 i {
    margin-left: 10px;
}

.btn1:hover i {
    transition: all .4s;
    transform: rotate(360deg);
}
.hakkimizda-img-1{
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 10px;
    overflow: hidden;
}
.hakkimizda-img-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hakkimizda-img-2{
    width: 50%;
    aspect-ratio: 4/3;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    left: -15px;
    bottom: -15px;
    animation: salin 2s infinite linear;
}
.hakkimizda-img-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.w-90{
    width: 90%;
}
@keyframes salin {
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}
.sayfa-detay-img{
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
    transition: all .4s;
}
.sayfa-detay-img:hover{
    transform: scale(1.05) rotate(-3deg);
}
.sag-menu::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
}
.text-cizgili{
    text-decoration: line-through;
}
.renk-1{
    color: var(--renk1);
}
.paket-ozellik-var, .paket-ozellik-yok{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #b30000;
    text-align: center;
    align-content: center;
    color: white;
    font-size: 10px;
    border: 1px solid white;
    margin: 2px 0;
}
.paket-ozellik-var{
    background-color: #4ade80;
}
.ozellik-page-shapes .icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    animation: salin 4s infinite linear;
}
.ozellik-page-shapes .icon:nth-child(1) {
    background: linear-gradient(to right, #7c3aed, #3b82f6);
    left: 7%;
    top: 5%;
}

.ozellik-page-shapes .icon:nth-child(2) {
    background: linear-gradient(to right, #3b82f6, #0f3371);
    right: 5%;
    top: 25%;
    animation-delay: 1.5s;
}

.ozellik-page-shapes .icon:nth-child(3) {
    background: linear-gradient(to right, #10b981, #046847);
    left: 3%;
    top: 55%;
}

.ozellik-page-shapes .icon:nth-child(4) {
    background: linear-gradient(to right, #ef4444, #ec4899);
    right: 3%;
    top: 75%;
    animation-delay: 1.5s;
}

.ozellik-page-shapes .icon:nth-child(5) {
    background: linear-gradient(to right, #6366f1, #262997);
    left: 75%;
    top: -15%;
}

.ozellik-page-shapes .icon:nth-child(6) {
    background: linear-gradient(to right, #7c3aed, #3b82f6);
    left: 18%;
    bottom: -10%;
    animation-delay: 1.5s;
}
.loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 250px;
    height: 150px;
    position: relative;
    animation: rotation 0.75s linear infinite;
    border-radius: 100em;
}

.path {
    stroke-dasharray: 100;
    stroke-dashoffset: 20;
    stroke-linecap: round;
}

@keyframes rotation {
    to {
        transform: rotate(360deg);
    }
}

.preloader{
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #111827;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .4s;
}
.preloader-logo{
    width: 350px;
    z-index: 3;
    position: relative;
    filter: grayscale(1);
}
.preloader-logo-bar{
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 5;
    transition: all .4s;
}
.preloader-logo-bar img{
    width: 350px;
    filter: brightness(1.5);
}
.particle-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.ozellikler{
    position: relative;
}
.ozellikler .shape-1{
    background: radial-gradient(circle,#8b5cf6 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.1;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    filter: blur(15px);
}
.ozellikler .shape-2{
    background: radial-gradient(circle,#ef4444 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.1;
    width: 200px;
    height: 200px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    filter: blur(15px);
    color: darkgray;
}
.progress-bar{
    width: 250px;
    height: 5px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-color: darkgray;
    margin-top: 15px;
}
.progress-cubuk{
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    border-radius: 10px;
    width: 0;
    background-color: #8c939d;
}
.paketler{
    position: relative;
}
.paketler .shape-1{
    background: radial-gradient(circle,#8b5cf6 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.1;
    width: 200px;
    height: 200px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    filter: blur(15px);
}
.paketler .shape-2{
    background: radial-gradient(circle,#ef4444 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.1;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    filter: blur(15px);
    color: darkgray;
}
.fancybox-slide--image .fancybox-content {
    width: 90vw !important;
    height: 90vh !important;
    max-width: none !important;
    max-height: none !important;
    transform: none !important;
    margin-left: 5vw;
    margin-top: 5vh;
}
.fancybox-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.fancybox-container {
    z-index: 99999 !important;
}
.sehir-location.kirikkale-location {
    transform: translate(-110%, -60%);
}
@media screen and (min-width: 992px) {
    .sayfa-detay-img{
        width: 50%;
        margin-bottom: 10px;
        float: right;
        margin-left: 10px;
    }
    .nav-toggle {
        display: none;
    }

    .sag-menu {
        display: block;
    }

    .harita-dot::before {
        content: "";
        mask-image: url("../images/dot.svg");
        mask-size: contain;
        mask-repeat: no-repeat;
        mask-position: center center;
        width: 130px;
        height: 160px;
        background-color: #949494;
        position: absolute;
        right: 0;
        top: 80px;
        animation: salin 2s infinite linear;
    }

    .harita-dot::after {
        content: "";
        mask-image: url("../images/dot.svg");
        mask-size: contain;
        mask-repeat: no-repeat;
        mask-position: center center;
        width: 130px;
        height: 160px;
        background-color: #949494;
        position: absolute;
        left: 0;
        top: 80px;
        animation: salin 2s infinite linear;
    }

    @keyframes salin {
        50% {
            transform: translateY(10px);
        }
        100% {
            transform: translateY(0);
        }
    }
    .col-lg-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .rakamlar {
        transform: translateY(-100%);
    }
    .slider{
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 992px) and (min-width: 450px) {
    .ic-sayfa .ozellik-icon-container::after {
        left: -25px;
    }
    .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto;
    }
    footer [class*='col']{
        padding: 0;
    }
    .paket-card {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .svg-turkiye-haritasi {
        height: 200px !important;
    }
    .rakamlar {
        transform: translateY(-50%);
    }
    .col-md-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .slider {
        height: 65vh;
    }
    .media-tabs-buttons, .galeri-tabs-buttons{
        flex-wrap: wrap;
    }
    .media-tab-button, .galeri-tab {
        flex: 0 0 30%;
        margin: 10px 5px;
    }
    .rakam-kutu {
        width: 125px;
        height: 125px;
        margin: 7px 0;
        padding: .5rem;
    }
    .rakam-kutu .text-purple-500, .rakam-kutu .text-blue-500, .rakam-kutu .text-yellow-500, .rakam-kutu .text-green-500{
        font-size: 16px;
    }
    .icon-wrapper{
        width: 3rem;
    }
    .rakam-kutu p{
        font-size: 13px;
    }

    .counter-value {
        font-size: 20px;
    }
    /* TABLET*/
    .lisans-basvurusu {
        border-radius: 10px;
        position: relative;
        margin-left: 0;
        transform: translateY(0);
    }
    .bulten-card-alt .baslik {
        font-size: 17px;
        min-height: 50px;
    }
    .bulten-card-alt .tarih{
        font-size: 12px;
    }
    .bulten-card .detay-btn{
        font-size: 12px;
    }
}

@media screen and (max-width: 450px) {
    .ozellik-page-shapes{
        display: none;
    }
    .isletme-ic {
        padding: 5px 0;
    }
    .isletme-ic .icerik {
        min-height: 50px;
    }
    .sectionBaslik .baslik {
        font-family: 'Orbitron', sans-serif;
        font-size: 24px;
        font-weight: 600;
    }
    .sectionBaslik .baslik.altBaslik {
        font-size: 20px;
    }
    .video-kutu-ic {
        padding: 30px;
    }
    .ozellik-kutu {
        margin: 5px 0;
    }
    .ozellik-kutu p {
        font-size: 13px;
    }
    .rakam-row [class*='col']:first-child{
        margin-left: 2px;
        transform: translateX(-2px);
        margin-bottom: -20px;
    }
    .slider .swiper-pagination {
        bottom: 5%;
    }
    .slider-yildiz {
        width: 50%;
        height: 80px;
        position: absolute;
        top: 20%;
    }
    .slider-ic .baslik {
        font-size: 20px;
    }
    .slider-ic .altBaslik {
        font-size: 18px;
    }
    .slider {
        height: 45vh;
    }
    .slider-ses {
        left: 20px;
        top: 65px;
        font-size: 18px;
    }
    .bulten-card-alt .baslik {
        font-size: 16px;
        min-height: 50px;
    }
    .bulten-card-alt .tarih{
        font-size: 12px;
    }
    .bulten-card .detay-btn{
        font-size: 12px;
    }
    .ic-sayfa .ozellik-icon-container::after {
        left: -21px;
    }
    .nav-container{
        z-index: 9999;
    }
    .harita-home-icon {
        position: absolute;
        color: rgb(255, 191, 0);
        font-size: 12px;
        transform: translate(-50%, -100%);
        z-index: 10;
    }

    .sehir-location {
        position: absolute;
        color: red;
        font-size: 12px;
        transform: translate(-50%, -100%);
        z-index: 10;
    }

    .sehir-location span {
        font-size: 8px;
        font-weight: 100;
    }

    .lisans-basvurusu {
        border-radius: 10px;
        position: relative;
        margin-left: 0;
        transform: translateY(0);
    }

    .yildiz-shape {
        display: none;
    }

    .sectionBaslik .altBaslik {
        font-size: 12px;
    }

    .video-kutu .baslik {
        font-size: 22px;
    }

    .video-kutu .icerik {
        font-size: 14px;
    }

    .slider .swiper-pagination-bullet {
        margin: 0 5px !important;
        width: 15px;
    }

    .svg-turkiye-haritasi {
        height: 120px !important;
    }

    .media-tabs-buttons, .galeri-tabs-buttons {
        flex-wrap: wrap;
    }

    .media-tab-button, .galeri-tab {
        flex: 0 0 45%;
        margin: 10px 5px;
    }

    .rakam-kutu {
        width: 100%;
        height: 180px;
        margin: 7px 0;
    }
    .rakam-kutu .text-purple-500, .rakam-kutu .text-blue-500, .rakam-kutu .text-yellow-500, .rakam-kutu .text-green-500{
        font-size: 18px;
    }
    .icon-wrapper{
        width: 3rem;
    }
    .rakam-kutu p{
        font-size: 14px;
    }

    .counter-value {
        font-size: 24px;
    }

    .navbar-brand {
        width: 100%;
    }
    .ic-sayfa .ozellik-kutu .ozellik-icon::before {
        width: 100px !important;
    }
    .ic-sayfa .ozellik-icon-container::after {
        left: -16px !important;
    }
}

/*HARİTA*/
.svg-turkiye-haritasi {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    height: 350px;
    display: inline-block;
    position: relative;
    width: 100%;
}

.svg-turkiye-haritasi svg {
    width: 100%;
    height: auto;
}

.il-isimleri {
    position: absolute;
    z-index: 2;
}

.il-isimleri div {
    font-family: 'Open Sans';
    display: inline-block;
    background: #222;
    color: #fff;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#svg-turkiye-haritasi path {
    cursor: pointer;
}

#svg-turkiye-haritasi path:hover {
    fill: #666;
}

#bolge-1 g path {
    fill: #c2c2c2
}

#bolge-2 g path {
    fill: #c2c2c2
}

#bolge-3 g path {
    fill: #c2c2c2
}

#bolge-4 g path {
    fill: #c2c2c2
}

#bolge-5 g path {
    fill: #c2c2c2
}

#bolge-6 g path {
    fill: #c2c2c2
}

#bolge-7 g path {
    fill: #c2c2c2
}

.site-h1 {
    padding: 120px 0 0 0;
}

.site-h1 .breadcrumb {
    background-color: transparent;
    color: white;
    font-size: 12px;
}

.site-h1 h1 {
    font-size: 24px;
    margin-left: 10px;
}

.paket-card {
    position: relative;
    width: 84%;
    margin-left: 8%;
    height: 470px;
    float: left;
    perspective: 500px;
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

    transition: transform 1s;
    transform-style: preserve-3d;
}

.paket-card:hover .content {
    transform: rotateY(180deg);
    transition: transform 0.5s;
}

.front,
.back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, #3498db, #9b59b6, #ff7675) 300%;
    color: white;
    text-align: center;
    border-radius: 15px;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.back {
    background: linear-gradient(45deg, #3498db, #9b59b6, #ff7675) 300%;
    color: white;
    transform: rotateY(180deg);
}

.paket-baslik, .paketOzellikleri {
    color: white;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    font-weight: bold;
}

.paket-baslik::before, .paketOzellikleri::before {
    content: "";
    width: 60px;
    height: 2px;
    border-radius: 10px;
    background-color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
}

.paket-content {
    text-align: left;
    padding: 10px;
}

.paket-card ul li {
    font-size: 12px;
    margin: 5px 0;
}

.paket-card ul li i {
    font-size: 14px;
    margin-right: 10px;
}

.paket-fiyat {
    text-align: center;
}

.lisans-basvurusu-btn {
    width: 90%;
    margin-left: 5%;
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 5px;
    background: linear-gradient(45deg, #3498db, #9b59b6, #ff7675) 300%;
    text-align: center;
    cursor: pointer;
}

.paket-row .col-12:nth-child(2) .paket-card .front, .paket-row .col-12:nth-child(2) .paket-card .back {
    background: linear-gradient(#3b82f6, #7c3aed, rgba(59, 130, 246, 0.4));
}

.paket-row .col-12:nth-child(2) .paket-card .lisans-basvurusu-btn {
    background: linear-gradient(to right, #3b82f6, #7c3aed, rgba(59, 130, 246, 0.4));
}

.paket-row .col-12:nth-child(3) .paket-card .front, .paket-row .col-12:nth-child(3) .paket-card .back {
    background: linear-gradient(#f59e0b, #ffc967, rgba(237, 255, 116, 0.4));
}

.paket-row .col-12:nth-child(3) .paket-card .lisans-basvurusu-btn {
    background: linear-gradient(#f59e0b, #ffc967, rgba(237, 255, 116, 0.4));
}

main {
    overflow: hidden;
    width: 100%;
}

.devora-logo {
    height: 25px;
}

.devora-logo img {
    height: 100%;
}

.trusted-by-list {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.ic-sayfa .ozellik-kutu .ozellik-icon::before {
    width: 115px;
    height: 160px;
    transform: translateY(10px) scale(1);
}

.ic-sayfa .ozellik-icon-container::after {
    background-size: 80%;
    margin-left: 0;
}

/*SOSYAL MEDYA BG*/

.facebook-bg {
    background-color: #3b5998;
}

.facebook-bg:hover {
    background-color: #2d4373;
}

.instagram-bg {
    background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf, #4f5bd5);
}

.instagram-bg:hover {
    opacity: 0.85;
}

.linkedin-bg {
    background-color: #0077b5;
}

.linkedin-bg:hover {
    background-color: #005f8d;
}

.twitter-bg {
    background-color: #1da1f2;
}

.twitter-bg:hover {
    background-color: #0d95e8;
}
.whatsapp-bg {
    background-color: #25d366;
}

.whatsapp-bg:hover {
    background-color: #0e8337;
}

/*CANVAS*/
.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
    color: black;
}

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
    background: white;
}

.hc-offcanvas-nav .nav-wrapper-0 > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
    border-top: none;
    border-bottom: none;
}

.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
    border-top: none;
    border-bottom: none;
}

.hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after {
    border-top: 2px solid black;
    border-left: 2px solid black;
}

.hc-offcanvas-nav .nav-close-button span::before {
    margin-left: -20px;
}

.hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after {
    width: 16px;
    height: 16px;
}

.nav-item-link i {
    color: var(--renk1);
    margin-right: 10px;
    width: 20px;
}

.hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label) {
    top: -90px;
}

.hc-offcanvas-nav .nav-close-button span, .hc-offcanvas-nav .nav-parent .nav-next, .hc-offcanvas-nav .nav-back span {
    width: 75px;
}
.fsz-12{
    font-size: 12px;
}