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

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

.container {
    margin: auto;
    width: 1226px;
    max-width: 100%;
}

.ssl-info {
    flex: 0 0 auto;
}

.ssl-info {
    color: #000000;
    position: relative;
    padding: 100px 0 30px;
    background-color: rgb(227,232,230);
    font-family: Arial, sans-serif;
}

.customer-comments::after {
    background: rgb(120,176,157,0.5);
    position: absolute;
    content: "";
    animation: floatBlur 18s infinite alternate-reverse ease-in-out;
    width: 20rem;
    filter: blur(70px);
    bottom: -10%;
    z-index: 0;
    opacity: 0.1;
    height: 20rem;
    left: -5%;
    transform: rotate(25deg);
}

.customer-comments h2::after {
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scaleX(0.8);
    height: 0.25rem;
    left: 0;
    bottom: -1rem;
    width: 6rem;
    content: "";
    background: rgb(120,176,157);
    transform-origin: left;
}

.customer-comments .opinion-sharing::before {
    top: 0;
    left: 0;
    height: 0.35rem;
    position: absolute;
    content: "";
    opacity: 0.85;
    background: linear-gradient(90deg, rgb(180,203,194) 0%, rgb(120,176,157) 100%);
    transform: scaleX(0.95);
    z-index: 1;
    right: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.customer-comments .opinion-sharing:hover img {
    transform: scale(1.05) rotate(3deg);
}

.customer-comments .opinion-sharing h4 {
    position: relative;
    font-weight: 600;
    color: #000000;
    margin: 0;
    font-size: calc(19px * 0.9);
}

.customer-comments .opinion-sharing:hover h4::after {
    width: 3.5rem;
}

.customer-comments .opinion-sharing .description::before {
    width: 3rem;
    border-radius: 50%;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: -0.5rem;
    content: "";
    opacity: 0.07;
    background: rgb(120,176,157,0.5);
    z-index: -1;
    right: -0.5rem;
    position: absolute;
    transform: scale(0);
    height: 3rem;
}

.customer-comments a:hover {
    box-shadow: 0 15px 25px rgb(180,203,194,0.5);
    transform: translateX(2rem) translateY(-5px);
}

.cookie-warning-dialog {
    font-family: Arial, sans-serif;
    border-radius: 21px;
    width: 90%;
    position: fixed;
    transform: translateX(-50%);
    z-index: 1050;
    background: #ffffff;
    max-width: 500px;
    left: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    bottom: 20px;
}

.data-comply:hover {
    background: rgb(120,176,157);
}

.cookie_button.track-prefs:hover {
    background: rgb(120,176,157,0.5);
}

.cookie-warning-dialog p a:hover {
    color: rgb(120,176,157);
}

#cookie-popup-board {
    display: none;
}

.contact-sectionlZg {
    background: linear-gradient(125deg, rgb(227,232,230) 0%, rgb(227,232,230) 60%, rgb(180,203,194,0.5) 100%);
    position: relative;
    padding: 110px 0;
    overflow: hidden;
}

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

.contact-sectionlZg .help-request {
    position: relative;
    background: transparent;
    align-items: center;
    gap: 40px;
    grid-template-columns: 1fr 450px;
    display: grid;
}

.contact-sectionlZg .inquiry-inquiry:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact-sectionlZg form {
    width: 100%;
}

.contact-sectionlZg form input[type="text"] {
    transition: all 0.3s ease;
    color: #000000;
    font-size: 14px;
    font-family: Arial, sans-serif;
    padding: 16px 20px;
    border: none;
    width: 100%;
    background: rgb(227,232,230);
    margin-bottom: 20px;
    border-radius: 10px;
}

.contact-sectionlZg .help-support label {
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
}

.contact-sectionlZg .help-support label a {
    transition: all 0.3s ease;
    color: rgb(180,203,194);
    text-decoration: none;
}

.contact-sectionlZg form .help-widget {
    font-size: 20px;
    padding: 16px 35px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    border: none;
    color: #ffffff;
    background: rgb(180,203,194);
    font-weight: 600;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

footer {
    width: 100%;
    position: relative;
}

footer .encrypt-cta {
    z-index: 1;
    position: relative;
    margin-top: -70px;
}

footer .info_item {
    border-radius: 10px;
    background-color: rgb(227,232,230);
    flex: 1 1 200px;
    transition: all 0.3s ease;
    padding: 10px 15px;
    margin: 10px;
    position: relative;
}

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transform: translateY(-5px);
}

footer .info_item:hover::before {
    opacity: 1;
}

footer .info_item svg {
    fill: rgb(180,203,194);
    margin-right: 10px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
    position: relative;
}

footer .nav-begin::after {
    content: "";
    bottom: -15px;
    left: 30px;
    height: 1px;
    background: linear-gradient(90deg, rgb(180,203,194), transparent);
    position: absolute;
    right: 30px;
}

footer .main-mainwrap h5 {
    position: relative;
    display: inline-block;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 19px;
}

footer .top-bar {
    display: grid;
    margin-bottom: 20px;
    gap: 10px;
    grid-template-columns: 1fr;
}

footer .top-bar a:hover {
    transform: translateX(5px);
    color: rgb(180,203,194);
}

footer .top-bar a:hover::after {
    width: 100%;
}

footer .subscribe_holder::before {
    height: 30px;
    transform: rotate(45deg);
    top: -15px;
    background-color: rgb(180,203,194);
    right: 30px;
    position: absolute;
    width: 30px;
    content: "";
    z-index: -1;
}

footer .input_holder {
    position: relative;
    gap: 15px;
    flex-direction: column;
    display: flex;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

footer .free-trial {
    border-radius: 10px;
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 14px 20px;
    font-size: 15px;
    background-color: #000000;
    font-weight: 600;
}

.stay-updated::before {
    position: absolute;
    height: 100%;
    background:
        radial-gradient(circle at 10% 20%, rgb(180,203,194,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(120,176,157,0.5) 0%, transparent 35%);
    content: "";
    top: 0;
    opacity: 0.5;
    left: 0;
    width: 100%;
}



.stay-updated h3 {
    padding-bottom: 15px;
    position: relative;
    overflow: hidden;
    color: #000000;
    font-size: 22px;
    text-align: center;
    margin-bottom: 2.5rem;
    font-weight: 700;
}



.stay-updated .input_holder {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 2rem;
}

.stay-updated input[type="email"]:focus {
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.5),
        0 0 0 2px rgb(180,203,194,0.5);
    outline: none;
    background: #ffffff;
}

.stay-updated input[type="submit"] {
    z-index: 1;
    cursor: pointer;
    border-radius: 50px;
    font-size: 20px;
    min-width: 180px;
    background: linear-gradient(45deg, rgb(180,203,194) 0%, rgb(120,176,157) 100%);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    letter-spacing: 1px;
    padding: 1rem 2rem;
    font-weight: 600;
    border: none;
    align-self: center;
    color: #ffffff;
}

.appSpotlight {
    z-index: 1;
    background: linear-gradient(135deg, rgb(227,232,230) 0%, rgba(rgb(180,203,194,0.5), 0.1) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

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

.appSpotlight .learn-classes {
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 0 0 1px rgba(rgb(180,203,194,0.5), 0.08);
    padding: 3.5rem;
    position: relative;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
}

.appSpotlight h5 {
    font-weight: 700;
    color: #000000;
    position: relative;
    line-height: 1.3;
    padding-bottom: 1rem;
    font-size: calc(24px * 1.1);
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.appSpotlight p {
    color: #000000;
    margin: 0;
    font-weight: 400;
    transition: color 0.3s ease;
    opacity: 0.9;
    line-height: 1.7;
    font-size: 17px;
    transform: translateZ(0);
    position: relative;
}

.appSpotlight a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.title-screen::before {
    top: 0;
    background: 
        radial-gradient(circle at 30% 70%, rgb(180,203,194,0.5), transparent 30%),
        radial-gradient(circle at 70% 20%, rgb(120,176,157,0.5), transparent 35%);
    bottom: 0;
    left: 0;
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
    content: "";
    position: absolute;
    right: 0;
}

.title-screen h1 {
    margin-bottom: 2rem;
    position: relative;
    opacity: 0;
    color: #000000;
    transform: translateX(-1rem);
    font-weight: 700;
    animation: slideInTitle 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.2s;
    font-size: clamp(2.5rem, 5vw, 47px);
    grid-column: 1 / -1;
}

.title-screen h1 {
    text-align: center;
    font-size: 2.5rem;
}

.title-screen .study-tools {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 3rem;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
}


    
    .title-screen .study-tools {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}

.title-screen svg path {
    transition: fill 0.3s ease;
}

.title-screen svg text {
    transition: all 0.3s ease;
}

.title-screen .help-widget {
    display: inline-block;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(180,203,194), rgb(120,176,157));
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3);
    padding: 1rem 2.5rem;
}

.title-screen .help-widget {
    width: 100%;
    display: block;
}

.title-screen .image-show-item:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(0);
}

.teaching-experience {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, rgb(227,232,230), rgb(180,203,194,0.5) 120%);
    border-radius: 22px;
}

.teaching-experience .opinion-sharing {
    position: relative;
    flex-direction: column;
    transform: translateY(0);
    max-width: 500px;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0 auto;
    display: flex;
    z-index: 2;
}

.teaching-experience .opinion-sharing:hover .image-show-item {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}

.teaching-experience .work-wrap {
    border-radius: 22px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    margin-top: -50px;
    padding: 70px 2rem 2rem;
    transform: translateZ(0);
    background: #ffffff;
    z-index: 2;
    transition: transform 0.5s ease;
}

.teaching-experience .name {
    opacity: 0.9;
    transition: all 0.3s ease;
    color: rgb(180,203,194);
    font-size: 38px;
    margin-bottom: 0.5rem;
    transform: translateY(0);
    font-weight: 700;
    font-family: Arial, sans-serif;
}

.teaching-experience .opinion-sharing:hover .work-wrap > div:nth-child(2)::after {
    width: 100px;
}

.teaching-experience .work-explore {
    transition: all 0.5s ease 0.2s;
    font-style: italic;
    opacity: 0.7;
    line-height: 1.7;
    border-left: 3px solid rgb(120,176,157,0.5);
    color: #000000;
    padding: 1rem 0 0 1.5rem;
    position: relative;
    font-size: 18px;
    transform: translateY(10px);
}

.course-features .skill-route {
    height: 100%;
    width: 20%;
    overflow: hidden;
    position: relative;
}

.course-features .skill-route:hover img {
    filter: brightness(0.9) contrast(1.05);
    transform: scale(1);
}

.course-features .skill-route::after {
    content: "";
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 4px
        ),
        radial-gradient(
            circle at 80% 20%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%
        );
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.course-features .skill-route::after {
    animation: tech-grid 15s linear infinite;
}

.course-features .coding-expert::after {
    right: 0;
    transform: translateX(-100%);
    z-index: -1;
    animation: shine-effect 10s ease-in-out infinite;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    content: "";
}

.course-features .coding-expert:hover h3::after {
    width: 60%;
}

.course-features .coding-expert .help-widget {
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    padding: 1rem 2.5rem;
    z-index: 1;
    box-shadow: 0 8px 25px rgb(180,203,194,0.5);
    display: inline-block;
    background: linear-gradient(
        45deg,
        rgb(180,203,194) 0%,
        rgb(120,176,157) 100%
    );
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    font-size: 19px;
    font-weight: 600;
}

.course-features .coding-expert .help-widget {
    font-size: calc(19px * 0.9);
    padding: 0.75rem 1.75rem;
}



.course-features::before {
    content: "";
    width: 100%;
    opacity: 0.7;
    top: 0;
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
}

.course-features .skill-route:nth-child(3)::before {
    animation-delay: 4s;
}

.course-features .skill-route:nth-child(5)::before {
    animation-delay: 8s;
}

.pricing-row .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.pricing-row h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    letter-spacing: 0.5px;
    transform: translateY(0);
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: calc(34px * 1.1);
    position: relative;
}

.pricing-row .payment-plan li {
    height: 100%;
    display: flex;
}

.pricing-row .study-cost::before {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    left: 0;
    position: absolute;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(180,203,194), rgb(120,176,157));
    transform: translateY(-5px);
    content: "";
    width: 100%;
}

.pricing-row .rate-panel {
    height: 100%;
    flex-direction: column;
    padding: 35px 30px;
    position: relative;
    display: flex;
}

.pricing-row .study-cost h4 {
    font-weight: 600;
    position: relative;
    color: #ffffff;
    font-size: calc(18px * 1.1);
    transition: color 0.3s ease;
    padding-bottom: 15px;
    margin: 0 0 20px;
    letter-spacing: 0.3px;
}

.pricing-row .lesson-fees {
    font-size: calc(18px * 1.15);
    padding: 15px 0 0;
    letter-spacing: 0.5px;
    font-weight: 700;
    position: relative;
    color: rgb(180,203,194);
    display: block;
    margin-top: auto;
    transition: transform 0.3s ease, color 0.3s ease;
}

.pricing-row .study-cost:hover .lesson-fees::before {
    opacity: 1;
    width: 40px;
}

.secure-enclosure::after {
    bottom: -50px;
    height: 300px;
    position: absolute;
    left: -50px;
    z-index: 0;
    width: 300px;
    content: '';
    opacity: 0.1;
    background: radial-gradient(circle, rgb(120,176,157), transparent);
}

.secure-enclosure h3,
.secure-enclosure h4,
.secure-enclosure h5,
.secure-enclosure h6 {
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    color: rgb(180,203,194);
}

.secure-enclosure h3 {
    font-size: calc(20px - 0.2rem);
}

.secure-enclosure > div {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.secure-enclosure p {
    font-size: 12px;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.meet-us {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(227,232,230) 0%, rgba(0, 0, 0, 0.5) 100%);
}

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

.meet-us h1 {
    color: #000000;
    position: relative;
    display: inline-block;
    transform: translateX(20px);
    animation: slideIn 0.8s forwards 0.2s ease-out;
    margin-bottom: 3rem;
    opacity: 0;
    font-weight: 700;
    font-size: 44px;
}

.meet-us ul {
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
    gap: 3rem;
    display: grid;
    list-style: none;
}

.meet-us .why-choose:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.meet-us .why-choose:hover::before {
    opacity: 0.2;
}

.meet-us .why-choose:nth-child(2) {
    animation-delay: 0.6s;
}

.meet-us .why-choose:nth-child(2)::before {
    background: linear-gradient(90deg, rgb(120,176,157,0.5) 0%, transparent 100%);
    transform: rotate(3deg);
}

.meet-us .why-choose:nth-child(2) h4::after {
    background: rgb(120,176,157);
    animation-delay: 1.4s;
}

.meet-us .why-choose div {
    font-size: 18px;
    line-height: 1.8;
    max-height: 300px;
    position: relative;
    padding-right: 10px;
    overflow-y: auto;
    color: #000000;
}

header .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 2;
    margin: 0;
}

header .head-pagewrap {
    margin-left: 5px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0.9rem 3%;
}

header .header-lesson svg {
    width: 140px;
    height: auto;
    transition: all 0.3s ease;
}

header .nav-sitebar {
    font-family: Arial, sans-serif;
    font-weight: 400;
    background: #ffffff;
    z-index: 1;
    border-radius: 10px;
    position: relative;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    padding: 0.4rem 0.7rem;
}

header .nav-sitebar:hover::before {
    opacity: 1;
}


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



@media (max-width: 992px) {.customer-comments {
    padding: 5rem 0;
}.customer-comments h2 {
    max-width: 100%;
    transform: translateX(1.5rem);
    font-size: calc(34px * 0.9);
}.customer-comments .edu-stories {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.customer-comments a {
    transform: translateX(1.5rem);
}.customer-comments a:hover {
    transform: translateX(1.5rem) translateY(-5px);
}
}



@media (max-width: 576px) {.customer-comments {
    padding: 3rem 0;
}.customer-comments h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.7);
    transform: translateX(1rem);
}.customer-comments h2::before {
    width: 0.35rem;
    left: -1rem;
}.customer-comments h2::after {
    width: 4rem;
}.customer-comments .opinion-sharing {
    padding: 1.75rem 1.25rem;
}.customer-comments .opinion-sharing img {
    height: 3.5rem;
    width: 3.5rem;
}.customer-comments a {
    text-align: center;
    width: 100%;
    transform: translateX(0);
}.customer-comments a:hover {
    transform: translateX(0) translateY(-3px);
}}



@media screen and (max-width: 576px) {.contact-sectionlZg {
    padding: 50px 0;
}.contact-sectionlZg h2 {
    font-size: calc(37px * 0.85);
}.contact-sectionlZg .image-show-item {
    height: 250px;
}.contact-sectionlZg .inquiry-inquiry {
    padding: 30px 25px;
}.contact-sectionlZg form h3 {
    font-size: calc(22px * 0.9);
}.contact-sectionlZg form .help-widget {
    width: 100%;
}}



@media (max-width: 768px) {.stay-updated {
    padding: 4rem 1.5rem;
}.stay-updated .support-links {
    padding: 2.5rem 2rem;
}.stay-updated .support-links::before,
    .stay-updated .support-links::after {
    display: none;
}.stay-updated h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 2rem;
}
}



@media (min-width: 768px) {.appSpotlight {
    padding: 8rem 0;
}.appSpotlight .learn-classes {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 1fr 1.5fr;
    align-items: start;
}.appSpotlight h5 {
    padding-bottom: 1.5rem;
    font-size: calc(24px * 1.2);
}.appSpotlight p {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}.appSpotlight::before {
    background-size: 30px 30px;
}
}



@media (max-width: 576px) {.title-screen .learn-classes {
    padding: 3rem 1rem;
}.title-screen h1 {
    font-size: 2rem;
}.title-screen .study-tools {
    padding: 1.5rem;
}.title-screen .study-tools p {
    font-size: 1rem;
}.title-screen .image-show-item {
    height: 200px;
}.title-screen .help-widget {
    padding: 0.8rem 1.5rem;
}.title-screen svg {
    width: 80px;
    height: 80px;
}}




@media (max-width: 1200px) {.pricing-row {
    padding: 80px 0;
}.pricing-row .study-price {
    max-width: 90%;
}.pricing-row .payment-plan {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}


@media only screen and (max-width: 800px) {.secure-enclosure {
    padding: 30px;
    border-radius: 10px;
    grid-template-columns: 1fr;
}.secure-enclosure h1 {
    grid-column: span 1;
    font-size: calc(20px - 0.5rem);
}.secure-enclosure h2 {
    font-size: calc(20px - 0.4rem);
}.secure-enclosure p {
    font-size: calc(12px - 0.2rem);
}}



@media (min-width: 768px) {.meet-us {
    padding: 7rem 0;
}.meet-us ul {
    grid-template-columns: repeat(2, 1fr);
}.meet-us h1 {
    font-size: calc(44px * 1.1);
    margin-left: 2rem;
}.meet-us .why-choose {
    padding: 3rem;
}.meet-us .why-choose div {
    max-height: 350px;
}
}



@media (max-width: 991px) {header .head-pagewrap {
    padding: 0.8rem 2.5%;
}header .header-lesson svg {
    width: 130px;
}header .main-mainwrap {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
}header .nav-sitebar {
    padding: 0.35rem 0.6rem;
    font-size: calc(18px - 1px);
}
}



@media (max-width: 480px) {header::after {
    width: 2px;
}header .head-pagewrap {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .header-lesson svg {
    width: 110px;
}header .main-mainwrap {
    padding: 0.3rem;
}header .nav-sitebar {
    padding: 0.3rem 0.4rem;
    font-size: calc(18px - 2px);
}
}



@keyframes moveBlob2 {
    0%, 100% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }
    33% {
        border-radius: 40% 60% 30% 70% / 60% 40% 60% 40%;
        transform: translate(-20px, -10px) scale(1.1);
    }
    66% {
        border-radius: 70% 30% 60% 40% / 40% 70% 30% 60%;
        transform: translate(15px, -20px) scale(0.9);
    }
}



@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) translate(0, 0) translateZ(-10px);
    }
    50% {
        transform: rotate(-12deg) translate(-20px, 20px) translateZ(-10px);
    }
}



@keyframes fadePhotoIn {
    from {
        transform: perspective(1000px) rotateY(2deg) translateY(2rem);
        opacity: 0;
    }
    to {
        transform: perspective(1000px) rotateY(2deg) translateY(0);
        opacity: 1;
    }
}



@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}



@keyframes pulse-gradient {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.3;
    }
}



@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}



@keyframes ripple-out {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }



@keyframes float {
    0% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-15px) translateX(10px);
    }
    100% {
        transform: translateY(0) translateX(0);
    }
}

