header,footer {
    width: 100%;
}

header {
    padding: 0;
    background: linear-gradient(135deg, rgb(209,190,169,0.5), rgb(179,158,135,0.5));
    z-index: 100;
    position: relative;
    width: 100%;
}

.c-instructional-approach::after {
    right: -25%;
    background: linear-gradient(to right, transparent, rgba(rgb(179,158,135,0.5), 0.08));
    top: -50%;
    position: absolute;
    content: "";
    pointer-events: none;
    transform: rotate(-15deg);
    height: 200%;
    width: 70%;
    z-index: 1;
}

.c-instructional-approach h2:hover::after {
    transform: scaleX(1.2);
}

.c-instructional-approach .k-text-post {
    position: relative;
    padding: 2.5rem 3rem;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset;
    animation-delay: 0.3s;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    opacity: 0;
    animation: containerRise 1s ease-out forwards;
    transform: translateZ(10px) translateY(0);
    background: linear-gradient(to right bottom, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.9) 100%);
    border-left: 4px solid rgb(209,190,169);
}

.cookie_button.f-cookie-panel {
    background: rgb(179,158,135);
}

.i-cookie-message-window p a:hover {
    color: rgb(179,158,135);
}

.M-framework-wrap .i-cookie-message-window {
    background: rgb(179,158,135);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    border: none;
}

.A-aspiring-learners {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(232,222,203) 0%, #ffffff 100%);
    position: relative;
    padding: 100px 0;
}

.A-aspiring-learners h4 {
    transition: transform 0.5s ease;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    color: rgb(209,190,169);
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 41px;
}

.A-aspiring-learners p::before {
    left: 0;
    width: 100%;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background: linear-gradient(135deg, #ffffff, rgb(232,222,203));
    content: "";
    position: absolute;
    transition: opacity 0.3s ease;
    height: 100%;
    top: 0;
    z-index: -1;
    opacity: 0;
}



.A-aspiring-learners .W-proof-stats > div p {
    animation: fadeScale 0.5s ease forwards;
    opacity: 0;
}

.A-aspiring-learners .W-proof-stats > div p:nth-child(3) {
    animation-delay: 0.3s;
}

.A-aspiring-learners .W-proof-stats > div p:nth-child(6) {
    animation-delay: 0.6s;
}

.I-privacy-lair h2 {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 29px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding-bottom: 5px;
    border-radius: 10px;
    background: rgb(179,158,135);
    color: #ffffff;
    text-align: left;
    margin-top: 0;
    border-bottom: 2px solid #ffffff;
}

.I-privacy-lair li::before {
    content: "";
    top: 50%;
    left: -10px;
    position: absolute;
    background-color: rgb(179,158,135);
    width: 6px;
    box-shadow: 0 0 0 2px #ffffff;
    height: 6px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.C-contact h2::after {
    background: rgb(209,190,169);
    height: 3px;
    bottom: -15px;
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
    position: absolute;
    content: "";
}

.C-contact .B-help-info {
    padding: 50px 40px;
    background: #ffffff;
    grid-row: 1;
    grid-column: 1;
}

.C-contact h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 21px;
    color: rgb(209,190,169);
}

.C-contact .E-query-panel {
    margin-top: 10px;
    align-items: flex-start;
    display: flex;
    gap: 10px;
}

.C-contact .E-query-panel input[type="checkbox"]:checked::after {
    color: #ffffff;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: "✓";
    font-size: 16px;
    left: 50%;
}

.C-contact .d-feedback-query:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(179,158,135);
    transform: translateY(-3px);
}

.C-contact svg path {
    fill: rgb(209,190,169);
}

header::before {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    left: 0;
    content: '';
    z-index: 0;
}

header .Z-head-class::before {
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to top, rgb(209,190,169,0.5), transparent);
    transition: height 0.3s ease;
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
}

.N-thanksFocus::after {
    height: 300px;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    background: rgb(209,190,169);
    content: "";
    width: 300px;
    filter: blur(20px);
    right: -150px;
    position: absolute;
    top: -150px;
    opacity: 0.05;
    animation: floatShape 15s ease-in-out infinite alternate;
    z-index: 0;
}

.N-thanksFocus .W-proof-stats::before {
    position: absolute;
    animation: gradientShift 6s ease infinite;
    height: 5px;
    top: 0;
    content: "";
    background-size: 200% 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(209,190,169), rgb(179,158,135), rgb(209,190,169));
}

.N-thanksFocus span::after {
    background: linear-gradient(90deg, transparent, rgba(rgb(209,190,169,0.5), 0.3));
    bottom: -10px;
    position: absolute;
    opacity: 0;
    transform-origin: right;
    content: "";
    width: 40%;
    transition: all 0.5s ease;
    right: 0;
    transform: scaleX(0.5);
    height: 1px;
}

.s-course-program-description .Y-knowledge-guide {
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    width: 500%;
    height: 100%;
    display: flex;
}

.s-course-program-description .Y-knowledge-guide {
    animation-duration: 25s;
}

.s-course-program-description .n-education-map::after {
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 4px
        ),
        radial-gradient(
            circle at 80% 20%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%
        );
}

.s-course-program-description .n-education-map::after {
    animation: tech-grid 15s linear infinite;
}

.s-course-program-description .U-skill-route h3 {
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 1.5rem;
    position: relative;
}

.s-course-program-description .U-skill-route h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1rem;
}

.s-course-program-description .U-skill-route .d-feedback-query {
    overflow: hidden;
    font-size: 17px;
    box-shadow: 0 8px 25px rgb(209,190,169,0.5);
    z-index: 1;
    color: #ffffff;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1rem 2.5rem;
    text-decoration: none;
    background: linear-gradient(
        45deg,
        rgb(209,190,169) 0%,
        rgb(179,158,135) 100%
    );
    display: inline-block;
    border-radius: 10px;
    font-weight: 600;
}

.s-course-program-description .U-skill-route .d-feedback-query {
    padding: 0.75rem 1.75rem;
    font-size: calc(17px * 0.9);
}

.s-course-program-description .n-education-map:nth-child(2)::before {
    animation-delay: 2s;
}

.s-course-program-description .n-education-map:nth-child(4)::before {
    animation-delay: 6s;
}

.C-company-overview .container {
    z-index: 2;
    position: relative;
}

.C-company-overview .t-learn-online {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
}

.C-company-overview .t-learn-online::after {
    height: 100%;
    left: 50%;
    z-index: 1;
    position: absolute;
    transform: translateX(-50%);
    width: 1px;
    top: 0;
    content: "";
    background: rgb(209,190,169,0.5);
}

.C-company-overview .b-value-vision:last-child {
    border-bottom: 3px solid rgb(179,158,135);
}

.C-company-overview .b-value-vision:first-child::before {
    color: rgb(209,190,169,0.5);
    right: 20px;
    font-weight: 700;
    opacity: 0.2;
    content: "01";
    font-size: 70px;
    position: absolute;
    line-height: 1;
    top: 20px;
}

.A-academic-expertise {
    background-color: rgb(232,222,203);
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
}

.A-academic-expertise::after {
    bottom: -80px;
    content: "";
    height: 250px;
    filter: blur(100px);
    width: 250px;
    border-radius: 50%;
    background: rgb(179,158,135,0.5);
    position: absolute;
    z-index: 0;
    left: -80px;
}

.A-academic-expertise .U-emp-skills {
    flex-direction: column;
    justify-content: center;
    padding: 4rem 3rem;
    display: flex;
}

.A-academic-expertise .U-emp-skills > div:nth-child(2) {
    display: inline-block;
    margin-bottom: 2rem;
    font-size: 24px;
    letter-spacing: 2px;
    color: rgb(209,190,169);
    font-weight: 400;
    padding-bottom: 15px;
    text-transform: uppercase;
    position: relative;
}

.I-contact {
    overflow: hidden;
    padding: 6rem 0;
    isolation: isolate;
    background: rgb(232,222,203);
    position: relative;
}

.I-contact .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.I-contact .D-quick-request {
    gap: 0;
    overflow: hidden;
    border-radius: 28px;
    background: transparent;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}


.I-contact .D-quick-request h3::before {
    content: '';
    height: 200%;
    top: -50%;
    z-index: 0;
    width: 200%;
    animation: rotateGradient 20s linear infinite;
    opacity: 0.5;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    left: -50%;
    position: absolute;
}

.I-contact .r-connect-team span svg {
    stroke-width: 2;
    stroke-linejoin: round;
    fill: none;
    stroke: rgb(209,190,169);
    margin: auto;
    left: 1.25rem;
    position: absolute;
    stroke-linecap: round;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 1;
    transition: all 0.3s ease;
}

.I-contact .r-connect-team span:nth-child(even)::before {
    background: rgb(179,158,135);
}

.I-contact .r-connect-team span:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.I-contact .r-connect-team span:hover svg path,
.I-contact .r-connect-team span:hover svg circle,
.I-contact .r-connect-team span:hover svg line,
.I-contact .r-connect-team span:hover svg polyline,
.I-contact .r-connect-team span:hover svg rect {
    stroke-dashoffset: 100;
    animation: dash 1.5s linear forwards;
    stroke-dasharray: 100;
}

.I-contact .k-contact-map::before {
    position: absolute;
    top: -50px;
    right: -50px;
    background: rgb(179,158,135,0.5);
    opacity: 0.1;
    height: 100px;
    width: 100px;
    content: '';
    border-radius: 50%;
}

.I-contact .k-contact-map h4::after {
    width: 60px;
    background: rgb(179,158,135);
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    content: '';
    border-radius: 10px;
}


.I-contact .r-connect-team span:nth-child(odd)::after {
    animation: pulseElement 4s infinite ease-in-out;
}

.s-pricing-layout .k-access-cost {
    flex-direction: column;
    display: flex;
}

.s-pricing-layout .Y-pricing-fees h2 {
    -webkit-background-clip: text !important;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 30px;
    font-weight: 700;
    transform: translateY(0);
    color: #000000;
    background: linear-gradient(120deg, rgb(179,158,135), rgb(209,190,169));
    margin-bottom: 15px;
    -webkit-text-fill-color: transparent;
}

.s-pricing-layout .h-learning-cost::before {
    z-index: 2;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, rgb(179,158,135), rgb(209,190,169));
    transform: scaleX(0.85);
    transform-origin: left;
    content: "";
    width: 100%;
    position: absolute;
}

.s-pricing-layout .h-learning-cost:hover .r-indv-sub h3 {
    transform: translateX(5px);
}

.s-pricing-layout .q-cost-fee::before {
    transform: scaleX(0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(179,158,135), rgb(209,190,169));
    height: 2px;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    content: "";
}

.s-pricing-layout .h-learning-cost:hover .X-pic-hover {
    transform: scale(1.05);
}

.t-launch-now .W-proof-stats {
    z-index: 10;
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
}

.t-launch-now .d-feedback-query::before {
    transition: opacity 0.5s ease;
    height: 200%;
    opacity: 0;
    width: 200%;
    left: -50%;
    position: absolute;
    background: radial-gradient(circle, rgb(179,158,135) 0%, transparent 60%);
    top: -50%;
    z-index: -1;
    content: '';
}

.t-launch-now .container p:hover,
.t-launch-now .d-feedback-query:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(30px);
}

.t-launch-now::after {
    z-index: 1;
    background: linear-gradient(
        45deg,
        rgb(209,190,169,0.5),
        rgb(179,158,135,0.5)
    );
    filter: blur(80px);
    content: '';
    border-radius: 50%;
    position: absolute;
    height: 300px;
    bottom: -50px;
    opacity: 0.3;
    width: 300px;
    right: -50px;
}

.q-title-portal h3 {
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    font-weight: 600;
    border-left: 4px solid rgb(179,158,135);
    padding: 1.5rem;
    font-family: Arial, sans-serif;
    backdrop-filter: blur(10px);
    font-size: calc(19px * 1.1);
    transform: translateZ(0);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    line-height: 1.5;
    margin-bottom: 1rem;
    background: rgba(255,255,255,0.1);
    position: relative;
    color: #ffffff;
}

.q-title-portal .T-story-tl > div::before {
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    position: absolute;
}

.Y-progress-bar::after {
    z-index: -1;
    background-position: center;
    top: 0;
    position: absolute;
    background-size: 30px 30px;
    width: 100%;
    opacity: 0.15;
    content: "";
    background: 
        linear-gradient(rgba(rgb(209,190,169), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(209,190,169), 0.2) 1px, transparent 1px);
    left: 0;
    animation: gridAnimate 15s linear infinite;
    height: 100%;
}

.Y-progress-bar .B-fellow-prog {
    grid-row: 1;
    display: flex;
    grid-column: 6 / 13;
    justify-content: flex-end;
}

.Y-progress-bar .Z-top-expert:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.Y-progress-bar .Z-top-expert .g-main-pro {
    flex-direction: column;
    display: flex;
    gap: 0.7rem;
}

.Y-progress-bar .Z-top-expert .g-main-pro a:hover {
    padding-left: 1.5rem;
    opacity: 1;
    color: #ffffff;
}

.Y-progress-bar .Z-top-expert .g-main-pro a:hover::before {
    transform: translateX(0);
}

.e-transcript::before {
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(209,190,169), transparent);
    content: "";
    left: 50%;
    position: absolute;
    width: 60%;
    height: 1px;
    top: 0;
}



@media (max-width: 480px) {.c-instructional-approach {
    padding: 2.5rem 0;
}.c-instructional-approach .W-proof-stats {
    padding: 0 0.8rem;
}.c-instructional-approach h2 {
    margin-bottom: 1.25rem;
    font-size: calc(34px * 0.7);
}.c-instructional-approach .k-text-post {
    padding: 1.25rem 1.5rem;
    border-left-width: 3px;
}.c-instructional-approach p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 768px) {.A-aspiring-learners {
    padding: 70px 0;
}.A-aspiring-learners h4 {
    font-size: calc(41px * 0.7);
    margin-bottom: 60px;
}.A-aspiring-learners h4::after {
    width: 80px;
    bottom: -12px;
}.A-aspiring-learners div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.A-aspiring-learners p {
    height: auto;
    clip-path: none;
    border-radius: 11px;
    aspect-ratio: 1.73 / 1;
    padding: 20px;
}.A-aspiring-learners p::before {
    border-radius: 11px;
    clip-path: none;
}.A-aspiring-learners p:nth-child(even) {
    transform: translateY(0);
}.A-aspiring-learners p svg {
    transform: none;
    height: 28px;
    margin-right: 15px;
    position: static;
    width: 28px;
}.A-aspiring-learners p span {
    display: inline;
    margin-top: 0;
}.A-aspiring-learners p:hover {
    transform: translateY(0) scale(1.03);
}.A-aspiring-learners p:hover svg {
    transform: scale(1.2);
}.A-aspiring-learners::after {
    display: none;
}
}



@media (max-width: 480px) {header .H-main-pagebar {
    padding: 0.8rem 0;
    margin: 0.5rem 0;
}header .o-top-tutor {
    padding: 0 0 0.6rem 0;
}header .o-top-tutor svg {
    width: 120px;
}header .Z-top-expert {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.6rem 0.5rem 0;
}header .Z-top-expert::-webkit-scrollbar {
    height: 3px;
}header .Z-top-expert::-webkit-scrollbar-thumb {
    background: rgb(209,190,169);
    border-radius: 10px;
}header .Z-head-class {
    margin-right: 3px;
    flex-shrink: 0;
    white-space: nowrap;
}}



@media screen and (max-width: 991px) {.C-company-overview {
    padding: 70px 0;
}.C-company-overview h2 {
    margin-bottom: 40px;
}.C-company-overview .t-learn-online {
    gap: 25px;
    grid-template-columns: 1fr;
}.C-company-overview .t-learn-online::before,
    .C-company-overview .t-learn-online::after {
    display: none;
}.C-company-overview .b-value-vision {
    padding: 30px;
}
}



@media (max-width: 992px) {.A-academic-expertise .r-feedback-zone {
    max-width: 90%;
    grid-template-columns: 1fr;
}.A-academic-expertise .X-pic-hover {
    height: 400px;
    transform: translateY(-30px);
    border-radius: 26px 26px 0 0;
}.A-academic-expertise .X-pic-hover::before {
    left: 0;
    top: 30px;
    width: 100%;
}.A-academic-expertise .U-emp-skills {
    padding: 1rem 2rem 3rem;
}.A-academic-expertise .r-feedback-zone:hover .X-pic-hover {
    transform: translateY(-40px);
}
}


@media (max-width: 767px) {.I-contact {
    padding: 4rem 0;
}.I-contact .D-quick-request h3 {
    padding: 1.5rem;
    font-size: calc(29px * 0.85);
}.I-contact .D-quick-request h3 svg {
    width: 1.4rem;
    height: 1.4rem;
}.I-contact .a-contact-widget {
    padding: 1.5rem 1.5rem 0.875rem;
    max-width: 100%;
}.I-contact .r-connect-team {
    grid-template-columns: 1fr;
    padding: 1.5rem;
}.I-contact .r-connect-team span {
    padding-left: 3.25rem;
    padding: 1.25rem;
}.I-contact .r-connect-team span svg {
    width: 1.3rem;
    left: 1.1rem;
    height: 1.3rem;
}.I-contact .k-contact-map h4 svg {
    height: 1.1rem;
    width: 1.1rem;
}.I-contact .k-contact-map span svg {
    height: 0.85rem;
    width: 0.85rem;
}
}



@media (min-width: 1200px) {.s-pricing-layout {
    padding: 150px 0;
}.s-pricing-layout .W-program-fees {
    gap: 40px;
}.s-pricing-layout .h-learning-cost {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.s-pricing-layout .h-learning-cost:hover {
    transform: translateY(-15px) scale(1.02);
}.s-pricing-layout .h-learning-cost:nth-child(even) {
    transform: translateY(15px);
}.s-pricing-layout .h-learning-cost:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.s-pricing-layout .X-pic-hover {
    height: 250px;
}}



@media (max-width: 576px) {.q-title-portal {
    padding: 3rem 0;
}.q-title-portal .I-course-main {
    gap: 1.5rem;
    padding: 1rem;
}.q-title-portal h3 {
    font-size: calc(16px * 1.2);
    padding: 1rem;
}.q-title-portal h1 {
    font-size: calc(37px * 0.9);
    margin-bottom: 1.5rem;
}.q-title-portal .T-story-tl > div p {
    padding: 2rem 1.5rem;
    font-size: 17px;
}}



@media screen and (max-width: 576px) {.Y-progress-bar {
    padding: 3rem 0 2rem;
}.Y-progress-bar .company_holder h3 {
    font-size: calc(34px * 0.9);
}.Y-progress-bar .R-ar-tools {
    font-size: calc(13px * 0.9);
}.Y-progress-bar .Z-top-expert .g-main-pro a {
    font-size: calc(13px * 0.9);
}.e-transcript {
    margin-top: 2rem;
    padding: 1rem 0;
}
}



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



@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }



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

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

