:root {
    --primary: #F29C1F;
    --primary-light: #a78bfa;
    --primary-dark: #7c3aed;
    --secondary: #3b82f6;
    --secondary-light: #60a5fa;
    --secondary-dark: #2563eb;
    --text-dark: #1f2937;
    --text-light: #6b7280;
    --text-lighter: #9ca3af;
    --background: #ffffff;
    --background-light: #f9fafb;
    --border: #e5e7eb;
    --shadow: rgba(0, 0, 0, 0.1);
    --radius: 0.5rem;
    --transition: 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: "livvic",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
        "Helvetica Neue", sans-serif; */
    font-family: 'Livvic', sans-serif;
    color: var(--text-dark);
    line-height: 1.5;
    width: 100%;
    overflow-x: hidden;
}

[data-aos] {
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.container_nav {
    width: 100%;
    max-width: 98%;
    margin: 0 auto;
    padding: 0 1rem;
}

a {
    text-decoration: none;
    color: inherit;
}

.hidden {
    display: none !important;
}

.our_courses {
    padding: 25px 0;
    text-align: center;
}

.heading_1 {
    color: #001444;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 30px;
    background: linear-gradient(85deg, #3347FE 8.06%, #D583FC 91.94%);
    background-size: 300% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animateGradient 5s linear infinite;
    text-align: center;
}

.heading {
    color: #001444;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 30px;
    background: linear-gradient(85deg, #3347FE 8.06%, #D583FC 91.94%);
    background-size: 300% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animateGradient 5s linear infinite;
    text-align: center;
}

@keyframes animateGradient {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 100% center;
    }
}

.heading-h1 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #001444;
    animation: fadeIn 1s ease-in-out;
    background: linear-gradient(85deg, #3347FE 8.06%, #D583FC 91.94%);
    background-size: 300% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animateGradient 5s linear infinite;
    text-align: center;
}

.heading-3 {
    color: #001444;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 10px;
    background: linear-gradient(85deg, #3347FE 8.06%, #D583FC 91.94%);
    background-size: 300% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animateGradient 5s linear infinite;
}

.heading-2 {
    color: #001444;
    /* font-weight: bold; */
    font-size: 1rem;
    margin-bottom: 30px;
    background: linear-gradient(85deg, #3347FE 8.06%, #D583FC 91.94%);
    background-size: 300% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animateGradient 5s linear infinite;
}

