.eC_wrapper-segment {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}

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

.container {
    max-width: 100%;
    width: 1112px;
    margin: auto;
}

.cT_course_structure::after {
    width: 100%;
    left: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(196,137,167), transparent);
    height: 3px;
    opacity: 0.6;
    position: absolute;
}

.cT_course_structure h2:hover::before {
    transform: scaleY(1.1);
}

.cT_course_structure .pD_img_zoom_effect {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(0) perspective(1000px) rotateY(2deg);
    height: 300px;
    overflow: hidden;
    position: relative;
}

.cT_course_structure .nm_description_card:hover::before {
    transform: scaleX(1);
}

.cT_course_structure .description:last-child {
    margin-bottom: 0;
}

.cT_course_structure .description:hover {
    opacity: 1;
}

.kz_secure_pantry {
    width: 100%;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    height: auto;
    overflow: hidden;
}

.kz_secure_pantry ul {
    list-style-type: none;
    padding-left: 0;
}

.kz_secure_pantry div {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    background: rgb(235,216,226);
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    padding: 15px;
    color: #000000;
    border-radius: 26px;
}

.Yo_pricing_block h2 {
    animation: fadeInDown 0.8s ease-out forwards;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0 3px 10px rgba(0,0,0,0.3);
    transform: translateZ(50px);
}

.Yo_pricing_block .La_study_pricing li:nth-child(3) {
    animation-delay: 0.7s;
}

.Yo_pricing_block .sz_trial_rates {
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgb(216,177,196,0.5), rgb(196,137,167,0.5));
    clip-path: polygon(0 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
    overflow: hidden;
}

.Yo_pricing_block .FO_learn_fees:hover .bP_rate_list h4::after {
    width: 80px;
}

.Yo_pricing_block .FO_learn_fees:hover .bP_rate_list p {
    opacity: 1;
}

.Yo_pricing_block .OK_rate_plans::before {
    background: rgb(196,137,167);
    height: 2px;
    position: absolute;
    content: "";
    top: -10px;
    width: 30px;
    transition: width 0.4s ease;
    left: 0;
}

.KU_check_it_out_now::before {
    position: absolute;
    top: 0;
    content: '';
    z-index: 1;
    left: 0;
    height: 100%;
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.15) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 20%);
    width: 100%;
}

.KU_check_it_out_now .JM_learning_dna:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.KU_check_it_out_now .JM_learning_dna:hover svg {
    transform: rotate(12deg) scale(1.1);
}

.KU_check_it_out_now .JM_learning_dna:hover svg path {
    fill: #ffffff;
}

.KU_check_it_out_now .Bq_connect_reach:hover {
    color: rgb(196,137,167);
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.15);
}

header::before {
    background: linear-gradient(to right, rgb(216,177,196), rgb(196,137,167));
    height: 5px;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
}

header .xs_nav_mainwrap .jl_top_class {
    position: relative;
    z-index: 2;
}

header .xs_nav_mainwrap .jl_top_class {
    margin-bottom: 20px;
}

header .xs_nav_mainwrap .Ee_nav_page {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

header .xs_nav_mainwrap .Ee_nav_page {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

header .xs_nav_mainwrap .Ee_nav_page .NP_main_top a::after {
    transform-origin: left center;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    background-color: rgb(196,137,167);
    transform: scaleX(0);
}

header .xs_nav_mainwrap .Ee_nav_page .NP_main_top a::after {
    bottom: -2px;
    height: 3px;
    opacity: 0.3;
}

.MP_client_comments::before {
    animation: floatBubble 18s infinite ease-in-out;
    content: "";
    width: 200px;
    background: rgb(196,137,167,0.5);
    filter: blur(80px);
    position: absolute;
    border-radius: 50%;
    left: -50px;
    height: 200px;
    top: -50px;
}

.MP_client_comments .mg_client_ratings {
    perspective: 1000px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 40px;
}

.MP_client_comments .oV_user_testimonials:hover {
    transform: rotateX(0) rotateY(0) translateZ(20px) scale(1.02);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.MP_client_comments .oV_user_testimonials:hover .pD_img_zoom_effect {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.MP_client_comments .oV_user_testimonials p::before {
    font-size: 80px;
    position: absolute;
    left: -5px;
    color: rgb(216,177,196,0.5);
    z-index: -1;
    top: -20px;
    opacity: 0.2;
    font-family: serif;
    content: '"';
}

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

.dP_leadership_profile .oV_user_testimonials::before {
    border: 1px solid rgb(216,177,196,0.5);
    opacity: 0.2;
    height: 500px;
    left: 50%;
    content: "";
    animation: orbit 20s linear infinite;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    position: absolute;
    border-radius: 50%;
}

.dP_leadership_profile .pD_img_zoom_effect::after {
    position: absolute;
    border-radius: 50%;
    inset: 0;
    content: "";
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
    z-index: 2;
}

.dP_leadership_profile .oV_user_testimonials span:not(.name) {
    font-size: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    color: rgb(196,137,167);
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    letter-spacing: 2px;
    opacity: 0.9;
    padding: 8px 20px;
    z-index: 3;
    text-transform: uppercase;
    border-radius: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    text-align: center;
}

.EW_get_in_touch {
    background: linear-gradient(160deg, rgb(235,216,226) 0%, rgb(216,177,196,0.5) 100%);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.EW_get_in_touch h2 {
    font-size: 43px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000000;
    position: relative;
}

.EW_get_in_touch form {
    width: 100%;
}

.EW_get_in_touch form h3 {
    margin-bottom: 30px;
    font-size: 21px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
}

.EW_get_in_touch .BA_query_block {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.EW_get_in_touch .BA_query_block input[type="checkbox"]:checked + label::before {
    background: rgb(216,177,196);
}

.EW_get_in_touch .BA_query_block label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(216,177,196);
}

.EW_get_in_touch svg {
    width: 20px;
    fill: rgb(216,177,196);
    height: 20px;
}

.Ip_training_method::before {
    content: '';
    top: 0;
    position: absolute;
    background-image: radial-gradient(rgb(216,177,196,0.5) 1px, transparent 1px);
    width: 100%;
    height: 100%;
    background-size: 40px 40px;
    opacity: 0.1;
    left: 0;
    z-index: 1;
}

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

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

.Ip_training_method .nm_description_card h2 span::after {
    width: 100%;
    background: rgb(216,177,196);
    content: '';
    left: 0;
    bottom: 2px;
    z-index: -1;
    position: absolute;
    opacity: 0.3;
    height: 4px;
}

.BM_cookies_terms {
    margin-right: 10px;
    flex-shrink: 0;
}

#aJ_consentAlertBanner {
    display: none;
}

#aJ_consentAlertBanner:checked ~ .aZ_trackingPolicyPanel {
    opacity: 0;
    visibility: hidden;
}

.Si_study_bottom::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(216,177,196,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(196,137,167,0.5) 0%, transparent 30%);
    content: '';
    position: absolute;
    top: 0;
    opacity: 0.15;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
}

.Si_study_bottom .info_item {
    position: relative;
    max-width: 300px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex: 1;
    min-width: 200px;
}

.Si_study_bottom .info_item p,
.Si_study_bottom .info_item a {
    align-items: center;
    padding: 0.5rem;
    color: #000000;
    border-radius: 10px;
    display: flex;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    gap: 0.875rem;
}

.Si_study_bottom .jl_top_class:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(216,177,196,0.5));
    transform: scale(1.03);
}

.Si_study_bottom .Ee_nav_page h5::after {
    height: 2px;
    position: absolute;
    background: linear-gradient(to right, rgb(216,177,196), transparent);
    width: 60px;
    bottom: 0;
    left: 0;
    content: '';
}

.Si_study_bottom .MI_top_mainwrap:first-child {
    margin-bottom: 2rem;
}

.Si_study_bottom .MI_top_mainwrap a:hover::before {
    width: 20px;
}

.Si_study_bottom .subscribe_holder {
    backdrop-filter: blur(10px);
    border-radius: 21px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
    flex-direction: column;
    overflow: hidden;
    position: relative;
    gap: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
}

.Si_study_bottom .subscribe_holder p {
    margin-bottom: 0.5rem;
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.6;
}



.Si_study_bottom .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1.125rem 1.5rem;
    color: #ffffff;
    border-radius: 10px;
    font-size: 15px;
}

.Si_study_bottom .wM_news_optin::after {
    opacity: 0;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    content: '';
    z-index: -2;
    top: 0;
    transition: opacity 0.3s ease;
    background: rgb(196,137,167);
}

.Si_study_bottom .wM_news_optin:hover::before {
    left: 100%;
}

.Si_study_bottom .Xt_proposal_cta::before {
    height: 1px;
    content: '';
    top: 0;
    left: 20%;
    width: 60%;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(196,137,167,0.5), transparent);
}

.lD_appDiv .JM_learning_dna {
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    flex-direction: column;
    display: flex;
    padding: 60px 40px;
    background: #ffffff;
}

.lD_appDiv h5::after {
    background: linear-gradient(90deg, rgb(216,177,196), rgb(196,137,167));
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    height: 3px;
    bottom: 0;
    width: 80px;
}

.lD_appDiv a:hover p {
    color: rgb(216,177,196);
}

.wR_homepage .JM_learning_dna {
    display: flex;
    max-width: 1200px;
    padding: 0 20px;
    width: 100%;
    flex-direction: column-reverse;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.wR_homepage h1 {
    position: relative;
    line-height: 1.3;
    font-size: 31px;
    color: #000000;
    font-weight: 700;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 25px;
    transform: perspective(1000px) rotateX(0deg);
}

.wR_homepage .nm_description_card:hover .wN_main_title svg {
    transform: scale(1.05) rotate(2deg);
    filter: drop-shadow(0 6px 12px rgba(94, 170, 168, 0.25));
}

.wR_homepage .nm_description_card:hover .wN_main_title svg path,
.wR_homepage .nm_description_card:hover .wN_main_title svg text {
    fill: rgb(216,177,196);
}

.wR_homepage ul {
    margin: 30px 0 0;
    list-style: none;
    display: flex;
    padding: 0;
}

.wR_homepage .Bq_connect_reach::before {
    left: -100%;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(135deg, rgb(196,137,167) 0%, rgb(216,177,196) 100%);
    top: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
}

.wR_homepage .pD_img_zoom_effect:hover {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
}

.bu_who_we_are::after {
    background: radial-gradient(circle at center, rgb(196,137,167,0.5), transparent 70%);
    animation: orbitGlow 15s infinite alternate ease-in-out;
    position: absolute;
    content: "";
    width: 100%;
    border-radius: 50%;
    top: -50%;
    opacity: 0.5;
    height: 100%;
    right: -50%;
    z-index: 2;
}

.bu_who_we_are .nm_description_card > div:nth-child(2) {
    margin-bottom: 30px;
}

.bu_who_we_are .nm_description_card > div:nth-child(2) p {
    display: inline-block;
    color: #ffffff;
    padding-left: 15px;
    margin: 0;
    position: relative;
    transform: translateX(5px);
    font-size: calc(20px * 1.3);
    font-family: Arial, sans-serif;
}

.Yo_pricing_block .bP_rate_list p::-webkit-scrollbar {
    width: 4px;
}

.Yo_pricing_block .bP_rate_list p::-webkit-scrollbar-thumb {
    background: rgb(216,177,196,0.5);
    border-radius: 10px;
}



@media (min-width: 992px) {.cT_course_structure h2 {
    max-width: 70%;
    font-size: calc(35px * 1.2);
}.cT_course_structure .yV_coding_class {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 4rem;
}.cT_course_structure .pD_img_zoom_effect {
    transform: translateZ(0) perspective(1200px) rotateY(4deg);
}.cT_course_structure .nm_description_card {
    max-height: 650px;
    padding: 3.5rem;
    transform: translateZ(0) perspective(1200px) rotateY(-2deg);
}.cT_course_structure .nm_description_card:hover {
    transform: translateZ(0) perspective(1200px) rotateY(0deg);
}.cT_course_structure .description {
    line-height: 1.8;
}
}



@media (max-width: 1200px) {.Yo_pricing_block {
    padding: 100px 0;
}.Yo_pricing_block h2 {
    font-size: calc(30px * 0.9);
}.Yo_pricing_block .tq_study_costs {
    margin-bottom: 40px;
    font-size: 18px;
}.Yo_pricing_block .La_study_pricing {
    gap: 25px;
}
}



@media (max-width: 768px) {.Yo_pricing_block {
    padding: 70px 0;
}.Yo_pricing_block h2 {
    margin-bottom: 15px;
    font-size: calc(30px * 0.8);
}.Yo_pricing_block .tq_study_costs {
    font-size: calc(18px * 0.95);
    margin-bottom: 30px;
}.Yo_pricing_block .La_study_pricing {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}.Yo_pricing_block .sz_trial_rates {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 94% 100%, 0 100%);
}.Yo_pricing_block .OK_rate_plans {
    font-size: calc(19px * 1.2);
}
}



@media (max-width: 767px) {header .xs_nav_mainwrap {
    padding: 15px 10px;
}header .xs_nav_mainwrap .jl_top_class {
    margin-bottom: 15px;
}header .xs_nav_mainwrap .jl_top_class .gl_top_head svg {
    height: 35px;
}header .xs_nav_mainwrap .Ee_nav_page {
    gap: 5px;
}header .xs_nav_mainwrap .Ee_nav_page .NP_main_top {
    margin: 2px 10px;
}}



@media (max-width: 991px) {.dP_leadership_profile {
    padding: 90px 0;
}.dP_leadership_profile .pD_img_zoom_effect {
    height: 200px;
    margin-bottom: 25px;
    width: 200px;
}.dP_leadership_profile .oV_user_testimonials::before {
    width: 400px;
    height: 400px;
}.dP_leadership_profile .oV_user_testimonials::after {
    height: 320px;
    width: 320px;
}.dP_leadership_profile .name {
    font-size: calc(45px * 0.9);
}.dP_leadership_profile .OL_job_wrap {
    max-width: 600px;
    padding: 30px 35px;
}
}



@media screen and (min-width: 992px) {.EW_get_in_touch .pD_img_zoom_effect {
    width: 50%;
}.EW_get_in_touch .Ah_feedback_feedback {
    padding: 60px;
    width: 50%;
}
}



@media screen and (max-width: 576px) {.EW_get_in_touch {
    padding: 60px 0;
}.EW_get_in_touch h2 {
    margin-bottom: 30px;
    font-size: calc(43px * 0.7);
}.EW_get_in_touch .Ah_feedback_feedback {
    padding: 30px 20px;
}.EW_get_in_touch form h3 {
    font-size: calc(21px * 0.9);
}}



@media screen and (max-width: 992px) {.Ip_training_method {
    padding: 120px 0;
}.Ip_training_method .nm_description_card h2 {
    transform: translateX(-20px);
    width: 60%;
    padding: 30px 40px;
}.Ip_training_method .nm_description_card p {
    transform: translateX(20px);
    padding: 35px 40px;
    width: 75%;
}.Ip_training_method .nm_description_card h2::before {
    width: 100px;
    left: -60px;
    top: -50px;
    height: 100px;
}.Ip_training_method .nm_description_card h2::after {
    height: 30px;
    width: 30px;
    bottom: -15px;
}.Ip_training_method::after {
    height: 150px;
    width: 150px;
    bottom: -75px;
}.Ip_training_method .JM_learning_dna::before {
    height: 120px;
    top: -60px;
    width: 120px;
}.Ip_training_method .JM_learning_dna::after {
    right: -30px;
    width: 60px;
    height: 60px;
}
}



@media (min-width: 768px) {.lD_appDiv {
    padding: 140px 0 100px;
}.lD_appDiv .JM_learning_dna {
    padding: 80px 60px;
    margin: 0 auto;
    max-width: 900px;
}.lD_appDiv h5 {
    padding-bottom: 25px;
    font-size: calc(22px * 1.2);
    margin-bottom: 40px;
}.lD_appDiv p {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
}.lD_appDiv .JM_learning_dna::after {
    height: 100px;
    width: 100px;
    right: 60px;
}
}



@media (max-width: 767px) {.lD_appDiv {
    padding: 80px 0 60px;
}.lD_appDiv .JM_learning_dna {
    padding: 40px 25px;
    transform: perspective(800px) rotateY(-1deg);
}.lD_appDiv h5 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(22px * 0.9);
}.lD_appDiv p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.lD_appDiv .JM_learning_dna::before {
    width: 3px;
}.lD_appDiv .JM_learning_dna::after {
    top: -10px;
    width: 60px;
    right: 20px;
    height: 60px;
}
}



@media (max-width: 767px) {.wR_homepage {
    padding: 60px 0;
}.wR_homepage h1 {
    font-size: calc(31px * 0.9);
}.wR_homepage .Bq_connect_reach {
    padding: 12px 25px;
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 480px) {.wR_homepage {
    padding: 40px 0;
}.wR_homepage .JM_learning_dna {
    padding: 0 15px;
}.wR_homepage .nm_description_card {
    padding: 30px 10px;
}.wR_homepage h1 {
    font-size: calc(31px * 0.85);
    margin-bottom: 20px;
}.wR_homepage .wN_main_title {
    gap: 20px;
    margin-bottom: 25px;
}.wR_homepage .wN_main_title p {
    font-size: 15px;
}.wR_homepage .pD_img_zoom_effect {
    height: 250px;
}.wR_homepage .Bq_connect_reach {
    font-size: calc(16px * 0.9);
    padding: 10px 20px;
}}



@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}


    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }

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

@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}



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

