    @import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Poly:ital@0;1&display=swap');
     :root {
        --contact-btn-shadow-elm: #b8b8b8b0;
        --primary-text-color: #000;
        --bg-color: #fcfcfc;
        --nav-color: #fff;
        --btn-color: #fdfdfd;
        --btn-color-blur: #fdfdfd3b;
        /* button color*/
        --btn-bg: #000;
        /* button bg color*/
        --header-link-hover: #000000;
        --header-link-hover-bg: #bababa36;
        --input-hover-bd-color: #232323;
        --dropdown-bg: #f3f4f6;
        --dropdown-hover-bg: #dddddd84;
        --faq-h-text: #0e0e0e;
        --faq-content-text: #1e1e1e;
        --hr-color: #e5e7eb;
        --footer-link: #282828;
        --footer-link-hover: #000;
        --header-bg: #edecec17;
        /* color: #312f2f; */
        --hero-gradient: #fcfcfc;
        --hero-bg-img: url("../assets/images/background/dots-dark.svg");
        --nav-color: #ffffff;
        --contact-us-six-div-icon-bg: #f2f2f2;
    }
    
    .tw-dark {
        --contact-btn-shadow-elm: #ffffff75;
        --primary-text-color: #fff;
        --bg-color: #000000;
        --nav-color: #17181b;
        --btn-color-blur: #00000042;
        --btn-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
        /* button color*/
        --btn-bg: #ffffff;
        /* button bg color*/
        --header-link-hover: #ffffff;
        --header-link-hover-bg: #8a8a8a5e;
        --input-hover-bd-color: #f8f8f8;
        --dropdown-bg: #171717;
        --dropdown-hover-bg: #2d2d2ddb;
        --faq-h-text: #efefef;
        --faq-content-text: #d4d4d4;
        --hr-color: #e1e1e195;
        --footer-link: #cfcfcf;
        --footer-link-hover: #ffffff;
        --header-bg: #3f3e3e17;
        --hero-gradient: #000;
        --hero-bg-img: url("../public/assets/images/background/dots.svg");
        --nav-color: #17191c;
        --contact-us-six-div-icon-bg: #131313;
    }
    
    html {
        scroll-behavior: smooth;
        /* font-family: "Ubuntu", sans-serif; */
    }
    
    body.modal-open {
        overflow: hidden;
    }
    
    header>.collapsible-header {
        display: flex;
        gap: 1rem;
        width: 100%;
        background-color: inherit;
        place-content: center;
        overflow: hidden;
        transition: width 0.3s ease, height 0.3s ease;
    }
    
    hr {
        border-color: var(--hr-color);
        border-style: solid;
    }
    
    .animated-collapse {
        transition: width 0.3s ease;
    }
    
    .header-links {
        position: relative;
        display: flex;
        align-items: center;
        min-width: fit-content;
        padding: 8px 15px;
        z-index: 2;
        cursor: pointer;
        transition: background-color 0.5s, color 0.3s;
    }
    
    .header-links::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        /* color: var(--header-link-hover); */
        background-color: var(--header-link-hover-bg);
        transform: scale(40%);
        opacity: 0;
        border-radius: 8px;
        transition: all 300ms;
    }
    
    .header-links:hover {
        color: var(--header-link-hover);
    }
    
    .header-links:hover::after {
        transform: scale(100%);
        opacity: 1;
    }
    
    .hero-section {
        background-image: var(--hero-bg-img);
        background-position: center;
        /* Center the image */
        background-repeat: no-repeat;
        /* Do not repeat the image */
        background-size: cover;
    }
    
    .hero-bg-gradient {
        /* background: linear-gradient(180deg, var(--hero-gradient) 13%, rgba(0,0,0,0.258140756302521) 87%); */
        background: linear-gradient(180deg, var(--hero-gradient) 23%, rgba(0, 0, 0, 0) 87%, var(--hero-gradient) 97%);
    }
    
    .gradient-text {
        background: rgb(215, 215, 215);
        background: linear-gradient(90deg, rgba(215, 215, 215, 1) 18%, rgba(136, 136, 136, 1) 71%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .purple-bg-grad {
        background: rgb(126, 34, 206);
        background: linear-gradient(90deg, #7e22ce91 8%, #625aafae 31%, #7badbbbc 76%, #54d2d0ca 89%);
        filter: blur(50px);
        opacity: 0.5;
    }
    
    #dashboard {
        /* transform-origin: bottom center; */
        transform: perspective(1200px) translateX(0px) translateY(12px) scale(0.8) rotate(0deg) rotateX(70deg);
        transition: transform 0.5;
    }
    
    .opacity-0 {
        opacity: 0 !important;
    }
    
    .opacity-100 {
        opacity: 100 !important;
    }
    
    .btn {
        padding: 10px 15px;
        width: max-content;
        border-radius: 10px;
        color: var(--btn-color);
        background-color: var(--btn-bg);
        justify-content: center;
        align-items: center;
        display: flex;
        cursor: pointer;
    }
    
    .btn:hover {}
    
    .btn:disabled {
        cursor: default;
    }
    
    .input {
        padding: 10px;
        background-color: transparent;
        border-radius: 5px;
        outline: none;
        min-width: 100px;
        border: 1px solid #979797;
        transition: border 0.3s;
    }
    
    .input:active,
    .input:focus,
    .input:focus-within {
        border: 1px solid var(--input-hover-bd-color) !important;
    }
    /* ------------------- scrollbar ------------- */
    
    .scrollbar::-webkit-scrollbar {
        width: 5px;
        height: 20px;
    }
    
    .scrollbar::-webkit-scrollbar-track {
        border-radius: 25px;
        /* background: #f7f4ed; */
    }
    
    .scrollbar::-webkit-scrollbar-thumb {
        background: #d7d7d7;
        border-radius: 25px;
    }
    /* ---------------- dropdown --------------------- */
    
    .dropdown {
        position: relative;
        display: inline-block;
        width: 100%;
    }
    
    .dropdown-toggle {
        width: 100%;
        outline: none;
        /* background-color: #000; */
        /* border: 1px solid #ccc; */
    }
    
    .dropdown-menu {
        display: none;
        position: absolute;
        z-index: 1;
        background-color: var(--dropdown-bg);
        /* border: 1px solid #c9c9c9; */
        list-style-type: none;
        padding: 0;
        width: 100%;
        left: 0px;
        /* top: 105%; */
        border-radius: 10px;
        overflow: hidden;
    }
    
    .dropdown-menu li {
        padding: 8px 12px;
        cursor: pointer;
    }
    
    .dropdown-menu li:hover {
        background-color: var(--dropdown-hover-bg);
    }
    /* -------------- carousel ------------------*/
    
    .carousel-container {
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        max-width: 800px;
    }
    
    .carousel {
        display: inline-block;
        animation: scroll 25s linear infinite;
    }
    
    .carousel-img {
        display: inline-block;
        margin: 0 20px;
    }
    
    @keyframes scroll {
        from {
            transform: translateX(150%);
        }
        to {
            transform: translateX(-150%);
        }
    }
    /* ------ animated border ------- */
    
    .animated-border {
        position: relative;
        overflow: visible;
    }
    
    .animated-border::after {
        content: '';
        position: absolute;
        top: 0px;
        left: -100%;
        width: 30%;
        height: 100%;
        border-radius: inherit;
        /* background: linear-gradient(#6366f1 23%, rgba(124,190,255,0) 87%); */
        background-color: #6366f1;
        background-repeat: no-repeat;
        /* background-size: 200% 200%; */
        background-position: 0% 0%;
        filter: blur(1.5rem);
        opacity: 0.8;
        box-shadow: inset 0px 0px 20px 5px #6366f1;
        /* transform: rotate(90deg); */
        z-index: -2;
        pointer-events: none;
        animation: slide 10s ease-in-out infinite;
    }
    
    .animated-border::before {
        filter: blur(1.5rem);
        opacity: 0.3;
        will-change: transform;
    }
    
    @keyframes slide {
        0% {
            left: -100%;
            /* Start completely outside the left edge */
            right: 100%;
            /* End completely outside the right edge */
        }
        100% {
            left: 100%;
            /* Move completely outside the right edge */
            right: -100%;
            /* End completely outside the left edge */
        }
    }
    
    .footer-link {
        width: -moz-fit-content;
        width: fit-content;
        color: var(--footer-link);
        transition: color 0.3s;
    }
    
    .footer-link:hover {
        color: var(--footer-link-hover);
    }
    /* Style for the collapsible content such as faq commonly known as: accordion */
    
    .faq-accordion {
        background-color: inherit;
        color: var(--faq-h-text);
        cursor: pointer;
        padding: 15px 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        transition: height 0.4s;
    }
    
    .faq .content {
        padding: 0px 18px;
        color: var(--faq-content-text);
        height: max-content;
        overflow: hidden;
        background-color: transparent;
        text-align: justify;
        max-height: 0px;
        transition: max-height 0.4s, padding 0.4s;
    }
    
    @media not all and (min-width: 1024px) {
        header .collapsible-header {
            position: fixed;
            top: 60px;
            left: 0px;
            flex-direction: column;
            opacity: 0;
            height: 0vh;
            min-height: 0vh;
            /* height: 100dvh; */
            width: 100vw;
            justify-content: space-between;
            padding: 5px;
            padding-top: 5%;
            padding-bottom: 5%;
            place-items: center;
            text-align: center;
            background-color: var(--header-bg);
            /* color: #373636; */
            overflow-y: auto;
            -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
            box-shadow: 0px 2px 3px 2px #9f9f9f7c;
        }
        /* .header-links{
        color: var(--he);
    } */
    }
    
    #gradientNav::before {
        transition: all 0.5s ease;
        opacity: 0;
    }
    
    #gradientNav.visible::before {
        opacity: 1;
    }
    
    .brand-carousel {
        position: relative;
        z-index: 0;
    }
    
    .brand-carousel::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 37px 0px 30px -5px rgba(255, 0, 0, 0.6), inset -20px 0 30px -10px rgba(0, 0, 0, 0.4);
        z-index: 2;
    }
    
    .glowing-text {
        font-weight: bold;
        color: white;
        display: inline-block;
        position: relative;
        overflow: hidden;
        /* Yalnızca metnin alt kısmındaki ışığın görünmesini sağlar */
        z-index: 2;
        padding: 4px;
    }
    
    .glowing-text-2 {
        font-weight: bold;
        color: white;
        display: inline-block;
        position: relative;
        overflow: hidden;
        /* Yalnızca metnin alt kısmındaki ışığın görünmesini sağlar */
        z-index: 2;
        padding: 10px;
    }
    
    .glowing-text::before {
        content: "";
        position: absolute;
        bottom: -5px;
        /* Alt kısımdan biraz daha aşağıya yerleştiriyoruz */
        left: 0;
        width: 21%;
        height: 100%;
        /* Işığın yüksekliği */
        background: rgba(255, 255, 255, 0);
        /* Beyaz ışık */
        box-shadow: inset 0px 5px 11px 13px var(--bg-color), 50px 50px 114px 358px var(--bg-color);
        animation: glowing-animation 25s ease-in-out infinite;
    }
    
    .glowing-text-2::before {
        content: "";
        position: absolute;
        bottom: -5px;
        /* Alt kısımdan biraz daha aşağıya yerleştiriyoruz */
        left: 0;
        width: 30%;
        height: 100%;
        /* Işığın yüksekliği */
        background: var(--bg-color);
        /* Beyaz ışık */
        box-shadow: inset 0px 5px 11px 13px var(--bg-color), 50px 50px 114px 358px var(--bg-color);
        animation: glowing-animation 35s ease-in-out infinite;
    }
    
    @keyframes glowing-animation {
        0% {
            transform: translateX(-1000%);
            /* Başlangıçta sola kayma */
        }
        50% {
            transform: translateX(1000%);
            /* Ortada sağa kayma */
        }
        100% {
            transform: translateX(-1000%);
            /* Sonra tekrar sola kayma */
        }
    }
    
    .featuresCard:hover {
        .icon-gradient-before::before {
            background: linear-gradient( to bottom right, /* Hover ile sol üstten sağ aşağıya */
            hsl(0, 100%, 63%), hsl(5, 85%, 50%), hsl(210, 100%, 63%), hsl(220, 100%, 63%), hsl(270, 100%, 63%));
            -webkit-background-clip: text !important;
            /* Safari ve Chrome için */
            background-clip: text !important;
            /* Diğer tarayıcılar için */
            color: transparent !important;
            /* Yazıyı şeffaf yapıyoruz, sadece gradient görünür */
            z-index: -1;
            /* Arka planda kalacak şekilde */
            transition: background 0.3s ease;
            /* Hover geçişi */
            animation: gradientmove 10s ease infinite;
            background-size: 400% 400%;
        }
    }
    
    @keyframes gradientmove {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 100%;
        }
        100% {
            background-position: 0% 50%;
        }
    }
    /* Apps */
    
    .contentApps {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 15px;
        width: 650px;
        height: 140px;
        position: relative;
        overflow: hidden;
        border-radius: 14px;
    }
    
    .contentApps::before {
        content: "";
        position: absolute;
        left: 0%;
        top: 50%;
        transform: translateY(-50%);
        bottom: 0;
        width: 40px;
        height: 96px;
        background-image: linear-gradient(90deg, var(--bg-color), transparent);
        z-index: 2;
        border-radius: 10px 0 0 10px;
    }
    
    .contentApps::after {
        content: "";
        position: absolute;
        right: 0%;
        top: 50%;
        transform: translateY(-50%);
        bottom: 0;
        width: 40px;
        height: 96px;
        background-image: linear-gradient(-90deg, var(--bg-color), transparent);
        z-index: 9;
        border-radius: 0 10px 10px 0;
    }
    
    .basic-marquee {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
    }
    
    .basic-marquee .button {
        transition: all 0.3s ease;
    }
    
    .basic-marquee .button:hover {
        transform: scale(1.1);
        cursor: pointer;
    }
    
    .basic-marquee-1 {
        animation: marquee 40s linear infinite;
    }
    
    .basic-marquee-2 {
        animation: marquee2 40s linear infinite;
    }
    
    .benefitsApps {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 15px;
        min-width: 100%;
        height: 100%;
        white-space: nowrap;
        overflow: hidden;
        position: absolute;
        inset: 0;
    }
    
    @keyframes marquee {
        0% {
            transform: translateX(50%);
        }
        50% {
            transform: translateX(-50%);
        }
        100% {
            transform: translateX(50%);
        }
    }
    
    @keyframes marquee2 {
        0% {
            transform: translateX(-50%);
        }
        50% {
            transform: translateX(50%);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    
    .basic-marquee img {
        max-width: 40px;
    }
    
    .basic-marquee button {
        background-color: transparent;
        border: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--btn-color-blur);
        backdrop-filter: blur(10px);
        padding: 5px;
        border-radius: 6px;
    }
    
    @keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    .fade-in {
        animation: fadeIn 1s ease-in forwards;
        animation-delay: 0.5s;
    }
    /* From Uiverse.io by risabbir */
    
    .nebula-input {
        position: relative;
    }
    
    .nebula-input .input {
        width: 100%;
        padding: 15px;
        border: 2px solid #2a2a3a;
        background: transparent;
        font-size: 16px;
        outline: none;
        border-radius: 8px;
        transition: all 0.4s ease-out;
    }
    
    .nebula-input .user-label {
        position: absolute;
        left: 15px;
        top: 15px;
        pointer-events: none;
        /* color: #6a6a8a; */
        transition: all 0.4s ease-out;
        background: transparent;
        padding: 0 5px;
    }
    
    .nebula-input .input-name:focus {
        /* border-color: #e6e4e9 !important; */
        box-shadow: 20px 5px 40px -18px #ff4242, -10px -5px 40px -18px #a1ff42;
    }
    
    .nebula-input .input-mail:focus {
        /* border-color: #e6e4e9 !important; */
        box-shadow: 20px 5px 40px -18px #42a1ff, -10px -5px 40px -18px #42d0ff;
    }
    
    .nebula-input .input-message:focus {
        /* border-color: #e6e4e9 !important; */
        box-shadow: 20px 5px 40px -18px #42d0ff, -10px -5px 40px -18px #a142ff;
    }
    
    .nebula-input .input:focus~.user-label,
    .nebula-input .input:valid~.user-label {
        transform: translateY(-34px);
        font-size: 12px;
        left: 10px;
    }
    
    .nebula-particle {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        pointer-events: none;
        opacity: 0;
        top: 50%;
        left: 10px;
        filter: blur(0.8px);
        mix-blend-mode: screen;
        transition: opacity 0.3s ease;
    }
    
    .nebula-input .input:focus~.nebula-particle {
        animation: nebula-float 2s forwards ease-out;
    }
    
    @keyframes nebula-float {
        0% {
            transform: translate(0, -50%) scale(0.8);
            opacity: 0;
        }
        20% {
            opacity: 0.8;
        }
        100% {
            transform: translate(calc(var(--x) * 140px), calc(var(--y) * 35px)) scale(1.1);
            opacity: 0;
        }
    }
    /* Contact Button */
    
    .flex-contact-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    
    .outer-cont-contact-btn {
        padding: 12px 20px;
        border: none;
        font-size: 1rem;
        cursor: pointer;
        position: relative;
        background: linear-gradient(90deg, hsl(0, 100%, 63%), hsl(90, 100%, 63%), hsl(210, 100%, 63%), hsl(195, 100%, 63%), hsl(270, 100%, 63%));
        border-radius: 12px;
        /* color: #fff; */
        transition: all 0.3s ease;
        box-shadow: inset 0px 0px 5px var(--contact-btn-shadow-elm), inset 0px 35px 30px var(--bg-color), 0px 5px 10px var(--bg-color);
        text-shadow: 1px 1px 1px var(--bg-color);
    }
    
    .outer-cont-contact-btn::before {
        content: "";
        position: absolute;
        inset: 0;
        margin: auto;
        border-radius: 12px;
        filter: blur(0);
        z-index: -1;
        box-shadow: none;
        background: conic-gradient( #00000000 80deg, #40baf7, #f34ad7, #5bfcc4, #00000000 280deg);
        transition: all 0.3s ease;
    }
    
    .outer-cont-contact-btn:hover::before {
        filter: blur(15px);
    }
    
    .outer-cont-contact-btn:active::before {
        filter: blur(5px);
        transform: translateY(1px);
    }
    
    .outer-cont-contact-btn:active {
        box-shadow: inset 0px 0px 5px #ffffffa9, inset 0px 35px 30px var(--bg-color);
        margin-top: 3px;
    }
    
    .contact-us-six-div-icon {
        color: #7b84c7;
        background-color: var(--contact-us-six-div-icon-bg);
    }
    
    .nav-bar-lang-div {
        display: flex;
        /* Varsayılan olarak flexbox */
    }
    /* 1010px ve daha küçük ekranlar için */
    
    @media (max-width: 1010px) {
        .nav-bar-lang-div {
            display: grid;
            /* Flex yerine grid düzeni */
        }
    }
    
    @keyframes slideInUp {
        0% {
            opacity: 0;
            transform: translateY(150px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .animate-on-load {
        animation: slideInUp 1.5s ease-out forwards;
    }
    
    .img-inner-shadow {
        box-shadow: inset 0px 103px 61px -30px var(--bg-color), inset 0 -103px 61px -30px var(--bg-color);
    }
    
    .shine {
        font-size: 2em;
        font-weight: 900;
        color: rgba(255, 255, 255, 0.3);
        background: #222 -webkit-gradient( linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
        background-image: -webkit-linear-gradient( -40deg, transparent 0%, transparent 40%, #fff 50%, transparent 60%, transparent 100%);
        -webkit-background-clip: text;
        -webkit-background-size: 50px;
        -webkit-animation: zezzz;
        -webkit-animation-duration: 5s;
        -webkit-animation-iteration-count: infinite;
    }
    .shine-silver {
        font-size: 2em;
        font-weight: 900;
        color: rgba(255, 255, 255, 0.3);
        background: #222222 -webkit-gradient( linear, left top, right top, from(#0149bd), to(#01b3ef), color-stop(0.5, #0059ff)) 0 0 no-repeat;
        background-image: -webkit-linear-gradient( -40deg, transparent 0%, transparent 40%, #c0c0c0 50%, transparent 60%, transparent 100%);
        -webkit-background-clip: text;
        -webkit-background-size: 50px;
        -webkit-animation: zezzz;
        -webkit-animation-duration: 5s;
        -webkit-animation-iteration-count: infinite;
    }
    .shine-gold {
        font-size: 2em;
        font-weight: 900;
        color: rgba(255, 255, 255, 0.3);
        background: #222222 -webkit-gradient( linear, left top, right top, from(#0149bd), to(#01b3ef), color-stop(0.5, #0059ff)) 0 0 no-repeat;
        background-image: -webkit-linear-gradient( -40deg, transparent 0%, transparent 40%, #FFD700 50%, transparent 60%, transparent 100%);
        -webkit-background-clip: text;
        -webkit-background-size: 50px;
        -webkit-animation: zezzz;
        -webkit-animation-duration: 5s;
        -webkit-animation-iteration-count: infinite;
    }
    .shine-bronze {
        font-size: 2em;
        font-weight: 900;
        color: rgba(255, 255, 255, 0.3);
        background: #222222 -webkit-gradient( linear, left top, right top, from(#0149bd), to(#01b3ef), color-stop(0.5, #0059ff)) 0 0 no-repeat;
        background-image: -webkit-linear-gradient( -40deg, transparent 0%, transparent 40%, #CD7F32 50%, transparent 60%, transparent 100%);
        -webkit-background-clip: text;
        -webkit-background-size: 50px;
        -webkit-animation: zezzz;
        -webkit-animation-duration: 5s;
        -webkit-animation-iteration-count: infinite;
    }
    
    
    @-webkit-keyframes zezzz {
        0%,
        10% {
            background-position: -100px;
        }
        20% {
            background-position: top left;
        }
        100% {
            background-position: 150px;
        }
    }
    
    .silver-effect-text {
        /* Varsayılan görünüm (Örneğin: Açık modda beyazdan griye gitsin) */
        background-image: linear-gradient(
            to right, 
            var(--btn-bg),    /* Başlangıç: Beyaz */
            #7e7e7e8d     /* Bitiş: Orta Gri */
        );
        
        /* Metin Gradienti İçin Gerekli Olan Klipler */
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent; /* Güvenlik için */

    }
    .silver-effect-bg {
        /* Varsayılan görünüm (Örneğin: Açık modda beyazdan griye gitsin) */
        background-image: linear-gradient(
            to right, 
            var(--btn-bg),    /* Başlangıç: Beyaz */
            #7e7e7e8d     /* Bitiş: Orta Gri */
        );
    }

    .gradient-text-jada {
        /* 1. Arka plana gradient uygula (Çoklu renk katmanı) */
        background-image: linear-gradient(90deg,
                #514bd6 0%,
                #72c0c6 25%,
                #8ce5b2 50%,
                #cfd981 75%);

        /* 2. Metin rengini şeffaf yap (Metni alttaki gradientin maskesi haline getirir) */
        -webkit-text-fill-color: transparent;

        /* 3. Metin arka plan klibini metin şekliyle sınırlar */
        -webkit-background-clip: text;

        /* Standart (Firefox ve diğer tarayıcılar için) - Genellikle şeffaf çalışır */
        background-clip: text;
        color: transparent;

    }

    .rainbowTextAnimation {
        -webkit-text-fill-color: var(--bg-color);
        -webkit-background-clip: text;
        font-size: 45px;
        font-family: Arial Black, Gadget, sans-serif;
        -webkit-text-stroke-width: 4px;
        -webkit-text-stroke-color: transparent;
        background-size: 2000px;
        background-image: -webkit-linear-gradient(left, #f00, #ff2b00, #f50, #ff8000, #fa0, #ffd500, #ff0, #d4ff00, #af0, #80ff00, #5f0, #2bff00, #0f0, #00ff2a, #0f5, #00ff80, #0fa, #00ffd5, #0ff, #00d5ff, #0af, #0080ff, #05f, #002aff, #00f, #2b00ff, #50f, #8000ff, #a0f, #d400ff, #f0f, #ff00d4, #f0a, #ff0080, #f05, #ff002b, #f00);
        -webkit-animation: animatedBackground_aRainbowText 20s linear infinite alternate;
    }

    @keyframes animatedBackground_aRainbowText {
        0% { background-position: 0px 0 }
        100% { background-position: 2000px 0 }
    }
    /* Loader Kapsayıcısı (Tüm ekranı kaplar) */
    #page-loader {
        position: fixed; /* Ekranı sabitler */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        backdrop-filter: blur(120px); /* Beyaz veya şeffaf siyah (rgba(0,0,0,0.8)) */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 9999; /* En üstte görünmesini sağlar */
        transition: opacity 0.5s ease-out; /* Kaybolma animasyonu için */
    }

    /* Kaybolmuş Durum */
    .loader-hidden {
        opacity: 0;
        visibility: hidden;
    }
        /* From Uiverse.io by andrew-manzyk */ 
    .loader-elm {
    --color-one: #ffbf48;
    --color-two: #be4a1d;
    --color-three: #ffbf4780;
    --color-four: #bf4a1d80;
    --color-five: #ffbf4740;
    --time-animation: 2s;
    --size: 1; /* You can change the size */
    position: relative;
    border-radius: 50%;
    transform: scale(var(--size));
    box-shadow:
        0 0 25px 0 var(--color-three),
        0 20px 50px 0 var(--color-four);
    animation: colorize-loader-elm calc(var(--time-animation) * 3) ease-in-out infinite;
    }

    .loader-elm::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-top: solid 1px var(--color-one);
    border-bottom: solid 1px var(--color-two);
    background: linear-gradient(180deg, var(--color-five), var(--color-four));
    box-shadow:
        inset 0 10px 10px 0 var(--color-three),
        inset 0 -10px 10px 0 var(--color-four);
    }

    .loader-elm .box {
    width: 100px;
    height: 100px;
    background: linear-gradient(
        180deg,
        var(--color-one) 30%,
        var(--color-two) 70%
    );
    mask: url(#clipping);
    -webkit-mask: url(#clipping);
    }

    .loader-elm svg {
    position: absolute;
    }

    .loader-elm svg #clipping {
    filter: contrast(15);
    animation: roundness-loader-elm calc(var(--time-animation) / 2) linear infinite;
    }

    .loader-elm svg #clipping polygon {
    filter: blur(7px);
    }

    .loader-elm svg #clipping polygon:nth-child(1) {
    transform-origin: 75% 25%;
    transform: rotate(90deg);
    }

    .loader-elm svg #clipping polygon:nth-child(2) {
    transform-origin: 50% 50%;
    animation: rotation-loader-elm var(--time-animation) linear infinite reverse;
    }

    .loader-elm svg #clipping polygon:nth-child(3) {
    transform-origin: 50% 60%;
    animation: rotation-loader-elm var(--time-animation) linear infinite;
    animation-delay: calc(var(--time-animation) / -3);
    }

    .loader-elm svg #clipping polygon:nth-child(4) {
    transform-origin: 40% 40%;
    animation: rotation-loader-elm var(--time-animation) linear infinite reverse;
    }

    .loader-elm svg #clipping polygon:nth-child(5) {
    transform-origin: 40% 40%;
    animation: rotation-loader-elm var(--time-animation) linear infinite reverse;
    animation-delay: calc(var(--time-animation) / -2);
    }

    .loader-elm svg #clipping polygon:nth-child(6) {
    transform-origin: 60% 40%;
    animation: rotation-loader-elm var(--time-animation) linear infinite;
    }

    .loader-elm svg #clipping polygon:nth-child(7) {
    transform-origin: 60% 40%;
    animation: rotation-loader-elm var(--time-animation) linear infinite;
    animation-delay: calc(var(--time-animation) / -1.5);
    }

    @keyframes rotation-loader-elm {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }

    @keyframes roundness-loader-elm {
    0% {
        filter: contrast(15);
    }
    20% {
        filter: contrast(3);
    }
    40% {
        filter: contrast(3);
    }
    60% {
        filter: contrast(15);
    }
    100% {
        filter: contrast(15);
    }
    }

    @keyframes colorize-loader-elm {
    0% {
        filter: hue-rotate(0deg);
    }
    20% {
        filter: hue-rotate(-30deg);
    }
    40% {
        filter: hue-rotate(-60deg);
    }
    60% {
        filter: hue-rotate(-90deg);
    }
    80% {
        filter: hue-rotate(-45deg);
    }
    100% {
        filter: hue-rotate(0deg);
    }
    }
