﻿.segment-wrapper {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

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

.container {
    margin: auto;
    width: 1169px;
    max-width: 100%;
}


.cookie-dialog-notice {
    bottom: 0;
    position: fixed;
    z-index: 90;
    transition: all 0.3s ease-in-out;
    background: rgb(179,158,202);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    border-top: 2px solid rgb(211,195,225);
    padding: 20px 0;
    width: 100%;
}

.data-consent {
    flex-shrink: 0;
    margin-right: 20px;
}

.data-consent:hover svg {
    transform: rotate(10deg);
}

.cookie_button.consent-edu {
    background: rgb(211,195,225);
}

.cookie-disclaimer:hover {
    box-shadow: rgb(211,195,225,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}

.cookie-dialog-notice p a:hover {
    color: rgb(179,158,202);
}

.segment-wrapper .cookie-dialog-notice {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    background: rgb(179,158,202);
    border: none;
}


#userAgreementPopup {
    display: none;
}

.reach-out6HVFx {
    isolation: isolate;
    padding: 80px 0;
    position: relative;
}

.reach-out6HVFx .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}

.reach-out6HVFx .reach-feedback {
    position: relative;
    padding: 50px 40px;
    background: rgb(211,195,225);
}

.reach-out6HVFx .reach-feedback h3 {
    padding-bottom: 15px;
    margin-bottom: 35px;
    font-weight: 700;
    color: #ffffff;
    font-size: 32px;
    border-bottom: 2px solid rgb(179,158,202);
}



.reach-out6HVFx .reach-feedback h3 {
    animation: reveal 0.6s ease forwards;
}

.reach-out6HVFx .reach-feedback div svg path {
    fill: rgb(179,158,202);
}

.reach-out6HVFx .reach-feedback div span a:hover {
    color: rgb(179,158,202);
}

.reach-out6HVFx .support-feedback h3 {
    color: rgb(211,195,225);
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    font-size: 23px;
}

.reach-out6HVFx form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.reach-out6HVFx .feedback-card {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.reach-out6HVFx .feedback-card input[type="checkbox"]:checked {
    background-color: rgb(211,195,225);
}

.reach-out6HVFx .feedback-card label {
    line-height: 1.5;
    color: #000000;
    font-size: 14px;
}

.reach-out6HVFx .feedback-card label a {
    font-weight: 600;
    color: rgb(211,195,225);
    text-decoration: none;
}

.reach-out6HVFx .reach-feedback div:nth-child(2) {
    animation-delay: 0.2s;
}

.reach-out6HVFx .reach-feedback div:nth-child(3) {
    animation-delay: 0.4s;
}

.reach-out6HVFx .reach-feedback div:nth-child(5) {
    animation-delay: 0.8s;
}

.secure-vaulting h1 {
    font-size: 45px;
    padding-bottom: 10px;
    color: rgb(211,195,225);
    font-weight: 700;
    border-bottom: 2px solid rgb(211,195,225);
    margin-bottom: 20px;
}

.secure-vaulting h4 {
    font-size: 21px;
}

.secure-vaulting h5 {
    font-size: calc(21px - 0.2rem);
}

.secure-vaulting h6 {
    font-size: 19px;
}

.secure-vaulting ul {
    margin-top: 10px;
    padding-left: 20px;
    list-style-type: disc;
}

.secure-vaulting div {
    margin-bottom: 20px;
}


.secure-vaulting::before {
    margin-bottom: 20px;
    height: 5px;
    width: 50px;
    content: '';
    border-radius: 10px;
    display: block;
    background-color: rgb(211,195,225);
}

.leadership-profile .testimonial-corner {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transform-style: preserve-3d;
    z-index: 2;
    display: flex;
    gap: 0;
}

.leadership-profile .photo-show::after {
    opacity: 0.4;
    content: "";
    left: 0;
    top: 0;
    border-radius: 21px;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(211,195,225,0.5) 100%
    );
    height: 100%;
    transition: opacity 0.6s ease;
    width: 100%;
    position: absolute;
}

.leadership-profile .emp-block::before {
    width: 200%;
    background: radial-gradient(
        circle at center,
        rgb(179,158,202,0.5) 0%,
        transparent 70%
    );
    transition: transform 0.8s ease;
    transform: scale(0);
    position: absolute;
    opacity: 0.1;
    height: 200%;
    top: -50%;
    left: -50%;
    content: "";
}

.leadership-profile .emp-block:hover .name::after {
    width: 100%;
}

.leadership-profile .emp-block > div:nth-child(2) {
    font-size: 20px;
    letter-spacing: 1px;
    opacity: 0.9;
    color: rgb(179,158,202);
    margin-bottom: 2rem;
    font-weight: 600;
}

.course-summary {
    display: flex;
    background-color: #ffffff;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    align-items: stretch;
}

.course-summary .future-class {
    height: 500%;
    flex-direction: column;
    width: 100%;
    animation: carousel-vertical 25s ease infinite;
    display: flex;
}

.course-summary .education-plan {
    position: relative;
    height: 20%;
    width: 100%;
}

.course-summary .education-plan:hover img {
    transform: scale(1.1);
}

.course-summary .container {
    padding: 0;
    z-index: 5;
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
}

.course-summary .training::before {
    bottom: 20px;
    position: absolute;
    border-radius: 0 10px 10px 0;
    border: 1px solid rgb(179,158,202,0.5);
    content: '';
    top: 20px;
    border-left: none;
    pointer-events: none;
    left: 20px;
    right: 20px;
}

.course-summary .training .help-section {
    overflow: hidden;
    position: relative;
    padding: 1.2rem 2.5rem;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(211,195,225) 0%, rgb(179,158,202) 100%);
    font-weight: 600;
    transition: all 0.3s ease;
    z-index: 1;
    font-size: 14px;
    display: inline-block;
}

.pricing-set .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
}

.pricing-set h2::after {
    height: 3px;
    position: absolute;
    bottom: -10px;
    content: "";
    background: rgb(211,195,225);
    width: 80px;
    transform: translateX(-50%);
    box-shadow: 0 0 15px rgb(211,195,225,0.5);
    left: 50%;
}

.pricing-set .payment-option {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    height: 100%;
    will-change: transform;
    transform-style: preserve-3d;
    text-decoration: none;
}

.pricing-set .deal-opts {
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    height: 100%;
    padding: 35px 25px;
    flex-direction: column;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: flex;
    border: 1px solid rgba(255,255,255,0.05);
    position: relative;
}

.pricing-set .deal-opts p {
    margin-bottom: 25px;
    flex-grow: 1;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
    font-size: calc(16px - 2px);
}

.pricing-set .payment-option:hover {
    transform: translateY(-10px) rotateX(5deg);
}

.pricing-set .payment-option:hover .price-plan {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}

.pricing-set .payment-option:hover .promo-plans::before {
    left: 100%;
}

.program-results::before {
    top: 0;
    position: absolute;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 20px, rgb(211,195,225,0.5) 20px, rgb(211,195,225,0.5) 21px),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgb(211,195,225,0.5) 20px, rgb(211,195,225,0.5) 21px);
    content: '';
    left: -10%;
    width: 120%;
    height: 100%;
    z-index: 1;
    opacity: 0.1;
}

.program-results .photo-show {
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    z-index: 1;
    grid-column: 1 / span 6;
    min-height: 450px;
    position: relative;
    border-radius: 0;
    transform: translateX(-5vw);
    grid-row: 2;
    height: 100%;
}

.program-results .text_main_holder {
    display: grid;
    gap: 1.5rem;
}

.program-results .text_main_holder > div:nth-child(even) {
    transform: translateX(2vw);
}

.program-results .text_main_holder > div:hover {
    box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateX(3vw) translateY(-5px);
}

.program-results .text_main_holder > div:hover::before {
    height: 100%;
}

.program-results .text_main_holder > div:hover svg {
    transform: rotate(10deg);
    fill: rgb(179,158,202);
}

.program-results .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(211,195,225);
}

header::after {
    position: absolute;
    animation: gradient-shift 8s linear infinite;
    height: 5px;
    content: "";
    z-index: 5;
    width: 100%;
    background-size: 200% 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(211,195,225),
        rgb(179,158,202),
        rgb(211,195,225));
}

header .nav-skill {
    padding: 0.5rem 2rem;
    z-index: 3;
    text-decoration: none;
    margin-bottom: 2rem;
    justify-content: center;
    position: relative;
    display: flex;
}

header .nav-skill svg {
    filter: drop-shadow(0 0 8px rgb(211,195,225,0.5));
    z-index: 2;
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 48px;
}

header .nav-section::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    top: 0;
    background: rgb(211,195,225,0.5);
    left: 0;
}

header .head-lead::before {
    left: -100%;
    background: linear-gradient(90deg,
        transparent,
        rgb(179,158,202,0.5),
        transparent);
    opacity: 0.5;
    transition: left 0.5s ease;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
}

header .head-lead:hover {
    border-color: rgb(179,158,202);
    color: rgb(179,158,202);
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(211,195,225,0.5),
                inset 0 0 10px rgb(211,195,225,0.5);
}



.design-res .container {
    z-index: 2;
    position: relative;
}

.design-res .learn-nav {
    flex-direction: column;
    gap: 3rem;
    display: flex;
}

.design-res .get-contact::before {
    transform: translateX(-50%);
    width: 50%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(179,158,202), transparent);
    animation: scanLine 4s infinite linear;
    top: -2px;
    height: 2px;
    left: 50%;
    content: '';
}

.design-res .info_item p, 
.design-res .info_item a {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: calc(14px - 2px);
    padding: 0.75rem;
    border: 1px solid transparent;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    color: #ffffff;
    gap: 0.5rem;
}

.design-res .nav-section h5 {
    position: relative;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 23px;
    color: #ffffff;
    padding-bottom: 0.75rem;
}

.design-res .top-navbar {
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
}

.design-res .top-navbar a::before {
    content: '';
    transform: translateY(-50%);
    transition: all 0.3s ease;
    left: 0;
    width: 5px;
    border-radius: 50%;
    top: 50%;
    height: 5px;
    position: absolute;
    background: rgb(179,158,202);
}

.design-res .subscribe_holder::before {
    opacity: 0.1;
    background: radial-gradient(circle at top right, rgb(211,195,225,0.5) 0%, transparent 70%);
    left: 0;
    top: 0;
    z-index: -1;
    right: 0;
    content: '';
    bottom: 0;
    position: absolute;
}

.design-res .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(211,195,225);
    box-shadow: 0 0 10px rgb(211,195,225,0.5);
}

.design-res .sub-settings::before {
    content: '';
    position: absolute;
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transition: left 0.7s ease;
    top: 0;
}

.design-res .a11y-tools {
    position: relative;
    padding-top: 1.5rem;
    text-align: center;
    border-top: 1px solid rgb(179,158,202,0.5);
    margin-top: 3rem;
}

.tyCard::before {
    position: absolute;
    left: 0;
    z-index: 0;
    content: "";
    opacity: 0.15;
    height: 100%;
    width: 100%;
    top: 0;
    background-size: 80px 80px, 60px 60px, 100px 100px;
    background: 
        radial-gradient(circle at 10% 20%, transparent 20%, rgb(211,195,225,0.5) 21%, transparent 22%),
        radial-gradient(circle at 90% 60%, transparent 10%, rgb(211,195,225,0.5) 11%, transparent 12%),
        radial-gradient(circle at 50% 40%, transparent 30%, rgb(211,195,225,0.5) 31%, transparent 32%);
}

.tyCard ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tyCard li::before {
    height: 40px;
    right: -8px;
    top: -8px;
    border-radius: 50%;
    background: rgb(179,158,202,0.5);
    z-index: -1;
    position: absolute;
    animation: pulseIn 1.5s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    opacity: 0.7;
    transform: scale(0);
    width: 40px;
    content: "";
}

.about-this::after {
    width: 35%;
    background: rgb(211,195,225);
    opacity: 0.1;
    z-index: 2;
    position: absolute;
    right: 0;
    height: 100%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    top: 0;
    content: "";
}

.about-this .text-holder-wrap {
    padding: 50px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    border-left: 6px solid rgb(211,195,225);
    animation: fadeInUp 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.about-this .text-holder-wrap {
    animation: appear3D 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    transform: perspective(1000px) rotateY(-2deg);
    transform-style: preserve-3d;
    padding: 60px;
}

.about-this .text-holder-wrap div div {
    column-gap: 40px;
    color: #000000;
    position: relative;
    column-count: 1;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
}

.about-this .text-holder-wrap div div {
    column-count: 2;
}

.title-intro .learning-lead {
    height: 60vh;
    position: relative;
    width: 100%;
    overflow: hidden;
    perspective: 1500px;
    margin-top: 50px;
}

.title-intro .master-expert {
    left: 10%;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    height: 100%;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    width: 80%;
    visibility: hidden;
    border: 5px solid #ffffff;
    top: 0;
    opacity: 0;
    transform: rotateY(60deg) translateZ(600px);
    position: absolute;
}



.title-intro .master-expert {
    border-radius: 15px;
}

.title-intro .start-first label {
    background-color: transparent;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transform: scale(1);
    position: relative;
    width: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.title-intro .learning-lead input:nth-child(1):checked ~ .start-first label:nth-child(1)::before,
.title-intro .learning-lead input:nth-child(2):checked ~ .start-first label:nth-child(2)::before,
.title-intro .learning-lead input:nth-child(3):checked ~ .start-first label:nth-child(3)::before,
.title-intro .learning-lead input:nth-child(4):checked ~ .start-first label:nth-child(4)::before,
.title-intro .learning-lead input:nth-child(5):checked ~ .start-first label:nth-child(5)::before,
.title-intro .learning-lead input:nth-child(6):checked ~ .start-first label:nth-child(6)::before,
.title-intro .learning-lead input:nth-child(7):checked ~ .start-first label:nth-child(7)::before,
.title-intro .learning-lead input:nth-child(8):checked ~ .start-first label:nth-child(8)::before,
.title-intro .learning-lead input:nth-child(9):checked ~ .start-first label:nth-child(9)::before,
.title-intro .learning-lead input:nth-child(10):checked ~ .start-first label:nth-child(10)::before {
    transform: scale(1);
}

.title-intro .text-holder-wrap h1 {
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    font-size: 43px;
    position: relative;
    color: #000000;
}



.title-intro .text-holder-wrap h1,
.title-intro .text-holder-wrap h3,
.title-intro .text-holder-wrap p {
    animation: slideIn 0.6s forwards;
    opacity: 0;
}

.title-intro .text-holder-wrap h1 {
    animation-delay: 0.2s;
}

.title-intro .master-expert::before {
    z-index: 3;
    position: absolute;
    display: flex;
    align-items: center;
    opacity: 0.9;
    width: 35px;
    justify-content: center;
    content: "";
    height: 35px;
    background: #ffffff;
    right: 15px;
    top: 15px;
    border-radius: 50%;
}



@media screen and (max-width: 992px) {.reach-out6HVFx .message-request {
    grid-template-columns: 1fr;
}.reach-out6HVFx .reach-feedback {
    padding: 40px 30px;
}.reach-out6HVFx .support-feedback {
    padding: 40px 30px;
}.reach-out6HVFx .reach-feedback::after {
    display: none;
}
}


@media only screen and (max-width: 800px) {.secure-vaulting {
    border-radius: 10px;
    padding: 20px;
}.secure-vaulting h1 {
    font-size: calc(21px - 0.5rem);
}.secure-vaulting h2 {
    font-size: calc(21px - 0.4rem);
}.secure-vaulting p {
    font-size: calc(12px - 0.2rem);
}}



@media screen and (max-width: 1200px) {.course-summary .job-training {
    width: 50%;
}.course-summary .training-space {
    padding-left: 5%;
    width: 50%;
}.course-summary .training {
    padding: 2.5rem;
}
}



@media screen and (max-width: 768px) {.course-summary .job-training {
    height: 350px;
}.course-summary .container {
    padding: 2.5rem 1rem;
}.course-summary .training {
    padding: 2rem;
}.course-summary .training h3 {
    font-size: calc(38px * 0.8);
}

}



@media (max-width: 1200px) {.pricing-set {
    padding: 100px 0;
}.pricing-set .cost-options {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.pricing-set .deal-opts {
    padding: 30px 20px;
}
}



@media (max-width: 768px) {.pricing-set {
    padding: 80px 0;
}.pricing-set h2 {
    font-size: calc(36px - 4px);
}.pricing-set .plan-details {
    margin-bottom: 40px;
}.pricing-set .cost-options {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing-set .deal-opts h4 {
    font-size: calc(20px - 1px);
}.pricing-set .promo-plans {
    padding: 10px 20px;
    font-size: calc(20px + 2px);
}
}



@media (max-width: 1200px) {.program-results .photo-show {
    transform: translateX(-3vw);
}.program-results .text_main_holder > div {
    transform: translateX(3vw);
}.program-results .text_main_holder > div:nth-child(even) {
    transform: translateX(1vw);
}
}



@media (max-width: 768px) {.program-results {
    padding: 4rem 0 6rem;
}.program-results .training-space {
    gap: 1.5rem;
    width: 90%;
}.program-results .photo-show {
    height: 300px;
}.program-results h2 {
    font-size: calc(36px * 0.9);
}
}



@media (max-width: 991px) {header .nav-skill {
    margin-bottom: 1.5rem;
}header .nav-skill svg {
    height: 42px;
}header .head-lead {
    font-size: calc(15px - 1px);
    padding: 0.5rem 1.5rem;
}
}



@media (max-width: 1024px) {.design-res {
    padding: 4rem 0 1rem;
}.design-res .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.design-res .subscribe_holder {
    grid-column: span 2;
}
}



@media (max-width: 480px) {.design-res {
    padding: 2.5rem 0 1rem;
}.design-res .info_item p, 
    .design-res .info_item a {
    font-size: calc(14px - 3px);
}.design-res .nav-section h5, 
    .design-res .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}.design-res .top-navbar a, 
    .design-res .subscribe_holder p {
    font-size: calc(14px - 2px);
}.design-res .media-kit {
    font-size: calc(14px - 2px);
}}



@media (max-width: 576px) {.tyCard {
    padding: 2.5rem 0.8rem;
}.tyCard h2 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.7);
}.tyCard h2::after {
    height: 2px;
    width: 60px;
}.tyCard li {
    padding: 1.5rem;
}.tyCard span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}




@media (min-width: 1200px) {.about-this {
    padding: 180px 0 160px;
}.about-this::before {
    background: linear-gradient(135deg, 
            rgb(179,158,202) 0%,
            rgba(0, 0, 0, 0.75) 100%);
}.about-this h2 {
    letter-spacing: 1px;
    font-size: calc(34px * 1.4);
}.about-this .text-holder-wrap {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    padding: 80px;
    margin-left: 80px;
}.about-this .text-holder-wrap::before {
    background: linear-gradient(45deg, 
            rgba(rgb(211,195,225), 0.05) 0%, 
            rgba(rgb(211,195,225), 0.02) 50%, 
            rgba(255, 255, 255, 0) 100%);
}.about-this .text-holder-wrap > div {
    grid-template-columns: 0.25fr 0.75fr;
    gap: 40px;
}.about-this .text-holder-wrap p {
    font-size: 23px;
}.about-this .text-holder-wrap div div {
    column-gap: 60px;
    column-count: 2;
}}

@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}



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



@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}



@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes slideBg {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 60px;
    }
}

