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

* {
    scrollbar-width: thin;
    scrollbar-color: rgb(175,185,209,0.5) rgb(214,217,233);
}

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


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

footer .study_group_80 {
    background-color: rgb(135,153,182);
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 80px 0 30px;
    position: relative;
}

footer .study_group_80::after {
    background: linear-gradient(90deg, rgb(175,185,209), rgb(135,153,182));
    top: 0;
    width: 100%;
    position: absolute;
    height: 5px;
    pointer-events: none;
    left: 0;
    content: "";
}

footer .info_item::before {
    pointer-events: none;
    content: "";
    bottom: 3px;
    right: 3px;
    left: 3px;
    position: absolute;
    top: 3px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    background-color: rgb(135,153,182);
    z-index: -1;
}

footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(175,185,209);
}

footer .info_item svg {
    width: 20px;
    fill: rgb(175,185,209);
    height: 20px;
    flex-shrink: 0;
    margin-right: 12px;
    transition: fill 0.3s ease;
}

footer .text_main_holder {
    padding-top: 40px;
    position: relative;
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr;
}

footer .text_main_holder::before {
    height: 1px;
    top: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    width: 80%;
    left: 10%;
}

footer .header_start_01 svg {
    margin-bottom: 20px;
    width: auto;
    height: 45px;
    filter: brightness(0) invert(1);
}

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

footer .header_site_72 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 5px;
    margin-bottom: 20px;
}

footer .header_site_72 a {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    align-items: center;
    padding: 12px 15px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
}

footer .subscribe_holder::before {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    pointer-events: none;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(175,185,209,0.5) 49%, rgb(175,185,209,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(175,185,209,0.5) 49%, rgb(175,185,209,0.5) 51%, transparent 52%);
    background-size: 20px 20px;
    content: "";
    opacity: 0.05;
    width: 100%;
    border-radius: 21px;
}

footer .updates_fieldset_67 {
    border: none;
    border-radius: 10px;
    z-index: 5;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 14px 20px;
    width: 100%;
    background-color: rgb(175,185,209);
}

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

.gratBox_30::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(175,185,209,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(135,153,182,0.5), 0.1) 0%, transparent 70%);
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 0;
    content: "";
    top: 0;
}

.gratBox_30 h2::after {
    background: linear-gradient(90deg, rgb(175,185,209), rgb(135,153,182));
    bottom: -12px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.8);
    left: 0;
    border-radius: 10px;
    height: 4px;
    content: "";
    width: 120px;
    transform-origin: left;
    position: absolute;
}

.gratBox_30 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.gratBox_30 li {
    position: relative;
    transition: transform 0.3s ease-out;
    padding: 10px 0 10px 20px;
}

.gratBox_30 span {
    font-family: Arial, sans-serif;
    display: block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #000000;
    line-height: 1.7;
    transform: translateY(0);
    font-size: 15px;
    font-weight: 400;
}

.gratBox_30 .path_creators_79:hover span::after {
    opacity: 1;
    transform: scaleX(1);
}

.privacy_armoury_85 {
    grid-template-columns: 1fr;
    height: auto;
    color: rgb(255, 255, 255, 0.5);
    background: linear-gradient(135deg, rgb(135,153,182) 25%, rgb(175,185,209) 75%);
    grid-gap: 30px;
    display: grid;
    padding: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
}

.privacy_armoury_85 h3, .privacy_armoury_85 h4, .privacy_armoury_85 h5, .privacy_armoury_85 h6 {
    border-left: 4px solid rgb(175,185,209);
    font-size: 24px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 10px;
    color: #ffffff;
    text-align: left;
}

.privacy_armoury_85 section {
    display: grid;
    background: rgb(214,217,233);
    border-radius: 10px;
    padding: 20px;
    grid-gap: 20px;
    color: #000000;
    grid-template-columns: 1fr 1fr;
}

.title_screen_34::after {
    height: 200%;
    content: "";
    left: -50%;
    width: 200%;
    position: absolute;
    pointer-events: none;
    animation: patternMove 120s linear infinite;
    background: repeating-linear-gradient(
        45deg,
        rgb(175,185,209,0.5) 0,
        rgb(175,185,209,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: -50%;
    opacity: 0.05;
}

.title_screen_34 .text_scroll_53 {
    transform: translateY(2rem);
    position: relative;
    animation: fadeUpIn 1s ease-out forwards 0.6s;
    display: flex;
    justify-content: center;
    opacity: 0;
    flex-direction: column;
    z-index: 2;
}

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


    
    .title_screen_34 .edu_online_84 {
    transform: perspective(1000px) rotateY(0);
    padding: 2rem;
}

.title_screen_34 svg path {
    transition: fill 0.3s ease;
}

.title_screen_34 svg text {
    transition: all 0.3s ease;
}

.title_screen_34 .support_links_10 {
    z-index: 1;
    text-decoration: none;
    position: relative;
    padding: 1rem 2.5rem;
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(175,185,209), rgb(135,153,182));
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3);
    font-size: 14px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.title_screen_34 .support_links_10 {
    display: block;
    width: 100%;
}

.title_screen_34 .img_flex_86:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(0);
}

.join_now_97 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(135,153,182,0.5), rgb(175,185,209,0.5));
    padding: 80px 0;
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
}

.join_now_97::after {
    left: 0;
    opacity: 0.04;
    background-size: 60px 60px;
    height: 100%;
    z-index: 0;
    position: absolute;
    content: "";
    background-image: 
        linear-gradient(45deg, rgb(135,153,182) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(135,153,182) 25%, transparent 25%);
    width: 100%;
    top: 0;
}

.join_now_97 .path_creators_79:hover {
    transform: translateZ(30px) perspective(100px) rotateX(0deg);
    box-shadow: 
        0 25px 50px -10px rgba(0, 0, 0, 0.5),
        0 0 0 2px rgb(135,153,182);
}

.join_now_97 .path_creators_79:hover svg {
    transform: rotate(5deg) scale(1.1);
}

.join_now_97 svg path {
    transition: fill 0.3s ease;
    fill: rgb(135,153,182);
}

.join_now_97 .support_links_10 {
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 20px -5px rgb(135,153,182,0.5);
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(135,153,182), rgb(175,185,209));
    padding: 16px 32px;
    border-radius: 10px;
    color: #ffffff;
}

.customer_opinions_27 .container {
    position: relative;
    z-index: 2;
}

.customer_opinions_27 h2::after {
    content: "";
    height: 4px;
    transform: translateX(10%);
    bottom: -10px;
    width: 80%;
    left: 0;
    background: linear-gradient(90deg, rgb(175,185,209) 0%, transparent 100%);
    position: absolute;
}

.customer_opinions_27 .reviews_block_71::before {
    transition: transform 0.4s ease;
    width: 5px;
    transform-origin: top;
    height: 100%;
    background: linear-gradient(to bottom, rgb(175,185,209), rgb(135,153,182));
    top: 0;
    content: "";
    left: 0;
    transform: scaleY(0);
    position: absolute;
}

.customer_opinions_27 .reviews_block_71:nth-child(odd):hover {
    transform: rotate(0) translateY(10px);
}

.customer_opinions_27 .reviews_block_71 img {
    transform: translateX(-10px);
    width: 80px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    border-radius: 50%;
    margin-bottom: 1rem;
    transition: all 0.4s ease;
    height: 80px;
}

.customer_opinions_27 .reviews_block_71:hover .description::before {
    background: rgb(175,185,209);
    width: 80px;
}

.who_we_are_07::after {
    filter: blur(40px);
    background: rgb(175,185,209);
    position: absolute;
    z-index: 0;
    right: -5%;
    top: -5%;
    height: 40%;
    opacity: 0.1;
    content: "";
    width: 40%;
    transform: rotate(-15deg);
}

.who_we_are_07 .text_scroll_53:hover {
    transform: translateY(-8px);
}

.who_we_are_07 .text_scroll_53:hover::before {
    transform: scaleY(1.05);
}

.who_we_are_07 h1 {
    transform: translateX(0);
    color: #000000;
    font-size: 40px;
    position: relative;
    transition: transform 0.5s ease;
    font-weight: 700;
    margin-bottom: 40px;
}

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

.who_we_are_07 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.who_we_are_07 h4::before {
    position: absolute;
    bottom: -8px;
    width: 0;
    left: 0;
    content: "";
    background: rgb(135,153,182);
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 2px;
}

.who_we_are_07 .text_scroll_53:hover span {
    opacity: 1;
}

header::before {
    position: absolute;
    width: 100%;
    opacity: 0.5;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(175,185,209,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(135,153,182,0.5) 0%, transparent 30%);
    z-index: -1;
    height: 100%;
    content: '';
    top: 0;
}

header .head_nav_74 {
    display: block;
    transition: all 0.3s ease;
}

header .main_master_40 {
    z-index: 2;
    list-style: none;
    position: relative;
    padding: 0;
    display: flex;
    margin: 0;
}

header .head_know_94 a:hover {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.2);
}

header .head_know_94 a:hover::before {
    opacity: 1;
}

header .head_know_94::after {
    height: 3px;
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
    content: '';
    bottom: -3px;
    left: 50%;
    background: #ffffff;
    opacity: 0.7;
    transform: translateX(-50%);
    border-radius: 10px;
}

header .head_lesson_45 {
    z-index: 1;
    position: relative;
    background: rgb(214,217,233);
    padding-top: 2rem;
}



header .header_start_01::after {
    transition: all 0.4s ease;
    bottom: -20px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    left: 0;
    position: absolute;
    height: 20px;
    width: 100%;
    opacity: 0.5;
    content: '';
}

.contact_form_box_16 .img_flex_86 {
    opacity: 0.08;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(100%) contrast(150%);
    left: 0;
    mix-blend-mode: overlay;
    position: absolute;
}

.contact_form_box_16 h3 {
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative;
    font-family: Arial, sans-serif;
    perspective: 800px;
    color: #000000;
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
}

.contact_form_box_16 h3::after {
    content: '';
    transform: translateX(-50%);
    width: 100px;
    left: 50%;
    position: absolute;
    height: 1px;
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(175,185,209), transparent);
}

.contact_form_box_16 .request_inquiry_35::after {
    background-size: 20px 20px;
    content: '';
    height: 100%;
    top: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    left: 0;
}

.contact_form_box_16 .request_list_74::after {
    top: 0;
    width: 50%;
    position: absolute;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(0, 0, 0, 0.01));
    right: 0;
    content: '';
}

.contact_form_box_16 .request_list_74 h3::after {
    width: 50px;
    left: 0;
    height: 2px;
    background: rgb(175,185,209);
    transform: none;
}

.contact_form_box_16 .request_list_74 input[type="text"]:focus::placeholder,
.contact_form_box_16 .request_list_74 textarea:focus::placeholder {
    opacity: 0.3;
}

.contact_form_box_16 .request_list_74 textarea {
    resize: vertical;
    min-height: 150px;
    transition: height 0.3s ease;
    overflow: hidden;
}

.contact_form_box_16 .request_list_74 .message_reach_51 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_form_box_16 .request_list_74 .message_reach_51 label::before {
    transition: all 0.3s ease;
    top: 0;
    content: '';
    position: absolute;
    background-color: transparent;
    left: 0;
    height: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 25px;
}

.contact_form_box_16 .request_list_74 .message_reach_51 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
}

.contact_form_box_16 .request_list_74 .support_links_10 {
    padding: 18px 40px;
    letter-spacing: 2px;
    color: #000000;
    display: inline-block;
    font-size: 17px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    text-transform: uppercase;
    background-color: transparent;
    z-index: 1;
    border: 1px solid rgb(175,185,209);
    font-weight: 600;
}

.contact_form_box_16 .feedback_box_62 h4 {
    font-size: 21px;
    margin-bottom: 40px;
    z-index: 1;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
}

.contact_form_box_16 .feedback_box_62 h4::after {
    content: '';
    bottom: -10px;
    position: absolute;
    background: #ffffff;
    width: 50px;
    height: 2px;
    left: 0;
}

.contact_form_box_16 .feedback_box_62 .feedback_reach_13 li {
    padding: 15px 0;
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    position: relative;
}

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

.contact_form_box_16 .feedback_box_62 .feedback_reach_13 li a::before {
    bottom: -2px;
    content: '';
    height: 1px;
    transition: transform 0.3s ease;
    position: absolute;
    width: 100%;
    background: #ffffff;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
}

.developer_experience_05 .reviews_block_71 {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 1100px;
    gap: 2rem;
    transform: rotate(-2deg);
    display: flex;
    margin: 0 auto;
    z-index: 1;
}

.developer_experience_05 .exp_summary_90 {
    z-index: 2;
    position: relative;
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 23px;
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    max-width: 450px;
}

.developer_experience_05 .career_insights_08::before {
    background: linear-gradient(to bottom, rgb(175,185,209), rgb(135,153,182));
    border-radius: 10px;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 4px;
}

.plan_list_45 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.plan_list_45 .payment_plan_28 {
    position: relative;
}

.plan_list_45 h2 {
    font-size: 36px;
    margin-bottom: 25px;
    position: relative;
    transform: perspective(1000px) translateZ(20px);
    color: #ffffff;
    text-align: center;
    font-weight: 700;
}

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

.plan_list_45 .promo_rates_82::before {
    transform: scaleX(0.7);
    width: 100%;
    background: linear-gradient(90deg, rgb(135,153,182), rgb(175,185,209));
    top: 0;
    transform-origin: left;
    height: 5px;
    transition: transform 0.3s ease;
    position: absolute;
    left: 0;
    content: "";
}

.plan_list_45 .promo_rates_82 h4::before {
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: 2px solid rgb(135,153,182);
    left: -10px;
    top: -10px;
    border-left: 2px solid rgb(135,153,182);
    opacity: 0.6;
}

.plan_list_45 .learn_fees_13::before {
    left: 10px;
    bottom: -3px;
    content: "";
    position: absolute;
    height: 1px;
    right: 10px;
    background: linear-gradient(90deg, transparent, rgb(135,153,182), transparent);
}

.plan_list_45 .promo_rates_82:hover::before {
    transform: scaleX(1);
}

.plan_list_45 .promo_rates_82:hover h4 {
    transform: translateX(5px);
}

.plan_list_45 .promo_rates_82:hover .learn_fees_13 {
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
    transform: translateY(-3px) scale(1.03);
}

.cookie_window_banner_94 p {
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    font-size: 16px;
}

.track_bar_85 {
    align-items: center;
    margin-right: 15px;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(175,185,209));
    flex-shrink: 0;
    display: flex;
}

.cookie_button.visitor_acceptance_98:hover {
    box-shadow: 0 0 15px rgb(135,153,182);
}

.cookie_window_banner_94 p a:hover {
    color: rgb(135,153,182);
}

#trackingPolicyBox_23 {
    display: none;
}


.course_program_info_20 {
    min-height: 100vh;
    flex-direction: column;
    display: flex;
    background-color: #000000;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.course_program_info_20 .learn_plan_12 {
    width: 500%;
    display: flex;
    animation: split-carousel 40s linear infinite;
    height: 100%;
}

.course_program_info_20 .new_skills_62 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transform: scale(1.1);
    filter: grayscale(0.3) contrast(1.2);
    transition: all 0.7s ease;
}

.course_program_info_20 .path_creators_79 {
    justify-content: center;
    width: 100%;
    align-items: center;
    display: flex;
}

.course_program_info_20 .skill_track_94 h3 {
    position: relative;
    letter-spacing: 1px;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: inline-block;
}

.course_program_info_20 .skill_track_94 p {
    margin-bottom: 2.5rem;
    line-height: 1.8;
    font-size: 16px;
    color: #ffffff;
    position: relative;
}

.course_program_info_20 .skill_track_94 .support_links_10 {
    z-index: 1;
    font-weight: 600;
    display: inline-block;
    padding: 0.9rem 2.5rem;
    overflow: hidden;
    font-size: 15px;
    border: 2px solid rgb(175,185,209);
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    background-color: transparent;
}


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



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .updates_fieldset_67 {
    min-width: 150px;
    flex-shrink: 0;
    width: auto;
}footer .input_holder input[type="email"] {
    flex: 1;
    min-width: 0;
}
}



@media (max-width: 576px) {footer .study_group_80 {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .main_master_40 h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
    margin-bottom: 20px;
}footer .main_master_40, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .updates_fieldset_67 {
    padding: 12px;
}}



@media (max-width: 480px) {.gratBox_30 {
    padding: 60px 0;
}.gratBox_30 h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
}.gratBox_30 .path_creators_79 {
    padding: 25px 15px;
}.gratBox_30 span {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}}



@media only screen and (max-width: 800px) {.privacy_armoury_85 {
    padding: 30px;
    grid-template-columns: 1fr;
}.privacy_armoury_85 h1 {
    font-size: calc(24px - 8px);
}.privacy_armoury_85 h2 {
    font-size: calc(24px - 6px);
}.privacy_armoury_85 h3, .privacy_armoury_85 h4, .privacy_armoury_85 h5, .privacy_armoury_85 h6 {
    font-size: calc(24px - 4px);
}.privacy_armoury_85 ul, .privacy_armoury_85 ol {
    padding-left: 15px;
    font-size: calc(17px - 2px);
}.privacy_armoury_85 section {
    grid-template-columns: 1fr;
}}



@media (hover: none) {.join_now_97 .path_creators_79 {
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    transform: none;
}.join_now_97 .path_creators_79:hover {
    transform: none;
}.join_now_97 .support_links_10:hover {
    background: linear-gradient(135deg, rgb(135,153,182), rgb(175,185,209));
    transform: none;
}
}



@media (max-width: 767px) {.customer_opinions_27 {
    padding: 3rem 0;
}.customer_opinions_27 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.9);
}.customer_opinions_27 .client_voices_31 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.customer_opinions_27 .reviews_block_71,
    .customer_opinions_27 .reviews_block_71:nth-child(odd),
    .customer_opinions_27 .reviews_block_71:nth-child(3n+2) {
    padding: 1.5rem;
    transform: rotate(0);
}.customer_opinions_27 .reviews_block_71:hover,
    .customer_opinions_27 .reviews_block_71:nth-child(odd):hover,
    .customer_opinions_27 .reviews_block_71:nth-child(3n+2):hover {
    transform: translateY(-5px);
}.customer_opinions_27 .reviews_block_71 img {
    height: 60px;
    width: 60px;
}
}



@media (min-width: 1400px) {header .header_guide_09 {
    max-width: 1320px;
    margin: 0 auto;
}header .head_know_94 {
    margin: 0 0.5rem;
}header .head_know_94 a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 479px) {header .header_guide_09 {
    padding: 0.7rem 1rem;
}header .header_start_01 {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .head_know_94 a {
    padding: 0.4rem 0.6rem;
    font-size: calc(18px - 3px);
}}



@media (max-width: 992px) {.contact_form_box_16 {
    padding: 80px 0;
}.contact_form_box_16 .container {
    padding: 0 20px;
}.contact_form_box_16 .request_inquiry_35 {
    grid-template-columns: 1fr;
}.contact_form_box_16 .request_list_74,
    .contact_form_box_16 .feedback_box_62 {
    padding: 40px;
}
}



@media (max-width: 576px) {.contact_form_box_16 {
    padding: 40px 0;
}.contact_form_box_16 .request_list_74,
    .contact_form_box_16 .feedback_box_62 {
    padding: 30px 20px;
}.contact_form_box_16 h3 {
    letter-spacing: 2px;
    font-size: calc(37px - 6px);
}.contact_form_box_16 .request_list_74 .message_reach_51 label {
    font-size: calc(16px - 3px);
}}



@media (max-width: 992px) {.plan_list_45 {
    padding: 80px 0;
}.plan_list_45 h2 {
    font-size: calc(36px - 4px);
}.plan_list_45 .payment_pricing_85 {
    font-size: 17px;
    margin-bottom: 40px;
}.plan_list_45 .edu_rates_40 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 480px) {.plan_list_45 {
    padding: 50px 0;
}.plan_list_45 h2 {
    font-size: calc(36px - 8px);
}.plan_list_45 .payment_pricing_85 {
    font-size: calc(17px - 2px);
}.plan_list_45 .skill_plans_94 {
    padding: 25px 20px;
}.plan_list_45 .promo_rates_82 h4 {
    font-size: calc(20px - 2px);
}.plan_list_45 .learn_fees_13 {
    padding: 8px 15px;
    font-size: calc(20px - 2px);
}}



@media (max-width: 768px) {.course_program_info_20 {
    min-height: 100vh;
}.course_program_info_20 .learn_plan_12 {
    animation-duration: 30s;
}.course_program_info_20 .skill_track_94 {
    padding: 2rem;
    max-width: 90%;
}.course_program_info_20 .skill_track_94 h3 {
    font-size: calc(30px * 0.85);
}.course_program_info_20 .new_skills_62::after {
    background: linear-gradient(to bottom, 
            #000000 0%, 
            transparent 30%, 
            transparent 70%, 
            #000000 100%
        );
}

}



@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(20px, 30px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}



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



@keyframes patternMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50%, 50%);
    }
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes pulse-light {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    25% {
        transform: translate(10%, 10%);
        opacity: 0.3;
    }
    50% {
        transform: translate(0%, 20%);
        opacity: 0.5;
    }
    75% {
        transform: translate(-10%, 10%);
        opacity: 0.3;
    }
}

