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

.hackathon_5 {
    flex: 0 0 auto;
}

.hackathon_5 {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    padding: 60px 0;
    z-index: 2;
}

.contact_us_p h2 {
    border-bottom: 3px solid rgb(147,161,148);
    font-size: 37px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    color: #000000;
    padding-bottom: 15px;
}

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

.contact_us_p input[type="text"] {
    width: 100%;
    border-left: 3px solid rgb(147,161,148);
    font-size: 17px;
    color: #000000;
    border-radius: 0 10px 10px 0;
    border: none;
    background: rgb(195,200,173);
    transition: all 0.3s ease;
    padding: 15px 20px;
}

.contact_us_p .feedback_card_m input[type="checkbox"]:checked {
    border-color: rgb(147,161,148);
    background: rgb(147,161,148);
}

.contact_us_p .feedback_card_m a {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: rgb(147,161,148);
}

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

.privacy_cordon_T::after {
    position: absolute;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    z-index: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(rgb(147,161,148,0.5), 0.03), transparent);
    right: 0;
    height: 100%;
    content: "";
    width: 30%;
}

.privacy_cordon_T h2 {
    font-size: 37px;
    position: relative;
    font-weight: 600;
    transform: translateY(10px);
    color: #000000;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    opacity: 0;
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
}

.privacy_cordon_T p strong {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
}

.privacy_cordon_T span {
    margin-bottom: 1.5rem;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    opacity: 0;
    display: block;
    transform: translateY(10px);
    color: #000000;
    line-height: 1.75;
    font-size: 14px;
    padding-left: 1rem;
    position: relative;
}

.privacy_cordon_T li:last-child {
    margin-bottom: 0;
}

.privacy_cordon_T li::before {
    width: 8px;
    height: 8px;
    background: rgb(104,111,103);
    left: 0;
    content: "";
    transform: rotate(45deg);
    border-radius: 1px;
    position: absolute;
    top: 0.5rem;
}

.welcome_page_4 .study_tools_y {
    max-width: 1200px;
    width: 90%;
    z-index: 2;
    padding: 2rem;
    position: relative;
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
}

.welcome_page_4 .achieve_goals_c {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.welcome_page_4 .achieve_goals_c > div::before {
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%);
    content: "";
    width: 100%;
}

.welcome_page_4 .title_style_header {
    margin: 0;
    font-size: calc(38px * 0.9);
    padding-left: 1rem;
    position: relative;
    font-weight: 700;
    color: rgb(147,161,148);
    line-height: 1.2;
}


.cookie_check_h {
    gap: 20px;
    padding: 20px 5%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.cookies_terms_3 {
    margin-right: 15px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(147,161,148));
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie_button.cookie_view_v:hover {
    box-shadow: 0 0 15px rgb(104,111,103);
}

#cookie_banneralert_l {
    display: none;
}

#cookie_banneralert_l:checked ~ .cookie_warning_message_P {
    visibility: hidden;
    opacity: 0;
}

header .top_plank .peak_knowledge_n {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    line-height: 21px;
    font-size: 15px;
}

.our_mission_K .quick_studies_3 {
    display: flex;
    gap: 100px;
    position: relative;
    flex-direction: column;
}

.our_mission_K .study_learn_B {
    animation: fadeInRight 0.6s ease forwards 0.3s;
    position: relative;
    opacity: 0;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    border-left: 3px solid rgb(147,161,148);
    display: grid;
    transform: translateX(-50px);
    padding-left: 40px;
}

.our_mission_K .study_learn_B .image_7:hover {
    transform: scale(1.05);
}



.our_mission_K .fast_learning_B p {
    grid-column: 2 / 3;
    font-size: 15px;
    line-height: 1.8;
    padding-left: 20px;
    margin: 0;
    opacity: 0.9;
    color: #ffffff;
}

.our_mission_K .fast_learning_B .skill_mastery_B:hover {
    transform: scale(1.05);
}

.our_mission_K .quick_studies_3::before {
    width: 40%;
    background: linear-gradient(to right, rgb(147,161,148), transparent);
    left: 0;
    content: "";
    position: absolute;
    height: 1px;
    top: -20px;
}



.our_mission_K::after {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    left: 0;
    content: "";
}

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

.price_row_o h2::after {
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(147,161,148), rgb(104,111,103));
    height: 3px;
    bottom: -10px;
}

.price_row_o .rate_options_m:hover {
    transform: translateY(-10px) rotateY(2deg);
}

.price_row_o .rate_options_m:hover .cert_fees_J::before {
    transform: scaleX(1);
}

.price_row_o .promo_cost_P {
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.price_row_o .rate_options_m h4::after {
    bottom: -10px;
    background-color: rgb(147,161,148);
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
    width: 40px;
}

.price_row_o .rate_options_m:hover .payment_pricing_A {
    transform: translateZ(15px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.thanksSpace_d::after {
    right: -5%;
    bottom: -5%;
    animation: float 20s ease-in-out infinite;
    z-index: 0;
    width: 50%;
    content: "";
    background: radial-gradient(circle, rgb(104,111,103,0.5) 0%, transparent 70%);
    height: 50%;
    position: absolute;
}

.thanksSpace_d .quick_studies_3 > div:first-child {
    position: relative;
    border-left: 4px solid rgb(147,161,148);
    padding-left: 2.5rem;
}

.thanksSpace_d .quick_studies_3 > div:nth-child(2) {
    transition: transform 0.3s ease;
    animation: fadeIn 0.8s 0.4s ease-out forwards;
    opacity: 0;
    position: relative;
}

.thanksSpace_d .quick_studies_3 > div:nth-child(2)::before {
    height: 1px;
    width: 70%;
    background: linear-gradient(90deg, rgb(147,161,148), transparent);
    top: -10px;
    content: "";
    position: absolute;
    left: 0;
}

.teacher_profile_c::before {
    animation: ambientLight 20s ease-in-out infinite alternate;
    background: 
        radial-gradient(circle at 20% 30%, rgb(147,161,148,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(104,111,103,0.5) 0%, transparent 25%);
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    filter: blur(60px);
}

.teacher_profile_c .learner_insights_U:hover .image_7 {
    transform: translateX(-50%) translateZ(50px);
}

.teacher_profile_c .learner_insights_U span:not(.name) {
    transform: translateZ(15px);
    font-size: 20px;
    width: 100%;
    letter-spacing: 2px;
    text-align: center;
    color: rgb(104,111,103);
    margin-top: 0.5rem;
    text-transform: uppercase;
    font-weight: 600;
}

header::before {
    width: 100%;
    background-size: 20px 20px;
    left: 0;
    content: '';
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    top: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
}

header .head_top_b:hover {
    box-shadow: 5px 0 15px -5px rgb(147,161,148);
    transform: translateX(5px);
}

header .main_base_C:hover::after {
    opacity: 1;
}

header .main_base_C img {
    filter: brightness(1.1);
    max-height: 40px;
}

header .header_page_z::before {
    position: absolute;
    width: 40px;
    height: 1px;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    background: rgb(147,161,148);
    content: '';
}

header .top_pagebar_P a:hover::before {
    transform: translateX(0);
}

header .top_pagebar_P a::after {
    left: 0;
    transition: transform 0.3s ease;
    width: 100%;
    position: absolute;
    background: rgb(147,161,148);
    top: 0;
    transform: scaleX(0);
    height: 2px;
    transform-origin: right;
    content: '';
}



header .top_pagebar_P:last-child::after {
    right: -10px;
    color: rgb(147,161,148);
    transform: translateY(-50%);
    font-weight: 700;
    content: '|';
    animation: typingCursor 1s infinite;
    position: absolute;
    top: 50%;
}

.hackathon_5 .quiz_links_o {
    padding: 15px 20px;
    max-width: 80%;
    text-align: center;
    line-height: 1.7;
    font-size: 16px;
    color: #ffffff;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 auto;
}

.hackathon_5 .header_page_z .header_learn_z {
    gap: 12px;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

.insta_feed_8 {
    z-index: 2;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 40px;
}

.insta_feed_8::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    height: 1px;
    opacity: 0.2;
    right: 20%;
    top: 0;
    position: absolute;
    left: 20%;
}

.contact_7::after {
    bottom: 0;
    width: 80%;
    position: absolute;
    left: 10%;
    background: linear-gradient(90deg, transparent, rgb(147,161,148,0.5), transparent);
    opacity: 0.3;
    height: 3px;
    content: '';
}

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

.contact_7 .form_edu_I > div:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05),
                -15px -15px 30px rgba(255, 255, 255, 1);
    transform: translateY(-5px);
}

.contact_7 .form_edu_I span {
    font-size: 12px;
    font-family: Arial, sans-serif;
    display: block;
    margin-left: 34px;
    color: #000000;
}

.contact_7 .learn_chat_b:hover svg {
    transform: scale(1.1);
}

.contact_7 svg {
    flex-shrink: 0;
}

.contact_7 .learn_chat_b:hover svg path {
    fill: rgb(147,161,148);
}

.contact_7 .form_edu_I > div:nth-child(3) {
    animation: float 7s ease-in-out infinite;
    animation-delay: 1s;
}

.program_details_m .skill_track_i {
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    height: 100%;
    width: calc(100% * var(--slide-count, 5));
    display: flex;
}

.program_details_m .career_challenge_g img {
    width: 100%;
    filter: brightness(0.85) contrast(1.1);
    transition: transform 0.7s ease-out;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
}

.program_details_m .study_hack_z {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                0 1px 3px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transform: translateY(0);
    border-radius: 27px;
    overflow: hidden;
    backdrop-filter: blur(8px);
    padding: 3rem;
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.program_details_m .study_hack_z {
    padding: 2rem;
}

.program_details_m .study_hack_z .feedback_message_c {
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    box-shadow: 0 4px 15px rgb(147,161,148,0.5);
    border-radius: 10px;
    text-decoration: none;
    background: linear-gradient(
        45deg,
        rgb(147,161,148) 0%,
        rgb(104,111,103) 100%
    );
    z-index: 1;
    font-weight: 600;
    position: relative;
    font-size: 20px;
    overflow: hidden;
    padding: 0.85rem 2rem;
}

.program_details_m .study_hack_z .feedback_message_c {
    padding: 0.75rem 1.75rem;
}

.join_our_mailing_list_X {
    overflow: visible;
    margin: 5rem 0 5rem;
    position: relative;
    z-index: 1;
    padding: 7rem 3rem 5rem;
    background: rgb(195,200,173);
}

.join_our_mailing_list_X .container {
    max-width: 1140px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
}

.join_our_mailing_list_X .quick_studies_3 {
    position: relative;
    display: flex;
    flex-direction: column;
}

.join_our_mailing_list_X p::before {
    background: rgb(147,161,148);
    height: 3px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    left: -60px;
}

.join_our_mailing_list_X .input_holder {
    overflow: hidden;
    align-items: stretch;
    position: relative;
    max-width: 70%;
    display: flex;
    align-self: flex-end;
    transform: translateY(30px);
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.join_our_mailing_list_X .feedback_message_c::before {
    background: rgb(104,111,103);
    height: 100%;
    transform: translateX(-100%) skewX(-15deg);
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    top: 0;
    transition: all 0.5s ease;
    position: absolute;
}

.statistical_details_I h3 {
    position: relative;
    font-family: Arial, sans-serif;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    margin-bottom: 3rem;
    text-align: left;
    opacity: 0;
    transform: translateX(2rem);
    font-size: calc(38px * 0.9);
    font-weight: 700;
    color: #000000;
}

.statistical_details_I h3 {
    text-align: center;
    font-size: calc(38px * 0.7);
    margin-bottom: 1.5rem;
}

.statistical_details_I .statistics_tracks_F:nth-child(2) {
    --i: 2;
}

.statistical_details_I .statistics_tracks_F:nth-child(4) {
    --i: 4;
}

.statistical_details_I .statistics_tracks_F:nth-child(7) {
    --i: 7;
}

.statistical_details_I .statistics_tracks_F:hover::before {
    height: 100%;
    transition: height 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.statistical_details_I .statistics_tracks_F span {
    font-weight: 600;
    padding-left: 0.5rem;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 1rem;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    font-size: 17px;
}

.course_benefits_C::before {
    top: 0;
    left: 0;
    content: '';
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(147,161,148,0.5), 0.07) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(rgb(104,111,103,0.5), 0.09) 0%, transparent 50%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.course_benefits_C .image_7 {
    object-fit: cover;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 300px;
    transform: scale(1);
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.course_benefits_C li {
    position: relative;
    transform: translateX(0);
    padding-left: 2.5rem;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.course_benefits_C li svg path {
    transition: fill 0.3s ease;
    fill: rgb(147,161,148);
}

.course_benefits_C li:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(rgb(104,111,103,0.5), 0.03) 0%, transparent 100%);
}



@media (min-width: 768px) {.privacy_cordon_T {
    padding: 6rem 3rem;
}.privacy_cordon_T h1 {
    font-size: calc(38px * 1.15);
    margin-bottom: 3rem;
}.privacy_cordon_T h1::after {
    width: 80px;
}.privacy_cordon_T p, .privacy_cordon_T span {
    max-width: 85%;
}.privacy_cordon_T ul {
    margin-left: 1rem;
    max-width: 90%;
}
}



@media (min-width: 768px) {.welcome_page_4 .study_tools_y {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.welcome_page_4 .study_tools_y > div:first-child {
    align-self: center;
    transform: translateY(0) translateX(-1rem);
}.welcome_page_4 .study_tools_y > div:first-child:hover {
    transform: translateX(-1.5rem) scale(1.02);
}.welcome_page_4 .title_style_header {
    font-size: 38px;
}.welcome_page_4 .achieve_goals_c > div {
    min-height: 500px;
}
}


@media only screen and (max-width: 800px) {.cookies_terms_3 {
    display: none;
}.cookie_check_h {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie_warning_message_P h5 {
    font-size: 16px;
    margin-bottom: 5px;
}.data_consent_h {
    margin-bottom: 15px;
}.track_toggle_f {
    min-width: 100%;
    margin: 10px 0;
}}



@media (max-width: 1200px) {.price_row_o {
    padding: 100px 0;
}.price_row_o .access_plans_n {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}



@media (max-width: 992px) {.price_row_o {
    padding: 80px 0;
}.price_row_o .access_plans_n {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.price_row_o h2 {
    font-size: calc(36px * 0.9);
}
}



@media (max-width: 576px) {.price_row_o {
    padding: 50px 0;
}.price_row_o h2 {
    font-size: calc(36px * 0.7);
}.price_row_o .study_fees_P {
    font-size: calc(14px * 0.9);
    margin-bottom: 30px;
}.price_row_o .cert_fees_J {
    padding: 25px 20px;
}.price_row_o .rate_options_m h4 {
    font-size: calc(24px * 1.1);
}.price_row_o .rate_options_m p {
    font-size: calc(14px * 0.9);
}.price_row_o .payment_pricing_A {
    font-size: calc(24px * 1.2);
    padding: 8px 16px;
}}



@media (hover: hover) {.thanksSpace_d .quick_studies_3:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}



@media (max-width: 767px) {.teacher_profile_c {
    padding: 6rem 0 3rem;
}.teacher_profile_c .container {
    padding: 0 1rem;
}.teacher_profile_c .learner_insights_U {
    padding: 2rem 1.5rem;
    transform: none;
}.teacher_profile_c .image_7 {
    top: -60px;
    width: 120px;
    height: 120px;
}.teacher_profile_c .name {
    margin-top: 70px;
    font-size: calc(36px - 2px);
}.teacher_profile_c .learner_insights_U span:not(.name) {
    font-size: calc(20px - 1px);
}.teacher_profile_c .employee_details_x {
    font-size: calc(17px - 1px);
    margin-top: 1.5rem;
    padding: 1.2rem;
}.teacher_profile_c .learner_insights_U:hover {
    transform: none;
}}



@media (max-width: 767px) {.hackathon_5 .header_page_z {
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
}.hackathon_5 .company_holder {
    padding: 20px 15px;
}.hackathon_5 .quiz_links_o {
    padding: 15px;
    max-width: 100%;
}
}



@media screen and (min-width: 768px) {.contact_7 {
    padding: 8rem 0;
}.contact_7 h1 {
    transform: translateX(8%);
    font-size: calc(47px * 1.2);
}.contact_7 .form_edu_I {
    grid-template-columns: 2fr 1fr;
}.contact_7 .form_edu_I > div:first-child {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.contact_7 .form_edu_I > div:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}.contact_7 .form_edu_I > div:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}.contact_7 .edu_ask_w {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}.contact_7 .edu_ask_w > div {
    flex: 0 0 calc(33.33% - 1rem);
}
}



@media (max-width: 992px) {.join_our_mailing_list_X {
    margin: 6rem 0 8rem;
    padding: 6rem 2rem 4rem;
}.join_our_mailing_list_X p {
    font-size: calc(31px * 0.9);
    transform: translateX(30%);
    max-width: 70%;
}.join_our_mailing_list_X p::before {
    left: -40px;
    width: 30px;
}.join_our_mailing_list_X .input_holder {
    max-width: 80%;
}
}



@media (max-width: 1199px) {.statistical_details_I {
    padding: 4rem 1.5rem;
}.statistical_details_I ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.statistical_details_I .statistics_tracks_F {
    padding: 1.75rem 1.25rem;
}.statistical_details_I h3 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.85);
}
}



@media (max-width: 767px) {.statistical_details_I {
    padding: 3rem 1rem;
}.statistical_details_I ul {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
}.statistical_details_I .statistics_tracks_F {
    padding: 1.5rem 1rem;
}.statistical_details_I .statistics_tracks_F span {
    font-size: calc(17px * 0.95);
}.statistical_details_I .statistics_tracks_F p {
    font-size: calc(40px * 0.6);
}.statistical_details_I h3 {
    font-size: calc(38px * 0.75);
    margin-bottom: 1.75rem;
}
}



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

@keyframes fadeInRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

