﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

svg {
    height: 30px;
    width: 30px;
}

.j-layer-container {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}

.N-educational-rewards::after {
    content: "";
    z-index: 1;
    width: 50%;
    opacity: 0.4;
    height: 50%;
    background: radial-gradient(circle, rgb(170,136,188,0.5) 0%, transparent 70%);
    position: absolute;
    right: -10%;
    bottom: -20%;
}

.N-educational-rewards .x-news-item {
    backdrop-filter: blur(10px);
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.8);
}

.N-educational-rewards li {
    position: relative;
    margin-bottom: 1.25rem;
    transition: transform 0.3s ease;
}

.N-educational-rewards svg {
    height: 24px;
    transition: transform 0.3s ease;
    width: 24px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
}

.N-educational-rewards .i-pic-overlay:hover {
    transform: perspective(1000px) rotateY(0deg);
}

header .V-header-wrap {
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
}

header .p-top-lead:before {
    content: '';
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(195,180,203), transparent);
    width: 100%;
    height: 1px;
    left: 0;
    transition: transform 0.6s ease;
    bottom: -8px;
}

header .n-top-mainwrap:hover {
    color: rgb(195,180,203);
    text-shadow: 0 0 8px rgb(195,180,203,0.5);
}

header .f-head-sitewrap:hover svg {
    transform: scale(1.05);
}

header .f-head-sitewrap:hover:after {
    width: 100%;
}

.x-privacy-holder h1 {
    border-bottom: 3px solid rgb(195,180,203);
    text-transform: uppercase;
    color: rgb(195,180,203);
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: 39px;
    font-weight: 700;
    margin-top: 0;
}

.x-privacy-holder ul li::before {
    display: inline-block;
    margin-left: -1em;
    color: rgb(170,136,188);
    content: '•';
    width: 1em;
}

.x-privacy-holder section {
    border-radius: 10px;
    padding: 30px;
    border: 1px solid rgb(195,180,203,0.5);
    background: rgb(170,136,188,0.5);
}

.E-join-now::before {
    transform-origin: center top;
    animation: gridMove 20s linear infinite;
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(#ffffff 1px, transparent 1px),
        linear-gradient(to right, #ffffff 1px, transparent 1px);
    background-size: 30px 30px;
    position: absolute;
    content: '';
    height: 100%;
    z-index: -1;
    transform: perspective(500px) rotateX(60deg);
    top: 0;
    opacity: 0.05;
}

.E-join-now h3 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    animation: textPulse 4s ease-in-out infinite alternate;
    text-shadow: 0 0 15px #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 55px;
    color: #ffffff;
}

.E-join-now .D-talk-now::after {
    left: 0;
    opacity: 0;
    background-size: 10px 10px;
    top: 0;
    content: '';
    width: 100%;
    z-index: -1;
    transition: opacity 0.4s ease;
    animation: patternMove 3s linear infinite;
    position: absolute;
    background: linear-gradient(
        -45deg,
        transparent 25%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 50%,
        transparent 75%,
        rgba(255, 255, 255, 0.1) 75%
    );
    height: 100%;
}

.K-learning-process h3 {
    font-weight: 700;
    padding: 1.5rem 2rem;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(195,180,203), rgb(170,136,188));
    border-radius: 11px 11px 0 0;
    text-align: left;
    animation: tabSlideDown 0.6s ease-out forwards;
    font-size: 34px;
    margin: 0;
    position: relative;
}

.K-learning-process span::before {
    left: 0;
    width: 100%;
    z-index: 1;
    top: 0;
    height: 5px;
    background: linear-gradient(
        90deg,
        rgb(195,180,203,0.5),
        rgb(170,136,188,0.5)
    );
    content: "";
    position: absolute;
}

.c-web-cookies {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}


.j-modalCookieSettings h5 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 19px;
    color: rgb(195,180,203);
}

.l-cookie-window {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    width: calc(50% - 10px);
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    background: rgb(195,180,203);
    font-size: 18px;
    margin: 5px;
    padding: 10px 20px;
    display: inline-block;
    color: #ffffff;
}

.o-ideal-participants h3 {
    text-align: center;
    margin-bottom: 3.5rem;
    letter-spacing: 1px;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    color: #000000;
}

.o-ideal-participants h3::before {
    border-radius: 50px;
    width: 60px;
    background: rgb(170,136,188);
    content: '';
    height: 5px;
    position: absolute;
    top: -30px;
    transform: translateX(-50%);
    left: 50%;
}

.o-ideal-participants li::after {
    background: radial-gradient(circle at center bottom, rgb(170,136,188,0.5) 0%, transparent 70%);
    height: 100%;
    bottom: 0;
    content: '';
    position: absolute;
    opacity: 0;
    left: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    z-index: -1;
}

.o-ideal-participants li svg {
    margin-bottom: 1.5rem;
    display: block;
    width: 60px;
    fill: rgb(170,136,188);
    filter: drop-shadow(0 3px 6px rgb(170,136,188,0.5));
    transition: all 0.4s ease;
    height: 60px;
}

.o-ideal-participants li:nth-child(3) {
    background-color: rgba(255, 255, 255, 0.85);
}

.Q-meet-us::after {
    height: 140%;
    content: "";
    position: absolute;
    transform: rotate(-12deg);
    background: rgb(170,136,188);
    right: -10%;
    top: -15%;
    opacity: 0.12;
    z-index: -1;
    animation: shimmer 12s infinite alternate ease-in-out;
    width: 50%;
}

.Q-meet-us .x-news-item {
    position: relative;
    transition: transform 0.7s ease-out;
    background: linear-gradient(
        135deg,
        rgba(40, 40, 40, 0.65) 0%,
        rgba(30, 30, 30, 0.78) 100%
    );
    padding: 3.5rem;
    border-left: 4px solid rgb(170,136,188);
    transform: perspective(1000px) rotateY(-1deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(8px);
}

.I-gratContent {
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(223,219,225) 0%, rgb(195,180,203,0.5) 100%);
}

.I-gratContent h2 {
    margin-bottom: 3rem;
    line-height: 1.3;
    position: relative;
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    max-width: 800px;
    font-size: 29px;
    color: #000000;
}

.I-gratContent ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.I-gratContent li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.w-title-section {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.w-title-section .S-main-begin {
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    min-height: 100vh;
    justify-content: center;
}

.w-title-section .X-learn-vision {
    animation: fadeInUp 1s ease-out forwards;
    max-width: 1200px;
    border-left: 3px solid rgb(170,136,188);
    width: 90%;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    background: rgba(#ffffff, 0.15);
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 5;
}

.w-title-section h3 {
    transform: translateZ(20px);
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-shadow: 0 1px 5px rgba(0,0,0,0.1);
    line-height: 1.5;
    font-size: 23px;
    position: relative;
    max-width: 90%;
    color: rgba(#ffffff, 0.9);
}

.C-offer-grid .container {
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}

.C-offer-grid .A-payment-scheme {
    order: -1;
    position: relative;
    margin-bottom: 3rem;
}

.C-offer-grid .A-payment-scheme h2::after {
    content: "";
    bottom: -0.5rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(195,180,203), transparent);
    width: 60%;
    left: 0;
    height: 3px;
}

.C-offer-grid .z-class-cost:hover .j-fee-options {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.C-offer-grid .J-basic-cost h3 {
    position: relative;
    transition: color 0.3s ease;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: calc(22px + 0.1rem);
    color: #000000;
    display: inline-block;
}

.C-offer-grid .J-basic-cost p {
    font-size: calc(16px - 0.1rem);
    overflow-wrap: break-word;
    flex-grow: 1;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    color: #000000;
    word-break: break-word;
}

.C-offer-grid .z-class-cost:hover .i-pic-overlay::after {
    opacity: 0.4;
}

.p-course-structure {
    position: relative;
    padding: 5rem 0;
    background: rgb(223,219,225);
    overflow: hidden;
}

.p-course-structure .container {
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.p-course-structure .i-pic-overlay {
    width: 100%;
    transform: perspective(1000px) rotateX(2deg);
    height: 300px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-course-structure .x-news-item::before {
    z-index: -1;
    right: 0;
    width: 100px;
    top: 0;
    background: linear-gradient(135deg, rgb(170,136,188,0.5) 0%, transparent 70%);
    height: 100px;
    position: absolute;
    transform: translate(20px, -20px);
    content: "";
}

.p-course-structure .description {
    overflow-y: auto;
    line-height: 1.6;
    padding-right: 10px;
    position: relative;
    font-size: 15px;
    color: #000000;
    margin-bottom: 1.5rem;
    max-height: 300px;
}

.l-user-testimonials .D-fast-learn {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}

.l-user-testimonials .v-review-voices {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    perspective: 1000px;
    display: grid;
}

.l-user-testimonials .P-learning-voices:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotateX(0) rotateY(0);
}

.l-user-testimonials .P-learning-voices:hover .i-pic-overlay {
    border-color: rgb(195,180,203);
    transform: scale(1.1);
}

.l-user-testimonials .P-learning-voices span::after {
    margin: 0.5rem auto;
    height: 2px;
    background: rgb(195,180,203);
    content: "";
    width: 40px;
    display: block;
}

.Q-academic-expertise .i-pic-overlay {
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: saturate(0.8);
    width: 40%;
    height: 400px;
    transform: rotateY(10deg) translateZ(50px);
    position: relative;
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
}

.Q-academic-expertise .i-pic-overlay:hover::after {
    opacity: 0;
}

.Q-academic-expertise .u-exp-items:hover {
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(50px);
}

.Q-academic-expertise .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 33px;
    color: rgb(195,180,203);
    position: relative;
    display: inline-block;
}

.Q-academic-expertise .u-exp-items > div:nth-child(2) {
    margin-bottom: 2rem;
    color: rgb(170,136,188);
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: 600;
    opacity: 0.9;
}

footer {
    position: relative;
}

.E-webinar-cta .container {
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.E-webinar-cta .company_holder h3::after {
    bottom: -8px;
    content: "";
    background: rgb(195,180,203);
    height: 3px;
    left: 0;
    border-radius: 10px;
    position: absolute;
    width: 40px;
}

.E-webinar-cta .p-top-lead {
    position: relative;
}

.E-webinar-cta .p-top-lead .p-header-lead a {
    text-decoration: none;
    position: relative;
    opacity: 0.7;
    transition: all 0.3s ease;
    font-size: calc(12px * 0.95);
    padding-left: 0;
    color: #ffffff;
}

.v-pitch-comp {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    backdrop-filter: blur(5px);
}



.v-pitch-comp {
    position: relative;
    overflow: hidden;
}

.E-webinar-cta .p-top-lead::before {
    height: 5px;
    top: 10px;
    width: 5px;
    opacity: 0.7;
    content: "";
    position: absolute;
    left: -15px;
    border-radius: 50%;
    background: rgb(195,180,203);
}

.E-webinar-cta .p-top-lead .p-header-lead a:hover::after {
    width: 100%;
}

.E-webinar-cta .p-top-lead .p-header-lead a:nth-child(odd):hover {
    transform: translateX(2px);
}

.v-pitch-comp::after {
    opacity: 0.3;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
        transparent, 
        rgb(170,136,188,0.5), 
        transparent);
    height: 1px;
    width: 30%;
    left: 35%;
    bottom: 0;
}

.B-contact-panel .o-reach-request::before {
    content: "";
    background: linear-gradient(90deg, 
        rgb(195,180,203), 
        rgb(170,136,188));
    top: 0;
    width: 100%;
    height: 5px;
    left: 0;
    position: absolute;
}

.B-contact-panel .J-query-section div:hover {
    transform: translateX(5px);
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.05));
}

.B-contact-panel .J-query-section div span {
    color: #000000;
    font-size: 17px;
}

.B-contact-panel .J-query-section div span a:hover {
    color: rgb(195,180,203);
}

.B-contact-panel .W-help-section form {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}

.B-contact-panel .W-help-section input[type="text"],
.B-contact-panel .W-help-section input[type="email"] {
    padding: 1rem 1.2rem;
    background: rgb(223,219,225);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    font-size: 17px;
    color: #000000;
    border-radius: 10px;
}

.B-contact-panel .W-help-section .C-feedback-reach label {
    font-size: calc(17px - 1px);
    line-height: 1.5;
    color: #000000;
}

.B-contact-panel .W-help-section .C-feedback-reach label a {
    text-decoration: none;
    color: rgb(195,180,203);
    font-weight: 600;
}

.B-contact-panel .W-help-section .t-message-inquiry:hover {
    background: rgb(170,136,188);
}

.B-contact-panel .W-help-section .t-message-inquiry:active::after {
    animation: ripple 1s ease-out;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 767px) {.N-educational-rewards {
    padding: 4rem 0;
}.N-educational-rewards .container {
    padding: 0 1.5rem;
}.N-educational-rewards .x-news-item {
    padding: 2rem 1.5rem;
}.N-educational-rewards h4 {
    padding-bottom: 0.75rem;
    font-size: calc(16px * 1.2);
    margin-bottom: 1.5rem;
}.N-educational-rewards li p {
    font-size: calc(18px * 0.95);
}.N-educational-rewards svg {
    height: 20px;
    width: 20px;
}
}



@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .p-top-lead {
    gap: 15px;
}header .n-top-mainwrap {
    font-size: calc(18px - 1px);
}header .f-head-sitewrap svg {
    height: 35px;
}
}



@media screen and (max-width: 992px) {.E-join-now {
    padding: 80px 0;
}.E-join-now .D-fast-learn::before {
    width: 150px;
    height: 150px;
    top: -75px;
    right: -75px;
}.E-join-now .D-fast-learn::after {
    left: -60px;
    width: 120px;
    bottom: -60px;
    height: 120px;
}.E-join-now h3 {
    margin-bottom: 45px;
    font-size: calc(38px * 0.9);
}.E-join-now .D-talk-now {
    padding: 16px 42px;
}
}



@media (max-width: 992px) {.K-learning-process {
    padding: 6rem 1.5rem;
}.K-learning-process h3 {
    padding: 1.3rem 2rem;
    font-size: calc(34px * 0.9);
}.K-learning-process span {
    padding: 1.8rem;
}.K-learning-process h3::before {
    width: 16px;
    height: 16px;
}
}



@media (min-width: 992px) {.o-ideal-participants ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.o-ideal-participants li:nth-child(even) {
    transform: translateY(20px);
}.o-ideal-participants li:nth-child(even):hover {
    transform: translateY(12px);
}.o-ideal-participants li:nth-child(1),
    .o-ideal-participants li:nth-child(4) {
    animation: float 8s ease-in-out infinite;
}.o-ideal-participants li:nth-child(2),
    .o-ideal-participants li:nth-child(3) {
    animation: float 8s ease-in-out infinite reverse;
}
}



@media screen and (max-width: 768px) {.Q-meet-us {
    padding: 70px 0 80px;
}.Q-meet-us h4 {
    font-size: 18px;
    letter-spacing: 2px;
}.Q-meet-us h6 {
    margin-bottom: 1.5rem;
    font-size: 16px;
}.Q-meet-us .x-news-item {
    padding: 2rem;
    border-left-width: 3px;
}.Q-meet-us::after {
    width: 70%;
    top: -5%;
    right: -20%;
    height: 100%;
}
}



@media (max-width: 375px) {.I-gratContent {
    padding: 3rem 0;
}.I-gratContent .container {
    padding: 0 1.2rem;
}.I-gratContent h2 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.65);
}.I-gratContent .D-fast-learn {
    padding: 1.5rem 1.2rem;
}.I-gratContent li span {
    line-height: 1.5;
    font-size: calc(13px * 0.85);
}}



@media (max-width: 480px) {.w-title-section .S-main-begin {
    min-height: 60vh;
}.w-title-section .X-learn-vision {
    padding: 1.5rem 1rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
}.w-title-section h1 {
    margin-bottom: 1.25rem;
    font-size: calc(34px * 0.85);
}.w-title-section h3 {
    font-size: calc(15px * 1.1);
}.w-title-section p {
    font-size: 15px;
}}



@media (min-width: 1200px) {.C-offer-grid .A-payment-scheme {
    padding-top: 4rem;
}.C-offer-grid .z-class-cost:hover {
    z-index: 5;
}.C-offer-grid .e-offer-box {
    column-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
}
}



@media (max-width: 767px) {.p-course-structure {
    padding: 4rem 0;
}.p-course-structure .container {
    padding: 0 1.5rem;
}.p-course-structure .i-pic-overlay {
    height: 250px;
}.p-course-structure .x-news-item {
    padding: 1.5rem;
}.p-course-structure h3 {
    font-size: 21px;
    margin-bottom: 1.2rem;
}.p-course-structure .description {
    max-height: 250px;
}
}



@media (max-width: 992px) {.Q-academic-expertise .P-learning-voices {
    flex-direction: column;
}.Q-academic-expertise .i-pic-overlay,
    .Q-academic-expertise .u-exp-items {
    transform: none;
    width: 100%;
}.Q-academic-expertise .i-pic-overlay {
    height: 300px;
    margin-bottom: 2rem;
}.Q-academic-expertise .i-pic-overlay:hover,
    .Q-academic-expertise .u-exp-items:hover {
    transform: translateY(-10px);
}}



@media (max-width: 991px) {.E-webinar-cta .company_holder::before {
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
            transparent, 
            rgb(195,180,203,0.5), 
            transparent);
    left: 50%;
}}



@media (max-width: 991px) {.E-webinar-cta .company_holder h3::before {
    display: none;
}}



@media screen and (max-width: 576px) {.B-contact-panel {
    padding: 3rem 0;
}.B-contact-panel .J-query-section,
    .B-contact-panel .W-help-section {
    padding: 1.5rem;
}.B-contact-panel .J-query-section div {
    padding: 0.75rem;
    margin-bottom: 1.25rem;
}.B-contact-panel .J-query-section div svg {
    height: 20px;
    width: 20px;
}.B-contact-panel .W-help-section input[type="text"],
    .B-contact-panel .W-help-section input[type="email"] {
    padding: 0.8rem 1rem;
}.B-contact-panel .W-help-section::before {
    display: none;
}
}



@keyframes barPulse {
    0%, 100% {
        opacity: 0.7;
        width: 50px;
    }
    50% {
        opacity: 1;
        width: 70px;
    }
}



@keyframes tabContent {
    from {
        opacity: 0;
        transform: scaleY(0.8);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
    }
}



@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}



@keyframes fadeSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes lineGrow {
    to {
        width: 100%;
    }
}



@keyframes shimmer {
    0%, 100% {
        opacity: 0.12;
        transform: rotate(-12deg) translateX(0);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-12deg) translateX(5%);
    }
}



@keyframes gradientShift {
    0% {
        opacity: 0.85;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        opacity: 0.85;
        background-position: 100% 100%;
    }
}



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}



@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(195,180,203,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(195,180,203);
    }
}

