.header_site {
    flex: 1 0 auto;
}

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

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


.confidential_lockup {
    width: 100%;
    background-color: #ffffff;
    padding: 30px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.confidential_lockup h2 {
    font-family: Arial, sans-serif;
    text-align: left;
    font-size: 31px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(125,133,180);
    color: rgb(125,133,180);
    padding-bottom: 5px;
    margin-top: 25px;
    font-weight: 600;
}

.confidential_lockup li::before {
    color: rgb(167,179,206);
    font-size: 1.2em;
    left: 0;
    content: "•";
    line-height: 1em;
    top: 0;
    position: absolute;
}

.welcome_section .course_open {
    align-items: center;
    position: relative;
    min-height: 100vh;
    justify-content: center;
    display: flex;
    box-sizing: border-box;
    padding: 4rem 2rem;
}

.welcome_section .skill_program {
    transform: perspective(1000px) rotateY(-3deg);
    max-width: 1200px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    z-index: 3;
    background: linear-gradient(170deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
    backdrop-filter: blur(8px);
    width: 90%;
    padding: 3rem;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}

.welcome_section h1::after {
    height: 5px;
    transform: scaleX(0);
    background: rgb(125,133,180);
    bottom: -10px;
    animation: scaleIn 1.2s 0.5s ease forwards;
    content: "";
    transform-origin: left;
    width: 80px;
    position: absolute;
    left: 0;
}

.customer_feedback {
    background: linear-gradient(145deg, rgb(210,214,231), rgba(245, 248, 252, 0.7));
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

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

.customer_feedback h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    font-weight: 700;
    transition: transform 0.5s ease;
}

.customer_feedback .alumni_views {
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 15px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.03), -12px -12px 24px rgba(255, 255, 255, 0.9);
    transform: translateY(0);
    background: #ffffff;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.customer_feedback .alumni_views img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border: 3px solid #ffffff;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.customer_feedback .alumni_views:hover h4::after {
    width: 100%;
}

.customer_feedback .alumni_views:nth-child(odd) {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
}

.customer_feedback a::before {
    position: absolute;
    content: "";
    left: -100%;
    transition: left 0.7s ease;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    z-index: -1;
}



@container (min-width: 350px) {.customer_feedback .alumni_views .description {
    font-size: calc(13px + 1px);
    line-height: 1.7;
}}

.price_table {
    padding: 100px 0;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}

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

.price_table .study_offers {
    position: relative;
}

.price_table h2::after {
    transform: translateX(-50%);
    bottom: -10px;
    height: 3px;
    position: absolute;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(167,179,206), rgb(125,133,180));
    left: 50%;
}

.price_table .learning_pricing {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    text-decoration: none;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    display: flex;
    width: 100%;
    overflow: hidden;
    height: 100%;
    z-index: 1;
    flex-direction: column;
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    position: relative;
    backdrop-filter: blur(8px);
}

.price_table .fee_plan h4::after {
    width: 40px;
    content: "";
    bottom: -8px;
    left: 0;
    position: absolute;
    background: rgb(125,133,180);
    height: 2px;
    transition: width 0.3s ease;
}

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

.our_story::after {
    z-index: 1;
    width: 35%;
    right: 0;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(125,133,180,0.5) 70%);
    height: 100%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}

.our_story h1::after {
    transform-origin: left center;
    width: 80px;
    content: "";
    animation: expandLine 1.5s ease-out forwards;
    bottom: -15px;
    position: absolute;
    background: linear-gradient(90deg, rgb(167,179,206), rgb(125,133,180));
    left: 0;
    height: 4px;
}

.our_story .student_journey::before {
    content: "";
    height: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(167,179,206), rgb(125,133,180));
    transition: height 0.5s ease;
    left: 0;
    z-index: -1;
    width: 6px;
}

.our_story .student_journey h4 {
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #000000;
    font-size: 20px;
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
}

.gratWrapper {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,214,231), rgb(210,214,231) 60%, rgba(rgb(167,179,206,0.5), 0.1));
    padding: 5rem 0;
}

.gratWrapper::after {
    bottom: -10%;
    position: absolute;
    height: 40%;
    transform: rotate(10deg) skewX(-10deg);
    z-index: 0;
    width: 50%;
    left: -5%;
    background: linear-gradient(210deg, rgba(rgb(167,179,206,0.5), 0.09), transparent);
    content: "";
}

.gratWrapper .heritage_edu > div:first-child {
    position: relative;
    transform: translateX(-1rem);
}

.gratWrapper .heritage_edu > div:first-child::before {
    background: linear-gradient(to bottom, rgb(167,179,206), rgb(125,133,180));
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 60%;
    content: "";
    position: absolute;
    left: -2rem;
}

.gratWrapper .heritage_edu > div:last-child {
    position: relative;
    padding-left: 1.5rem;
    border-left: 1px solid rgba(rgb(125,133,180,0.5), 0.2);
}

.gratWrapper a:hover {
    transform: translateX(5px);
}

.gratWrapper a:hover::before {
    transform: scaleX(1) translateX(0);
    opacity: 1;
}

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

.sustain_cta::before {
    position: absolute;
    opacity: 0.15;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(167,179,206,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(125,133,180,0.5) 0%, transparent 30%);
    z-index: 1;
}

.sustain_cta .compliance {
    display: flex;
    flex-direction: column;
    position: relative;
}

.sustain_cta .join_us::before {
    left: 0;
    opacity: 0.08;
    z-index: -1;
    height: 100%;
    position: absolute;
    content: '';
    border-radius: 30px;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent 20%, rgb(167,179,206,0.5) 140%);
}

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

.sustain_cta .info_item:hover p,
.sustain_cta .info_item:hover a {
    color: rgb(167,179,206);
}

.sustain_cta .info_item svg {
    transition: transform 0.3s ease;
    height: 22px;
    fill: rgb(167,179,206);
    width: 22px;
}

.sustain_cta .head_bar {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}

.sustain_cta .enroll_info {
    opacity: 0.8;
    font-size: calc(15px + 1px);
    line-height: 1.6;
}

.sustain_cta .head_prime::before {
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(125,133,180,0.5) 30%, rgb(125,133,180,0.5) 70%, transparent);
    bottom: 0;
    content: '';
    left: -2rem;
    top: 0;
    position: absolute;
}

.sustain_cta .header_know {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
}

.sustain_cta .header_know a::before {
    background-color: rgb(167,179,206);
    height: 1px;
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
    width: 0;
    transition: width 0.3s ease;
}

.sustain_cta .subscribe_holder {
    display: flex;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    gap: 1.5rem;
    padding: 2rem;
    overflow: hidden;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
}



.sustain_cta .subscribe_holder h5 {
    position: relative;
    font-size: 24px;
    margin-bottom: 0.5rem;
    font-weight: 600;
    padding-bottom: 0.875rem;
}

.sustain_cta .input_holder {
    position: relative;
    margin-top: 0.5rem;
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.sustain_cta .input_holder input[type="email"]:focus {
    border-color: rgb(167,179,206,0.5);
    outline: none;
    box-shadow: 0 0 0 3px rgb(167,179,206,0.5);
    background-color: rgba(255, 255, 255, 0.15);
}

.sustain_cta .email_input_box {
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 1.125rem 1.5rem;
    border: none;
    cursor: pointer;
    background-color: rgb(167,179,206);
    z-index: 1;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
}

.sustain_cta .email_input_box:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.sustain_cta .support_cta::before {
    height: 1px;
    left: 20%;
    background: linear-gradient(to right, transparent, rgb(125,133,180,0.5), transparent);
    content: '';
    position: absolute;
    top: 0;
    width: 60%;
}

.course_instructor::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: radial-gradient(circle at 70% 30%, rgb(125,133,180,0.5) 0%, transparent 40%);
    top: 0;
    right: 0;
    opacity: 0.3;
}

.course_instructor .cover_photo::before {
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.course_instructor .name {
    font-size: 29px;
    transition: transform 0.4s ease;
    position: relative;
    margin-bottom: 10px;
    color: rgb(167,179,206);
    display: inline-block;
    transform: translateZ(0);
    font-weight: 700;
}

.course_instructor .employee_area > div:nth-child(2) {
    font-size: 16px;
    color: #000000;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    opacity: 0.7;
    font-weight: 600;
    margin-bottom: 20px;
    transform: translateZ(0);
    letter-spacing: 1px;
}

.course_instructor .work_container::before {
    opacity: 0.5;
    font-size: 60px;
    position: absolute;
    left: -5px;
    top: 10px;
    content: "";
    line-height: 0;
    color: rgb(125,133,180,0.5);
}

.contact_box .support_box {
    overflow: hidden;
    padding: 60px 40px;
    position: relative;
    background: rgb(167,179,206);
    width: 40%;
}

.contact_box .support_box::after {
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
    width: 200px;
    height: 200px;
    content: "";
    bottom: -10%;
    background: rgb(125,133,180);
    left: -10%;
}

.contact_box .support_box div svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
}

.contact_box .support_box div:hover svg path {
    fill: rgb(125,133,180);
}

.contact_box .support_box div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

.contact_box form {
    flex-direction: column;
    display: flex;
}

.contact_box form input[type="text"]:focus,
.contact_box form input[type="email"]:focus {
    outline: none;
    border-color: rgb(167,179,206);
}

.contact_box .help_block input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_box .help_block input[type="checkbox"]:checked + label::before {
    background-color: rgb(167,179,206);
    border-color: rgb(167,179,206);
}

.contact_box .help_block label a {
    color: rgb(167,179,206);
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact_box form .request_section::after {
    height: 0;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    position: absolute;
    top: 50%;
    transition: width 0.3s ease, height 0.3s ease;
    transform-style: flat;
    width: 0;
    left: 50%;
}

.contact_box .support_box div:nth-child(3) {
    animation-delay: 0.2s;
}

header::before {
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(167,179,206), 0.03) 25%, 
        rgba(rgb(167,179,206), 0.05) 50%,
        rgba(rgb(167,179,206), 0.03) 75%,
        transparent 100%
    );
    position: absolute;
    height: 100%;
    content: '';
    pointer-events: none;
    width: 100%;
    top: 0;
}

header .head_prime {
    flex-wrap: nowrap;
    margin: 0;
    position: relative;
    padding: 0;
    display: flex;
    list-style: none;
}

header .nav_train {
    margin: 0;
    position: relative;
}

header .nav_train a::before {
    position: absolute;
    content: '';
    width: 100%;
    transition: transform 0.3s ease;
    background: rgb(167,179,206);
    left: 0;
    height: 3px;
    bottom: 0;
    transform: translateX(-100%);
}

header .nav_train a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}

header .first_lesson::after {
    top: 0;
    content: '';
    z-index: -1;
    left: 0;
    width: 30%;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, rgb(210,214,231), transparent);
}

#cookiePolicyNotice:checked ~ .overlayConsentSettings {
    opacity: 0;
    visibility: hidden;
}

.overlayConsentSettings h5 {
    letter-spacing: 1.5px;
    color: rgb(167,179,206);
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
}

.overlayConsentSettings p {
    color: #ffffff;
    line-height: 1.5;
    font-size: 18px;
    position: relative;
    margin: 0;
}

.cookie_visitor:hover {
    background-color: rgb(125,133,180);
    box-shadow: 0 0 10px rgb(125,133,180);
}

.cookie_button.consent_learn:hover {
    box-shadow: 0 0 10px rgb(125,133,180);
}

.overlayConsentSettings p a {
    border-bottom: 1px dashed rgb(167,179,206);
    text-decoration: none;
    color: rgb(167,179,206);
    transition: color 0.3s ease;
}

.program_details::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(167,179,206,0.5) 0%, transparent 70%);
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
}

.program_details .cover_photo {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    height: 300px;
    transform: perspective(1000px) rotateX(2deg);
}

.program_details .cover_photo:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.program_details .label_holder {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-left: 4px solid rgb(167,179,206);
    padding: 2rem;
    backdrop-filter: blur(10px);
}

.program_details h3::after {
    height: 3px;
    background: rgb(125,133,180);
    content: "";
    transform-origin: left;
    animation: expandLine 0.6s 0.8s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    left: 0;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 50px;
    transform: scaleX(0);
    position: absolute;
    bottom: -8px;
}


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



@media screen and (max-width: 1200px) {.welcome_section .skill_program {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(-2deg);
}.welcome_section h1 {
    font-size: calc(46px - 0.2rem);
}.welcome_section h3 {
    max-width: 95%;
    font-size: 24px;
}
}



@media screen and (max-width: 992px) {.welcome_section .course_open {
    padding: 3rem 1.5rem;
}.welcome_section .skill_program {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 2rem;
    transform: perspective(600px) rotateY(-1deg);
}.welcome_section h1 {
    font-size: calc(46px - 0.4rem);
}.welcome_section h3 {
    margin-bottom: 1.5rem;
}
}



@media (prefers-reduced-motion) {.welcome_section .course_open::after,
  .welcome_section h1,
  .welcome_section h1::after,
  .welcome_section h3,
  .welcome_section p {
    opacity: 1;
    animation: none;
    transform: none;
}.welcome_section h1::after {
    transform: scaleX(1);
}}



@media (min-width: 1200px) {.customer_feedback .learner_review {
    grid-template-columns: repeat(4, 1fr);
}.customer_feedback h2 {
    font-size: calc(36px + 4px);
}.customer_feedback .heritage_edu {
    max-width: 1200px;
    margin: 0 auto;
}
}



@media (max-width: 480px) {.customer_feedback {
    padding: 50px 0;
}.customer_feedback h2 {
    font-size: calc(36px - 4px);
}.customer_feedback .alumni_views {
    padding: 20px 15px;
}
}



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



@media (max-width: 768px) {.price_table {
    padding: 60px 0;
}.price_table .learn_pricing {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.price_table .fee_plan h4 {
    font-size: 23px;
}.price_table .edu_packages {
    font-size: 23px;
}
}



@media screen and (max-width: 768px) {.our_story {
    padding: 70px 0 50px;
}.our_story::before {
    opacity: 0.5;
}.our_story::after {
    display: none;
}.our_story h1 {
    transform: translateX(0);
    margin-bottom: 40px;
}.our_story .knowledge_hub ul {
    gap: 25px;
    grid-template-columns: 1fr;
}.our_story .student_journey {
    padding: 30px 25px;
}
}



@media (min-width: 992px) {.gratWrapper {
    padding: 9rem 0;
}.gratWrapper .container {
    padding: 0 2rem;
}.gratWrapper .heritage_edu {
    padding: 5rem;
    gap: 4rem;
    grid-template-columns: 1fr 1.8fr;
}.gratWrapper h5 {
    font-size: calc(23px * 1.2);
}.gratWrapper h5::after {
    width: 50%;
    height: 4px;
}.gratWrapper .heritage_edu > div:last-child {
    padding-left: 4rem;
}.gratWrapper a {
    padding: 1rem 0;
}
}



@media (max-width: 1200px) {.sustain_cta .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.sustain_cta .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.sustain_cta .head_prime::after {
    display: none;
}
}



@media (max-width: 576px) {.sustain_cta {
    padding: 3rem 0 1.5rem;
}.sustain_cta .join_us {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.sustain_cta .info_item p,
    .sustain_cta .info_item a {
    font-size: calc(12px - 1px);
}.sustain_cta .header_know {
    text-align: center;
    grid-template-columns: 1fr;
}.sustain_cta .header_know a:hover {
    transform: none;
}.sustain_cta .header_know a::before {
    transform: translateX(-50%);
    left: 50%;
}.sustain_cta .header_know a:hover::before {
    width: 30px;
}.sustain_cta .input_holder {
    width: 100%;
}}



@media (max-width: 767px) {.course_instructor {
    padding: 50px 20px;
}.course_instructor .cover_photo {
    height: 250px;
}.course_instructor .employee_area {
    padding: 30px 25px;
}.course_instructor .name {
    font-size: calc(29px - 4px);
}.course_instructor .employee_area > div:nth-child(2) {
    font-size: calc(16px - 1px);
}.course_instructor .work_container {
    font-size: calc(18px - 1px);
}}



@media (max-width: 991px) {header .first_lesson {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem;
    justify-content: space-between;
}header .head_bar {
    margin-right: 0;
    margin-bottom: 0;
}header .head_prime {
    flex-basis: 100%;
    margin-top: 0;
    padding-top: 1rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}header .nav_train {
    margin-bottom: 0.5rem;
}header .nav_train a {
    font-size: calc(14px - 1px);
    padding: 0.7rem 1rem;
}
}



@media (min-width: 768px) {.program_details {
    padding: 6rem 0;
}.program_details .career_progress {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.program_details .cover_photo {
    height: 400px;
}.program_details h3 {
    font-size: calc(22px * 1.2);
}.program_details .label_holder {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.program_details {
    padding: 4rem 0;
}.program_details .container {
    padding: 0 1.5rem;
}.program_details .cover_photo {
    height: 250px;
}.program_details .label_holder {
    padding: 1.5rem;
}.program_details h3 {
    margin-bottom: 1.2rem;
    font-size: 22px;
}.program_details .description {
    max-height: 250px;
}
}



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



@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 80px;
        opacity: 1;
    }
}

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

