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

html,body {
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    height: 100%;
    min-height: 100%;
    color: #000000;
}

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

.privacy_garrison_ACr5Be h3, .privacy_garrison_ACr5Be h4, .privacy_garrison_ACr5Be h5, .privacy_garrison_ACr5Be h6 {
    color: rgb(216,177,193);
    text-shadow: 0 0 5px rgb(216,177,193,0.5);
    font-weight: 600;
    font-size: 23px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.privacy_garrison_ACr5Be p, .privacy_garrison_ACr5Be span, .privacy_garrison_ACr5Be div {
    font-weight: 300;
    line-height: 1.8;
    font-size: 17px;
    text-shadow: 0 0 5px rgb(216,177,193,0.5);
    color: #000000;
    margin-bottom: 10px;
}

.who_we_are_T5DGUg h1 {
    position: relative;
    transform: perspective(1000px) translateZ(0);
    color: #000000;
    text-align: center;
    font-size: 43px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-bottom: 60px;
    font-weight: 700;
}

.who_we_are_T5DGUg .path_edu_YJXZFy {
    transform: translateY(0);
    background: #ffffff;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 40px;
    position: relative;
}

.who_we_are_T5DGUg .path_edu_YJXZFy h4::after {
    height: 3px;
    left: 0;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    background: rgb(195,137,162);
    bottom: 0;
}

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

header .top_lead_bADBSZ:before {
    bottom: 0;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgb(216,177,193,0.5),
        transparent
    );
    width: 100%;
    left: 0;
    position: absolute;
    height: 1px;
}

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

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

header .header_lead_qIicFn {
    text-transform: uppercase;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #000000;
    overflow: hidden;
    padding: 8px 2px;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-size: 12px;
}

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

header .top_expert_CTEsIp svg {
    width: auto;
    height: 42px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tutor_match_VlBHzc .company_holder {
    flex: 0 0 30%;
    position: relative;
    padding-right: 30px;
}

.tutor_match_VlBHzc .company_holder h3::after {
    width: 40%;
    position: absolute;
    transition: width 0.3s ease-in-out;
    height: 2px;
    background: rgb(216,177,193);
    left: 0;
    content: '';
    bottom: -5px;
}

.tutor_match_VlBHzc .footer_caption_nJpdtR {
    position: relative;
    display: flex;
    flex: 0 0 65%;
    justify-content: space-between;
}

.tutor_match_VlBHzc .top_nav_P3OxrE {
    flex: 0 0 45%;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 17px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 20px;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tutor_match_VlBHzc .top_nav_P3OxrE .header_pro_ocJmw4 a {
    opacity: 0.85;
    padding-left: 0;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: calc(13px * 0.95);
    transition: all 0.3s ease;
}

.inclusion_5EcWy4 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inclusion_5EcWy4 .contact_edu_QAzP3F {
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
    color: #ffffff;
    opacity: 0.8;
    text-align: center;
    font-size: 14px;
}

.future_learners_vVIH7i::before {
    left: 0;
    animation: rotateRings 30s linear infinite;
    opacity: 0.3;
    position: absolute;
    background: 
        radial-gradient(circle at center, transparent 30%, rgb(195,137,162,0.5) 31%, transparent 32%) 0 0 / 80px 80px,
        radial-gradient(circle at center, transparent 20%, rgb(216,177,193,0.5) 21%, transparent 22%) 40px 40px / 80px 80px;
    z-index: -1;
    content: '';
    bottom: 0;
    top: 0;
    right: 0;
}

.future_learners_vVIH7i h3::before {
    transform: translateX(-50%);
    height: 3px;
    box-shadow: 0 0 10px rgb(216,177,193), 0 0 20px rgb(216,177,193,0.5);
    width: 200px;
    border-radius: 50px;
    left: 50%;
    position: absolute;
    bottom: -12px;
    background: rgb(216,177,193);
    content: '';
}

.future_learners_vVIH7i ul li::before {
    left: -50%;
    animation: floatBubble 15s infinite ease-in-out alternate;
    position: absolute;
    background: radial-gradient(circle, rgb(195,137,162,0.5) 0%, transparent 70%);
    width: 100px;
    border-radius: 50%;
    content: '';
    top: -50%;
    opacity: 0.5;
    z-index: -1;
    height: 100px;
}

.ty_div_4L76It {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(235,218,224) 0%, rgb(216,177,193,0.5) 100%);
}

.ty_div_4L76It h2::after {
    background: rgb(216,177,193);
    left: 0;
    transition: transform 0.5s ease;
    bottom: -15px;
    transform: scaleX(1);
    content: "";
    height: 3px;
    position: absolute;
    width: 60px;
    transform-origin: left;
}

.ty_div_4L76It li {
    padding-left: 25px;
    position: relative;
}

.ty_div_4L76It span {
    font-size: 17px;
    display: block;
    line-height: 1.8;
    color: #000000;
}

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

.pricing_plan_card_ZoKXDM .pricing_schemes_CVhn9k {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    gap: 30px;
    list-style: none;
    margin: 0;
    display: grid;
}

.pricing_plan_card_ZoKXDM .trial_offers_PX4qtu {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.03));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    backdrop-filter: blur(10px);
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    min-height: 420px;
    position: relative;
}

.pricing_plan_card_ZoKXDM .pricing_schemes_CVhn9k li:hover {
    transform: translateY(-5px);
}

.pricing_plan_card_ZoKXDM .pricing_schemes_CVhn9k li:hover .trial_offers_PX4qtu {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.pricing_plan_card_ZoKXDM .pricing_schemes_CVhn9k li:nth-child(1) {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.customer_opinions_fu2LFM {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(235,218,224) 0%, #ffffff 100%);
    overflow: hidden;
}

.customer_opinions_fu2LFM h2.container::after {
    height: 3px;
    left: 50%;
    content: "";
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(216,177,193) 0%, rgb(195,137,162) 100%);
    bottom: -15px;
}

.customer_opinions_fu2LFM .testimonial_track_doAZ4t::before {
    position: absolute;
    font-size: 8rem;
    z-index: 0;
    right: 20px;
    font-family: Georgia, serif;
    color: rgb(216,177,193,0.5);
    opacity: 0.1;
    top: 10px;
    content: "";
    line-height: 1;
}

.customer_opinions_fu2LFM .testimonial_track_doAZ4t:hover h3::after {
    width: 100%;
}

.customer_opinions_fu2LFM .testimonial_track_doAZ4t img {
    border: 3px solid #ffffff;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 60px;
    transform: scale(1);
}

.location_details_MiWczr .reach_out_Zo6zUL h2::after {
    width: 50px;
    background: rgb(195,137,162);
    height: 3px;
    position: absolute;
    bottom: -10px;
    content: '';
    left: 0;
}

.location_details_MiWczr .get_contactpanel_emqAV1::before {
    position: absolute;
    transition: opacity 0.4s ease;
    content: '';
    z-index: -1;
    top: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(216,177,193) 0%, rgb(195,137,162) 100%);
    width: 100%;
    left: 0;
    opacity: 0;
    height: 100%;
}

.explore_now_VIHxU0::before {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    background: 
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.03) 10px,
            rgba(255, 255, 255, 0.03) 11px
        );
    height: 100%;
}

.explore_now_VIHxU0 .founders_team_qL5cwv::after {
    background: rgba(255, 255, 255, 0.1);
    height: 1px;
    top: 5px;
    position: absolute;
    left: 0;
    content: '';
    z-index: 1;
    right: 0;
}

.explore_now_VIHxU0 h3::before {
    background: 
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent
        );
    content: '';
    left: -100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    animation: textScan 3s linear infinite;
    width: 100%;
    top: 0;
}

.explore_now_VIHxU0 .get_contactpanel_emqAV1::after {
    left: -2px;
    z-index: -2;
    content: '';
    transition: all 0.4s ease;
    opacity: 0;
    bottom: -2px;
    border: 2px solid rgb(195,137,162);
    right: -2px;
    top: -2px;
    position: absolute;
}

.reach_out_tD05TU {
    background: linear-gradient(90deg, #ffffff 50%, rgb(235,218,224) 50%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.reach_out_tD05TU .inquiry_widget_4raR1h {
    overflow: hidden;
    border-radius: 11px;
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
}

.reach_out_tD05TU .query_block_ygLbnT {
    position: relative;
    flex: 0 0 50%;
    background: #ffffff;
    padding: 60px 50px;
}

.reach_out_tD05TU .query_block_ygLbnT::before {
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: rgb(235,218,224);
    width: 10px;
    position: absolute;
}

.reach_out_tD05TU input[type="text"]:focus {
    border-color: rgb(216,177,193);
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.reach_out_tD05TU .help_help_HLyjG1 input[type="checkbox"]:checked {
    background: rgb(216,177,193);
    border-color: rgb(216,177,193);
}

.reach_out_tD05TU .help_help_HLyjG1 a {
    color: rgb(216,177,193);
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}

.reach_out_tD05TU .request_list_Kacgut:hover {
    background: rgb(195,137,162);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(195,137,162,0.5);
}

.reach_out_tD05TU svg path {
    transition: all 0.3s ease;
    fill: rgb(216,177,193);
}

.reach_out_tD05TU svg:hover path {
    fill: rgb(195,137,162);
}

.course_instructor_Y95btO .testimonial_track_doAZ4t {
    gap: 2rem;
    position: relative;
    display: grid;
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.5s ease;
    grid-template-columns: 1fr 1.2fr;
    z-index: 2;
}

.course_instructor_Y95btO .testimonial_track_doAZ4t:hover .profile_photo_AYlTXJ {
    transform: rotate(0deg) translateY(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.course_instructor_Y95btO .name::after {
    bottom: -8px;
    transform: scaleX(0.6);
    height: 3px;
    background: linear-gradient(90deg, rgb(195,137,162) 0%, rgb(216,177,193) 100%);
    transition: transform 0.3s ease;
    position: absolute;
    transform-origin: left;
    content: "";
    width: 60px;
    left: 0;
}

.course_instructor_Y95btO .job_expertise_phgZj0::before {
    width: 3px;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(216,177,193), rgb(195,137,162));
    height: 100%;
    position: absolute;
}

.edu_accept_iO97fb svg {
    fill: rgb(216,177,193);
    width: 50px;
    height: 50px;
}

.privacy_notify_R94rwn h5 {
    font-size: 1.5rem;
    color: rgb(216,177,193);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.user_default_c2jxFf:hover {
    background: #000000;
    transform: translateY(-3px);
}

.privacySettingsWindow_gX30xw p a:hover {
    color: #000000;
}

.course_overview_jUbMvZ .tech_skills_dwx7Br {
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.course_overview_jUbMvZ .career_classes_Y7ou8I {
    height: 100%;
    flex-shrink: 0;
    position: relative;
    width: 100%;
}

.course_overview_jUbMvZ .container {
    position: relative;
    align-items: center;
    z-index: 3;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 2rem;
    justify-content: center;
}

.course_overview_jUbMvZ .learn_development_mCJ3x5 h3 {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: rgb(216,177,193);
    position: relative;
    font-size: 37px;
}

.course_overview_jUbMvZ .learn_development_mCJ3x5 p {
    margin: 0 auto 2rem;
    font-size: 18px;
    max-width: 90%;
    line-height: 1.7;
    color: #000000;
}

.course_overview_jUbMvZ .learn_development_mCJ3x5 .request_list_Kacgut:hover::before {
    transform: skewX(-25deg) translateX(100%);
}

.welcome_0B7YwK {
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(235,218,224) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    display: flex;
}



.welcome_0B7YwK .learn_expressfast_PgLiNE > div:first-child::before {
    height: 1px;
    top: 0;
    width: 30%;
    background: linear-gradient(to right, rgb(216,177,193) 0%, transparent 100%);
    left: 0;
    position: absolute;
    content: "";
}



.welcome_0B7YwK .skills_center_S8njCz:hover {
    transform: translateY(-5px) scale(1.01);
}

.welcome_0B7YwK .skills_center_S8njCz > div {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 3rem;
    min-height: 400px;
    justify-content: flex-end;
}

.welcome_0B7YwK .skills_center_S8njCz > div::after {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    bottom: 0;
    background: linear-gradient(to right, rgb(216,177,193) 0%, rgb(195,137,162) 100%);
    width: 100%;
    transform-origin: left;
    height: 5px;
    transform: scaleX(0);
    left: 0;
    position: absolute;
}

.who_we_are_T5DGUg .path_edu_YJXZFy div::-webkit-scrollbar {
    width: 6px;
}

.who_we_are_T5DGUg .path_edu_YJXZFy div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.03);
}

.who_we_are_T5DGUg .path_edu_YJXZFy div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(195,137,162,0.5);
}

.pricing_plan_card_ZoKXDM .cost_summary_Wmg2QX p::-webkit-scrollbar {
    width: 4px;
}

.pricing_plan_card_ZoKXDM .cost_summary_Wmg2QX p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.pricing_plan_card_ZoKXDM .cost_summary_Wmg2QX p::-webkit-scrollbar-thumb {
    background-color: rgb(216,177,193);
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .top_expert_CTEsIp svg {
    height: 35px;
}}



@media (max-width: 576px) {.tutor_match_VlBHzc {
    padding: 30px 0 15px;
}.tutor_match_VlBHzc .company_holder {
    margin-bottom: 30px;
}.tutor_match_VlBHzc .company_holder h3 {
    font-size: calc(31px * 0.7);
}.tutor_match_VlBHzc .top_nav_P3OxrE h5 {
    font-size: calc(22px * 0.8);
}.inclusion_5EcWy4 {
    padding: 10px 0;
}.inclusion_5EcWy4 .contact_edu_QAzP3F {
    font-size: calc(14px * 0.8);
}}



@media (max-width: 991px) {.ty_div_4L76It {
    padding: 80px 0;
}.ty_div_4L76It h2 {
    font-size: calc(30px * 0.9);
    max-width: 100%;
}.ty_div_4L76It .founders_team_qL5cwv {
    padding: 30px;
}
}



@media (max-width: 767px) {.ty_div_4L76It {
    padding: 60px 0;
}.ty_div_4L76It h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.ty_div_4L76It h2::after {
    width: 40px;
}.ty_div_4L76It .founders_team_qL5cwv {
    padding: 25px 20px;
}.ty_div_4L76It span {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 768px) {.pricing_plan_card_ZoKXDM {
    padding: 60px 0;
}.pricing_plan_card_ZoKXDM h2 {
    margin-bottom: 15px;
    font-size: calc(33px * 0.85);
}.pricing_plan_card_ZoKXDM .payment_pricing_k6Mz5E {
    margin-bottom: 30px;
    font-size: calc(15px * 0.9);
}.pricing_plan_card_ZoKXDM .pricing_schemes_CVhn9k {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_plan_card_ZoKXDM .trial_offers_PX4qtu {
    min-height: auto;
}.pricing_plan_card_ZoKXDM .cost_summary_Wmg2QX p {
    max-height: 150px;
}
}



@media screen and (max-width: 991px) {.location_details_MiWczr {
    padding: 70px 0;
}.location_details_MiWczr .reach_out_Zo6zUL h2 {
    font-size: calc(37px * 0.95);
}.location_details_MiWczr .get_contactpanel_emqAV1 {
    width: 70px;
    height: 70px;
}
}



@media screen and (max-width: 480px) {.location_details_MiWczr {
    padding: 50px 0;
}.location_details_MiWczr .reach_out_Zo6zUL h2 {
    font-size: calc(37px * 0.85);
}.location_details_MiWczr .reach_out_Zo6zUL p {
    font-size: calc(14px * 0.95);
}.location_details_MiWczr .get_contactpanel_emqAV1 {
    height: 65px;
    width: 65px;
}.location_details_MiWczr .get_contactpanel_emqAV1 svg {
    width: 24px;
    height: 24px;
}}



@media (max-width: 1200px) {.reach_out_tD05TU {
    background: #ffffff;
}
}



@media (max-width: 992px) {.reach_out_tD05TU {
    padding: 80px 0;
}.reach_out_tD05TU .inquiry_widget_4raR1h {
    flex-direction: column-reverse;
}.reach_out_tD05TU .profile_photo_AYlTXJ {
    min-height: 350px;
    flex: 0 0 auto;
}.reach_out_tD05TU .query_block_ygLbnT {
    flex: 0 0 auto;
    padding: 50px 40px;
}.reach_out_tD05TU .query_block_ygLbnT::before {
    width: 100%;
    left: 0;
    height: 10px;
    top: 0;
}
}



@media (max-width: 767px) {.course_overview_jUbMvZ {
    min-height: auto;
    padding: 4rem 0;
}.course_overview_jUbMvZ .tech_skills_dwx7Br {
    z-index: 0;
    position: fixed;
}.course_overview_jUbMvZ .tech_skills_dwx7Br::after {
    background: radial-gradient(
            circle at center,
            transparent 0%,
            rgb(235,218,224) 70%
        );
}.course_overview_jUbMvZ .study_path_pb3olY {
    animation-duration: 15s;
}.course_overview_jUbMvZ .founders_team_qL5cwv {
    max-width: 100%;
}.course_overview_jUbMvZ .learn_development_mCJ3x5 {
    padding: 2rem 1.5rem;
}.course_overview_jUbMvZ .learn_development_mCJ3x5::before {
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
}.course_overview_jUbMvZ .learn_development_mCJ3x5 h3 {
    font-size: 19px;
}.course_overview_jUbMvZ .learn_development_mCJ3x5 h3::after {
    width: 60px;
}.course_overview_jUbMvZ .learn_development_mCJ3x5 p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 100%;
}.course_overview_jUbMvZ .learn_development_mCJ3x5 .request_list_Kacgut {
    width: 100%;
    padding: 0.8rem 1.5rem;
}}



@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-15px) translateX(15px);
    }
    50% {
        transform: translateY(0) translateX(30px);
    }
    75% {
        transform: translateY(15px) translateX(15px);
    }
}



@keyframes textScan {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
}



@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

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

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

