:root {
    --navy: #08111f;
    --indigo: #5b5cf0;
    --cyan: #19c5d8;
    --ink: #101827;
    --muted: #64748b;
    --bg: #f7f9fc;
    --line: #e5eaf2;
    --white: #fff;
    --radius: 20px;
    --shadow: 0 20px 60px rgba(8, 17, 31, .10)
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Inter, Arial, sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.65
}

a {
    text-decoration: none;
    color: inherit
}

.container {
    width: min(1160px, 92%);
    margin: auto
}

.header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fffffff2;
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line)
}

.nav {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800
}

.mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--indigo), var(--cyan));
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 11px;
    font-weight: 900
}

.brand span {
    display: block;
    color: var(--indigo);
    font-size: 12px
}

.links {
    display: flex;
    gap: 25px;
    font-size: 14px;
    font-weight: 700;
    color: #475569
}

.links a:hover {
    color: var(--indigo)
}

.navbtn,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 11px;
    padding: 13px 19px;
    font-size: 13px;
    font-weight: 800
}

.navbtn,
.primary {
    background: linear-gradient(90deg, #1f2e89, #c47ab1);
    color: #fff
}

.primary {
    background: linear-gradient(90deg, var(--indigo), var(--cyan))
}

.outline {
    border: 1px solid #526078;
    color: #fff
}

.menu {
    display: none;
    border: 0;
    background: none;
    font-size: 25px
}

.hero {
    background: linear-gradient(90deg, #1f2e89, #c47ab1);
    color: #fff;
    padding: 95px 0 90px;
    position: relative;
    overflow: hidden
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: center
}

.eyebrow,
.tag {
    font-size: 11px;
    letter-spacing: 1.8px;
    font-weight: 900;
    color: var(--cyan)
}

.hero h1 {
    font-family: Poppins, Arial, sans-serif;
    font-size: clamp(44px, 6vw, 72px);
    line-height: 1.05;
    margin: 20px 0
}

.gradient {
    background: linear-gradient(90deg, #9aa0ff, #65e7f2);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.hero p {
    color: #cbd5e1;
    max-width: 650px;
    font-size: 18px
}

.actions {
    display: flex;
    gap: 12px;
    margin: 30px 0
}

.trust {
    color: #cbd5e1;
    font-size: 12px
}

.code {
    background: #0f1b2d;
    border: 1px solid #29384d;
    border-radius: 18px;
    box-shadow: 0 30px 80px #0008;
    overflow: hidden;
    transform: rotate(1deg)
}

.codebar {
    height: 45px;
    border-bottom: 1px solid #233248;
    display: flex;
    align-items: center;
    padding: 0 15px
}

.dots {
    display: flex;
    gap: 6px
}

.dots i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #53647b
}

.filename {
    margin-left: auto;
    color: #718096;
    font-size: 11px
}

.codebody {
    padding: 28px;
    font: 14px/2 "Courier New", monospace;
    color: #cbd5e1
}

.ln {
    color: #53647b;
    display: inline-block;
    width: 28px
}

.p {
    color: #c084fc
}

.c {
    color: #67e8f9
}

.g {
    color: #86efac
}

.o {
    color: #fdba74
}

.stats {
    background: #fff;
    border-bottom: 1px solid var(--line)
}

.statsgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 27px 0
}

.stat {
    text-align: center;
    border-right: 1px solid var(--line)
}

.stat:last-child {
    border: 0
}

.stat b {
    display: block;
    font: 800 28px Poppins;
    color: var(--indigo)
}

.stat small {
    color: var(--muted)
}

.section {
    padding: 95px 0
}

.section h2 {
    font: 700 clamp(34px, 4vw, 50px)/1.12 Poppins;
    margin: 9px 0 18px
}

.lead {
    color: var(--muted);
    font-size: 17px;
    max-width: 700px
}

.center {
    text-align: center
}

.aboutgrid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center
}

.visual {
    height: 350px;
    border-radius: 28px;
    background: linear-gradient(145deg, linear-gradient(90deg, #1f2e89, #c47ab1), #283c70);
    display: grid;
    place-items: center;
    box-shadow: var(--shadow);
    color: #fff
}

.visual .circle {
    width: 170px;
    height: 170px;
    border: 1px dashed #9aa8ff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-align: center;
    font: 800 30px Poppins
}

.visual small {
    display: block;
    font: 800 9px Inter;
    letter-spacing: 2px;
    color: #8cebf2
}

.features {
    margin-top: 25px
}

.feature {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid var(--line)
}

.num {
    color: var(--indigo);
    font-weight: 900;
    font-size: 12px
}

.feature p {
    font-size: 13px;
    color: var(--muted)
}

.courses {
    background: #fff
}

.headingrow {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 35px
}

.coursegrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 25px;
    transition: .25s;
    position: relative
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow)
}

.card.dark {
    background: linear-gradient(90deg, #1f2e89, #c47ab1);
    color: #fff;
    border-color: linear-gradient(90deg, #1f2e89, #c47ab1)
}

.icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    background: #eef2ff;
    color: var(--indigo);
    display: grid;
    place-items: center;
    font-weight: 900;
    margin-bottom: 18px
}

.dark .icon {
    background: #27356d;
    color: #74eaf2
}

.level {
    font-size: 9px;
    letter-spacing: 1.5px;
    font-weight: 900;
    color: var(--muted)
}

.dark .level {
    color: #a9b5cc
}

.card h3 {
    font: 700 21px Poppins;
    margin: 8px 0
}

.card p {
    font-size: 13px;
    color: var(--muted);
    min-height: 62px
}

.dark p {
    color: #cbd5e1
}

.card a {
    display: inline-block;
    margin-top: 16px;
    color: var(--indigo);
    font-size: 12px;
    font-weight: 900
}

.dark a {
    color: #70e7f2
}

.why {
    background: #eef2f8
}

.whygrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px
}

.whycard {
    padding: 25px;
    border-right: 1px solid #cbd5e1
}

.whycard:last-child {
    border: 0
}

.whycard b {
    color: var(--indigo);
    font-size: 12px
}

.whycard h3 {
    font: 700 17px Poppins;
    margin: 10px 0
}

.whycard p {
    font-size: 12px;
    color: var(--muted)
}

.pagehero {
    background: linear-gradient(90deg, #1f2e89, #c47ab1);
    color: #fff;
    padding: 75px 0
}

.pagehero h1 {
    font: 700 clamp(40px, 5vw, 62px) Poppins;
    margin: 10px 0
}

.pagehero p {
    color: #cbd5e1;
    max-width: 720px
}

.crumb {
    font-size: 12px;
    color: #9fb0c6
}

.contentgrid {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 40px
}
.contactformgrid {
    grid-template-columns: .4fr .6fr;
}

.prose h2 {
    font: 700 28px Poppins;
    margin: 30px 0 10px
}

.prose p,
.prose li {
    color: var(--muted);
    font-size: 15px
}

.prose ul {
    padding-left: 20px
}

.side {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 25px;
    height: max-content;
    position: sticky;
    top: 100px
}

.side h3 {
    font: 700 18px Poppins;
    margin-bottom: 15px
}

.side a {
    display: block;
    padding: 9px 0;
    border-bottom: 1px solid var(--line);
    font-size: 13px;
    color: #475569
}

.cta {
    background: linear-gradient(120deg, var(--navy), #302d70);
    color: #fff;
    padding: 70px 0
}

.ctagrid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.cta h2 {
    font: 700 40px Poppins
}

.cta p {
    color: #cbd5e1
}

.white {
    background: linear-gradient(90deg, #1f2e89, #c47ab1);
    color: #fff;
}

footer {
    background: #16253f;
    color: #cbd5e1;
    padding: 55px 0 20px
}

.footergrid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 50px
}

.footergrid h4 {
    color: #fff;
    margin-bottom: 12px
}

.footergrid a,
.footergrid p,
.footergrid span {
    display: block;
    color: #8fa0b7;
    font-size: 12px;
    margin: 7px 0
}

.copy {
    margin-top: 35px;
    padding-top: 16px;
    border-top: 1px solid #1b293b;
    color: #68788e;
    font-size: 10px;
    text-align: center;
}

.faq {
    margin-top: 25px
}

.faq details {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    margin: 10px 0;
    padding: 15px
}

.faq summary {
    font-weight: 800;
    cursor: pointer
}

.faq p {
    padding-top: 10px;
    color: var(--muted);
    font-size: 13px
}

.form {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 25px
}

.formgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px
}

.form label {
    font-size: 12px;
    font-weight: 800
}

.form input,
.form textarea,
.form select {
    width: 100%;
    margin-top: 6px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 9px;
    font: inherit
}

.form textarea {
    min-height: 130px
}

.full {
    grid-column: 1/-1
}

@media(max-width:850px) {
    .links {
        display: none;
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 20px;
        flex-direction: column;
        border-bottom: 1px solid var(--line)
    }

    .links.open {
        display: flex
    }

    .menu {
        display: block
    }

    .navbtn {
        display: none
    }

    .hero-grid,
    .aboutgrid,
    .contentgrid {
        grid-template-columns: 1fr
    }

    .coursegrid {
        grid-template-columns: repeat(2, 1fr)
    }

    .whygrid {
        grid-template-columns: repeat(2, 1fr)
    }

    .side {
        position: static
    }

    .ctagrid {
        flex-direction: column;
        align-items: flex-start
    }

    .footergrid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:560px) {
    .hero {
        padding: 70px 0
    }

    .hero h1 {
        font-size: 43px
    }

    .actions {
        flex-direction: column
    }

    .actions .btn {
        width: 100%
    }

    .statsgrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .stat:nth-child(2) {
        border: 0
    }

    .section {
        padding: 70px 0
    }

    .coursegrid,
    .whygrid,
    .formgrid {
        grid-template-columns: 1fr
    }

    .whycard {
        border-right: 0;
        border-bottom: 1px solid #cbd5e1
    }

    .headingrow {
        display: block
    }

    .ctagrid h2 {
        font-size: 33px
    }

    .footergrid {
        grid-template-columns: 1fr
    }
}

.navdrop {
    position: relative
}

.navdrop>a {
    display: block
}

.dropmenu {
    display: none;
    position: absolute;
    top: 30px;
    left: -15px;
    width: 235px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 9px;
    box-shadow: var(--shadow);
    z-index: 200
}

.dropmenu a {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 12px
}

.dropmenu a:hover {
    background: #f0f3ff;
    color: var(--indigo)
}

.navdrop:hover .dropmenu,
.navdrop:focus-within .dropmenu {
    display: block
}

.navsearch {
    font-size: 20px;
    line-height: 1
}

.course-toolbar {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 28px
}

.course-search {
    flex: 1;
    max-width: 520px;
    position: relative
}

.course-search input {
    width: 100%;
    padding: 14px 17px 14px 43px;
    border: 1px solid var(--line);
    border-radius: 12px;
    font: inherit;
    background: #fff;
    outline: none
}

.course-search input:focus {
    border-color: #aab0ff;
    box-shadow: 0 0 0 4px #eef0ff
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 12px;
    color: var(--muted)
}

.filter-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.filter {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer
}

.filter.active,
.filter:hover {
    background: linear-gradient(90deg, #1f2e89, #c47ab1);
    color: #fff
}

.course-count {
    font-size: 12px;
    color: var(--muted)
}

.course-card.hidden {
    display: none
}

.no-results {
    display: none;
    padding: 30px;
    text-align: center;
    color: var(--muted);
    grid-column: 1/-1
}

.no-results.show {
    display: block
}

@media(max-width:850px) {
    .navdrop .dropmenu {
        position: static;
        width: auto;
        box-shadow: none;
        border: 0;
        padding: 0 0 0 10px
    }

    .navdrop:hover .dropmenu {
        display: none
    }

    .navdrop.open .dropmenu {
        display: block
    }

    .course-toolbar {
        display: block
    }

    .course-search {
        max-width: none;
        margin-bottom: 12px
    }
}

.navdrop {
    position: relative
}

.navdrop>a {
    display: block
}

.dropmenu {
    display: none;
    position: absolute;
    top: 30px;
    left: -15px;
    width: 235px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 9px;
    box-shadow: var(--shadow);
    z-index: 200
}

.dropmenu a {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 12px
}

.dropmenu a:hover {
    background: #f0f3ff;
    color: var(--indigo)
}

.navdrop:hover .dropmenu,
.navdrop:focus-within .dropmenu {
    display: block
}

.navsearch {
    font-size: 20px;
    line-height: 1
}

.course-toolbar {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 28px
}

.course-search {
    flex: 1;
    max-width: 520px;
    position: relative
}

.course-search input {
    width: 100%;
    padding: 14px 17px 14px 43px;
    border: 1px solid var(--line);
    border-radius: 12px;
    font: inherit;
    background: #fff;
    outline: none
}

.course-search input:focus {
    border-color: #aab0ff;
    box-shadow: 0 0 0 4px #eef0ff
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 12px;
    color: var(--muted)
}

.filter-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.filter {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer
}

.filter.active,
.filter:hover {
    background: linear-gradient(90deg, #1f2e89, #c47ab1);
    color: #fff
}

.course-count {
    font-size: 12px;
    color: var(--muted)
}

.course-card.hidden {
    display: none
}

.no-results {
    display: none;
    padding: 30px;
    text-align: center;
    color: var(--muted);
    grid-column: 1/-1
}

.no-results.show {
    display: block
}

@media(max-width:850px) {
    .navdrop .dropmenu {
        position: static;
        width: auto;
        box-shadow: none;
        border: 0;
        padding: 0 0 0 10px
    }

    .navdrop:hover .dropmenu {
        display: none
    }

    .navdrop.open .dropmenu {
        display: block
    }

    .course-toolbar {
        display: block
    }

    .course-search {
        max-width: none;
        margin-bottom: 12px
    }
}

/* =========================================================
   ACADEMY COURSE ORBIT
========================================================= */

/* =========================================================
   GIW ACADEMY
   PREMIUM ANIMATED COURSE ORBIT
========================================================= */


/* ---------------------------------------------------------
   MAIN SECTION
--------------------------------------------------------- */

.academy-orbit-section {

    position: relative;

    width: 100%;

    min-height: 580px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    border-radius: 32px;

    background:

        radial-gradient(
            circle at center,
            rgba(91, 92, 240, 0.20),
            transparent 28%
        ),

        radial-gradient(
            circle at 20% 30%,
            rgba(25, 197, 216, 0.12),
            transparent 30%
        ),

        radial-gradient(
            circle at 80% 70%,
            rgba(155, 108, 255, 0.10),
            transparent 30%
        ),

        linear-gradient(90deg, #1f2e89, #c47ab1)

}


/* ---------------------------------------------------------
   SUBTLE GRID
--------------------------------------------------------- */

.academy-orbit-section::before {

    content: "";

    position: absolute;

    inset: 0;

    background-image:

        linear-gradient(
            rgba(255,255,255,.025) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(255,255,255,.025) 1px,
            transparent 1px
        );

    background-size: 40px 40px;

    mask-image:
        radial-gradient(
            circle,
            black 20%,
            transparent 75%
        );

    pointer-events: none;

}


/* ---------------------------------------------------------
   MAIN ORBIT
--------------------------------------------------------- */

.academy-orbit {

    position: relative;

    width: 500px;

    height: 500px;

    display: flex;

    align-items: center;

    justify-content: center;

}


/* ---------------------------------------------------------
   CENTER GLOW
--------------------------------------------------------- */

.orbit-glow {

    position: absolute;

    width: 260px;

    height: 260px;

    border-radius: 50%;

    background:

        radial-gradient(
            circle,
            rgba(91,92,240,.65) 0%,
            rgba(25,197,216,.25) 40%,
            transparent 72%
        );

    filter: blur(25px);

    animation:

        academyGlow
        4s
        ease-in-out
        infinite;

}


/* ---------------------------------------------------------
   ORBIT RINGS
--------------------------------------------------------- */

.orbit-ring {

    position: absolute;

    left: 50%;

    top: 50%;

    border-radius: 50%;

    transform:
        translate(-50%, -50%);

    pointer-events: none;

}


/* OUTER */

.orbit-ring-outer {

    width: 455px;

    height: 455px;

    border:

        1px solid
        rgba(25,197,216,.20);

    box-shadow:

        0 0 50px
        rgba(25,197,216,.05),

        inset 0 0 50px
        rgba(91,92,240,.04);

}


/* INNER */

.orbit-ring-inner {

    width: 315px;

    height: 315px;

    border:

        1px dashed
        rgba(155,108,255,.28);

}


/* Decorative outer ring */

.orbit-ring-outer::before {

    content: "";

    position: absolute;

    inset: 25px;

    border-radius: 50%;

    border:

        1px dashed
        rgba(255,255,255,.07);

}


/* Decorative inner ring */

.orbit-ring-inner::before {

    content: "";

    position: absolute;

    inset: 20px;

    border-radius: 50%;

    border:

        1px solid
        rgba(255,255,255,.05);

}


/* ---------------------------------------------------------
   COURSE ORBITS
--------------------------------------------------------- */

.course-orbit {

    position: absolute;

    left: 50%;

    top: 50%;

    border-radius: 50%;

}


/* Outer */

.outer-course-orbit {

    width: 455px;

    height: 455px;

    transform:
        translate(-50%, -50%);

    animation:

        outerRotation
        35s
        linear
        infinite;

}


/* Inner */

.inner-course-orbit {

    width: 315px;

    height: 315px;

    transform:
        translate(-50%, -50%);

    animation:

        innerRotation
        25s
        linear
        infinite
        reverse;

}


/* ---------------------------------------------------------
   COURSE NODE
--------------------------------------------------------- */

.course-node {

    position: absolute;

    left: 50%;

    top: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    min-width: 48px;

    min-height: 42px;

    padding:

        7px
        12px;

    border-radius: 50px;

    color: #ffffff;

    text-decoration: none;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: .5px;

    white-space: nowrap;

    background:

        rgba(
            255,
            255,
            255,
            .07
        );

    border:

        1px solid
        rgba(
            255,
            255,
            255,
            .15
        );

    backdrop-filter:
        blur(14px);

    -webkit-backdrop-filter:
        blur(14px);

    box-shadow:

        0 8px 25px
        rgba(0,0,0,.20),

        inset 0 0 15px
        rgba(255,255,255,.025);

    transition:

        transform .35s ease,

        background .35s ease,

        border-color .35s ease,

        box-shadow .35s ease;

}


/* ---------------------------------------------------------
   ICON
--------------------------------------------------------- */

.course-node i {

    font-size: 20px;

    line-height: 1;

    transition:

        transform .35s ease,

        filter .35s ease;

}


/* ---------------------------------------------------------
   ICON COLORS
--------------------------------------------------------- */

.node-01 i {
    color: #f25022;
}

.node-02 i {
    color: #659ad2;
}

.node-03 i {
    color: #00599c;
}

.node-04 i {
    color: #19c5d8;
}

.node-05 i {
    color: #5b5cf0;
}

.node-06 i {
    color: #a78bfa;
}

.node-07 i {
    color: #31a8ff;
}

.node-08 i {
    color: #e44d26;
}

.node-09 i {
    color: #777bb4;
}

.node-10 i {
    color: #00758f;
}

.node-11 i {
    color: #61dafb;
}

.node-12 i {
    color: #dd0031;
}

.node-13 i {
    color: #3776ab;
}

.node-14 i {
    color: #dd0031;
}

.node-15 i {
    color: #3ddc84;
}

.node-16 i {
    color: #ffffff;
}

.node-17 i {
    color: #f24e1e;
}

.node-18 i {
    color: #19c5d8;
}


/* ---------------------------------------------------------
   HOVER
--------------------------------------------------------- */

.course-node:hover {

    color: #ffffff;

    background:

        linear-gradient(
            135deg,
            rgba(91,92,240,.95),
            rgba(25,197,216,.95)
        );

    border-color:

        transparent;

    box-shadow:

        0 0 25px
        rgba(25,197,216,.60),

        0 15px 40px
        rgba(0,0,0,.35);

    z-index: 100;

}


.course-node:hover i {

    color: #ffffff;

    transform:
        scale(1.25)
        rotate(-8deg);

    filter:

        drop-shadow(
            0 0 7px
            rgba(255,255,255,.7)
        );

}


/* ---------------------------------------------------------
   OUTER POSITIONS
--------------------------------------------------------- */

.node-01 {
    transform:
        rotate(0deg)
        translateX(228px)
        rotate(0deg);
}

.node-02 {
    transform:
        rotate(40deg)
        translateX(228px)
        rotate(-40deg);
}

.node-03 {
    transform:
        rotate(80deg)
        translateX(228px)
        rotate(-80deg);
}

.node-04 {
    transform:
        rotate(120deg)
        translateX(228px)
        rotate(-120deg);
}

.node-05 {
    transform:
        rotate(160deg)
        translateX(228px)
        rotate(-160deg);
}

.node-06 {
    transform:
        rotate(200deg)
        translateX(228px)
        rotate(-200deg);
}

.node-07 {
    transform:
        rotate(240deg)
        translateX(228px)
        rotate(-240deg);
}

.node-08 {
    transform:
        rotate(280deg)
        translateX(228px)
        rotate(-280deg);
}

.node-09 {
    transform:
        rotate(320deg)
        translateX(228px)
        rotate(-320deg);
}


/* ---------------------------------------------------------
   INNER POSITIONS
--------------------------------------------------------- */

.node-10 {
    transform:
        rotate(0deg)
        translateX(158px)
        rotate(0deg);
}

.node-11 {
    transform:
        rotate(40deg)
        translateX(158px)
        rotate(-40deg);
}

.node-12 {
    transform:
        rotate(80deg)
        translateX(158px)
        rotate(-80deg);
}

.node-13 {
    transform:
        rotate(120deg)
        translateX(158px)
        rotate(-120deg);
}

.node-14 {
    transform:
        rotate(160deg)
        translateX(158px)
        rotate(-160deg);
}

.node-15 {
    transform:
        rotate(200deg)
        translateX(158px)
        rotate(-200deg);
}

.node-16 {
    transform:
        rotate(240deg)
        translateX(158px)
        rotate(-240deg);
}

.node-17 {
    transform:
        rotate(280deg)
        translateX(158px)
        rotate(-280deg);
}

.node-18 {
    transform:
        rotate(320deg)
        translateX(158px)
        rotate(-320deg);
}


/* ---------------------------------------------------------
   CENTER
--------------------------------------------------------- */

.academy-center {

    position: absolute;

    left: 50%;

    top: 50%;

    transform:
        translate(-50%, -50%);

    width: 160px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    z-index: 50;

}


/* ---------------------------------------------------------
   LOGO
--------------------------------------------------------- */

.academy-logo {

    position: relative;

    width: 125px;

    height: 125px;

    padding: 8px;

    border-radius: 50%;

    background:

        linear-gradient(
            135deg,
            #5b5cf0,
            #19c5d8
        );

    box-shadow:

        0 0 0 8px
        rgba(91,92,240,.08),

        0 0 50px
        rgba(25,197,216,.35),

        0 20px 55px
        rgba(0,0,0,.35);

    animation:

        logoFloat
        3s
        ease-in-out
        infinite;

}


.academy-logo::before {

    content: "";

    position: absolute;

    inset: -9px;

    border-radius: 50%;

    border:

        1px solid
        rgba(25,197,216,.45);

    animation:

        logoRing
        3s
        linear
        infinite;

}


.academy-logo img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    border-radius: 50%;

    background: #ffffff;

    padding: 8px;

}


/* ---------------------------------------------------------
   CENTER TEXT
--------------------------------------------------------- */

.center-label {

    margin-top: 15px;

    padding:

        6px
        14px;

    border-radius: 50px;

    color: #ffffff;

    background:

        rgba(
            255,
            255,
            255,
            .08
        );

    border:

        1px solid
        rgba(
            255,
            255,
            255,
            .15
        );

    backdrop-filter:
        blur(10px);

    font-size: 9px;

    font-weight: 900;

    letter-spacing: 2px;

}


.center-subtitle {

    margin-top: 7px;

    color:

        rgba(
            255,
            255,
            255,
            .45
        );

    font-size: 6px;

    letter-spacing: 1.5px;

    text-align: center;

}


/* ---------------------------------------------------------
   ANIMATIONS
--------------------------------------------------------- */

@keyframes outerRotation {

    from {

        transform:
            translate(-50%, -50%)
            rotate(0deg);

    }

    to {

        transform:
            translate(-50%, -50%)
            rotate(360deg);

    }

}


@keyframes innerRotation {

    from {

        transform:
            translate(-50%, -50%)
            rotate(0deg);

    }

    to {

        transform:
            translate(-50%, -50%)
            rotate(360deg);

    }

}


@keyframes academyGlow {

    0%,
    100% {

        transform:
            scale(.85);

        opacity: .45;

    }

    50% {

        transform:
            scale(1.15);

        opacity: .9;

    }

}


@keyframes logoFloat {

    0%,
    100% {

        transform:
            translateY(0)
            scale(1);

    }

    50% {

        transform:
            translateY(-8px)
            scale(1.04);

    }

}


@keyframes logoRing {

    from {

        transform:
            rotate(0deg);

    }

    to {

        transform:
            rotate(360deg);

    }

}


/* ---------------------------------------------------------
   HOVER PAUSE
--------------------------------------------------------- */

.academy-orbit-section:hover
.outer-course-orbit,

.academy-orbit-section:hover
.inner-course-orbit {

    animation-play-state:
        paused;

}


/* ---------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------- */

@media (max-width: 768px) {

    .academy-orbit-section {

        min-height: 470px;

    }

    .academy-orbit {

        width: 420px;

        height: 420px;

        transform:
            scale(.82);

    }

}


@media (max-width: 480px) {

    .academy-orbit-section {

        min-height: 390px;

    }

    .academy-orbit {

        width: 420px;

        height: 420px;

        transform:
            scale(.62);

    }

}

/* =========================================================
   COURSES PAGE
========================================================= */

.courses-section {
    padding: 100px 0;
    background: #f7f9fc;
}


/* ---------------------------------------------------------
   HEADING
--------------------------------------------------------- */

.section-heading {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.section-kicker {
    display: inline-block;

    margin-bottom: 12px;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 2px;

    color: #5b5cf0;
}

.section-heading h2 {
    margin: 0 0 15px;

    font-size: clamp(32px, 5vw, 48px);

    line-height: 1.1;

    color: #101828;
}

.section-heading p {
    margin: 0;

    color: #667085;

    font-size: 16px;

    line-height: 1.7;
}


/* ---------------------------------------------------------
   SEARCH
--------------------------------------------------------- */

.course-search-wrapper {
    display: flex;
    justify-content: center;

    margin-bottom: 25px;
}

.course-search {
    width: min(600px, 100%);

    position: relative;

    display: flex;
    align-items: center;
}

.course-search > i {
    position: absolute;

    left: 18px;

    color: #98a2b3;

    pointer-events: none;
}

.course-search input {
    width: 100%;

    height: 55px;

    padding: 0 50px;

    border: 1px solid #e4e7ec;

    border-radius: 16px;

    background: #ffffff;

    color: #101828;

    font-size: 15px;

    outline: none;

    transition: .25s ease;

    box-shadow:
        0 8px 25px rgba(16,24,40,.05);
}

.course-search input:focus {
    border-color: #5b5cf0;

    box-shadow:
        0 0 0 4px rgba(91,92,240,.10);
}

#clearCourseSearch {
    position: absolute;

    right: 12px;

    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;

    border-radius: 50%;

    background: #f2f4f7;

    color: #667085;

    cursor: pointer;
}


/* ---------------------------------------------------------
   FILTERS
--------------------------------------------------------- */

.course-filters {
    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 10px;

    margin-bottom: 25px;
}

.course-filter {
    padding: 10px 16px;

    border: 1px solid #e4e7ec;

    border-radius: 50px;

    background: #ffffff;

    color: #475467;

    font-size: 13px;

    font-weight: 700;

    cursor: pointer;

    transition: .25s ease;
}

.course-filter:hover {
    border-color: #5b5cf0;

    color: #5b5cf0;
}

.course-filter.active {
    border-color: transparent;

    background:
        linear-gradient(
            135deg,
            #5b5cf0,
            #19c5d8
        );

    color: #ffffff;

    box-shadow:
        0 8px 20px rgba(91,92,240,.20);
}


/* ---------------------------------------------------------
   RESULTS
--------------------------------------------------------- */

.course-results {
    margin-bottom: 20px;

    color: #667085;

    font-size: 13px;

    font-weight: 600;
}


/* ---------------------------------------------------------
   GRID
--------------------------------------------------------- */

.courses-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 22px;
}


/* ---------------------------------------------------------
   CARD
--------------------------------------------------------- */

.course-card {
    position: relative;

    padding: 28px;

    border: 1px solid #e8edf3;

    border-radius: 24px;

    background: #ffffff;

    overflow: hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;

    animation:
        courseCardIn .5s ease both;
}

.course-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;
    right: 0;

    height: 3px;

    background:
        linear-gradient(
            90deg,
            #5b5cf0,
            #19c5d8
        );

    transform:
        scaleX(0);

    transform-origin: left;

    transition: .35s ease;
}

.course-card:hover {
    transform:
        translateY(-8px);

    border-color:
        rgba(91,92,240,.20);

    box-shadow:
        0 25px 60px rgba(16,24,40,.10);
}

.course-card:hover::before {
    transform:
        scaleX(1);
}


/* ---------------------------------------------------------
   ICON
--------------------------------------------------------- */

.course-icon {
    width: 72px;
    height: 72px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    border-radius: 20px;

    background:
        #f4f6ff;

    transition:
        transform .35s ease;
}

.course-card:hover .course-icon {
    transform:
        scale(1.08)
        rotate(-3deg);
}


/* Single icon */

.course-icon > i {
    font-size: 38px;
}


/* ---------------------------------------------------------
   ICON COLORS
--------------------------------------------------------- */

.microsoft-icon {
    background: #f3f8ff;
}

.microsoft-icon i {
    color: #f25022;
}

.c-icon {
    background: #edf6ff;
}

.c-icon i {
    color: #659ad2;
}

.cpp-icon {
    background: #edf4ff;
}

.cpp-icon i {
    color: #00599c;
}

.diploma-icon {
    background: #eefbff;
}

.diploma-icon i {
    color: #19a9c7;
}

.hdca-icon {
    background: #f2efff;
}

.hdca-icon i {
    color: #6955d8;
}

.pgdca-icon {
    background: #f5efff;
}

.pgdca-icon i {
    color: #8b5cf6;
}

.photoshop-icon {
    background: #eaf7ff;
}

.photoshop-icon i {
    color: #31a8ff;
}

.android-icon {
    background: #edfff4;
}

.android-icon i {
    color: #3ddc84;
}

.ios-icon {
    background: #f2f4f7;
}

.ios-icon i {
    color: #111827;
}

.python-icon {
    background: #eef7ff;
}

.python-icon i {
    color: #3776ab;
}

.angular-icon {
    background: #fff0f2;
}

.angular-icon i {
    color: #dd0031;
}

.figma-icon {
    background: #fff3ef;
}

.figma-icon i {
    color: #f24e1e;
}

.marketing-icon {
    background: #ecfbff;
}

.marketing-icon i {
    color: #19a9c7;
}

.mobile-icon {
    background: #eef3ff;
}

.mobile-icon i {
    color: #5b5cf0;
}


/* ---------------------------------------------------------
   WEB ICONS
--------------------------------------------------------- */

.web-icons {
    display: flex;

    align-items: center;

    gap: 5px;
}

.web-icons i {
    font-size: 22px;
}

.web-icons i:nth-child(1) {
    color: #e44d26;
}

.web-icons i:nth-child(2) {
    color: #1572b6;
}

.web-icons i:nth-child(3) {
    color: #f7df1e;
}


/* ---------------------------------------------------------
   PHP / MYSQL
--------------------------------------------------------- */

.php-icons {
    display: flex;

    align-items: center;

    gap: 4px;
}

.php-icons i {
    font-size: 25px;
}

.php-icons i:first-child {
    color: #777bb4;
}

.php-icons i:last-child {
    color: #00758f;
}


/* ---------------------------------------------------------
   MERN / MEAN
--------------------------------------------------------- */

.stack-icons {
    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 5px;

    max-width: 58px;
}

.stack-icons i {
    font-size: 19px;
}

.stack-icons i:nth-child(1) {
    color: #47a248;
}

.stack-icons i:nth-child(2) {
    color: #ffffff;
    filter:
        drop-shadow(
            0 0 1px #333
        );
}

.stack-icons i:nth-child(3) {
    color: #61dafb;
}

.stack-icons i:nth-child(4) {
    color: #68a063;
}


/* ---------------------------------------------------------
   CATEGORY
--------------------------------------------------------- */

.course-category {
    display: inline-block;

    margin-bottom: 10px;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.2px;

    color: #5b5cf0;
}


/* ---------------------------------------------------------
   TITLE
--------------------------------------------------------- */

.course-card h3 {
    margin: 0 0 10px;

    font-size: 22px;

    line-height: 1.25;

    color: #101828;
}


/* ---------------------------------------------------------
   DESCRIPTION
--------------------------------------------------------- */

.course-card p {
    min-height: 72px;

    margin: 0 0 22px;

    color: #667085;

    font-size: 14px;

    line-height: 1.7;
}


/* ---------------------------------------------------------
   LINK
--------------------------------------------------------- */

.course-link {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #5b5cf0;

    text-decoration: none;

    font-size: 13px;

    font-weight: 800;

    transition: .25s ease;
}

.course-link i {
    transition: .25s ease;
}

.course-link:hover {
    color: #19a9c7;
}

.course-link:hover i {
    transform:
        translateX(5px);
}


/* ---------------------------------------------------------
   NO RESULTS
--------------------------------------------------------- */

.no-course-results {
    display: none;

    padding: 70px 20px;

    text-align: center;

    color: #667085;
}

.no-course-results.show {
    display: block;
}

.no-course-results > i {
    margin-bottom: 15px;

    font-size: 40px;

    color: #98a2b3;
}

.no-course-results h3 {
    margin: 0 0 8px;

    color: #101828;
}


/* ---------------------------------------------------------
   ANIMATION
--------------------------------------------------------- */

@keyframes courseCardIn {

    from {
        opacity: 0;

        transform:
            translateY(20px);
    }

    to {
        opacity: 1;

        transform:
            translateY(0);
    }

}


/* ---------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------- */

@media (max-width: 1000px) {

    .courses-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


@media (max-width: 650px) {

    .courses-section {
        padding: 70px 0;
    }

    .courses-grid {
        grid-template-columns: 1fr;
    }

    .course-card {
        padding: 24px;
    }

    .course-filters {
        justify-content: flex-start;

        overflow-x: auto;

        flex-wrap: nowrap;

        padding-bottom: 8px;
    }

    .course-filter {
        flex-shrink: 0;
    }

}
.coursegrid .icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coursegrid .icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
}