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

.main_train_9 {
    flex: 1 0 auto;
}

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

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

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

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

.gratSpace_8::before {
    top: 0;
    position: absolute;
    opacity: 0.1;
    content: "";
    transform: translateZ(-50px);
    z-index: 1;
    width: 100%;
    background: linear-gradient(45deg, transparent 45%, rgb(126,127,128,0.5) 45%, rgb(126,127,128,0.5) 55%, transparent 55%);
    height: 100%;
    left: 0;
}

.gratSpace_8 .container {
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
}

.gratSpace_8 .who_weare_5 {
    transform-style: preserve-3d;
    margin: 0 auto;
    gap: 2rem;
    flex-direction: column;
    background: linear-gradient(170deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transform: translateZ(30px);
    max-width: 900px;
    border-left: 4px solid rgb(169,170,169);
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 3rem;
}

.gratSpace_8 .who_weare_5 > div:first-child::after {
    height: 3px;
    content: "";
    transform: translateZ(5px);
    position: absolute;
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg, rgb(169,170,169) 0%, transparent 100%);
    width: 70%;
}

.gratSpace_8 h5 {
    margin-bottom: 1rem;
    font-weight: 700;
    transform: translateX(-5px);
    color: #000000;
    font-size: 19px;
    display: inline-block;
    position: relative;
}

.gratSpace_8 p {
    position: relative;
    padding-left: 1rem;
    font-size: 13px;
    line-height: 1.7;
    max-width: 95%;
    transition: color 0.3s ease;
    color: #000000;
}

.gratSpace_8 a {
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}

.gratSpace_8 a:hover {
    transform: translateX(10px);
}

.gratSpace_8 a:hover p {
    color: rgb(169,170,169);
}

.company_info_9 {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
}

.company_info_9::after {
    top: 0;
    content: "";
    position: absolute;
    pointer-events: none;
    left: 0;
    width: 100%;
    z-index: 2;
    background: radial-gradient(
        circle at 75% 25%,
        rgb(169,170,169,0.5) 0%,
        transparent 45%
    );
    height: 100%;
}

.company_info_9 h4::after {
    transform: translateX(-50%);
    left: 50%;
    height: 2px;
    background: rgb(126,127,128);
    position: absolute;
    bottom: -12px;
    content: "";
    width: 60px;
}

.company_info_9 .container {
    padding: 0 30px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.company_info_9 .label_container_6::before {
    width: 120px;
    content: "";
    height: 120px;
    z-index: -1;
    border: 2px solid rgb(126,127,128,0.5);
    top: -40px;
    position: absolute;
    opacity: 0.3;
    border-radius: 50%;
    right: -40px;
}

.company_info_9 .label_container_6::after {
    position: absolute;
    border: 2px solid rgb(169,170,169,0.5);
    border-radius: 50%;
    z-index: -1;
    width: 60px;
    opacity: 0.3;
    bottom: -20px;
    content: "";
    left: -20px;
    height: 60px;
}

.company_info_9 h6::after {
    bottom: -10px;
    content: "";
    transform-origin: left;
    height: 2px;
    width: 30%;
    position: absolute;
    animation: expandWidth 1.2s ease-in-out 1s forwards;
    left: 0;
    background: rgb(126,127,128);
}

.company_info_9 .label_container_6 div {
    position: relative;
    overflow: hidden;
}

.company_info_9 .container::before {
    height: 200px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    width: 200px;
    border-radius: 50%;
    z-index: -1;
    right: -100px;
    animation: rotateOrbit 20s linear infinite;
    content: "";
    position: absolute;
    top: -50px;
}

.company_info_9 .label_container_6 div::before {
    border-radius: 50%;
    animation: twinkle 3s ease-in-out infinite;
    width: 4px;
    content: "";
    height: 4px;
    background-color: rgb(126,127,128);
    box-shadow: 0 0 10px 2px rgb(126,127,128,0.5);
    position: absolute;
    top: 20px;
    right: 30px;
}




.company_info_9 .label_container_6:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
    transition: all 0.3s ease-out;
}

.user_safety_5 {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    display: flex;
}

.cookie_guard_1 {
    margin-bottom: 20px;
}

.cookie_guard_1 svg, .cookie_guard_1 svg path, .cookie_guard_1 img {
    height: 60px;
    fill: rgb(169,170,169);
    width: 60px;
}

.cookie_popup_interrupt_7 p {
    font-size: 13px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.cookie_data_7:hover {
    background: rgb(126,127,128);
}

.cookie_button.cookie_tips_6 {
    background: rgb(126,127,128);
}

.cookie_button.cookie_tips_6:hover {
    background: rgb(126,127,128,0.5);
}

.cookie_popup_interrupt_7 p a {
    text-decoration: none;
    color: rgb(169,170,169);
    transition: color 0.3s ease-in-out;
}

.cookie_popup_interrupt_7 p a:hover {
    color: rgb(126,127,128);
}

.course_structure_6 {
    perspective: 1000px;
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,207,181) 0%, rgb(169,170,169,0.5) 100%);
}

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

.course_structure_6 .education_plan_0 {
    animation: fadeInUp 0.8s ease-out forwards;
    gap: 3rem;
    transform-style: preserve-3d;
    flex-direction: column;
    display: flex;
}

.course_structure_6 .picture_8:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}

.course_structure_6 .picture_8::after {
    opacity: 0.6;
    transition: opacity 0.3s ease;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(169,170,169,0.5) 100%
    );
    content: "";
    inset: 0;
    position: absolute;
    z-index: 2;
}

.course_structure_6 .label_container_6::before {
    position: absolute;
    z-index: -1;
    top: -20px;
    transform: rotate(45deg);
    left: 20px;
    content: "";
    background: rgb(169,170,169);
    height: 40px;
    width: 40px;
}

.course_structure_6 h3 {
    position: relative;
    color: #000000;
    font-size: calc(22px * 1.2);
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.course_structure_6 .label_container_6:hover h3::after {
    transform: scaleX(1.2);
}

.course_structure_6 .description {
    position: relative;
    line-height: 1.7;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 1.5rem;
}

.login_footer_2::before {
    left: 0;
    top: 0;
    content: '';
    z-index: 0;
    background: 
        linear-gradient(135deg, rgb(169,170,169,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(126,127,128,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    opacity: 0.07;
    width: 100%;
}

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

.login_footer_2 .referral_prog_9 {
    flex-direction: column;
    display: flex;
}

.login_footer_2 .reach_out_8H1Qw {
    position: relative;
    justify-content: center;
    margin-bottom: 4rem;
    gap: 0;
    padding-bottom: 2rem;
    flex-wrap: wrap;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.login_footer_2 .info_item {
    transition: all 0.3s ease;
    width: 25%;
    padding: 0.5rem 1rem;
    flex: 0 0 auto;
    position: relative;
}

.login_footer_2 .info_item:first-child::before {
    display: none;
}

.login_footer_2 .info_item p,
.login_footer_2 .info_item a {
    font-size: calc(18px - 1px);
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    justify-content: center;
    color: #000000;
    text-decoration: none;
    display: flex;
    font-weight: 400;
    gap: 0.75rem;
}

.login_footer_2 .info_item:hover svg {
    transform: rotate(10deg);
}

.login_footer_2 .head_wrap_3 {
    gap: 1.5rem;
    max-width: 300px;
    flex-direction: column;
    display: flex;
    width: 100%;
    margin-right: auto;
}

.login_footer_2 .head_wrap_3:hover svg {
    transform: scale(1.05);
}

.login_footer_2 .music_edu_8 {
    line-height: 1.6;
    position: relative;
    color: #000000;
    font-size: 16px;
    padding-left: 2rem;
}

.login_footer_2 .top_sitebar_7 {
    gap: 2rem;
    position: relative;
    display: flex;
    min-width: 240px;
    flex: 1;
    flex-direction: column;
    max-width: 400px;
}

.login_footer_2 .top_sitebar_7 h5 {
    font-size: 22px;
    background: rgba(0, 0, 0, 0.03);
    margin-bottom: 1rem;
    font-weight: 600;
    color: #000000;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
}

.login_footer_2 .main_sitewrap_1:first-child {
    position: relative;
}

.login_footer_2 .main_sitewrap_1 a {
    padding: 0.5rem 0;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
    position: relative;
    color: #000000;
    padding-left: 1.25rem;
}

.login_footer_2 .main_sitewrap_1 a:hover {
    padding-left: 1.5rem;
    color: rgb(169,170,169);
}

.login_footer_2 .subscribe_holder {
    padding: 2rem;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    display: flex;
    position: relative;
    max-width: 400px;
    border-radius: 18px;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    gap: 1.5rem;
}

.login_footer_2 .subscribe_holder h5 {
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 600;
    font-size: 22px;
}

.login_footer_2 .input_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
}

.login_footer_2 .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(169,170,169);
    box-shadow: 0 0 0 3px rgb(169,170,169,0.5);
}

.login_footer_2 .knowledge_quest_7 {
    background: linear-gradient(135deg, rgb(169,170,169) 0%, rgb(126,127,128) 100%);
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 1.125rem 1.25rem;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border: none;
    z-index: 1;
    border-radius: 10px;
    font-size: 19px;
}

.login_footer_2 .knowledge_quest_7:hover::before {
    opacity: 1;
}

.login_footer_2 .trust_badge_7 {
    position: relative;
    text-align: center;
    padding-top: 2rem;
    margin-top: 4rem;
}

.login_footer_2 .gift_card_3 {
    opacity: 0.8;
    font-size: 16px;
    color: #000000;
}

.operation_process_6::before {
    width: 100%;
    left: 0;
    background-image: linear-gradient(120deg, rgb(169,170,169,0.5) 15%, transparent 15%);
    position: absolute;
    background-size: 120px 120px;
    transform: translateZ(0);
    z-index: 0;
    content: "";
    opacity: 0.05;
    top: 0;
    height: 100%;
}

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

.operation_process_6 .who_weare_5 {
    transform: translateZ(0);
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 30px;
}

.operation_process_6 h3 {
    transform: translateX(0);
    letter-spacing: -0.02em;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 37px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: #000000;
    position: relative;
    line-height: 1.3;
}

.operation_process_6:hover h3 {
    transform: translateX(10px);
}

.operation_process_6:hover h3::before {
    opacity: 1;
    width: 30px;
}

.operation_process_6 p {
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
    padding-left: 0;
    position: relative;
    transform: translateZ(0);
    margin-bottom: 0;
}

.operation_process_6 p span::before {
    width: 100%;
    left: 0;
    opacity: 0.6;
    bottom: 0;
    transform: scaleX(0.7);
    transform-origin: left;
    background: linear-gradient(to right, rgb(169,170,169), rgb(126,127,128));
    height: 3px;
    content: "";
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.operation_process_6:hover p span {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 3px 10px rgba(0,0,0,0.05), 
                0 25px 30px -5px rgba(0,0,0,0.03);
}

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



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

.contact_form_box_4 .query_query_0::before {
    animation: rotate 30s linear infinite;
    opacity: 0.1;
    content: '';
    width: 200%;
    left: -50%;
    pointer-events: none;
    background: radial-gradient(circle, rgb(169,170,169,0.5) 0%, transparent 30%);
    position: absolute;
    top: -50%;
    height: 200%;
}

.contact_form_box_4 .feedback_inquiry_4::after {
    width: 100px;
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
    height: 100%;
    right: 0;
    top: 0;
}

.contact_form_box_4 .feedback_inquiry_4 h3::after {
    border-radius: 10px;
    width: 80px;
    bottom: 0;
    height: 3px;
    content: '';
    background: #ffffff;
    left: 0;
    position: absolute;
}

.contact_form_box_4 .feedback_inquiry_4 div:hover {
    transform: translateX(10px);
}

.contact_form_box_4 .feedback_inquiry_4 div::before {
    position: absolute;
    content: '';
    width: 5px;
    background: #ffffff;
    height: 0;
    border-radius: 10px;
    transition: height 0.3s ease, top 0.3s ease;
    left: 0;
    top: 50%;
}

.contact_form_box_4 .feedback_inquiry_4 div:hover svg path {
    fill: rgb(126,127,128);
}

.contact_form_box_4 .feedback_inquiry_4 span a {
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
}

.contact_form_box_4 .message_box_4 {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    flex: 1.2;
    backdrop-filter: blur(10px);
    padding: 50px;
}



.contact_form_box_4 .message_box_4 h3 {
    margin-bottom: 40px;
    text-align: center;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    font-size: 31px;
}

.contact_form_box_4 .message_box_4 h3::after {
    position: absolute;
    width: 50px;
    bottom: -15px;
    left: 50%;
    content: '';
    border-radius: 10px;
    height: 2px;
    transform: translateX(-50%);
    background: rgb(126,127,128);
}

.contact_form_box_4 .message_box_4 input[type="text"]:focus,
.contact_form_box_4 .message_box_4 input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(126,127,128,0.5);
    outline: none;
    border-color: rgb(126,127,128);
}

.contact_form_box_4 .message_box_4 input[type="text"]::placeholder,
.contact_form_box_4 .message_box_4 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact_form_box_4 .message_box_4 .inquiry_feedback_6 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_form_box_4 .message_box_4 .inquiry_feedback_6 label::before {
    left: 0;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 18px;
    border-radius: 10px;
    top: 2px;
    transition: all 0.3s ease;
    position: absolute;
    width: 18px;
    background: rgba(255, 255, 255, 0.05);
}

.contact_form_box_4 .message_box_4 .inquiry_feedback_6 input[type="checkbox"]:checked + label::before {
    background: rgb(126,127,128,0.5);
    border-color: rgb(126,127,128);
}

.contact_form_box_4 .message_box_4 .inquiry_feedback_6 label a {
    color: rgb(126,127,128);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact_form_box_4 .message_box_4 .support_request_3 {
    z-index: 1;
    padding: 15px 30px;
    border: none;
    font-size: 18px;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(169,170,169) 0%, rgb(126,127,128) 100%);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 11px;
    font-family: Arial, sans-serif;
}

.contact_form_box_4 .message_box_4 .support_request_3:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.teacher_profile_2::before {
    transform: translateZ(-10px);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(169,170,169,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(126,127,128,0.5) 0%, transparent 30%);
    opacity: 0.15;
    width: 100%;
    z-index: 0;
}

.teacher_profile_2 .client_ratings_2:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateZ(30px) translateY(-5px);
}

.teacher_profile_2 .client_ratings_2 > div {
    position: relative;
}

.teacher_profile_2 .client_ratings_2 > div:first-child {
    transform: translateZ(10px);
    perspective: 800px;
}

.teacher_profile_2 .picture_8 {
    width: 100%;
    border: 3px solid #ffffff;
    position: relative;
    height: 300px;
    overflow: hidden;
    transform: rotateY(-3deg) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.teacher_profile_2 .name::after {
    bottom: -10px;
    transition: transform 0.3s ease-in-out;
    background: linear-gradient(90deg, rgb(169,170,169) 0%, rgb(126,127,128) 100%);
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    transform-origin: left;
    width: 60px;
    transform: scaleX(0.8);
}

.teacher_profile_2 .job_timeline_9 {
    transition: opacity 0.3s ease;
    line-height: 1.7;
    transform: translateZ(5px);
    color: #000000;
    position: relative;
    font-size: 15px;
    font-family: Arial, sans-serif;
    opacity: 0.9;
}

.teacher_profile_2 .client_ratings_2:hover .job_timeline_9::before {
    transform: scale(1.1) translateZ(20px);
}

.tariff_card_6 {
    padding: 5rem 0;
    position: relative;
    background: rgb(207,207,181);
    overflow: hidden;
}

.tariff_card_6::before {
    height: 300px;
    border-radius: 50%;
    top: -50px;
    content: "";
    z-index: 0;
    right: -50px;
    width: 300px;
    filter: blur(60px);
    background: linear-gradient(135deg, rgb(126,127,128,0.5), rgb(169,170,169,0.5));
    position: absolute;
}

.tariff_card_6 .container {
    z-index: 1;
    position: relative;
}

.tariff_card_6 .access_plans_0 {
    gap: 3rem;
    flex-direction: column-reverse;
    display: flex;
}

.tariff_card_6 .fee_options_8 h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
    font-size: calc(36px * 1.1);
}

.tariff_card_6 .study_sub_1 {
    color: #000000;
    margin-bottom: 1rem;
    font-size: 17px;
    line-height: 1.6;
}

.tariff_card_6 .fee_plans_7 {
    perspective: 1000px;
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
}

.tariff_card_6 .plan_options_2:hover {
    transform: translateY(-10px);
}

.tariff_card_6 .training_sub_2 {
    display: flex;
    z-index: 1;
    min-height: 430px;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background: #ffffff;
}

.tariff_card_6 .plan_options_2 h3::before {
    width: 40px;
    left: 0;
    background: rgb(169,170,169);
    height: 2px;
    transition: width 0.3s ease;
    bottom: -5px;
    content: "";
    position: absolute;
}

.tariff_card_6 .pricing_block_0::after {
    border-radius: 3px;
    content: "";
    background: rgb(169,170,169);
    width: 3px;
    left: -10px;
    top: 50%;
    height: 20px;
    position: absolute;
    transform: translateY(-50%);
}

.tariff_card_6 .picture_8 {
    height: 180px;
    position: relative;
}

.tariff_card_6 .picture_8::before {
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    z-index: 1;
    inset: 0;
}

.tariff_card_6 .plan_options_2:nth-child(3) .training_sub_2 {
    border-top: 4px solid #6c5ce7;
}

.future_students_1 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(45deg, rgb(207,207,181) 0%, #ffffff 100%);
}

.future_students_1::after {
    z-index: 1;
    height: 100%;
    background: rgb(126,127,128,0.5);
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    position: absolute;
    opacity: 0.1;
    bottom: 0;
    width: 50%;
    left: 0;
    content: "";
}

.future_students_1 .who_weare_5 {
    position: relative;
}

.future_students_1 h4::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, rgb(126,127,128), transparent);
    left: 0;
    bottom: -10px;
}

.future_students_1 div > div::before {
    background: linear-gradient(to bottom, rgb(169,170,169,0.5), rgb(126,127,128,0.5));
    top: 0;
    content: "";
    width: 2px;
    position: absolute;
    left: 15px;
    height: 100%;
    z-index: 1;
}

.future_students_1 p:last-child {
    margin-bottom: 0;
}

.future_students_1 p::before {
    left: -30px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgb(169,170,169,0.5), rgb(126,127,128));
    width: 30px;
    top: 50%;
    height: 2px;
    position: absolute;
    content: "";
}

.future_students_1 p:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}

.future_students_1 p:hover::after {
    background: rgb(169,170,169);
    transform: translateY(-50%) scale(1.2);
}

.future_students_1 p:nth-child(even)::after {
    border-color: rgb(126,127,128);
}

.future_students_1 p svg {
    margin-right: 15px;
    transition: all 0.3s ease;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
}

.future_students_1 p:nth-child(even) svg path {
    fill: rgb(126,127,128);
}

.future_students_1 p:nth-child(1) {
    transform: translateX(0);
}

.future_students_1 p:nth-child(3) {
    transform: translateX(60px);
}

.future_students_1 p:nth-child(5) {
    transform: translateX(120px);
}

.future_students_1 p:nth-child(1):hover {
    transform: translateX(10px);
}

.future_students_1 p:nth-child(3):hover {
    transform: translateX(70px);
}

.future_students_1 p:nth-child(5):hover {
    transform: translateX(130px);
}



.future_students_1 .who_weare_5 > div p {
    animation: slideIn 0.5s ease forwards;
    opacity: 0;
}

.future_students_1 .who_weare_5 > div p:nth-child(2) {
    animation-name: none;
    opacity: 1;
    transform: translateX(30px);
    animation-delay: 0.2s;
}

.future_students_1 .who_weare_5 > div p:nth-child(4) {
    opacity: 1;
    transform: translateX(90px);
    animation-name: none;
    animation-delay: 0.4s;
}

.future_students_1 .who_weare_5 > div p:nth-child(6) {
    animation-name: none;
    animation-delay: 0.6s;
    transform: translateX(150px);
    opacity: 1;
}

.future_students_1 .who_weare_5 > div p:nth-child(8) {
    opacity: 1;
    transform: translateX(90px);
    animation-name: none;
    animation-delay: 0.6s;
}

.future_students_1 .who_weare_5 > div p:nth-child(10) {
    opacity: 1;
    animation-name: none;
    animation-delay: 0.6s;
    transform: translateX(30px);
}

.privacy_refuge_7:before, .privacy_refuge_7:after {
    z-index: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(169,170,169,0.5), rgb(126,127,128,0.5));
    transform: rotate(45deg) translate(-50%, -50%);
    width: 100%;
    position: absolute;
    opacity: 0.2;
    content: "";
    pointer-events: none;
    transform-origin: center;
    left: 0;
}

.privacy_refuge_7 h2 {
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
    z-index: 1;
    margin-top: 20px;
    font-size: 37px;
    padding-bottom: 5px;
    letter-spacing: 1.5px;
    border-bottom: 1px solid rgb(126,127,128,0.5);
    color: rgb(126,127,128);
}

.privacy_refuge_7 li:before {
    color: rgb(169,170,169);
    position: absolute;
    font-size: 18px;
    top: 0;
    font-weight: 700;
    left: 0;
    content: counter(list-counter, decimal-leading-zero);
}

.privacy_refuge_7 .container {
    position: relative;
    z-index: 1;
}

.privacy_refuge_7 h3, .privacy_refuge_7 h4, .privacy_refuge_7 h5, .privacy_refuge_7 h6 {
    z-index: 1;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    position: relative;
    color: rgb(169,170,169);
    margin-bottom: 10px;
}

.privacy_refuge_7 a:hover {
    border-bottom: 1px solid rgb(169,170,169);
    color: rgb(169,170,169);
}

.privacy_refuge_7 button {
    font-size: 18px;
    background: rgb(169,170,169);
    font-weight: 700;
    position: relative;
    cursor: pointer;
    padding: 15px 30px;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 1;
    border: none;
    border-radius: 10px;
}

.welcome_board_2 .online_tech_8::before {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(
    135deg,
    rgb(126,127,128,0.5) 0%,
    rgb(169,170,169,0.5) 100%
  );
    height: 100%;
    content: "";
    opacity: 0.85;
}

.welcome_board_2 .expert_zone_6 {
    width: 85%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.1);
    padding: 3rem;
    z-index: 5;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.welcome_board_2 .expert_zone_6 > div {
    animation-delay: calc(var(--index, 0) * 0.2s);
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s forwards;
}

.welcome_board_2 .expert_zone_6 > div:nth-child(1) {
    --index: 1;
}

.welcome_board_2 .expert_zone_6 > div:nth-child(2) {
    --index: 2;
}

.welcome_board_2 p {
    padding-left: 1.5rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
    letter-spacing: 0.03em;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    font-weight: 400;
}

.welcome_board_2 .title_style_header::after {
    left: 0;
    transform: scaleX(1);
    position: absolute;
    transform-origin: left center;
    width: 80px;
    bottom: -0.5rem;
    transition: transform 0.5s ease-out;
    background: rgb(126,127,128);
    content: "";
    height: 4px;
}

.welcome_board_2 h3 {
    line-height: 1.5;
    margin: 0;
    opacity: 0.9;
    position: relative;
    color: #ffffff;
    max-width: 90%;
    font-weight: 600;
    font-size: clamp(1.2rem, 1.5vw + 0.5rem, 2rem);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.welcome_board_2 .expert_zone_6:hover .title_style_header::after {
    transform: scaleX(1.5);
}

.program_results_1::before {
    top: 0;
    background-size: 40px 40px;
    z-index: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
                      linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    left: 0;
}

.program_results_1 .who_weare_5 {
    z-index: 1;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.program_results_1 h2::after {
    background: linear-gradient(90deg, rgb(126,127,128) 0%, transparent 100%);
    bottom: -10px;
    left: 0;
    content: '';
    height: 3px;
    position: absolute;
    width: 100%;
}

.program_results_1 .picture_8 {
    min-height: 600px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    grid-column: 1 / 8;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    grid-row: 1 / 5;
}

.program_results_1 .picture_8::after {
    content: '';
    height: 30%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    left: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
}

.program_results_1 .text_main_holder > div:nth-child(1) {
    grid-column: 7 / 13;
    grid-row: 1 / 2;
}

.program_results_1 .text_main_holder > div:nth-child(2) {
    grid-row: 2 / 3;
    grid-column: 7 / 13;
}

.program_results_1 .text_main_holder > div:nth-child(3) {
    grid-row: 3 / 4;
    grid-column: 7 / 13;
}

.program_results_1 .text_main_holder > div:nth-child(4) {
    grid-column: 7 / 13;
    grid-row: 4 / 5;
}

.program_results_1 .text_main_holder > div:nth-child(2n):hover {
    transform: translateX(30px) translateY(-10px);
}

.program_results_1 .text_main_holder > div::before {
    transition: opacity 0.3s ease;
    left: 0;
    content: '';
    top: 0;
    opacity: 0;
    background: linear-gradient(135deg, rgb(126,127,128,0.5) 0%, transparent 100%);
    width: 100%;
    z-index: -1;
    border-radius: 10px;
    height: 100%;
    position: absolute;
}

.program_results_1 .text_main_holder > div:hover svg {
    transform: scale(1.1);
    background: rgb(169,170,169,0.5);
}

.program_results_1 .text_main_holder > div:hover svg path {
    fill: #ffffff;
}

header::before {
    opacity: 0.4;
    content: '';
    top: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
    background: linear-gradient(to right, 
        rgb(169,170,169,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(126,127,128,0.5) 100%);
    left: 0;
    width: 100%;
}

header .nav_base_0 {
    align-items: center;
    position: relative;
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
    grid-area: logo;
}

header .nav_base_0 svg {
    width: 160px;
    transition: all 0.3s ease;
    height: auto;
}

header .nav_base_0:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
    transform: translateY(-3px);
}

header .top_sitebar_7 {
    gap: 0.5rem;
    align-items: center;
    display: flex;
    grid-area: menu;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.5);
    padding: 0.6rem;
    justify-content: center;
}

header .nav_sitewrap_7:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(169,170,169), rgb(126,127,128));
    box-shadow: 0 3px 8px rgb(169,170,169,0.5);
    color: #ffffff;
}


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



@media (max-width: 768px) {.gratSpace_8 {
    padding: 3rem 0;
}.gratSpace_8 .who_weare_5 {
    gap: 1.5rem;
    padding: 2rem;
    margin: 0 1.5rem;
}.gratSpace_8 h5 {
    font-size: calc(19px - 0.2rem);
}.gratSpace_8 p {
    max-width: 100%;
    font-size: calc(13px - 0.1rem);
}
}




@media (min-width: 1200px) {.company_info_9 .label_container_6 {
    max-width: 90%;
    padding: 60px 70px;
    margin: 0 auto;
}.company_info_9 span {
    column-count: 2;
    column-gap: 50px;
}
}



@media (min-width: 992px) and (max-width: 1199px) {.company_info_9 {
    padding: 100px 0;
}.company_info_9 .label_container_6 {
    max-width: 95%;
    margin: 0 auto;
    padding: 50px 60px;
}.company_info_9 span {
    column-count: 2;
    column-gap: 40px;
}
}



@media (min-width: 576px) and (max-width: 767px) {.company_info_9 {
    padding: 70px 0;
}.company_info_9 h4 {
    font-size: calc(21px * 1);
    margin-bottom: 35px;
}.company_info_9 .label_container_6 {
    padding: 35px 40px;
}.company_info_9 h6 {
    margin-bottom: 20px;
    font-size: calc(22px * 1.2);
}.company_info_9 span {
    font-size: calc(18px * 0.9);
    line-height: 1.7;
    column-count: 1;
}
}



@media screen and (min-width: 768px) {.course_structure_6 .education_plan_0 {
    gap: 4rem;
    align-items: center;
    flex-direction: row;
}.course_structure_6 .picture_8 {
    transform: perspective(1000px) rotateX(2deg) rotateY(-5deg);
    height: 450px;
    flex: 1;
}.course_structure_6 .label_container_6 {
    transform: perspective(1000px) rotateX(-1deg) rotateY(2deg) translateZ(30px);
    flex: 1.2;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}.course_structure_6 .label_container_6:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(40px);
}.course_structure_6 h3 {
    font-size: 29px;
}
}



@media (hover: hover) {.course_structure_6 .picture_8::before {
    position: absolute;
    transition: opacity 0.5s ease;
    z-index: 2;
    opacity: 0;
    background: linear-gradient(
            45deg,
            rgb(169,170,169,0.5) 0%,
            transparent 50%,
            rgb(126,127,128,0.5) 100%
        );
    inset: 0;
    content: "";
}.course_structure_6 .picture_8:hover::before {
    opacity: 0.2;
}}



@media (max-width: 1200px) {.login_footer_2 .text_main_holder {
    gap: 2.5rem;
}.login_footer_2 .head_wrap_3 {
    max-width: 260px;
}.login_footer_2 .top_sitebar_7 {
    min-width: 220px;
}
}



@media (max-width: 768px) {.login_footer_2 {
    padding: 3.5rem 0 1.5rem;
}.login_footer_2 .reach_out_8H1Qw {
    margin-bottom: 3rem;
}.login_footer_2 .info_item {
    width: 100%;
}.login_footer_2 .info_item::before {
    display: none;
}.login_footer_2 .main_sitewrap_1 {
    gap: 0.5rem 1.5rem;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}.login_footer_2 .main_sitewrap_1 a {
    padding: 0.5rem 1rem;
    text-align: center;
}.login_footer_2 .main_sitewrap_1 a::before {
    display: none;
}.login_footer_2 .main_sitewrap_1 a:hover {
    border-radius: 10px;
    padding-left: 1rem;
    background-color: rgba(0, 0, 0, 0.03);
}.login_footer_2 .trust_badge_7 {
    margin-top: 3rem;
}
}



@media screen and (min-width: 768px) {.operation_process_6 {
    padding: 150px 0;
}.operation_process_6 .who_weare_5 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 80%;
}.operation_process_6 h3 {
    margin-bottom: 35px;
    font-size: calc(37px * 1.1);
}.operation_process_6 p {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
}.operation_process_6 p span {
    padding: 40px 45px;
}
}



@media screen and (max-width: 767px) {.operation_process_6 {
    padding: 80px 0;
}.operation_process_6::after {
    height: 200px;
    width: 200px;
}.operation_process_6 h3 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.85);
}.operation_process_6 p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}.operation_process_6 p span {
    padding: 25px;
}.operation_process_6 .who_weare_5::before {
    width: 3px;
    left: -15px;
}}



@media (max-width: 992px) {.contact_form_box_4 {
    padding: 80px 0;
}.contact_form_box_4 .query_query_0 {
    flex-direction: column;
}.contact_form_box_4 .feedback_inquiry_4,
    .contact_form_box_4 .message_box_4 {
    padding: 40px;
}.contact_form_box_4 .feedback_inquiry_4 {
    text-align: center;
}.contact_form_box_4 .feedback_inquiry_4 h3::after {
    transform: translateX(-50%);
    left: 50%;
}.contact_form_box_4 .feedback_inquiry_4 div {
    justify-content: center;
    padding-left: 0;
}.contact_form_box_4 .feedback_inquiry_4 div::before {
    display: none;
}
}



@media (max-width: 480px) {.contact_form_box_4 {
    padding: 40px 0;
}.contact_form_box_4 .container {
    padding: 0 10px;
}.contact_form_box_4 .feedback_inquiry_4,
    .contact_form_box_4 .message_box_4 {
    padding: 20px;
}.contact_form_box_4 .feedback_inquiry_4 h3,
    .contact_form_box_4 .message_box_4 h3 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.7);
}.contact_form_box_4 .feedback_inquiry_4 svg {
    height: 20px;
    width: 20px;
}.contact_form_box_4 .message_box_4 .inquiry_feedback_6 label {
    font-size: calc(15px * 0.9);
}.contact_form_box_4 .message_box_4 .support_request_3 {
    width: 100%;
}}



@media (min-width: 1024px) {.teacher_profile_2 .client_ratings_2 {
    padding: 4rem;
    grid-template-columns: 1.2fr 2fr;
}.teacher_profile_2 .picture_8 {
    min-height: 450px;
}.teacher_profile_2 .name::after {
    width: 80px;
}.teacher_profile_2 .container {
    padding: 0 4rem;
}
}



@media (max-width: 767px) {.teacher_profile_2 {
    padding: 4rem 0;
}.teacher_profile_2 .client_ratings_2 {
    padding: 2rem;
}.teacher_profile_2 .picture_8 {
    height: 250px;
    margin-bottom: 1rem;
}.teacher_profile_2 .job_timeline_9 {
    font-size: calc(15px - 0.05rem);
}.teacher_profile_2 .name {
    margin-top: 0.5rem;
}
}



@media (hover: none) {.teacher_profile_2 .client_ratings_2 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(0) !important;
}.teacher_profile_2 .picture_8 {
    transform: none !important;
}}



@media (min-width: 992px) {.tariff_card_6 .access_plans_0 {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.tariff_card_6 .fee_plans_7 {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
}.tariff_card_6 .fee_options_8 {
    flex: 1;
    text-align: left;
    padding-right: 3rem;
}.tariff_card_6 .fee_options_8 h2::after {
    transform: none;
    left: 0;
}.tariff_card_6 .training_sub_2 {
    min-height: 500px;
}
}




@media (max-width: 991px) {.future_students_1 {
    padding: 80px 0;
}.future_students_1 h4 {
    margin-bottom: 50px;
    font-size: calc(33px * 0.9);
}.future_students_1 div > div {
    margin-left: 40px;
}.future_students_1 p {
    margin-bottom: 25px;
    padding: 18px 20px;
}.future_students_1 p:nth-child(1) {
    transform: translateX(0);
}.future_students_1 p:nth-child(2) {
    transform: translateX(20px);
}.future_students_1 p:nth-child(3) {
    transform: translateX(40px);
}.future_students_1 p:nth-child(4) {
    transform: translateX(60px);
}.future_students_1 p:nth-child(5) {
    transform: translateX(80px);
}.future_students_1 p:nth-child(6) {
    transform: translateX(100px);
}.future_students_1 p:nth-child(7) {
    transform: translateX(120px);
}.future_students_1 p:nth-child(8) {
    transform: translateX(140px);
}.future_students_1 p:nth-child(9) {
    transform: translateX(160px);
}.future_students_1 p:nth-child(10) {
    transform: translateX(180px);
}.future_students_1 p:nth-child(1):hover {
    transform: translateX(5px);
}.future_students_1 p:nth-child(2):hover {
    transform: translateX(25px);
}.future_students_1 p:nth-child(3):hover {
    transform: translateX(45px);
}.future_students_1 p:nth-child(4):hover {
    transform: translateX(65px);
}.future_students_1 p:nth-child(5):hover {
    transform: translateX(85px);
}.future_students_1 p:nth-child(6):hover {
    transform: translateX(105px);
}.future_students_1 p:nth-child(7):hover {
    transform: translateX(125px);
}.future_students_1 p:nth-child(8):hover {
    transform: translateX(145px);
}.future_students_1 p:nth-child(9):hover {
    transform: translateX(165px);
}.future_students_1 p:nth-child(10):hover {
    transform: translateX(185px);
}
}



@media only screen and (max-width: 800px) {.privacy_refuge_7 {
    width: 95%;
    padding: 20px;
}.privacy_refuge_7 h1 {
    font-size: calc(20px - 5px);
}.privacy_refuge_7 h2 {
    font-size: calc(20px - 3px);
}.privacy_refuge_7 ul, .privacy_refuge_7 ol {
    padding-left: 10px;
}.privacy_refuge_7 li {
    padding-left: 20px;
}.privacy_refuge_7 button {
    padding: 10px 20px;
}}



@media (max-width: 768px) {.welcome_board_2 {
    min-height: 500px;
    height: auto;
}.welcome_board_2 .expert_zone_6 {
    transform: none;
    padding: 1.8rem;
    width: 95%;
}.welcome_board_2 .title_style_header {
    font-size: clamp(2rem, 5vw, 3rem);
}.welcome_board_2 p {
    padding-left: 1.2rem;
    font-size: 1rem;
}.welcome_board_2 h3 {
    font-size: clamp(1rem, 1.2vw + 0.5rem, 1.4rem);
    max-width: 100%;
}
}



@media (max-width: 1200px) {.program_results_1 .picture_8 {
    grid-column: 1 / 9;
}.program_results_1 .text_main_holder > div:nth-child(1),
    .program_results_1 .text_main_holder > div:nth-child(2),
    .program_results_1 .text_main_holder > div:nth-child(3),
    .program_results_1 .text_main_holder > div:nth-child(4) {
    grid-column: 8 / 13;
}
}



@media (max-width: 768px) {.program_results_1 {
    padding: 80px 0;
}.program_results_1 h2 {
    font-size: calc(48px * 0.8);
}.program_results_1 .picture_8 {
    min-height: 350px;
}.program_results_1 .text_main_holder > div {
    padding: 25px;
}
}



@media (max-width: 576px) {.program_results_1 {
    padding: 60px 0;
}.program_results_1 h2 {
    font-size: 38px;
}.program_results_1 .picture_8 {
    min-height: 280px;
}.program_results_1 .text_main_holder > div {
    padding: 20px;
    gap: 15px;
}.program_results_1 .text_main_holder svg {
    height: 38px;
    padding: 7px;
    width: 38px;
}}



@media (max-width: 767px) {header .top_master_6 {
    grid-template-areas:
            "logo"
            "top_sitebar_7";
    grid-template-columns: 1fr;
}header .nav_base_0 {
    padding: 0.4rem;
}header .nav_base_0 svg {
    width: 130px;
}header .top_sitebar_7 {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .nav_sitewrap_7 {
    padding: 0.3rem 0.5rem;
    font-size: calc(16px - 1px);
}
}



@keyframes slideInTop {
    from {
        transform: translateZ(20px) translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateZ(20px) translateY(0);
        opacity: 1;
    }
}



@keyframes slideInBottom {
    from {
        transform: translateZ(10px) translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateZ(10px) translateY(0);
        opacity: 1;
    }
}



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 30%;
    }
}



@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes twinkle {
    0%, 100% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(-15px, 15px) rotate(5deg);
    }
    50% {
        transform: translate(10px, 30px) rotate(-5deg);
    }
    75% {
        transform: translate(15px, 10px) rotate(3deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

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



@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

