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

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

header,footer {
    width: 100%;
}

header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0;
    z-index: 100;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgb(175,185,209,0.5) 0%, rgb(135,153,182,0.5) 100%);
    padding: 0;
    backdrop-filter: blur(10px);
    position: relative;
}

footer .med_guides_15 {
    z-index: 1;
    position: relative;
}

footer .edu_help_75 {
    margin-bottom: 60px;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}

footer .info_item {
    max-width: 300px;
    min-width: 200px;
    padding: 20px 25px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    align-items: center;
    position: relative;
    flex: 0 1 auto;
    cursor: pointer;
    transition: all 0.4s ease;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.03);
    min-height: 60px;
    display: flex;
}

footer .info_item:hover svg {
    fill: #ffffff;
}

footer .info_item p,
footer .info_item a {
    font-size: 18px;
    text-decoration: none;
    display: flex;
    text-overflow: ellipsis;
    align-items: center;
    width: 100%;
    overflow: hidden;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    color: #ffffff;
}

footer .header_start_01 {
    align-items: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    justify-content: center;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
}

footer .main_master_40 h5::after {
    left: 0;
    background-color: rgb(175,185,209);
    bottom: 0;
    position: absolute;
    pointer-events: none;
    content: "";
    width: 50px;
    height: 2px;
}

footer .header_site_72 a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding-left: 25px;
}

footer .header_site_72 a:hover::before {
    opacity: 1;
}

footer .subscribe_holder {
    position: relative;
    border-radius: 21px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
}

footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 23px;
}

footer .input_holder {
    flex-direction: column;
    z-index: 5;
    display: flex;
    position: relative;
    gap: 15px;
    width: 100%;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgb(175,185,209);
}

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

footer .updates_fieldset_67:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(135,153,182);
}

footer .help_center_67::before,
footer .help_center_67::after {
    content: "";
    pointer-events: none;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    top: 50%;
    position: absolute;
    width: 20px;
}

footer .help_center_67::before {
    transform: rotate(-45deg);
    left: -10px;
}

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

.gratBox_30 h2 {
    font-family: Arial, sans-serif;
    transform: perspective(1000px) translateZ(10px);
    color: #000000;
    line-height: 1.3;
    transition: transform 0.5s ease-out;
    text-align: left;
    font-size: 35px;
    position: relative;
    font-weight: 600;
    margin-bottom: 40px;
}

.gratBox_30 .path_creators_79::before {
    content: "";
    top: 0;
    left: 0;
    animation: gradientShift 6s ease infinite;
    position: absolute;
    background: linear-gradient(90deg, rgb(175,185,209), rgb(135,153,182), rgb(175,185,209));
    background-size: 200% 100%;
    width: 100%;
    height: 5px;
}

.gratBox_30 li::before {
    content: "";
    border-radius: 50%;
    transform: translateY(-50%);
    background: rgb(175,185,209);
    height: 8px;
    top: 24px;
    left: 0;
    width: 8px;
    position: absolute;
    box-shadow: 0 0 10px rgba(rgb(175,185,209,0.5), 0.5);
}

.gratBox_30 .path_creators_79:hover {
    transform: translateY(-5px);
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.privacy_armoury_85 h2 {
    border-bottom: 2px solid #ffffff;
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    color: #ffffff;
    background: rgb(135,153,182);
    padding-bottom: 5px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    margin-top: 0;
}

.privacy_armoury_85 li {
    position: relative;
    line-height: 1.6;
    padding-left: 20px;
    margin-bottom: 10px;
}

.privacy_armoury_85 li::before {
    height: 6px;
    position: absolute;
    top: 50%;
    left: -10px;
    box-shadow: 0 0 0 2px #ffffff;
    content: "";
    transform: translateY(-50%);
    width: 6px;
    background-color: rgb(135,153,182);
    border-radius: 50%;
}

.title_screen_34 .path_creators_79 {
    padding: 6rem 2rem;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    height: 100%;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.title_screen_34 .path_creators_79 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 4rem 1.5rem;
}

.title_screen_34 h1::after {
    bottom: -1rem;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    width: 8rem;
    background: linear-gradient(90deg, rgb(175,185,209), rgb(135,153,182));
    animation: scaleWidth 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    left: 0;
    height: 0.3rem;
    position: absolute;
}

.title_screen_34 h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}

.title_screen_34 .edu_online_84::before {
    height: 0.3rem;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(175,185,209), rgb(135,153,182));
    content: "";
}

.title_screen_34 .edu_online_84 p::first-letter {
    font-weight: 700;
    color: rgb(175,185,209);
    font-size: 150%;
}

.title_screen_34 svg:hover {
    transform: scale(1.05) rotate(2deg);
}

.title_screen_34 svg:hover path {
    fill: rgb(175,185,209);
}

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

.title_screen_34 .support_links_10::before {
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(135,153,182), rgb(175,185,209));
    opacity: 0;
    height: 100%;
}

.title_screen_34 .support_links_10:active {
    transform: translateY(-2px);
}

.title_screen_34 .img_flex_86::after {
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    mix-blend-mode: overlay;
    height: 100%;
    top: 0;
    background: linear-gradient(
        to bottom right,
        rgba(var(--primary-color-rgb), 0.2),
        rgba(var(--secondary-color-rgb), 0.2)
    );
}

.join_now_97::before {
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(255, 255, 255, 0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(255, 255, 255, 0.5) 0%, transparent 40%);
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    z-index: 1;
    opacity: 0.15;
}

.join_now_97 h2 {
    transform: translateZ(10px);
    max-width: 900px;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    font-size: 36px;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    line-height: 1.4;
    font-weight: 700;
}

.join_now_97 svg {
    height: 48px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 48px;
    transform: rotate(-5deg);
}

.join_now_97 .path_creators_79:hover svg path {
    fill: rgb(175,185,209);
}

.join_now_97 .support_links_10::before {
    top: 0;
    width: 100%;
    transform: translateX(-100%);
    content: "";
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    left: 0;
    transition: transform 0.6s ease;
    height: 100%;
}

.join_now_97 .support_links_10:active {
    box-shadow: 0 5px 15px -4px rgb(135,153,182,0.5);
    transform: translateY(0);
}

.customer_opinions_27::before {
    opacity: 0.15;
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(45deg, rgb(135,153,182,0.5) 0px, transparent 10px, transparent 20px);
    content: "";
}

.customer_opinions_27 .client_voices_31 {
    gap: 2.5rem;
    transform: rotate(-2deg);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.customer_opinions_27 .reviews_block_71:hover {
    transform: rotate(0) translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.customer_opinions_27 .reviews_block_71:hover::before {
    transform: scaleY(1);
}

.customer_opinions_27 .reviews_block_71:nth-child(3n+2) {
    transform: rotate(-3deg) translateY(-10px);
}

.customer_opinions_27 .reviews_block_71:hover img {
    transform: translateX(0) scale(1.05);
    border-color: rgb(175,185,209,0.5);
}

.customer_opinions_27 .reviews_block_71 .description {
    position: relative;
    margin-top: 0.5rem;
    padding-top: 1rem;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

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

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

.who_we_are_07 .text_scroll_53::before {
    left: 0;
    transform-origin: left center;
    transition: transform 0.5s ease;
    background: linear-gradient(to bottom, rgb(175,185,209) 0%, rgb(135,153,182) 100%);
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    width: 6px;
}

.who_we_are_07 h1::after {
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(175,185,209) 0%, rgb(135,153,182) 100%);
    transform-origin: left center;
    width: 80px;
    left: 0;
    content: "";
    bottom: -15px;
    transition: width 0.4s ease-out, transform 0.4s ease-out;
}

.who_we_are_07 .text_scroll_53:hover h4::before {
    width: 100%;
}

.who_we_are_07 span {
    column-count: 1;
    opacity: 0.9;
    color: #000000;
    transition: opacity 0.3s ease;
    column-gap: 40px;
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

.who_we_are_07 span {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
}

header .header_start_01:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.25);
}

header .head_nav_74 img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

header .head_know_94 {
    margin: 0 0.3rem;
    position: relative;
}

header .head_know_94 a {
    display: block;
    z-index: 1;
    position: relative;
    backdrop-filter: blur(5px);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    border-radius: 25px;
    -webkit-backdrop-filter: blur(5px);
    padding: 0.8rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

header .header_guide_09::after {
    opacity: 0.5;
    z-index: -1;
    left: -20px;
    width: 80px;
    border-radius: 50%;
    bottom: -20px;
    height: 80px;
    background: rgb(135,153,182,0.5);
    filter: blur(30px);
    position: absolute;
    content: '';
}

.contact_form_box_16 {
    background: linear-gradient(180deg, rgb(214,217,233) 0%, rgb(135,153,182,0.5) 100%);
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.contact_form_box_16::after {
    opacity: 0.4;
    background-size: 150px 150px, 200px 200px, 100px 100px, 250px 250px;
    top: 0;
    z-index: 0;
    width: 100%;
    left: 0;
    height: 100%;
    content: '';
    position: absolute;
    pointer-events: none;
    background: 
        radial-gradient(1px at 30% 20%, rgb(175,185,209,0.5) 0%, transparent 50%),
        radial-gradient(1px at 70% 40%, rgb(135,153,182,0.5) 0%, transparent 50%),
        radial-gradient(1px at 40% 60%, rgb(175,185,209,0.5) 0%, transparent 50%),
        radial-gradient(1px at 60% 80%, rgb(135,153,182,0.5) 0%, transparent 50%);
}

.contact_form_box_16 .request_inquiry_35 {
    transform: perspective(1000px) rotateX(0deg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 29px;
    transition: transform 0.5s ease;
    backdrop-filter: blur(10px);
    grid-template-columns: 1.5fr 1fr;
    display: grid;
    background: rgba(255, 255, 255, 0.95);
    transform-style: preserve-3d;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 20px rgb(175,185,209,0.5) inset;
    position: relative;
}

.contact_form_box_16 .request_list_74::before {
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(175,185,209), 
        rgb(135,153,182));
    width: 100%;
    left: 0;
    content: '';
    top: 0;
    height: 3px;
}

.contact_form_box_16 .request_list_74 h3::before {
    display: none;
}

.contact_form_box_16 .request_list_74 input[type="text"],
.contact_form_box_16 .request_list_74 textarea {
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    position: relative;
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 20px 25px;
    font-size: 16px;
    box-shadow: none;
}

.contact_form_box_16 .request_list_74 .message_reach_51 {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}

.contact_form_box_16 .request_list_74 .message_reach_51 label::after {
    left: 9px;
    opacity: 0;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    top: 5px;
    transition: all 0.3s ease;
    content: '';
    border-right: 2px solid #ffffff;
    transform: rotate(45deg) scale(0);
    width: 7px;
    height: 12px;
}

.contact_form_box_16 .request_list_74 .message_reach_51 a:hover {
    color: rgb(135,153,182);
    border-bottom-color: rgb(135,153,182);
}

.contact_form_box_16 .request_list_74 .support_links_10::before {
    position: absolute;
    left: 0;
    content: '';
    transform: scaleX(0);
    background: rgb(175,185,209);
    transform-origin: right;
    height: 100%;
    z-index: -1;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
}

.contact_form_box_16 .feedback_box_62::before {
    top: 0;
    background: 
        linear-gradient(45deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(135deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(45deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0,
        linear-gradient(135deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0;
    left: 0;
    z-index: 0;
    opacity: 0.1;
    background-size: 20px 20px;
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
}

.contact_form_box_16 .feedback_box_62 .feedback_reach_13 li::before {
    top: 0;
    content: '';
    width: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    height: 1px;
    left: 0;
    transition: width 0.3s ease;
}

.contact_form_box_16 .feedback_box_62 .feedback_reach_13 li svg {
    margin-right: 20px;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
}

.contact_form_box_16 .feedback_box_62 .feedback_reach_13 li a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

.contact_form_box_16 .feedback_box_62 .feedback_reach_13 li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.developer_experience_05::before {
    background: linear-gradient(45deg, transparent 45%, rgb(135,153,182,0.5) 45%, rgb(135,153,182,0.5) 55%, transparent 55%);
    transform: scale(1.5) rotate(-5deg);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
}

.developer_experience_05 .exp_summary_90::before {
    top: -15px;
    background: rgb(135,153,182,0.5);
    transform: rotate(3deg);
    position: absolute;
    content: "";
    width: 100%;
    right: -15px;
    z-index: -1;
    height: 100%;
    border-radius: 23px;
}

.developer_experience_05 .exp_summary_90 div:nth-child(2) {
    color: rgb(135,153,182);
    font-weight: 600;
    font-size: 22px;
    transform: skewX(-5deg);
    margin-bottom: 1.5rem;
}

.developer_experience_05 .reviews_block_71:hover .exp_summary_90 {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

.plan_list_45::before {
    backdrop-filter: blur(8px);
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    height: 100%;
}

.plan_list_45 .payment_pricing_85 {
    max-width: 700px;
    position: relative;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    font-size: calc(17px + 2px);
    margin: 0 auto 50px;
    text-align: center;
}

.plan_list_45 .promo_rates_82 {
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    display: block;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.plan_list_45 .learn_fees_13 {
    background: linear-gradient(135deg, rgba(rgb(135,153,182,0.5), 0.1), rgba(rgb(175,185,209,0.5), 0.2));
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    padding: 10px 20px;
    position: relative;
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    font-weight: 700;
    display: inline-block;
    font-size: calc(20px + 4px);
}

.plan_list_45 .promo_rates_82:hover h4::before {
    opacity: 1;
    transform: scale(1.1);
}


.online_tracking_21 {
    padding: 20px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie_window_banner_94 h5 {
    font-weight: 700;
    font-size: 23px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.track_bar_85 svg {
    fill: rgb(175,185,209);
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
}

.visitor_confirm_45 {
    flex-shrink: 0;
    margin-left: 10px;
    text-align: center;
    min-width: 140px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    cursor: pointer;
    box-shadow: 0 0 15px rgb(175,185,209);
    font-size: 17px;
    padding: 10px 20px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 40px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(175,185,209), rgb(135,153,182));
}

.course_program_info_20 .new_skills_62 {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.course_program_info_20 .new_skills_62:nth-child(even) {
    mask-image: linear-gradient(to right, transparent 5%, black 20%, black 80%, transparent 95%);
}

.course_program_info_20 .container {
    margin: 0 auto;
    width: 100%;
    z-index: 10;
    position: relative;
    padding: 0 1rem;
    max-width: 1200px;
}

.course_program_info_20 .skill_track_94::before {
    top: -50%;
    content: "";
    position: absolute;
    width: 200%;
    left: -50%;
    animation: rotate-background 20s linear infinite;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(175,185,209,0.5) 90deg,
        transparent 180deg,
        rgb(135,153,182,0.5) 270deg,
        transparent 360deg
    );
    z-index: -1;
    opacity: 0.1;
    height: 200%;
}

.course_program_info_20 .skill_track_94 .support_links_10:hover {
    color: #000000;
}

.course_program_info_20 .skill_track_94 .support_links_10:hover::before {
    height: 300%;
    width: 300%;
}



::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    border-radius: 7px;
    background: rgb(175,185,209);
    margin: 1px 0;
}

::-webkit-scrollbar-thumb {
    background: #ffffff;
    transition: all, border-radius, transform 4.2s ease-in-out;
    border: 1px groove rgb(175,185,209);
    border-radius: 9rem;
    animation: pulse_scrollbar 3.6s linear 4;
}

::-webkit-scrollbar-thumb:hover {
    border-color: rgb(135,153,182,0.5);
    box-shadow: 5px -2px 13px -2px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
    transform: scale(0.9);
    box-shadow: inset -2px -3px 11px 6px rgba(0, 0, 0, 0.8);
}

.plan_list_45 .promo_rates_82 p::-webkit-scrollbar {
    width: 4px;
}

.plan_list_45 .promo_rates_82 p::-webkit-scrollbar-thumb {
    background: rgb(135,153,182,0.5);
    border-radius: 10px;
}



@media (max-width: 767px) {.gratBox_30 {
    padding: 80px 0;
}.gratBox_30 .container {
    padding: 0 20px;
}.gratBox_30 h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.9);
}.gratBox_30 .path_creators_79 {
    padding: 30px 20px;
}.gratBox_30 li {
    padding: 10px 0 10px 15px;
}.gratBox_30 li::before {
    height: 6px;
    width: 6px;
}.gratBox_30 span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 576px) {.title_screen_34 .path_creators_79 {
    padding: 3rem 1rem;
}.title_screen_34 h1 {
    font-size: 2rem;
}.title_screen_34 .edu_online_84 {
    padding: 1.5rem;
}.title_screen_34 .edu_online_84 p {
    font-size: 1rem;
}.title_screen_34 .img_flex_86 {
    height: 200px;
}.title_screen_34 .support_links_10 {
    padding: 0.8rem 1.5rem;
}.title_screen_34 svg {
    height: 80px;
    width: 80px;
}}



@media (max-width: 576px) {.join_now_97 {
    padding: 40px 0;
}.join_now_97 h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.7);
}.join_now_97 .path_creators_79 {
    padding: 20px;
    width: 90%;
}.join_now_97 svg {
    height: 36px;
    width: 36px;
}.join_now_97 .support_links_10 {
    padding: 10px 20px;
    font-size: calc(16px * 0.9);
}
}



@media (max-width: 991px) {.customer_opinions_27 {
    padding: 4rem 0;
}.customer_opinions_27 h2 {
    text-align: center;
    width: 100%;
    transform: skew(0);
}.customer_opinions_27 h2::after {
    width: 60%;
    left: 20%;
    transform: none;
}.customer_opinions_27 .client_voices_31 {
    transform: rotate(0);
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}



@media (max-width: 767px) {.who_we_are_07 {
    padding: 80px 0;
}.who_we_are_07 .text_scroll_53 {
    padding: 30px 25px;
}.who_we_are_07 h1 {
    font-size: calc(40px - 4px);
    margin-bottom: 30px;
}.who_we_are_07 h1::after {
    bottom: -10px;
    width: 60px;
}.who_we_are_07 h4 {
    margin-bottom: 15px;
    font-size: 18px;
}.who_we_are_07 span {
    line-height: 1.6;
    font-size: calc(12px - 1px);
}
}



@media (max-width: 991px) {header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}header .header_guide_09 {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .header_start_01 {
    margin-bottom: 0;
    border-radius: 10px;
    padding: 0.6rem 1rem;
}header .main_master_40 {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .head_know_94 a {
    border-radius: 10px;
    padding: 0.6rem 1rem;
    font-size: calc(18px - 1px);
}header .header_guide_09::before,
    header .header_guide_09::after {
    display: none;
}
}



@media (max-width: 768px) {.contact_form_box_16 {
    padding: 60px 0;
}.contact_form_box_16 h3 {
    font-size: calc(37px - 4px);
    margin-bottom: 40px;
}.contact_form_box_16 .request_list_74 h3,
    .contact_form_box_16 .feedback_box_62 h4 {
    margin-bottom: 30px;
    font-size: calc(21px - 2px);
}.contact_form_box_16 .request_list_74 input[type="text"],
    .contact_form_box_16 .request_list_74 textarea {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_form_box_16 .request_list_74 .support_links_10 {
    padding: 15px 30px;
}
}



@media (max-width: 768px) {.plan_list_45 {
    padding: 60px 0;
}.plan_list_45 h2 {
    font-size: calc(36px - 6px);
}.plan_list_45 .payment_pricing_85 {
    font-size: calc(17px - 1px);
    margin-bottom: 30px;
}.plan_list_45 .edu_rates_40 {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.plan_list_45 .promo_rates_82 h4 {
    font-size: 20px;
}.plan_list_45 .promo_rates_82 p {
    font-size: calc(17px - 1px);
    max-height: 180px;
}.plan_list_45 .learn_fees_13 {
    font-size: 20px;
}
}


@media only screen and (max-width: 800px) {.track_bar_85 {
    display: none;
}.online_tracking_21 {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookie_window_banner_94 h5 {
    font-size: 21px;
    margin-bottom: 5px;
}.consent_edu_35 {
    margin-bottom: 15px;
}.visitor_confirm_45 {
    min-width: 100%;
    margin: 10px 0;
}}



@media (min-width: 1800px) {.course_program_info_20 .skill_track_94 {
    max-width: 650px;
    padding: 3.5rem;
}.course_program_info_20 .skill_track_94 h3 {
    font-size: calc(30px * 1.2);
}.course_program_info_20 .skill_track_94 p {
    font-size: calc(16px * 1.1);
}.course_program_info_20 .skill_track_94 .support_links_10 {
    padding: 1rem 3rem;
}
}



@keyframes slideInTitle {
    from {
        transform: translateX(-1rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes fadeUpIn {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scaleWidth {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }



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

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



@keyframes rotate-background {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

