.sustain_cta {
    flex: 0 0 auto;
}

.sustain_cta {
    position: relative;
    padding: 4rem 0 2rem;
    color: #000000;
}

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


.testimonials {
    padding: 120px 0 80px;
    position: relative;
    background: linear-gradient(135deg, rgb(114,114,117,0.5), rgb(184,184,190));
    overflow: hidden;
}

.testimonials h2 {
    transform: perspective(1000px) rotateX(0deg) rotateY(-1deg);
    position: relative;
    text-align: left;
    transform-origin: left center;
    font-weight: 700;
    color: #000000;
    font-size: 36px;
    padding-left: 20px;
    margin-bottom: 60px;
}

.testimonials .learner_feedback:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 30px 60px rgba(83, 83, 83, 0.05);
}

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

.testimonials .description::before {
    content: "";
    top: -20px;
    color: rgb(114,114,117,0.5);
    left: -10px;
    opacity: 0.2;
    position: absolute;
    font-family: Georgia, serif;
    font-size: 80px;
    line-height: 1;
    z-index: -1;
}

.testimonials a:hover::before {
    left: 100%;
}

.stay_informed {
    background-color: rgb(184,184,190);
    isolation: isolate;
    position: relative;
    overflow: hidden;
    padding: 5rem 3rem;
}

.stay_informed .training_experts {
    grid-template-columns: 2fr 3fr;
    gap: 0;
    display: grid;
    position: relative;
}

.stay_informed p {
    transform-origin: left center;
    margin: 0;
    flex-direction: column;
    font-size: calc(21px * 1.2);
    padding-right: 2rem;
    line-height: 1.6;
    color: #000000;
    font-family: Arial, sans-serif;
    grid-column: 1 / 2;
    display: flex;
    font-weight: 300;
    letter-spacing: 1px;
    justify-content: center;
    position: relative;
}

.stay_informed .news_optin:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0.3;
}

.stay_informed .sub_settings::before {
    top: 0;
    content: "";
    height: 100%;
    transition: transform 0.3s ease;
    left: 0;
    width: 100%;
    z-index: -1;
    transform: translateX(-100%);
    background-color: rgb(114,114,117);
    position: absolute;
}

.title_portal .training_experts {
    padding: 6% 8%;
    transform: perspective(1000px) translateZ(0);
    align-items: flex-start;
    position: relative;
    flex-direction: column;
    margin: auto;
    z-index: 10;
    transform-style: preserve-3d;
    max-width: 1200px;
    display: flex;
}

.title_portal .text_row {
    border-left: 3px solid rgb(149,149,155);
    transform: perspective(1000px) translateZ(10px) translateX(0);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.18);
    opacity: 0;
    border-radius: 0 10px 10px 0;
    margin-top: 1.5rem;
    backdrop-filter: blur(10px);
    animation: text-holder-slide 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    padding: 2.5rem 3rem;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    max-width: 620px;
}

.title_portal .master_expert:hover svg path {
    fill: rgb(115, 190, 188);
}

.title_portal .connect_links {
    background: rgb(149,149,155);
    transform: translateY(0);
    letter-spacing: 0.02em;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(94, 170, 168, 0.3);
    padding: 0.9rem 2.2rem;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: inline-block;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}

header .header_know {
    flex: 0 0 auto;
    position: relative;
    z-index: 5;
}

header .top_section img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

header .nav_mainwrap {
    perspective: 800px;
    position: relative;
    margin: 0 0.3rem;
}

header .nav_mainwrap a::before {
    bottom: 5px;
    transform: scaleX(0);
    width: 80%;
    height: 1px;
    position: absolute;
    content: '';
    transition: transform 0.3s ease;
    opacity: 0.7;
    left: 10%;
    background: rgb(149,149,155);
}

header .main_train::after {
    bottom: 0;
    position: absolute;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 60%;
    left: 20%;
    opacity: 0.1;
}

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

.thanks_area .training_experts:hover {
    box-shadow: 
        0 25px 55px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 35px 75px -25px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 2px 5px rgba(rgb(149,149,155,0.5), 0.08),
        0 0 0 1px rgba(rgb(149,149,155,0.5), 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.thanks_area h5::after {
    bottom: -0.5rem;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(114,114,117), transparent);
    width: 40%;
    left: 0;
    content: "";
}

.thanks_area a::before {
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, 
        rgba(rgb(149,149,155,0.5), 0.03), 
        rgba(rgb(114,114,117,0.5), 0.05)
    );
    width: 100%;
    top: 0;
    opacity: 0;
    z-index: -1;
    content: "";
    left: 0;
    transform: scaleX(0.8) translateX(-10%);
    height: 100%;
    transform-origin: left;
    position: absolute;
}

.company_overview .learning_corner {
    margin-top: 60px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.company_overview .expert_sessions:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.company_overview .expert_sessions h3 {
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 22px;
    color: #000000;
    z-index: 2;
    margin-bottom: 20px;
    position: relative;
}

.company_overview .expert_sessions:last-child {
    border-top: 3px solid rgb(114,114,117);
}

.company_overview .learning_corner::after {
    left: 0;
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    background-size: 20px 20px;
    content: "";
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    top: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.02;
}

.potential_students h3 {
    position: relative;
    letter-spacing: 1px;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    margin-bottom: 3.5rem;
}

.potential_students li {
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    padding: 2.5rem 2rem;
    border-radius: 29px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    text-align: center;
}

.potential_students li {
    position: relative;
    font-weight: 300;
    line-height: 1.6;
    font-size: 17px;
    padding-bottom: 1rem;
    color: #000000;
}

.instructor_history::before {
    height: 80%;
    width: 30%;
    top: -10%;
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgb(114,114,117,0.5) 0%, rgb(149,149,155,0.5) 100%);
    content: "";
    position: absolute;
    z-index: 0;
    opacity: 0.4;
    right: -5%;
    filter: blur(40px);
}

.instructor_history .square_image {
    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 180px;
    border-radius: 10px;
    transform: rotate(-3deg);
    transition: all 0.4s ease-out;
    width: 180px;
}

.instructor_history .name::after {
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    bottom: -5px;
    content: "";
    width: 40%;
    background: linear-gradient(90deg, rgb(114,114,117) 0%, transparent 100%);
    height: 3px;
}

footer::after {
    z-index: -1;
    top: 0;
    opacity: 0.1;
    content: "";
    position: absolute;
    background-image: 
        repeating-linear-gradient(0deg, rgb(149,149,155,0.5), rgb(149,149,155,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(149,149,155,0.5), rgb(149,149,155,0.5) 1px, transparent 1px, transparent 20px);
    right: 0;
    left: 0;
    bottom: 0;
}

.sustain_cta .milestone_cta {
    font-size: 16px;
    position: relative;
    line-height: 1.7;
    background: rgb(184,184,190);
    border-radius: 10px;
    color: #000000;
    padding: 1.5rem;
    border-left: 3px solid rgb(114,114,117);
}

.sustain_cta .nav_base .head_study a {
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    display: flex;
    padding: 0.8rem 1.5rem;
    color: #000000;
}

.award_show {
    margin-top: 3rem;
    padding: 2rem 0;
    background: rgb(184,184,190);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.location_details {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(149,149,155,0.5) 0%, rgb(184,184,190) 100%);
    overflow: hidden;
    position: relative;
}

.location_details .edu_reach {
    backdrop-filter: blur(5px);
    padding: 2.5rem;
    transition: all 0.3s ease;
    gap: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 28px;
}

.location_details .talk_team {
    color: rgb(149,149,155);
    font-size: calc(15px * 1.2);
    font-weight: 600;
    margin-bottom: 1rem;
}

.location_details .talk_support {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
    margin-top: 2rem;
}

.location_details .connect_team span {
    padding: 0.5rem;
    text-align: center;
    transition: all 0.3s ease;
    display: block;
    color: #000000;
    font-size: calc(15px * 0.9);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}

.location_details .talk_answer a::before {
    content: "";
    position: absolute;
    background: rgb(149,149,155);
    top: 0;
    transition: all 0.3s ease;
    height: 100%;
    width: 4px;
    left: 0;
}

.location_details svg {
    width: 20px;
    margin-right: 0.8rem;
    transition: all 0.3s ease;
    height: 20px;
    fill: rgb(114,114,117);
}



.location_details .edu_reach:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

#cookie_box_overlay {
    display: none;
}

#cookie_box_overlay:checked ~ .cookie_dialog_notice {
    opacity: 0;
    visibility: hidden;
}

.cookie_dialog_notice .container {
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
    max-width: 1140px;
}

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

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

.program_information::before {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    background: 
        radial-gradient(ellipse at 20% 30%, rgb(149,149,155,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(114,114,117,0.5) 0%, transparent 60%);
    opacity: 0.6;
    z-index: 1;
}

.program_information .square_image {
    z-index: 2;
    animation: morphShape 15s infinite alternate ease-in-out;
    right: 3%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 440px;
    position: absolute;
    overflow: hidden;
    top: 5%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    width: 45%;
}

.program_information .header_know {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    z-index: 4;
}

.program_information .header_know svg path {
    stroke: rgb(149,149,155);
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    stroke-width: 0.5;
}

.program_information p {
    color: #000000;
    line-height: 1.7;
    margin: 0;
    font-size: 15px;
    position: relative;
    z-index: 4;
    max-width: 100%;
}

.connect_with_us::before {
    background-size: 20px 20px;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    z-index: 0;
    top: 0;
}

.connect_with_us #contact {
    flex-direction: column;
    gap: 30px;
    display: flex;
}

.connect_with_us h3::after {
    content: "";
    bottom: -10px;
    width: 40px;
    left: 0;
    height: 2px;
    background: rgb(149,149,155);
    position: absolute;
}

.connect_with_us .message_request {
    gap: 12px;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.connect_with_us .message_request input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    height: 11px;
    width: 6px;
    position: absolute;
    border-width: 0 2px 2px 0;
    top: 3px;
    left: 7px;
    border: solid #ffffff;
    content: "";
}

.connect_with_us .connect_links:hover {
    background: rgb(114,114,117);
    box-shadow: 0 7px 20px rgb(114,114,117,0.5);
    transform: translateY(-2px);
}

.connect_with_us svg:hover path {
    fill: rgb(114,114,117);
}

.privacy_depot::after {
    background: radial-gradient(circle at bottom right, rgba(rgb(149,149,155,0.5), 0.03), transparent 70%);
    z-index: 0;
    width: 35%;
    pointer-events: none;
    height: 35%;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
}

.privacy_depot h2::before {
    width: 4px;
    background: linear-gradient(to bottom, rgb(149,149,155), rgb(114,114,117));
    position: absolute;
    top: 0.25rem;
    left: 0;
    content: "";
    bottom: 0.25rem;
    border-radius: 2px;
}

.privacy_depot h2::before {
    width: 6px;
}

.privacy_depot strong {
    font-weight: 600;
    color: rgb(149,149,155);
}

.privacy_depot li::before {
    height: 8px;
    top: 0.5rem;
    position: absolute;
    content: "";
    width: 8px;
    left: 0;
    background-color: rgb(114,114,117);
    transform: rotate(45deg);
}

.privacy_depot li:hover::before {
    transform: rotate(135deg);
    transition: transform 0.3s ease;
}

.pricing_menu::after {
    width: 500px;
    opacity: 0.1;
    bottom: -15%;
    position: absolute;
    background: linear-gradient(225deg, rgb(114,114,117,0.5), rgb(149,149,155,0.5));
    z-index: 0;
    left: -10%;
    filter: blur(100px);
    content: "";
    height: 500px;
}

.pricing_menu .edu_packages:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}

.pricing_menu .deal_opts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    perspective: 1000px;
}

.pricing_menu .rate_packages {
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: box-shadow 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    overflow: hidden;
    display: flex;
}

.pricing_menu .plan_rates:hover .price_view h3 {
    color: rgb(149,149,155);
    transform: translateY(-2px);
}

.pricing_menu .plan_rates:hover .price_view .plan_deals {
    transform: scale(1.05);
}

.pricing_menu .plan_rates:hover .price_view .plan_deals::after {
    width: 80px;
}

.pricing_menu .plan_rates:hover .price_view p {
    opacity: 1;
}

.pricing_menu .plan_rates .square_image {
    width: 100%;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 220px;
    position: relative;
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 1rem;
}

::-webkit-scrollbar-button {
    border-radius: 9px;
    background: rgb(114,114,117,0.5);
}

::-webkit-scrollbar-track {
    border-radius: 9.1rem;
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #ffffff;
    box-shadow: 0px 2px 7px 7px rgba(0, 0, 0, 0.3);
    border-radius: 9.8vh;
    transition: box-shadow 3.1s ease-in;
}

::-webkit-scrollbar-thumb:active {
    background: rgb(149,149,155,0.5);
    box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-corner {
    background: rgb(114,114,117,0.5);
}



@media (max-width: 991px) {.title_portal .training_experts {
    padding: 7% 5%;
}.title_portal .text_row {
    padding: 2rem 2.5rem;
    max-width: 520px;
}
}



@media (min-width: 1400px) {header .main_train {
    margin: 0 auto;
    max-width: 1300px;
}header .nav_mainwrap {
    margin: 0 0.5rem;
}header .nav_mainwrap a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 991px) {header {
    padding: 0;
}header .main_train {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}header .header_know {
    margin-bottom: 0;
}header .nav_base {
    flex: 1 0 100%;
    margin-top: 1rem;
    justify-content: center;
}header .nav_mainwrap {
    margin: 0 0.2rem;
}header .nav_mainwrap a {
    font-size: calc(18px - 1px);
    padding: 0.6rem 0.8rem;
}header .header_know::before {
    right: -5px;
    top: -5px;
    left: -5px;
    bottom: -5px;
}
}



@media (max-width: 767px) {.thanks_area {
    padding: 4rem 0;
}.thanks_area .training_experts {
    padding: 2rem;
    gap: 2rem;
}.thanks_area h5 {
    font-size: calc(23px * 0.9);
}.thanks_area p {
    font-size: calc(16px * 0.95);
}.thanks_area .training_experts > div:last-child {
    padding-left: 1rem;
}
}



@media screen and (max-width: 992px) {.company_overview {
    padding: 80px 0;
}.company_overview .learning_corner {
    margin-top: 40px;
    flex-direction: column;
}.company_overview .expert_sessions {
    margin: 10px 0;
    flex: 1 1 100%;
}.company_overview .learning_corner::before {
    display: none;
}.company_overview .container::before,
    .company_overview .container::after {
    display: none;
}
}



@media (max-width: 991px) {.potential_students .training_experts {
    padding: 2rem;
}.potential_students h3 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
}.potential_students li {
    padding: 2rem 1.5rem;
}.potential_students li svg {
    width: 50px;
    margin-bottom: 1rem;
    height: 50px;
}
}



@media (min-width: 768px) {.instructor_history {
    padding: 7rem 0;
}.instructor_history .learner_feedback {
    padding: 3rem;
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
    gap: 2.5rem;
}.instructor_history .learner_feedback > div:nth-child(1) {
    grid-row: 1 / 3;
}.instructor_history .square_image {
    width: 220px;
    height: 280px;
    margin: 0;
}.instructor_history .work_content {
    padding-left: 2rem;
    font-size: calc(12px + 0.1rem);
}
}



@media (max-width: 768px) {.sustain_cta {
    padding: 3rem 0 1.5rem;
}.sustain_cta .head_study {
    gap: 1.5rem;
}.sustain_cta .company_holder {
    padding: 2rem;
}.sustain_cta .company_holder h3 {
    font-size: calc(32px - 2px);
}.award_show {
    margin-top: 2rem;
}
}



@media (max-width: 1024px) {.location_details .edu_reach {
    grid-template-columns: 1fr 1fr;
}.location_details .get_connected:first-child {
    grid-column: span 2;
}.location_details .get_connected .square_image {
    min-height: 250px;
}
}



@media (max-width: 1199px) {.program_information .tech_learn {
    padding: 50px 50% 50px 50px;
}.program_information .square_image {
    width: 42%;
    height: 85%;
}
}



@media (max-width: 991px) {.program_information {
    padding: 80px 0;
}.program_information .training_experts {
    display: flex;
    flex-direction: column;
}.program_information .tech_learn {
    padding: 220px 40px 50px 40px;
    min-height: auto;
}.program_information .square_image {
    width: 80%;
    top: 0;
    left: 10%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 200px;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    position: absolute;
}.program_information .header_know {
    top: 160px;
    margin-bottom: 0;
    position: absolute;
    left: 40px;
}.program_information h3 {
    font-size: calc(31px * 0.9);
}.program_information .tech_learn::before {
    display: none;
}
}



@media (max-width: 767px) {.privacy_depot {
    padding: 4rem 1rem;
}.privacy_depot h1 {
    font-size: calc(48px * 0.9);
}.privacy_depot h2 {
    font-size: calc(31px * 0.9);
}.privacy_depot h3 {
    font-size: calc(31px * 0.75);
}.privacy_depot h4 {
    font-size: calc(31px * 0.65);
}}



@media (min-width: 1200px) {.pricing_menu .deal_opts {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_menu .edu_packages h2 {
    font-size: calc(30px + 5px);
}
}



@media (max-width: 480px) {.pricing_menu {
    padding: 50px 0;
}.pricing_menu .price_view h3 {
    font-size: 20px;
}.pricing_menu .price_view .plan_deals {
    font-size: calc(20px + 2px);
}.pricing_menu .price_view p {
    font-size: calc(15px - 1px);
}
}



@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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

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

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


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

