﻿header,footer {
    width: 100%;
}

header {
    position: relative;
    background: rgb(184,194,204);
    margin-top: 0;
    z-index: 100;
    overflow: visible;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0;
}

svg {
    height: 30px;
    width: 30px;
}

.contact-panel-GizNk::before {
    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%);
    top: 0;
    background-size: 20px 20px;
    width: 100%;
    left: 0;
    content: "";
    z-index: 0;
    position: absolute;
}

.contact-panel-GizNk input[type="text"] {
    border-radius: 10px;
    font-size: 18px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: rgb(184,194,204);
    border: none;
    color: #000000;
    width: 100%;
    padding: 18px 20px;
    transition: all 0.3s ease;
}

.contact-panel-GizNk .request-help-qIbxK label {
    color: #000000;
    line-height: 1.5;
    font-size: 18px;
}

.contact-panel-GizNk .request-help-qIbxK a:hover {
    color: rgb(117,128,140);
}

.contact-panel-GizNk .request-help-qIbxK a:hover::after {
    background: rgb(117,128,140);
}

.contact-panel-GizNk svg {
    height: 20px;
    transition: all 0.3s ease;
    width: 20px;
    fill: rgb(150,161,173);
}

.contact-panel-GizNk svg:hover {
    fill: rgb(117,128,140);
}

.newsletter-signup-nCpyq::before {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    content: "";
    transform: translateX(-100%);
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 40%, transparent 60%);
    top: 0;
    animation: lightSweep 8s ease-in-out infinite;
    pointer-events: none;
    height: 100%;
}

.newsletter-signup-nCpyq .input_holder {
    margin-top: 1rem;
    display: flex;
    transition: all 0.4s ease;
    gap: 1rem;
    flex-wrap: wrap;
}

.newsletter-signup-nCpyq .input_holder span {
    flex: 1 1 auto;
    transform: translateY(0);
    min-width: 180px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.newsletter-signup-nCpyq input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}

.newsletter-signup-nCpyq .free-lessons-qYUzT:hover {
    background: rgb(117,128,140);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.newsletter-signup-nCpyq .free-lessons-qYUzT:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

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

.teaching-history-hmkds .feedback-grid-gkTSd:hover .pic-list-mcuWe {
    transform: translateZ(120px) rotateY(-10deg) translateX(-20px);
}

.teaching-history-hmkds .feedback-grid-gkTSd:hover .name {
    transform: translateZ(90px) rotateY(0deg) translateX(20px);
}

.teaching-history-hmkds .feedback-grid-gkTSd span:not(.name) {
    left: 40px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    padding: 1rem 1.5rem;
    top: 190px;
    position: absolute;
    font-weight: 600;
    transform: translateZ(50px) rotateY(5deg);
    color: #000000;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 24px;
    background: #ffffff;
    border-radius: 10px;
    z-index: 3;
}

.program-assets-fFyRj {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(184,194,204), #ffffff 95%);
}

.program-assets-fFyRj::before {
    position: absolute;
    opacity: 0.05;
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(150,161,173,0.5),
        transparent 2px,
        transparent 10px,
        rgb(150,161,173,0.5) 12px
    );
    width: 100%;
}

.program-assets-fFyRj .announcement-box-LYdxH {
    position: relative;
}

.program-assets-fFyRj .learning-classes-OYPID:hover .announcement-box-LYdxH::before {
    transform: scaleX(1.2);
}

.program-assets-fFyRj li {
    transition: transform 0.3s ease-out;
    position: relative;
    padding-left: 2.5rem;
}

.program-assets-fFyRj li p {
    margin: 0;
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
    font-size: 15px;
}

.thanksNode-PEcGL {
    min-height: 60vh;
    padding: 5rem 0;
    align-items: center;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(117,128,140,0.5), rgb(150,161,173,0.5) 70%);
    position: relative;
    display: flex;
}

.thanksNode-PEcGL .learning-classes-OYPID:hover {
    transform: rotateX(0deg) rotateY(0deg);
}

.thanksNode-PEcGL .learning-classes-OYPID::before {
    pointer-events: none;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
    content: "";
    width: 100%;
    transform: translateZ(-10px);
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(
        45deg,
        rgb(117,128,140,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(150,161,173,0.5) 100%
    );
}

.thanksNode-PEcGL p {
    margin: 0;
    font-size: clamp(1rem, 1.2vw, 17px);
    font-family: Arial, sans-serif;
    max-width: 95%;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    line-height: 1.8;
    color: #000000;
}

header::after {
    height: 5px;
    transition: transform 0.5s ease;
    content: '';
    bottom: 0;
    background: linear-gradient(to right, 
        rgb(150,161,173), 
        rgb(117,128,140), 
        rgb(150,161,173)
    );
    transform-origin: center;
    width: 100%;
    left: 0;
    position: absolute;
    transform: scaleX(0.7);
}

header .site-nav-ywpPj::before {
    opacity: 0.1;
    transform: translateZ(-10px);
    background: rgb(150,161,173);
    height: 100%;
    filter: blur(10px);
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
}

header .head-pagebar-Wxfds a {
    transform-style: preserve-3d;
    font-size: 15px;
    font-weight: 600;
    background: #ffffff;
    padding: 0.7rem 1.2rem;
    transform: translateZ(0);
    transition: all 0.4s ease;
    text-decoration: none;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    color: #000000;
}

.opening-board-qxnSv {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(117,128,140,0.5), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}

.opening-board-qxnSv {
    padding: 3rem 0;
}

.opening-board-qxnSv .learn-begin-mEhDZ > div:first-child {
    box-shadow: 
    0 10px 30px -10px rgba(0, 0, 0, 0.5),
    0 1px 0 rgb(117,128,140,0.5) inset;
    padding: 1.5rem;
    background: linear-gradient(
    145deg, 
    rgb(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.85) 100%
  );
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    transform: translateZ(20px);
    animation: slideInFromLeft 1s ease-out forwards;
    position: relative;
    backdrop-filter: blur(8px);
}

.opening-board-qxnSv .learn-begin-mEhDZ > div:first-child {
    margin-top: -2rem;
    padding: 2.5rem;
}

.opening-board-qxnSv .learn-begin-mEhDZ > div:first-child {
    padding: 1.25rem;
}

.opening-board-qxnSv .vision-mission-EnJQi h3::before {
    width: 12px;
    top: 50%;
    content: "";
    background: rgb(150,161,173);
    position: absolute;
    height: 12px;
    left: -2rem;
    transform: translateY(-50%) rotate(45deg);
}

.program-information-oFUCZ {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(184,194,204) 0%, rgba(245, 245, 255, 0.95) 100%);
    position: relative;
}

.program-information-oFUCZ::after {
    opacity: 0.15;
    content: "";
    filter: blur(25px);
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    width: 35%;
    position: absolute;
    background: linear-gradient(225deg, rgb(117,128,140,0.5) 0%, rgb(150,161,173,0.5) 100%);
    height: 60%;
    bottom: -10%;
    transform: rotate(10deg) skewX(-15deg);
    z-index: 0;
    left: -5%;
}

.program-information-oFUCZ .lesson-map-ubBHP {
    position: relative;
    grid-template-columns: 1fr;
    perspective: 1500px;
    gap: 2.5rem;
    display: grid;
}

.program-information-oFUCZ .pic-list-mcuWe:hover::before {
    opacity: 0.7;
}

.program-information-oFUCZ .announcement-box-LYdxH {
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(2deg) translateZ(20px);
    z-index: 2;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    background-color: #ffffff;
}

.program-information-oFUCZ .description:first-child::first-letter {
    color: rgb(150,161,173);
    font-weight: 700;
    float: left;
    line-height: 0.8;
    font-size: 2.2em;
    padding: 0.1em 0.1em 0 0;
}

.statistics-information-hYTeG .benefits-block-LAmxh {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 23px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    padding: 50px 40px;
}

.statistics-information-hYTeG .study-statistics-hVZng svg path {
    fill: #ffffff;
}

.statistics-information-hYTeG .statistics-experts-odPgC::after {
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(150,161,173) 0%, rgb(117,128,140) 100%);
    margin: 20px auto 0;
    height: 3px;
    content: "";
    width: 80px;
    display: block;
}

.statistics-information-hYTeG .edu-statistics-JFtHg {
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    border-radius: 23px;
    text-align: center;
    backdrop-filter: blur(5px);
    padding: 30px 20px;
}

.statistics-information-hYTeG .edu-statistics-JFtHg span {
    position: relative;
    font-size: calc(38px * 1.2);
    margin-bottom: 10px;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    display: block;
    transform: translateZ(30px);
    -webkit-background-clip: text !important;
}

.privacy-unit-cTzrQ h3, .privacy-unit-cTzrQ h4, .privacy-unit-cTzrQ h5, .privacy-unit-cTzrQ h6 {
    margin: 1rem 0;
    color: rgb(150,161,173);
    font-weight: 400;
}

.privacy-unit-cTzrQ ol li {
    margin-bottom: 10px;
    font-size: 15px;
}

.about-this-AJuFe {
    position: relative;
    overflow: hidden;
    align-items: center;
    padding: 120px 0 80px;
    isolation: isolate;
    display: flex;
    min-height: 100vh;
}

.about-this-AJuFe h2 {
    letter-spacing: 1.5px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    position: relative;
    transform: translateZ(30px);
    font-weight: 700;
    font-size: 37px;
    display: inline-block;
    color: #ffffff;
}

.about-this-AJuFe .announcement-box-LYdxH::before {
    transform: scaleY(0.8);
    top: 0;
    width: 6px;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    animation: pulseBar 8s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background: linear-gradient(to bottom, rgb(150,161,173), rgb(117,128,140));
    transform-origin: center;
}

.about-this-AJuFe .announcement-box-LYdxH p::after {
    transform-origin: left;
    content: "";
    width: 40px;
    bottom: -8px;
    left: 0;
    height: 2px;
    animation: lineGrow 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: rgb(117,128,140);
    transform: scaleX(0);
}



.zoom-meet-UqYhp .container {
    z-index: 2;
    position: relative;
}

footer .edu-reach-QRekg {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 20px;
    flex-wrap: wrap;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    transform: translateY(0);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
}

footer .nav-block-uGjdX:hover svg {
    filter: drop-shadow(0 0 8px rgb(150,161,173));
}

footer .nav-sitebar-kmasD:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}



footer .nav-sitebar-kmasD h5 {
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 22px;
    padding-bottom: 10px;
}

footer .page-head-UYKxt a {
    position: relative;
    color: #ffffff;
    font-size: calc(16px - 1px);
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease, padding-left 0.3s ease;
    padding-left: 15px;
}

footer .subscribe_holder::before {
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    position: absolute;
    left: -50%;
    z-index: -1;
    width: 200%;
    height: 200%;
    content: "";
    animation: pulseBackground 10s infinite ease-in-out;
    top: -50%;
}

footer .input_holder input[type="email"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 16px;
}

footer .free-lessons-qYUzT:hover::before {
    left: 100%;
}

footer .badge-case-Hjmkl {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
}

.privacy-switch-FpxsM {
    margin-right: 20px;
    flex-shrink: 0;
}

.visitor-privacy-ZpqIY {
    max-width: 600px;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.consent-panel-HAPks {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
    transition: none;
    font-size: 14px;
    border: 2px solid rgb(150,161,173);
    background: rgb(150,161,173);
    flex-shrink: 0;
    border-radius: 10px;
    margin-left: 10px;
    min-width: 150px;
}



@media (max-width: 768px) {.contact-panel-GizNk {
    padding: 60px 0;
}.contact-panel-GizNk h2 {
    margin-bottom: 30px;
    font-size: calc(36px - 4px);
}.contact-panel-GizNk .help-grid-rBvEk {
    padding: 40px 30px;
}.contact-panel-GizNk #contact {
    gap: 25px;
}.contact-panel-GizNk .pic-list-mcuWe {
    min-height: 250px;
}
}



@media screen and (max-width: 767px) {.newsletter-signup-nCpyq {
    padding: 3rem 1.5rem;
}.newsletter-signup-nCpyq .learning-classes-OYPID {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 2rem;
}.newsletter-signup-nCpyq h4 {
    font-size: calc(24px * 0.9);
    margin-bottom: 2rem;
}.newsletter-signup-nCpyq .input_holder {
    gap: 0.8rem;
}.newsletter-signup-nCpyq input[type="email"],
    .newsletter-signup-nCpyq .free-lessons-qYUzT {
    padding: 0.9rem 1.2rem;
}
}



@media (min-width: 768px) {.program-assets-fFyRj {
    padding: 8rem 0;
}.program-assets-fFyRj .container {
    flex-direction: row;
    align-items: center;
}.program-assets-fFyRj .pic-list-mcuWe {
    width: 45%;
    margin-bottom: 0;
    clip-path: polygon(0 4%, 100% 0, 96% 96%, 4% 100%);
}.program-assets-fFyRj .learning-classes-OYPID {
    transform: translateY(0);
    z-index: 3;
    width: 60%;
    margin-left: -5%;
}.program-assets-fFyRj h1 {
    font-size: 47px;
}.program-assets-fFyRj ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 480px) {.program-assets-fFyRj {
    padding: 3rem 0;
}.program-assets-fFyRj h1 {
    font-size: calc(29px * 0.8);
}.program-assets-fFyRj .pic-list-mcuWe {
    clip-path: polygon(0 0, 100% 2%, 98% 98%, 2% 100%);
}.program-assets-fFyRj .learning-classes-OYPID {
    transform: translateY(-15px);
    padding: 1.25rem;
}.program-assets-fFyRj li {
    padding-left: 2.2rem;
}.program-assets-fFyRj li p {
    font-size: calc(15px * 0.95);
}}



@media (min-width: 1400px) {header .nav-header-QpXPq {
    max-width: 1320px;
    margin: 0 auto;
}header .head-pagebar-Wxfds {
    margin: 0 0.5rem;
}header .head-pagebar-Wxfds a {
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 479px) {header .nav-header-QpXPq {
    padding: 0.7rem 1.2rem;
}header .nav-block-uGjdX {
    max-width: 120px;
}header .head-pagebar-Wxfds a {
    padding: 0.4rem 0.6rem;
    font-size: calc(15px - 3px);
}header::after {
    height: 3px;
}
}



@media (min-width: 768px) {.program-information-oFUCZ {
    padding: 8rem 0;
}.program-information-oFUCZ h2 {
    margin-bottom: 3.5rem;
    font-size: calc(32px * 1.1);
}.program-information-oFUCZ .lesson-map-ubBHP {
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.program-information-oFUCZ .pic-list-mcuWe {
    height: 500px;
}.program-information-oFUCZ .announcement-box-LYdxH {
    padding: 3rem;
}
}



@media (max-width: 767px) {.program-information-oFUCZ {
    padding: 4rem 0;
}.program-information-oFUCZ h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.9);
}.program-information-oFUCZ .pic-list-mcuWe {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
    height: 250px;
}.program-information-oFUCZ .announcement-box-LYdxH {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.program-information-oFUCZ .description {
    max-height: 250px;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}


@media only screen and (max-width: 800px) {.privacy-unit-cTzrQ {
    padding: 30px 15px;
}.privacy-unit-cTzrQ h1 {
    font-size: calc(24px - 10px);
}.privacy-unit-cTzrQ h2 {
    font-size: calc(24px - 8px);
}.privacy-unit-cTzrQ p, .privacy-unit-cTzrQ li {
    font-size: calc(15px - 2px);
}}



@media (min-width: 992px) {.about-this-AJuFe .container {
    transform: perspective(1500px) rotateX(4deg);
}.about-this-AJuFe .announcement-box-LYdxH {
    margin-left: 60px;
    transform: perspective(1000px) translateZ(20px) rotateY(-1.5deg);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3), 
                    0 -8px 25px rgba(255, 255, 255, 0.1);
    padding: 80px 70px;
}.about-this-AJuFe h2 {
    font-size: calc(37px + 8px);
}.about-this-AJuFe .announcement-box-LYdxH::before {
    width: 8px;
}.about-this-AJuFe .announcement-box-LYdxH::after {
    height: 8px;
}.about-this-AJuFe .announcement-box-LYdxH div div {
    line-height: 1.9;
    font-size: calc(16px + 1px);
}
}



@media (min-width: 992px) {footer .media-kit-ZCYuD {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .edu-reach-QRekg {
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
}footer .info_item {
    flex: 0 1 auto;
}
}


@media only screen and (max-width: 800px) {.privacy-switch-FpxsM {
    display: none;
}.cookie-frame-iHLEp {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookieNotificationBar-JnQat h5, .cookieNotificationBar-JnQat p {
    text-align: center;
}.visitor-privacy-ZpqIY {
    margin-bottom: 15px;
}.consent-panel-HAPks {
    margin-top: 10px;
    margin-left: 0;
}}



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



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



@keyframes fadeInUp {
  0% { transform: translateY(30px) translateZ(40px); opacity: 0; }
  100% { transform: translateY(0) translateZ(40px); opacity: 1; }
}



@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-13deg) skewX(12deg) translate(10px, -10px);
    }
    100% {
        transform: rotate(-15deg) skewX(15deg) translate(-5px, 5px);
    }
}



@keyframes slideUpFade {
    0% { 
        opacity: 0;
        transform: translateY(30px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

