.head_mainbarexp {
    flex: 1 0 auto;
}

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

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

.trial_offerexp .container {
    position: relative;
    z-index: 2;
}

.trial_offerexp .get_connectedexp {
    justify-content: center;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    flex-wrap: wrap;
    position: relative;
    display: flex;
    gap: 0;
}

.trial_offerexp .info_item:first-child::before {
    display: none;
}

.trial_offerexp .info_item p,
.trial_offerexp .info_item a {
    align-items: center;
    font-size: calc(17px - 1px);
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
    gap: 0.75rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    text-align: center;
}

.trial_offerexp .slack_inviteexp {
    position: relative;
    padding-left: 2rem;
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}

.trial_offerexp .first_teachexp h5 {
    margin-bottom: 1rem;
    font-size: 23px;
    color: #000000;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.03);
}

.trial_offerexp .nav_startexp a:hover::before {
    background-color: rgb(208,191,203);
    width: 8px;
    height: 8px;
}

.trial_offerexp .subscribe_holder::before {
    border-color: rgb(208,191,203,0.5) transparent transparent transparent;
    content: '';
    height: 0;
    border-width: 50px 50px 0 0;
    width: 0;
    left: 0;
    position: absolute;
    border-top-left-radius: 25px;
    top: 0;
    border-style: solid;
}

.trial_offerexp .sub_promoexp {
    border: none;
    background: linear-gradient(135deg, rgb(208,191,203) 0%, rgb(173,152,167) 100%);
    transition: all 0.3s ease;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    padding: 1.125rem 1.25rem;
    position: relative;
    font-size: 20px;
    font-weight: 600;
}

.course_programexp {
    position: relative;
    align-items: center;
    background-color: rgb(208,191,203);
    overflow: hidden;
    min-height: 100vh;
    display: flex;
}

.course_programexp {
    min-height: auto;
    display: block;
}

.course_programexp .job_successexp {
    width: 100%;
    display: flex;
    height: 500%;
    flex-direction: column;
    animation: vertical-carousel 35s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}

.course_programexp .job_successexp {
    height: 100%;
    animation: horizontal-carousel 25s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    flex-direction: row;
    width: 500%;
}

.course_programexp .container {
    z-index: 3;
    justify-content: flex-end;
    display: flex;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 3rem;
    max-width: 1320px;
}

.course_programexp .container {
    justify-content: center;
    padding: 2rem 1rem;
}

.course_programexp .skill_academyexp::after {
    pointer-events: none;
    top: -50%;
    width: 200%;
    content: "";
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    left: -50%;
    animation: rotate-gradient 20s linear infinite;
    height: 200%;
    position: absolute;
    z-index: -1;
}

.course_programexp .skill_academyexp .request_feedbackexp::before {
    left: -100%;
    content: "";
    background: linear-gradient(
        to right,
        rgb(173,152,167) 0%,
        rgb(208,191,203) 100%
    );
    width: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    opacity: 0;
    transition: all 0.4s ease;
    height: 100%;
}

.attempt_nowexp .skill_boostexp {
    grid-template-columns: 1fr 1fr;
    display: grid;
    padding-left: 50px;
    position: relative;
    border-left: 4px solid rgb(208,191,203);
    gap: 50px;
    z-index: 10;
}

.attempt_nowexp .request_feedbackexp {
    overflow: hidden;
    border-radius: 24px;
    background: rgb(233,225,231);
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    z-index: 5;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 5px 5px 0 rgb(208,191,203);
    grid-column: 1 / 2;
    font-size: 20px;
    color: #ffffff;
    padding: 20px 40px;
    position: relative;
}


.learn_prefsexp {
    background: linear-gradient(135deg, rgb(173,152,167) 0%, rgba(0, 0, 0, 0.5) 100%);
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px 5%;
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgb(208,191,203,0.5);
}

.cookie_overviewexp h5 {
    color: rgb(208,191,203);
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgb(208,191,203);
    font-size: 19px;
}

#usageNoticeDialogexp {
    display: none;
}

#usageNoticeDialogexp:checked ~ .cookie_message_alertexp {
    visibility: hidden;
    opacity: 0;
}

.thanksPartexp::after {
    position: absolute;
    animation: patternMove 60s linear infinite;
    top: -50%;
    width: 200%;
    left: -50%;
    z-index: 1;
    content: "";
    height: 200%;
    pointer-events: none;
    transform: rotate(15deg);
}

.thanksPartexp .skill_boostexp {
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 15px 30px -10px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        0 30px 60px -30px rgba(rgb(208,191,203), 0.3);
    border-radius: 11px;
    transform: translateZ(20px) rotateX(2deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
}

.thanksPartexp span {
    line-height: 1.7;
    color: #000000;
    position: relative;
    text-align: left;
    font-family: Arial, sans-serif;
    display: block;
    z-index: 2;
    font-size: 13px;
}

.education_frameworkexp::after {
    z-index: 1;
    right: 0;
    content: "";
    background: radial-gradient(circle at bottom right, rgb(208,191,203,0.5), transparent 70%);
    position: absolute;
    width: 40%;
    bottom: 0;
    height: 250px;
    opacity: 0.15;
    transform: translateY(30%);
}

.education_frameworkexp:hover h2::before {
    transform: scaleX(1);
}

.education_frameworkexp .text_body_wrapexp:hover {
    transform: translateY(-5px);
    box-shadow: 
        16px 16px 30px rgba(0, 0, 0, 0.1),
        -10px -10px 25px rgba(255, 255, 255, 0.95),
        inset 2px 2px 5px rgba(255, 255, 255, 0.8),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.education_frameworkexp p::first-letter {
    font-size: 1.3em;
    color: rgb(208,191,203);
    font-weight: 600;
}

.ideal_participantsexp::after {
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(208,191,203,0.5) 25%, 
        rgb(208,191,203) 50%, 
        rgb(208,191,203,0.5) 75%, 
        transparent 100%
    );
    position: absolute;
    width: 100%;
    content: "";
    height: 1px;
    left: 0;
}

.ideal_participantsexp div p {
    transition: all 0.3s ease;
    color: #000000;
    font-size: 12px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    align-items: center;
    display: flex;
    backdrop-filter: blur(10px);
    margin: 0;
    padding: 20px 25px;
    z-index: 1;
}

.ideal_participantsexp div p:hover svg path {
    fill: rgb(173,152,167);
}

header .top_primaryexp .nav_learnexp {
    z-index: 10;
    padding: 5px 20px 15px;
    position: relative;
    justify-self: center;
}

header .top_primaryexp .nav_learnexp::before,
header .top_primaryexp .nav_learnexp::after {
    position: absolute;
    width: 90%;
    content: "";
    height: 90%;
    border-radius: 26px;
}

header .top_primaryexp .nav_learnexp::before {
    transition: transform 0.3s ease;
    transform: scale(0);
    left: -5px;
    border-left: 2px solid rgb(208,191,203);
    transform-origin: top left;
    top: -5px;
    border-top: 2px solid rgb(208,191,203);
}

header .top_primaryexp .first_teachexp .head_trainexp:not(:last-child)::after {
    position: absolute;
    right: 0;
    content: "";
    height: 60%;
    background: rgb(173,152,167,0.5);
    top: 20%;
    width: 1px;
}

.our_backgroundexp {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
}

.our_backgroundexp::after {
    mix-blend-mode: overlay;
    content: "";
    top: 0;
    position: absolute;
    z-index: 2;
    height: 100%;
    background: linear-gradient(45deg, rgb(208,191,203,0.5), transparent);
    left: 0;
    width: 100%;
}

.our_backgroundexp .text_body_wrapexp::before {
    right: 0;
    height: 100px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background: rgb(208,191,203,0.5);
    z-index: -1;
    width: 100px;
    position: absolute;
    top: 0;
    content: "";
}

.our_backgroundexp h6::after {
    background: linear-gradient(to right, rgb(173,152,167), transparent);
    bottom: 0;
    left: 0;
    content: "";
    width: 60px;
    height: 3px;
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    animation: expandWidth 1.2s 1s forwards;
}

.developer_experienceexp .user_opinionsexp {
    transform-style: preserve-3d;
    display: flex;
    perspective: 1000px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
}

.developer_experienceexp .work_expexp {
    overflow: hidden;
    margin-top: -40px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 60px 40px 40px;
    transform: translateZ(0);
    border-radius: 19px;
}

.developer_experienceexp .employee_summaryexp {
    opacity: 0.9;
    line-height: 1.8;
    transform: translateY(0);
    position: relative;
    padding: 20px 0;
    font-size: 18px;
    transition: all 0.4s ease 0.2s;
    color: #000000;
}

.title_boardexp {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,231), #ffffff 90%);
}

.title_boardexp .skill_boostexp {
    display: grid;
    perspective: 1000px;
    position: relative;
    z-index: 1;
    grid-template-columns: 1fr;
    max-width: 1400px;
    padding: 2rem;
    margin: 0 auto;
    gap: 2rem;
}

.title_boardexp h1::after {
    transform-origin: left;
    content: "";
    left: 0;
    width: 80px;
    transition: transform 0.5s ease;
    background: rgb(208,191,203);
    bottom: -10px;
    height: 3px;
    position: absolute;
    transform: scaleX(0.7);
}

.title_boardexp svg {
    height: 100px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 5px 10px rgba(94,170,168,0.3));
    width: 100px;
    margin-bottom: 1rem;
    transform: translateY(0);
}

.title_boardexp ul {
    list-style: none;
    margin-top: 1rem;
    padding: 0;
    display: flex;
}

.title_boardexp .request_feedbackexp:hover {
    box-shadow: 
        0 8px 20px -5px rgba(94,170,168,0.6),
        0 4px 10px -2px rgba(0,0,0,0.2);
    transform: translateY(-3px) scale(1.03);
}

.title_boardexp .img_lightboxexp::before {
    height: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(94,170,168,0.3),
        rgba(0,0,0,0.1)
    );
    left: 0;
    content: "";
    width: 100%;
}

.connect_formexp::before {
    left: 0;
    opacity: 0.15;
    content: "";
    background: linear-gradient(120deg, rgb(208,191,203,0.5) 0%, transparent 75%);
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}

.connect_formexp .img_lightboxexp {
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.connect_formexp .reach_panelexp::before {
    left: 0;
    position: absolute;
    top: 40px;
    width: 5px;
    background: linear-gradient(to bottom, rgb(208,191,203), rgb(173,152,167));
    border-radius: 2.5px;
    height: calc(100% - 80px);
    content: "";
}

.connect_formexp .inquiry_feedbackexp {
    display: flex;
    margin: 10px 0 30px;
    align-items: flex-start;
}

.connect_formexp .inquiry_feedbackexp label::before {
    top: 2px;
    left: 0;
    transition: all 0.2s ease;
    border-radius: 10px;
    width: 22px;
    position: absolute;
    height: 22px;
    border: 2px solid rgb(208,191,203,0.5);
    content: "";
}

.connect_formexp form .request_feedbackexp {
    font-weight: 600;
    border: none;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #ffffff;
    padding: 15px 35px;
    background: linear-gradient(45deg, rgb(208,191,203), rgb(173,152,167));
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.3s ease;
    overflow: hidden;
}

.plan_containerexp h2::after {
    background: rgb(208,191,203);
    position: absolute;
    box-shadow: 0 0 15px rgb(208,191,203,0.5);
    content: "";
    left: 50%;
    height: 3px;
    width: 80px;
    bottom: -10px;
    transform: translateX(-50%);
}

.plan_containerexp .trial_ratesexp::before {
    content: "";
    position: absolute;
    top: -5px;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    z-index: -1;
    left: -5px;
    animation: shimmer 3s infinite linear;
    background-size: 200% 200%;
    right: -5px;
    opacity: 0;
    bottom: -5px;
    transition: opacity 0.4s ease;
}

.plan_containerexp .cost_tableexp {
    font-size: calc(21px + 4px);
    color: #ffffff;
    position: relative;
    padding: 12px 25px;
    font-weight: 700;
    border-radius: 30px;
    align-self: flex-start;
    overflow: hidden;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    background: linear-gradient(135deg, rgb(208,191,203) 0%, rgb(173,152,167) 100%);
    display: inline-block;
}

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

.privacy_fortificationexp h2::before {
    background: rgb(208,191,203,0.5);
    width: 8px;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    height: 85%;
    content: "";
    top: 50%;
}

.privacy_fortificationexp h4::before {
    top: 50%;
    width: 4px;
    height: 60%;
    left: 0;
    content: "";
    background: rgb(173,152,167,0.5);
    transform: translateY(-50%);
    position: absolute;
}

.privacy_fortificationexp p:hover strong::after {
    transform-origin: left;
    transform: scaleX(1);
}

.privacy_fortificationexp ul::before {
    top: 0;
    width: 2px;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(208,191,203,0.5), transparent);
}

.privacy_fortificationexp span {
    display: block;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.6);
    transform: translateZ(0);
    font-size: calc(14px * 0.95);
    color: #000000;
    line-height: 1.75;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    border-left: 3px solid rgb(173,152,167);
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
}

.client_testimonialsexp h4::before {
    height: 10px;
    content: "";
    background: rgb(173,152,167,0.5);
    bottom: -5px;
    position: absolute;
    width: 200%;
    transform: skew(15deg);
    left: -50px;
    z-index: -1;
}

.client_testimonialsexp .user_opinionsexp {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: #ffffff;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 80%, 
        85% 100%, 
        0 100%
    );
    position: relative;
    padding: 40px 30px;
}

.client_testimonialsexp .user_opinionsexp:nth-child(odd)::after {
    background: rgb(208,191,203,0.5);
}

.client_testimonialsexp .user_opinionsexp:hover::before {
    transform: translate(4px, 4px);
}

.client_testimonialsexp .user_opinionsexp:nth-child(even) .img_lightboxexp {
    clip-path: polygon(
        30% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 30%
    );
}

.client_testimonialsexp .user_opinionsexp p {
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
    font-size: 13px;
    font-family: Arial, sans-serif;
    position: relative;
}


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



@media (max-width: 1200px) {.trial_offerexp .text_main_holder {
    gap: 2.5rem;
}.trial_offerexp .nav_learnexp {
    max-width: 260px;
}.trial_offerexp .first_teachexp {
    min-width: 220px;
}
}




@media (max-width: 992px) {.course_programexp .training_planexp {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course_programexp .skill_boostexp {
    margin-right: 0;
    width: 60%;
}.course_programexp .skill_academyexp {
    padding: 2rem;
}.course_programexp .skill_academyexp h3 {
    font-size: calc(31px * 0.9);
}
}



@media (max-width: 991px) {.attempt_nowexp {
    padding: 80px 0;
}.attempt_nowexp .skill_boostexp {
    padding-left: 30px;
    gap: 40px;
}.attempt_nowexp .container p {
    font-size: calc(20px * 1.2);
}.attempt_nowexp .request_feedbackexp {
    padding: 18px 36px;
}
}


@media only screen and (max-width: 800px) {.consent_complyexp {
    display: none;
}.learn_prefsexp {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_overviewexp {
    text-align: center;
    margin-bottom: 20px;
}.cookie_message_alertexp h5, .cookie_message_alertexp p {
    text-align: center;
}.track_manageexp {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    text-align: center;
}}



@media (min-width: 992px) {.education_frameworkexp {
    padding: 150px 0;
}.education_frameworkexp::after {
    width: 50%;
    height: 350px;
}.education_frameworkexp .skill_boostexp {
    gap: 80px;
}.education_frameworkexp .text_body_wrapexp {
    padding: 60px;
    border-radius: calc(10px * 1.5);
}.education_frameworkexp .text_body_wrapexp::after {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s ease;
    bottom: -15px;
    width: 120px;
    border-radius: 10px;
    opacity: 0.3;
    transform: scaleX(0.6);
    background: linear-gradient(90deg, transparent, rgb(173,152,167,0.5));
    position: absolute;
    content: "";
    right: 40px;
    transform-origin: right;
    height: 8px;
}.education_frameworkexp .text_body_wrapexp:hover::after {
    transform: scaleX(1);
    opacity: 0.5;
}
}



@media (max-width: 479px) {.ideal_participantsexp {
    padding: 50px 0;
}.ideal_participantsexp h4 {
    font-size: calc(32px - 4px);
}.ideal_participantsexp div {
    gap: 12px;
}.ideal_participantsexp div p {
    padding: 15px;
}.ideal_participantsexp div p svg {
    min-width: 20px;
    width: 20px;
    margin-right: 12px;
    height: 20px;
}}



@media (min-width: 992px) {.our_backgroundexp {
    padding: 180px 0;
}.our_backgroundexp h4 {
    margin-left: 80px;
}.our_backgroundexp .text_body_wrapexp {
    margin-left: 80px;
    width: 80%;
    transform: translateZ(0) rotateX(2deg) rotateY(-1deg);
    padding: 70px;
}.our_backgroundexp .text_body_wrapexp:hover {
    transform: translateZ(50px) rotateX(0) rotateY(0);
}.our_backgroundexp span {
    column-count: 3;
    column-gap: 50px;
}
}



@media (max-width: 767px) {.developer_experienceexp {
    padding: 60px 20px;
}.developer_experienceexp .work_expexp {
    padding: 60px 25px 35px;
}.developer_experienceexp .name {
    font-size: calc(36px - 4px);
}.developer_experienceexp .work_expexp > div:nth-child(2) {
    font-size: calc(18px - 1px);
}.developer_experienceexp .employee_summaryexp {
    font-size: calc(18px - 1px);
}}



@media (max-width: 767px) {.title_boardexp {
    padding: 3rem 0;
}.title_boardexp .text_body_wrapexp {
    text-align: center;
    align-items: center;
    padding: 2rem 1.5rem;
}.title_boardexp h1 {
    font-size: calc(39px * 0.9);
}.title_boardexp h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
}.title_boardexp .text_body_wrapexp:hover h1::after {
    transform: translateX(-50%) scaleX(1);
}.title_boardexp .course_introexp {
    align-items: center;
}.title_boardexp ul {
    justify-content: center;
}}



@media (max-width: 1200px) {.plan_containerexp {
    padding: 100px 0;
}.plan_containerexp .learning_feesexp {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.plan_containerexp .fee_structexp {
    padding: 30px 20px;
}
}



@media (hover: none) {.plan_containerexp .learn_dealsexp:hover {
    transform: none;
}.plan_containerexp .trial_ratesexp {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.plan_containerexp .learn_dealsexp:active {
    transform: scale(0.98);
}}



@media (max-width: 480px) {.privacy_fortificationexp {
    padding: 3rem 1rem;
}.privacy_fortificationexp h1 {
    font-size: calc(41px * 0.9);
}.privacy_fortificationexp h2 {
    font-size: calc(34px * 0.9);
}.privacy_fortificationexp h3 {
    font-size: calc(22px * 1.1);
}.privacy_fortificationexp h4 {
    font-size: 22px;
}.privacy_fortificationexp p, .privacy_fortificationexp li, .privacy_fortificationexp span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}



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

@keyframes horizontal-carousel {
        0%, 15% {
            transform: translateX(0);
        }
        20%, 35% {
            transform: translateX(-20%);
        }
        40%, 55% {
            transform: translateX(-40%);
        }
        60%, 75% {
            transform: translateX(-60%);
        }
        80%, 95% {
            transform: translateX(-80%);
        }
        100% {
            transform: translateX(0);
        }
    }



@keyframes expandWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



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



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

