﻿header,footer {
    width: 100%;
}

header {
    background: rgb(207,207,181);
    width: 100%;
    z-index: 100;
    padding: 1rem 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.login_footer_2 {
    flex: 0 0 auto;
}

.login_footer_2 {
    padding: 5rem 0 2rem;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    background-color: rgb(207,207,181);
}

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


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

.gratSpace_8::after {
    top: -50%;
    right: -50%;
    opacity: 0.2;
    animation: rotateGradient 15s infinite linear;
    background: radial-gradient(circle at center, rgb(169,170,169,0.5) 0%, transparent 70%);
    height: 200%;
    z-index: 0;
    width: 100%;
    content: "";
    position: absolute;
}

.gratSpace_8 .who_weare_5::before {
    z-index: -1;
    position: absolute;
    left: -10px;
    right: 10px;
    content: "";
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    bottom: 10px;
    transform: translateZ(-15px);
    top: -10px;
    background: linear-gradient(135deg, rgb(126,127,128,0.5) 0%, transparent 70%);
    opacity: 0.4;
}

.gratSpace_8 .who_weare_5 > div:first-child {
    animation: slideInTop 0.8s ease-out forwards;
    position: relative;
    transform: translateZ(20px);
}

.gratSpace_8 .who_weare_5 > div:last-child {
    position: relative;
    transform: translateZ(10px);
    animation: slideInBottom 0.8s ease-out 0.3s forwards;
    opacity: 0;
}

.gratSpace_8 h5::before {
    background-color: rgb(169,170,169);
    transform: translateY(-50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 15px;
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    height: 15px;
}

.gratSpace_8 p::before {
    bottom: 0;
    left: 0;
    width: 3px;
    top: 0;
    position: absolute;
    transform: scaleY(0.9);
    background: linear-gradient(to bottom, rgb(169,170,169) 0%, rgb(126,127,128) 100%);
    transition: transform 0.3s ease;
    content: "";
}

.gratSpace_8 a:hover p::before {
    transform: scaleY(1.1);
}

.company_info_9::before {
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(23, 35, 50, 0.92) 0%,
        rgba(41, 54, 74, 0.88) 45%,
        rgba(56, 72, 98, 0.85) 100%);
    top: 0;
    z-index: 1;
}

.company_info_9 h4 {
    text-align: center;
    font-weight: 600;
    position: relative;
    transform: translateY(10px);
    opacity: 0;
    color: #ffffff;
    font-size: calc(21px * 1.1);
    margin-bottom: 50px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    letter-spacing: 3px;
    z-index: 3;
    text-transform: uppercase;
}

.company_info_9 .label_container_6 {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    transform: translateY(20px);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.4s forwards;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 50px 60px;
    backdrop-filter: blur(10px);
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.company_info_9 h6 {
    margin-bottom: 25px;
    color: rgb(126,127,128);
    position: relative;
    font-size: calc(22px * 1.3);
    display: inline-block;
    font-weight: 700;
}

.company_info_9 span {
    font-family: Arial, sans-serif;
    text-align: justify;
    display: block;
    line-height: 1.8;
    column-count: 1;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    column-gap: 40px;
}

.company_info_9 .container::after {
    left: -50px;
    border-radius: 50%;
    content: "";
    width: 150px;
    bottom: -30px;
    animation: rotateOrbitReverse 25s linear infinite;
    position: absolute;
    height: 150px;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.company_info_9 .label_container_6 div::after {
    bottom: 30px;
    content: "";
    left: 20px;
    position: absolute;
    animation: twinkle 4s ease-in-out 1s infinite;
    width: 3px;
    box-shadow: 0 0 8px 1px rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    height: 3px;
    background-color: #ffffff;
}

.cookie_popup_interrupt_7 {
    overflow: hidden;
    font-family: Arial, sans-serif;
    transform: translateX(-50%);
    max-width: 500px;
    width: 90%;
    background: #ffffff;
    position: fixed;
    z-index: 1050;
    left: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    bottom: 20px;
    border-radius: 29px;
}

.cookie_popup_interrupt_7 h5 {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 10px;
    text-align: center;
    color: rgb(169,170,169);
}

.cookie_data_7 {
    width: calc(50% - 10px);
    border-radius: 10px;
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 18px;
    background: rgb(169,170,169);
    text-decoration: none;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    transition: background 0.3s ease-in-out;
}

#consentNotification_7 {
    display: none;
}

#consentNotification_7:checked ~ .cookie_popup_interrupt_7 {
    visibility: hidden;
    opacity: 0;
}

.course_structure_6::before {
    position: absolute;
    width: 120%;
    opacity: 0.05;
    top: -10%;
    height: 120%;
    background: repeating-linear-gradient(
        45deg,
        rgb(126,127,128,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(126,127,128,0.5) 12px
    );
    left: -5%;
    z-index: 1;
    transform: rotate(-5deg);
    content: "";
}



.course_structure_6 .picture_8 {
    height: 350px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    mask-image: linear-gradient(to bottom right, 
        transparent 0%, 
        black 2%, 
        black 98%, 
        transparent 100%);
    transform: perspective(1000px) rotateX(2deg) rotateY(-3deg);
    border: none;
    z-index: 3;
}

.course_structure_6 .picture_8:hover::after {
    opacity: 0.4;
}

.course_structure_6 .label_container_6 {
    position: relative;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    background: #ffffff;
    border-left: 4px solid rgb(169,170,169);
    padding: 2.5rem;
    backdrop-filter: blur(8px);
}

.course_structure_6 h3::after {
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(169,170,169) 0%, transparent 100%);
    height: 3px;
    left: 0;
    transform-origin: left;
    position: absolute;
    width: 60%;
    content: "";
    bottom: -8px;
}

.course_structure_6 p.description {
    display: block;
}

.course_structure_6 span.description {
    display: none;
}

.course_structure_6 .description::first-letter {
    font-weight: 700;
    line-height: 1;
    background: rgb(169,170,169,0.5);
    color: rgb(169,170,169);
    float: left;
    font-size: 1.5em;
    margin-right: 8px;
    padding: 6px;
}

.login_footer_2::after {
    left: 0;
    position: absolute;
    top: 0;
    height: 7px;
    background: linear-gradient(90deg, 
        rgb(207,207,181) 0%,
        rgb(169,170,169) 35%, 
        rgb(126,127,128) 65%,
        rgb(207,207,181) 100%);
    width: 100%;
    z-index: 1;
    content: '';
}

.login_footer_2 .reach_out_8H1Qw::after {
    height: 1px;
    content: '';
    width: 100%;
    bottom: -1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(126,127,128,0.5) 50%,
        transparent 100%);
    position: absolute;
    left: 0;
}

.login_footer_2 .info_item::before {
    width: 1px;
    content: '';
    top: 50%;
    position: absolute;
    height: 60%;
    background-color: rgba(0, 0, 0, 0.06);
    transform: translateY(-50%);
    left: 0;
}

.login_footer_2 .info_item:hover {
    transform: translateY(-5px);
}

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

.login_footer_2 .info_item svg {
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
    fill: rgb(169,170,169);
}

.login_footer_2 .text_main_holder {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    position: relative;
}

.login_footer_2 .head_wrap_3 svg {
    transition: all 0.3s ease;
    max-width: 160px;
    height: auto;
}

.login_footer_2 .music_edu_8::before {
    width: 4px;
    background: linear-gradient(to bottom, rgb(169,170,169), rgb(126,127,128));
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    top: 0;
    content: '';
    left: 0;
}

.login_footer_2 .top_sitebar_7::before {
    left: 0;
    background: rgba(0, 0, 0, 0.02);
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: '';
    position: absolute;
    border-radius: 18px;
}

.login_footer_2 .main_sitewrap_1 {
    padding: 0 1.5rem;
    flex-direction: column;
    display: flex;
    gap: 0.75rem;
}

.login_footer_2 .main_sitewrap_1 a::before {
    width: 6px;
    left: 0;
    transition: all 0.3s ease;
    background-color: rgb(126,127,128,0.5);
    transform: translateY(-50%);
    top: 50%;
    content: '';
    border-radius: 50%;
    position: absolute;
    height: 6px;
}

.login_footer_2 .main_sitewrap_1 a:hover::before {
    width: 8px;
    height: 8px;
    background-color: rgb(169,170,169);
}

.login_footer_2 .subscribe_holder::before {
    position: absolute;
    border-style: solid;
    height: 0;
    content: '';
    border-width: 50px 50px 0 0;
    border-color: rgb(169,170,169,0.5) transparent transparent transparent;
    width: 0;
    border-top-left-radius: 18px;
    left: 0;
    top: 0;
}

.login_footer_2 .subscribe_holder p {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
}

.login_footer_2 .input_holder input[type="email"] {
    padding: 1.125rem 1.25rem;
    color: #000000;
    border-radius: 10px;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.login_footer_2 .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.login_footer_2 .knowledge_quest_7::before {
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(126,127,128) 0%, rgb(169,170,169) 100%);
    height: 100%;
    top: 0;
    opacity: 0;
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
}

.login_footer_2 .knowledge_quest_7:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.login_footer_2 .trust_badge_7::before {
    position: absolute;
    width: 40%;
    left: 30%;
    content: '';
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
}

.operation_process_6 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(207,207,181) 0%, rgba(255,255,255,0.92) 100%);
}

.operation_process_6::after {
    background: linear-gradient(225deg, rgb(169,170,169) 0%, rgb(126,127,128) 100%);
    animation: float 20s infinite ease-in-out;
    transform: translateZ(0);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    width: 300px;
    right: -5%;
    position: absolute;
    z-index: 0;
    top: -10%;
    height: 300px;
    content: "";
}

.operation_process_6 .who_weare_5::before {
    position: absolute;
    transform-origin: top;
    width: 4px;
    z-index: -1;
    left: -20px;
    content: "";
    transform: scaleY(0.92);
    background: linear-gradient(to bottom, rgb(169,170,169), rgb(126,127,128));
    top: 0;
    height: 100%;
}

.operation_process_6 h3::before {
    left: -35px;
    height: 3px;
    transition: opacity 0.4s ease, width 0.4s ease;
    width: 20px;
    position: absolute;
    transform: translateY(-50%);
    opacity: 0;
    content: "";
    background-color: rgb(169,170,169);
    top: 50%;
}

.operation_process_6 p span {
    position: relative;
    display: block;
    border-left: 4px solid rgb(169,170,169);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    padding: 30px 35px;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03), 
                0 20px 25px -5px rgba(0,0,0,0.02);
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.5));
}

.operation_process_6:hover p span::before {
    transform: scaleX(1);
}

.contact_form_box_4 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.contact_form_box_4::after {
    background: linear-gradient(135deg, rgb(169,170,169,0.5) 0%, transparent 50%, rgb(126,127,128,0.5) 100%);
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    animation: gradientShift 15s ease infinite;
    width: 100%;
    content: '';
    z-index: 2;
}

.contact_form_box_4 .query_query_0 {
    display: flex;
    backdrop-filter: blur(10px);
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 11px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.03);
}



.contact_form_box_4 .feedback_inquiry_4 {
    flex: 1;
    position: relative;
    overflow: hidden;
    padding: 50px;
    background: linear-gradient(145deg, rgb(169,170,169,0.5) 0%, rgb(126,127,128,0.5) 100%);
}

.contact_form_box_4 .feedback_inquiry_4 h3 {
    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 40px;
}

.contact_form_box_4 .feedback_inquiry_4 div {
    padding-left: 15px;
    display: flex;
    position: relative;
    margin-bottom: 25px;
    align-items: center;
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.contact_form_box_4 .feedback_inquiry_4 div:hover::before {
    top: 10%;
    height: 80%;
}

.contact_form_box_4 .feedback_inquiry_4 svg {
    height: 24px;
    fill: #ffffff;
    width: 24px;
    margin-right: 15px;
}

.contact_form_box_4 .feedback_inquiry_4 svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.contact_form_box_4 .feedback_inquiry_4 span {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}

.contact_form_box_4 .feedback_inquiry_4 span a:hover {
    color: rgb(126,127,128);
}

.contact_form_box_4 .message_box_4::before {
    width: 200px;
    content: '';
    background: radial-gradient(circle, rgb(126,127,128,0.5) 0%, transparent 70%);
    position: absolute;
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite alternate;
    height: 200px;
    top: -100px;
    right: -100px;
}

.contact_form_box_4 .message_box_4 form {
    display: flex;
    flex-direction: column;
}

.contact_form_box_4 .message_box_4 input[type="text"],
.contact_form_box_4 .message_box_4 input[type="email"] {
    margin-bottom: 20px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 11px;
    padding: 15px 20px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
}

.contact_form_box_4 .message_box_4 .inquiry_feedback_6 {
    align-items: flex-start;
    position: relative;
    margin-bottom: 25px;
    display: flex;
}

.contact_form_box_4 .message_box_4 .inquiry_feedback_6 label {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    padding-left: 30px;
    color: #ffffff;
    line-height: 1.5;
}

.contact_form_box_4 .message_box_4 .inquiry_feedback_6 label::after {
    transition: all 0.2s ease;
    top: 9px;
    content: '';
    left: 5px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg) scale(0);
    border-bottom: 2px solid #ffffff;
    position: absolute;
    opacity: 0;
}

.contact_form_box_4 .message_box_4 .inquiry_feedback_6 input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
}

.contact_form_box_4 .message_box_4 .inquiry_feedback_6 label a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.contact_form_box_4 .message_box_4 .support_request_3::before {
    width: 100%;
    position: absolute;
    content: '';
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    height: 100%;
    transition: all 0.6s ease;
    left: -100%;
}

.contact_form_box_4 .message_box_4 .support_request_3:hover::before {
    left: 100%;
}

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

.teacher_profile_2 .container {
    padding: 0 2rem;
    z-index: 1;
    margin: 0 auto;
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
}

.teacher_profile_2 .client_ratings_2 {
    gap: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transform: translateZ(20px);
    backdrop-filter: blur(5px);
    padding: 3rem;
    grid-template-columns: 1fr;
}

.teacher_profile_2 .picture_8::after {
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom right, 
                 rgba(255, 255, 255, 0.2) 0%, 
                 rgba(255, 255, 255, 0) 40%);
    inset: 0;
}

.teacher_profile_2 .client_ratings_2:hover .picture_8 {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
}

.teacher_profile_2 .name {
    font-size: 18px;
    margin-bottom: 0.5rem;
    transform: translateZ(15px);
    position: relative;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.03em;
}

.teacher_profile_2 .client_ratings_2:hover .name::after {
    transform: scaleX(1);
}

.teacher_profile_2 .client_ratings_2 > div:nth-child(2) > div {
    color: rgb(126,127,128);
    margin-top: 0.75rem;
    transform: translateZ(5px);
    font-weight: 600;
    position: relative;
    font-size: calc(15px - 0.1rem);
}

.teacher_profile_2 .client_ratings_2:hover .job_timeline_9 {
    opacity: 1;
}

.teacher_profile_2 .job_timeline_9::before {
    opacity: 0.2;
    z-index: -1;
    position: absolute;
    top: -2rem;
    color: rgb(126,127,128,0.5);
    font-family: Georgia, serif;
    content: "";
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: -1.5rem;
    font-size: 6rem;
}

.tariff_card_6::after {
    left: -50px;
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    width: 250px;
    content: "";
    z-index: 0;
    background: linear-gradient(225deg, rgb(169,170,169,0.5), rgb(126,127,128,0.5));
    height: 250px;
    filter: blur(50px);
}

.tariff_card_6 .fee_options_8 {
    max-width: 800px;
    padding: 0 1rem;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.tariff_card_6 .fee_options_8 h2::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(169,170,169), rgb(126,127,128));
    content: "";
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    width: 80px;
    bottom: -10px;
}

.tariff_card_6 .plan_options_2 {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    display: block;
    position: relative;
}

.tariff_card_6 .plan_options_2:hover .training_sub_2 {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.tariff_card_6 .fee_chart_4 {
    flex: 1;
    padding: 2rem;
    position: relative;
    z-index: 2;
}

.tariff_card_6 .plan_options_2 h3 {
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: calc(20px * 1.1);
}

.tariff_card_6 .plan_options_2:hover h3::before {
    width: 100%;
}

.tariff_card_6 .pricing_block_0 {
    color: rgb(126,127,128);
    position: relative;
    font-size: calc(20px * 1.4);
    display: block;
    margin: 1.5rem 0;
    font-weight: 700;
}

.tariff_card_6 .plan_options_2 p {
    hyphens: auto;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 17px;
}

.tariff_card_6 .plan_options_2:nth-child(1) .training_sub_2 {
    border-top: 4px solid rgb(169,170,169);
}

.tariff_card_6 .plan_options_2:nth-child(2) .training_sub_2 {
    border-top: 4px solid rgb(126,127,128);
}

.tariff_card_6 .plan_options_2:nth-child(4) .training_sub_2 {
    border-top: 4px solid #00b894;
}

.future_students_1::before {
    width: 50%;
    z-index: 1;
    right: 0;
    height: 100%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: 0.1;
    top: 0;
    background: rgb(169,170,169,0.5);
    position: absolute;
    content: "";
}

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

.future_students_1 h4 {
    font-weight: 700;
    margin-bottom: 60px;
    text-align: left;
    border-left: 4px solid rgb(169,170,169);
    font-size: 33px;
    color: #000000;
    padding-left: 20px;
    position: relative;
}

.future_students_1 div > div {
    margin-left: 60px;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 800px;
}

.future_students_1 p {
    align-items: center;
    margin-bottom: 30px;
    padding: 20px 25px;
    font-size: 13px;
    display: flex;
    background: #ffffff;
    border-radius: 10px;
    margin-left: 30px;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    color: #000000;
    z-index: 2;
}

.future_students_1 p::after {
    width: 16px;
    content: "";
    border: 3px solid rgb(169,170,169);
    position: absolute;
    left: -42px;
    z-index: 3;
    transform: translateY(-50%);
    height: 16px;
    background: #ffffff;
    transition: all 0.3s ease;
    top: 50%;
    border-radius: 50%;
}

.future_students_1 p:nth-child(odd)::after {
    border-color: rgb(169,170,169);
}

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

.future_students_1 p svg path {
    fill: rgb(169,170,169);
    transition: fill 0.3s ease;
}

.future_students_1 p:hover svg {
    transform: scale(1.1) rotate(10deg);
}

.future_students_1 p:nth-child(2) {
    transform: translateX(30px);
}

.future_students_1 p:nth-child(4) {
    transform: translateX(90px);
}

.future_students_1 p:nth-child(6) {
    transform: translateX(150px);
}

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

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

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

.future_students_1 .who_weare_5 > div p:nth-child(1) {
    animation-delay: 0.1s;
}

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

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

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

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

.privacy_refuge_7 {
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 40px;
    color: #000000;
    background: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    max-width: 1200px;
    overflow: hidden;
    width: 90%;
}

.privacy_refuge_7 h1 {
    border-bottom: 2px solid rgb(169,170,169);
    z-index: 1;
    font-size: 46px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    color: #000000;
}

.privacy_refuge_7 ul, .privacy_refuge_7 ol {
    z-index: 1;
    position: relative;
    padding-left: 0;
    margin-bottom: 20px;
    list-style: none;
}

.privacy_refuge_7 li {
    font-size: 14px;
    counter-increment: list-counter;
    line-height: 1.6;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.privacy_refuge_7 div {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    padding: 20px;
    background: #ffffff;
    line-height: 1.8;
    margin-bottom: 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.privacy_refuge_7 p, .privacy_refuge_7 span {
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    color: #000000;
    z-index: 1;
    line-height: 1.6;
}

.privacy_refuge_7 a {
    border-bottom: 1px solid rgb(126,127,128);
    z-index: 1;
    color: rgb(126,127,128);
    text-decoration: none;
    position: relative;
    font-weight: 600;
}

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

.welcome_board_2 {
    min-height: 600px;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.welcome_board_2 .online_tech_8 {
    width: 100%;
    top: 0;
    justify-content: center;
    display: flex;
    position: absolute;
    height: 100%;
    align-items: center;
    left: 0;
}

.welcome_board_2 .online_tech_8::after {
    z-index: 2;
    animation: gradientShift 15s ease-in-out infinite alternate;
    top: 0;
    position: absolute;
    opacity: 0.05;
    left: 0;
    content: "";
    width: 100%;
    background-image: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.5) 1px,
    transparent 1px,
    transparent 15px
  );
    height: 100%;
}

.welcome_board_2 .expert_zone_6::before {
    filter: blur(10px);
    opacity: 0.6;
    z-index: -1;
    bottom: -5px;
    right: -5px;
    top: -5px;
    background: linear-gradient(45deg, rgb(126,127,128), transparent, rgb(169,170,169));
    left: -5px;
    animation: gradientFlow 8s ease-in-out infinite alternate;
    content: "";
    position: absolute;
    transform: scale(1.01);
}

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

.welcome_board_2 p::before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    animation: pulse 3s infinite;
    box-shadow: 0 0 10px rgb(126,127,128);
    background: rgb(126,127,128);
    height: 5px;
    width: 5px;
    top: 0.5em;
}

.welcome_board_2 .title_style_header {
    margin: 0 0 1.5rem;
    letter-spacing: -0.02em;
    position: relative;
    transform-origin: left center;
    font-weight: 700;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    transform: scale(1);
    background: linear-gradient(120deg, #ffffff, rgba(255, 255, 255, 0.8));
    transition: transform 0.5s ease;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
    -webkit-background-clip: text !important;
    line-height: 1.1;
}



.welcome_board_2 .expert_zone_6:hover {
    transform: perspective(1000px) rotateX(0deg);
}

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

.program_results_1::after {
    top: -30%;
    right: -20%;
    z-index: 0;
    width: 80%;
    opacity: 0.3;
    position: absolute;
    content: '';
    height: 160%;
    transform: rotate(-30deg);
    background: radial-gradient(ellipse at center, rgb(126,127,128,0.5) 0%, transparent 70%);
}

.program_results_1 h2 {
    margin: 0 0 30px;
    font-size: 48px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
}

.program_results_1 .main_train_9 {
    gap: 30px;
    margin-top: 50px;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}

.program_results_1 .picture_8::before {
    height: 100%;
    content: '';
    background: linear-gradient(135deg, rgb(169,170,169,0.5) 0%, transparent 60%);
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
}

.program_results_1 .text_main_holder {
    display: contents;
}

.program_results_1 .text_main_holder > div {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transform: translateY(0);
    gap: 20px;
    z-index: 2;
    padding: 30px;
    transition: all 0.3s ease;
}

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

.program_results_1 .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-10px);
}

.program_results_1 .text_main_holder > div:hover::before {
    opacity: 0.1;
}

.program_results_1 .text_main_holder svg {
    background: rgba(255, 255, 255, 0.07);
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    padding: 9px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
    border-radius: 50%;
}

.program_results_1 .text_main_holder svg path {
    fill: rgb(126,127,128);
    transition: fill 0.3s ease;
}

.program_results_1 .text_main_holder p {
    color: #ffffff;
    font-size: 17px;
    margin: 0;
    line-height: 1.6;
}

header .container {
    padding: 0 2%;
    width: 100%;
    z-index: 1;
    margin: 0;
    max-width: 100%;
    position: relative;
}

header .top_master_6 {
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    align-items: center;
    gap: 1rem;
    display: grid;
}

header .nav_base_0::after {
    height: 2px;
    width: 50%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(169,170,169), 
        rgb(126,127,128), 
        rgb(169,170,169), 
        transparent);
    content: '';
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
}

header .nav_sitewrap_7 {
    font-size: 16px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 400;
    padding: 0.4rem 0.8rem;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    text-decoration: none;
}


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



@media (max-width: 992px) {.gratSpace_8 {
    padding: 4rem 0;
}.gratSpace_8 .who_weare_5 {
    padding: 2.5rem;
    margin: 0 2rem;
}.gratSpace_8 h5 {
    font-size: calc(19px - 0.1rem);
}
}



@media (max-width: 576px) {.gratSpace_8 {
    padding: 2.5rem 0;
}.gratSpace_8 .who_weare_5 {
    gap: 1.2rem;
    padding: 1.5rem;
    margin: 0 1rem;
}.gratSpace_8 h5 {
    font-size: calc(19px - 0.3rem);
}.gratSpace_8 h5::before {
    width: 12px;
    left: -15px;
    height: 12px;
}.gratSpace_8 p {
    padding-left: 0.7rem;
}.gratSpace_8 a:hover {
    transform: translateX(5px);
}}



@media (min-width: 768px) and (max-width: 991px) {.company_info_9 {
    padding: 80px 0;
}.company_info_9 h4 {
    margin-bottom: 40px;
}.company_info_9 .label_container_6 {
    padding: 40px 50px;
}.company_info_9 span {
    column-count: 2;
    column-gap: 30px;
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 575px) {.company_info_9 {
    padding: 60px 0;
}.company_info_9 h4 {
    margin-bottom: 30px;
    font-size: calc(21px * 0.9);
    letter-spacing: 2px;
}.company_info_9 .container {
    padding: 0 20px;
}.company_info_9 .label_container_6 {
    padding: 30px 25px;
}.company_info_9 h6 {
    font-size: calc(22px * 1.1);
    margin-bottom: 18px;
}.company_info_9 h6::after {
    width: 50px;
}.company_info_9 span {
    line-height: 1.6;
    font-size: calc(18px * 0.85);
}.company_info_9 .label_container_6::before,
    .company_info_9 .label_container_6::after {
    display: none;
}}



@media screen and (min-width: 992px) {.course_structure_6 {
    padding: 8rem 0;
}.course_structure_6 .picture_8 {
    height: 550px;
    flex: 1.2;
}.course_structure_6 .label_container_6 {
    padding: 3rem;
    flex: 1;
}.course_structure_6 h3 {
    margin-bottom: 2rem;
}.course_structure_6 .description {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}



@media screen and (max-width: 767px) {.course_structure_6 {
    padding: 3rem 0;
}.course_structure_6 .container {
    padding: 0 1.5rem;
}.course_structure_6 .picture_8 {
    margin-bottom: -20px;
    height: 250px;
}.course_structure_6 .label_container_6 {
    padding: 1.8rem;
    z-index: 4;
    transform: translateY(-30px);
}.course_structure_6 h3 {
    font-size: calc(20px * 1.2);
    margin-bottom: 1rem;
}.course_structure_6 .description {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 991px) {.login_footer_2 {
    padding: 4rem 0 2rem;
}.login_footer_2 .info_item {
    width: 50%;
    padding: 1rem;
}.login_footer_2 .info_item:nth-child(3)::before {
    display: none;
}.login_footer_2 .text_main_holder {
    gap: 3rem;
    flex-direction: column;
    align-items: center;
}.login_footer_2 .head_wrap_3 {
    max-width: 100%;
    align-items: center;
    width: 100%;
    text-align: center;
}.login_footer_2 .music_edu_8 {
    max-width: 500px;
    padding-left: 0;
    text-align: center;
}.login_footer_2 .music_edu_8::before {
    display: none;
}.login_footer_2 .top_sitebar_7 {
    width: 100%;
    max-width: 600px;
}.login_footer_2 .subscribe_holder {
    max-width: 600px;
    width: 100%;
}
}



@media (max-width: 576px) {.login_footer_2 {
    padding: 3rem 0 1.5rem;
}.login_footer_2 .reach_out_8H1Qw {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.login_footer_2 .text_main_holder {
    gap: 2.5rem;
}.login_footer_2 .top_sitebar_7 {
    padding: 1rem;
}.login_footer_2 .top_sitebar_7 h5 {
    text-align: center;
}.login_footer_2 .subscribe_holder {
    padding: 1.5rem;
}.login_footer_2 .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.login_footer_2 .trust_badge_7 {
    margin-top: 2.5rem;
}}



@media screen and (min-width: 992px) {.operation_process_6 {
    padding: 180px 0;
}.operation_process_6::after {
    width: 400px;
    height: 400px;
}.operation_process_6 .who_weare_5 {
    max-width: 75%;
}.operation_process_6 h3 {
    font-size: calc(37px * 1.2);
    margin-bottom: 40px;
}.operation_process_6 p span {
    padding: 45px 55px;
}.operation_process_6 .who_weare_5::before {
    width: 6px;
    left: -40px;
}.operation_process_6 h3::before {
    left: -55px;
    width: 25px;
}.operation_process_6:hover h3::before {
    width: 40px;
}
}



@media (max-width: 768px) {.contact_form_box_4 {
    padding: 60px 0;
}.contact_form_box_4 .feedback_inquiry_4,
    .contact_form_box_4 .message_box_4 {
    padding: 30px;
}.contact_form_box_4 .feedback_inquiry_4 h3,
    .contact_form_box_4 .message_box_4 h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 30px;
}.contact_form_box_4 .feedback_inquiry_4 div {
    margin-bottom: 20px;
}.contact_form_box_4 .message_box_4 input[type="text"],
    .contact_form_box_4 .message_box_4 input[type="email"] {
    padding: 12px 15px;
}.contact_form_box_4 .message_box_4 .support_request_3 {
    padding: 12px 20px;
}
}



@media (min-width: 768px) {.teacher_profile_2 {
    padding: 8rem 0;
}.teacher_profile_2 .client_ratings_2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 2fr;
    gap: 2rem 3rem;
}.teacher_profile_2 .client_ratings_2 > div:first-child {
    grid-row: span 2;
}.teacher_profile_2 .client_ratings_2 > div:nth-child(3) {
    grid-column: 2;
}.teacher_profile_2 .picture_8 {
    min-height: 400px;
    transform: rotateY(-5deg) translateZ(20px);
    height: 100%;
}.teacher_profile_2 .job_timeline_9 {
    font-size: calc(15px + 0.05rem);
}.teacher_profile_2 .name {
    font-size: calc(18px + 0.1rem);
}
}



@media (min-width: 1200px) {.teacher_profile_2 .client_ratings_2 {
    gap: 3rem 4rem;
    grid-template-columns: 1fr 1.8fr;
}.teacher_profile_2 .picture_8 {
    min-height: 500px;
}.teacher_profile_2 .container {
    padding: 0 2rem;
}
}



@media (hover: hover) {.teacher_profile_2 .client_ratings_2 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.teacher_profile_2 .client_ratings_2:hover {
    transform: translateZ(30px) translateY(-5px);
}
}



@media (min-width: 768px) {.tariff_card_6 .fee_plans_7 {
    grid-template-columns: repeat(2, 1fr);
}.tariff_card_6 .training_sub_2 {
    min-height: 480px;
}.tariff_card_6 .fee_options_8 {
    padding: 0 2rem;
}.tariff_card_6 .fee_options_8 h2 {
    font-size: calc(36px * 1.2);
}
}



@media (min-width: 1200px) {.tariff_card_6 .fee_plans_7 {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.tariff_card_6 .plan_options_2 {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0);
}.tariff_card_6 .plan_options_2:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.tariff_card_6 .training_sub_2 {
    min-height: 520px;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}.tariff_card_6 .picture_8 {
    height: 200px;
}.tariff_card_6 .pricing_block_0 {
    font-size: calc(20px * 1.6);
}.tariff_card_6 .fee_options_8 h2 {
    font-size: calc(36px * 1.3);
}}



@media (max-width: 768px) {.future_students_1 {
    padding: 70px 0;
}.future_students_1 h4 {
    margin-bottom: 40px;
    padding-left: 15px;
    font-size: calc(33px * 0.8);
}.future_students_1 div > div {
    margin-left: 30px;
}.future_students_1 div > div::before {
    left: 10px;
}.future_students_1 p {
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 15px;
}.future_students_1 p::before {
    width: 20px;
    left: -20px;
}.future_students_1 p::after {
    width: 14px;
    height: 14px;
    left: -32px;
}.future_students_1 p:nth-child(1) {
    transform: translateX(0);
}.future_students_1 p:nth-child(2) {
    transform: translateX(0);
}.future_students_1 p:nth-child(3) {
    transform: translateX(0);
}.future_students_1 p:nth-child(4) {
    transform: translateX(0);
}.future_students_1 p:nth-child(5) {
    transform: translateX(0);
}.future_students_1 p:nth-child(6) {
    transform: translateX(0);
}.future_students_1 p:hover,
    .future_students_1 p:nth-child(n):hover {
    transform: translateX(5px);
}
}



@media (max-width: 576px) {.future_students_1 {
    padding: 60px 0;
}.future_students_1 h4 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.7);
    border-left-width: 3px;
}.future_students_1 div > div {
    margin-left: 25px;
}.future_students_1 p {
    font-size: calc(13px * 0.9);
    padding: 12px;
    margin-bottom: 15px;
}.future_students_1 p svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}.future_students_1 p::after {
    height: 12px;
    width: 12px;
    border-width: 2px;
}}



@media (max-width: 1200px) {.welcome_board_2 .expert_zone_6 {
    width: 90%;
    padding: 2.5rem;
}.welcome_board_2 .title_style_header {
    max-width: 100%;
}
}



@media (max-width: 992px) {.welcome_board_2 {
    height: 90vh;
}.welcome_board_2 .expert_zone_6 {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.welcome_board_2 h3 {
    max-width: 95%;
}
}



@media (max-width: 576px) {.welcome_board_2 .expert_zone_6 {
    padding: 1.5rem;
}.welcome_board_2 .title_style_header::after {
    height: 3px;
    width: 60px;
}.welcome_board_2 .expert_zone_6::before {
    opacity: 0.4;
}.welcome_board_2 p::before {
    height: 4px;
    width: 4px;
}
}



@media (max-height: 700px) {.welcome_board_2 {
    min-height: 450px;
}.welcome_board_2 .expert_zone_6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}.welcome_board_2 p, .welcome_board_2 h3 {
    margin-bottom: 1rem;
}}



@media (max-width: 992px) {.program_results_1 .main_train_9 {
    grid-template-columns: 1fr;
    gap: 30px;
    grid-template-rows: auto;
}.program_results_1 .picture_8 {
    grid-column: 1;
    min-height: 400px;
    grid-row: 1;
}.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: 1;
    grid-row: auto;
}.program_results_1 .text_main_holder > div:nth-child(2n) {
    transform: translateX(0);
}.program_results_1 .text_main_holder > div:nth-child(2n):hover {
    transform: translateY(-10px);
}
}



@media (max-width: 991px) {header .nav_base_0 svg {
    width: 140px;
}header .top_sitebar_7 {
    padding: 0.5rem;
    gap: 0.4rem;
}header .nav_sitewrap_7 {
    font-size: calc(16px - 1px);
    padding: 0.35rem 0.6rem;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav_base_0 svg {
    width: 120px;
}header .top_sitebar_7 {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.4rem;
}header .top_sitebar_7::-webkit-scrollbar {
    height: 2px;
}header .top_sitebar_7::-webkit-scrollbar-thumb {
    background: rgb(169,170,169);
    border-radius: 10px;
}header .nav_sitewrap_7 {
    flex-shrink: 0;
    white-space: nowrap;
}
}



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

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



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

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

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

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

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



@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.7;
  }
}



@keyframes gradientShift {
  0% {
    opacity: 0.03;
    background-size: 15px 15px;
  }
  100% {
    opacity: 0.07;
    background-size: 20px 20px;
  }
}

