﻿.E-webinar-cta {
    flex: 0 0 auto;
}

.E-webinar-cta {
    position: relative;
    color: #ffffff;
    padding: 80px 0 40px;
    z-index: 1;
}


.N-educational-rewards {
    background: linear-gradient(135deg, rgb(223,219,225) 0%, #ffffff 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.N-educational-rewards .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.N-educational-rewards .D-fast-learn {
    grid-template-columns: 1fr;
    align-items: center;
    display: grid;
    gap: 3rem;
}

.N-educational-rewards .x-news-item:hover h4::after {
    width: 120px;
}

.N-educational-rewards .x-news-item > div {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}

.N-educational-rewards li:hover {
    transform: translateX(8px);
}

.N-educational-rewards li p span:last-child {
    flex: 1;
    padding-top: 0.15rem;
}

.N-educational-rewards li:hover svg {
    transform: rotate(10deg);
}

.N-educational-rewards .i-pic-overlay {
    height: auto;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    transform: perspective(1000px) rotateY(-5deg);
    width: 100%;
    border-radius: 3px;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.12);
}

header .n-top-mainwrap {
    text-decoration: none;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 8px 0;
    transition: all 0.4s ease;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
}

header .n-top-mainwrap:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}

header .f-head-sitewrap:after {
    content: '';
    transition: width 0.4s ease;
    transform: translateX(-50%);
    bottom: -8px;
    height: 1px;
    width: 0;
    left: 50%;
    position: absolute;
    background: rgb(195,180,203);
}

.x-privacy-holder h3, .x-privacy-holder h4, .x-privacy-holder h5, .x-privacy-holder h6 {
    font-size: 18px;
    border-bottom: 1px solid rgb(195,180,203,0.5);
    margin-bottom: 15px;
    color: rgb(195,180,203);
    padding-bottom: 5px;
    font-weight: 400;
    margin-top: 25px;
}

.x-privacy-holder p, .x-privacy-holder span, .x-privacy-holder div {
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
}

.E-join-now::after {
    opacity: 0.1;
    left: 0;
    top: 0;
    content: '';
    filter: blur(60px);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: radial-gradient(
        circle at 30% 30%,
        rgb(170,136,188) 0%,
        transparent 50%
    ),
    radial-gradient(
        circle at 70% 70%,
        rgb(195,180,203) 0%,
        transparent 50%
    );
    animation: colorShift 15s ease-in-out infinite alternate;
}

.E-join-now h3::before {
    text-shadow: none;
    width: 100%;
    z-index: -1;
    content: attr(data-text);
    position: absolute;
    height: 100%;
    opacity: 0.6;
    color: rgb(170,136,188);
    filter: blur(1px);
    animation: glitchText 3s infinite linear alternate;
    left: -2px;
    top: 0;
}

.E-join-now .D-talk-now::before {
    background: #ffffff;
    position: absolute;
    height: 100%;
    left: -100%;
    content: '';
    width: 100%;
    top: 0;
    z-index: -1;
    transition: all 0.4s ease;
}

.E-join-now .D-talk-now:hover::before {
    left: 0;
}

.E-join-now .D-talk-now:hover::after {
    opacity: 0.3;
}

.K-learning-process::after {
    opacity: 0.3;
    right: 0;
    width: 100%;
    bottom: 0;
    z-index: 0;
    background-image: radial-gradient(circle at 90% 80%, rgb(170,136,188,0.5) 0%, transparent 40%);
    content: "";
    position: absolute;
    height: 100%;
}

.K-learning-process h3::after {
    background: 
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.1) 0%, 
            rgba(255, 255, 255, 0) 50%, 
            rgba(255, 255, 255, 0.1) 100%
        );
    border-radius: inherit;
    top: 0;
    left: 0;
    height: 100%;
    animation: shine 3s infinite ease-in-out;
    width: 100%;
    content: "";
    position: absolute;
}

.j-modalCookieSettings {
    max-width: 600px;
    width: 90%;
    z-index: 1050;
    position: fixed;
    transform: translateX(-50%);
    font-family: Arial, sans-serif;
    display: flex;
    bottom: 20px;
    overflow: hidden;
    left: 50%;
    align-items: center;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    background: rgb(223,219,225);
    border-radius: 27px;
    text-align: center;
    flex-direction: column;
}

.cookie_button.E-user-default:hover {
    background: rgb(170,136,188,0.5);
}


#a-cookieNotification {
    display: none;
}

.o-ideal-participants {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background-color: rgb(223,219,225);
}

.o-ideal-participants .D-fast-learn {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 80px rgb(170,136,188,0.5);
    max-width: 1100px;
    z-index: 2;
    backdrop-filter: blur(12px);
    padding: 3rem;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.o-ideal-participants li {
    align-items: center;
    text-align: center;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex-direction: column;
    position: relative;
    border-radius: 10px;
    padding: 2.5rem 2rem;
}

.o-ideal-participants li {
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
    position: relative;
    font-size: 18px;
    padding-bottom: 1rem;
}

.Q-meet-us::before {
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0;
}

.Q-meet-us .container {
    transform: translateY(40px);
    margin: 0 auto;
    position: relative;
    opacity: 0;
    max-width: 1200px;
    width: 90%;
    animation: containerReveal 1s forwards 0.4s ease-out;
}

.Q-meet-us h6::after {
    left: 0;
    width: 0;
    position: absolute;
    height: 2px;
    content: "";
    background: rgb(170,136,188);
    bottom: -8px;
    animation: lineGrow 1.2s forwards 1.3s ease-in-out;
}

.Q-meet-us .x-news-item div {
    overflow-y: auto;
    padding-right: 15px;
    position: relative;
    max-height: 400px;
    scrollbar-width: thin;
    scrollbar-color: rgb(170,136,188) rgba(255, 255, 255, 0.1);
}

.I-gratContent::before {
    height: 70%;
    right: -10%;
    animation: floatGlow 12s ease-in-out infinite alternate;
    filter: blur(25px);
    width: 50%;
    content: "";
    z-index: -1;
    transform: rotate(-15deg) translateZ(0);
    background: rgb(170,136,188,0.5);
    top: -10%;
    position: absolute;
}

.I-gratContent h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.I-gratContent .D-fast-learn:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.I-gratContent li span {
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    font-size: 13px;
    color: #000000;
    display: block;
    line-height: 1.8;
    opacity: 0;
    animation: fadeIn 0.5s 0.6s ease forwards;
}

.w-title-section .S-main-begin::after {
    mask-image: linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%),
                linear-gradient(-45deg, #000 25%, transparent 25%, transparent 75%, #000 75%);
    top: 0;
    mask-composite: intersect;
    position: absolute;
    opacity: 0.4;
    mask-size: 350px 350px;
    z-index: 2;
    height: 100%;
    left: 0;
    content: '';
    width: 100%;
    animation: maskShift 30s infinite linear;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.12) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.12) 0%, transparent 25%);
}

.w-title-section .X-learn-vision:hover h1::after {
    transform: scaleX(1);
}

.w-title-section p {
    line-height: 1.6;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.1);
    max-width: 85%;
    font-size: calc(15px * 1.2);
    animation: fadeIn 1.2s 0.5s both;
    padding-top: 1rem;
    transform: translateZ(10px);
    font-weight: 400;
    color: rgba(#ffffff, 0.8);
}

.C-offer-grid .s-tuition-table {
    flex-direction: column;
    display: flex;
}

.C-offer-grid .A-payment-scheme h2 {
    position: relative;
    font-size: 38px;
    margin-bottom: 1rem;
    display: inline-block;
    color: #000000;
    font-weight: 700;
}

.C-offer-grid .z-class-cost {
    color: #000000;
    text-decoration: none;
    z-index: 2;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    position: relative;
}

.C-offer-grid .z-class-cost:hover .J-basic-cost h3 {
    color: rgb(195,180,203);
}

.C-offer-grid .t-bundle-price::before {
    content: "";
    left: 0;
    width: 3rem;
    position: absolute;
    background-color: rgb(195,180,203,0.5);
    transform-origin: left;
    bottom: -0.75rem;
    height: 2px;
    transition: transform 0.4s ease;
    transform: scaleX(1);
}

.C-offer-grid .z-class-cost:hover .i-pic-overlay {
    transform: scale(1.03);
}

.C-offer-grid .z-class-cost:hover .j-fee-options::before {
    transform: scaleX(1);
}

.p-course-structure::before {
    z-index: 1;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(195,180,203,0.5) 0%, transparent 70%);
}

.p-course-structure .i-pic-overlay::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(to right, rgb(195,180,203,0.5) 0%, transparent 100%);
}

.p-course-structure .x-news-item {
    border-left: 4px solid rgb(195,180,203);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.p-course-structure p.description {
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translateY(20px);
}

.l-user-testimonials::before {
    top: 0;
    z-index: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 49.5%, rgb(170,136,188,0.5) 49.5%, rgb(170,136,188,0.5) 50.5%, transparent 50.5%);
    left: 0;
    content: "";
    position: absolute;
}

.l-user-testimonials .P-learning-voices::before {
    right: 0;
    background: rgb(195,180,203,0.5);
    content: "";
    z-index: 0;
    position: absolute;
    width: 100px;
    top: 0;
    height: 100px;
    transform: translate(30%, -30%) rotate(45deg);
}

.l-user-testimonials .P-learning-voices span {
    display: block;
    text-align: center;
    color: #000000;
    font-size: 16px;
    margin-bottom: 1rem;
    font-weight: 600;
    position: relative;
}

.Q-academic-expertise .P-learning-voices {
    position: relative;
    display: flex;
    flex-direction: row;
    z-index: 2;
    transform-style: preserve-3d;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.Q-academic-expertise .i-pic-overlay:hover {
    filter: saturate(1.2);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}



.Q-academic-expertise .i-pic-overlay:hover {
    animation: pulse 1.5s infinite;
}

.Q-academic-expertise .u-exp-items:hover::before {
    transform: scale(1);
}

.Q-academic-expertise .name::after {
    left: 0;
    background: rgb(170,136,188);
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -5px;
    transition: width 0.4s ease-in-out;
    content: "";
}

.E-webinar-cta::before {
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
    backdrop-filter: blur(8px);
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
}



.E-webinar-cta::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}

.E-webinar-cta .s-sustain-cta {
    margin-bottom: 30px;
    opacity: 0.8;
    line-height: 1.6;
    color: #ffffff;
    font-size: 12px;
    max-width: 90%;
}

.E-webinar-cta .p-top-lead h5 {
    padding-bottom: 12px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
    font-size: 20px;
}

.E-webinar-cta .p-top-lead .p-header-lead a:hover {
    opacity: 1;
    padding-left: 12px;
    color: rgb(195,180,203);
}

.v-pitch-comp .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.E-webinar-cta::after {
    box-shadow: 0 0 40px rgb(195,180,203,0.5);
}

.E-webinar-cta .p-top-lead:hover::before {
    animation: glow 2s infinite;
}

.E-webinar-cta .company_holder::before {
    position: absolute;
    width: 100px;
    left: 0;
    height: 1px;
    bottom: -20px;
    background: linear-gradient(90deg, 
        rgb(195,180,203,0.5), 
        transparent);
    content: "";
}

.v-pitch-comp::before {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, 
        transparent, 
        rgb(170,136,188,0.5), 
        transparent);
}

.B-contact-panel .o-reach-request {
    display: flex;
    flex-wrap: wrap;
    background: rgb(223,219,225);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.B-contact-panel .J-query-section h3 {
    padding-bottom: 1rem;
    display: inline-block;
    margin-bottom: 2.5rem;
    border-bottom: 2px solid rgb(170,136,188);
    font-weight: 700;
    font-size: 21px;
    color: rgb(195,180,203);
}

.B-contact-panel .J-query-section div svg path {
    fill: #ffffff;
}

.B-contact-panel .J-query-section div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.B-contact-panel .W-help-section h3 {
    margin-bottom: 2rem;
    font-weight: 600;
    text-align: center;
    color: #000000;
    font-size: 21px;
    position: relative;
}

.B-contact-panel .W-help-section input[type="text"]:focus,
.B-contact-panel .W-help-section input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(195,180,203,0.5);
    border-color: rgb(195,180,203);
    outline: none;
}

.B-contact-panel .W-help-section .C-feedback-reach input[type="checkbox"]:checked {
    border-color: rgb(195,180,203);
    background-color: rgb(195,180,203);
}

.B-contact-panel .W-help-section .t-message-inquiry {
    border-radius: 10px;
    border: none;
    background: rgb(195,180,203);
    font-weight: 600;
    margin-top: 1rem;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    font-size: 18px;
    overflow: hidden;
    color: #ffffff;
    width: 100%;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 768px) {.N-educational-rewards {
    padding: 8rem 0;
}.N-educational-rewards .D-fast-learn {
    grid-template-columns: 1.3fr 1fr;
    gap: 4rem;
}.N-educational-rewards .x-news-item {
    padding: 3rem;
}.N-educational-rewards .x-news-item > div {
    flex-direction: row;
}.N-educational-rewards h4 {
    margin-bottom: 2.5rem;
    font-size: 32px;
}
}



@media (hover: hover) {.N-educational-rewards li {
    overflow: hidden;
    position: relative;
}.N-educational-rewards li::before {
    bottom: 0;
    width: 0;
    transition: width 0.3s ease;
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgb(195,180,203) 0%, rgb(170,136,188) 100%);
}.N-educational-rewards li:hover::before {
    width: 100%;
}}



@media screen and (max-width: 768px) {.E-join-now {
    padding: 70px 0;
}.E-join-now .D-fast-learn::before {
    top: -50px;
    width: 100px;
    height: 100px;
    right: -50px;
}.E-join-now .D-fast-learn::after {
    width: 80px;
    bottom: -40px;
    height: 80px;
    left: -40px;
}.E-join-now h3 {
    font-size: calc(38px * 0.8);
    letter-spacing: 2px;
    margin-bottom: 40px;
}.E-join-now h3::after {
    width: 40px;
    bottom: -15px;
}.E-join-now .D-talk-now {
    font-size: calc(16px * 0.95);
    padding: 14px 36px;
}
}


@media only screen and (max-width: 600px) {.j-modalCookieSettings {
    border-radius: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: none;
}.Y-data-approval {
    padding: 15px;
}.c-web-cookies svg {
    width: 50px;
    height: 50px;
}.j-modalCookieSettings h5 {
    font-size: calc(19px - 2px);
}.j-modalCookieSettings p {
    font-size: calc(13px - 2px);
}.l-cookie-window {
    padding: 8px 16px;
    font-size: calc(18px - 2px);
    width: calc(100% - 10px);
}}



@media screen and (max-width: 1200px) {.Q-meet-us {
    padding: 80px 0 100px;
}.Q-meet-us .x-news-item {
    padding: 2.8rem;
}
}



@media screen and (max-width: 576px) {.Q-meet-us {
    padding: 60px 0 70px;
}.Q-meet-us .container {
    width: 92%;
}.Q-meet-us h4::after {
    bottom: -10px;
    width: 40px;
}.Q-meet-us .x-news-item {
    border-left-width: 2px;
    padding: 1.8rem 1.5rem;
}.Q-meet-us span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.Q-meet-us .x-news-item div {
    padding-right: 10px;
    max-height: 300px;
}.Q-meet-us::after {
    opacity: 0.08;
}}



@media (max-width: 991px) {.w-title-section .S-main-begin {
    min-height: 80vh;
}.w-title-section .X-learn-vision {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
    width: 95%;
}.w-title-section h1 {
    font-size: calc(34px * 1.1);
}.w-title-section h3 {
    max-width: 95%;
    font-size: calc(19px * 1.1);
}.w-title-section p {
    max-width: 100%;
    font-size: 15px;
}
}



@media (max-width: 767px) {.C-offer-grid {
    padding: 3rem 0;
}.C-offer-grid .e-offer-box {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.C-offer-grid .A-payment-scheme h2 {
    text-align: center;
    display: block;
}.C-offer-grid .A-payment-scheme h2::after {
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}.C-offer-grid .i-learning-rates {
    text-align: center;
}.C-offer-grid .j-fee-options {
    min-height: auto;
}.C-offer-grid .J-basic-cost {
    padding: 1.5rem;
}.C-offer-grid .i-pic-overlay {
    height: 160px;
}
}



@media (min-width: 992px) {.p-course-structure {
    padding: 8rem 0;
}.p-course-structure .y-lesson-track {
    gap: 5rem;
}.p-course-structure .i-pic-overlay {
    height: 500px;
}.p-course-structure h3 {
    font-size: calc(21px * 1.4);
    margin-bottom: 2rem;
}.p-course-structure h3::after {
    width: 70px;
}.p-course-structure .description {
    max-height: 350px;
}.p-course-structure .x-news-item {
    padding: 3rem;
}.p-course-structure .x-news-item::before {
    height: 150px;
    width: 150px;
}
}



@media (max-width: 767px) {.E-webinar-cta {
    padding: 50px 0 20px;
}.E-webinar-cta .p-header-lead {
    flex-direction: column;
    gap: 40px;
    width: 100%;
}.E-webinar-cta .p-top-lead {
    text-align: center;
}.E-webinar-cta .p-top-lead h5 {
    text-align: center;
}.E-webinar-cta .p-top-lead h5::after {
    transform: translateX(-50%);
    left: 50%;
}.E-webinar-cta .p-top-lead .p-header-lead {
    align-items: center;
}.E-webinar-cta .p-top-lead .p-header-lead a {
    text-align: center;
}.E-webinar-cta .p-top-lead .p-header-lead a::before {
    display: none;
}.E-webinar-cta .p-top-lead .p-header-lead a:hover {
    padding-left: 0;
}
}



@media screen and (max-width: 768px) {.B-contact-panel {
    padding: 4rem 0;
}.B-contact-panel .J-query-section,
    .B-contact-panel .W-help-section {
    padding: 2rem;
}.B-contact-panel .J-query-section h3,
    .B-contact-panel .W-help-section h3 {
    font-size: calc(21px - 2px);
}
}



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



@keyframes orbitRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes glitchText {
    0% {
        left: -2px;
        filter: blur(1px);
    }
    25% {
        left: 2px;
        filter: blur(0);
    }
    50% {
        left: -1px;
        filter: blur(1px);
    }
    75% {
        left: 1px;
        filter: blur(0);
    }
    100% {
        left: -2px;
        filter: blur(1px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}



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



@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



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



@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    20% {
        transform: scale(25, 25);
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

