

.inner-container {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}

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

a {
    text-decoration: none;
    color: inherit;
}

.client_comments::before {
    height: 1px;
    top: 50%;
    content: "";
    z-index: 1;
    position: absolute;
    width: 80%;
    box-shadow: 0 0 20px 5px rgb(213,183,195,0.5);
    background: linear-gradient(90deg, transparent, rgb(213,183,195), transparent);
    left: 10%;
}

.client_comments .feedback_slider {
    overflow-x: auto;
    transform-style: preserve-3d;
    padding: 3rem 0;
    display: flex;
    scrollbar-color: rgb(213,183,195) rgb(239,215,226);
    gap: 3rem;
    scrollbar-width: thin;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
}

.client_comments .client_testimonials img {
    transform: translateY(-30px);
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.4s ease;
    width: 120px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    margin-bottom: 1.5rem;
    border: 5px solid #ffffff;
}

.client_comments .client_testimonials:nth-child(odd) {
    transform: rotateY(15deg) translateZ(0);
}

.client_comments .client_testimonials:nth-child(3n+1):hover::after {
    width: 70px;
    height: 70px;
    opacity: 0.7;
}

.quantitative_data {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgb(185,150,173,0.5) 100%);
}

.quantitative_data ul {
    list-style: none;
    display: grid;
    gap: 2rem;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    margin: 0;
}

.quantitative_data .fast_benefits:nth-child(3) {
    --i: 3;
}

.quantitative_data .fast_benefits:nth-child(5) {
    --i: 5;
}

.quantitative_data .fast_benefits div {
    height: 100%;
    transform: perspective(1000px) rotateX(2deg);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem;
    overflow: hidden;
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.5),
        0 1px 2px rgba(0,0,0,0.05),
        inset 0 1px 0 rgba(255,255,255,0.9);
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(120deg, rgba(255,255,255,0.92), rgba(255,255,255,0.85));
}

.who_we_are {
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
}

.who_we_are::after {
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(213,183,195,0.5) 0%, transparent 70%);
    height: 60%;
    content: "";
    right: -10%;
    position: absolute;
    opacity: 0.7;
    top: -10%;
    filter: blur(50px);
    animation: glow 12s infinite alternate ease-in-out;
    z-index: 2;
    width: 60%;
}

.who_we_are ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.who_we_are ul li {
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 1.5rem;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.22, 1, 0.36, 1);
}

.who_we_are ul li:last-child {
    animation-delay: 0.8s;
}

.who_we_are h4::before {
    height: 30px;
    position: absolute;
    border-top: 2px solid rgb(185,150,173,0.5);
    opacity: 0;
    left: -20px;
    border-left: 2px solid rgb(185,150,173,0.5);
    width: 30px;
    top: -10px;
    content: "";
    animation: fadeIn 1s 1.2s forwards ease-out;
}

footer .info_item:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

footer .info_item p,
footer .info_item a {
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
}

footer .top_pagewrap svg {
    margin-bottom: 15px;
    width: auto;
    height: 45px;
}

footer .nav_start h5 {
    display: inline-block;
    font-size: 23px;
    margin-bottom: 25px;
    color: #000000;
    position: relative;
    font-weight: 600;
}

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

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

footer .sub_border:hover {
    background-color: rgb(185,150,173);
}

footer .forum_link {
    text-align: center;
    color: #000000;
    font-size: 14px;
}

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

.cookies_terms {
    font-size: 24px;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(213,183,195);
    cursor: pointer;
    margin-left: 10px;
    color: rgb(213,183,195);
    line-height: 35px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    min-width: 120px;
}

header .head_learn svg {
    transition: transform 0.3s ease;
    width: 180px;
    height: auto;
}

header .top_sitewrap {
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-weight: 400;
    font-family: Arial, sans-serif;
}

.thanksGrid h2 {
    font-size: 31px;
    position: relative;
    color: #000000;
    transform: perspective(1000px) rotateX(2deg);
    font-family: Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
    max-width: 90%;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
}

.thanksGrid .master_sessions {
    border-radius: 0 10px 10px 0;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.5),
        0 2px 5px rgba(0,0,0,0.05);
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(-1deg);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    border-left: 4px solid rgb(213,183,195);
}

.course_offering {
    background: linear-gradient(135deg, rgb(185,150,173,0.5), rgb(239,215,226));
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.course_offering .skill_track:hover {
    transform: perspective(1000px) rotateY(0);
}

.course_offering .image_box::after {
    background: linear-gradient(to bottom, 
    transparent 50%, 
    rgb(213,183,195,0.5) 100%
  );
    inset: 0;
    content: "";
    position: absolute;
}

.course_offering .skill_track:hover h3::after {
    transform: scaleX(1);
}

.course_offering p.description {
    padding-right: 1rem;
    color: #000000;
    max-height: 250px;
    line-height: 1.7;
    display: block;
    overflow-y: auto;
    margin-bottom: 1.5rem;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

.teacher_profile::after {
    animation: pulseBackground 15s ease-in-out infinite alternate;
    background: 
        radial-gradient(circle at 30% 30%, rgb(213,183,195,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(185,150,173,0.5) 0%, transparent 40%);
    filter: blur(60px);
    height: 200%;
    opacity: 0.3;
    content: "";
    z-index: 0;
    top: -50%;
    width: 200%;
    left: -50%;
    position: absolute;
}

.teacher_profile .client_testimonials:hover .image_box::before {
    opacity: 0.4;
}

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

.teacher_profile .client_testimonials:hover .professional_exp {
    transform: translateY(-5px);
}

.get_updates {
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(185,150,173,0.5), rgb(213,183,195));
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.get_updates .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}

.get_updates h3::after {
    width: 60px;
    transition: width 0.3s ease-out;
    position: absolute;
    bottom: -10px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(213,183,195), rgb(185,150,173));
    height: 3px;
}

.get_updates input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05), 0 0 0 3px rgb(213,183,195,0.5);
    border-color: rgb(213,183,195);
    outline: none;
}



.get_updates input[type="email"]:focus {
    animation: pulse 1.5s infinite;
}

.get_updates .sub_border:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.greeting_page {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
    background: linear-gradient(135deg, rgb(213,183,195) 0%, rgba(30, 40, 90, 0.9) 100%);
    padding: 4rem 2rem;
}

.greeting_page .master_expert > div:first-child {
    backdrop-filter: blur(10px);
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.2),
    0 5px 15px rgba(0, 0, 0, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    transform: translateZ(20px);
}

.greeting_page h3:hover::after {
    width: 120px;
}

.greeting_page h1 {
    transform: translateX(-5%);
    color: #ffffff;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
    transition: transform 0.4s ease-out;
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 46px);
    position: relative;
}

.greeting_page .fast_learn > div:hover {
    transform: perspective(800px) rotateY(0deg);
}

.greeting_page .fast_learn > div::after {
    height: 200%;
    pointer-events: none;
    top: -50%;
    position: absolute;
    opacity: 0;
    background: radial-gradient(
    circle at center,
    rgba(rgb(185,150,173), 0.3) 0%,
    transparent 70%
  );
    content: "";
    width: 200%;
    z-index: 2;
    mix-blend-mode: overlay;
    transition: opacity 0.5s ease;
    left: -50%;
}

.privacy_depot .container {
    padding: 2rem;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    transform-style: preserve-3d;
    background: #ffffff;
    transform: translateZ(0) rotateX(0.5deg);
    border-left: 4px solid rgb(213,183,195);
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.privacy_depot h3 {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: calc(19px * 1.2);
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #000000;
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.5rem;
}

.privacy_depot strong {
    display: inline-block;
    color: #000000;
    padding: 0 2px;
    font-weight: 600;
    background: linear-gradient(to bottom, transparent 85%, rgb(185,150,173,0.5) 85%, rgb(185,150,173,0.5) 100%);
    position: relative;
}

.privacy_depot span {
    line-height: 1.7;
    transform: translateX(0);
    display: block;
    transition: transform 0.3s ease-out, border-left-color 0.3s ease-out;
    border-left: 2px solid rgb(185,150,173,0.5);
    margin-bottom: 2rem;
    font-size: 12px;
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
    color: #000000;
}

.learning_process .headline_wrap p {
    width: 65%;
    align-self: flex-end;
    transform: translateX(50px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 40px 50px;
    z-index: 2;
    margin-top: -15px;
    font-size: 14px;
    backdrop-filter: blur(15px);
    color: #ffffff;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.05);
    line-height: 1.8;
}

.learning_process::after {
    left: 10%;
    height: 200px;
    width: 200px;
    border: 2px solid rgb(213,183,195,0.5);
    bottom: -100px;
    position: absolute;
    animation: rotate-slow 30s linear infinite;
    content: '';
    opacity: 0.2;
    transform: rotate(45deg);
}

.learning_process .headline_wrap h2 span::after {
    left: 0;
    width: 100%;
    position: absolute;
    height: 4px;
    background: rgb(213,183,195);
    z-index: -1;
    content: '';
    bottom: 2px;
    opacity: 0.3;
}

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

.educational_yield .master_sessions:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03),
                -15px -15px 30px rgba(255, 255, 255, 0.9);
}

.educational_yield .master_sessions:hover h4::after {
    transform: scaleX(1);
}

.educational_yield ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.educational_yield li {
    opacity: 0;
    animation: slideIn 0.5s forwards;
    transform: translateX(-10px);
    margin-bottom: 15px;
    animation-delay: calc(var(--i, 0) * 0.1s);
}

.educational_yield li p span:last-child {
    line-height: 1.5;
}

.educational_yield svg {
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
    transform-origin: center;
}

.educational_yield .image_box {
    object-fit: cover;
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 10px;
    height: auto;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: saturate(1.1) contrast(1.05);
    width: 100%;
}

.connect_with_us .message_box {
    z-index: 1;
    position: relative;
    background: #ffffff;
    justify-content: center;
    flex-direction: column;
    padding: 80px;
    flex: 1 1 55%;
    display: flex;
}

.connect_with_us .message_box h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    color: #000000;
    margin-bottom: 40px;
}

.connect_with_us .message_box textarea {
    padding-top: 25px;
    resize: vertical;
    border-radius: 25px;
    height: 150px;
}

.connect_with_us .message_box .support_card {
    align-items: flex-start;
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
}

.connect_with_us .message_box .support_card label::before {
    position: absolute;
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: transparent;
    content: '';
    border-radius: 50%;
    left: 0;
    top: 2px;
}

.connect_with_us .message_box .inquiry_box::before {
    left: -100%;
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    transition: all 0.6s ease;
    width: 100%;
}

.connect_with_us .message_map .message_reach {
    z-index: 1;
    padding: 0;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    list-style: none;
}

.connect_with_us .message_map .message_reach li:hover {
    transform: translateX(5px);
}

.connect_with_us .message_map .message_reach li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.connect_with_us .message_map .message_reach li span::after {
    width: 0;
    background: rgba(255, 255, 255, 0.3);
    height: 1px;
    transition: width 0.3s ease;
    bottom: -8px;
    content: '';
    position: absolute;
    left: 0;
}



@media (max-width: 992px) {.client_comments {
    padding: 6rem 1rem;
}.client_comments h2 {
    font-size: calc(37px * 1.2);
    margin-bottom: 3rem;
}.client_comments .feedback_slider {
    padding: 2.5rem 0;
    gap: 2.5rem;
}.client_comments .client_testimonials {
    padding: 1.8rem;
    flex: 0 0 270px;
}.client_comments .client_testimonials img {
    height: 100px;
    width: 100px;
}
}



@media (min-width: 992px) {.quantitative_data ul {
    grid-template-columns: repeat(4, 1fr);
}.quantitative_data .fast_benefits div {
    flex-direction: column;
    min-height: 180px;
    display: flex;
    justify-content: center;
}.quantitative_data .fast_benefits p {
    font-size: calc(32px * 1.5);
}
}



@media (max-width: 575px) {.quantitative_data {
    padding: 4rem 0;
}.quantitative_data ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.quantitative_data .fast_benefits div {
    padding: 1.5rem;
}.quantitative_data .fast_benefits p {
    font-size: calc(32px * 1.2);
}.quantitative_data h4 {
    margin-top: 3rem;
    width: 90%;
}
}



@media (min-width: 992px) {.who_we_are {
    padding: 10rem 0;
}.who_we_are .headline_wrap {
    padding: 5rem;
    margin-left: 4rem;
}.who_we_are h1 {
    font-size: calc(40px * 1.2);
}.who_we_are span {
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 576px) {footer .message_page {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .nav_start h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .page_nav a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .sub_border {
    padding: 12px;
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .top_info {
    gap: 0.8rem;
}header .head_learn svg {
    width: 120px;
}header .nav_start {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.5rem;
    justify-content: flex-start;
}header .nav_start::-webkit-scrollbar {
    height: 3px;
}header .nav_start::-webkit-scrollbar-thumb {
    background: rgb(213,183,195);
    border-radius: 10px;
}header .top_sitewrap {
    flex-shrink: 0;
    font-size: calc(14px - 2px);
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
}}



@media (min-width: 992px) {.course_offering .skill_track {
    height: 600px;
}.course_offering h3 {
    font-size: calc(38px * 0.75);
}.course_offering .headline_wrap {
    padding: 4rem;
}.course_offering p.description {
    line-height: 1.75;
    font-size: calc(16px * 1.05);
    max-height: 380px;
}
}



@media (max-width: 992px) {.teacher_profile {
    padding: 120px 0;
}.teacher_profile .client_testimonials {
    grid-template-columns: 1fr 1.2fr;
}.teacher_profile .image_box {
    min-height: 400px;
}.teacher_profile .name {
    padding: 0 40px 5px 50px;
    font-size: calc(20px * 0.9);
}.teacher_profile .client_testimonials span:not(.name) {
    padding: 30px 40px 35px 50px;
}.teacher_profile .client_testimonials span:not(.name)::after {
    bottom: 25px;
    left: 50px;
}.teacher_profile .professional_exp {
    padding: 0 40px 40px 50px;
}
}



@media (min-width: 992px) {.get_updates .master_sessions {
    margin: 0 auto;
    transform: perspective(1500px) rotateY(-4deg);
    max-width: 90%;
}.get_updates h3 {
    max-width: 70%;
}
}



@media (max-width: 480px) {.get_updates {
    padding: 2.5rem 1rem;
}.get_updates .master_sessions {
    padding: 1.5rem;
    transform: none;
}.get_updates h3 {
    font-size: 17px;
}}



@media (min-width: 1200px) {.greeting_page {
    padding: 8rem 4rem;
}.greeting_page .master_expert {
    gap: 6rem;
}.greeting_page .fast_learn {
    padding: 5rem;
}.greeting_page .fast_learn > div {
    min-height: 250px;
}
}



@media screen and (max-width: 1200px) {.privacy_depot {
    padding: 4rem 1.5rem;
}.privacy_depot .container {
    padding: 1.5rem;
}.privacy_depot h1 {
    font-size: calc(41px * 1.1);
}.privacy_depot h2 {
    font-size: 35px;
}
}



@media screen and (max-width: 576px) {.privacy_depot {
    padding: 1.5rem 0.5rem;
}.privacy_depot .container {
    border-left-width: 3px;
    padding: 1rem;
}.privacy_depot h1 {
    font-size: calc(41px * 0.8);
}.privacy_depot h1::after {
    width: 60px;
    height: 3px;
}.privacy_depot h2 {
    margin: 2rem 0 1rem;
    border-left-width: 2px;
}.privacy_depot ul li {
    padding-left: 1.25rem;
}.privacy_depot p:hover,
    .privacy_depot ul li:hover,
    .privacy_depot span:hover,
    .privacy_depot h2:hover {
    transform: none;
}}



@media (min-width: 768px) {.educational_yield {
    padding: 100px 0;
}.educational_yield .master_sessions {
    align-items: center;
    padding: 50px;
    flex-direction: row;
    gap: 60px;
}.educational_yield .headline_wrap {
    flex: 1;
}.educational_yield .headline_wrap > div {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}.educational_yield .headline_wrap > div > div {
    min-width: 280px;
    flex: 1;
}.educational_yield h4 {
    font-size: 35px;
    margin-bottom: 35px;
}.educational_yield .image_box {
    object-position: center;
    transform: perspective(1000px) rotateY(-8deg) translateZ(20px);
    height: 400px;
    width: 40%;
}
}



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



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



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}



@keyframes fadeIn {
    to {
        opacity: 0.8;
    }
}



@keyframes backgroundPulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.35;
        transform: scale(1.1);
    }
}



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

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



@keyframes pulse-fade {
    0% {
        opacity: 0.1;
        transform: scale(1) rotate(0);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) rotate(0);
    }
}

