* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

.devsupport::after {
    height: 100%;
    filter: blur(60px);
    width: 100%;
    right: -50%;
    opacity: 0.05;
    position: absolute;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgb(206,177,217) 0%,
        transparent 70%
    );
    z-index: -1;
    content: '';
    animation: floatGlow 15s infinite alternate ease-in-out;
}

.devsupport .devcontact_help:nth-child(2) {
    border-radius: 17px;
    aspect-ratio: 4/3;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}

.devsupport .devcontact_help:nth-child(3) {
    border-radius: 17px;
    grid-column: 2 / 3;
    background-image: 
        radial-gradient(circle at top right, rgb(171,139,193) 0%, transparent 80%),
        linear-gradient(135deg, rgb(206,177,217) 0%, rgb(206,177,217) 100%);
    grid-row: 2 / 3;
    background-size: 150% 150%, 100% 100%;
    animation: backgroundShift 15s infinite alternate ease-in-out;
    background-position: 100% 0%, 0% 0%;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(5deg);
    background: rgb(206,177,217);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.devsupport .devlearn_help {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

.devsupport .devmessage_us a {
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding-left: 2.5rem;
    position: relative;
    text-decoration: none;
}

.devsupport .devmessage_us a p {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 14px;
    position: relative;
}

.devprivacy_cordon {
    font-family: Arial, sans-serif;
    color: #000000;
    background: linear-gradient(135deg, rgb(228,215,237) 0%, rgba(245, 245, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
}

.devprivacy_cordon h1:hover::after {
    width: 120px;
}

.devprivacy_cordon h2 {
    font-weight: 600;
    color: rgb(171,139,193);
    font-size: 32px;
    margin: 3rem 0 1.5rem;
    transition: transform 0.35s ease-out;
    position: relative;
    padding-left: 1.2rem;
    transform: translateX(0);
}

.devprivacy_cordon h3 {
    font-size: calc(32px * 0.85);
    font-weight: 600;
    position: relative;
    color: #000000;
    margin: 2.5rem 0 1.2rem;
    padding-left: 1rem;
}

.devprivacy_cordon p {
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    max-width: 90%;
    padding: 0.5rem 0;
    transform: translateZ(0);
    font-size: 18px;
    transition: transform 0.35s ease;
    line-height: 1.8;
}

.devprivacy_cordon li {
    font-size: calc(18px * 0.97);
    color: #000000;
    margin-bottom: 0.5rem;
    position: relative;
    line-height: 1.7;
    padding: 0.8rem 0 0.8rem 2rem;
    transition: transform 0.3s ease;
}

.devprivacy_cordon span:hover {
    transform: translateY(-3px);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.devlearning_impact::after {
    z-index: 0;
    position: absolute;
    height: 40%;
    width: 40%;
    content: "";
    pointer-events: none;
    bottom: -5%;
    background: radial-gradient(circle, rgb(171,139,193,0.5) 0%, transparent 70%);
    right: -5%;
}

.devlearning_impact .devcommunity_ed {
    transform: translateY(0);
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    gap: 2rem;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
}

.devlearning_impact li:hover {
    transform: translateX(5px);
}

.devlearning_impact li svg {
    top: 3px;
    position: absolute;
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
    left: 0;
}

.devnewsletter_signup {
    position: relative;
    background: linear-gradient(135deg, rgb(206,177,217), rgb(206,177,217,0.5));
    overflow: hidden;
    z-index: 1;
    padding: 4rem 0;
}

.devnewsletter_signup .devcommunity_ed::after {
    position: absolute;
    left: 30%;
    opacity: 0.8;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgb(171,139,193,0.5), transparent);
    height: 1px;
    content: "";
    bottom: -1px;
}

.devnewsletter_signup .input_holder {
    position: relative;
    gap: 1rem;
    flex-direction: column;
    z-index: 2;
    display: flex;
}

.devnewsletter_signup .input_holder span {
    display: block;
    position: relative;
}

.devnewsletter_signup .input_holder input[type="email"]:focus::placeholder {
    color: rgba(255, 255, 255, 0.4);
    transform: translateX(5px);
}

.devnewsletter_signup .input_holder .devquery_support::before {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    top: 0;
    content: "";
    left: -100%;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
}

.devty_sidebar::before {
    position: absolute;
    left: -5%;
    z-index: 0;
    background: 
        linear-gradient(120deg, rgb(206,177,217,0.5) 0%, transparent 40%),
        linear-gradient(-120deg, rgb(171,139,193,0.5) 0%, transparent 40%);
    height: 120%;
    width: 120%;
    top: -10%;
    pointer-events: none;
    transform: rotate(-5deg) skewX(5deg);
    content: "";
}

.devty_sidebar .devcommunity_ed > div:first-child {
    position: relative;
    margin-bottom: 2rem;
    transform: translateZ(20px);
}

.devty_sidebar .devcommunity_ed:hover > div:first-child::after {
    transform: scaleX(1.5);
}

.devty_sidebar .devcommunity_ed:hover h5 {
    transform: translateZ(40px);
}

.devty_sidebar .devcommunity_ed:hover > div:last-child {
    transform: translateZ(20px);
}

.devty_sidebar p {
    position: relative;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    transform: translateZ(0);
    transition: color 0.3s ease, transform 0.5s ease;
    margin: 0;
    line-height: 1.8;
}

.devcourse_overview::after {
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.4;
    position: absolute;
    z-index: 1;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    left: 0;
    height: 100%;
    animation: shiftBackground 30s linear infinite;
}



.devcourse_overview .devimage_item::before {
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(206,177,217,0.5) 100%
    );
    width: 100%;
    content: "";
    z-index: 2;
    left: 0;
    opacity: 0.6;
    mix-blend-mode: overlay;
}

.devcourse_overview .devtop_learn svg path {
    stroke-width: 0.5;
    stroke: rgb(206,177,217);
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
}

.devcourse_overview .devcommunity_ed:hover h3::after {
    width: 120px;
}

.devcourse_overview .devcommunity_ed::after {
    left: -50px;
    bottom: -50px;
    height: 200px;
    content: "";
    opacity: 0.3;
    position: absolute;
    width: 200px;
    filter: blur(80px);
    background: rgb(171,139,193,0.5);
    border-radius: 50%;
    z-index: 1;
}

.devtraining_specialist::after {
    width: 40%;
    bottom: -5%;
    content: "";
    transform: rotate(20deg);
    animation: float 6s ease-in-out infinite reverse;
    background: rgb(171,139,193,0.5);
    z-index: 1;
    position: absolute;
    left: -5%;
    border-radius: 24px;
    height: 60%;
}

.devtraining_specialist .devlearn_ratings:hover .devimage_item {
    transform: rotate(0deg) scale(1.05);
}

.devtraining_specialist .devlearn_ratings span:not(.name) {
    font-style: italic;
    transform: translateX(20px);
    grid-area: job;
    color: #000000;
    font-size: 18px;
}

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

.devpricing_offer .devlearning_pricing {
    transform: translateX(10px);
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 40px;
    max-width: 80%;
    line-height: 1.6;
}

.devpricing_offer .devdeal_opts li:hover {
    z-index: 5;
    transform: translateY(-10px) scale(1.02);
}

.devpricing_offer .devpricing_rates::after {
    right: 0;
    content: "";
    width: 100px;
    top: 0;
    background: rgb(171,139,193);
    transform: rotate(45deg) translate(30px, -80px);
    transition: transform 0.5s ease;
    position: absolute;
    opacity: 0.1;
    height: 100px;
}

.devpricing_offer .devvalue_fees p {
    margin-bottom: 25px;
    hyphens: auto;
    flex-grow: 1;
    word-wrap: break-word;
    color: #000000;
    overflow-wrap: break-word;
    line-height: 1.5;
    font-size: 13px;
}

.devpricing_offer .devlearning_fee::before {
    transform: translateY(-1px);
    top: 0;
    content: "";
    background: rgb(206,177,217);
    height: 1px;
    left: 0;
    position: absolute;
    width: 30px;
}

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

.devcontact_us .devimage_item {
    transition: transform 0.5s ease;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 550px;
    overflow: hidden;
    border-radius: 25px;
    transform: perspective(1000px) rotateY(-5deg);
}

.devcontact_us form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(206,177,217);
    outline: none;
}

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

.devcontact_us .devquery_widget input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    width: 6px;
    height: 10px;
    left: 8px;
    top: 6px;
    content: "";
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    position: absolute;
}

.devcontact_us form .devquery_support span {
    position: relative;
    z-index: 1;
}

.devcontact_us svg path {
    fill: rgb(206,177,217);
    transition: fill 0.3s ease;
}

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

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

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

header .devhead_pagewrap::after {
    content: "";
    background-size: 200% 200%;
    opacity: 0.1;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, transparent 48%, rgb(171,139,193) 49%, rgb(171,139,193) 51%, transparent 52%);
    height: 100%;
    animation: gradientSlide 5s ease infinite;
    z-index: -1;
    width: 100%;
    top: 0;
}

header .devhead_pagewrap .devtop_learn svg {
    height: auto;
    width: 120px;
    filter: drop-shadow(0 0 5px rgb(171,139,193,0.5));
}

header .devhead_pagewrap .devnav_know:hover {
    transform: translateZ(20px);
}

header .devhead_pagewrap .devnav_know a {
    transition: color 0.3s ease, text-shadow 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 0.5rem 1rem;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid transparent;
    display: block;
    text-decoration: none;
}

.devopening_board .devcommunity_ed {
    z-index: 2;
    padding: 2rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    width: 100%;
    gap: 2rem;
}

.devopening_board .deveditorial_box {
    transform: translateX(-20px);
    position: relative;
    opacity: 0;
    z-index: 3;
    flex-direction: column;
    justify-content: center;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    display: flex;
}

.devopening_board .devclass_online p::first-letter {
    font-weight: 700;
    color: rgb(206,177,217);
    font-size: calc(16px * 1.8);
}

.devopening_board svg:hover path {
    fill: rgb(171,139,193);
}

.devopening_board svg:hover text {
    fill: #000000;
}

.devopening_board .devquery_support:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.devopening_board .devimage_item:hover {
    transform: scale(1.02) perspective(1000px) rotateY(3deg);
}

.devopening_board .devimage_item::after {
    background: linear-gradient(135deg, rgb(206,177,217,0.5) 0%, transparent 70%);
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    bottom: 0;
}

.devpitch_comp .container {
    flex-wrap: wrap;
    display: flex;
}

.devpitch_comp .devcitation {
    margin-top: 20px;
    flex: 0 0 100%;
}

.devpitch_comp .devmain_navbar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 30px;
}

.devpitch_comp .devnav_begin h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

.devequity_info::before {
    content: '';
    right: 20%;
    height: 1px;
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 20%;
    position: absolute;
    top: 0;
}

.devour_background .container {
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 0 30px;
    max-width: 1200px;
}

.devour_background .deveditorial_box {
    padding: 60px 50px;
    position: relative;
    backdrop-filter: blur(8px);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.95),
        rgba(255, 255, 255, 0.92)
    );
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    max-width: 85%;
    transform: perspective(1000px) rotateY(-3deg);
    border-left: 4px solid rgb(206,177,217);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-left: auto;
}

.devour_background p b {
    transform: translateX(-10px);
    font-size: calc(16px * 1.8);
    padding: 0 10px;
    background: linear-gradient(120deg, transparent 0%, transparent 40%, rgba(rgb(171,139,193,0.5), 0.3) 40%, rgba(rgb(171,139,193,0.5), 0.3) 60%, transparent 60%, transparent 100%);
    margin-bottom: 6px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #000000;
}

.devcustomer_reviews h4::after {
    border-radius: 10px;
    position: absolute;
    width: 100px;
    bottom: -15px;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(206,177,217), rgb(171,139,193));
}

.devcustomer_reviews .devlearn_ratings:hover::before {
    opacity: 0.7;
}

.devcustomer_reviews .devlearn_ratings::after {
    right: 5px;
    bottom: 5px;
    border: 1px solid #ffffff;
    top: 5px;
    opacity: 0;
    border-radius: calc(17px - 5px);
    z-index: -1;
    transform: scale(0.9) translateZ(10px);
    position: absolute;
    transition: all 0.5s ease;
    left: 5px;
    content: "";
}

.devcustomer_reviews .devlearn_ratings:hover span {
    transform: translateZ(30px);
    color: #ffffff;
}

.devcustomer_reviews .devlearn_ratings p::before {
    left: 50%;
    top: 0;
    background: rgb(206,177,217,0.5);
    width: 30px;
    position: absolute;
    height: 2px;
    transform: translateX(-50%);
    content: "";
    transition: all 0.5s ease;
}


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



@media (max-width: 768px) {.devsupport {
    padding: 60px 0;
}.devsupport .devcontact_help:nth-child(1) {
    padding: 2rem;
}.devsupport .devcontact_help .devimage_item {
    aspect-ratio: 16/9;
}.devsupport .devlearn_help {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
}



@media (max-width: 991px) {.devprivacy_cordon h1 {
    font-size: calc(44px * 1.1);
}.devprivacy_cordon h2 {
    font-size: calc(32px * 0.95);
}.devprivacy_cordon p, .devprivacy_cordon span {
    max-width: 100%;
}
}



@media (min-width: 768px) {.devlearning_impact {
    padding: 7rem 2rem;
}.devlearning_impact h5 {
    margin-bottom: 4rem;
    font-size: calc(24px * 1.2);
}.devlearning_impact h5::after {
    width: 120px;
}.devlearning_impact .devcommunity_ed {
    flex-direction: row;
    align-items: stretch;
}.devlearning_impact .devcommunity_ed > div:first-child {
    flex: 0 0 40%;
    overflow: hidden;
}.devlearning_impact .devimage_item {
    aspect-ratio: auto;
    height: 100%;
}.devlearning_impact .deveditorial_box {
    padding: 3rem;
    flex: 0 0 60%;
    align-items: center;
    display: flex;
}.devlearning_impact .deveditorial_box::before {
    left: 0;
    background: linear-gradient(to bottom, transparent, rgb(171,139,193,0.5), transparent);
    height: calc(100% - 40px);
    top: 20px;
    width: 1px;
}.devlearning_impact ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
}



@media (max-width: 480px) {.devty_sidebar {
    padding: 3rem 0;
}.devty_sidebar .devcommunity_ed {
    padding: 1.25rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.08),
            0 3px 10px rgba(0, 0, 0, 0.04),
            0 0 0 1px rgba(0, 0, 0, 0.02);
}.devty_sidebar h5 {
    font-size: calc(24px * 0.8);
    line-height: 1.4;
}.devty_sidebar p {
    font-size: calc(12px * 0.85);
    line-height: 1.5;
}.devty_sidebar .devcommunity_ed > div:first-child {
    margin-bottom: 1.5rem;
}.devty_sidebar .devcommunity_ed > div:first-child::after {
    bottom: -8px;
    height: 3px;
    width: 50px;
}}



@media (max-width: 480px) {.devcourse_overview {
    padding: 40px 0;
}.devcourse_overview .deveducation_flow {
    padding: 180px 25px 30px 25px;
}.devcourse_overview .devimage_item {
    height: 160px;
}.devcourse_overview .devtop_learn {
    top: 120px;
    left: 25px;
}.devcourse_overview .devtop_learn svg {
    width: 50px;
}.devcourse_overview h3 {
    margin-bottom: 15px;
    font-size: calc(36px * 0.7);
}.devcourse_overview p {
    font-size: calc(14px * 0.9);
}}



@media (max-width: 480px) {.devpricing_offer {
    padding: 40px 0;
}.devpricing_offer h2 {
    font-size: calc(33px - 6px);
}.devpricing_offer .devdeal_opts {
    margin-top: 20px;
}.devpricing_offer .devpricing_rates {
    padding: 15px;
}.devpricing_offer .devvalue_fees h4 {
    font-size: 23px;
    margin-bottom: 15px;
}.devpricing_offer .devvalue_fees p {
    font-size: calc(13px - 2px);
    margin-bottom: 20px;
}}


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



@media (max-width: 992px) {header .devhead_pagewrap {
    flex-direction: column;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    box-sizing: border-box;
    padding: 1rem;
}header .devhead_pagewrap .devtop_learn {
    margin-bottom: 1.5rem;
}header .devhead_pagewrap .devnav_begin {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .devhead_pagewrap .devnav_begin::before {
    bottom: -10px;
    top: auto;
}header .devhead_pagewrap .devnav_know {
    margin: 0.25rem 0.5rem;
}
}


@media (min-width: 768px) {.devpitch_comp .devmain_navbar {
    justify-content: space-between;
}.devpitch_comp .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.devpitch_comp .devcitation {
    flex: 0 0 65%;
}.devpitch_comp .container {
    align-items: flex-start;
    justify-content: space-between;
}.devpitch_comp .devcookie_ctrl {
    max-width: 100%;
    text-align: left;
    margin: 0;
}
}



@media (max-width: 767px) {.devour_background {
    padding: 70px 0;
}.devour_background .deveditorial_box {
    padding: 40px 30px;
    max-width: 100%;
    transform: none;
    margin: 0;
}.devour_background::after {
    width: 80px;
    top: -15px;
    right: -15px;
    height: 80px;
}.devour_background h5 {
    font-size: calc(19px * 0.8);
    letter-spacing: 2px;
}.devour_background p {
    margin-bottom: 20px;
    font-size: 16px;
}.devour_background p b {
    font-size: calc(16px * 1.4);
}.devour_background ol li {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}.devour_background .deveditorial_box::before,
    .devour_background .deveditorial_box::after {
    height: 50px;
    width: 50px;
}
}



@keyframes fadeInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes container-entry {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(-100px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0) rotateX(0);
    }
}



@keyframes floatDots {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0.4;
    }
}



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



@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

