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

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

.wrap-container_key {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}

.project_ref_key {
    flex: 0 0 auto;
}

.project_ref_key {
    position: relative;
    padding: 4.5rem 0 2rem;
}

.top_pro_key {
    flex: 1 0 auto;
}


.get_in_touch_key {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
    background: linear-gradient(120deg, rgb(242,228,228) 0%, #1a1e2e 100%);
}

.get_in_touch_key::before {
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(225,195,195), 0.05) 100%);
}

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

.get_in_touch_key h2 {
    text-transform: uppercase;
    font-size: 32px;
    position: relative;
    margin-bottom: 70px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
}

.get_in_touch_key h2::after {
    content: "";
    width: 70px;
    left: calc(50% - 10px);
    background: rgb(225,195,195);
    position: absolute;
    height: 2px;
    bottom: -20px;
}

.get_in_touch_key .img_preview_key {
    min-height: 100%;
    position: relative;
}

.get_in_touch_key .img_preview_key::before {
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}



.get_in_touch_key .reach_card_key {
    padding: 50px;
    position: relative;
}

.get_in_touch_key .reach_card_key::before {
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    content: "";
}

.get_in_touch_key h3::after {
    background: rgb(225,195,195);
    bottom: -10px;
    content: "";
    width: 50px;
    position: absolute;
    left: 0;
    height: 2px;
}

.get_in_touch_key input[type="text"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    font-size: 12px;
    position: relative;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    padding: 16px 20px;
}

.get_in_touch_key .reach_request_key {
    margin-top: 5px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.get_in_touch_key .reach_request_key input[type="checkbox"]:checked {
    border-color: rgb(225,195,195);
    background: rgb(225,195,195);
}

.get_in_touch_key .reach_request_key input[type="checkbox"]:checked::after {
    height: 10px;
    top: 6px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    left: 9px;
    position: absolute;
    content: "";
    width: 6px;
    border: solid #ffffff;
}

.get_in_touch_key .reach_request_key a:hover {
    color: #ffffff;
}

.get_in_touch_key .reach_request_key a:hover::after {
    background: #ffffff;
}

.get_in_touch_key .inquiry_block_key {
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 16px 35px;
    cursor: pointer;
    align-self: flex-start;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    position: relative;
    margin-top: 10px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    background: rgb(225,195,195);
    font-size: 16px;
    color: #ffffff;
}

.get_in_touch_key .inquiry_block_key:hover::before {
    left: 100%;
}

.get_in_touch_key svg path {
    fill: rgb(225,195,195);
    transition: all 0.3s ease;
}

.get_in_touch_key svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}

.get_in_touch_key svg:hover path {
    fill: #ffffff;
}

.tariff_plan_key::before {
    z-index: 1;
    top: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    pointer-events: none;
}

.tariff_plan_key .plan_cost_key {
    transition: transform 0.5s ease-out;
    margin-bottom: 50px;
    text-align: center;
}

.tariff_plan_key .plan_cost_key h2::after {
    position: absolute;
    background: rgb(225,195,195);
    content: "";
    bottom: -10px;
    width: 80px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
}

.tariff_plan_key .premium_grid_key {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.tariff_plan_key .trial_rates_key:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.tariff_plan_key .program_price_key {
    position: relative;
    flex-direction: column;
    min-height: 450px;
    display: flex;
    overflow: hidden;
    background-color: #ffffff;
}

.tariff_plan_key .tuition_plans_key h3 {
    margin-bottom: 8px;
    position: relative;
    font-size: calc(23px + 2px);
    transform: translateX(0);
    color: #000000;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.tariff_plan_key .monthly_rate_key {
    position: relative;
    color: rgb(225,195,195);
    margin: 15px 0;
    display: inline-block;
    font-size: calc(23px + 4px);
    font-weight: 700;
}

.tariff_plan_key .trial_rates_key:hover .monthly_rate_key::before {
    transform: translateX(0);
    opacity: 1;
}

.tariff_plan_key .tuition_plans_key p {
    line-height: 1.6;
    white-space: normal;
    margin-top: 15px;
    overflow-wrap: break-word;
    flex: 1;
    color: #000000;
    word-break: break-word;
    font-size: 15px;
}

.tariff_plan_key .trial_rates_key:hover .img_preview_key {
    transform: scale(1.05);
}

.tariff_plan_key .trial_rates_key:nth-child(odd) .program_price_key {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}

.tariff_plan_key .trial_rates_key:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}

.tariff_plan_key .trial_rates_key:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}

.tariff_plan_key .trial_rates_key:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

.client_testimonials_key::before {
    z-index: 0;
    position: absolute;
    opacity: 0.07;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(45deg, rgb(225,195,195,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(225,195,195,0.5) 25%, transparent 25%);
    background-size: 60px 60px;
}

.client_testimonials_key h4::before {
    background: rgb(225,195,195);
    left: 50%;
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    bottom: -15px;
}

.client_testimonials_key .success_feedback_key {
    flex-direction: column;
    position: relative;
    display: flex;
    padding-left: 50px;
}

.client_testimonials_key .success_feedback_key::after {
    z-index: 2;
    background: rgb(202,158,158);
    bottom: 0;
    position: absolute;
    left: 20px;
    width: 10px;
    content: "";
    height: 10px;
    border-radius: 50%;
}

.client_testimonials_key .testimonial_space_key:last-child {
    margin-bottom: 0;
}

.client_testimonials_key .testimonial_space_key::before {
    border-radius: 50%;
    left: -65px;
    transition: all 0.3s ease;
    border: 3px solid #ffffff;
    position: absolute;
    top: 20px;
    width: 16px;
    content: "";
    z-index: 2;
    background: rgb(225,195,195);
    box-shadow: 0 0 0 3px rgb(225,195,195,0.5);
    height: 16px;
}

.client_testimonials_key .testimonial_space_key:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.client_testimonials_key .testimonial_space_key:nth-child(even) {
    align-self: flex-end;
    border-left: 3px solid rgb(225,195,195);
    background: linear-gradient(135deg, #ffffff 0%, rgb(242,228,228) 100%);
}

.client_testimonials_key .testimonial_space_key .img_preview_key {
    height: 70px;
    border-radius: 50%;
    margin-right: 20px;
    float: left;
    border: 3px solid #ffffff;
    transition: all 0.3s ease;
    width: 70px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.client_testimonials_key .testimonial_space_key span {
    font-weight: 600;
    color: #000000;
    padding-top: 10px;
    display: block;
    font-size: 18px;
    margin-bottom: 0.5rem;
}

.client_testimonials_key .testimonial_space_key:nth-child(even) p {
    text-align: right;
}

footer {
    color: #ffffff;
    z-index: 1;
    font-family: Arial, sans-serif;
    position: relative;
}

.project_ref_key::before {
    top: 0;
    left: 0;
    animation: shimmer 8s linear infinite;
    height: 1px;
    right: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(225,195,195) 25%, 
                #ffffff 50%, 
                rgb(202,158,158) 75%, 
                transparent 100%);
    position: absolute;
    content: "";
}

.project_ref_key .company_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-right: 2rem;
    transform: translateY(0);
    backdrop-filter: blur(15px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    flex: 1 1 350px;
    border-radius: 24px;
}

.project_ref_key .company_holder h3::after {
    background: linear-gradient(to right, rgb(225,195,195), rgb(202,158,158));
    transform-origin: left;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -8px;
    transform: scaleX(0.3);
    height: 2px;
    transition: transform 0.5s ease;
}

.project_ref_key .main_header_key {
    flex-wrap: wrap;
    gap: 1.5rem;
    display: flex;
}

.project_ref_key .nav_train_key {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    flex: 1 1 200px;
    padding: 1.5rem;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border-radius: 24px;
    transition: all 0.3s ease;
}

.project_ref_key .nav_train_key:hover h5::before {
    width: 100%;
}

.project_ref_key .nav_train_key .main_header_key {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
}

.project_ref_key .nav_train_key a::before {
    width: 0;
    z-index: -1;
    content: "";
    position: absolute;
    height: 1px;
    transition: width 0.3s ease;
    bottom: 0;
    background: linear-gradient(to right, rgb(225,195,195), rgb(202,158,158));
    left: 0;
}

.project_ref_key .nav_train_key a:hover::before {
    width: 100%;
}

.edu_links_key {
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
}

.edu_links_key .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.edu_links_key .stats_tool_key {
    font-size: 12px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    padding: 0.5rem 1rem;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    position: relative;
}

.project_ref_key .main_header_key a:hover::after {
    transform: translateY(-50%) scale(1);
}

.project_ref_key .telegram_ref_key::before {
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    width: 0;
    top: -10px;
    content: "";
    border: 1px solid transparent;
    position: absolute;
    left: -10px;
    height: 0;
}

.project_ref_key .company_holder:hover .telegram_ref_key::before {
    border-right-color: rgb(225,195,195,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-top-color: rgb(225,195,195,0.5);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}

.our_background_key {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: rgb(242,228,228);
}

.our_background_key::after {
    bottom: -100px;
    animation: pulse 12s infinite alternate-reverse;
    border-radius: 50%;
    left: -100px;
    z-index: -1;
    height: 400px;
    width: 400px;
    position: absolute;
    background: linear-gradient(225deg, rgb(202,158,158,0.5) 0%, transparent 70%);
    content: '';
}

.our_background_key .skills_center_key {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 60px;
}

.our_background_key h3::after {
    content: '';
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
    height: 4px;
    left: 50%;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(to right, rgb(225,195,195), rgb(202,158,158));
}

.our_background_key .master_sessions_key:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.our_background_key .master_sessions_key span {
    font-weight: 600;
    color: rgb(225,195,195);
    margin-bottom: 15px;
    font-size: 20px;
    grid-column: 1 / 2;
    display: block;
}

.our_background_key .master_sessions_key .img_preview_key {
    transition: transform 0.5s ease;
    grid-row: 1 / 3;
    position: relative;
    border-radius: 16px;
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    min-height: 300px;
    height: 100%;
    grid-column: 2 / 3;
}

.our_background_key .master_sessions_key .img_preview_key:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our_background_key .learn_skill_key:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.our_background_key .learn_skill_key p {
    margin-bottom: 0;
    line-height: 1.7;
    padding-left: 20px;
    border-left: 3px solid rgb(225,195,195);
    color: #000000;
    font-size: 13px;
    grid-column: 1 / 2;
    position: relative;
}

.our_background_key .learn_skill_key .learning_lab_key::before {
    width: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    height: 100%;
}

.our_background_key .learn_skill_key .learning_lab_key:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our_background_key .img_preview_key::after {
    background: rgb(202,158,158);
    border-radius: 50%;
    animation: float 3s infinite alternate;
    content: '';
    opacity: 0.7;
    top: -10px;
    z-index: 2;
    right: -10px;
    position: absolute;
    height: 60px;
    width: 60px;
}

.our_background_key .master_sessions_key::after,
.our_background_key .learn_skill_key::after {
    z-index: 3;
    height: 20px;
    content: '';
    background: #ffffff;
    transform: translateX(-50%);
    border-radius: 50%;
    position: absolute;
    border: 3px solid rgb(225,195,195);
    width: 20px;
    left: 50%;
}

.our_background_key .master_sessions_key::after {
    bottom: -40px;
}

.secure_safe_key h1 {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 41px;
    border-bottom: 2px solid #ffffff;
    font-weight: 700;
    color: #ffffff;
}

.secure_safe_key h3, .secure_safe_key h4, .secure_safe_key h5, .secure_safe_key h6 {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
}

.secure_safe_key section {
    color: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
}

.secure_safe_key p, .secure_safe_key span, .secure_safe_key div {
    line-height: 1.6;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 15px;
}

.course_summary_key::after {
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    background: 
        repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px);
    position: absolute;
    z-index: 0;
    opacity: 0.05;
    content: "";
}

.course_summary_key .textual_box_key:hover {
    transform: translateY(-8px);
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.18);
}

.course_summary_key h2 {
    font-size: calc(32px * 1.2);
    margin-bottom: 1.8rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #000000;
}

.course_summary_key h2::before {
    position: absolute;
    height: 45px;
    transition: all 0.5s ease;
    width: 45px;
    left: -15px;
    border-left: 3px solid rgb(225,195,195);
    top: -15px;
    opacity: 0.7;
    border-top: 3px solid rgb(225,195,195);
    content: "";
}

.course_summary_key h2::after {
    right: -15px;
    position: absolute;
    transition: all 0.5s ease;
    width: 45px;
    border-right: 3px solid rgb(202,158,158);
    opacity: 0.7;
    bottom: -15px;
    content: "";
    height: 45px;
    border-bottom: 3px solid rgb(202,158,158);
}

.course_summary_key .description:last-of-type {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-left: 3px solid rgb(225,195,195);
    padding: 1.2rem 1.8rem;
    border-right: 3px solid rgb(202,158,158);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    font-weight: 600;
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 10px;
    max-width: 90%;
}

.course_summary_key .img_preview_key::before {
    opacity: 0.85;
    position: absolute;
    z-index: 1;
    background: 
        radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
}



.course_summary_key .textual_box_key::before {
    width: 70%;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: morph 15s linear infinite alternate;
    content: "";
    top: -5%;
    right: -5%;
    z-index: -1;
    opacity: 0.15;
    background: rgb(225,195,195,0.5);
    height: 70%;
}

.teacher_profile_key {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(242,228,228) 0%, rgb(225,195,195,0.5) 100%);
}

.teacher_profile_key::before {
    filter: blur(80px);
    height: 300px;
    z-index: 0;
    position: absolute;
    right: -50px;
    transform: rotate(-15deg);
    content: "";
    top: -50px;
    background: rgb(202,158,158,0.5);
    width: 300px;
}

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

.teacher_profile_key .testimonial_space_key {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    gap: 30px;
    transform: perspective(1000px) rotateY(2deg);
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 40px;
    grid-template-columns: 1fr;
}

.teacher_profile_key .testimonial_space_key:hover::before {
    transform: scaleY(1);
}

.teacher_profile_key .img_preview_key {
    border: 3px solid #ffffff;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.teacher_profile_key .testimonial_space_key:hover .img_preview_key::after {
    opacity: 0.4;
}

.teacher_profile_key .name {
    position: relative;
    display: inline-block;
    margin: 0 0 5px 0;
    font-weight: 700;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    color: rgb(225,195,195);
    font-size: calc(20px * 1.1);
}

.teacher_profile_key .testimonial_space_key:hover .name::after {
    width: 100%;
}

.teacher_profile_key .testimonial_space_key:hover > div:nth-child(2) > div {
    padding-left: 10px;
}

.teacher_profile_key .work_insights_key {
    font-size: 16px;
    background-size: 200% 100%;
    color: #000000;
    border-radius: 10px;
    background: linear-gradient(to right, #ffffff, rgb(242,228,228), #ffffff);
    line-height: 1.8;
    position: relative;
    padding: 25px 20px;
    transition: background-position 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0;
}

.teacher_profile_key .work_insights_key::after {
    bottom: -30px;
    transform: translateX(20px) translateY(20px) scale(0.8);
    opacity: 0.5;
    content: "";
    right: -10px;
}

.teacher_profile_key .testimonial_space_key:hover .work_insights_key::before {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}

.teacher_profile_key .testimonial_space_key:hover .work_insights_key::after {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}

.title_opener_key .course_front_key::before {
    content: "";
    right: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.4) 100%);
    bottom: 0;
}

.title_opener_key .study_center_key {
    padding: 3rem;
    max-width: 900px;
    position: relative;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
    z-index: 3;
    background: linear-gradient(120deg, rgba(rgba(0, 0, 0, 0.5), 0.7), rgba(rgba(0, 0, 0, 0.5), 0.4));
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.title_opener_key .study_center_key > div {
    animation: fadeSlideUp 0.8s forwards;
    opacity: 0;
}

.title_opener_key .study_center_key > div:nth-child(2) {
    animation-delay: 0.5s;
}

.title_opener_key p {
    position: relative;
    letter-spacing: 1px;
    padding-left: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.6;
    font-size: calc(17px * 1.2);
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    color: rgb(202,158,158);
}

.title_opener_key .title_style_header::after {
    transform-origin: left;
    width: 80px;
    bottom: -15px;
    height: 4px;
    background: rgb(225,195,195);
    position: absolute;
    left: 0;
    content: "";
    animation-delay: 1s;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.cookie_message_alert_key {
    border-top: 3px solid rgb(225,195,195);
    z-index: 100;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    display: flex;
    padding: 20px 0;
    width: 100%;
    background: rgb(242,228,228);
    bottom: 0;
    justify-content: center;
}

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

.web_cookies_key svg {
    height: 50px;
    fill: rgb(225,195,195);
    width: 50px;
}

.data_comply_key h5 {
    font-size: 18px;
    color: rgb(225,195,195);
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

.cookie_show_key {
    cursor: pointer;
    flex-shrink: 0;
    text-decoration: none;
    background: rgb(225,195,195);
    min-width: 120px;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
    text-align: center;
    color: #ffffff;
    font-size: 19px;
}

.ty_section_key::before {
    opacity: 0.1;
    animation: patternMove 30s linear infinite;
    position: absolute;
    left: 0;
    width: 100%;
    transform: translateZ(-20px);
    height: 100%;
    z-index: 1;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(202,158,158,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(202,158,158,0.5) 11px
    );
    top: 0;
    pointer-events: none;
}

.ty_section_key .container {
    z-index: 10;
    max-width: 1200px;
    position: relative;
    transform-style: preserve-3d;
    padding: 0 20px;
    margin: 0 auto;
}

.ty_section_key h2::after {
    height: 3px;
    position: absolute;
    left: 50%;
    opacity: 0;
    transform-origin: center;
    background: linear-gradient(90deg, transparent, rgb(202,158,158), transparent);
    content: "";
    transform: translateX(-50%);
    width: 150px;
    animation: underlineExpand 1.5s ease-out forwards 0.5s;
    bottom: -15px;
}

.ty_section_key .skills_center_key::before {
    top: 0;
    opacity: 0.1;
    z-index: -1;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, rgb(202,158,158,0.5) 0%, transparent 70%);
    left: 0;
    position: absolute;
}

.ty_section_key .skills_center_key::after {
    right: 0;
    width: 180px;
    z-index: -1;
    transform: translate(40%, 40%);
    position: absolute;
    bottom: 0;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgb(225,195,195,0.5), transparent 70%);
    animation: glowPulse 8s ease-in-out infinite alternate;
    content: "";
    opacity: 0.2;
}

.ty_section_key li::before {
    border-radius: 50%;
    top: 50%;
    border: 3px solid rgb(202,158,158);
    height: 15px;
    width: 15px;
    box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb, 0, 120, 200), 0.1);
    animation: pulseDot 3s infinite;
    left: -9px;
    position: absolute;
    background-color: #ffffff;
    transform: translateY(-50%);
    content: "";
}

header:before {
    height: 100%;
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(225,195,195,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(202,158,158,0.5) 0%, transparent 25%);
    position: absolute;
    pointer-events: none;
    content: '';
    top: 0;
    opacity: 0.1;
}

header .nav_begin_key:before {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(225,195,195) 25%,
        #ffffff 50%,
        rgb(225,195,195) 75%,
        transparent 100%
    );
    position: absolute;
    animation: scanlineGlow 4s linear infinite;
    height: 1px;
    left: -50%;
    content: '';
    width: 200%;
    box-shadow: 0 0 15px rgb(225,195,195), 0 0 35px rgb(225,195,195);
    bottom: 0;
    opacity: 0.7;
}

header .top_expert_key {
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
}

header .top_expert_key:after {
    background: rgb(202,158,158);
    top: 50%;
    height: 20px;
    opacity: 0.3;
    content: '';
    transform: translateY(-50%);
    right: -10px;
    width: 20px;
    animation: breathe 5s infinite alternate-reverse;
    border-radius: 50%;
    filter: blur(15px);
    position: absolute;
}

header .nav_train_key:before {
    opacity: 0.15;
    transform: translateX(-100%);
    top: -5%;
    left: -5%;
    animation: menuGlow 10s infinite ease-in-out;
    filter: blur(5px);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(225,195,195,0.5), 
        transparent
    );
    width: 110%;
    position: absolute;
    height: 110%;
    content: '';
}

header .header_mentor_key:after {
    width: 0;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
        rgb(225,195,195),
        #ffffff 50%,
        rgb(225,195,195)
    );
    position: absolute;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 50%;
    bottom: -2px;
    filter: blur(0.5px);
    content: '';
    height: 2px;
    opacity: 0.8;
}

header .header_mentor_key:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}

header .header_mentor_key:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(225,195,195),
        0 0 10px rgb(225,195,195);
}

header .main_core_key:before {
    position: absolute;
    background: radial-gradient(circle, 
        rgb(225,195,195,0.5) 0%, 
        transparent 70%
    );
    top: 50%;
    content: '';
    height: 150%;
    width: 150%;
    transition: opacity 0.5s ease;
    opacity: 0;
    transform: translate(-50%, -50%);
    left: 50%;
}

header .main_core_key:hover:before {
    opacity: 0.3;
}

header .main_core_key:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}

header .main_core_key:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(225,195,195));
}

header .main_core_key:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

.help_center_key::before {
    background: linear-gradient(45deg, rgb(225,195,195) 0%, transparent 60%);
    opacity: 0.05;
    height: 120%;
    content: '';
    z-index: 0;
    width: 60%;
    position: absolute;
    transform: rotate(-15deg);
    top: -10%;
    left: -10%;
}

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

.help_center_key .contact_team_key {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-rows: auto;
    gap: 40px;
}

.help_center_key .reach_help_key:nth-child(1)::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    left: 0;
    background: linear-gradient(90deg, rgb(225,195,195) 0%, rgb(202,158,158) 100%);
    top: 0;
}

.help_center_key .reach_help_key:nth-child(2) {
    border-radius: 30px;
    grid-row: 1 / 3;
    transform: translateY(0);
    min-height: 400px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    grid-column: 3 / 4;
}

.help_center_key .reach_help_key h2 {
    color: rgb(225,195,195);
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 31px;
}

.help_center_key .info_request_key {
    margin-bottom: 30px;
    color: #000000;
    max-width: 90%;
    line-height: 1.7;
}

.help_center_key .reach_help_key > p {
    padding-left: 35px;
    display: flex;
    position: relative;
    align-items: center;
    color: #000000;
    margin-bottom: 15px;
}

.help_center_key .reach_help_key > p span {
    margin-left: 5px;
    font-weight: 600;
    color: rgb(225,195,195);
}

.help_center_key .message_us_key h3 {
    font-weight: 600;
    font-size: 20px;
    padding-left: 20px;
    color: rgb(225,195,195);
    margin-bottom: 20px;
    position: relative;
}

.help_center_key .edu_guide_key {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.help_center_key .edu_guide_key span {
    padding: 12px 20px;
    background: #ffffff;
    transition: all 0.3s ease;
    font-size: 12px;
    border-radius: 10px;
    border-left: 3px solid transparent;
    font-weight: 400;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.help_center_key .reach_help_key:hover .img_preview_key {
    transform: scale(1.05);
}

.help_center_key .contact_help_key {
    gap: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

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

.help_center_key .contact_help_key a:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.help_center_key .contact_help_key svg path {
    fill: #ffffff;
}

.help_center_key .contact_help_key a p {
    font-weight: 600;
    color: #ffffff;
    font-size: 12px;
    position: relative;
    margin-bottom: 0;
}

.help_center_key .contact_help_key a p::after {
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
    left: 0;
    width: 0;
    background: #ffffff;
    bottom: -5px;
    content: '';
}


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


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



@media (max-width: 992px) {.get_in_touch_key {
    padding: 70px 0;
}.get_in_touch_key .query_widget_key {
    grid-template-columns: 1fr;
}.get_in_touch_key .img_preview_key {
    min-height: 300px;
}.get_in_touch_key .reach_card_key {
    padding: 40px 30px 50px;
}
}



@media (max-width: 768px) {.get_in_touch_key {
    padding: 50px 0;
}.get_in_touch_key h2 {
    margin-bottom: 50px;
    font-size: calc(32px - 4px);
}.get_in_touch_key .img_preview_key {
    min-height: 250px;
}
}



@media (min-width: 768px) {.tariff_plan_key .premium_grid_key {
    grid-template-columns: repeat(2, 1fr);
}.tariff_plan_key .plan_cost_key {
    margin-bottom: 60px;
}.tariff_plan_key .tuition_plans_key h3 {
    font-size: 23px;
}.tariff_plan_key .monthly_rate_key {
    font-size: calc(23px + 2px);
}.tariff_plan_key .tuition_plans_key p {
    font-size: calc(15px - 1px);
}
}



@media (min-width: 992px) {.tariff_plan_key .lesson_plans_key {
    gap: 50px;
    flex-direction: row;
    align-items: center;
}.tariff_plan_key .plan_cost_key {
    flex: 0 0 30%;
    text-align: left;
    margin-bottom: 0;
}.tariff_plan_key .plan_cost_key h2::after {
    transform: none;
    left: 0;
}.tariff_plan_key .premium_grid_key {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}.tariff_plan_key .tuition_plans_key {
    padding: 35px;
}
}



@media (max-width: 768px) {.client_testimonials_key {
    padding: 4rem 1rem;
}.client_testimonials_key .success_feedback_key {
    padding-left: 30px;
}.client_testimonials_key .success_feedback_key::before {
    left: 14px;
}.client_testimonials_key .success_feedback_key::after {
    left: 10px;
}.client_testimonials_key .testimonial_space_key::before {
    height: 14px;
    width: 14px;
    left: -45px;
}.client_testimonials_key h4 {
    font-size: calc(31px * 0.8);
    margin-bottom: 3rem;
}.client_testimonials_key .testimonial_space_key:nth-child(even),
    .client_testimonials_key .testimonial_space_key:nth-child(odd) {
    align-self: auto;
    width: 100%;
}.client_testimonials_key .testimonial_space_key .img_preview_key {
    margin: 0 auto 1rem;
    float: none;
}.client_testimonials_key .testimonial_space_key:nth-child(even) .img_preview_key {
    margin: 0 auto 1rem;
    float: none;
}.client_testimonials_key .testimonial_space_key span,
    .client_testimonials_key .testimonial_space_key:nth-child(even) span {
    text-align: center;
    padding-top: 0;
}.client_testimonials_key .testimonial_space_key p,
    .client_testimonials_key .testimonial_space_key:nth-child(even) p {
    text-align: center;
}}



@media (max-width: 991px) {.our_background_key {
    padding: 60px 0;
}.our_background_key .master_sessions_key,
    .our_background_key .learn_skill_key {
    grid-template-columns: 1fr;
    gap: 30px;
}.our_background_key .master_sessions_key span,
    .our_background_key .master_sessions_key p,
    .our_background_key .learn_skill_key p {
    grid-column: 1 / 2;
}.our_background_key .master_sessions_key .img_preview_key,
    .our_background_key .learn_skill_key .learning_lab_key {
    grid-column: 1 / 2;
    grid-row: auto;
    min-height: 250px;
}.our_background_key .skills_center_key::before {
    left: 20px;
}.our_background_key .master_sessions_key::after,
    .our_background_key .learn_skill_key::after {
    transform: none;
    left: 20px;
}
}



@media (max-width: 480px) {.our_background_key {
    padding: 30px 0;
}.our_background_key h3 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(37px * 0.8);
}.our_background_key h3::after {
    width: 60px;
    height: 3px;
}.our_background_key .skills_center_key {
    gap: 30px;
}.our_background_key .master_sessions_key,
    .our_background_key .learn_skill_key {
    padding: 15px;
    gap: 20px;
}.our_background_key .master_sessions_key .img_preview_key,
    .our_background_key .learn_skill_key .learning_lab_key {
    min-height: 180px;
}.our_background_key .master_sessions_key span {
    margin-bottom: 10px;
}.our_background_key .master_sessions_key p,
    .our_background_key .learn_skill_key p {
    padding-left: 10px;
}.our_background_key .master_sessions_key::after,
    .our_background_key .learn_skill_key::after {
    width: 15px;
    height: 15px;
}.our_background_key::before,
    .our_background_key::after {
    width: 150px;
    height: 150px;
}}



@media (max-width: 768px) {.course_summary_key {
    padding: 4rem 0;
}.course_summary_key .textual_box_key {
    max-width: 90%;
    clip-path: polygon(
            0% 3%, 
            3% 0%, 
            97% 0%, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0% 97%
        );
    padding: 2.5rem 1.5rem;
}.course_summary_key h2 {
    font-size: calc(32px * 0.95);
}.course_summary_key h2::before,
    .course_summary_key h2::after {
    width: 35px;
    top: -10px;
    left: -10px;
    height: 35px;
}.course_summary_key h2::after {
    bottom: -10px;
    right: -10px;
}.course_summary_key .textual_box_key:hover h2::before,
    .course_summary_key .textual_box_key:hover h2::after {
    width: 40px;
    height: 40px;
}.course_summary_key .description {
    max-width: 95%;
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.course_summary_key .description:last-of-type {
    padding: 1rem 1.5rem;
    max-width: 95%;
}.course_summary_key .img_preview_key {
    height: 150%;
    width: 150%;
}
}



@media (min-width: 768px) {.teacher_profile_key .testimonial_space_key {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
    gap: 25px 40px;
}.teacher_profile_key .testimonial_space_key > div:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
    grid-row: 1 / 3;
}.teacher_profile_key .testimonial_space_key > div:nth-child(2) {
    align-self: end;
}.teacher_profile_key .testimonial_space_key > div:nth-child(3) {
    grid-column: 2 / 3;
}.teacher_profile_key .img_preview_key {
    height: 200px;
    width: 200px;
}
}



@media (min-width: 992px) {.teacher_profile_key {
    padding: 150px 0;
}.teacher_profile_key .testimonial_space_key {
    gap: 30px 60px;
    padding: 60px;
    transform: perspective(1500px) rotateY(3deg);
}.teacher_profile_key .img_preview_key {
    height: 240px;
    width: 240px;
}.teacher_profile_key .name {
    font-size: calc(20px * 1.2);
}.teacher_profile_key .testimonial_space_key > div:nth-child(2) > div {
    font-size: 16px;
}.teacher_profile_key .work_insights_key {
    font-size: calc(16px * 1.05);
    padding: 30px 25px;
    line-height: 1.9;
}
}



@media (max-width: 1200px) {.title_opener_key .course_front_key {
    min-height: 550px;
}.title_opener_key .study_center_key {
    max-width: 800px;
    padding: 2.5rem;
}.title_opener_key .title_style_header {
    font-size: calc(48px * 1.3);
}
}



@media (max-width: 992px) {.title_opener_key .course_front_key {
    min-height: 500px;
}.title_opener_key .study_center_key {
    max-width: 700px;
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.title_opener_key .title_style_header {
    font-size: calc(48px * 1.1);
}.title_opener_key h3 {
    font-size: 18px;
    max-width: 95%;
}
}



@media (max-width: 576px) {.title_opener_key .course_front_key {
    padding: 3rem 1rem;
    min-height: auto;
}.title_opener_key .study_center_key {
    transform: none;
    padding: 1.2rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.title_opener_key .title_style_header {
    font-size: calc(28px * 0.9);
}.title_opener_key p {
    font-size: calc(17px * 0.9);
}.title_opener_key h3 {
    border-left: 2px solid rgb(202,158,158);
    padding-left: 15px;
    font-size: calc(17px * 1.1);
}.title_opener_key .title_style_header::after {
    bottom: -10px;
    height: 3px;
}
}



@media (max-width: 992px) {.ty_section_key {
    padding: 60px 0;
}.ty_section_key h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 30px;
}.ty_section_key .skills_center_key {
    padding: 30px;
}
}



@media (max-width: 576px) {.ty_section_key {
    padding: 40px 0;
}.ty_section_key h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 20px;
    line-height: 1.5;
}.ty_section_key h2::after {
    width: 100px;
    bottom: -10px;
}.ty_section_key .skills_center_key {
    padding: 20px;
    margin-top: 15px;
    transform: translateZ(5px) rotateX(0.5deg);
}.ty_section_key li {
    margin-bottom: 10px;
    padding: 12px 10px 12px 20px;
}.ty_section_key li::before {
    height: 12px;
    left: -7px;
    width: 12px;
}.ty_section_key span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .main_core_key svg {
    height: 35px;
}header .nav_train_key {
    width: 100%;
    max-width: 100%;
}}



@media (max-width: 1200px) {.help_center_key {
    padding: 100px 0;
}.help_center_key .reach_help_key:nth-child(1) {
    padding: 40px;
}.help_center_key .reach_help_key:nth-child(3) {
    padding: 30px;
}
}



@media (max-width: 992px) {.help_center_key {
    padding: 80px 0;
}.help_center_key .contact_team_key {
    grid-template-columns: 1fr;
}.help_center_key .reach_help_key:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    transform: translateY(0);
}.help_center_key .reach_help_key:nth-child(2) {
    height: 300px;
    grid-row: 1 / 2;
    grid-column: 1 / -1;
    transform: translateY(0);
}.help_center_key .reach_help_key:nth-child(3) {
    grid-row: 3 / 4;
    transform: translateY(0);
    grid-column: 1 / -1;
}.help_center_key .info_request_key {
    max-width: 100%;
}
}



@media (max-width: 768px) {.help_center_key {
    padding: 60px 0;
}.help_center_key .reach_help_key:nth-child(1) {
    padding: 30px;
}.help_center_key .reach_help_key:nth-child(3) {
    padding: 25px;
}.help_center_key .message_us_key {
    padding: 25px;
    margin-top: 30px;
}.help_center_key .contact_help_key {
    gap: 25px;
}
}

@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

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



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



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



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

@keyframes pulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1) rotate(15deg);
        opacity: 0.7;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.5;
    }
}



@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    25% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 40% 30% 70%;
    }
    100% {
        border-radius: 60% 40% 60% 40% / 50% 60% 40% 50%;
    }
}



@keyframes gradientPulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-14deg) scale(2.1);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
}



@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}



@keyframes itemSlideIn {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



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



@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}



@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}



@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}



@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

