﻿.site_map_Uf {
    flex: 0 0 auto;
}

.site_map_Uf {
    padding: 90px 0 50px;
    position: relative;
    color: #ffffff;
    z-index: 2;
    font-family: Arial, sans-serif;
}

html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    scroll-behavior: auto;
}

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

.get_in_touch_ma h2::after {
    transform: translateX(-50%);
    content: '';
    width: 80px;
    position: absolute;
    height: 3px;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(190,169,149), 
        transparent
    );
    left: 50%;
    bottom: -0.5rem;
}

.get_in_touch_ma .help_panel_kK form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.get_in_touch_ma .help_panel_kK input:not([type="checkbox"]):not([type="submit"]) {
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    outline: none;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 15px;
}

.get_in_touch_ma .help_panel_kK .connect_feedback_WU label {
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.get_in_touch_ma .help_panel_kK .message_links_0b::before {
    height: 100%;
    width: 100%;
    content: '';
    transition: all 0.3s ease;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    left: -100%;
    position: absolute;
    top: 0;
}

.cookie_alert_overlay_go p {
    max-width: 500px;
    color: #ffffff;
    font-size: 12px;
}

.track_accept_NV:hover svg {
    transform: rotate(10deg);
}

.cookie_button.cookie_panel_yT {
    background: rgb(155,136,118);
}

.cookie_alert_overlay_go p a {
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    color: rgb(190,169,149);
    text-decoration: none;
}

.wrap-container_p9 .cookie_show_18 h5, .wrap-container_p9 .cookie_show_18 p {
    color: #ffffff;
}

#cookiePolicyBanner_h2:checked ~ .cookie_alert_overlay_go {
    opacity: 0;
    visibility: hidden;
}

header .top_plank .top_toolbar_0v {
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    width: 100%;
    display: flex;
    line-height: 21px;
    align-items: center;
    font-size: 13px;
    flex-wrap: wrap;
}

.our_story_Cn h2 {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 30px;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 34px;
}

.our_story_Cn:hover h2::after {
    width: 100%;
}

.our_story_Cn .text_cloud_IQ {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    transform: translateY(0);
    position: relative;
    box-shadow: 
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.25);
}

.potential_learners_1H {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(226,203,181) 0%, rgb(190,169,149,0.5) 100%);
    position: relative;
    padding: 5rem 0;
}

.potential_learners_1H h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 3.5rem;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    position: relative;
}

.potential_learners_1H ul {
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    display: grid;
    padding: 0;
    gap: 2.5rem;
    list-style-type: none;
}

.potential_learners_1H li::before {
    width: 100%;
    content: '';
    pointer-events: none;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
    position: absolute;
    left: 0;
    top: 0;
}

.potential_learners_1H li:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 20px rgb(190,169,149,0.5);
    border-color: rgb(190,169,149,0.5);
    background-color: rgba(255, 255, 255, 0.18);
}

.training_structure_PR {
    background: rgb(226,203,181);
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 75vh;
    justify-content: center;
}

.training_structure_PR .pro_classes_mS {
    position: relative;
    width: 100%;
    gap: 5rem;
    max-width: 1300px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.training_structure_PR .pro_classes_mS::after {
    height: 100%;
    content: "";
    opacity: 0.3;
    transform-origin: center;
    border-radius: 50%;
    width: 100%;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(190,169,149,0.5) 90deg,
            transparent 180deg,
            rgb(155,136,118,0.5) 270deg,
            transparent 360deg
        );
    z-index: -2;
    position: absolute;
    animation: rotateField 20s linear infinite reverse;
}

.training_structure_PR span {
    max-width: 850px;
    margin: 0 10px;
    font-size: 17px;
    z-index: 2;
    border-radius: 30px;
    animation: magneticPulse 5s ease-in-out 0.5s infinite;
    padding: 2rem 3rem;
    line-height: 1.7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    color: #000000;
    flex: 0 1 70%;
}

.find_contact_Mc .learn_faq_DJ {
    backdrop-filter: blur(10px);
    padding: 3rem;
    background: rgba(255, 255, 255, 0.92);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 16px rgba(0, 0, 0, 0.06),
                0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}

.find_contact_Mc h5 svg {
    transform: translateY(-1px);
    height: 20px;
    width: 20px;
}

.find_contact_Mc .ask_form_MH {
    text-decoration: none;
    align-items: center;
    padding: 0.75rem 1.25rem;
    display: flex;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(240,240,245,0.8) 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(230, 230, 240, 0.8);
    gap: 0.5rem;
    border-radius: 10px;
    font-size: calc(17px * 0.95);
    color: #000000;
}

.user_comments_ve h4::before {
    content: "";
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    height: 3px;
    background: rgb(190,169,149);
    left: 50%;
    bottom: -15px;
}

.user_comments_ve .learner_quotes_hf::after {
    border-radius: 50%;
    z-index: 2;
    height: 10px;
    left: 20px;
    bottom: 0;
    width: 10px;
    content: "";
    position: absolute;
    background: rgb(155,136,118);
}

.user_comments_ve .user_praise_sr::after {
    left: -15px;
    background: rgb(190,169,149,0.5);
    height: 2px;
    z-index: 1;
    width: 20px;
    top: 24px;
    position: absolute;
    content: "";
}

.user_comments_ve .user_praise_sr .gallery_slider_Up {
    margin-right: 20px;
    width: 70px;
    transition: all 0.3s ease;
    border-radius: 50%;
    height: 70px;
    float: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
}

.user_comments_ve .user_praise_sr:nth-child(even) p {
    text-align: right;
}

.privacy_section_hW .container {
    width: 100%;
    flex-direction: column;
    display: flex;
    max-width: 1200px;
    align-items: center;
}

.privacy_section_hW ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin: 0;
}

.privacy_section_hW p, .privacy_section_hW span, .privacy_section_hW div {
    color: #000000;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.plan_list_item_Yd::after {
    position: absolute;
    content: "";
    opacity: 0.05;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 18rem;
    left: -5rem;
    background: linear-gradient(45deg, rgb(155,136,118), rgb(190,169,149,0.5));
    z-index: 0;
    width: 18rem;
    bottom: -5rem;
    transform: rotate(-10deg);
}

.plan_list_item_Yd .program_fees_JH {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    width: 100%;
}

.plan_list_item_Yd .learning_plan_5Z {
    display: flex;
    padding: 2rem;
    position: relative;
    flex-direction: column;
    z-index: 2;
    overflow: hidden;
    flex: 1;
}

.plan_list_item_Yd .pricing_list_fn {
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    display: block;
    position: relative;
    font-size: calc(20px + 0.5rem);
    color: rgb(190,169,149);
    font-weight: 700;
}

.plan_list_item_Yd .gallery_slider_Up {
    transition: transform 0.6s ease;
    height: 180px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.plan_list_item_Yd .tuition_plans_uI:hover .gallery_slider_Up::after {
    opacity: 0.4;
}

.title_welcome_4o {
    padding: 2rem;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: center;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
}

.title_welcome_4o > div {
    gap: 3rem;
    opacity: 0;
    position: relative;
    transform: translateY(1.5rem);
    max-width: 1200px;
    flex-direction: column;
    display: flex;
    animation: fadeInUp 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    width: 100%;
}

.title_welcome_4o .learning_welcome_IM::before {
    width: 200%;
    z-index: -1;
    height: 200%;
    left: -50%;
    background: radial-gradient(circle at 30% 30%, rgb(155,136,118,0.5), transparent 60%);
    top: -50%;
    opacity: 0.08;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    content: "";
    position: absolute;
}

.title_welcome_4o span p {
    line-height: 1.6;
    transform: translateY(1rem);
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.3s;
    opacity: 0;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-size: clamp(1rem, 2vw, 1.25rem);
}

.site_map_Uf .container {
    flex-direction: column;
    display: flex;
}

.site_map_Uf .company_holder h3 {
    margin-bottom: 20px;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
}

.site_map_Uf .collab_space_sL {
    position: relative;
    order: 1;
}

.site_map_Uf .header_train_Id {
    gap: 60px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.site_map_Uf .header_master_jx::before {
    inset: 0;
    position: absolute;
    content: '';
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    z-index: -1;
    border-radius: 10px;
}

.site_map_Uf .header_master_jx .header_train_Id a::before {
    transition: all 0.3s ease;
    content: '';
    min-width: 6px;
    height: 6px;
    background: rgb(155,136,118);
    flex-shrink: 0;
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    margin-right: 10px;
}

.discount_cta_qo .digital_res_uH {
    font-size: 13px;
    opacity: 0.7;
    color: #ffffff;
}

.training_specialist_CE {
    padding: 100px 0;
    background: rgb(226,203,181);
    position: relative;
    overflow: hidden;
}

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

.training_specialist_CE .user_praise_sr:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.training_specialist_CE .name {
    transition: transform 0.5s ease;
    transform: translateX(0);
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-top: 40px;
    color: #000000;
    font-size: calc(23px * 1.2);
    margin-left: 0;
}

.training_specialist_CE .work_expertise_uz::before {
    position: absolute;
    transform-origin: right;
    left: -40px;
    background: rgb(190,169,149);
    height: 2px;
    transform: scaleX(0);
    width: 30px;
    content: "";
    top: 15px;
    transition: transform 0.5s ease;
}

header .nav_learning_5O {
    transition: all 0.3s ease;
    overflow: hidden;
    flex: 0 0 auto;
    border-left: 3px solid rgb(190,169,149);
    z-index: 2;
    padding: 0.5rem 0.7rem;
    position: relative;
    margin-right: 2rem;
}

header .nav_learning_5O:hover {
    box-shadow: 5px 0 15px -5px rgb(190,169,149);
    transform: translateX(5px);
}

header .header_guide_Wh:hover::after {
    opacity: 1;
}

header .header_master_jx {
    z-index: 2;
    margin: 0;
    position: relative;
    list-style: none;
    display: flex;
    padding: 0;
}

header .header_sitebar_p8 a::before {
    top: 0;
    z-index: -1;
    background: rgb(190,169,149);
    position: absolute;
    width: 100%;
    content: '';
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    left: 0;
    height: 100%;
}

header .header_sitebar_p8::before {
    content: '';
    width: 5px;
    transform: translateY(-50%) scale(0);
    top: 50%;
    height: 5px;
    transition: transform 0.3s ease;
    background: rgb(190,169,149);
    position: absolute;
    left: -10px;
}

.course_features_Qi {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(226,203,181) 0%, rgba(240, 242, 245, 0.9) 100%);
}

.course_features_Qi .education_guide_Bs {
    gap: 40px;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    display: grid;
}

.course_features_Qi .gallery_slider_Up::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    inset: 0;
    content: "";
}

.course_features_Qi .text_cloud_IQ::before {
    top: 0;
    transition: transform 0.4s ease;
    width: 4px;
    transform-origin: center;
    background: linear-gradient(to bottom, rgb(190,169,149), rgb(155,136,118));
    height: 100%;
    position: absolute;
    transform: scaleY(0.7);
    left: 0;
    content: "";
}

.course_features_Qi .text_cloud_IQ:hover h3::after {
    opacity: 1;
    left: -5px;
}

.course_features_Qi p.description {
    display: block;
    overflow-y: auto;
    padding-right: 15px;
    scrollbar-color: rgb(190,169,149,0.5) rgb(226,203,181);
    max-height: 300px;
    scrollbar-width: thin;
}

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

.thanksGrid_dr .pro_classes_mS::before {
    left: 0;
    height: 0%;
    top: 0;
    position: absolute;
    animation: borderGrow 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: linear-gradient(to bottom, rgb(190,169,149), rgb(155,136,118));
    content: "";
    width: 3px;
    animation-delay: 0.5s;
}

.thanksGrid_dr .pro_classes_mS > div:first-child::before {
    top: 50%;
    position: absolute;
    background: rgb(190,169,149);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    content: "";
    width: 8px;
}

.thanksGrid_dr a:hover {
    transform: translateY(-5px);
}

.thanksGrid_dr a:hover p {
    background: rgba(245, 245, 250, 0.9);
    border-left: 3px solid rgb(190,169,149);
}

.thanksGrid_dr p::after {
    bottom: -20px;
    position: absolute;
    content: "";
    color: rgb(155,136,118,0.5);
    opacity: 0.2;
    font-size: 60px;
    font-family: serif;
    line-height: 1;
    right: 10px;
}


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



@media screen and (max-width: 480px) {.get_in_touch_ma .reach_inquiry_ck {
    border-radius: 0;
}.get_in_touch_ma .gallery_slider_Up {
    min-height: 250px;
}.get_in_touch_ma .help_panel_kK {
    padding: 2rem 1.5rem;
}}



@media (max-width: 767px) {.our_story_Cn {
    padding: 80px 0;
}.our_story_Cn .container {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}.our_story_Cn h2 {
    margin-bottom: 30px;
    font-size: 34px;
}.our_story_Cn .text_cloud_IQ > div {
    padding: 20px;
}.our_story_Cn .text_cloud_IQ p {
    font-size: calc(15px * 1.2);
    margin-bottom: 15px;
}.our_story_Cn .text_cloud_IQ div div {
    font-size: calc(15px * 0.9);
    padding: 15px;
}
}



@media (max-width: 767px) {.potential_learners_1H {
    padding: 3rem 0;
}.potential_learners_1H h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 2.5rem;
}.potential_learners_1H h3::after {
    width: 100px;
}.potential_learners_1H li {
    padding: 1.2rem 1.5rem;
    border-radius: 25px;
}.potential_learners_1H li svg {
    margin-right: 1rem;
    height: 35px;
    width: 35px;
}}



@media (min-width: 768px) {.find_contact_Mc .learn_faq_DJ {
    padding: 4rem;
    border-radius: 14px;
}.find_contact_Mc h3 {
    font-size: 32px;
}.find_contact_Mc .get_contactwidget_nl {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1.25rem;
}.find_contact_Mc .ask_form_MH {
    min-width: 200px;
}
}



@media (max-width: 767px) {.find_contact_Mc {
    padding: 4rem 0;
}.find_contact_Mc::before,
    .find_contact_Mc::after {
    opacity: 0.4;
}.find_contact_Mc .learn_faq_DJ {
    padding: 2rem 1.5rem;
    border-radius: 10px;
}.find_contact_Mc h3 {
    font-size: calc(32px * 0.8);
}.find_contact_Mc p {
    max-width: 100%;
}
}



@media only screen and (max-width: 800px) {.privacy_section_hW {
    padding: 20px;
}.privacy_section_hW h1 {
    margin-top: 25px;
    font-size: calc(23px - 5px);
    margin-bottom: 15px;
}.privacy_section_hW h2 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: calc(23px - 3px);
}.privacy_section_hW ul, .privacy_section_hW ol {
    margin: 10px 0;
    padding: 0;
}.privacy_section_hW li {
    font-size: calc(18px - 1px);
    margin-bottom: 10px;
}.privacy_section_hW p, .privacy_section_hW span, .privacy_section_hW div {
    margin-bottom: 8px;
    font-size: calc(18px - 1px);
}}



@media (min-width: 1200px) {.plan_list_item_Yd .lesson_fees_XB {
    padding-top: 4rem;
}.plan_list_item_Yd .tuition_plans_uI:hover {
    z-index: 5;
}.plan_list_item_Yd .program_fees_JH {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 2.5rem;
}
}



@media (max-width: 768px) {.title_welcome_4o {
    min-height: 90vh;
    padding: 2rem 1rem;
}.title_welcome_4o > div {
    gap: 1.5rem;
}.title_welcome_4o > div > div:first-child {
    padding-left: 1.5rem;
}.title_welcome_4o > div > div:first-child::before {
    width: 4px;
}.title_welcome_4o .learning_welcome_IM {
    padding: 1.8rem;
}.title_welcome_4o .creds_block_OW::after {
    width: 50%;
}
}



@media (min-width: 1400px) {header .page_top_4D {
    margin: 0 auto;
    max-width: 1320px;
}header .header_sitebar_p8 {
    margin: 0 2px;
}header .header_sitebar_p8 a {
    padding: 0 1.5rem;
}
}



@media (max-width: 479px) {header .page_top_4D {
    padding: 0.7rem 1.2rem;
}header .nav_learning_5O {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .header_sitebar_p8 a {
    padding: 0 0.6rem;
    font-size: calc(13px - 3px);
    height: 32px;
}}



@media (min-width: 768px) {.course_features_Qi .education_guide_Bs {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}.course_features_Qi .gallery_slider_Up {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 450px;
}.course_features_Qi .text_cloud_IQ {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.course_features_Qi .gallery_slider_Up:hover,
    .course_features_Qi .text_cloud_IQ:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.course_features_Qi h3 {
    font-size: 38px;
}
}



@media (max-width: 480px) {.thanksGrid_dr {
    padding: 60px 0;
}.thanksGrid_dr .pro_classes_mS {
    padding: 30px 20px;
}.thanksGrid_dr h5 {
    font-size: calc(20px * 0.85);
}.thanksGrid_dr p {
    font-size: calc(17px * 0.9);
    padding: 15px 20px;
}
}



@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}



@keyframes magneticPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}



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



@keyframes lineGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

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



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



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

