svg {
    height: 30px;
    width: 30px;
}

.head-sitebar-0 {
    flex: 1 0 auto;
}

.wrapper-structure-9 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

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

.our-mission-0::after {
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 0;
    top: 0;
    filter: blur(60px);
    background: 
        radial-gradient(
            circle at 10% 90%,
            rgb(179,186,208,0.5) 0%,
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 10%,
            rgb(120,136,183,0.5) 0%,
            transparent 35%
        );
    width: 100%;
    content: "";
    animation: gradientMove 15s infinite alternate ease-in-out;
}

.our-mission-0 .photo-box-wrap-2 {
    transition: transform 0.8s ease;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

.our-mission-0 .photo-box-wrap-2::before {
    background: 
        linear-gradient(
            180deg,
            transparent 50%,
            rgba(0, 0, 0, 0.8) 100%
        );
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
}

.our-mission-0 .learn-experts-3:hover .virtual-track-5::after {
    width: 60px;
}

.our-mission-0 .knowledge-center-7 {
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    align-items: center;
    position: relative;
    padding: 20px 0;
    display: flex;
    grid-area: logo;
}

.our-mission-0 .text-cloud-4 {
    flex-direction: column;
    position: relative;
    padding-right: 30px;
    justify-content: center;
    grid-area: content;
    display: flex;
}

.our-mission-0 .text-cloud-4 p {
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-family: Arial, sans-serif;
    margin: 0;
}

.connect-with-us-9::before {
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    content: "";
    width: 100%;
    background-size: 40px 40px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.03;
    z-index: 0;
    background-image: 
        linear-gradient(45deg, rgb(179,186,208,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(179,186,208,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(179,186,208,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(179,186,208,0.5) 75%);
}

.connect-with-us-9 .reach-box-6 {
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 5px 25px rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
    display: flex;
    overflow: hidden;
    background: #ffffff;
    z-index: 2;
    border-radius: 25px;
}

.connect-with-us-9 .support-box-2 h3::before {
    transform: none;
    bottom: -10px;
    width: 50px;
    left: 0;
}

.connect-with-us-9 .support-box-2 h3::after {
    left: 0;
    width: 25px;
    transform: none;
    bottom: -18px;
}

.connect-with-us-9 .support-box-2 textarea {
    resize: vertical;
    min-height: 140px;
}

.connect-with-us-9 .support-box-2 .query-widget-6 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.connect-with-us-9 .support-box-2 .query-widget-6 label {
    line-height: 1.6;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    color: #000000;
    padding-left: 30px;
}

.connect-with-us-9 .support-box-2 .query-widget-6 input[type="checkbox"]:checked + label::after {
    height: 10px;
    border-width: 0 2px 2px 0;
    top: 8px;
    left: 6px;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    border: solid #ffffff;
    width: 6px;
}

.connect-with-us-9 .support-box-2 .connect-links-9 {
    font-weight: 600;
    overflow: hidden;
    border-radius: 10px;
    font-size: 17px;
    transition: all 0.3s ease;
    background: rgb(179,186,208);
    padding: 15px 35px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    position: relative;
}

.connect-with-us-9 .help-map-9 h4 {
    font-weight: 600;
    color: #000000;
    font-size: 23px;
    margin-bottom: 30px;
    position: relative;
}

.connect-with-us-9 .help-map-9 h4::after {
    position: absolute;
    left: 0;
    content: "";
    background: rgb(179,186,208);
    width: 40px;
    height: 2px;
    bottom: -10px;
}

.connect-with-us-9 .help-map-9 .contact-message-5 li:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}

.connect-with-us-9 .help-map-9 .contact-message-5 li svg {
    width: 20px;
    transition: all 0.3s ease;
    height: 20px;
    margin-right: 15px;
}

.connect-with-us-9 .help-map-9 .contact-message-5 li:hover svg path {
    fill: rgb(120,136,183);
}

.connect-with-us-9 .help-map-9 .contact-message-5 li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
}

header .container {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
    align-items: center;
}

header .site-nav-5 {
    z-index: 2;
    position: relative;
    flex-direction: column;
    align-items: center;
    display: flex;
    padding-top: 1.5rem;
    width: 100%;
}

header .main-start-0::after {
    position: absolute;
    filter: blur(20px);
    content: "";
    z-index: -1;
    background: rgb(179,186,208,0.5);
    width: 40px;
    height: 40px;
    opacity: 0.5;
    border-radius: 50%;
    animation: orb-float 5s ease-in-out infinite alternate;
}

header .main-start-0:hover svg {
    filter: drop-shadow(0 0 12px rgb(179,186,208));
    transform: scale(1.08);
}

header .main-guide-7 {
    font-family: Arial, sans-serif;
    position: relative;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    transition: all 0.3s ease;
    overflow: hidden;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    padding: 0.6rem 1.8rem;
    border: 1px solid rgb(179,186,208,0.5);
    color: #ffffff;
    border-radius: 24px;
}

header .main-guide-7:hover::before {
    left: 100%;
}

header .main-guide-7:hover::after {
    transform: translateY(-50%) scale(1);
}

.training-results-4 {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(224,226,233) 30%, rgba(rgb(179,186,208,0.5), 0.05) 100%);
}

.training-results-4 h5 {
    color: #000000;
    margin-right: auto;
    position: relative;
    margin-left: auto;
    font-weight: 600;
    max-width: 800px;
    padding: 0 1.5rem;
    font-size: 20px;
    transition: transform 0.5s ease;
    margin-bottom: 3rem;
    transform: translateY(0);
    text-align: center;
}

.training-results-4 .knowledge-experts-2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 8px;
    background: #ffffff;
    gap: 2.5rem;
    flex-direction: column;
    display: flex;
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    overflow: hidden;
}

.training-results-4 li {
    transition: transform 0.3s ease;
    padding-left: 2.5rem;
    position: relative;
}

.training-results-4 li:hover svg {
    transform: scale(1);
}

.training-results-4 li svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,186,208);
}

.training-results-4 li:hover svg path {
    fill: rgb(120,136,183);
}

.secure-hideout-4 {
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    padding: 40px;
    transition: all 0.3s ease-in-out;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.secure-hideout-4 h3, .secure-hideout-4 h4, .secure-hideout-4 h5, .secure-hideout-4 h6 {
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 400;
    color: rgb(179,186,208,0.5);
}

.secure-hideout-4 section {
    border-radius: 10px;
    background: rgb(224,226,233);
    margin-bottom: 20px;
    padding: 20px;
}

.secure-hideout-4 a:hover {
    color: rgb(120,136,183);
    text-decoration: underline;
}

.tyDiv-6 {
    background: linear-gradient(135deg, rgb(224,226,233) 0%, rgb(179,186,208,0.5) 100%);
    padding: 4rem 0;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}

.tyDiv-6 .container {
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.tyDiv-6 .knowledge-experts-2 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    transform-origin: center bottom;
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    flex-direction: column;
    position: relative;
    border-left: 4px solid rgb(179,186,208);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.95));
    transform: perspective(1000px) rotateX(2deg);
}

.tyDiv-6 a:hover {
    transform: translateY(-3px);
}

.tyDiv-6 a:hover::before {
    transform: translateY(0);
    opacity: 0.05;
}

.developer-experience-4 {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(224,226,233) 0%, rgb(120,136,183,0.5) 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.developer-experience-4::after {
    z-index: -1;
    height: 300px;
    content: "";
    top: -5%;
    opacity: 0.4;
    position: absolute;
    transform: translate3d(0, 0, 0);
    width: 300px;
    filter: blur(40px);
    background: radial-gradient(circle, rgb(120,136,183,0.5) 0%, transparent 70%);
    right: -5%;
}

.developer-experience-4 .review-experiences-4::before {
    top: 0;
    z-index: 0;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(120,136,183,0.5) 50%);
    width: 150px;
    content: "";
    height: 150px;
    opacity: 0.2;
    position: absolute;
}

.developer-experience-4 .photo-box-wrap-2::after {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(to bottom, rgba(rgb(179,186,208), 0.1), transparent);
}

.developer-experience-4 .name::after {
    left: 0;
    content: "";
    height: 3px;
    transition: width 0.3s ease;
    position: absolute;
    width: 40px;
    bottom: -5px;
    background: rgb(179,186,208);
}

.developer-experience-4 .career-back-7 {
    line-height: 1.7;
    position: relative;
    font-size: 13px;
    color: #000000;
    padding-left: 1.5rem;
    margin: 0;
}

.plan-comparison-1::before {
    position: absolute;
    top: 0;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    z-index: 1;
}

.plan-comparison-1 .fee-options-1 {
    text-align: center;
    max-width: 800px;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    font-size: 15px;
    line-height: 1.6;
}

.plan-comparison-1 .fee-chart-0 {
    width: 100%;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    gap: 30px;
    margin: 0;
}

.plan-comparison-1 .payment-scheme-6::before {
    position: absolute;
    left: 0;
    transform: scaleX(0.5);
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(179,186,208), rgb(120,136,183));
    top: 0;
    width: 100%;
    height: 5px;
    transition: transform 0.4s ease;
}

.plan-comparison-1 .cost-options-9 h4::after {
    bottom: -10px;
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
    width: 40px;
    background-color: rgb(179,186,208);
}

.plan-comparison-1 .cost-options-9:hover .learn-fees-8 {
    transform: translateZ(15px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.course-program-info-6 {
    position: relative;
    background: linear-gradient(135deg, rgb(224,226,233) 0%, rgba(250, 250, 255, 0.95) 100%);
    overflow: hidden;
    padding: 6rem 0;
}

.course-program-info-6::after {
    left: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(179,186,208) 0%, transparent 100%);
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
}

.course-program-info-6 .grow-skills-2 {
    gap: 2.5rem;
    opacity: 0;
    grid-template-columns: 1fr;
    transform: translateY(2rem);
    display: grid;
    animation: fadeUpContent 1s ease-out 0.5s forwards;
}

.course-program-info-6 .photo-box-wrap-2::before {
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(120,136,183,0.5) 100%
    );
}

.course-program-info-6 .photo-box-wrap-2:hover::after {
    opacity: 0.7;
    transform: translateX(0);
}

.course-program-info-6 .description:first-of-type::first-letter {
    color: rgb(179,186,208);
    float: left;
    margin-right: 0.8rem;
    line-height: 0.8;
    font-weight: 700;
    font-size: 3.5rem;
}

.primary-page-0 .course-home-4 {
    min-height: 100vh;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.primary-page-0 .learning-creators-7 {
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.1);
    position: relative;
    backdrop-filter: blur(8px);
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(-5deg);
    background: linear-gradient(135deg, rgb(179,186,208,0.5) 0%, rgb(120,136,183,0.5) 100%);
    width: 90%;
    margin-left: 10%;
    z-index: 2;
    max-width: 1200px;
}

.primary-page-0 .title_style_header:after {
    height: 4px;
    content: "";
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(to right, rgb(179,186,208), rgb(120,136,183));
    width: 80px;
    bottom: 0;
    left: 0;
    animation: expandLine 1.5s forwards 0.8s;
}

.target-audience-0 {
    position: relative;
    overflow: hidden;
    background: rgb(224,226,233);
    padding: 120px 0;
}

.target-audience-0::after {
    width: 80%;
    background: rgb(120,136,183,0.5);
    z-index: 1;
    opacity: 0.08;
    position: absolute;
    content: "";
    height: 200%;
    transform: rotate(-30deg);
    right: -30%;
    bottom: -50%;
}

.target-audience-0 h4::before {
    z-index: -1;
    top: 0;
    content: "";
    left: -100%;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(179,186,208,0.5), transparent);
    animation: shimmer 3s infinite;
}

.target-audience-0 p {
    width: calc(33.333% - 20px);
    margin: 0;
    min-height: 100px;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    overflow: hidden;
    font-size: 17px;
    border-radius: 10px;
    align-items: center;
    color: #000000;
    position: relative;
    display: flex;
    z-index: 1;
    padding: 0;
    background: #ffffff;
}

.target-audience-0 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,186,208);
}

.target-audience-0 p:hover svg path {
    fill: rgb(120,136,183);
}

.target-audience-0 p:nth-child(odd) {
    transform: translateZ(10px);
}

.target-audience-0 p:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(179,186,208,0.5);
}

.target-audience-0 p:nth-child(even):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(20px);
}

.target-audience-0 p:nth-child(3n)::after {
    background: linear-gradient(to bottom, rgb(179,186,208), rgb(120,136,183));
}

.target-audience-0 .knowledge-experts-2 > div p:nth-child(3) {
    animation-delay: 0.3s;
}

.target-audience-0 .knowledge-experts-2 > div p:nth-child(6) {
    animation-delay: 0.6s;
}

.policy-links-6::before {
    opacity: 0.85;
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    background: #000000;
    top: 0;
    position: absolute;
}

.policy-links-6 .company_holder {
    position: relative;
    grid-column: 1 / 5;
    grid-row: 1;
}

.policy-links-6 .company_holder::after {
    right: -20px;
    border-bottom: 2px solid rgb(179,186,208);
    border-right: 2px solid rgb(179,186,208);
    width: 60px;
    bottom: -20px;
    content: "";
    position: absolute;
    height: 60px;
    opacity: 0.7;
}

.policy-links-6 .verify-cta-4 {
    color: #ffffff;
    opacity: 0.8;
    font-size: 17px;
    margin-top: 1.5rem;
    line-height: 1.6;
}

.policy-links-6 .head-guide-9 {
    display: grid;
    gap: 3rem;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
}

.policy-links-6 .top-mainwrap-6::before {
    height: 0;
    width: 3px;
    transition: height 0.3s ease;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    background: rgb(179,186,208);
}

.policy-links-6 .top-mainwrap-6:hover::before {
    height: 100%;
}

.policy-links-6 .top-mainwrap-6 h5::before {
    left: 0;
    border-radius: 50%;
    height: 5px;
    background: rgb(179,186,208);
    width: 5px;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgb(179,186,208);
    position: absolute;
}

.policy-links-6 .top-mainwrap-6 .head-guide-9 a:hover {
    padding-left: 1.5rem;
    opacity: 1;
    color: #ffffff;
}

.policy-links-6 .top-mainwrap-6 .head-guide-9 a:hover::before {
    transform: translateX(0);
}

.teach-supp-3 .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.teach-supp-3 .lang-learn-9 {
    font-size: 16px;
    opacity: 0.7;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
}


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



@media (max-width: 1200px) {.our-mission-0 {
    padding: 130px 0;
}.our-mission-0 .knowledge-experts-2 {
    gap: 30px 40px;
}.our-mission-0 .learn-experts-3 {
    height: 500px;
}
}



@media (max-width: 767px) {.our-mission-0 {
    padding: 80px 0;
}.our-mission-0 .knowledge-experts-2 {
    gap: 25px;
}.our-mission-0 .learn-experts-3 {
    height: 400px;
}.our-mission-0 .vision-mission-5 {
    padding: 25px;
}.our-mission-0 .knowledge-center-7 {
    padding: 15px 0;
}.our-mission-0 .knowledge-center-7 svg {
    margin-right: 15px;
    height: 50px;
    width: 50px;
}.our-mission-0 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 20px;
}.our-mission-0 .text-cloud-4 p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 768px) {.connect-with-us-9 {
    padding: 50px 0;
}.connect-with-us-9 h3 {
    margin-bottom: 35px;
    font-size: calc(36px * 0.8);
}.connect-with-us-9 .support-box-2 h3,
    .connect-with-us-9 .help-map-9 h4 {
    font-size: calc(23px * 0.9);
}.connect-with-us-9 .support-box-2,
    .connect-with-us-9 .help-map-9 {
    padding: 30px;
}.connect-with-us-9 .support-box-2 input[type="text"],
    .connect-with-us-9 .support-box-2 textarea {
    padding: 12px 15px;
}.connect-with-us-9 .support-box-2 .connect-links-9 {
    padding: 12px 25px;
}
}



@media (min-width: 768px) {.training-results-4 .knowledge-experts-2 {
    align-items: stretch;
    flex-direction: row;
}.training-results-4 .knowledge-experts-2 > div:first-child {
    flex: 0 0 40%;
    max-width: 40%;
}.training-results-4 .knowledge-experts-2 > div:first-child .photo-box-wrap-2 {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 100%;
}.training-results-4 .text-cloud-4 {
    padding: 2.5rem 2.5rem 2.5rem 3rem;
    justify-content: center;
    flex: 0 0 60%;
    display: flex;
    max-width: 60%;
    flex-direction: column;
}.training-results-4 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
}



@media only screen and (max-width: 800px) {.secure-hideout-4 {
    padding: 30px 15px;
}.secure-hideout-4 h1 {
    font-size: calc(19px - 10px);
}.secure-hideout-4 h2 {
    font-size: calc(19px - 5px);
}.secure-hideout-4 ul, .secure-hideout-4 ol {
    padding-left: 10px;
}.secure-hideout-4 li {
    font-size: calc(17px - 2px);
}}



@media (min-width: 992px) {.tyDiv-6 .knowledge-experts-2 {
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    padding: 5rem;
}.tyDiv-6 .knowledge-experts-2:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.tyDiv-6 h5 {
    font-size: calc(19px * 1.1);
}.tyDiv-6 p {
    font-size: calc(13px * 1.05);
}
}



@media (min-width: 768px) {.developer-experience-4 .review-experiences-4 {
    grid-template-rows: auto 1fr;
    grid-template-areas:
            "photo info"
            "quote quote";
    grid-template-columns: auto 1fr;
    gap: 2rem 3rem;
}.developer-experience-4 .review-experiences-4 > div:nth-child(1) {
    grid-area: photo;
}.developer-experience-4 .review-experiences-4 > div:nth-child(2) {
    grid-area: info;
    align-self: center;
}.developer-experience-4 .review-experiences-4 > div:nth-child(3) {
    grid-area: quote;
}.developer-experience-4 .photo-box-wrap-2 {
    width: 160px;
    height: 160px;
}
}



@media (hover: hover) {.developer-experience-4 .review-experiences-4 {
    cursor: default;
}.developer-experience-4 .review-experiences-4::after {
    left: 0;
    content: "";
    position: absolute;
    transition: transform 0.8s ease;
    top: 0;
    height: 100%;
    transform: translateX(-100%);
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
}.developer-experience-4 .review-experiences-4:hover::after {
    transform: translateX(100%);
}}



@media (max-width: 576px) {.plan-comparison-1 {
    padding: 50px 0;
}.plan-comparison-1 h2 {
    font-size: calc(36px * 0.7);
}.plan-comparison-1 .fee-options-1 {
    font-size: calc(15px * 0.9);
    margin-bottom: 30px;
}.plan-comparison-1 .payment-scheme-6 {
    padding: 25px 20px;
}.plan-comparison-1 .cost-options-9 h4 {
    font-size: calc(23px * 1.1);
}.plan-comparison-1 .cost-options-9 p {
    font-size: calc(15px * 0.9);
}.plan-comparison-1 .learn-fees-8 {
    padding: 8px 16px;
    font-size: calc(23px * 1.2);
}}



@media (max-width: 767px) {.course-program-info-6 {
    padding: 4rem 0;
}.course-program-info-6 h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2rem;
}.course-program-info-6 .photo-box-wrap-2 {
    height: 250px;
    margin-bottom: 1rem;
}.course-program-info-6 .text-cloud-4 {
    max-height: 350px;
}.course-program-info-6 .description:first-of-type::first-letter {
    font-size: 2.5rem;
}}



@media (max-width: 576px) {.primary-page-0 .learning-creators-7 {
    padding: 1.5rem;
}.primary-page-0 .title_style_header {
    font-size: calc(42px * 0.85);
    margin-bottom: 1.5rem;
}.primary-page-0 h3 {
    margin-bottom: 1rem;
    font-size: calc(21px * 0.85);
}.primary-page-0 p {
    font-size: calc(14px * 0.95);
}}



@media (max-width: 576px) {.target-audience-0 {
    padding: 60px 0;
}.target-audience-0 h4 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.7);
}.target-audience-0 h4::after {
    height: 2px;
    width: 60px;
}.target-audience-0 div > div {
    gap: 15px;
}.target-audience-0 p {
    font-size: calc(17px * 0.9);
    min-height: 70px;
}.target-audience-0 p svg {
    padding: 5px;
    width: 28px;
    margin: 0 8px;
    height: 28px;
}.target-audience-0 p:nth-child(odd) {
    box-shadow: 4px 4px 0 rgb(179,186,208,0.5);
}.target-audience-0 p:nth-child(even) {
    box-shadow: 4px 4px 0 rgb(120,136,183,0.5);
}.target-audience-0 p:hover:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(179,186,208,0.5);
}.target-audience-0 p:hover:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(120,136,183,0.5);
}}




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



@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}



@keyframes slideInTitle {
    0% {
        transform: translateX(-2rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



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



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

