﻿html {
    scrollbar-color: rgb(95,130,165) rgb(95,130,165,0.5);
}

html,body {
    scroll-behavior: auto;
    height: 100%;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-snap-type: none;
    color: #000000;
}

.give-it-a-try .edu-commit {
    position: relative;
    align-items: center;
    z-index: 10;
    flex-direction: column;
    display: flex;
}

.give-it-a-try .message-support:hover {
    transform: rotate(0) scale(1.05);
    box-shadow: 
        8px 8px 0 rgb(148,188,188),
        16px 16px 0 rgb(95,130,165,0.5);
}

.give-it-a-try .message-support::before {
    height: 100%;
    left: 5px;
    top: 5px;
    content: '';
    transition: all 0.4s ease;
    z-index: -1;
    width: 100%;
    border: 2px dashed rgb(148,188,188);
    position: absolute;
}

.potential-students {
    padding: 120px 0;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.potential-students::after {
    background: 
        linear-gradient(45deg, transparent 48%, rgb(148,188,188,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(95,130,165,0.5) 49%, transparent 51%);
    opacity: 0.05;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    background-size: 60px 60px;
    top: 0;
}

.potential-students ul li::before {
    width: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    opacity: 0;
    content: '';
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(148,188,188), rgb(95,130,165));
    top: 0;
}

.potential-students ul li:hover::before {
    opacity: 1;
}

.potential-students ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}

.potential-students ul li:hover svg path {
    fill: rgb(95,130,165);
}

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

.potential-students ul li:nth-child(3n+1) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
    animation-delay: 0.1s, 2s;
}

.privacy-holdings h1 {
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 1.5em;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 0 10px rgb(148,188,188,0.5);
}

.privacy-holdings h6 {
    font-weight: 300;
    font-size: 18px;
}

.privacy-holdings li {
    margin-bottom: 0.75em;
    font-size: 15px;
    color: #ffffff;
}

.privacy-holdings div {
    margin-bottom: 1.5em;
}

.privacy-holdings a {
    color: rgb(148,188,188);
    text-decoration: underline;
    box-shadow: 0 0 5px rgb(148,188,188,0.5);
}

.privacy-holdings a:hover {
    box-shadow: 0 0 5px rgb(95,130,165,0.5);
    color: rgb(95,130,165);
}

.cookie-window-banner .track-cookies {
    margin-right: 20px;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
    transform-origin: center;
}

.cookie-window-banner .cookie-eductrl h5 {
    color: rgb(148,188,188);
    font-size: 20px;
    margin-bottom: 6px;
}

.cookie-window-banner .cookie-guard:active {
    box-shadow: none;
    transform: translateY(1px);
}

.welcome-board {
    background-color: #000000;
    min-height: 650px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.welcome-board {
    height: 80vh;
    min-height: 550px;
}

.welcome-board {
    min-height: 500px;
    height: 70vh;
}

.welcome-board {
    min-height: 450px;
    height: auto;
}

.welcome-board .learn-skillspro {
    overflow: hidden;
    height: 100%;
    width: 100vw;
    position: relative;
}

.welcome-board .learn-skillspro::before {
    height: 100%;
    mix-blend-mode: overlay;
    opacity: 0.3;
    background: radial-gradient(
        circle at center,
        transparent 40%,
        rgb(148,188,188,0.5) 100%
    );
    content: '';
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
}

.welcome-board .text-box-item {
    animation: float 6s ease-in-out infinite;
    max-width: 750px;
    transform: translateY(0);
    width: 85%;
    padding: 3rem;
    z-index: 5;
    background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 70%
    );
    position: relative;
    text-align: center;
}

.welcome-board .text-box-item {
    padding: 1.8rem;
    max-width: 90%;
}

.welcome-board .text-box-item {
    padding: 1.5rem;
}

.welcome-board .text-box-item {
    padding: 1.5rem;
}

.welcome-board .text-box-item h1::after {
    right: 0;
    animation: line-grow-right 1.5s ease-out forwards;
    left: 75%;
}

.welcome-board .text-box-item .message-support {
    animation: button-gradient 3s ease infinite;
    border-radius: 25px;
    border: none;
    background: linear-gradient(
        to right,
        rgb(148,188,188) 0%,
        rgb(95,130,165) 50%,
        rgb(148,188,188) 100%
    );
    padding: 0.9rem 2.2rem;
    font-weight: 600;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: all 0.5s ease;
    font-size: 17px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    background-size: 200% auto;
    color: #ffffff;
}

.welcome-board .text-box-item .message-support {
    padding: 0.7rem 1.8rem;
    font-size: calc(17px * 0.95);
}

.welcome-board .text-box-item .message-support {
    padding: 0.6rem 1.5rem;
}

.our-mission h4::after {
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, rgb(95,130,165), rgb(148,188,188));
    left: 50%;
    position: absolute;
    content: "";
    height: 4px;
    bottom: -15px;
}

.our-mission .text-box-item h6 {
    display: inline-block;
    font-size: calc(22px * 1.2);
    font-weight: 700;
    color: rgb(148,188,188);
    position: relative;
    margin-bottom: 25px;
}

.our-mission .text-box-item:hover h6::after {
    transform: scaleX(1);
}

.educational-gains::before {
    position: absolute;
    background: rgb(148,188,188,0.5);
    z-index: 1;
    width: 400px;
    content: '';
    top: -100px;
    border-radius: 50%;
    opacity: 0.6;
    height: 400px;
    filter: blur(100px);
    right: -100px;
}

.educational-gains .image-item:hover {
    transform: rotateY(0deg);
}

.educational-gains .text-box-item {
    padding-right: 20px;
    position: relative;
    margin-left: auto;
    width: 60%;
    z-index: 4;
}

.educational-gains h2::after {
    bottom: -9px;
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgb(148,188,188);
    width: 15px;
    right: 0;
    height: 15px;
}

.educational-gains .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 5;
    transform: rotateY(0) translateZ(20px);
}

.educational-gains .text_main_holder > div:hover svg {
    transform: translateZ(30px) scale(1.1);
}

.educational-gains .text_main_holder > div:hover svg path {
    fill: rgb(95,130,165);
}

footer .story-spot {
    z-index: 1;
    position: relative;
}

footer .learn-form::after {
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
}

footer .info_item a:hover {
    text-decoration: underline;
}

footer .text_main_holder::before {
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
}

footer .top-head {
    margin-bottom: 25px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    gap: 10px 30px;
}

footer .top-head a:hover {
    color: rgb(148,188,188);
    padding-left: 5px;
}

footer .subscribe_holder {
    padding: 30px;
    position: relative;
    color: #ffffff;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    background-color: rgb(148,188,188);
    margin: 0 20px;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}

footer .assign-help {
    margin-top: 60px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}

.course-summary::after {
    position: absolute;
    height: 100%;
    animation: rotateBg 120s linear infinite;
    z-index: 0;
    content: "";
    opacity: 0.03;
    left: 0;
    top: 0;
    width: 100%;
    background: 
        repeating-conic-gradient(
            from 0deg,
            rgba(0, 0, 0, 0.5) 0deg 1deg,
            transparent 1deg 15deg
        );
}

.course-summary .image-item::after {
    z-index: 3;
    content: "";
    transition: opacity 0.5s ease;
    mix-blend-mode: overlay;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: 
        conic-gradient(
            from 0deg,
            rgb(148,188,188,0.5) 0deg,
            transparent 120deg,
            rgb(95,130,165,0.5) 240deg,
            transparent 360deg
        );
    opacity: 0.4;
}

.course-summary .head-pagewrap:hover {
    box-shadow: 
        0 20px 45px rgba(0, 0, 0, 0.2),
        0 8px 25px rgb(148,188,188,0.5);
    transform: translateY(-10px);
}

.course-summary .head-pagewrap svg {
    width: 50px;
    transition: all 0.5s ease;
    height: 50px;
    filter: drop-shadow(0 3px 6px rgb(148,188,188,0.5));
}

.course-summary h3::after {
    left: 50%;
    bottom: -15px;
    border-radius: 10px;
    position: absolute;
    transition: width 0.5s ease;
    height: 3px;
    background: linear-gradient(90deg, rgb(148,188,188), rgb(95,130,165));
    width: 60px;
    content: "";
    transform: translateX(-50%);
}

.course-summary p::after {
    right: 30px;
    top: -30px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    opacity: 0.5;
    transition: all 0.5s ease;
    filter: blur(25px);
    content: "";
    background: rgb(95,130,165,0.5);
    z-index: -2;
}

.customer-feedback::before {
    background-size: 100px 100px;
    background: linear-gradient(
        45deg,
        transparent 48%,
        rgb(95,130,165,0.5) 49%,
        rgb(95,130,165,0.5) 51%,
        transparent 52%
    );
    z-index: 0;
    opacity: 0.2;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    animation: moveBackground 15s linear infinite;
    top: 0;
    left: 0;
}

.customer-feedback .student-votes:nth-child(even)::before {
    transform: translateY(10px) translateX(-10px);
    background: linear-gradient(
        135deg,
        rgb(95,130,165,0.5),
        rgb(148,188,188,0.5)
    );
}

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

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

.customer-feedback .student-votes img {
    object-fit: cover;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    margin-bottom: 1.5rem;
    transition: all 0.5s ease;
    border-radius: 0;
    height: 80px;
    width: 80px;
}

.customer-feedback .student-votes .description {
    color: #000000;
    text-align: center;
    line-height: 1.6;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.3s ease;
    transform: translateY(0);
    margin-top: 1rem;
    position: relative;
}

.connect-form::before {
    background-color: rgb(207,221,221);
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
}

.connect-form .inquiry-reach::after {
    width: 200px;
    opacity: 0.3;
    bottom: -10%;
    height: 200px;
    left: -10%;
    border-radius: 50%;
    background: rgb(95,130,165);
    content: "";
    position: absolute;
}

.connect-form .inquiry-reach div svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.connect-form .inquiry-reach div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}

.connect-form form input[type="text"],
.connect-form form input[type="email"] {
    margin-bottom: 20px;
    font-size: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px 20px;
    border: 2px solid #EFEFEF;
}

.connect-form .request-box input[type="checkbox"]:checked + label::after {
    top: 4px;
    content: "";
    left: 7px;
    border: solid white;
    height: 12px;
    border-width: 0 2px 2px 0;
    position: absolute;
    width: 6px;
    transform: rotate(45deg);
}

.connect-form form .message-support:active::after {
    height: 200px;
    width: 200px;
}

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

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

.gratWrap::after {
    width: 100%;
    left: 0;
    content: "";
    background: 
        radial-gradient(2px 2px at 85% 15%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 10% 75%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 20% 20%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 70% 80%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 90% 60%, #ffffff 50%, transparent 60%);
    height: 100%;
    top: 0;
    opacity: 0.7;
    position: absolute;
    z-index: 0;
}

.gratWrap h5 {
    font-weight: 700;
    font-size: 18px;
    transition: transform 0.3s ease;
    color: #000000;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    transform: translateY(0);
    margin: 0;
}

.gratWrap a:hover p {
    transform: translateX(5px);
    color: rgb(148,188,188);
}

header::before {
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    content: '';
    z-index: -1;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    left: 0;
    top: 0;
}

header .head-base svg {
    width: 220px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 8px rgb(148,188,188,0.5));
    height: auto;
}

header .first-lesson {
    padding: 0.7rem 1.2rem;
    font-size: 13px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-weight: 400;
    overflow: hidden;
    letter-spacing: 0.5px;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
}

.mentorship-experience::after {
    position: absolute;
    width: 200%;
    top: -50%;
    left: -50%;
    background: 
        radial-gradient(circle at 30% 30%, rgb(148,188,188,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(95,130,165,0.5) 0%, transparent 40%);
    filter: blur(60px);
    height: 200%;
    animation: pulseBackground 15s ease-in-out infinite alternate;
    content: "";
    z-index: 0;
    opacity: 0.3;
}

.mentorship-experience .student-votes:hover .image-item::before {
    opacity: 0.4;
}

.mentorship-experience .name {
    font-weight: 700;
    align-self: end;
    margin: 0;
    position: relative;
    padding: 0 50px 5px 70px;
    grid-column: 2;
    color: #000000;
    font-size: 19px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    transform: translateY(0);
    grid-row: 1;
    font-family: Arial, sans-serif;
}

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

.pricing-plan::before {
    opacity: 0.1;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(45deg, transparent 0%, rgb(148,188,188,0.5) 30%, transparent 70%);
    pointer-events: none;
    width: 100%;
}

.pricing-plan .rate-panel {
    max-width: 90%;
    font-size: 17px;
    margin: 0 auto;
    color: #000000;
    line-height: 1.6;
}

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

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

.pricing-plan .pro-fees::before {
    transform-origin: left;
    height: 5px;
    top: 0;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(148,188,188), rgb(95,130,165));
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
}

.pricing-plan .price-opts::after {
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    bottom: -8px;
    width: 40px;
    position: absolute;
    content: "";
    background-color: rgb(95,130,165);
}

.pricing-plan .pro-fees:hover .image-item {
    transform: scale(1.05);
}

.pricing-plan .pro-fees:hover .image-item::after {
    opacity: 0.4;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 767px) {.give-it-a-try {
    padding: 80px 0;
}.give-it-a-try .container p {
    margin-bottom: 60px;
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
    padding: 30px;
    font-size: 24px;
}.give-it-a-try .message-support {
    transform: rotate(-1deg);
    padding: 15px 35px;
}.give-it-a-try .container p::before {
    height: 30px;
    width: 30px;
}
}



@media (max-width: 768px) {.potential-students ul li {
    width: 100%;
    max-width: 400px;
}.potential-students ul li:nth-child(3n+1),
    .potential-students ul li:nth-child(3n+2),
    .potential-students ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}


@media only screen and (max-width: 800px) {.privacy-holdings {
    border-radius: 10px;
    padding: 1em;
}.privacy-holdings h1 {
    font-size: calc(21px - 0.5em);
}.privacy-holdings h2 {
    font-size: calc(21px - 0.4em);
}.privacy-holdings p,
    .privacy-holdings li {
    font-size: calc(15px - 0.2em);
}}



@media (max-width: 420px) {.welcome-board {
    min-height: 450px;
    height: 60vh;
}.welcome-board .text-box-item {
    padding: 1.2rem;
}.welcome-board .text-box-item h1 {
    font-size: calc(48px * 0.85);
    margin-bottom: 1rem;
}.welcome-board .text-box-item p {
    font-size: calc(12px * 0.85);
    margin-bottom: 1.2rem;
}.welcome-board .text-box-item .message-support {
    padding: 0.5rem 1.3rem;
    font-size: calc(17px * 0.9);
}
}



@media (max-width: 1200px) {.educational-gains .image-item {
    width: 35%;
}.educational-gains .text-box-item {
    width: 65%;
}
}



@media (max-width: 576px) {.educational-gains {
    padding: 80px 0;
}.educational-gains .image-item {
    height: 300px;
}.educational-gains h2 {
    font-size: calc(32px * 0.85);
    margin-bottom: 40px;
}.educational-gains .text_main_holder > div {
    padding: 20px;
}.educational-gains .text_main_holder svg {
    height: 50px;
    width: 50px;
}}



@media (min-width: 992px) and (max-width: 1199px) {.course-summary {
    padding: 100px 0;
}.course-summary .edu-commit {
    min-height: 550px;
}.course-summary .new-study {
    width: 70%;
}.course-summary .head-pagewrap {
    width: 90px;
    margin-bottom: 25px;
    height: 90px;
}.course-summary .head-pagewrap svg {
    width: 45px;
    height: 45px;
}.course-summary h3 {
    font-size: calc(34px - 2px);
    padding: 22px 35px;
    margin-bottom: 25px;
}.course-summary p {
    font-size: calc(16px - 1px);
    padding: 30px;
}
}



@media screen and (max-width: 992px) {.connect-form .inquiry-reach,
    .connect-form .feedback-info {
    padding: 40px 30px;
    width: 100%;
}.connect-form .inquiry-reach {
    order: 2;
}.connect-form .feedback-info {
    order: 1;
}
}



@media screen and (max-width: 576px) {.connect-form {
    padding: 60px 0;
}.connect-form .container {
    width: 90%;
}.connect-form .inquiry-reach,
    .connect-form .feedback-info {
    padding: 30px 20px;
}.connect-form .inquiry-reach h3 {
    font-size: calc(34px * 0.8);
}.connect-form form .message-support {
    width: 100%;
}}



@media (min-width: 768px) {.gratWrap {
    padding: 150px 0;
}.gratWrap .edu-commit {
    padding: 4rem 5rem;
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg);
    max-width: 85%;
    margin: 0 auto;
}.gratWrap .edu-commit:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.gratWrap h5 {
    font-size: calc(18px * 1.2);
}.gratWrap p {
    font-size: calc(12px * 1.1);
    padding: 1rem 1.5rem;
    line-height: 1.8;
}
}



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .header-guide {
    gap: 1.2rem;
}header .head-base svg {
    width: 180px;
}header .site-header {
    padding: 0.5rem;
    gap: 0.6rem;
}header .first-lesson {
    font-size: calc(13px - 1px);
    padding: 0.6rem 1rem;
}
}



@media (max-width: 992px) {.mentorship-experience {
    padding: 120px 0;
}.mentorship-experience .student-votes {
    grid-template-columns: 1fr 1.2fr;
}.mentorship-experience .image-item {
    min-height: 400px;
}.mentorship-experience .name {
    font-size: calc(19px * 0.9);
    padding: 0 40px 5px 50px;
}.mentorship-experience .student-votes span:not(.name) {
    padding: 30px 40px 35px 50px;
}.mentorship-experience .student-votes span:not(.name)::after {
    bottom: 25px;
    left: 50px;
}.mentorship-experience .exp-container {
    padding: 0 40px 40px 50px;
}
}



@media (min-width: 992px) {.pricing-plan .pricing-schemes {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1200px) {.pricing-plan {
    padding: 8rem 2rem;
}.pricing-plan .enroll-cost {
    flex: 0 0 25%;
}.pricing-plan .pricing-schemes {
    flex: 0 0 75%;
}.pricing-plan .bundle-price {
    padding: 2.5rem;
}
}

@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}



@keyframes ken-burns {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



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


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




@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}



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

@keyframes pulse {
    0%, 100% { 
        box-shadow: 0 0 0 0 rgb(148,188,188,0.5);
    }
    50% { 
        box-shadow: 0 0 0 10px transparent;
    }
}



@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}


    
    @keyframes expandLine {
        0% {
            width: 0;
        }
        100% {
            width: 80px;
        }
    }



@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

