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

.top_mentor {
    flex: 1 0 auto;
}

.skill_test {
    flex: 0 0 auto;
}

.skill_test {
    z-index: 5;
    position: relative;
    padding: 60px 0 40px;
    background-color: transparent;
}



.service_contact .container {
    z-index: 10;
    position: relative;
}

.service_contact .join_us h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 37px;
    font-weight: 700;
    color: #000000;
}

.service_contact .join_us p:last-of-type {
    color: #000000;
    align-items: center;
    display: flex;
    margin-bottom: 2.5rem;
    justify-content: center;
    font-weight: 600;
}

.service_contact .join_us p:last-of-type svg path {
    fill: rgb(216,189,176);
}

.service_contact .edu_asknow:hover::after {
    opacity: 1;
}

.service_contact .edu_asknow:hover {
    background-color: rgb(216,189,176);
    box-shadow: 0 15px 25px rgba(rgb(216,189,176), 0.2);
    border-color: rgb(216,189,176);
    transform: translateY(-5px);
}

.service_contact .edu_asknow svg path {
    fill: rgb(216,189,176);
    transition: fill 0.3s ease;
}

.tyField::after {
    background: linear-gradient(225deg, rgb(190,163,148) 0%, transparent 80%);
    transform: rotate(15deg);
    filter: blur(50px);
    bottom: -10%;
    width: 40%;
    height: 40%;
    content: "";
    right: -5%;
    position: absolute;
    opacity: 0.3;
    z-index: 0;
}

.tyField .skill_track > div:first-child {
    position: relative;
    padding-bottom: 20px;
}

.tyField h5 {
    position: relative;
    margin: 0;
    font-size: 22px;
    color: #000000;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(10px);
    opacity: 0;
    line-height: 1.4;
    font-weight: 700;
}

.tyField a::before {
    background-color: rgb(190,163,148);
    content: "";
    top: 0;
    height: 0;
    left: -20px;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
    position: absolute;
}

.program_structure::after {
    z-index: 1;
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgb(216,189,176,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(190,163,148,0.5) 0%, transparent 40%);
    opacity: 0.2;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
}

.program_structure .content_card h2 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    font-size: 28px;
    display: inline-block;
}



.program_structure .content_card h2 {
    animation: reveal 0.8s forwards;
}

.program_structure .post_image_grid {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    height: 450px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    width: 100%;
    border-radius: 20px;
}

.program_structure .container::after {
    height: 100%;
    left: 0;
    z-index: 0;
    content: "";
    opacity: 0.03;
    animation: hexMove 60s linear infinite;
    position: absolute;
    top: 0;
    background-size: 50px 86.6px;
    background-image: 
        repeating-linear-gradient(60deg, rgb(216,189,176,0.5) 0, rgb(216,189,176,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(120deg, rgb(216,189,176,0.5) 0, rgb(216,189,176,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(180deg, rgb(216,189,176,0.5) 0, rgb(216,189,176,0.5) 1px, transparent 1px, transparent 30px);
    width: 100%;
}

.learning_impact .post_image_grid {
    object-fit: cover;
    width: 100%;
    margin-bottom: 2.5rem;
    height: auto;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 0 0 1px rgba(rgb(216,189,176,0.5), 0.1);
    max-height: 420px;
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    border-radius: 27px;
}

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

.learning_impact li {
    transition: transform 0.3s ease-out;
    padding-left: 2.5rem;
    position: relative;
}

.learning_impact li:hover svg {
    transform: scale(1.1);
}

.learning_impact li:hover svg path {
    fill: rgb(190,163,148);
}

.our_story::before {
    top: 0;
    z-index: -1;
    position: absolute;
    right: 0;
    backdrop-filter: blur(5px);
    content: "";
    left: 0;
    background: linear-gradient(135deg, 
        rgba(#000000, 0.85) 0%,
        rgba(#000000, 0.75) 50%,
        rgba(rgb(216,189,176), 0.65) 100%);
    bottom: 0;
}

.our_story .content_card {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(rgb(216,189,176), 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 50px;
    transform: translateY(0);
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
}

.title_welcome::before {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(190,163,148,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(216,189,176,0.5) 0%, transparent 40%);
    pointer-events: none;
    z-index: 1;
    position: absolute;
}

.title_welcome .training_classes {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.title_welcome .training_classes > div::before {
    height: 100%;
    background: linear-gradient(to bottom, 
                rgba(0,0,0,0.6) 0%, 
                rgba(0,0,0,0.3) 40%,
                rgba(0,0,0,0.5) 100%);
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
}

.title_welcome .training_classes > div > div > div {
    background: linear-gradient(135deg, 
                rgb(190,163,148) 0%, 
                rgb(216,189,176) 100%);
    transform: perspective(800px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.3s ease;
    padding: 2rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

header .container {
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
}

header .head_top {
    backdrop-filter: blur(10px);
    display: flex;
    border-radius: 15px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    gap: 0.5rem;
}

header .main_class:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
    color: #ffffff;
}

header .main_class:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .nav_main:hover::before {
    left: 100%;
}

header .nav_main svg {
    position: relative;
    width: 160px;
    z-index: 2;
    height: auto;
}

.contact_form_box::before {
    z-index: 1;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(216,189,176), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(190,163,148), 0.05) 0%, transparent 50%);
    height: 100%;
}

.contact_form_box .request_feedback {
    border-radius: 16px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    perspective: 1000px;
    margin-top: 60px;
    position: relative;
    transform-style: preserve-3d;
    overflow: hidden;
    background: #ffffff;
    display: flex;
}

.contact_form_box .post_image_grid::after {
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    top: -100%;
    position: absolute;
    height: 300%;
    width: 300%;
    animation: shine 6s infinite ease-in-out;
    left: -100%;
    content: "";
    z-index: 2;
}

.contact_form_box form input[type="text"] {
    color: #000000;
    background: rgba(rgb(242,225,215), 0.5);
    font-size: 15px;
    border: 1px solid rgba(rgb(216,189,176), 0.1);
    width: 100%;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    padding: 18px 25px;
    border-radius: 8px;
    backdrop-filter: blur(5px);
}

.contact_form_box .help_block label::before {
    left: 0;
    border: 1px solid rgba(rgb(216,189,176), 0.3);
    width: 22px;
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 4px;
    height: 22px;
    content: "";
    top: 0;
    background: rgba(#ffffff, 0.6);
}

.contact_form_box .help_block label a:hover {
    color: rgb(190,163,148);
}

.contact_form_box .query_grid::before {
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(216,189,176), rgb(190,163,148));
}

.contact_form_box svg path {
    stroke: rgb(216,189,176);
    stroke-width: 2;
    transition: all 0.3s ease;
}

.learning_system {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(242,225,215) 0%, rgb(190,163,148,0.5) 100%);
    overflow: hidden;
}

.learning_system .skill_track::before {
    background: rgb(190,163,148);
    position: absolute;
    left: 20px;
    top: -10px;
    width: 70%;
    height: 10px;
    content: "";
    transform: skewX(45deg);
    opacity: 0.7;
}

.learning_system h3 {
    position: relative;
    font-size: calc(29px * 0.9);
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    transform: translateZ(10px);
}

.learning_system p span {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.academic_expertise {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(242,225,215) 0%, rgb(190,163,148,0.5) 100%);
    position: relative;
}

.academic_expertise .review_opinions {
    position: relative;
    backdrop-filter: blur(5px);
    padding: 40px;
    gap: 30px;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.academic_expertise .review_opinions:hover .post_image_grid {
    transform: scale(1.03);
}

.academic_expertise .name {
    transition: transform 0.3s ease;
    display: inline-block;
    color: rgb(216,189,176);
    margin: 0 0 10px 0;
    transform: translateY(0);
    font-weight: 700;
    font-size: 19px;
    position: relative;
}

.academic_expertise .exp_summary::before {
    color: rgb(190,163,148,0.5);
    font-size: 80px;
    font-family: Georgia, serif;
    position: absolute;
    opacity: 0.2;
    content: "";
    left: -15px;
    top: -30px;
    z-index: -1;
}

.skill_test .company_holder h3 {
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: 32px;
}

.skill_test .head_top {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    position: relative;
    border-radius: 10px;
}

.skill_test .head_top .nav_base a {
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    opacity: 0.8;
    padding-left: 15px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 13px;
}

.tiktok_edu .donate_btn {
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
    font-size: 16px;
}

.tiktok_edu .donate_btn {
    display: inline-block;
    position: relative;
}

.skill_test .head_top::before {
    left: 0;
    content: "";
    height: 100%;
    width: 5px;
    background: rgb(190,163,148);
    opacity: 0.5;
    position: absolute;
    top: 0;
}

.skill_test .head_top:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.tiktok_edu .donate_btn::before {
    position: absolute;
    left: -40px;
    opacity: 0.5;
    height: 1px;
    width: 30px;
    background: rgb(216,189,176);
    top: 50%;
    content: "";
    transform: translateY(-50%);
}

.stay_connected .skill_track {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    perspective: 1500px;
}

.stay_connected h3 {
    margin-bottom: 2rem;
    color: #ffffff;
    position: relative;
    transform: translateZ(30px);
    width: fit-content;
    font-weight: 700;
    font-size: 34px;
}

.stay_connected input[type="email"] {
    width: 100%;
    margin-bottom: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 15px;
    border-radius: 10px;
}

.stay_connected .join_panel:hover::before {
    left: 150%;
}

.cookieNotificationBanner {
    width: 100%;
    border-top: 2px solid rgb(216,189,176);
    z-index: 90;
    position: fixed;
    bottom: 0;
    background: rgb(242,225,215);
}

.cookieNotificationBanner p {
    font-size: 18px;
}

.cookie_updates {
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid rgb(216,189,176);
    cursor: pointer;
    flex-shrink: 0;
    line-height: 35px;
    font-size: 24px;
    min-width: 120px;
    text-align: center;
    color: rgb(216,189,176);
    margin-left: 10px;
}

.confidential_nest {
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 6rem 2rem;
    background: linear-gradient(145deg, rgb(242,225,215), rgba(248, 249, 250, 0.97));
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.confidential_nest .container:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.confidential_nest h1:hover::after {
    width: 10rem;
}

.confidential_nest h2:hover {
    padding-left: 1.5rem;
    color: rgb(216,189,176);
}

.confidential_nest h3 {
    font-size: calc(20px + 0.1rem);
    border-left: 1px solid rgb(216,189,176,0.5);
    font-weight: 600;
    margin: 2.5rem 0 1rem;
    color: #000000;
    padding-left: 0.8rem;
}

.confidential_nest strong:hover::after {
    transform: scaleX(1);
}

.confidential_nest li {
    transition: all 0.3s ease;
    line-height: 1.7;
    padding-left: 1.5rem;
    font-size: 12px;
    margin-bottom: 1rem;
    position: relative;
}

.confidential_nest span {
    border-left: 1px solid rgb(190,163,148,0.5);
    margin-bottom: 1.5rem;
    display: block;
    line-height: 1.8;
    font-size: 12px;
    opacity: 0.9;
    padding-left: 1rem;
    color: #000000;
    font-style: italic;
}

.plan_option .tuition_grid {
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
}

.plan_option .skill_pricing {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0);
    height: 100%;
    display: block;
    position: relative;
    text-decoration: none;
}

.plan_option .promo_cost {
    z-index: 2;
    position: relative;
}

.plan_option .promo_cost h4 {
    font-size: calc(21px * 1.2);
    margin: 0 0 20px;
    position: relative;
    font-weight: 600;
    padding-bottom: 15px;
    color: #ffffff;
}

.plan_option .pricing_offers {
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    font-weight: 700;
    display: block;
    margin-top: 10px;
    padding: 10px 0;
    position: relative;
    font-size: calc(21px * 1.4);
}

.plan_option .skill_pricing:hover .rate_plans::before {
    opacity: 1;
    transform: scaleX(1);
}

.plan_option .tuition_grid li:nth-child(1) {
    animation-delay: 0.1s;
}

::-webkit-scrollbar {
    height: 8px;
    background: radial-gradient(circle at top left, #ffffff 13%, rgb(255, 255, 255, 0.5) 43%, rgb(190,163,148) 54%, rgb(216,189,176,0.5) 2%, rgb(242,225,215) 69%);
    width: 12px;
}

::-webkit-scrollbar-track {
    box-shadow: inset -3px -4px 11px 4px rgba(0, 0, 0, 0.5);
    background: radial-gradient(ellipse at top left, #ffffff 72%, rgb(255, 255, 255, 0.5) 26%, rgb(190,163,148) 48%, rgb(216,189,176,0.5) 89%, rgb(242,225,215) 12%);
}

::-webkit-scrollbar-thumb {
    border-radius: 18%;
    box-shadow: 0px 1px 9px 3px rgba(0, 0, 0, 0.4);
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: -4px -1px 3px 6px rgba(0, 0, 0, 0.3);
    background: rgb(242,225,215);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset 4px -4px 6px 2px rgba(0, 0, 0, 0.2);
    background: rgb(190,163,148);
}

.plan_option .promo_cost p::-webkit-scrollbar {
    width: 4px;
}

.plan_option .promo_cost p::-webkit-scrollbar-track {
    background: transparent;
}

.plan_option .promo_cost p::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(190,163,148,0.5);
}



@media (max-width: 767px) {.learning_impact {
    padding: 4rem 0;
}.learning_impact .skill_track {
    padding: 1.5rem;
}.learning_impact h1 {
    font-size: calc(31px * 0.9);
    margin-bottom: 1.5rem;
}.learning_impact li {
    padding-left: 2rem;
}.learning_impact li p {
    font-size: 18px;
}.learning_impact svg {
    transform: scale(0.8);
}
}



@media (min-width: 992px) {.our_story {
    padding: 150px 0 200px;
}.our_story .content_card {
    padding: 60px 70px;
}.our_story .content_card div div {
    column-count: 2;
}
}



@media (prefers-reduced-motion: reduce) {.our_story .content_card,
    .our_story h2::after,
    .our_story .content_card:hover,
    .our_story .content_card p::after {
    transform: none;
    transition: none;
}
}



@media screen and (max-width: 767px) {.title_welcome {
    padding: 3rem 1rem;
}.title_welcome .quick_edu {
    width: 95%;
    gap: 1.5rem;
}.title_welcome .quick_edu > div:first-child {
    padding: 1.5rem;
}.title_welcome .quick_edu > div:first-child p {
    font-size: 17px;
}.title_welcome .training_classes > div {
    min-height: 350px;
    padding: 2rem 1.5rem;
}.title_welcome .training_classes h3 {
    font-size: calc(19px * 0.85);
    transform: translateX(0);
    padding: 1rem;
}.title_welcome .training_classes > div > div > div {
    padding: 1.5rem 1rem;
}.title_welcome .title_style_header {
    font-size: calc(36px * 0.9);
}}



@media (max-width: 768px) {.contact_form_box {
    padding: 60px 0;
}.contact_form_box .request_feedback {
    margin-top: 40px;
    flex-direction: column;
}.contact_form_box .post_image_grid {
    width: 100%;
    min-height: 300px;
}.contact_form_box .contact_feedback {
    width: 100%;
    padding: 40px 30px;
}.contact_form_box form h3 {
    margin-bottom: 30px;
}.contact_form_box form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_form_box .help_block {
    margin-bottom: 25px;
}.contact_form_box .query_grid {
    width: 100%;
    padding: 14px 30px;
}
}



@media (min-width: 768px) {.academic_expertise .review_opinions {
    gap: 30px 40px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px 1fr;
}.academic_expertise .review_opinions > div:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}.academic_expertise .review_opinions > div:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    align-self: end;
}.academic_expertise .review_opinions > div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.academic_expertise .post_image_grid {
    min-height: 400px;
    height: 100%;
}
}



@media (max-width: 767px) {.skill_test {
    padding: 40px 0 30px;
}.skill_test .footer_classes {
    grid-template-columns: 1fr;
}.skill_test .company_holder {
    padding: 25px;
}.skill_test .head_top {
    padding: 25px;
}.skill_test .company_holder h3 {
    font-size: calc(32px - 2px);
}.skill_test .head_top h5 {
    font-size: calc(20px - 1px);
}
}


@media only screen and (max-width: 800px) {.data_control {
    display: none;
}.safe_cookies {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookieNotificationBanner h5 {
    text-align: center;
}.cookieNotificationBanner p {
    text-align: center;
}.tracking_policy {
    margin-bottom: 20px;
}body .warp-container .cookie_updates {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 992px) {.plan_option h2 {
    font-size: calc(38px * 0.9);
}.plan_option .edu_deals {
    margin-bottom: 40px;
}.plan_option .rate_plans {
    padding: 35px 25px;
}
}



@media (max-width: 576px) {.plan_option {
    padding: 60px 0 40px;
}.plan_option .container {
    padding: 0 15px;
}.plan_option h2 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.7);
}.plan_option .edu_deals {
    margin-bottom: 25px;
    font-size: calc(17px * 0.95);
}.plan_option .tuition_grid {
    grid-template-columns: 1fr;
    gap: 25px;
}.plan_option .rate_plans {
    padding: 30px 20px;
}.plan_option .promo_cost h4 {
    font-size: 21px;
}.plan_option .pricing_offers {
    font-size: calc(21px * 1.2);
}
}



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

@keyframes floatParticles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 600px 600px;
    }
}



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

@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.03;
    }
    50% {
        opacity: 0.08;
    }
}

