html,body {
    color: #000000;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
}

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

header,footer {
    width: 100%;
}


header {
    padding: 1.5rem 0;
    overflow: visible;
    background: linear-gradient(to right, rgb(135,127,173,0.5), rgb(177,173,194));
    position: relative;
    z-index: 1000;
}

.gratSection194:hover::before {
    transform: rotate(55deg) scale(1.1);
}

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

.gratSection194 .expert_classes570 {
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    border-left: 4px solid rgb(177,173,194);
    background: #ffffff;
    display: grid;
    gap: 30px;
    transform: translateY(0);
    padding: 40px;
    position: relative;
    box-shadow: 0 8px 32px rgba(#000000, 0.06);
}

.gratSection194 h5 {
    font-size: 22px;
    margin: 0 0 10px;
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    color: #000000;
}

.gratSection194 a {
    overflow: hidden;
    padding: 5px 0;
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.gratSection194 a:hover p {
    transform: translateY(-2px);
}

.gratSection194 .expert_classes570 > div:last-child::before {
    position: absolute;
    top: -15px;
    color: rgb(177,173,194);
    font-size: 18px;
    right: 0;
    content: "✓";
    transition: all 0.3s ease;
    opacity: 0.2;
    transform: rotate(-10deg);
}

.launch_now847 .expert_classes570::before,
.launch_now847 .expert_classes570::after {
    opacity: 0.5;
    border-radius: 50%;
    z-index: -1;
    height: 300px;
    width: 300px;
    position: absolute;
    filter: blur(60px);
    content: '';
}

.launch_now847 .expert_classes570::before {
    animation: float-blob1 15s ease-in-out infinite alternate;
    left: -100px;
    background: rgb(177,173,194);
    top: -100px;
}

.launch_now847 .container p::first-letter {
    color: rgb(177,173,194);
    font-size: 130%;
}

.launch_now847 .feedback_feedback142::before {
    position: absolute;
    height: 100%;
    content: '';
    width: 100%;
    z-index: -1;
    background: linear-gradient(45deg, rgb(177,173,194), rgb(135,127,173));
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    top: 0;
}

.launch_now847::after {
    position: absolute;
    height: 100%;
    left: 0;
    animation: twinkle 10s linear infinite;
    z-index: 1;
    width: 100%;
    content: '';
    opacity: 0.1;
    background-image: radial-gradient(#ffffff 1px, transparent 1px);
    background-size: 50px 50px;
    top: 0;
}

.course_features321 .next_skill182 {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2.5rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(0deg);
    display: grid;
}

.course_features321 .photo356::after {
    z-index: 1;
    inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.3) 100%
    );
    content: '';
    position: absolute;
}

.course_features321 .content_wrapper158:hover {
    transform: translateZ(15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.course_features321 h3 {
    margin-bottom: 1.5rem;
    transform: translateY(0);
    font-size: 22px;
    color: #000000;
    padding-bottom: 0.75rem;
    position: relative;
    font-weight: 700;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.course_features321 .description {
    font-size: 15px;
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards 0.2s;
    opacity: 0;
    color: #000000;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.homepage510 > div {
    max-width: 1200px;
    position: relative;
    gap: 50px;
    display: flex;
    z-index: 2;
    margin: 0 auto;
    width: 100%;
    flex-direction: column;
    padding: 0 20px;
}

.homepage510 .learn_top715::after {
    transform-origin: left;
    bottom: -10px;
    left: 0;
    width: 80px;
    animation: expandLine 1s ease-out 0.6s forwards;
    content: "";
    position: absolute;
    height: 4px;
    transform: scaleX(0);
    background: rgb(177,173,194);
}

.homepage510 .skill_training125 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    min-height: 320px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.homepage510 .skill_training125:hover span {
    opacity: 1;
    transform: translateY(0);
}

footer {
    width: 100%;
    position: relative;
}

.footer_workshops071::before {
    height: 500px;
    width: 500px;
    position: absolute;
    opacity: 0.4;
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
    right: -100px;
    top: -100px;
    content: "";
    transform: rotate(45deg);
}

footer .info_item {
    align-items: center;
    display: flex;
}

footer .info_item svg {
    width: 20px;
    flex-shrink: 0;
    margin-right: 15px;
    height: 20px;
    fill: rgb(177,173,194);
}

footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}

footer .top_main571 svg {
    width: auto;
    margin-bottom: 20px;
    height: 45px;
    filter: brightness(0) invert(1);
}

footer .header_base240 {
    position: relative;
}

footer .main_master495 {
    margin-bottom: 30px;
}

footer .main_master495 a {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    text-decoration: none;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 8px 0;
    display: block;
    transition: all 0.3s ease;
    font-size: 17px;
}

footer .subscribe_holder p {
    font-size: 17px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

footer .input_holder {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 15px;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .join_section426 {
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    background-color: rgb(177,173,194);
    cursor: pointer;
    padding: 15px 20px;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
}

.contact845 .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
}

.contact845 .request_message892 {
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    position: relative;
}

.contact845 .message_map241 {
    position: relative;
    flex: 0 0 55%;
    padding: 60px;
    background: #ffffff;
}

.contact845 .message_map241::before {
    content: "";
    z-index: -1;
    background-position: 0 0, 15px 15px;
    top: 0;
    background-size: 30px 30px;
    position: absolute;
    left: 0;
    opacity: 0.1;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    height: 100%;
    width: 100%;
}

.contact845 .help_query804 input[type="checkbox"]:checked {
    border-color: rgb(177,173,194);
    background: rgb(177,173,194);
}

.contact845 .help_query804 label {
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
}

.contact845 .help_query804 a {
    color: rgb(177,173,194);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.contact845 .feedback_feedback142 {
    padding: 15px 35px;
    overflow: hidden;
    color: #ffffff;
    font-size: 19px;
    margin-top: 15px;
    border-radius: 10px;
    background: rgb(177,173,194);
    cursor: pointer;
    border: none;
    position: relative;
    font-weight: 600;
    align-self: flex-start;
    transition: all 0.3s ease;
}

.contact845 svg:hover {
    fill: rgb(135,127,173);
}

.contact845 svg:hover path {
    fill: rgb(135,127,173);
}

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

.visitor_privacy451 svg {
    height: 50px;
    fill: rgb(177,173,194);
    width: 50px;
}

.consent_learn198 {
    color: #ffffff;
    text-align: left;
    flex-grow: 1;
}

.consent_learn198 h5 {
    color: rgb(177,173,194);
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

#cookieWarningNotice790:checked ~ .cookieInformationAlert381 {
    opacity: 0;
    visibility: hidden;
}

header .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
}

header .head_guide417 {
    padding: 1rem;
    align-items: center;
    display: flex;
    text-decoration: none;
    position: relative;
    justify-content: center;
    z-index: 2;
}

header .head_guide417 svg {
    height: auto;
    width: 220px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 8px rgb(177,173,194,0.5));
}

header .header_base240::before {
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 20px;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}

header .nav_guide179:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    color: rgb(177,173,194);
}

.payment_plan148 {
    background-color: rgb(219,216,223);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.payment_plan148 .pricing_catalog271 {
    flex-direction: column;
    display: flex;
}

.payment_plan148 .pay_options163 {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    order: 1;
}

.payment_plan148 .pay_options163:hover h2 {
    transform: translateY(-5px);
}

.payment_plan148 .package_rates941 {
    line-height: 1.6;
    font-size: 13px;
    position: relative;
    color: #000000;
    margin: 0 auto;
    max-width: 700px;
}

.payment_plan148 .pay_options163:hover .package_rates941::after {
    transform: translateX(-50%) scaleX(1);
}

.payment_plan148 .study_pricing894 {
    position: relative;
    text-decoration: none;
    z-index: 1;
    background-color: #ffffff;
    transform-style: preserve-3d;
    display: block;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 26px;
    perspective: 1000px;
}

.payment_plan148 .price_plan754 h3 {
    font-weight: 700;
    font-size: calc(18px + 2px);
    color: #000000;
    margin-bottom: 15px;
    transition: transform 0.4s ease;
    position: relative;
}

.payment_plan148 .learning_price150 {
    margin-bottom: 20px;
    padding: 5px 10px;
    font-size: calc(18px + 8px);
    color: rgb(177,173,194);
    transition: transform 0.4s ease, color 0.4s ease;
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.payment_plan148 .price_plan754 p {
    margin-bottom: 0;
    overflow-wrap: break-word;
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
    hyphens: auto;
    word-wrap: break-word;
    max-width: 100%;
    flex-grow: 1;
}

.receive_updates620 {
    padding: 5rem 2rem;
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(135,127,173,0.5), rgb(177,173,194));
}

.receive_updates620 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.receive_updates620 .expert_classes570 {
    border-left: 3px solid rgb(177,173,194);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    border-bottom: 3px solid rgb(177,173,194);
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.receive_updates620 .input_holder {
    flex-wrap: wrap;
    transform: translateY(10px);
    animation: slideUp 0.6s 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    display: flex;
    gap: 1rem;
    opacity: 0;
    position: relative;
}

.receive_updates620 .input_holder input[type="email"]::placeholder {
    color: rgba(var(--dark-color-rgb), 0.6);
    transition: opacity 0.3s;
}

.receive_updates620 .input_holder .join_section426::before {
    transition: transform 0.6s;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    transform: translateX(-100%);
    left: 0;
}

.secure_depository456 {
    background-image: linear-gradient(to right, rgb(177,173,194,0.5) 50%, rgb(135,127,173,0.5) 50%);
    padding: 50px;
    height: auto;
    background-color: #ffffff;
    border: 2px solid rgb(177,173,194);
    background-position: right bottom;
    width: 100%;
    box-shadow: inset 0 0 10px rgb(135,127,173,0.5), 0 0 20px rgba(0, 0, 0, 0.5);
    background-size: 200% 100%;
}

.secure_depository456 h3, .secure_depository456 h4, .secure_depository456 h5, .secure_depository456 h6 {
    margin-top: 25px;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    border-bottom: 1px dotted rgb(177,173,194);
    text-transform: capitalize;
}

.secure_depository456 p, .secure_depository456 span, .secure_depository456 div {
    border-bottom: 1px solid rgb(135,127,173,0.5);
    font-size: 17px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    padding-bottom: 5px;
}

.our_team459 .expert_classes570 {
    position: relative;
}

.our_team459 h3::after {
    left: 50%;
    border-radius: 10px;
    background: rgb(177,173,194);
    width: 100px;
    transform: translateX(-50%);
    height: 5px;
    bottom: -15px;
    content: "";
    position: absolute;
}

.our_team459 .learning_studio025 .photo356 {
    flex: 0 0 40%;
    transition: transform 0.5s ease;
    height: 400px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 0;
    border-radius: 19px;
}

.our_team459 .study_track893 {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    align-items: center;
}

.our_team459 .study_track893 .virtual_classes269:hover {
    transform: scale(1.02);
}

.our_team459 .learning_studio025::before {
    height: 80%;
    width: 20px;
    left: -10px;
    background: rgb(177,173,194);
    content: "";
    border-radius: 10px;
    transform: translateY(-50%);
    opacity: 0.7;
    position: absolute;
    top: 50%;
}

.our_team459 .container::before {
    opacity: 0.2;
    left: -50px;
    background: rgb(177,173,194,0.5);
    position: absolute;
    top: -50px;
    height: 200px;
    content: "";
    width: 200px;
    z-index: -1;
    border-radius: 50%;
}

.training_specialist523 {
    background: rgb(219,216,223);
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
}

.training_specialist523 .review_corner729 {
    grid-template-columns: 1fr 2fr;
    max-width: 1100px;
    position: relative;
    gap: 4rem;
    z-index: 1;
    margin: 0 auto;
    display: grid;
}

.training_specialist523 .photo356 {
    transform: scale(1);
    filter: grayscale(100%);
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    height: 400px;
    position: relative;
}

.training_specialist523 .name {
    position: relative;
    font-weight: 700;
    transition: all 0.5s ease;
    color: #000000;
    margin-bottom: 1rem;
    transform: translateX(0);
    font-size: calc(48px * 1.2);
}

.training_specialist523 .career_wrap139 div:nth-child(2) {
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.5s ease 0.1s;
    transform: translateX(0);
    font-weight: 300;
    color: rgb(135,127,173);
    font-size: 16px;
    margin-bottom: 3rem;
}

.training_specialist523 .review_corner729:hover .photo356::after {
    opacity: 0.3;
}

.training_specialist523 .review_corner729:hover .name::after {
    transform: scaleX(1);
}



::-webkit-scrollbar {
}

::-webkit-scrollbar-button {
    background: rgb(135,127,173);
    height: 6px;
    width: 10px;
}

::-webkit-scrollbar-track {
    border: 1px dotted rgb(177,173,194,0.5);
    background: rgb(135,127,173);
    box-shadow: inset -3px -5px 14px 1px rgba(0, 0, 0, 0.6);
}

::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
    min-height: 91px;
    transition: background, border-radius, transform 3.1s ease-in;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(135,127,173,0.5);
}

::-webkit-scrollbar-thumb:active {
    background: #ffffff;
    box-shadow: inset -3px -5px 13px 5px rgba(0, 0, 0, 0.7);
}



@media (prefers-reduced-motion: reduce) {.gratSection194 *,
  .gratSection194 *::before,
  .gratSection194 *::after {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
}}



@media (max-width: 480px) {.launch_now847 {
    padding: 50px 0;
}.launch_now847 .expert_classes570 {
    padding: 30px 20px;
}.launch_now847 .container p {
    font-size: calc(12px * 1.2);
    margin-bottom: 25px;
}.launch_now847 .feedback_feedback142 {
    padding: 12px 28px;
    font-size: calc(18px * 0.9);
}.launch_now847 .expert_classes570::before,
    .launch_now847 .expert_classes570::after {
    width: 200px;
    height: 200px;
}}



@media (max-width: 767px) {.course_features321 .container {
    padding: 0 15px;
}.course_features321 .photo356 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}.course_features321 .content_wrapper158 {
    padding: 1.5rem;
}.course_features321 h3 {
    font-size: calc(22px * 0.9);
}.course_features321 .description {
    font-size: calc(15px * 0.95);
}}



@media (min-width: 992px) {.homepage510 > div {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}.homepage510 > div > div:first-child {
    flex: 1;
}.homepage510 .online_skills372 {
    flex: 1;
}.homepage510 .skill_training125 {
    min-height: 380px;
}
}



@media (max-width: 767px) {footer .footer_workshops071 {
    padding: 60px 0 30px;
}footer .contact_box930 {
    grid-template-columns: 1fr;
    padding: 20px;
    margin-bottom: 40px;
}footer .header_base240 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .header_base240 h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .progress_bar146 {
    margin-top: 40px;
}
}



@media (max-width: 576px) {.contact845 {
    padding: 50px 0;
}.contact845 .container {
    padding: 0 15px;
}.contact845 h2 {
    font-size: calc(33px - 6px);
    margin-bottom: 30px;
}.contact845 .message_map241 {
    padding: 30px 20px 40px;
}.contact845 .feedback_feedback142 {
    width: 100%;
}.contact845 .photo356 {
    min-height: 200px;
}}



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .nav_mainwrap391 {
    gap: 1rem;
}header .head_guide417 svg {
    width: 150px;
}header .header_base240 {
    padding: 0.4rem;
    gap: 0.4rem;
}header .nav_guide179 {
    padding: 0.5rem 0.8rem;
    font-size: calc(16px - 2px);
}
}



@media (min-width: 992px) {.payment_plan148 .pricing_catalog271 {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.payment_plan148 .pay_options163 {
    flex: 0 0 30%;
    text-align: left;
    order: 2;
    margin-bottom: 0;
}.payment_plan148 .fee_board248 {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 65%;
    order: 1;
}.payment_plan148 .package_rates941::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.payment_plan148 .pay_options163:hover .package_rates941::after {
    transform: translateX(0) scaleX(1);
}
}



@media (max-width: 576px) {.receive_updates620 {
    padding: 2.5rem 0.8rem;
}.receive_updates620 .expert_classes570 {
    transform: none;
    padding: 1.5rem;
}.receive_updates620 h4 {
    padding-left: 0.8rem;
    margin-bottom: 1.2rem;
    font-size: calc(12px + 2px);
}.receive_updates620 .input_holder {
    gap: 0.6rem;
}.receive_updates620 .input_holder input[type="email"],
    .receive_updates620 .input_holder .join_section426 {
    padding: 0.8rem 1rem;
}}



@media screen and (max-width: 992px) {.our_team459 {
    padding: 80px 0;
}.our_team459 h3 {
    margin-bottom: 60px;
    font-size: calc(39px * 0.85);
}.our_team459 .learning_studio025,
    .our_team459 .study_track893 {
    flex-direction: column;
}.our_team459 .learning_studio025 p,
    .our_team459 .study_track893 p {
    margin: 0 0 30px 0;
    width: 100%;
}.our_team459 .learning_studio025 .photo356,
    .our_team459 .study_track893 .virtual_classes269 {
    width: 100%;
    height: 350px;
}.our_team459 .learning_studio025::before {
    width: 80%;
    top: 0;
    transform: translateY(0);
    left: 10%;
    height: 15px;
}.our_team459 .study_track893::after {
    width: 80%;
    top: auto;
    height: 15px;
    right: 10%;
    bottom: 0;
    transform: translateY(0);
}.our_team459 .learning_studio025 span {
    top: -20px;
    left: 20px;
}
}

@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }



@keyframes twinkle {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
}



@keyframes float-blob2 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-30px, -20px) scale(1.2);
    }
    100% {
        transform: translate(-10px, -40px) scale(0.9);
    }
}



@keyframes slideInFromLeft {
  from {
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}



@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

