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

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


.cT_course_structure {
    background: linear-gradient(135deg, rgb(235,216,226), #ffffff 80%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.cT_course_structure h2 {
    position: relative;
    font-size: 35px;
    transform: translateX(10px);
    color: #000000;
    margin-bottom: 3rem;
    max-width: 90%;
    font-weight: 700;
    display: inline-block;
    line-height: 1.3;
}

.cT_course_structure .pD_img_zoom_effect:hover {
    transform: translateZ(0) perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.cT_course_structure .nm_description_card::before {
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, rgb(216,177,196), rgb(196,137,167));
    transform: scaleX(0.97);
    height: 5px;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
}

.kz_secure_pantry h1 {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 40px;
    font-size: 39px;
    text-align: center;
    margin-bottom: 25px;
    color: #ffffff;
}

.kz_secure_pantry p, .kz_secure_pantry span {
    line-height: 1.8;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

.Yo_pricing_block::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
    bottom: 0;
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
}

.Yo_pricing_block .La_study_pricing li {
    animation: cardEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    height: 100%;
    opacity: 0;
    transform: translateY(30px) rotateX(5deg);
}

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

.Yo_pricing_block .FO_learn_fees:hover {
    transform: translateY(-15px) scale(1.02) rotateX(2deg);
}

.Yo_pricing_block .sz_trial_rates::before {
    top: -10px;
    transition: all 0.4s ease;
    transform: rotate(45deg);
    background: rgb(196,137,167);
    height: 100px;
    position: absolute;
    opacity: 0.15;
    right: -10px;
    width: 100px;
    content: "";
}

.Yo_pricing_block .bP_rate_list h4 {
    margin: 0 0 20px;
    font-size: calc(19px * 1.2);
    color: #ffffff;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.Yo_pricing_block .OK_rate_plans {
    margin-top: 20px;
    display: block;
    position: relative;
    font-weight: 700;
    font-size: calc(19px * 1.4);
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    color: #ffffff;
    transition: all 0.4s ease;
}

.KU_check_it_out_now .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}

.KU_check_it_out_now .JM_learning_dna {
    animation: fadeInUp 0.8s 0.3s forwards ease-out;
    justify-content: center;
    transform: translateY(20px);
    transition: transform 0.5s, box-shadow 0.5s;
    opacity: 0;
    background: rgba(255,255,255,0.12);
    display: flex;
    border-radius: 10px;
    align-items: center;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border: 1px solid rgba(255,255,255,0.2);
    gap: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.KU_check_it_out_now .Bq_connect_reach:hover::before {
    left: 100%;
}

.KU_check_it_out_now .Bq_connect_reach:active {
    transform: translateY(1px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

header .xs_nav_mainwrap::after {
    left: 0;
    position: absolute;
    content: "";
    background-color: rgb(235,216,226);
    width: 100%;
    bottom: 0;
    height: 1px;
}

header .xs_nav_mainwrap .jl_top_class .gl_top_head svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 40px;
    width: auto;
}

header .xs_nav_mainwrap .Ee_nav_page .NP_main_top a {
    padding: 8px 0;
    display: block;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.5px;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    font-weight: 400;
    overflow: hidden;
    text-decoration: none;
}

header .xs_nav_mainwrap .Ee_nav_page .NP_main_top a {
    font-size: calc(14px - 1px);
    padding: 5px 0;
}

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

.MP_client_comments h4 {
    position: relative;
    font-weight: 700;
    left: 50%;
    font-family: Arial, sans-serif;
    text-align: center;
    transform: translateX(-50%) skew(-5deg);
    margin-bottom: 70px;
    transform: skew(-5deg);
    color: #000000;
    display: inline-block;
    font-size: 28px;
}

.MP_client_comments .oV_user_testimonials .pD_img_zoom_effect {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    transition: all 0.3s ease;
    margin: 0 auto 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.MP_client_comments .oV_user_testimonials p {
    position: relative;
    color: #000000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.dP_leadership_profile::after {
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(216,177,196,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(196,137,167,0.5) 0%, transparent 40%);
    top: 0;
    filter: blur(80px);
    opacity: 0.3;
    content: "";
}

.dP_leadership_profile .pD_img_zoom_effect::before {
    opacity: 0.4;
    position: absolute;
    inset: -30px;
    animation: spin 12s linear infinite;
    z-index: -1;
    content: "";
    border-radius: 50%;
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(216,177,196,0.5) 90deg,
        transparent 180deg,
        rgb(196,137,167,0.5) 270deg,
        transparent 360deg
    );
}

.dP_leadership_profile .oV_user_testimonials:hover .name::after {
    width: 80px;
}

.dP_leadership_profile .oV_user_testimonials:hover span:not(.name) {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.dP_leadership_profile .OL_job_wrap::before,
.dP_leadership_profile .OL_job_wrap::after {
    height: 10px;
    position: absolute;
    width: 10px;
    content: "";
}

.dP_leadership_profile .OL_job_wrap::before {
    left: 25px;
    border-left: 2px solid rgb(216,177,196);
    top: 25px;
    border-top: 2px solid rgb(216,177,196);
}

.EW_get_in_touch::before {
    height: 100%;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(216,177,196,0.5),
        rgb(216,177,196,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.03;
    left: 0;
    position: absolute;
    content: "";
}

.EW_get_in_touch form h3::after {
    width: 100%;
    background: rgb(216,177,196);
    left: 0;
    position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    border-radius: 1.5px;
}

.EW_get_in_touch .BA_query_block input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.EW_get_in_touch .BA_query_block label::before {
    transition: all 0.3s ease;
    border-radius: 10px;
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    background: rgb(235,216,226);
    width: 22px;
    height: 22px;
}

.EW_get_in_touch form .Bq_connect_reach:hover {
    background: rgb(196,137,167);
}

.EW_get_in_touch svg path {
    fill: rgb(216,177,196);
    transition: fill 0.3s ease;
}

.Ip_training_method .JM_learning_dna {
    position: relative;
    display: flex;
    padding: 0 20px;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}

.Ip_training_method .nm_description_card h2::before {
    top: -60px;
    content: '';
    position: absolute;
    z-index: -1;
    left: -80px;
    width: 120px;
    filter: blur(30px);
    background: rgb(216,177,196);
    border-radius: 50%;
    opacity: 0.1;
    height: 120px;
}

.Ip_training_method .nm_description_card p::before {
    opacity: 0.6;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(216,177,196,0.5), transparent);
    left: 7.5%;
    height: 1px;
    width: 85%;
    top: 20px;
    content: '';
}

.Ip_training_method .JM_learning_dna::after {
    position: absolute;
    opacity: 0.1;
    background: rgb(216,177,196);
    top: 40%;
    height: 80px;
    border-radius: 10px;
    width: 80px;
    right: -40px;
    content: '';
    filter: blur(20px);
    animation: pulse-fade 8s infinite alternate;
}

.aZ_trackingPolicyPanel h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.BM_cookies_terms svg, .BM_cookies_terms svg path, .BM_cookies_terms img {
    fill: rgb(216,177,196);
    width: 100px;
    height: 100px;
}

.eC_wrapper-segment .JT_cookie_ack {
    background: rgb(216,177,196);
    margin-left: 30px;
    font-size: 20px;
    padding: 10px;
    color: #ffffff;
}

.Si_study_bottom .container {
    z-index: 3;
    position: relative;
}

.Si_study_bottom .kP_connect_team {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    gap: 1.5rem;
    background-color: #ffffff;
    transform: translateY(-3.5rem);
    justify-content: space-between;
    padding: 1.25rem 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    border-radius: 21px;
    position: relative;
    display: flex;
    z-index: 10;
}

.Si_study_bottom .info_item:hover {
    transform: translateY(-5px);
}

.Si_study_bottom .info_item svg {
    transition: transform 0.3s ease;
    width: 22px;
    fill: rgb(216,177,196);
    height: 22px;
}

.Si_study_bottom .jl_top_class {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}

.Si_study_bottom .dR_academy_info {
    font-size: calc(12px + 1px);
    line-height: 1.6;
    opacity: 0.8;
}

.Si_study_bottom .Ee_nav_page::before {
    position: absolute;
    left: -2rem;
    top: 0;
    bottom: 0;
    content: '';
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(196,137,167,0.5) 30%, rgb(196,137,167,0.5) 70%, transparent);
}

.Si_study_bottom .MI_top_mainwrap a {
    transition: all 0.3s ease;
    position: relative;
    transform-origin: left;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    opacity: 0.85;
    padding: 0.25rem 0;
}



.Si_study_bottom .subscribe_holder h5 {
    position: relative;
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 0.875rem;
    margin-bottom: 0.5rem;
}

.Si_study_bottom .subscribe_holder h5::after {
    background: rgb(216,177,196);
    height: 2px;
    position: absolute;
    content: '';
    bottom: 0;
    width: 40px;
    left: 0;
}

.Si_study_bottom .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(216,177,196,0.5);
    border-color: rgb(216,177,196,0.5);
    background-color: rgba(255, 255, 255, 0.15);
}

.Si_study_bottom .wM_news_optin::before {
    content: '';
    z-index: -1;
    width: 100%;
    transition: left 0.7s ease;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    height: 100%;
    position: absolute;
}

.Si_study_bottom .wM_news_optin:hover::after {
    opacity: 1;
}

.Si_study_bottom .zj_training_zone {
    font-size: 12px;
    opacity: 0.7;
}

.lD_appDiv::after {
    background: linear-gradient(225deg, rgb(216,177,196) 0%, transparent 70%);
    right: -50px;
    filter: blur(40px);
    z-index: 0;
    bottom: -50px;
    height: 300px;
    width: 300px;
    opacity: 0.2;
    content: "";
    position: absolute;
}

.lD_appDiv .JM_learning_dna::after {
    z-index: -1;
    background: rgb(196,137,167,0.5);
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: 40px;
    height: 80px;
    animation: float 8s infinite ease-in-out;
    width: 80px;
    content: "";
    top: -15px;
    transform: rotate(15deg);
}

.lD_appDiv a::before {
    height: 1px;
    background: linear-gradient(90deg, rgb(216,177,196,0.5), transparent);
    position: absolute;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(0);
    bottom: 0;
    content: "";
    transform-origin: left;
    width: 100%;
}

.wR_homepage .nm_description_card {
    position: relative;
    flex: 1;
    padding: 40px 20px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    z-index: 3;
}

.wR_homepage .nm_description_card:hover h1::after {
    transform: scaleX(1);
}

.wR_homepage .wN_main_title svg {
    height: 80px;
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), filter 0.6s ease;
    filter: drop-shadow(0 4px 6px rgba(94, 170, 168, 0.15));
}

.wR_homepage .wN_main_title p {
    max-width: 600px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    color: #000000;
    padding-left: 12px;
    font-size: calc(15px * 1.1);
    line-height: 1.7;
    margin: 0;
}

.wR_homepage .Bq_connect_reach:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3);
}

.wR_homepage .pD_img_zoom_effect::after {
    right: 0;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgba(94, 170, 168, 0.2), transparent 30%, transparent 60%, rgba(0, 0, 0, 0.3));
    content: "";
    z-index: 1;
    transition: opacity 0.6s ease;
    bottom: 0;
}

.bu_who_we_are {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.bu_who_we_are .nm_description_card {
    padding: 60px 50px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(196,137,167);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transform: perspective(1000px) rotateY(-2deg);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    position: relative;
}

.bu_who_we_are .nm_description_card > div:nth-child(2) p::before {
    height: 60%;
    position: absolute;
    left: 0;
    border-radius: 3px;
    background: rgb(196,137,167);
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 6px;
}



@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


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



@media (min-width: 1200px) {.cT_course_structure {
    padding: 10rem 0;
}.cT_course_structure .container {
    padding: 0 30px;
}.cT_course_structure h2 {
    margin-bottom: 5rem;
    font-size: calc(35px * 1.3);
}.cT_course_structure .yV_coding_class {
    gap: 5rem;
    grid-template-columns: 0.7fr 1.3fr;
}.cT_course_structure .pD_img_zoom_effect {
    min-height: 600px;
}.cT_course_structure .nm_description_card {
    max-height: 700px;
    padding: 4rem;
}
}


@media only screen and (max-width: 800px) {.kz_secure_pantry {
    padding: 20px;
}.kz_secure_pantry h1 {
    margin-top: 30px;
    font-size: calc(23px - 4px);
    margin-bottom: 20px;
}.kz_secure_pantry h2 {
    margin-top: 25px;
    font-size: calc(23px - 4px);
    margin-bottom: 15px;
}.kz_secure_pantry li {
    margin-bottom: 10px;
    padding: 8px;
}.kz_secure_pantry div {
    padding: 10px;
}}



@media (max-width: 576px) {.Yo_pricing_block {
    padding: 60px 0;
}.Yo_pricing_block h2 {
    font-size: calc(30px * 0.7);
}.Yo_pricing_block .tq_study_costs {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.Yo_pricing_block .bP_rate_list {
    padding: 25px 20px;
}.Yo_pricing_block .bP_rate_list h4 {
    margin-bottom: 15px;
    font-size: 19px;
    padding-bottom: 10px;
}.Yo_pricing_block .bP_rate_list p {
    font-size: calc(18px * 0.9);
    margin-bottom: 20px;
    max-height: 150px;
}}



@media (prefers-reduced-motion) {.KU_check_it_out_now h2,
  .KU_check_it_out_now .JM_learning_dna {
    animation: none;
    opacity: 1;
    transform: none;
}.KU_check_it_out_now::after {
    animation: none;
}.KU_check_it_out_now .Bq_connect_reach::before {
    display: none;
}.KU_check_it_out_now .JM_learning_dna:hover,
  .KU_check_it_out_now .Bq_connect_reach:hover,
  .KU_check_it_out_now svg {
    transition: none;
    transform: none;
}}



@media (max-width: 575px) {.dP_leadership_profile {
    padding: 50px 0;
}.dP_leadership_profile .pD_img_zoom_effect {
    width: 150px;
    height: 150px;
    margin-bottom: 18px;
}.dP_leadership_profile .oV_user_testimonials::before {
    width: 260px;
    height: 260px;
}.dP_leadership_profile .oV_user_testimonials::after {
    height: 200px;
    width: 200px;
}.dP_leadership_profile .name {
    font-size: calc(45px * 0.7);
}.dP_leadership_profile .oV_user_testimonials span:not(.name) {
    font-size: calc(20px * 0.9);
    letter-spacing: 1px;
    padding: 5px 12px;
    margin-bottom: 20px;
}.dP_leadership_profile .OL_job_wrap {
    padding: 20px 25px;
    font-size: calc(13px * 0.9);
}.dP_leadership_profile .OL_job_wrap::before,
    .dP_leadership_profile .OL_job_wrap::after {
    height: 6px;
    width: 6px;
}.dP_leadership_profile .OL_job_wrap::before {
    left: 15px;
    top: 15px;
}.dP_leadership_profile .OL_job_wrap::after {
    right: 15px;
    bottom: 15px;
}}


@media only screen and (max-width: 1200px) {.aZ_trackingPolicyPanel {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.BM_cookies_terms {
    display: none;
}.Pp_cookie_guide {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.aZ_trackingPolicyPanel h5 {
    text-align: center;
}.aZ_trackingPolicyPanel p {
    text-align: center;
}.Dq_manage_cookies {
    margin-bottom: 20px;
}body .eC_wrapper-segment .JT_cookie_ack {
    margin-left: 0;
}}



@media (max-width: 991px) {.Si_study_bottom {
    padding: 5rem 0 2rem;
}.Si_study_bottom .kP_connect_team {
    justify-content: center;
    flex-wrap: wrap;
}.Si_study_bottom .info_item {
    max-width: none;
    flex: 0 0 auto;
    width: calc(50% - 2rem);
}.Si_study_bottom .info_item:not(:last-child)::after {
    display: none;
}.Si_study_bottom .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.Si_study_bottom .Ee_nav_page::before, 
    .Si_study_bottom .Ee_nav_page::after {
    display: none;
}.Si_study_bottom .jl_top_class {
    text-align: center;
    align-items: center;
}.Si_study_bottom .Ee_nav_page h5, 
    .Si_study_bottom .subscribe_holder h5 {
    text-align: center;
}.Si_study_bottom .Ee_nav_page h5::after, 
    .Si_study_bottom .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.Si_study_bottom .MI_top_mainwrap {
    grid-template-columns: repeat(3, 1fr);
}.Si_study_bottom .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}



@media (min-width: 768px) {.wR_homepage .JM_learning_dna {
    align-items: center;
    flex-direction: row;
    gap: 30px;
}.wR_homepage .nm_description_card {
    flex: 1;
    padding: 0 20px 0 0;
}.wR_homepage .pD_img_zoom_effect {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
    height: 450px;
    margin-bottom: 0;
    flex: 1;
}.wR_homepage .pD_img_zoom_effect:hover {
    transform: perspective(1000px) rotateY(-3deg) translateX(-5px);
}.wR_homepage h1 {
    font-size: calc(31px * 1.1);
}.wR_homepage .wN_main_title svg {
    height: 100px;
    width: 100px;
}
}



@media (max-width: 576px) {.bu_who_we_are {
    padding: 40px 0;
}.bu_who_we_are .container {
    padding: 0 15px;
}.bu_who_we_are .nm_description_card {
    padding: 25px 15px;
}.bu_who_we_are .nm_description_card h5 {
    font-size: calc(20px * 0.85);
}.bu_who_we_are .nm_description_card > div:nth-child(2) p {
    font-size: calc(20px * 0.9);
}.bu_who_we_are .nm_description_card ol li {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
    padding: 5px 0 5px 10px;
}
}



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

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



@keyframes pulse-ring {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}



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



@keyframes pulseGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 5px rgb(196,137,167);
    }
    100% {
        transform: scale(1.5);
        box-shadow: 0 0 15px rgb(196,137,167), 0 0 30px rgb(196,137,167,0.5);
    }
}

