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

header,footer {
    width: 100%;
}


.instructor-history-903 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(232,222,203);
}

.instructor-history-903 .success-stories-024 {
    margin: 0 auto;
    border-radius: 13px;
    max-width: 1000px;
    grid-template-columns: 350px 1fr;
    gap: 50px;
    background: #ffffff;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: grid;
    position: relative;
}

.instructor-history-903 .image-carousel-863:hover ~ .name,
.instructor-history-903 .image-carousel-863:hover ~ span:not(.name) {
    transform: translateX(5px);
}

.instructor-history-903 .job-overview-946::before {
    content: "";
    position: absolute;
    top: 40px;
    height: 30px;
    left: 40px;
    opacity: 0.2;
    width: 40px;
    background: linear-gradient(to right bottom, 
        rgb(209,190,169) 0%, 
        rgb(209,190,169) 50%, 
        transparent 50%, 
        transparent 100%);
}

.learning-outcomes-186 .learning-classes-495 {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2.5rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}

.learning-outcomes-186 .text-article-756:hover h4::after {
    width: 120px;
}

.learning-outcomes-186 .text-article-756 > div {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}

.learning-outcomes-186 li {
    opacity: 0.9;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transform: translateX(0);
    margin-bottom: 1.2rem;
}

.learning-outcomes-186 li p span:last-child::before {
    transition: width 0.4s ease;
    left: 0;
    z-index: -1;
    content: "";
    background: rgb(179,158,135);
    position: absolute;
    width: 0;
    bottom: -2px;
    height: 2px;
}

.tariff-option-193::before {
    position: absolute;
    opacity: 0.4;
    z-index: 0;
    background: linear-gradient(145deg, rgb(209,190,169,0.5), rgb(179,158,135,0.5));
    filter: blur(60px);
    right: -5%;
    top: -10%;
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    content: "";
}

.tariff-option-193 .basic-rates-614 h2 {
    position: relative;
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 700;
}

.tariff-option-193 .rate-choice-845 {
    text-decoration: none;
    display: block;
    transform: perspective(1000px) rotateX(0deg);
    backface-visibility: hidden;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
}

.tariff-option-193 .plan-matrix-314 h3 {
    padding-left: 15px;
    position: relative;
    white-space: normal;
    font-weight: 700;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: calc(22px + 2px);
    color: #000000;
    margin-bottom: 15px;
}

.tariff-option-193 .image-carousel-863 {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
}

.customer-opinions-286::before {
    background: radial-gradient(circle, rgb(209,190,169,0.5) 0%, transparent 70%);
    content: "";
    width: 40%;
    opacity: 0.4;
    position: absolute;
    top: -10%;
    right: -10%;
    height: 40%;
    pointer-events: none;
}

.customer-opinions-286 h2:hover {
    transform: translateX(8px);
}

.customer-opinions-286 .container.learning-classes-495 {
    position: relative;
    z-index: 1;
}

.customer-opinions-286 .success-stories-024::before {
    top: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.customer-opinions-286 .success-stories-024 h3::after {
    background: linear-gradient(90deg, rgb(209,190,169) 0%, transparent 100%);
    left: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 0;
    bottom: -5px;
    transition: width 0.4s ease;
}

.customer-opinions-286 .success-stories-024 div {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(0);
    overflow: hidden;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1),
                -5px -5px 15px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.4),
                inset -1px -1px 1px rgba(0, 0, 0, 0.05);
}

.customer-opinions-286 .success-stories-024 div {
    width: 50px;
    height: 50px;
}

.privacy-harbor-249 p {
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 13px;
}

.privacy-harbor-249 span {
    color: #000000;
    font-weight: 400;
}

header .container {
    position: relative;
    padding: 1.8rem 2rem;
}

header .nav-tutor-341 {
    grid-template-columns: auto 1fr;
    gap: 3rem;
    align-items: center;
    display: grid;
}

header .main-header-128 {
    display: block;
    position: relative;
    z-index: 2;
}

header .main-header-128::after {
    bottom: -5px;
    right: -10px;
    width: 25px;
    background: rgb(179,158,135,0.5);
    height: 25px;
}

header .head-top-403 {
    display: flex;
    justify-content: flex-end;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 10px 20px;
    flex-wrap: wrap;
    background: linear-gradient(to right, transparent, #ffffff);
    margin: 0;
    border-radius: 0 17px 17px 0;
    list-style: none;
    position: relative;
}

header .site-start-105 a::before {
    height: 100%;
    top: 0;
    content: "";
    transform: translateZ(-1px);
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    background: #ffffff;
}

header .site-start-105 a:hover::after {
    width: 80%;
}

.gratSection-728 {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(209,190,169,0.5), rgb(179,158,135,0.5));
    overflow: hidden;
}

.gratSection-728 .learning-classes-495 {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 0 0 1px rgba(255,255,255,0.15),
        inset 0 0 20px rgba(rgb(209,190,169),0.05);
    gap: 40px;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.92);
    padding: 60px 50px;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    position: relative;
    flex-direction: column;
}

.gratSection-728 h5::before {
    height: 10px;
    background: rgb(209,190,169);
    content: "";
    position: absolute;
    top: 50%;
    opacity: 0.8;
    transition: transform 0.3s ease;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    left: -20px;
}

.potential-enrollees-963::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-position: 0 0, 30px 30px;
    content: "";
    position: absolute;
    opacity: 0.03;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(209,190,169,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(209,190,169,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(209,190,169,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(209,190,169,0.5) 75%
        );
}

.potential-enrollees-963 div p:nth-child(even) {
    border-top-right-radius: 0;
    align-self: flex-end;
}

.potential-enrollees-963 div p:nth-child(odd)::before {
    left: -15px;
    top: -15px;
}

.potential-enrollees-963 div p::after {
    border-radius: 50%;
    position: absolute;
    width: 15px;
    z-index: 3;
    height: 15px;
    background: linear-gradient(135deg, rgb(209,190,169), rgb(179,158,135));
    transition: all 0.3s ease;
    content: "";
}

.our-mission-483::before {
    top: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 50%, rgba(255,255,255,0.75) 100%);
    position: absolute;
    right: 0;
    z-index: 1;
    left: 0;
    content: "";
    bottom: 0;
}

.our-mission-483 h1::before {
    height: 4px;
    position: absolute;
    transform-origin: left center;
    transform: scaleX(1);
    left: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: rgb(179,158,135);
    content: "";
    width: 60%;
    bottom: -15px;
}

.our-mission-483 span {
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    transform: translateY(0);
    font-size: 17px;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: block;
    background: linear-gradient(to right, rgba(255,255,255,0.85), rgba(255,255,255,0.95));
    line-height: 1.8;
    border-left: 3px solid rgb(209,190,169);
}

.find-contact-498 .get-in-touch-351::before {
    position: absolute;
    opacity: 0.05;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 20%, rgb(209,190,169,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgb(179,158,135,0.5) 0%, transparent 50%);
    content: "";
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
}

.find-contact-498 p {
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    font-weight: 400;
}

.find-contact-498 p:last-of-type:hover {
    background: rgba(0, 0, 0, 0.04);
    transform: translateX(5px);
}

.find-contact-498 p svg path {
    fill: rgb(209,190,169);
    transition: fill 0.3s ease;
}

.find-contact-498 .edu-askedu-756::before {
    top: 0;
    background: linear-gradient(to right, rgb(179,158,135,0.5), transparent);
    width: 100%;
    position: absolute;
    height: 1px;
    content: "";
    left: 0;
}

.find-contact-498 .msg-block-064 svg {
    width: 30px;
    transition: all 0.4s ease;
    height: 30px;
    fill: rgb(209,190,169);
}

.find-contact-498 .msg-block-064 svg path {
    transition: fill 0.4s ease;
    fill: rgb(209,190,169);
}

.find-contact-498 .msg-block-064:hover svg {
    fill: rgb(209,190,169);
    transform: scale(1.1);
}

.cookie-overview-946 {
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
    align-items: center;
}

.cookie-compl-486 {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookieNotificationAlert-320 p a {
    text-decoration: none;
    color: rgb(209,190,169);
}


.core-container-625 .cookie-overview-946 {
    justify-content: flex-end;
}

.core-container-625 .data-comply-873 {
    text-align: right;
}

.course-program-584::before {
    z-index: 0;
    transform: rotate(-15deg);
    pointer-events: none;
    position: absolute;
    width: 200%;
    content: "";
    height: 200%;
    top: -50%;
    background: radial-gradient(circle at 70% 30%, rgb(179,158,135,0.5) 0%, transparent 60%);
    left: -50%;
    opacity: 0.3;
}

.course-program-584 .image-carousel-863::after {
    top: -10%;
    left: -10%;
    content: "";
    transition: opacity 0.5s ease-out;
    opacity: 0;
    z-index: 2;
    position: absolute;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.2) 100%);
    pointer-events: none;
    height: 120%;
    width: 120%;
}

.course-program-584 h3 {
    font-size: calc(18px * 1.1);
    position: relative;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    color: #000000;
}

.course-program-584 .text-article-756:hover h3::after {
    width: 90px;
}

.course-program-584 span.description {
    display: none;
}

.course-program-584 .ready-skills-620 > div {
    position: relative;
}

.connect-with-us-402::before {
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(209,190,169), 0.05) 100%);
    position: absolute;
    content: "";
    top: 0;
    z-index: 0;
    width: 100%;
}

.connect-with-us-402 .request-links-127 {
    background: rgba(0, 0, 0, 0.2);
    grid-template-columns: 6fr 4fr;
    overflow: hidden;
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 21px;
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.connect-with-us-402 h3 {
    display: inline-block;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 23px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
}

.connect-with-us-402 input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.connect-with-us-402 .support-request-247 input[type="checkbox"] {
    appearance: none;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 2px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    border-radius: 3px;
    width: 24px;
}

.connect-with-us-402 .support-request-247 a::after {
    left: 0;
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    transition: all 0.3s ease;
    background: rgb(209,190,169);
    height: 1px;
}

.connect-with-us-402 .message-list-615:hover::before {
    left: 100%;
}

.connect-with-us-402 svg path {
    fill: rgb(209,190,169);
    transition: all 0.3s ease;
}

.connect-with-us-402 svg:hover path {
    fill: #ffffff;
}

footer .footer-address-621::before {
    z-index: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(209,190,169,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(179,158,135,0.5) 0%, transparent 20%);
    width: 100%;
    position: absolute;
    opacity: 0.3;
    left: 0;
    top: 0;
    height: 100%;
}

footer .info_item a:hover {
    color: rgb(209,190,169);
}

footer .top-section-389, footer .head-top-403, footer .subscribe_holder {
    transition: all 0.5s ease;
    border-radius: 13px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
    transform-style: preserve-3d;
    transform-origin: center center;
}

footer .top-section-389 {
    z-index: 2;
    background-color: #ffffff;
    transform: translateZ(0) scale(1);
}

footer .data-viz-015 {
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
}

footer .head-top-403 h5:hover::after {
    width: 100%;
}

footer .main-site-908 {
    display: grid;
    margin-bottom: 20px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
}

footer .main-site-908 a:hover::before {
    width: 100%;
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

footer .enroll-today-951 {
    cursor: pointer;
    padding: 14px 20px;
    transition: all 0.3s ease;
    font-size: 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    background-color: #ffffff;
    border: none;
    color: rgb(209,190,169);
}

.homepage-263 .tech-master-534::before {
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.5) 0%, 
    rgb(209,190,169,0.5) 50%, 
    rgb(179,158,135,0.5) 100%);
    height: 100%;
    width: 100%;
    z-index: 1;
    backdrop-filter: blur(3px);
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}

.homepage-263 .learning-space-067 > div:nth-child(1) {
    animation-delay: 0.3s;
}

.homepage-263 .learning-space-067 > div:nth-child(3) {
    animation-delay: 0.9s;
}

.homepage-263 h3 {
    background: linear-gradient(to right, rgba(rgb(179,158,135,0.5), 0.3), transparent);
    padding: 1rem;
    border-radius: 0 10px 10px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: calc(19px * 1.1);
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
}



@media (max-width: 480px) {.instructor-history-903 {
    padding: 60px 0;
}.instructor-history-903 .image-carousel-863 {
    min-height: 250px;
    height: 250px;
}.instructor-history-903 .job-overview-946 {
    font-size: calc(17px * 0.9);
    padding: 30px 20px;
}.instructor-history-903 .name {
    left: 20px;
    font-size: calc(22px * 0.85);
    bottom: 45px;
}.instructor-history-903 .success-stories-024 span:not(.name) {
    left: 20px;
    bottom: 20px;
    font-size: calc(17px * 0.9);
}.instructor-history-903 .job-overview-946::before,
    .instructor-history-903 .job-overview-946::after {
    height: 16px;
    width: 20px;
}}



@media (max-width: 767px) {.learning-outcomes-186 {
    padding: 4rem 0;
}.learning-outcomes-186 .learning-classes-495 {
    transform: perspective(800px) rotateX(1deg);
}.learning-outcomes-186 .text-article-756 {
    padding: 1.8rem;
}.learning-outcomes-186 h4 {
    margin-bottom: 1.5rem;
    font-size: calc(24px * 0.95);
}.learning-outcomes-186 li {
    margin-bottom: 1rem;
}.learning-outcomes-186 li p {
    gap: 0.7rem;
    line-height: 1.5;
    font-size: calc(18px * 0.95);
}.learning-outcomes-186 svg {
    width: 20px;
    height: 20px;
}.learning-outcomes-186 .image-carousel-863 {
    max-height: 300px;
}
}



@media (max-width: 480px) {.tariff-option-193 {
    padding: 60px 0;
}.tariff-option-193 .plan-matrix-314 {
    padding: 25px 20px;
}.tariff-option-193 .image-carousel-863 {
    height: 180px;
}}



@media (max-width: 768px) {.customer-opinions-286 {
    padding: 50px 0;
}.customer-opinions-286 h2 {
    margin-bottom: 35px;
    text-align: center;
    transform: translateX(0);
}.customer-opinions-286 h2::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.customer-opinions-286 h2:hover {
    transform: translateX(0);
}.customer-opinions-286 h2:hover::after {
    transform: translateX(-50%) scaleX(1.5);
}.customer-opinions-286 .alumni-testimonials-426 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.customer-opinions-286 .success-stories-024 {
    padding: 25px;
}
}



@media (max-width: 480px) {.gratSection-728 {
    padding: 50px 0;
}.gratSection-728 .learning-classes-495 {
    gap: 25px;
    padding: 30px 20px;
}.gratSection-728 h5 {
    font-size: calc(19px * 0.85);
}.gratSection-728 p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.gratSection-728 .learning-classes-495 > div:first-child {
    padding-bottom: 15px;
}.gratSection-728 .learning-classes-495 > div:first-child::after {
    width: 60px;
}}



@media (max-width: 479px) {.potential-enrollees-963 {
    padding: 80px 0;
}.potential-enrollees-963 h4 {
    font-size: calc(28px - 6px);
    margin-bottom: 50px;
}.potential-enrollees-963 div p {
    padding: 15px 18px;
    width: 100%;
    font-size: calc(12px - 1px);
    margin-bottom: 30px;
}.potential-enrollees-963 div p svg {
    margin-right: 10px;
    min-width: 22px;
    width: 22px;
    height: 22px;
}}



@media (max-width: 480px) {.our-mission-483 {
    padding: 3rem 0;
}.our-mission-483 .container {
    padding: 0 1.5rem;
}.our-mission-483 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(42px - 0.75rem);
}.our-mission-483 h4 {
    padding-left: 1rem;
    font-size: calc(21px - 0.1rem);
}.our-mission-483 h4::before {
    width: 8px;
    height: 8px;
}.our-mission-483 span {
    line-height: 1.6;
    font-size: calc(17px - 0.15rem);
    padding: 1rem;
}
}



@media (max-width: 576px) {.find-contact-498 {
    padding: 50px 0;
}.find-contact-498 .get-in-touch-351 {
    padding: 35px 25px;
}.find-contact-498 h2 {
    font-size: calc(28px * 0.8);
    padding-left: 15px;
}.find-contact-498 h2::before {
    width: 8px;
    height: 8px;
}.find-contact-498 p {
    font-size: calc(14px * 0.9);
}.find-contact-498 p:last-of-type {
    padding: 10px 12px;
}.find-contact-498 p svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.find-contact-498 .edu-askedu-756 {
    gap: 12px;
    justify-content: space-around;
}.find-contact-498 .msg-block-064 {
    width: 55px;
    height: 55px;
    border-radius: 10px;
}.find-contact-498 .msg-block-064 svg {
    width: 22px;
    height: 22px;
}.find-contact-498 .msg-block-064:hover {
    border-radius: 12px;
}}



@media (max-width: 992px) {.connect-with-us-402 {
    padding: 70px 0;
}.connect-with-us-402 .request-links-127 {
    grid-template-columns: 1fr;
}.connect-with-us-402 .image-carousel-863 {
    min-height: 300px;
}.connect-with-us-402 .query-panel-489 {
    padding: 40px 30px 50px;
}
}



@media (min-width: 992px) {footer .text_main_holder {
    flex-direction: row;
    align-items: stretch;
}footer .top-section-389, footer .head-top-403, footer .subscribe_holder {
    margin-top: 0;
    flex-direction: column;
    flex: 1;
    display: flex;
}footer .top-section-389 {
    margin-right: -20px;
}footer .head-top-403 {
    z-index: 1;
    margin-right: -20px;
    margin-left: 0;
}footer .subscribe_holder {
    margin-left: 0;
    margin-right: 0;
}
}




@media (max-width: 1200px) {.homepage-263 .learning-space-067 {
    width: 90%;
    padding: 2.5rem;
}.homepage-263 .title_style_header {
    font-size: calc(42px * 1.1);
}
}



@media (max-width: 576px) {.homepage-263 .tech-master-534 {
    min-height: 70vh;
}.homepage-263 .learning-space-067 {
    padding: 1.5rem;
    border-left-width: 3px;
}.homepage-263 .learning-space-067::before,
  .homepage-263 .learning-space-067::after {
    width: 40px;
    height: 10px;
}.homepage-263 p {
    border-left-width: 2px;
    font-size: calc(16px * 0.9);
}.homepage-263 .title_style_header {
    font-size: 35px;
}.homepage-263 .title_style_header::after {
    height: 3px;
}.homepage-263 h3 {
    font-size: 22px;
    padding: 0.6rem;
}
}



@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

