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

html {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(225,195,195);
    scrollbar-width: none;
}

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

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

header,footer {
    width: 100%;
}

header {
    position: fixed;
    transition: all 0.4s ease;
    z-index: 1000;
    top: 0;
    background: linear-gradient(180deg, 
        rgb(225,195,195) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    border-bottom: 1px solid rgb(225,195,195,0.5);
    backdrop-filter: blur(10px);
    width: 100%;
    left: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
}

.get_in_touch_key::after {
    position: absolute;
    height: 100px;
    content: "";
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
}

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

.get_in_touch_key .query_widget_key {
    overflow: hidden;
    border-radius: 10px;
    grid-template-columns: 6fr 4fr;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    display: grid;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.get_in_touch_key .img_preview_key::after {
    width: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    animation: scanLines 5s linear infinite;
    content: "";
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(225,195,195), 0.1) 10px, rgba(rgb(225,195,195), 0.1) 11px);
    top: 0;
    height: 100%;
}

.get_in_touch_key #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.get_in_touch_key h3 {
    color: #ffffff;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
}

.get_in_touch_key input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(225,195,195), 0.2);
    border-color: rgb(225,195,195);
    background: rgba(0, 0, 0, 0.3);
}

.get_in_touch_key input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.get_in_touch_key .reach_request_key input[type="checkbox"] {
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin-top: 2px;
    appearance: none;
    width: 24px;
}

.get_in_touch_key .reach_request_key label {
    line-height: 1.5;
    font-size: calc(12px - 2px);
    color: rgba(255, 255, 255, 0.7);
}

.get_in_touch_key .reach_request_key a {
    color: rgb(225,195,195);
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}

.get_in_touch_key .reach_request_key a::after {
    bottom: -2px;
    background: rgb(225,195,195);
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    width: 100%;
    height: 1px;
}

.get_in_touch_key .inquiry_block_key::before {
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    transition: all 0.5s ease;
}

.get_in_touch_key .inquiry_block_key:hover {
    transform: translateY(-3px);
    background: rgb(202,158,158);
}

.get_in_touch_key svg {
    fill: rgb(225,195,195);
    filter: drop-shadow(0 0 5px rgba(rgb(225,195,195), 0.5));
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
}

.tariff_plan_key {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,228,228) 0%, rgba(245, 247, 252, 1) 100%);
    padding: 100px 0;
}

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

.tariff_plan_key .lesson_plans_key {
    display: flex;
    flex-direction: column-reverse;
}

.tariff_plan_key .plan_cost_key h2 {
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 30px;
}

.tariff_plan_key .fee_pricing_key {
    line-height: 1.6;
    font-size: 15px;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
    margin: 0 auto;
    max-width: 700px;
}

.tariff_plan_key .trial_rates_key {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: block;
    border-radius: 8px;
    color: #000000;
    position: relative;
    text-decoration: none;
}

.tariff_plan_key .tuition_plans_key {
    word-break: break-word;
    position: relative;
    flex: 1;
    padding: 30px;
    z-index: 2;
    display: flex;
    overflow-wrap: break-word;
    white-space: normal;
    flex-direction: column;
}

.tariff_plan_key .trial_rates_key:hover .tuition_plans_key h3 {
    transform: translateX(5px);
}

.tariff_plan_key .monthly_rate_key::before {
    transform: translateX(-10px);
    background: rgb(225,195,195);
    opacity: 0;
    position: absolute;
    width: 10px;
    height: 2px;
    content: "";
    top: 50%;
    transition: all 0.3s ease;
    left: -20px;
}

.tariff_plan_key .img_preview_key {
    height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.6s ease;
}

.tariff_plan_key .img_preview_key::after {
    content: "";
    background: linear-gradient(0deg, rgba(rgb(225,195,195,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100%;
    top: 0;
}

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

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

.client_testimonials_key {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,228,228) 0%, #ffffff 100%);
    padding: 7rem 2rem;
}

.client_testimonials_key .skills_center_key {
    z-index: 1;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
}

.client_testimonials_key h4 {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 4rem;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 31px;
}

.client_testimonials_key h4::after {
    background: rgb(202,158,158);
    width: 40px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    position: absolute;
    bottom: -22px;
    height: 3px;
}

.client_testimonials_key .success_feedback_key::before {
    background: linear-gradient(to bottom, rgb(225,195,195), rgb(202,158,158));
    content: "";
    left: 24px;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 1;
}

.client_testimonials_key .testimonial_space_key {
    position: relative;
    border-radius: 18px;
    width: 100%;
    margin-bottom: 4rem;
    transform: translateX(0);
    background: #ffffff;
    padding: 2rem;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.client_testimonials_key .testimonial_space_key::after {
    background: rgb(225,195,195,0.5);
    content: "";
    position: absolute;
    left: -15px;
    width: 20px;
    height: 2px;
    z-index: 1;
    top: 24px;
}

.client_testimonials_key .testimonial_space_key:hover::before {
    background: rgb(202,158,158);
    transform: scale(1.2);
}

.client_testimonials_key .testimonial_space_key:nth-child(odd) {
    border-right: 3px solid rgb(202,158,158);
    background: linear-gradient(135deg, rgb(242,228,228) 0%, #ffffff 100%);
    align-self: flex-start;
}

.client_testimonials_key .testimonial_space_key:hover .img_preview_key {
    border-color: rgb(225,195,195,0.5);
    transform: scale(1.05);
}

.client_testimonials_key .testimonial_space_key:nth-child(even) .img_preview_key {
    margin-right: 0;
    margin-left: 20px;
    float: right;
}

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

.client_testimonials_key .testimonial_space_key p {
    font-size: 12px;
    clear: both;
    color: #000000;
    margin-top: 1rem;
    line-height: 1.6;
}

footer::before {
    animation: gradientShift 15s ease infinite;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(225,195,195,0.5) 50%, rgb(202,158,158,0.5) 100%);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    backdrop-filter: blur(8px);
    content: "";
    height: 100%;
}

.project_ref_key .container {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
}

.project_ref_key .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(225,195,195,0.5);
}

.project_ref_key .company_holder h3 {
    font-size: calc(29px * 0.85);
    margin-bottom: 1.25rem;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
}

.project_ref_key .company_holder:hover h3::after {
    transform: scaleX(1);
}

.project_ref_key .telegram_ref_key {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 1.6;
    max-width: 450px;
    color: rgba(255, 255, 255, 0.7);
}

.project_ref_key .linkedin_ref_key {
    flex: 1 1 450px;
    position: relative;
}

.project_ref_key .linkedin_ref_key .main_header_key {
    justify-content: flex-end;
}

.project_ref_key .nav_train_key h5 {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1.25rem;
    position: relative;
    font-size: 21px;
    color: #ffffff;
}

.project_ref_key .nav_train_key h5::before {
    left: 0;
    height: 2px;
    bottom: -6px;
    background: rgb(225,195,195);
    transition: width 0.3s ease;
    position: absolute;
    width: 40px;
    content: "";
}

.project_ref_key .nav_train_key a {
    display: block;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.project_ref_key .nav_train_key a:hover {
    transform: translateX(5px);
    color: #ffffff;
}

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

.edu_links_key .stats_tool_key:hover {
    box-shadow: 0 0 15px rgb(225,195,195,0.5);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}



.project_ref_key .main_header_key a::after {
    transform: translateY(-50%) scale(0);
    width: 4px;
    left: -10px;
    border-radius: 50%;
    top: 50%;
    height: 4px;
    background: rgb(225,195,195);
    content: "";
    transition: transform 0.3s ease;
    position: absolute;
}

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

.project_ref_key .company_holder:hover .telegram_ref_key::after {
    border-left-color: rgb(202,158,158,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    border-bottom-color: rgb(202,158,158,0.5);
}

.our_background_key::before {
    position: absolute;
    content: '';
    background: linear-gradient(135deg, rgb(225,195,195,0.5) 0%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
    height: 500px;
    width: 500px;
    animation: pulse 15s infinite alternate;
    right: -100px;
    top: -100px;
}



.our_background_key .container {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.our_background_key h3 {
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-weight: 700;
    position: relative;
    font-size: 37px;
    text-align: center;
    color: #000000;
}

.our_background_key .master_sessions_key {
    background: #ffffff;
    padding: 30px;
    gap: 40px;
    border-radius: 16px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    grid-template-columns: 1fr 1fr;
    display: grid;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

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

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

.our_background_key .learn_skill_key {
    background: #ffffff;
    display: grid;
    padding: 30px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    grid-template-columns: 1fr 1fr;
    border-radius: 16px;
    gap: 40px;
}

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

.our_background_key .learn_skill_key .learning_lab_key::after {
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    background: radial-gradient(circle at top right, rgb(225,195,195,0.5) 0%, transparent 70%);
    z-index: 1;
    left: 0;
    height: 100%;
}



.our_background_key .skills_center_key::before {
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, rgb(225,195,195,0.5), transparent);
    content: '';
    width: 2px;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
}

.our_background_key .learn_skill_key::after {
    top: -40px;
}

.secure_safe_key {
    display: flex;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(225,195,195) 30%, rgb(202,158,158) 100%);
    gap: 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    padding: 20px 40px;
    font-family: Arial, sans-serif;
    width: 100%;
    height: auto;
}

.secure_safe_key h2 {
    border-bottom: 1px solid #ffffff;
    font-size: 31px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 8px;
}

.secure_safe_key ul, .secure_safe_key ol {
    padding: 0;
    list-style: none;
    margin: 20px 0;
    border-left: 2px solid #ffffff;
}

.secure_safe_key li {
    color: #ffffff;
    margin-left: 10px;
    border-bottom: 1px dashed #ffffff;
    padding: 10px 0;
    font-size: 14px;
}

.course_summary_key {
    background: rgb(242,228,228);
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}

.course_summary_key::before {
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.15;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(225,195,195,0.5) 100%),
        linear-gradient(135deg, transparent 45%, rgb(202,158,158,0.5) 100%);
    top: 0;
}

.course_summary_key .class_route_key {
    align-items: center;
    flex-direction: column;
    display: flex;
}

.course_summary_key .textual_box_key {
    transform: translateZ(0);
    z-index: 3;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    clip-path: polygon(
        0% 5%, 
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%
    );
    width: 100%;
    backdrop-filter: blur(10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    padding: 4rem 3rem;
    border-radius: 17px;
}

.course_summary_key .textual_box_key:hover h2::before {
    height: 55px;
    top: -20px;
    left: -20px;
    width: 55px;
}

.course_summary_key .textual_box_key:hover h2::after {
    bottom: -20px;
    width: 55px;
    right: -20px;
    height: 55px;
}

.course_summary_key .description {
    color: #000000;
    margin-left: auto;
    max-width: 85%;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    line-height: 1.9;
    margin-right: auto;
    font-size: 14px;
    margin-bottom: 1.8rem;
}

.course_summary_key .textual_box_key:hover .description:last-of-type {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.course_summary_key .img_preview_key {
    transform: none;
    filter: brightness(0.95) contrast(1.05);
    left: -10%;
    height: 120%;
    z-index: 0;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    top: -10%;
    position: absolute;
    width: 120%;
    border-radius: 0;
}

.course_summary_key .img_preview_key::after {
    z-index: 2;
    width: 150%;
    opacity: 0.3;
    top: -25%;
    left: -25%;
    background: 
        radial-gradient(
            ellipse at center, 
            transparent 30%, 
            rgb(225,195,195,0.5) 70%, 
            rgb(202,158,158,0.5) 100%
        );
    height: 150%;
    animation: rotateGradient 20s infinite linear;
    position: absolute;
    content: "";
}

.course_summary_key .textual_box_key::after {
    position: absolute;
    width: 70%;
    left: -5%;
    bottom: -5%;
    background: rgb(202,158,158,0.5);
    animation: morph 15s linear infinite alternate-reverse;
    opacity: 0.15;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 70%;
    content: "";
    z-index: -1;
}

.teacher_profile_key::after {
    height: 250px;
    z-index: 0;
    content: "";
    width: 250px;
    background: rgb(225,195,195,0.5);
    bottom: -80px;
    filter: blur(60px);
    position: absolute;
    left: -50px;
    transform: rotate(25deg);
}

.teacher_profile_key .testimonial_space_key:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.teacher_profile_key .testimonial_space_key::before {
    content: "";
    transform-origin: left center;
    position: absolute;
    transform: scaleY(0);
    width: 5px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(225,195,195), rgb(202,158,158));
}

.teacher_profile_key .testimonial_space_key:hover .img_preview_key {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.teacher_profile_key .img_preview_key::after {
    background: linear-gradient(135deg, rgb(225,195,195,0.5) 0%, transparent 50%, rgb(202,158,158,0.5) 100%);
    position: absolute;
    content: "";
    opacity: 0;
    height: 100%;
    transition: opacity 0.6s ease;
    left: 0;
    width: 100%;
    top: 0;
}

.teacher_profile_key .testimonial_space_key:hover .name {
    transform: translateX(10px);
}

.teacher_profile_key .name::after {
    bottom: -3px;
    width: 0;
    background: rgb(202,158,158);
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}

.teacher_profile_key .testimonial_space_key > div:nth-child(2) > div {
    font-weight: 600;
    color: #000000;
    padding-left: 0;
    font-size: calc(16px * 0.95);
    margin-bottom: 15px;
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}

.teacher_profile_key .testimonial_space_key:hover .work_insights_key {
    background-position: right center;
}

.teacher_profile_key .work_insights_key::before,
.teacher_profile_key .work_insights_key::after {
    color: rgb(225,195,195,0.5);
    position: absolute;
    font-size: 60px;
    font-family: Georgia, serif;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    line-height: 1;
}

.teacher_profile_key .work_insights_key::before {
    left: -10px;
    transform: translateX(-20px) translateY(-20px) scale(0.8);
    opacity: 0.5;
    top: -10px;
}

.title_opener_key {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.title_opener_key .course_front_key {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    min-height: 650px;
    align-items: center;
    padding: 2rem;
}

.title_opener_key .course_front_key::after {
    left: 0;
    bottom: 0;
    background-size: 20px 20px;
    background-image: 
    linear-gradient(45deg, rgba(rgb(225,195,195,0.5), 0.05) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(rgb(225,195,195,0.5), 0.05) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(rgb(225,195,195,0.5), 0.05) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(rgb(225,195,195,0.5), 0.05) 75%);
    opacity: 0.2;
    z-index: 2;
    content: "";
    right: 0;
    top: 0;
    position: absolute;
}

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

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

.title_opener_key p::before {
    position: absolute;
    content: "";
    width: 10px;
    left: 0;
    background: rgb(202,158,158);
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
}

.title_opener_key .title_style_header {
    font-weight: 700;
    position: relative;
    color: #ffffff;
    transform: translateZ(0);
    line-height: 1.2;
    margin-bottom: 2rem;
    font-size: calc(48px * 1.5);
}

.title_opener_key h3 {
    color: rgb(255, 255, 255, 0.5);
    margin-top: 1rem;
    max-width: 90%;
    font-size: calc(18px * 1.1);
    font-weight: 400;
    border-left: 3px solid rgb(202,158,158);
    padding-left: 20px;
    line-height: 1.5;
    position: relative;
}

.secure_cookies_key {
    margin: auto;
    width: 90%;
    border: 2px solid rgb(225,195,195);
    align-items: center;
    padding: 20px;
    border-radius: 17px;
    background: rgba(0, 0, 0, 0.5);
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}

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

.data_comply_key p {
    margin: 0;
    line-height: 1.5;
    font-size: 12px;
    color: #ffffff;
}

.data_comply_key p a {
    text-decoration: underline;
    color: rgb(225,195,195);
}

.cookie_button.cookie_expand_key {
    margin-right: 10px;
}

#cookie_info_popup_key {
    display: none;
}

#cookie_info_popup_key:checked ~ .cookie_message_alert_key {
    opacity: 0;
    visibility: hidden;
}


.ty_section_key {
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(242,228,228) 0%, rgba(245, 245, 245, 0.9) 100%);
    position: relative;
    perspective: 1000px;
}

.ty_section_key::after {
    height: 100%;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgb(225,195,195,0.5) 0%,
        transparent 70%
    );
    z-index: 0;
    content: "";
    width: 100%;
    right: -50%;
    position: absolute;
    animation: gradientPulse 15s ease-in-out infinite alternate;
    transform: rotate(-15deg) scale(2);
    opacity: 0.15;
}

.ty_section_key h2 {
    transform: translateZ(30px);
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.5px;
    animation: titleEntrance 1.2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    opacity: 0;
    position: relative;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.ty_section_key .skills_center_key {
    margin-top: 20px;
    overflow: hidden;
    padding: 40px;
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
    background: #ffffff;
    opacity: 0;
    position: relative;
    transform: translateZ(15px) rotateX(2deg);
    border-radius: 17px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
}

.ty_section_key ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.ty_section_key li {
    margin-bottom: 15px;
    transform: translateX(-20px);
    border-left: 3px solid rgb(202,158,158);
    border-radius: 0 10px 10px 0;
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    position: relative;
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
    padding: 20px 15px 20px 35px;
    opacity: 0;
}

.ty_section_key span {
    animation: textFadeIn 1s ease-out forwards 0.8s;
    opacity: 0;
    transform: translateY(15px);
    color: #000000;
    font-family: Arial, sans-serif;
    display: block;
    font-size: calc(17px * 1.05);
    line-height: 1.7;
}

header:after {
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.02;
    width: 100%;
    mix-blend-mode: overlay;
    content: '';
    pointer-events: none;
    height: 100%;
}

header .nav_begin_key {
    overflow: hidden;
    position: relative;
}

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

header .container:before {
    pointer-events: none;
    height: 100%;
    opacity: 0.5;
    width: 100%;
    position: absolute;
    mix-blend-mode: overlay;
    content: '';
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
}

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

header .nav_train_key {
    align-items: center;
    display: flex;
    position: relative;
    gap: 30px;
}

header .header_mentor_key {
    text-decoration: none;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 2px;
    position: relative;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    text-shadow: 0 0 1px #ffffff;
}

header .header_mentor_key:before {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(225,195,195,0.5), 
        transparent
    );
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    transform: skewX(-20deg) scale(0.8, 1);
    z-index: -1;
    transition: all 0.4s ease;
    top: 0;
    left: 0;
    opacity: 0;
}

header .header_mentor_key:hover {
    transform: translateY(-2px);
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(225,195,195);
    color: #ffffff;
}

header .main_core_key {
    position: relative;
    justify-content: center;
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
    padding: 5px;
}

header .main_core_key:after {
    content: '';
    opacity: 0;
    top: -5px;
    left: -5px;
    transition: all 0.5s ease;
    border: 1px solid transparent;
    position: absolute;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border-image: linear-gradient(45deg, rgb(225,195,195), rgb(202,158,158), rgb(225,195,195)) 1;
}

header .main_core_key svg {
    height: 45px;
    filter: drop-shadow(0 0 2px rgb(225,195,195,0.5));
    width: auto;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

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

.help_center_key::after {
    width: 60%;
    z-index: 0;
    right: -10%;
    bottom: -10%;
    opacity: 0.05;
    height: 120%;
    content: '';
    transform: rotate(15deg);
    background: linear-gradient(225deg, rgb(202,158,158) 0%, transparent 60%);
    position: absolute;
}

.help_center_key .reach_help_key {
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.help_center_key .reach_help_key:nth-child(1) {
    grid-column: 1 / 3;
    position: relative;
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    grid-row: 1 / 2;
}

.help_center_key .reach_help_key:nth-child(3) {
    transform: translateY(-20px);
    grid-row: 2 / 3;
    z-index: 1;
    grid-column: 1 / 3;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: rgb(225,195,195);
    padding: 40px;
    border-radius: 30px;
}

.help_center_key .get_support_key {
    margin-bottom: 20px;
    color: rgb(202,158,158);
    padding-bottom: 10px;
    font-size: calc(12px * 1.2);
    border-bottom: 1px solid rgb(202,158,158,0.5);
    display: inline-block;
    font-weight: 600;
}

.help_center_key .reach_help_key > p svg {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    width: 22px;
    height: 22px;
}

.help_center_key .reach_help_key > p svg path {
    fill: rgb(225,195,195);
}

.help_center_key .message_us_key {
    border-radius: 10px;
    background: rgb(242,228,228);
    margin-top: 40px;
    position: relative;
    padding: 30px;
}

.help_center_key .message_us_key h3::before {
    width: 10px;
    background: rgb(202,158,158);
    transform: translateY(-50%);
    border-radius: 50%;
    left: 0;
    top: 50%;
    content: '';
    height: 10px;
    position: absolute;
}

.help_center_key .edu_guide_key span:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-left: 3px solid rgb(202,158,158);
    transform: translateY(-3px);
}

.help_center_key .reach_help_key .img_preview_key {
    height: 100%;
    transition: all 0.5s ease;
    width: 100%;
    object-fit: cover;
}

.help_center_key .contact_help_key a {
    text-decoration: none;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 45px;
}

.help_center_key .contact_help_key svg {
    position: absolute;
    top: 0px;
    left: 0;
    width: 28px;
    transition: all 0.3s ease;
    height: 28px;
}

.help_center_key .contact_help_key a span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: calc(12px * 0.85);
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
}

.help_center_key .contact_help_key a:hover p::after {
    width: 100%;
}



::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    animation: shift_scrollbar 5.1s ease 5;
    background: linear-gradient(190deg, #ffffff 69%, rgb(255, 255, 255, 0.5) 16%, rgb(202,158,158) 58%, rgb(202,158,158,0.5) 39%, rgb(225,195,195) 37%, rgb(225,195,195,0.5) 10%, rgb(242,228,228) 47%);
    min-height: 73px;
    transition: background, transform 2.8s ease;
    border-radius: 10.7rem;
}

::-webkit-scrollbar-thumb:active {
    background: rgb(225,195,195,0.5);
}

::-webkit-scrollbar-corner {
    background: #ffffff;
    border: 1px dashed rgb(242,228,228);
    border-radius: 6px;
}



@media (max-width: 576px) {.get_in_touch_key {
    padding: 40px 0;
}.get_in_touch_key .container {
    padding: 0 15px;
}.get_in_touch_key h2 {
    font-size: calc(32px - 6px);
    margin-bottom: 40px;
}.get_in_touch_key h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.get_in_touch_key h2::after {
    width: 50px;
}.get_in_touch_key .reach_card_key {
    padding: 30px 20px 40px;
}.get_in_touch_key #contact {
    gap: 20px;
}.get_in_touch_key .inquiry_block_key {
    width: 100%;
}.get_in_touch_key .img_preview_key {
    min-height: 200px;
}}



@media (min-width: 1200px) {.tariff_plan_key .premium_grid_key {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.tariff_plan_key .program_price_key {
    min-height: 500px;
}.tariff_plan_key .img_preview_key {
    height: 220px;
}.tariff_plan_key .tuition_plans_key h3 {
    font-size: calc(23px + 2px);
}.tariff_plan_key .monthly_rate_key {
    font-size: calc(23px + 6px);
}}



@media (max-width: 992px) {.client_testimonials_key {
    padding: 5rem 1.5rem;
}.client_testimonials_key h4 {
    font-size: calc(31px * 0.9);
}.client_testimonials_key .testimonial_space_key {
    padding: 1.5rem;
}
}



@media (max-width: 992px) {.project_ref_key {
    padding: 3.5rem 0 2rem;
}.project_ref_key .container {
    flex-direction: column;
}.project_ref_key .company_holder {
    margin-right: 0;
    flex: 1 1 100%;
    margin-bottom: 2rem;
}.project_ref_key .linkedin_ref_key {
    flex: 1 1 100%;
}.project_ref_key .linkedin_ref_key .main_header_key {
    justify-content: space-between;
}.project_ref_key .nav_train_key {
    flex: 1 1 calc(50% - 1rem);
}
}



@media (max-width: 768px) {.project_ref_key {
    padding: 3rem 0 1.5rem;
}.project_ref_key::before {
    height: 2px;
}.project_ref_key .company_holder {
    padding: 1.25rem;
}.project_ref_key .nav_train_key {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.project_ref_key .linkedin_ref_key .main_header_key {
    flex-direction: column;
}.edu_links_key {
    padding: 1.25rem 0;
}.edu_links_key::before {
    height: 2px;
}
}



@media (max-width: 576px) {.project_ref_key {
    padding: 2.5rem 0 1rem;
}.project_ref_key .company_holder h3 {
    font-size: calc(29px * 0.75);
}.project_ref_key .telegram_ref_key {
    font-size: calc(14px * 0.9);
}.project_ref_key .nav_train_key h5 {
    font-size: calc(21px * 0.9);
}.project_ref_key .nav_train_key a {
    font-size: calc(14px * 0.9);
}.edu_links_key .stats_tool_key {
    font-size: calc(12px * 0.9);
    padding: 0.4rem 0.8rem;
}}



@media (max-width: 767px) {.our_background_key {
    padding: 40px 0;
}.our_background_key h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 30px;
}.our_background_key .skills_center_key {
    gap: 40px;
}.our_background_key .master_sessions_key,
    .our_background_key .learn_skill_key {
    padding: 20px;
}.our_background_key .master_sessions_key .img_preview_key,
    .our_background_key .learn_skill_key .learning_lab_key {
    min-height: 200px;
}.our_background_key .master_sessions_key span {
    font-size: calc(20px * 0.9);
}.our_background_key .master_sessions_key p,
    .our_background_key .learn_skill_key p {
    padding-left: 15px;
    font-size: calc(13px * 0.95);
}.our_background_key::before,
    .our_background_key::after {
    height: 200px;
    width: 200px;
}
}



@media only screen and (max-width: 800px) {.secure_safe_key {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
}.secure_safe_key h1 {
    font-size: calc(20px - 10px);
}.secure_safe_key h2 {
    font-size: calc(20px - 5px);
}.secure_safe_key ul, .secure_safe_key ol {
    border-left: 1px solid #ffffff;
}.secure_safe_key li {
    font-size: calc(14px - 2px);
}}



@media (max-width: 1200px) {.course_summary_key .textual_box_key {
    max-width: 800px;
    padding: 3.5rem 2.5rem;
}.course_summary_key .img_preview_key {
    width: 130%;
    height: 130%;
}
}



@media (max-width: 992px) {.course_summary_key {
    padding: 5rem 0;
}.course_summary_key .textual_box_key {
    max-width: 700px;
    padding: 3rem 2rem;
}.course_summary_key h2 {
    font-size: 32px;
}.course_summary_key .description {
    max-width: 90%;
    line-height: 1.8;
}.course_summary_key .img_preview_key {
    height: 140%;
    top: -20%;
    width: 140%;
    left: -20%;
}
}



@media (max-width: 576px) {.course_summary_key {
    padding: 3rem 0;
}.course_summary_key .textual_box_key {
    clip-path: polygon(
            0% 2%, 
            2% 0%, 
            98% 0%, 
            100% 2%, 
            100% 98%, 
            98% 100%, 
            2% 100%, 
            0% 98%
        );
    max-width: 95%;
    padding: 2rem 1.2rem;
}.course_summary_key h2 {
    font-size: calc(32px * 0.85);
    margin-bottom: 1.2rem;
}.course_summary_key h2::before,
    .course_summary_key h2::after {
    left: -8px;
    border-width: 2px;
    height: 25px;
    top: -8px;
    width: 25px;
}.course_summary_key h2::after {
    border-width: 2px;
    right: -8px;
    bottom: -8px;
}.course_summary_key .textual_box_key:hover h2::before,
    .course_summary_key .textual_box_key:hover h2::after {
    height: 30px;
    width: 30px;
}.course_summary_key .description {
    line-height: 1.6;
    max-width: 100%;
    font-size: calc(14px * 0.9);
    margin-bottom: 1.2rem;
}.course_summary_key .description:last-of-type {
    border-width: 2px;
    transform: none;
    padding: 0.8rem 1.2rem;
    max-width: 100%;
}.course_summary_key .textual_box_key:hover {
    transform: translateY(-5px);
}.course_summary_key .textual_box_key:hover .description:last-of-type {
    transform: none;
}.course_summary_key .img_preview_key {
    width: 160%;
    height: 160%;
    left: -30%;
    top: -30%;
}.course_summary_key .textual_box_key::before,
    .course_summary_key .textual_box_key::after {
    height: 80%;
    width: 80%;
}}



@media (max-width: 767px) {.teacher_profile_key {
    padding: 80px 0;
}.teacher_profile_key .testimonial_space_key {
    gap: 20px;
    padding: 30px 25px;
}.teacher_profile_key .img_preview_key {
    width: 150px;
    height: 150px;
}.teacher_profile_key .name {
    font-size: 20px;
    text-align: center;
}.teacher_profile_key .testimonial_space_key > div:nth-child(2) {
    text-align: center;
}.teacher_profile_key .testimonial_space_key > div:nth-child(2) > div {
    font-size: calc(16px * 0.9);
}.teacher_profile_key .work_insights_key {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
    padding: 20px 15px;
}}



@media (max-width: 768px) {.title_opener_key .course_front_key {
    padding: 4rem 1rem;
    height: auto;
    min-height: 450px;
}.title_opener_key .study_center_key {
    transform: perspective(1000px) rotateX(1deg);
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}.title_opener_key p {
    font-size: 17px;
    margin-bottom: 1rem;
}.title_opener_key .title_style_header {
    margin-bottom: 1.5rem;
    font-size: 48px;
}.title_opener_key h3 {
    font-size: calc(18px * 0.9);
    max-width: 100%;
}
}



@media (hover: hover) {.title_opener_key .study_center_key:hover {
    transform: perspective(1000px) rotateX(1deg) translateY(-5px);
    transition: transform 0.5s ease;
}}


@media only screen and (max-width: 1200px) {.secure_cookies_key {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.web_cookies_key {
    margin-right: 0;
    margin-bottom: 20px;
}.cookie_show_key {
    width: 100%;
    max-width: 250px;
    margin: 10px 0;
}}



@media (max-width: 768px) {.ty_section_key {
    padding: 50px 0;
}.ty_section_key h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 25px;
}.ty_section_key .skills_center_key {
    padding: 25px;
    transform: translateZ(10px) rotateX(1deg);
}.ty_section_key span {
    font-size: 17px;
}.ty_section_key li {
    padding: 15px 10px 15px 25px;
}
}



@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nav_train_key {
    gap: 20px;
}header .main_core_key svg {
    height: 38px;
}
}



@media (max-width: 767px) {header .nav_train_key {
    -webkit-backdrop-filter: blur(15px);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    max-width: 330px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 85%;
    padding: 85px 30px 30px;
    overflow-y: auto;
    gap: 25px;
    flex-direction: column;
    right: -100%;
    position: fixed;
    height: 100vh;
    z-index: 1001;
    backdrop-filter: blur(15px);
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    top: 0;
}header .nav_train_key:before {
    left: 10%;
    top: 70px;
    height: 1px;
    width: 80%;
    opacity: 0.3;
    animation: none;
}header .nav_train_key:after {
    position: absolute;
    height: 30px;
    opacity: 0.6;
    border: 1px solid rgb(225,195,195,0.5);
    content: '';
    right: 20px;
    top: 20px;
    width: 30px;
    background: transparent;
}header .menu.active {
    right: 0;
}header .header_mentor_key {
    text-align: left;
    padding: 12px 5px;
    opacity: 0.8;
    border-bottom: 1px solid rgb(225,195,195,0.5);
    width: 100%;
}header .header_mentor_key:last-child {
    border-bottom: none;
}header .header_mentor_key:hover {
    opacity: 1;
    transform: translateY(0);
}header .main_core_key {
    margin: 0 auto;
}
}



@media (max-width: 576px) {.help_center_key {
    padding: 40px 0;
}.help_center_key .reach_help_key:nth-child(1) {
    padding: 25px;
}.help_center_key .reach_help_key h2 {
    font-size: calc(31px * 0.9);
}.help_center_key .message_us_key {
    padding: 20px;
}.help_center_key .edu_guide_key {
    flex-direction: column;
}.help_center_key .edu_guide_key span {
    width: 100%;
}.help_center_key .contact_help_key a {
    padding-left: 40px;
}.help_center_key .contact_help_key svg {
    width: 24px;
    height: 24px;
}
}



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



@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

@keyframes float {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}

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



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



@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}



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



@keyframes titleEntrance {
    0% {
        opacity: 0;
        transform: translateY(-30px) translateZ(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}



@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}



@keyframes glowPulse {
    0% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: translate(40%, 40%) scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
}



@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}



@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}



@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(225,195,195), rgb(202,158,158), rgb(225,195,195)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(225,195,195), rgb(202,158,158), rgb(225,195,195)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(225,195,195), rgb(202,158,158), rgb(225,195,195)) 1;
    }
}

