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

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

.app-wrapper-structure {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}

.app-meet-us::after {
    position: absolute;
    right: -5%;
    width: 40%;
    content: "";
    height: 40%;
    top: -5%;
    background: repeating-linear-gradient(
        45deg,
        rgb(198,212,207,0.5),
        rgb(198,212,207,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    transform: rotate(-15deg);
    z-index: 2;
    pointer-events: none;
}

.app-meet-us ul:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.app-meet-us h4::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    width: 100%;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(161,179,171), transparent);
}

.app-start-now::before {
    background: radial-gradient(ellipse at 70% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    pointer-events: none;
}

.app-start-now div:nth-child(2)::before {
    top: 50%;
    content: "";
    z-index: -1;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    height: 120%;
    width: 120%;
    transform: translate(-50%, -50%) rotate(-2deg);
    position: absolute;
    filter: blur(15px);
    border-radius: 100px;
}

.app-start-now .app-request-request span {
    transition: transform 0.3s ease;
    z-index: 3;
    position: relative;
}

.app-start-now .app-request-request:hover::after {
    animation: shine 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.app-start-now .app-request-request:hover span {
    transform: translateX(5px);
}

.app-program-structure {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(234,239,238);
    position: relative;
}

.app-program-structure .container {
    position: relative;
    z-index: 1;
}

.app-program-structure .app-profile-photo {
    z-index: 0;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

.app-program-structure .app-top-bar {
    grid-area: logo;
    height: 80px;
    z-index: 10;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    align-items: center;
    justify-content: center;
    justify-self: center;
    display: flex;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 
        0px 10px 30px rgba(0, 0, 0, 0.1),
        0px 4px 10px rgb(198,212,207,0.5);
    width: 80px;
    background: #ffffff;
    border-radius: 50%;
}

.app-program-structure .app-top-bar:hover svg {
    transform: rotate(-10deg);
}

.app-program-structure h3::before {
    position: absolute;
    right: 10px;
    opacity: 0.5;
    bottom: 10px;
    content: "";
    z-index: -1;
    border: 1px dashed rgb(198,212,207,0.5);
    left: 10px;
    top: 10px;
    border-radius: 0 10px 10px 0;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}

.app-program-structure .app-learn-now:hover p {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(-5%);
}

.app-program-structure .app-learn-now::after {
    background-position: center bottom;
    grid-area: photo2;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    background-size: cover;
    position: relative;
    border-radius: 19px 0 0 19px;
    background: inherit;
    transform: translateX(15%);
    z-index: 2;
    height: 100%;
    transition: all 0.5s ease 0.1s;
    content: "";
}

.app-potential-learners .app-learn-classes {
    position: relative;
}

.app-potential-learners h4::after {
    content: "";
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(198,212,207), rgb(161,179,171));
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    bottom: 0;
    border-radius: 2px;
}

.app-potential-learners div p:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.app-potential-learners div p:hover::before {
    left: 10px;
    top: 10px;
}

.app-potential-learners div p:hover svg {
    background: rgb(198,212,207,0.5);
    transform: rotate(15deg);
}

.app-join-our-mailing-list {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(198,212,207,0.5) 0%, rgb(161,179,171) 100%);
}

.app-join-our-mailing-list .app-learn-classes {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05),
              0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.08);
    flex-direction: column;
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease-out;
    position: relative;
    padding: 50px 40px;
    border-left: 4px solid rgb(161,179,171);
}

.app-join-our-mailing-list input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.app-join-our-mailing-list .app-subscribe-coupons {
    border: none;
    border-radius: 10px;
    align-self: center;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 16px 32px;
    background: linear-gradient(135deg, rgb(161,179,171) 0%, rgb(161,179,171,0.5) 100%);
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: Arial, sans-serif;
}

.app-title-greeting .app-start-learn > div:first-child {
    box-shadow: 
    0 10px 30px -10px rgba(0, 0, 0, 0.5),
    0 1px 0 rgb(161,179,171,0.5) inset;
    transform: translateZ(20px);
    position: relative;
    background: linear-gradient(
    145deg, 
    rgb(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.85) 100%
  );
    backdrop-filter: blur(8px);
    animation: slideInFromLeft 1s ease-out forwards;
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}

.app-title-greeting .app-start-learn > div:first-child {
    padding: 2.5rem;
    margin-top: -2rem;
}

.app-title-greeting .app-start-learn > div:first-child {
    padding: 1.25rem;
}

.app-title-greeting .app-master-sessions h3::before {
    left: -2rem;
    content: "";
    top: 50%;
    background: rgb(198,212,207);
    height: 12px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    width: 12px;
}

.app-tyNote {
    min-height: 60vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 5rem 0;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(161,179,171,0.5), rgb(198,212,207,0.5) 70%);
}

.app-tyNote .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}

.app-tyNote .app-learn-classes:hover {
    transform: rotateX(0deg) rotateY(0deg);
}

.app-tyNote .app-learn-classes::before {
    width: 100%;
    content: "";
    background: linear-gradient(
        45deg,
        rgb(161,179,171,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(198,212,207,0.5) 100%
    );
    position: absolute;
    z-index: -1;
    height: 100%;
    transform: translateZ(-10px);
    opacity: 0.05;
    left: 0;
    pointer-events: none;
    top: 0;
}

.app-tyNote a {
    position: relative;
    transition: transform 0.3s ease;
    text-decoration: none;
    display: inline-block;
    transform: scale(1);
    color: inherit;
}

.app-tyNote a::after {
    content: "";
    left: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    background: linear-gradient(
        to right,
        rgb(161,179,171),
        rgb(198,212,207)
    );
    height: 1px;
    transform: scaleX(0);
    position: absolute;
    transform-origin: right;
    bottom: -5px;
}

.app-contact-form-section .app-inquiry-reach {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 17px;
}

.app-contact-form-section .app-reach-card {
    background: #ffffff;
    position: relative;
    padding: 60px 50px;
    flex: 0 0 50%;
}

.app-contact-form-section h3 {
    color: #000000;
    display: inline-block;
    font-size: 23px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}

.app-contact-form-section input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.app-contact-form-section .app-reach-box input[type="checkbox"]:checked {
    background: rgb(198,212,207);
    border-color: rgb(198,212,207);
}

.app-contact-form-section .app-reach-box a {
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(198,212,207);
}

.app-contact-form-section .app-request-request:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(161,179,171,0.5);
    background: rgb(161,179,171);
}

.app-contact-form-section svg path {
    transition: all 0.3s ease;
    fill: rgb(198,212,207);
}

.app-education-experience {
    background-color: rgb(234,239,238);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.app-education-experience .app-feedback-stories {
    border-left: 4px solid rgb(198,212,207);
    display: grid;
    grid-template-columns: 1fr;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(to right bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    position: relative;
}

.app-education-experience .app-feedback-stories > div:nth-child(2) {
    opacity: 0;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
    border-left: 2px solid rgb(161,179,171);
    padding-left: 1rem;
    transform: translateY(1rem);
    align-self: flex-start;
}

.app-education-experience .app-feedback-stories > div:nth-child(2) > div::before {
    left: -10px;
    opacity: 0.7;
    position: absolute;
    content: "★";
    color: rgb(198,212,207);
}

.app-education-experience .app-feedback-stories .app-exp-card::after {
    color: rgb(198,212,207,0.5);
    z-index: -1;
    position: absolute;
    right: -20px;
    bottom: -60px;
    content: "";
    font-size: 6rem;
    font-family: Georgia, serif;
}

footer .app-feedback-form {
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    left: 0;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: -120px;
    margin-bottom: 50px;
    right: 0;
    border-radius: 27px;
    overflow: hidden;
    justify-content: space-between;
    padding: 0;
}

footer .text_main_holder {
    display: grid;
    margin-top: 100px;
    gap: 20px;
    grid-template-columns: 1fr;
}

footer .app-header-guide h5 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 21px;
    position: relative;
    color: #ffffff;
}

footer .subscribe_holder {
    position: relative;
    padding: 30px 25px;
    border-radius: 27px;
    background-color: rgb(161,179,171,0.5);
}

footer .input_holder::after {
    z-index: -1;
    bottom: -20px;
    width: 70px;
    position: absolute;
    height: 70px;
    background-color: rgb(161,179,171);
    border-radius: 50%;
    opacity: 0.1;
    content: "";
    left: -10px;
}

footer .app-subscribe-coupons::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    top: 0;
    height: 100%;
    transition: left 0.7s ease;
    content: "";
    position: absolute;
    left: -100%;
}

header .container {
    padding: 0;
    position: relative;
    align-items: center;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

header .app-top-navbar {
    z-index: 3;
    text-decoration: none;
    margin: 1rem 0 1.5rem;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

header .app-top-navbar:hover svg {
    filter: drop-shadow(0 0 12px rgb(161,179,171));
    transform: scale(1.08);
}

header .app-header-guide {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    display: flex;
    overflow-x: auto;
    gap: 0.8rem;
    position: relative;
    width: 100vw;
    border-bottom: 1px solid rgb(198,212,207,0.5);
    justify-content: center;
    border-top: 1px solid rgb(198,212,207,0.5);
    padding: 1rem 0;
    scrollbar-width: none;
}

header .app-nav-guide:hover {
    transform: translateY(-2px) translateZ(0);
    color: rgb(161,179,171);
    text-shadow: 0 0 5px rgb(161,179,171,0.5);
}

.app-education-framework::before {
    opacity: 0.15;
    height: 75%;
    background: linear-gradient(120deg, rgb(198,212,207,0.5) 0%, rgba(255, 255, 255, 0) 70%);
    top: -10%;
    position: absolute;
    transform: rotate(-15deg) skewX(5deg);
    z-index: 1;
    content: "";
    width: 45%;
    animation: floatGradient 18s ease-in-out infinite alternate;
    right: -5%;
}

.app-education-framework .app-learn-classes > div {
    position: relative;
    max-width: 85%;
    z-index: 3;
}

.app-education-framework p {
    animation-delay: 0.3s;
    line-height: 1.8;
    opacity: 0;
    margin-top: 0.8rem;
    font-size: 18px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateY(10px);
}

.app-privacy-enclosure h1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 45px;
    font-weight: 700;
    border-bottom: 3px solid rgb(198,212,207);
    color: rgb(198,212,207);
}

.app-privacy-enclosure h5 {
    font-weight: 400;
    font-size: 24px;
}

.app-privacy-enclosure ul, .app-privacy-enclosure ol {
    margin: 15px 0;
    padding-left: 20px;
}

.app-privacy-enclosure span {
    color: rgb(161,179,171);
    font-weight: 600;
}

.app-learning-package {
    position: relative;
}

.app-learning-package::after {
    height: 300px;
    animation: pulseGlow 10s infinite alternate-reverse;
    width: 300px;
    background: radial-gradient(ellipse, rgb(161,179,171,0.5) 5%, transparent 70%);
    position: absolute;
    filter: blur(20px);
    left: -80px;
    bottom: -80px;
    content: "";
}

.app-plan-box .app-study-packages li {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-style: preserve-3d;
}

.app-plan-box .app-value-plan::before {
    background: radial-gradient(circle at 30% 30%, rgb(198,212,207,0.5), transparent 70%);
    transition: opacity 0.5s ease;
    top: 0;
    opacity: 0;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
}

.app-plan-box .app-learn-packs {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.app-plan-box .app-value-plan h4 {
    color: rgb(198,212,207);
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 15px;
    font-weight: 600;
    transition: transform 0.3s ease;
    font-size: calc(19px * 1.1);
}

.app-plan-box .app-trial-offers::before {
    content: "";
    transition: left 0.6s ease;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}


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



@media (min-width: 992px) {.app-meet-us {
    padding: 8rem 0;
}.app-meet-us::before {
    background: linear-gradient(135deg, 
            rgba(0, 32, 63, 0.92), 
            rgba(45, 55, 72, 0.82) 50%, 
            rgba(76, 29, 89, 0.86));
}.app-meet-us .app-text-placeholder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.app-meet-us h1 {
    margin-bottom: 2rem;
    font-size: calc(48px * 1.4);
}.app-meet-us ul {
    gap: 2rem;
    display: grid;
    padding: 3.5rem;
    grid-template-columns: 1fr;
}.app-meet-us h4 {
    font-size: calc(22px * 1.3);
    margin-bottom: 2rem;
}.app-meet-us span {
    column-gap: 3rem;
    column-count: 3;
}
}



@media (hover: none) {.app-start-now .app-request-request:hover {
    transform: none;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15),
                    0 5px 15px -5px rgba(0, 0, 0, 0.1);
}.app-start-now .app-request-request:hover::after {
    animation: none;
}.app-start-now .app-request-request:hover span {
    transform: none;
}}



@media (max-width: 991px) {.app-potential-learners {
    padding: 100px 0;
}.app-potential-learners h4 {
    font-size: calc(34px - 2px);
    margin-bottom: 60px;
}.app-potential-learners div {
    gap: 25px;
}.app-potential-learners div p {
    padding: 20px 20px 20px 65px;
    flex: 0 0 calc(50% - 15px);
    min-width: 250px;
}.app-potential-learners div p svg {
    top: 20px;
    width: 30px;
    height: 30px;
    left: 20px;
}
}



@media (min-width: 768px) {.app-join-our-mailing-list .input_holder {
    align-items: stretch;
    flex-direction: row;
}.app-join-our-mailing-list .input_holder > div {
    flex: 1;
}.app-join-our-mailing-list .app-subscribe-coupons {
    white-space: nowrap;
    align-self: stretch;
}.app-join-our-mailing-list .app-learn-classes {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 60px;
}
}



@media (max-width: 767px) {.app-join-our-mailing-list {
    padding: 60px 0;
}.app-join-our-mailing-list .app-learn-classes {
    padding: 40px 25px;
    transform: none;
}.app-join-our-mailing-list h3 {
    font-size: 1.5rem;
    margin-bottom: 25px;
}.app-join-our-mailing-list input[type="email"] {
    padding: 15px 15px 15px 45px;
}.app-join-our-mailing-list .app-subscribe-coupons {
    padding: 14px 20px;
    width: 100%;
}.app-join-our-mailing-list .input_holder > div::before {
    left: 15px;
    height: 16px;
    width: 16px;
}
}



@media (max-width: 991px) {.app-tyNote {
    padding: 4rem 0;
}.app-tyNote .app-learn-classes {
    padding: 2.5rem;
    transform: rotateX(1deg) rotateY(0.5deg);
}.app-tyNote h5 {
    line-height: 1.35;
}.app-tyNote p {
    max-width: 100%;
}.app-tyNote .app-learn-classes > div:first-child::after {
    width: 60%;
}
}



@media (max-width: 767px) {.app-tyNote {
    min-height: auto;
    padding: 3rem 0;
}.app-tyNote .app-learn-classes {
    padding: 2rem;
    transform: none;
}.app-tyNote .app-learn-classes > div:first-child {
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
}.app-tyNote .app-learn-classes > div:first-child::after {
    width: 80%;
}.app-tyNote p {
    line-height: 1.6;
}.app-tyNote::after {
    top: -30%;
    width: 100%;
    right: -50%;
}
}



@media (max-width: 576px) {.app-contact-form-section {
    padding: 50px 0;
}.app-contact-form-section .container {
    padding: 0 15px;
}.app-contact-form-section h2 {
    margin-bottom: 30px;
    font-size: calc(36px - 6px);
}.app-contact-form-section .app-reach-card {
    padding: 35px 25px;
}.app-contact-form-section #contact {
    gap: 20px;
}.app-contact-form-section input[type="text"] {
    padding: 15px;
}.app-contact-form-section .app-request-request {
    width: 100%;
    padding: 15px 25px;
}.app-contact-form-section .app-profile-photo {
    min-height: 250px;
}}



@media (max-width: 991px) {footer .app-feedback-form {
    top: 0;
    margin-bottom: 80px;
    position: relative;
}footer .app-carbon-cta {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}



@media (max-width: 576px) {footer .app-header-guide h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(21px - 2px);
}footer .app-main-primary a {
    padding: 6px 12px;
    font-size: calc(14px - 1px);
}footer .input_holder input[type="email"],
    footer .app-subscribe-coupons {
    padding: 12px;
}}



@media (max-width: 767px) {header .app-top-navbar {
    margin: 0.6rem 0 1rem;
}header .app-top-navbar svg {
    height: 35px;
}header .app-top-navbar::before {
    height: 90px;
    width: 90px;
}header .app-top-navbar::after {
    height: 50px;
    width: 50px;
}header .app-header-guide {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .app-nav-guide {
    font-size: calc(13px - 2px);
    padding: 0.4rem 1rem;
}header .app-nav-guide:first-child {
    margin-left: 2rem;
}header .app-nav-guide:last-child {
    margin-right: 2rem;
}}



@media (max-width: 1200px) {.app-plan-box {
    padding: 80px 0;
}.app-plan-box .app-study-packages {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}



@media (max-width: 576px) {.app-plan-box {
    padding: 50px 0;
}.app-plan-box h2 {
    font-size: calc(30px * 0.8);
}.app-plan-box .app-fee-package {
    margin-bottom: 30px;
    font-size: calc(12px * 0.9);
}.app-plan-box .app-study-packages {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}.app-plan-box .app-pay-plans {
    min-height: 300px;
    padding: 20px;
}.app-plan-box .app-value-plan p {
    font-size: calc(12px * 0.9);
    max-height: 180px;
}.app-plan-box .app-trial-offers {
    padding: 8px 15px;
}
}



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



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



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes rotateIn {
    0% {
        transform: rotate(45deg) scale(0);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}

