﻿.header_mainbar_qr {
    flex: 1 0 auto;
}

.header_mainbar_qr {
    position: relative;
    padding-top: 2rem;
    background: rgb(226,203,181);
    z-index: 1;
}

.wrap-container_p9 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}

.get_in_touch_ma::after {
    z-index: 1;
    content: '';
    position: absolute;
    height: 150%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    animation: subtle-wave 15s infinite alternate-reverse;
    bottom: -30%;
    right: -30%;
    width: 150%;
}

.get_in_touch_ma .gallery_slider_Up {
    min-height: 500px;
    flex: 0 0 40%;
    position: relative;
}

.get_in_touch_ma .help_panel_kK {
    padding: 4rem 3rem;
    flex: 0 0 60%;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.get_in_touch_ma .help_panel_kK input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(190,169,149);
    box-shadow: 0 0 15px rgba(rgb(190,169,149), 0.3);
}

.get_in_touch_ma .help_panel_kK .connect_feedback_WU input[type="checkbox"]:checked {
    border-color: rgb(190,169,149);
    background: rgb(190,169,149);
}

.get_in_touch_ma .help_panel_kK .connect_feedback_WU a {
    color: rgb(190,169,149);
    margin-left: 0.3rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.get_in_touch_ma .help_panel_kK .message_links_0b:hover::before {
    left: 100%;
}

.cookie_alert_overlay_go {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    bottom: 0;
    padding: 20px 0;
    width: 100%;
    position: fixed;
    transition: all 0.3s ease-in-out;
    z-index: 90;
    border-top: 2px solid rgb(190,169,149);
    background: rgb(155,136,118);
}

.track_accept_NV svg, .track_accept_NV svg path {
    fill: rgb(190,169,149);
    height: 80px;
    width: 80px;
    transition: transform 0.3s ease-in-out;
}

.cookie_alert_overlay_go p a:hover {
    color: rgb(155,136,118);
}

.wrap-container_p9 .cookie_alert_overlay_go {
    border: none;
    background: rgb(155,136,118);
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(190,169,149);
}

header .top_plank .top_toolbar_0v div span {
    color: #ffffff;
}

header .top_plank .top_toolbar_0v div {
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.our_story_Cn::after {
    content: "";
    z-index: 2;
    bottom: -50px;
    opacity: 0.15;
    height: 250px;
    filter: blur(40px);
    position: absolute;
    right: -50px;
    border-radius: 50%;
    width: 250px;
    background: rgb(190,169,149);
    animation: float 10s ease-in-out infinite;
}

.our_story_Cn .text_cloud_IQ:hover {
    transform: translateY(-10px);
}

.our_story_Cn .text_cloud_IQ > div {
    padding: 30px;
    width: 100%;
}

.our_story_Cn .text_cloud_IQ div div {
    border-radius: 10px;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.2);
    text-align: justify;
    padding: 20px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.8;
    position: relative;
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.2),
        inset -5px -5px 10px rgba(255, 255, 255, 0.05);
}

.potential_learners_1H::after {
    position: absolute;
    opacity: 0.3;
    content: '';
    width: 100%;
    background: radial-gradient(
        circle at 70% 80%,
        rgb(190,169,149,0.5) 0%,
        transparent 50%
    );
    top: 0;
    height: 100%;
    z-index: 1;
    left: 0;
}

.potential_learners_1H li {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.12);
    align-items: center;
    backdrop-filter: blur(5px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    padding: 1.8rem 2rem;
}

.potential_learners_1H li {
    letter-spacing: 0.3px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    font-size: 15px;
}

.potential_learners_1H li:hover::after {
    opacity: 0.5;
    transform: scale(1);
}

.potential_learners_1H li svg path {
    transition: all 0.4s ease;
}

.potential_learners_1H li:hover svg path {
    fill: rgb(190,169,149);
}

.training_structure_PR::after {
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        );
}

.training_structure_PR h3::before {
    animation: borderPulse 5s ease-in-out infinite;
    background: linear-gradient(135deg, rgb(190,169,149,0.5), rgb(155,136,118,0.5));
    z-index: -1;
    inset: -5px;
    content: "";
    opacity: 0.7;
    border-radius: 35px;
    position: absolute;
}

.training_structure_PR span::before {
    opacity: 0.7;
    border-radius: 35px;
    position: absolute;
    background: linear-gradient(135deg, rgb(155,136,118,0.5), rgb(190,169,149,0.5));
    content: "";
    z-index: -1;
    inset: -5px;
    animation: borderPulse 5s ease-in-out 0.5s infinite;
}

.find_contact_Mc .container {
    z-index: 1;
    max-width: 1140px;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
}

.find_contact_Mc .learn_faq_DJ:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 2px 5px rgba(0, 0, 0, 0.1);
}

.find_contact_Mc h3:hover::after {
    width: 100%;
}

.find_contact_Mc h5 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    align-items: center;
    display: flex;
}

.find_contact_Mc .ask_form_MH::before {
    left: 0;
    height: 100%;
    position: absolute;
    transform: translateX(-100%);
    background: linear-gradient(90deg, 
        rgba(var(--primary-color-rgb), 0.1) 0%, 
        rgba(var(--secondary-color-rgb), 0.1) 100%);
    z-index: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    top: 0;
    content: "";
    width: 100%;
}

.user_comments_ve .pro_classes_mS {
    max-width: 1000px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}

.user_comments_ve h4::after {
    position: absolute;
    background: rgb(155,136,118);
    bottom: -22px;
    transform: translateX(-50%);
    left: 50%;
    width: 40px;
    content: "";
    height: 3px;
}

.user_comments_ve .user_praise_sr {
    border-radius: 18px;
    background: #ffffff;
    margin-bottom: 4rem;
    padding: 2rem;
    transition: all 0.4s ease;
    position: relative;
    transform: translateX(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
}

.user_comments_ve .user_praise_sr:hover::before {
    transform: scale(1.2);
    background: rgb(155,136,118);
}

.user_comments_ve .user_praise_sr:nth-child(odd) {
    align-self: flex-start;
    border-right: 3px solid rgb(155,136,118);
    background: linear-gradient(135deg, rgb(226,203,181) 0%, #ffffff 100%);
}

.user_comments_ve .user_praise_sr span {
    font-size: 22px;
    padding-top: 10px;
    display: block;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.5rem;
}

.privacy_section_hW h1, .privacy_section_hW h2 {
    text-align: center;
    background: linear-gradient(90deg, rgb(190,169,149), rgb(155,136,118));
    width: 100%;
    border-radius: 10px;
    color: #ffffff;
    padding: 10px;
}

.privacy_section_hW h1 {
    letter-spacing: 1.5px;
    margin-top: 30px;
    font-size: 44px;
    margin-bottom: 20px;
    font-weight: 700;
}

.plan_list_item_Yd::before {
    transform: rotate(15deg);
    opacity: 0.07;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: linear-gradient(135deg, rgb(190,169,149), rgb(155,136,118));
    position: absolute;
    content: "";
    top: -3rem;
    height: 12rem;
    right: -3rem;
    width: 12rem;
}

.plan_list_item_Yd .member_plans_Oj {
    font-size: 12px;
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.6;
    max-width: 800px;
}

.plan_list_item_Yd .study_cost_Fq {
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    background-color: #ffffff;
    transform: translateY(0);
    border: 1px solid rgba(0,0,0,0.06);
    display: flex;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    min-height: 480px;
}

.plan_list_item_Yd .tuition_plans_uI:hover .pricing_list_fn::before {
    transform: scaleX(1.5);
}

.plan_list_item_Yd .gallery_slider_Up::after {
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    position: absolute;
    transition: opacity 0.3s ease;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}

.title_welcome_4o::before {
    animation: gradientShift 15s ease-in-out infinite alternate;
    left: 0;
    z-index: -1;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5), rgb(190,169,149,0.5), rgba(0, 0, 0, 0.75));
    position: absolute;
    content: "";
}

.title_welcome_4o > div > div:first-child::before {
    width: 6px;
    transform-origin: top;
    position: absolute;
    background: linear-gradient(to bottom, rgb(190,169,149), rgb(155,136,118));
    top: 0.5rem;
    transform: scaleY(0);
    content: "";
    left: 0;
    height: calc(100% - 1rem);
    animation: scaleIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
}

.title_welcome_4o .creds_block_OW::after {
    width: 60%;
    content: "";
    height: 2px;
    left: 0;
    animation: lineGrow 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.4s;
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(to right, rgb(155,136,118), transparent);
    transform-origin: left;
    bottom: -0.9rem;
}

footer::before {
    background: linear-gradient(210deg, #000000 0%, rgb(190,169,149) 100%);
    z-index: 1;
    position: absolute;
    opacity: 0.92;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    bottom: 0;
}

.site_map_Uf .company_holder h3::after {
    content: '';
    background: rgb(190,169,149);
    height: 3px;
    margin: 15px auto 0;
    border-radius: 3px;
    width: 60px;
    display: block;
}

.site_map_Uf .header_master_jx:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}

.site_map_Uf .header_master_jx:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}

.site_map_Uf .header_master_jx h5::before {
    background: rgb(155,136,118);
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
}

.site_map_Uf .header_master_jx .header_train_Id a {
    opacity: 0.8;
    white-space: normal;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 17px;
    display: flex;
    word-break: break-word;
    align-items: center;
}

.discount_cta_qo .container {
    text-align: center;
}

footer::after {
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    content: '';
    position: absolute;
    left: 0;
}

.training_specialist_CE .gallery_slider_Up {
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(190,169,149);
    border-radius: 2px;
    transform: rotate(0deg);
    top: -60px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    height: 120px;
    transition: all 0.5s ease;
    width: 120px;
    position: absolute;
    left: 40px;
}

.training_specialist_CE .work_expertise_uz {
    position: relative;
    transition: padding 0.5s ease;
    padding-left: 0;
    color: #000000;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 400;
    margin-top: 40px;
}

header::after {
    position: absolute;
    top: 0;
    background: 
        linear-gradient(to right, transparent 0%, rgb(155,136,118,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(155,136,118,0.5) 50%, transparent 100%);
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: '';
}

header .header_guide_Wh {
    position: relative;
    transition: all 0.3s ease;
    display: block;
}

header .header_guide_Wh img {
    filter: brightness(1.1);
    max-height: 40px;
}

header .header_sitebar_p8 {
    position: relative;
    margin: 0 1px;
}

header .header_sitebar_p8 a {
    border-right: 1px solid transparent;
    position: relative;
    font-weight: 600;
    justify-content: center;
    font-size: 13px;
    overflow: hidden;
    padding: 0 1.2rem;
    letter-spacing: 1px;
    align-items: center;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
    z-index: 1;
    border-left: 1px solid transparent;
    color: #ffffff;
    height: 45px;
}

header .page_top_4D::after {
    left: 20px;
    content: '';
    background: rgb(190,169,149);
    width: 1px;
    top: 20px;
    height: 30px;
    position: absolute;
}

.course_features_Qi::after {
    width: 200px;
    content: "";
    height: 200px;
    filter: blur(30px);
    bottom: -50px;
    animation: morph 20s infinite alternate ease-in-out;
    position: absolute;
    background: linear-gradient(-45deg, rgb(155,136,118,0.5) 0%, rgb(190,169,149,0.5) 100%);
    left: -50px;
    opacity: 0.2;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: translateZ(0);
}

.course_features_Qi .text_cloud_IQ {
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 30px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

.course_features_Qi h3::after {
    width: 8px;
    transition: opacity 0.4s ease, left 0.4s ease;
    opacity: 0;
    z-index: -1;
    position: absolute;
    content: "";
    left: -10px;
    background: rgb(190,169,149,0.5);
    top: 50%;
    transform: translateY(-50%);
    height: 30%;
}

.thanksGrid_dr::before {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.07;
    z-index: 0;
    top: 0;
    background-image: radial-gradient(circle at 20% 30%, rgb(190,169,149,0.5) 0%, transparent 40%),
                      radial-gradient(circle at 80% 70%, rgb(155,136,118,0.5) 0%, transparent 40%);
    content: "";
}

.thanksGrid_dr .pro_classes_mS > div:first-child {
    transition: transform 0.5s ease;
    transform: translateZ(20px);
    position: relative;
    padding-left: 20px;
}

.thanksGrid_dr .pro_classes_mS > div:last-child {
    transform: translateZ(10px);
    transition: transform 0.5s ease;
    position: relative;
}

.thanksGrid_dr a {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    display: block;
}

.thanksGrid_dr p {
    font-size: 17px;
    border-left: 1px solid rgba(rgb(190,169,149,0.5), 0.2);
    animation-delay: 0.3s;
    background: rgba(245, 245, 250, 0.7);
    opacity: 0;
    transition: border-left 0.3s ease, background 0.3s ease;
    transform: translateY(20px);
    position: relative;
    padding: 25px 30px;
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    color: #000000;
    line-height: 1.8;
    margin: 0;
}



@media screen and (max-width: 768px) {.get_in_touch_ma {
    padding: 3rem 0;
}.get_in_touch_ma h2 {
    margin-bottom: 2rem;
    font-size: calc(39px * 0.8);
}.get_in_touch_ma .help_panel_kK h3 {
    font-size: calc(32px * 0.9);
}.get_in_touch_ma .help_panel_kK input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.get_in_touch_ma .help_panel_kK .connect_feedback_WU {
    align-items: flex-start;
}.get_in_touch_ma .help_panel_kK .connect_feedback_WU input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (max-width: 480px) {.our_story_Cn {
    padding: 60px 0;
}.our_story_Cn .container {
    transform: none;
    padding: 20px;
}.our_story_Cn h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 20px;
}.our_story_Cn .text_cloud_IQ > div {
    padding: 15px;
}.our_story_Cn .text_cloud_IQ p {
    font-size: 15px;
    margin-bottom: 10px;
}.our_story_Cn .text_cloud_IQ div div {
    padding: 10px;
    font-size: calc(15px * 0.85);
}}



@media (max-width: 768px) {.training_structure_PR {
    min-height: auto;
    padding: 3rem 0;
}.training_structure_PR .container {
    padding: 0 1.2rem;
}.training_structure_PR .pro_classes_mS {
    gap: 2.5rem;
}.training_structure_PR h3 {
    font-size: calc(36px * 0.8);
    padding: 1.5rem 2rem;
}.training_structure_PR span {
    padding: 1.5rem 2rem;
    font-size: calc(17px * 0.9);
}.training_structure_PR h3::before,
    .training_structure_PR span::before {
    inset: -3px;
}
}



@media (max-width: 480px) {.find_contact_Mc {
    padding: 3rem 0;
}.find_contact_Mc .learn_faq_DJ {
    padding: 1.5rem 1.25rem;
    transform: perspective(1000px) rotateX(1deg);
}.find_contact_Mc h3 {
    font-size: calc(32px * 0.7);
}.find_contact_Mc p {
    font-size: calc(17px * 0.95);
}.find_contact_Mc .ask_form_MH {
    padding: 0.75rem 1rem;
    font-size: calc(17px * 0.9);
}}



@media (max-width: 767px) {.plan_list_item_Yd {
    padding: 3rem 0;
}.plan_list_item_Yd .program_fees_JH {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.plan_list_item_Yd .lesson_fees_XB h2 {
    text-align: center;
    display: block;
}.plan_list_item_Yd .lesson_fees_XB h2::after {
    transform: translateX(-50%);
    width: 100px;
    left: 50%;
}.plan_list_item_Yd .member_plans_Oj {
    text-align: center;
}.plan_list_item_Yd .study_cost_Fq {
    min-height: auto;
}.plan_list_item_Yd .learning_plan_5Z {
    padding: 1.5rem;
}.plan_list_item_Yd .gallery_slider_Up {
    height: 160px;
}
}



@media (max-width: 992px) {.title_welcome_4o {
    padding: 3rem 1.5rem;
}.title_welcome_4o > div {
    gap: 2rem;
}.title_welcome_4o .learning_welcome_IM {
    padding: 2rem;
}
}



@media (max-width: 768px) {.site_map_Uf {
    padding: 50px 0 30px;
}.site_map_Uf .header_train_Id {
    flex-direction: column;
    gap: 30px;
}.site_map_Uf .header_master_jx {
    max-width: 100%;
    min-width: 100%;
}.site_map_Uf .company_holder {
    padding: 20px;
}.site_map_Uf .equity_pledge_U2 {
    max-width: 100%;
}
}



@media (max-width: 768px) {.training_specialist_CE {
    padding: 80px 0;
}.training_specialist_CE .user_praise_sr {
    margin: 0 15px;
    padding: 80px 25px 30px;
}.training_specialist_CE .gallery_slider_Up {
    width: 100px;
    height: 100px;
    left: 25px;
}.training_specialist_CE .name {
    font-size: 23px;
}.training_specialist_CE .work_expertise_uz {
    font-size: calc(16px * 0.95);
}.training_specialist_CE .work_expertise_uz::before {
    left: -25px;
    width: 20px;
}}



@media (min-width: 992px) {.course_features_Qi {
    padding: 150px 0;
}.course_features_Qi .education_guide_Bs {
    gap: 70px;
}.course_features_Qi .gallery_slider_Up {
    height: 550px;
}.course_features_Qi .text_cloud_IQ {
    padding: 40px 50px;
}.course_features_Qi p.description {
    max-height: 350px;
}
}



@media (min-width: 768px) {.thanksGrid_dr {
    padding: 150px 0;
}.thanksGrid_dr .pro_classes_mS {
    grid-template-columns: 1fr 1fr;
    padding: 80px 60px;
}.thanksGrid_dr .pro_classes_mS > div:first-child {
    align-items: center;
    display: flex;
}.thanksGrid_dr h5 {
    font-size: calc(20px * 1.2);
    margin-bottom: 0;
}.thanksGrid_dr p {
    font-size: calc(17px * 1.05);
}
}



@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}



@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



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



@keyframes borderPulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 0.3;
    }
}



@keyframes scaleIn {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}



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



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



@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



@keyframes borderGrow {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}

