
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap');


@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat.ttf') format('truetype');
}

:root {
    --primary-color: #933cc9;
    --primary-color-low: rgba(155, 77, 202, 0.15);
    --primary-color-dark: #6F2DA8;

    --secondary-color: #FF7A59;
    --secondary-color-low: rgba(255, 122, 89, 0.15);
    --secondary-color-dark: #D95C3F;

    --tertiary-color: #FFFFFF;
    --tertiary-color-low: rgba(255, 255, 255, 0.6);
    --tertiary-color-dark: #E6E6E6;

    --bg-color: #e7e7e7;
    --bg-color-low: rgba(248, 249, 250, 0.5);
    --bg-color-dark: #e4e7eb;

    --text-dark: #343a40;
    --text-dark-low: #495057b9;
    --text-dark-dark: #212529;

    --text-light: #f8f9fa;
    --text-light-low: rgba(248, 249, 250, 0.7);
    --text-light-dark: #e1e4e6;

    --button-color: #02337c; 
    --button-color-low: rgba(2, 51, 124, 0.5);
    --button-color-dark: #001a4d;

    --card-bg: #fcfcfc;
    --card-bg-low: #f3f2f2;
    --smoothline-color: var(--bg-color);
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    background-color: var(--bg-color);
    color: var(--text-dark);
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: var(--text-dark);
}

i {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
}

button {
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
}

button:focus {
    outline: none;
}

button:active {
    outline: none;
}

button:hover {
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0;
}

img {
    width: 100%;
    height: auto;
}

h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--text-dark);
}
h2 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-dark);
}
h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
}
h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
}
h5 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
}
h6 {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-dark);
}


::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

::-webkit-scrollbar-track {
    background-color: var(--bg-color);
}



body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

section {
    display: flex;
    position: relative;
}

* {
    cursor: none !important;
}

.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    pointer-events: none;
    will-change: transform;
}

.custom-cursor .cursor-inner {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.8);
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    border-radius: 50%;
    top: -3px;
    left: -3px;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
                height 0.3s cubic-bezier(0.25, 1, 0.5, 1),
                border-radius 0.3s cubic-bezier(0.25, 1, 0.5, 1),
                top 0.3s cubic-bezier(0.25, 1, 0.5, 1),
                left 0.3s cubic-bezier(0.25, 1, 0.5, 1),
                background 0.3s ease,
                border 0.3s ease,
                backdrop-filter 0.3s ease;
}

@media (max-width: 768px) {
    .custom-cursor {
        display: none;
    }
    * {
        cursor: auto !important;
    }
}

.page-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex; 
    align-items: center;
    justify-content: center;
    background: #ffffff;
    will-change: opacity;
}

.page-loader .loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    will-change: transform, opacity;
    opacity: 0;
}

.page-loader .loader-sprite {
    transform: scale(0.4) rotate(-10deg);
    margin-bottom: -135px;
    margin-top: -115px;
}

.page-loader .loader-logo-text {
    width: 100px;
    height: auto;
    opacity: 0.9;
    margin-top: -10px;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}

.page-loader .loader-bar-track {
    width: 100px;
    height: 3px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.page-loader .loader-bar-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 10px;
    will-change: width;
    box-shadow: 0 0 8px rgba(147, 60, 201, 0.3);
}

.page-loader.loader-hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
}
