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

.main-info {
    flex: 1 0 auto;
}

.eco-foot {
    flex: 0 0 auto;
}

.eco-foot {
    position: relative;
    padding: 0 0 30px;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.give-it-a-try::before {
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: radial-gradient(
        ellipse at center,
        rgb(207,221,221) 0%,
        transparent 70%
    );
}

.give-it-a-try .container p::before {
    top: -5px;
    background: rgb(148,188,188);
    content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    z-index: -1;
    right: -5px;
}

.give-it-a-try .message-support:hover::before {
    left: 8px;
    top: 8px;
}

.give-it-a-try .edu-commit::after {
    opacity: 0.1;
    bottom: -150px;
    transform: rotate(-45deg);
    z-index: 1;
    content: '';
    background: rgb(95,130,165,0.5);
    left: -150px;
    width: 300px;
    border-radius: 50% 0 50% 50%;
    height: 300px;
    position: absolute;
}

.potential-students h3 {
    color: #000000;
    font-size: 33px;
    display: inline-block;
    padding: 0 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
}

.potential-students ul li {
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 40px 30px;
    width: calc(33.333% - 27px);
    display: flex;
    overflow: hidden;
    position: relative;
    text-align: left;
    border-radius: 18px;
    align-items: flex-start;
    gap: 20px;
    min-width: 280px;
}



.potential-students ul li {
    opacity: 0;
    animation: slideInBottom 0.6s forwards;
}

.potential-students ul li:nth-child(2) {
    animation-delay: 0.25s;
}

.potential-students ul li:nth-child(6) {
    animation-delay: 0.85s;
}

.privacy-holdings {
    box-shadow: 0 0 20px rgb(148,188,188,0.5);
    background-color: rgb(148,188,188);
    border: 1px solid rgb(148,188,188,0.5);
    padding: 2em;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin: 0 auto;
}

.privacy-holdings h4 {
    font-size: calc(21px - 0.4em);
    font-weight: 400;
}

.privacy-holdings ul,
.privacy-holdings ol {
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}

.privacy-holdings ul {
    list-style-type: circle;
}


.privacy-holdings h1::after {
    content: "";
    background-color: rgb(148,188,188);
    height: 4px;
    margin: 0.5em auto 0;
    display: block;
    width: 80px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(148,188,188,0.5);
}

.privacy-holdings blockquote {
    border-left: 5px solid rgb(148,188,188);
    background-color: rgba(0, 0, 0, 0.5);
    margin: 1em 0;
    font-style: italic;
    color: #ffffff;
    box-shadow: 0 0 10px rgb(148,188,188,0.5);
    padding: 1.5em;
}

.cookie-window-banner .cookie-guard {
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    background-color: rgb(148,188,188);
    font-size: 14px;
    margin-top: 20px;
    margin-right: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 5px;
}

.welcome-board .intro-title::before {
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.85;
    left: 0;
    z-index: 2;
    background: linear-gradient(
        90deg,
        #000000 0%,
        transparent 20%,
        transparent 80%,
        #000000 100%
    ), linear-gradient(
        0deg,
        #000000 0%,
        transparent 30%,
        transparent 70%,
        #000000 100%
    );
    top: 0;
}

.welcome-board .intro-title::before {
    background: linear-gradient(
            90deg,
            #000000 0%,
            transparent 15%,
            transparent 85%,
            #000000 100%
        ), linear-gradient(
            0deg,
            #000000 0%,
            transparent 25%,
            transparent 75%,
            #000000 100%
        );
    opacity: 0.9;
}

.welcome-board .intro-title::before {
    opacity: 0.92;
    background: linear-gradient(
            90deg,
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%
        ), linear-gradient(
            0deg,
            #000000 0%,
            transparent 20%,
            transparent 80%,
            #000000 100%
        );
}

.welcome-board .text-box-item p {
    opacity: 0.95;
    font-size: 12px;
    margin-bottom: 2.5rem;
    line-height: 1.8;
    color: #ffffff;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    animation: text-fade 1.5s ease-in forwards;
}

.welcome-board .text-box-item p {
    line-height: 1.6;
    margin-bottom: 1.8rem;
}

.welcome-board .text-box-item p {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-size: calc(12px * 0.9);
}

.welcome-board .text-box-item .message-support:hover::before {
    transform: scale(1);
}



.welcome-board .learn-skillspro:nth-child(odd) img {
    animation-delay: -10s;
}

.welcome-board:has(.learn-skillspro:nth-child(4)) .learn-team {
    --slide-count: 4;
}

.our-mission {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.our-mission h4 {
    position: relative;
    color: #ffffff;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translateY(0);
    font-size: calc(33px * 1.2);
    opacity: 1;
    margin-bottom: 60px;
    font-weight: 700;
    z-index: 2;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}

.our-mission .text-box-item::after {
    bottom: 0;
    position: absolute;
    height: 2px;
    right: 0;
    width: 50%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(148,188,188,0.5));
}

.our-mission .text-box-item div {
    position: relative;
}

.educational-gains {
    position: relative;
    background: linear-gradient(120deg, rgb(207,221,221), #ffffff);
    perspective: 1000px;
    padding: 150px 0;
    overflow: hidden;
}

.educational-gains .edu-commit {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
}

.educational-gains .image-item::before {
    inset: 0;
    z-index: 1;
    content: '';
    background: linear-gradient(135deg, rgb(148,188,188,0.5) 0%, transparent 70%);
    border-radius: inherit;
    position: absolute;
}

.educational-gains .text_main_holder {
    display: grid;
    transform-style: preserve-3d;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.educational-gains .text_main_holder > div::before {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: inherit;
    z-index: -1;
    width: 100%;
    content: '';
    opacity: 0;
    background: linear-gradient(135deg, rgb(148,188,188,0.5) 0%, transparent 80%);
    transition: opacity 0.4s ease;
}

footer {
    position: relative;
    width: 100%;
}

footer .learn-form {
    position: relative;
    gap: 20px;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    justify-content: center;
    background-color: rgb(95,130,165);
    padding: 40px 20px;
    color: #ffffff;
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 40px;
    margin-top: -30px;
}

footer .site-header {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    margin: 0 20px;
    padding: 30px;
    position: relative;
    background-color: rgb(207,221,221);
}

footer .top-head a {
    position: relative;
    font-size: 13px;
    color: #000000;
    transition: all 0.3s ease;
    flex: 1 0 calc(50% - 30px);
    padding: 8px 0;
    text-decoration: none;
}

footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
}

footer .input_holder {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .sub-box {
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    padding: 15px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    background-color: #000000;
}

.course-summary .edu-commit {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 600px;
}

.course-summary .image-item::before {
    content: "";
    z-index: 2;
    width: 100%;
    background: 
        radial-gradient(
            circle at center,
            transparent 30%,
            rgba(0, 0, 0, 0.5) 100%
        );
    mix-blend-mode: multiply;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
}

.course-summary .new-study {
    display: flex;
    position: relative;
    width: 60%;
    z-index: 2;
    align-items: center;
    flex-direction: column;
    padding: 0;
}

.course-summary .head-pagewrap::after {
    border-radius: 50%;
    right: -20px;
    border: 2px dashed rgb(148,188,188,0.5);
    position: absolute;
    content: "";
    left: -20px;
    animation: pulseBorder 4s ease-in-out infinite;
    bottom: -20px;
    opacity: 0.3;
    top: -20px;
    z-index: -2;
}

.course-summary .head-pagewrap svg path {
    transition: fill 0.5s ease;
    fill: rgb(148,188,188);
}

.course-summary h3 {
    max-width: 600px;
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    transform: perspective(800px) rotateX(2deg);
    width: 90%;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    color: #000000;
    padding: 25px 40px;
}

.course-summary .new-study:hover p {
    transform: perspective(800px) rotateX(0deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.customer-feedback {
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
    background: rgb(207,221,221);
}

.customer-feedback h2 {
    color: #000000;
    position: relative;
    margin-bottom: 5rem;
    transform: skewX(-5deg);
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgb(95,130,165,0.5) 100%
    );
    font-weight: 700;
    display: inline-block;
    padding: 1rem 3rem 1rem 0;
    font-size: 28px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.customer-feedback .student-votes:hover::before {
    transform: translateY(15px) translateX(15px);
}

.customer-feedback .student-votes:nth-child(even):hover::before {
    transform: translateY(15px) translateX(-15px);
}

.customer-feedback .student-votes:nth-child(3n) {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}

.customer-feedback .student-votes::after {
    right: -15px;
    z-index: -2;
    transform: rotate(45deg);
    height: 50px;
    transition: all 0.5s ease;
    position: absolute;
    opacity: 0;
    width: 50px;
    background: rgb(148,188,188);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: -15px;
    content: "";
}

.customer-feedback .student-votes p::after {
    position: absolute;
    width: 0;
    height: 2px;
    transition: all 0.5s ease;
    content: "";
    background: rgb(148,188,188);
    transform: translateX(-50%);
    bottom: -5px;
    left: 50%;
}

.customer-feedback .student-votes:nth-child(4n+3) {
    animation: shiftDown 15s infinite alternate;
}

.connect-form .query-list {
    position: relative;
    overflow: hidden;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

.connect-form .inquiry-reach div {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    border-left: 3px solid #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-left: 15px;
}



.connect-form .inquiry-reach div {
    opacity: 0;
    animation: slideInLeft 0.5s forwards;
}

.connect-form .inquiry-reach div span a:hover {
    color: rgb(95,130,165);
}

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

.connect-form .request-box {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.connect-form .request-box label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}

.connect-form .request-box label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(148,188,188);
}

.connect-form form .message-support:hover {
    background-color: rgb(95,130,165);
}

.connect-form .inquiry-reach div:nth-child(2) {
    animation-delay: 0.1s;
}

.connect-form .inquiry-reach div:nth-child(4) {
    animation-delay: 0.3s;
}

.gratWrap {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(207,221,221) 0%, rgb(148,188,188,0.5) 30%, rgb(207,221,221) 70%, rgb(95,130,165,0.5) 100%);
    padding: 100px 0;
}

.gratWrap .edu-commit::before {
    transform: translateX(-50%);
    left: 50%;
    opacity: 0.6;
    background: linear-gradient(90deg, transparent, rgb(148,188,188) 50%, transparent);
    width: 80%;
    height: 10px;
    top: -5px;
    position: absolute;
    border-radius: 10px;
    content: "";
}

.gratWrap .edu-commit > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}

.gratWrap .edu-commit > div:first-child::after {
    left: 0;
    animation: expandLine 1.5s ease-out forwards;
    width: 60px;
    height: 3px;
    transform-origin: left;
    content: "";
    position: absolute;
    bottom: 0;
    background: rgb(148,188,188);
}

.gratWrap .edu-commit > div:first-child::after {
    width: 80px;
}

.gratWrap .edu-commit:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
    transform: perspective(1000px) rotateX(0deg);
}

header .head-base {
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 1rem;
    z-index: 2;
}

header .site-header {
    max-width: 800px;
    width: 100%;
    border-radius: 14px;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    display: flex;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    gap: 0.8rem;
    padding: 0.6rem 1rem;
}

header .first-lesson:hover {
    color: rgb(148,188,188);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.mentorship-experience .container {
    max-width: 1200px;
    padding: 0 40px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}

.mentorship-experience .student-votes:hover {
    transform: perspective(1200px) rotateY(2deg);
}

.mentorship-experience .image-item {
    min-height: 450px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    grid-column: 1;
    grid-row: 1 / span 2;
}

.mentorship-experience .student-votes:hover .name {
    transform: translateY(-5px);
}

.mentorship-experience .student-votes:hover span:not(.name) {
    transform: translateY(-5px);
}

.mentorship-experience .student-votes:hover span:not(.name)::after {
    transform: scaleX(1);
}

.mentorship-experience .exp-container {
    z-index: 2;
    color: #000000;
    grid-column: 2;
    font-size: 15px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    margin: 0;
    position: relative;
    transform: translateY(0);
    font-weight: 400;
    grid-row: 2;
    padding: 0 50px 50px 70px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

.pricing-plan .enroll-cost h2 {
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 31px;
    color: #000000;
}

.pricing-plan .pricing-schemes {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
    perspective: 1000px;
}

.pricing-plan .pro-fees:nth-child(4) {
    animation-delay: 0.4s;
}

.pricing-plan .pro-fees:hover::before {
    transform: scaleX(1);
}

.pricing-plan .pay-plans {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.pricing-plan .bundle-price h3 {
    transition: color 0.3s ease;
    font-weight: 700;
    margin: 0 0 1rem;
    font-size: 20px;
    position: relative;
    color: #000000;
}

.pricing-plan .pro-fees:hover .price-opts::after {
    width: 80px;
}

.pricing-plan .image-item {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    position: relative;
    height: 200px;
    overflow: hidden;
}



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



@media (max-width: 991px) {.give-it-a-try {
    padding: 100px 0;
}.give-it-a-try .container p {
    margin-bottom: 70px;
    padding: 35px;
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.1),
            10px 10px 0 rgb(148,188,188,0.5);
    font-size: calc(24px * 1.2);
}.give-it-a-try .message-support {
    padding: 18px 40px;
}
}



@media (max-width: 992px) {.potential-students {
    padding: 90px 0;
}.potential-students h3 {
    margin-bottom: 60px;
}.potential-students h3::before,
    .potential-students h3::after {
    width: 30px;
}.potential-students h3::before {
    left: -40px;
}.potential-students h3::after {
    right: -40px;
}.potential-students ul {
    gap: 30px;
}.potential-students ul li {
    width: calc(50% - 15px);
    padding: 35px 25px;
}
}



@media (prefers-reduced-motion: reduce) {.potential-students ul li {
    opacity: 1;
    animation: none;
}.potential-students ul li:hover {
    transform: none;
}.potential-students ul li:hover svg {
    transform: none;
}}


@media (max-width: 768px) {.cookie-window-banner .track-cookies {
    margin-right: 0;
    margin-bottom: 15px;
}.cookie-window-banner .cookie-guard {
    text-align: center;
    margin-left: 0;
    width: 48%;
}}



@media screen and (max-width: 992px) {.our-mission {
    padding: 80px 0;
}.our-mission h4 {
    margin-bottom: 50px;
    font-size: calc(33px * 1.1);
}.our-mission .text-box-item {
    padding: 30px 35px;
}.our-mission .text-box-item h6 {
    font-size: 22px;
}
}



@media screen and (max-width: 576px) {.our-mission {
    padding: 60px 0;
}.our-mission h4 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.9);
}.our-mission h4::after {
    width: 50px;
}.our-mission .text-box-item {
    border-left-width: 3px;
    padding: 20px 25px;
}.our-mission .text-box-item h6 {
    margin-bottom: 20px;
    font-size: calc(22px * 0.9);
}.our-mission .text-box-item span {
    line-height: 1.6;
    font-size: calc(14px - 2px);
}
}



@media (max-width: 576px) {footer .learn-form {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .site-header h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .top-head a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .sub-box {
    padding: 12px;
}}



@media (max-width: 767px) {.course-summary {
    padding: 60px 0;
}.course-summary .edu-commit {
    min-height: auto;
    flex-direction: column;
    padding-bottom: 50px;
}.course-summary .image-item {
    border-radius: 20% 80% 80% 20% / 20% 20% 80% 80%;
    height: 300px;
    position: relative;
    margin: 30px 0;
    transform: scale(0.9);
}.course-summary .edu-commit:hover .image-item {
    transform: scale(0.95) rotate(2deg);
}.course-summary .new-study {
    order: 2;
    width: 100%;
}.course-summary .head-pagewrap {
    position: absolute;
    z-index: 10;
    left: 50%;
    height: 70px;
    width: 70px;
    top: -30px;
    margin-bottom: 0;
    transform: translateX(-50%);
}.course-summary .head-pagewrap::before,
    .course-summary .head-pagewrap::after {
    display: none;
}.course-summary .head-pagewrap svg {
    width: 35px;
    height: 35px;
}.course-summary .head-pagewrap:hover {
    transform: translateX(-50%) translateY(-5px);
}.course-summary h3 {
    transform: none;
    width: 100%;
    font-size: calc(34px - 6px);
    margin-top: 40px;
    padding: 20px;
    margin-bottom: 15px;
}.course-summary p {
    font-size: calc(16px - 2px);
    transform: none;
    line-height: 1.6;
    padding: 20px;
}.course-summary h3::after {
    width: 40px;
    bottom: -10px;
}.course-summary .new-study:hover h3::after {
    width: 80px;
}.course-summary p::after {
    display: none;
}.course-summary .new-study:hover h3,
    .course-summary .new-study:hover p {
    transform: none;
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .header-guide {
    gap: 0.8rem;
}header .head-base svg {
    width: 140px;
}header .site-header {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.4rem 0.6rem;
}header .site-header::-webkit-scrollbar {
    height: 3px;
}header .site-header::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .first-lesson {
    white-space: nowrap;
    font-size: calc(13px - 3px);
    padding: 0.4rem 0.7rem;
}}



@media (min-width: 768px) {.pricing-plan {
    padding: 7rem 2rem;
}.pricing-plan .pricing-rates {
    flex-direction: row;
    align-items: flex-start;
}.pricing-plan .enroll-cost {
    margin: 0;
    order: 0;
    display: flex;
    flex-direction: column;
    padding-right: 2rem;
    justify-content: center;
    flex: 0 0 30%;
    text-align: left;
}.pricing-plan .enroll-cost h2 {
    text-align: left;
}.pricing-plan .enroll-cost h2::after {
    transform: none;
    left: 0;
}.pricing-plan .rate-panel {
    max-width: 100%;
    margin: 0;
}.pricing-plan .pricing-schemes {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
    flex: 0 0 70%;
}
}



@keyframes infinite-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% / var(--slide-count, 2) * (var(--slide-count, 2) - 1)));
    }
}



@keyframes line-grow-right {
    0% {
        left: 100%;
    }
    100% {
        left: 75%;
    }
}


    
    @keyframes float {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-3px);
        }
    }



@keyframes gradientShift {
    0% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
}



@keyframes shiftLeft {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-5px); }
}

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



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

