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

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

.main_header {
    flex: 1 0 auto;
}

.donate_btn {
    flex: 0 0 auto;
}

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

.core-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}


.title_page {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.title_page .edu_hero {
    justify-content: center;
    width: 100%;
    align-items: center;
    position: relative;
    display: flex;
    height: 100vh;
}

.title_page .edu_hero::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 150%;
    animation: rotateGlow 20s infinite linear;
    background: radial-gradient(
    circle at 50% 50%,
    rgb(186,210,213,0.5) 0%,
    transparent 70%
  );
    opacity: 0.4;
    top: -25%;
    left: -25%;
    transform: rotate(-12deg);
    z-index: 2;
}

.title_page .mission_why::before {
    filter: blur(20px);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    left: -40px;
    width: 80px;
    height: 80px;
    top: -10px;
    opacity: 0.6;
    animation: floatElement 6s ease-in-out infinite alternate;
    content: "";
    position: absolute;
    background: rgb(186,210,213);
}

.title_page .mission_why > div {
    transform-origin: left center;
    position: relative;
}

.title_page .mission_why > div:nth-child(1) {
    transform: translateX(-30px);
    animation-delay: 0.2s;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.title_page .mission_why > div:nth-child(2) {
    animation-delay: 0.4s;
    transform: translateX(-50px);
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.title_page p {
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.5px;
    color: #ffffff;
    padding-left: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    transform: skewX(-5deg);
    font-size: calc(18px * 1.2);
    position: relative;
}

.title_page h1.title_style_header {
    text-shadow: 
    0 2px 10px rgba(0,0,0,0.2),
    0 4px 20px rgba(0,0,0,0.1);
    color: transparent;
    transform: translateZ(0);
    -webkit-background-clip: text !important;
    font-weight: 700;
    position: relative;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin: 0;
    background: linear-gradient(120deg, 
    #ffffff 0%, 
    rgb(125,176,186) 70%);
    font-size: clamp(2.5rem, 5vw, 39px);
    background-clip: text !important;
    color: #ffffff;
}

.title_page h3::before {
    position: absolute;
    animation-delay: 1.8s;
    transform: translateY(-50%);
    width: 40px;
    top: 50%;
    animation: fadeIn 1s forwards;
    height: 1px;
    content: "";
    opacity: 0;
    right: -20px;
    background: rgb(125,176,186);
}

.education_history::before {
    left: 0;
    position: absolute;
    background-image: 
        linear-gradient(30deg, rgb(125,176,186,0.5) 2px, transparent 2px),
        linear-gradient(120deg, rgb(125,176,186,0.5) 2px, transparent 2px);
    z-index: 0;
    background-size: 60px 60px;
    height: 100%;
    width: 100%;
    opacity: 0.07;
    content: "";
    top: 0;
}

.education_history .user_opinions {
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    position: relative;
    grid-template-columns: 1fr;
    padding: 40px;
    gap: 30px;
    display: grid;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.06),
        -5px -5px 20px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.education_history .profile_photo {
    box-shadow: 
        8px 8px 16px rgba(rgba(0, 0, 0, 0.5), 0.1),
        -4px -4px 12px rgba(#ffffff, 0.6);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 12px;
    width: 160px;
    height: 160px;
    transform: rotate(-2deg);
    position: relative;
}

.education_history .user_opinions:hover .profile_photo::before {
    transform: rotate(1deg) scale(1.05);
}

.education_history .user_opinions > div:nth-child(2) {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.education_history .name {
    position: relative;
    font-family: Arial, sans-serif;
    display: inline-block;
    margin: 0 0 10px;
    color: rgb(186,210,213);
    font-size: calc(24px * 1.1);
    letter-spacing: 0.5px;
    font-weight: 700;
}

.education_history .work_area {
    line-height: 1.7;
    color: #000000;
    border-left: 3px solid rgb(125,176,186);
    font-size: 17px;
    background: linear-gradient(to right, rgba(rgb(125,176,186,0.5), 0.05), transparent);
    font-family: Arial, sans-serif;
    backdrop-filter: blur(3px);
    padding: 10px 20px 10px 30px;
    margin: 0;
    position: relative;
}

.education_history .work_area::after {
    opacity: 0.1;
    right: 10px;
    bottom: -70px;
    color: rgb(125,176,186);
    font-size: 80px;
    content: "";
    position: absolute;
    font-family: serif;
}

footer .donate_btn {
    position: relative;
    padding: 250px 0 30px;
    color: #ffffff;
    background:rgb(125,176,186);
    font-family: Arial, sans-serif;
}

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

footer .message_us {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    top: -120px;
    overflow: hidden;
    position: absolute;
    display: flex;
    margin-bottom: 50px;
    right: 0;
    left: 0;
    justify-content: space-between;
    padding: 0;
    background-color: #ffffff;
    flex-wrap: wrap;
    border-radius: 22px;
}

footer .info_item:last-child {
    border-right: none;
}

footer .info_item:hover::after {
    width: 100%;
}

footer .info_item svg {
    width: 22px;
    flex-shrink: 0;
    fill: rgb(186,210,213);
    margin-right: 15px;
    height: 22px;
}

footer .info_item a:hover {
    color: rgb(186,210,213);
}

footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 100px;
}

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

footer .site_study {
    position: relative;
    padding: 0 25px;
}

footer .site_study h5::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 60px;
    height: 2px;
    left: 0;
    background-color: rgb(186,210,213);
}

footer .nav_tutor a {
    text-decoration: none;
    font-size: 15px;
    margin: 5px 8px 5px 0;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    padding: 8px 16px;
}

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

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

footer .input_holder::after {
    content: "";
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    left: -10px;
    opacity: 0.1;
    width: 70px;
    bottom: -20px;
    height: 70px;
    background-color: rgb(125,176,186);
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

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

footer .sub_tile:hover::before {
    left: 100%;
}

footer .story_spot {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    text-align: center;
    padding-top: 20px;
}

.study_process::before {
    pointer-events: none;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgb(125,176,186,0.5) 0%, transparent 60%);
    height: 100%;
    content: "";
}

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

.study_process .learn_pro {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    align-items: center;
    backdrop-filter: blur(10px);
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    display: flex;
}

.study_process h3 {
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    animation: slide-in 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    opacity: 0;
    color: #000000;
    font-size: calc(36px * 0.85);
    transform: translateX(-20px);
}

.study_process p {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    opacity: 0;
    transform: translateY(20px);
    color: #000000;
    animation: fade-up 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 17px;
    position: relative;
    margin-bottom: 0;
}

.study_process p span::before {
    opacity: 0.3;
    left: 0;
    width: 100%;
    bottom: -5px;
    position: absolute;
    transform: scaleX(0);
    animation: line-grow-subtle 1.2s 1s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    content: "";
    height: 1px;
    background: linear-gradient(to right, rgb(125,176,186,0.5), transparent);
}

header:before {
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, 
        rgb(186,210,213) 0%, 
        rgb(125,176,186) 50%, 
        rgb(186,210,213) 100%
    );
    position: absolute;
}

header .head_sitebar {
    position: relative;
    overflow: hidden;
}

header .head_sitebar:before {
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(186,210,213,0.5),
        transparent
    );
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
}

header .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px 25px;
}

header .container:after {
    position: absolute;
    top: 50%;
    width: 8px;
    opacity: 0.7;
    transform: translateY(-50%) rotate(45deg);
    right: 10px;
    height: 8px;
    background: rgb(125,176,186);
    content: '';
}

header .main_page:before {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    opacity: 0.2;
    left: 0;
    content: '';
    position: absolute;
    bottom: -10px;
}

header .site_study:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}

header .first_section {
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #000000;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 2px;
}

header .first_section:after {
    transition: all 0.3s ease;
    content: '';
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
    top: 100%;
    position: absolute;
    opacity: 0;
    background: rgb(186,210,213);
    width: 8px;
    height: 8px;
}

header .nav_pagebar {
    position: relative;
    padding: 5px 12px;
    display: flex;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
}

header .nav_pagebar:after {
    position: absolute;
    transition: all 0.4s ease;
    width: 10px;
    top: -5px;
    left: -5px;
    content: '';
    background: linear-gradient(135deg, rgb(186,210,213), rgb(125,176,186));
    opacity: 0;
    height: 10px;
    border-radius: 50%;
    transform: scale(0);
}

header .nav_pagebar:hover:after {
    opacity: 1;
    transform: scale(1);
}

header .nav_pagebar:hover svg {
    transform: scale(1.05);
}

.appPanel {
    background: linear-gradient(135deg, rgb(233,241,241) 0%, rgb(186,210,213,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.appPanel::after {
    width: 300px;
    background: radial-gradient(circle, rgb(125,176,186) 0%, transparent 70%);
    border-radius: 50%;
    content: "";
    filter: blur(50px);
    height: 300px;
    animation: float 15s infinite ease-in-out;
    position: absolute;
    right: -150px;
    opacity: 0.2;
    top: -150px;
}

.appPanel h2::after {
    transition: width 0.3s ease;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(186,210,213), rgb(125,176,186));
    left: 50%;
    width: 80px;
    bottom: -15px;
    content: "";
    height: 3px;
    position: absolute;
}

.appPanel .learn_pro {
    position: relative;
    transform: translateY(0);
    border-radius: 18px;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
    padding: 40px;
}

.appPanel .learn_pro:hover {
    transform: translateY(-5px);
}

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

.appPanel li::before {
    left: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 10px;
    content: "";
    top: 8px;
    transition: transform 0.3s ease;
    background: rgb(125,176,186);
    width: 10px;
    position: absolute;
    transform: rotate(45deg);
}

.appPanel span::after {
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
}

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

.group_plans {
    transform-origin: center top;
    transform: perspective(1000px) rotateX(2deg);
}

.tariff_plan h2::after {
    content: "";
    width: 60px;
    position: absolute;
    transform: skewX(-20deg);
    bottom: -10px;
    left: 0;
    height: 4px;
    background: rgb(186,210,213);
}

.tariff_plan .learn_offers {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    display: grid;
    perspective: 1000px;
    margin: 0;
    gap: 30px;
    list-style: none;
    padding: 0;
}

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

.tariff_plan .tuition_grid {
    transform-style: preserve-3d;
    transition: transform 0.4s ease-out;
    position: relative;
    overflow: hidden;
    min-height: 450px;
    display: flex;
    padding: 30px;
    height: 100%;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(240,240,240,0.95) 100%);
}

.tariff_plan .tuition_grid::after {
    height: 100px;
    content: "";
    top: 0;
    right: 0;
    transition: transform 0.5s ease;
    transform: rotate(45deg) translate(30px, -80px);
    background: rgb(125,176,186);
    width: 100px;
    opacity: 0.1;
    position: absolute;
}

.tariff_plan .learning_fee h4 {
    color: rgb(186,210,213);
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
    transform: translateX(-5px);
    letter-spacing: 0.5px;
    position: relative;
    font-size: calc(19px + 2px);
}

.tariff_plan .basic_cost {
    padding: 15px 0 0;
    color: rgb(125,176,186);
    margin-bottom: 0;
    font-weight: 700;
    position: relative;
    border-top: 1px solid rgba(0,0,0,0.08);
    font-size: calc(19px + 6px);
    transition: color 0.3s ease;
    display: block;
    margin-top: auto;
}

.tariff_plan .basic_cost::before {
    height: 1px;
    left: 0;
    top: 0;
    transform: translateY(-1px);
    position: absolute;
    width: 30px;
    background: rgb(186,210,213);
    content: "";
}

.company_info::after {
    width: 300px;
    top: -100px;
    background: rgb(186,210,213);
    animation: pulse 10s infinite alternate ease-in-out;
    z-index: 1;
    border-radius: 50%;
    height: 300px;
    position: absolute;
    filter: blur(60px);
    content: "";
    opacity: 0.15;
    right: -100px;
}

.company_info .text_dock {
    opacity: 0;
    border-left: 4px solid rgb(186,210,213);
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, 
        rgba(#000000, 0.6), 
        rgba(#000000, 0.4));
    backdrop-filter: blur(10px);
    padding: 40px;
    transform: translateY(20px);
    position: relative;
}

.company_info h5 {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    opacity: 0;
    letter-spacing: 2px;
    animation: fadeInRight 0.6s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 0 10px;
    transform: translateX(-10px);
    font-size: 22px;
    color: rgb(186,210,213);
}

.company_info b {
    font-size: calc(16px * 1.3);
    color: rgb(186,210,213);
    font-weight: 700;
    letter-spacing: 0.5px;
}

.company_info li {
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 16px;
    position: relative;
    text-align: justify;
    line-height: 1.8;
    color: #ffffff;
}

.company_info li::before {
    background-color: rgb(186,210,213);
    top: 12px;
    border-radius: 50%;
    width: 6px;
    content: "";
    left: 0;
    height: 6px;
    position: absolute;
}

.future_learners::before {
    content: '';
    background: 
        radial-gradient(circle at 20% 20%, rgb(186,210,213,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(125,176,186,0.5) 0%, transparent 40%);
    position: absolute;
    opacity: 0.15;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
}

.future_learners .learn_pro {
    position: relative;
    padding: 0 30px;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.future_learners h3::before,
.future_learners h3::after {
    height: 2px;
    position: absolute;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgb(186,210,213), rgb(125,176,186));
    top: 50%;
    content: '';
    width: 40px;
}

.future_learners h3::before {
    left: -60px;
}

.future_learners ul li::before {
    background: linear-gradient(90deg, rgb(186,210,213), rgb(125,176,186));
    transition: opacity 0.4s ease;
    left: 0;
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
    opacity: 0;
    height: 5px;
}

.future_learners ul li::after {
    z-index: -1;
    border-radius: 50%;
    transition: all 0.6s ease;
    content: '';
    bottom: -50px;
    background: rgb(186,210,213,0.5);
    left: -50px;
    position: absolute;
    opacity: 0.1;
    width: 100px;
    height: 100px;
}

.future_learners ul li:hover {
    transform: translateY(-15px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
}

.future_learners ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}

.future_learners ul li svg path {
    transition: fill 0.5s ease;
    fill: rgb(186,210,213);
}

.future_learners ul li:nth-child(1) {
    animation-delay: 0.1s;
}

.future_learners ul li:nth-child(3) {
    animation-delay: 0.4s;
}

.future_learners ul li:nth-child(5) {
    animation-delay: 0.7s;
}

.future_learners ul li:nth-child(3n+1) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
    animation-delay: 0.1s, 2s;
}

.future_learners ul li:nth-child(3n+3) {
    animation-delay: 0.4s, 4s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
}

.cookieUsageContainer .cookie_panel {
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
    transform-origin: center;
    margin-right: 20px;
}


.cookieUsageContainer .visitor_privacy {
    flex-grow: 1;
}

.cookieUsageContainer .visitor_privacy h5 {
    margin-bottom: 6px;
    font-size: 24px;
    color: rgb(186,210,213);
}

.cookieUsageContainer .cookie_expand {
    background-color: rgb(186,210,213);
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-right: 15px;
    font-size: 20px;
    margin-top: 20px;
}

.join_our_mailing_list {
    background: linear-gradient(135deg, rgb(186,210,213,0.5), rgb(125,176,186));
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.join_our_mailing_list::after {
    right: -5%;
    transform: rotate(-35deg) translateY(-50%);
    top: 50%;
    height: 200%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08));
    width: 40%;
    z-index: -1;
}

.join_our_mailing_list .learn_pro {
    position: relative;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    flex-direction: column;
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.join_our_mailing_list h4::before {
    transform: translateY(-50%);
    animation: growBar 0.6s ease-out forwards 1s;
    position: absolute;
    top: 50%;
    left: -20px;
    height: 0;
    background: rgb(125,176,186);
    content: "";
    width: 4px;
}

.join_our_mailing_list .input_holder span {
    position: relative;
    flex: 1 1 250px;
}

.join_our_mailing_list .input_holder input[type="email"]:focus {
    border-left: 3px solid rgb(125,176,186);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.join_our_mailing_list .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.join_our_mailing_list .input_holder .connect_reach {
    white-space: nowrap;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem 2rem;
    background: linear-gradient(135deg, rgb(125,176,186), rgb(186,210,213));
    font-weight: 600;
    display: inline-block;
    position: relative;
    border: none;
    font-size: 17px;
    outline: none;
    overflow: hidden;
    z-index: 1;
}

.join_our_mailing_list .input_holder .connect_reach:hover::before {
    left: 100%;
}

.join_our_mailing_list .input_holder .connect_reach:active {
    transform: translateY(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.course_structure::before {
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(186,210,213,0.5) 5%, transparent 10%),
        radial-gradient(circle at 70% 65%, rgb(125,176,186,0.5) 5%, transparent 10%),
        radial-gradient(circle at 40% 80%, rgb(186,210,213,0.5) 4%, transparent 8%),
        radial-gradient(circle at 80% 10%, rgb(125,176,186,0.5) 4%, transparent 8%);
    z-index: 1;
    animation: backgroundPulse 15s infinite alternate;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.6;
    height: 100%;
    content: "";
}

.course_structure .learn_pro::before {
    top: 0;
    content: "";
    z-index: -1;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    background: linear-gradient(135deg, rgb(186,210,213,0.5) 0%, transparent 100%);
    left: 0;
    width: 100%;
}

.course_structure .job_success {
    position: relative;
    flex: 1 1 55%;
    z-index: 2;
    padding: 40px 50px;
}

.course_structure .head_lesson:hover {
    transform: perspective(1000px) rotateY(10deg);
}

.course_structure .head_lesson svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
    height: auto;
    width: 120px;
}

.course_structure .head_lesson:hover svg path {
    fill: rgb(125,176,186);
}

.course_structure .job_success h3::after {
    position: absolute;
    bottom: -12px;
    left: 0;
    background: linear-gradient(90deg, rgb(186,210,213) 0%, rgb(125,176,186) 100%);
    height: 3px;
    width: 80px;
    content: "";
    filter: blur(1px);
    border-radius: 10px;
    transform: translateZ(-5px);
}

.course_structure .profile_photo {
    transform-style: preserve-3d;
    transition: all 0.5s ease;
    position: relative;
    min-height: 450px;
    flex: 1 1 45%;
    perspective: 1000px;
}

.course_structure .profile_photo::after {
    z-index: 2;
    top: 20px;
    content: "";
    box-shadow: 0 0 30px rgb(186,210,213,0.5);
    position: absolute;
    opacity: 0.2;
    border: 1px solid #ffffff;
    transform: translateZ(20px);
    right: 20px;
    bottom: 20px;
    left: 20px;
}

.privacy_garrison::before {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(186,210,213,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(125,176,186,0.5) 0%, transparent 25%);
    width: 100%;
    height: 100%;
    transform: translateZ(-50px);
    content: "";
    opacity: 0.15;
    left: 0;
    z-index: 0;
    top: 0;
}

.privacy_garrison .container:hover {
    transform: translateZ(10px) rotateX(0deg);
}

.privacy_garrison h1 {
    font-family: Arial, sans-serif;
    letter-spacing: -0.5px;
    margin-bottom: 2rem;
    color: #000000;
    line-height: 1.2;
    font-weight: 700;
    font-size: calc(46px * 1.2);
    position: relative;
    padding-bottom: 1rem;
}

.privacy_garrison:hover h1::after {
    transform: scaleX(1.5);
}

.privacy_garrison h2 {
    padding-left: 1rem;
    margin: 3rem 0 1.5rem;
    position: relative;
    font-size: calc(28px * 1.05);
    transform: translateX(0);
    border-left: 3px solid rgb(125,176,186);
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease-out;
    color: #000000;
    font-weight: 600;
}

.privacy_garrison h4 {
    font-family: Arial, sans-serif;
    margin: 2rem 0 1rem;
    padding-left: 1.5rem;
    color: #000000;
    position: relative;
    font-size: calc(20px * 1.1);
    font-weight: 600;
}

.privacy_garrison p {
    font-size: 17px;
    line-height: 1.8;
    transition: transform 0.3s ease-out;
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    color: #000000;
    margin-bottom: 1.5rem;
}

.privacy_garrison ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
    position: relative;
}

.privacy_garrison ul li {
    padding-left: 1.5rem;
    color: #000000;
    line-height: 1.7;
    transition: transform 0.2s ease-out;
    position: relative;
    font-size: 17px;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
}

.privacy_garrison ul li:hover::before {
    background-color: rgb(125,176,186);
    transform: scale(1.5);
}

.privacy_garrison span {
    line-height: 1.7;
    margin-bottom: 2rem;
    border-left: 2px solid rgb(125,176,186,0.5);
    font-size: 17px;
    display: block;
    transform: translateX(0);
    transition: transform 0.3s ease-out, border-left-color 0.3s ease-out;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 1rem 1.5rem;
}

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

.metrics_summary h2 {
    font-size: 29px;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 80px;
    text-align: center;
}

.metrics_summary ul {
    perspective: 1000px;
    list-style: none;
    display: flex;
    margin: 0;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
}

.metrics_summary .statistics_zone:hover {
    transform: scale(1.05);
}

.metrics_summary .statistics_zone::before {
    content: "";
    z-index: -1;
    transform: rotate(-2deg);
    left: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    width: 100%;
    height: 100%;
    border-radius: 11px;
    background: #ffffff;
    transition: transform 0.4s ease;
    top: 0;
    position: absolute;
}

.metrics_summary .statistics_zone::before {
    animation-delay: calc(var(--i) * 0.2s);
}

.metrics_summary .statistics_zone:hover::after {
    transform: scale(1.2);
}

.metrics_summary .statistics_zone p {
    position: absolute;
    color: rgb(186,210,213);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    top: 30px;
    font-size: calc(41px * 1.5);
    line-height: 1;
    margin: 0;
    font-weight: 700;
    right: 30px;
}

.metrics_summary .statistics_zone:nth-child(even) span {
    text-align: right;
    left: auto;
    right: 30px;
}

.metrics_summary .statistics_zone:nth-child(1) {
    animation: fadeInUp 0.8s 0.1s both;
}

.metrics_summary .statistics_zone:nth-child(1) {
    --i: 1;
}

.metrics_summary .statistics_zone:nth-child(3) {
    animation: fadeInUp 0.8s 0.5s both;
}

.metrics_summary .statistics_zone:nth-child(3) {
    --i: 3;
}



.metrics_summary .statistics_zone:nth-child(1)::before {
    animation: float 6s ease-in-out infinite;
}

.metrics_summary .statistics_zone:nth-child(3)::before {
    animation: float 8s ease-in-out infinite;
}

.contact_section {
    position: relative;
    padding: 0;
}

.contact_section .container {
    max-width: 1400px;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.contact_section .request_card {
    grid-template-rows: auto auto auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.contact_section .inquiry_reach h3 {
    color: #ffffff;
    text-align: center;
    font-size: 31px;
    background: rgb(186,210,213);
    font-weight: 700;
    margin: 0;
    padding: 40px;
}

.contact_section .inquiry_reach svg {
    padding: 10px;
    background: rgb(233,241,241);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.contact_section .inquiry_reach span {
    color: #000000;
    font-size: 17px;
}

.contact_section .inquiry_reach a:hover {
    color: rgb(125,176,186);
}

.contact_section form {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 60px;
    width: 60%;
    margin: 0 auto;
    border-radius: 25px;
    max-width: 700px;
}

.contact_section form h3::after {
    height: 3px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    position: absolute;
    background: rgb(186,210,213);
    content: '';
}

.contact_section form input[type="text"]:focus,
.contact_section form input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(186,210,213,0.5);
    border-color: rgb(186,210,213);
    outline: none;
}

.contact_section form input::placeholder {
    color: #000000;
}

.contact_section .query_request input[type="checkbox"] {
    margin-right: 15px;
    height: 22px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    width: 22px;
    border-radius: 10px;
    appearance: none;
    border: 2px solid rgb(233,241,241);
    -webkit-appearance: none;
}

.contact_section .query_request label {
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
}

.contact_section .query_request a {
    color: rgb(186,210,213);
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}

.contact_section .connect_reach:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: rgb(125,176,186);
    transform: translateY(-3px);
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (min-width: 768px) {.title_page .mission_why {
    padding: 6rem 3rem;
    gap: 3rem;
    border-left: 6px solid rgb(125,176,186);
    transform: perspective(1200px) rotateX(3deg);
    grid-template-columns: 1fr;
}.title_page h1.title_style_header {
    font-size: 39px;
}.title_page p {
    font-size: calc(18px * 1.4);
}.title_page h3 {
    max-width: 80%;
    font-size: 20px;
}.title_page h1.title_style_header::after {
    width: 120px;
    height: 5px;
}
}



@media (min-width: 1200px) {.title_page .mission_why {
    transform: perspective(1500px) rotateX(1deg) translateX(50px);
    width: 70%;
}.title_page h1.title_style_header::after {
    width: 150px;
}.title_page p {
    padding-left: 30px;
}.title_page p::before {
    width: 4px;
}
}



@media (min-width: 768px) {.education_history {
    padding: 100px 0;
}.education_history .user_opinions {
    align-items: center;
    gap: 40px 50px;
    padding: 50px;
    grid-template-columns: auto 1fr;
    grid-template-areas: 
            "photo info"
            "quote quote";
}.education_history .user_opinions > div:first-child {
    grid-area: photo;
}.education_history .user_opinions > div:nth-child(2) {
    text-align: left;
    padding-bottom: 0;
    grid-area: info;
}.education_history .user_opinions > div:nth-child(3) {
    grid-area: quote;
}.education_history .user_opinions > div:nth-child(2)::after {
    width: 60px;
    left: 0;
    transform: none;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(125,176,186), transparent);
}.education_history .profile_photo {
    height: 200px;
    width: 200px;
}.education_history .work_area {
    padding: 25px 40px 25px 50px;
    font-size: calc(17px * 1.05);
    margin-top: 20px;
}
}



@media (max-width: 767px) {.education_history {
    padding: 60px 0;
}.education_history .user_opinions {
    padding: 30px 25px;
}.education_history .profile_photo {
    height: 140px;
    width: 140px;
}.education_history .name {
    font-size: 24px;
}.education_history .user_opinions > div:nth-child(2) > div {
    font-size: calc(17px * 0.9);
}.education_history .work_area {
    line-height: 1.6;
    padding: 15px 15px 15px 25px;
    font-size: calc(17px * 0.95);
}}



@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .site_study, footer .subscribe_holder, footer .head_lesson {
    padding: 20px;
}footer .story_spot {
    margin-top: 40px;
}
}




@media (max-width: 1200px) {.study_process {
    padding: 5rem 0;
}.study_process .learn_pro {
    margin: 0 2rem;
    padding: 2.5rem;
}.study_process h3 {
    font-size: calc(36px * 0.8);
}
}



@media (max-width: 768px) {.study_process {
    padding: 3.5rem 0;
}.study_process .learn_pro {
    margin: 0 1.5rem;
    padding: 1.75rem;
    transform: none;
}.study_process .learn_pro:hover {
    transform: translateY(-3px);
}.study_process h3 {
    margin-bottom: 1.25rem;
    font-size: calc(36px * 0.7);
}.study_process .learn_pro > div::before {
    width: 3px;
    left: -1.5rem;
}.study_process h3::after {
    width: 60px;
    height: 2px;
}.study_process::after {
    top: -20px;
    right: -20px;
    height: 150px;
    width: 150px;
}
}



@media (max-width: 480px) {.study_process {
    padding: 2.5rem 0;
}.study_process .learn_pro {
    margin: 0 0.75rem;
    padding: 1.25rem;
}.study_process h3 {
    font-size: calc(36px * 0.6);
}.study_process p {
    line-height: 1.5;
    font-size: calc(17px * 0.85);
}.study_process .learn_pro > div::before {
    left: -1rem;
}.study_process h3::after {
    width: 50px;
}.study_process::after {
    height: 100px;
    width: 100px;
}}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .nav_pagebar svg {
    height: 35px;
}}



@media (max-width: 1024px) {.appPanel {
    padding: 80px 0;
}.appPanel h2 {
    font-size: calc(29px - 2px);
}.appPanel .learn_pro {
    padding: 30px;
}.appPanel span {
    font-size: 16px;
}
}



@media (max-width: 768px) {.appPanel {
    padding: 60px 0;
}.appPanel h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(29px - 4px);
}.appPanel .learn_pro {
    padding: 25px;
}.appPanel li::before {
    top: 6px;
}.appPanel span {
    font-size: calc(16px - 1px);
    line-height: 1.6;
}
}



@media (max-width: 480px) {.appPanel {
    padding: 40px 0;
}.appPanel h2 {
    transform: none;
    margin-bottom: 30px;
    font-size: calc(29px - 6px);
}.appPanel h2::after {
    width: 60px;
    bottom: -10px;
}.appPanel .learn_pro {
    padding: 20px;
}.appPanel li {
    padding-left: 20px;
}.appPanel li::before {
    top: 7px;
    width: 8px;
    height: 8px;
}.appPanel span {
    line-height: 1.5;
    font-size: calc(16px - 2px);
    letter-spacing: 0.2px;
}}



@media (max-width: 767px) {.tariff_plan {
    padding: 60px 0;
}.group_plans {
    transform: none;
}.tariff_plan h2 {
    transform: none;
    font-size: calc(31px - 4px);
}.tariff_plan .class_deals {
    transform: none;
    max-width: 100%;
    margin-bottom: 30px;
}.tariff_plan .learn_offers {
    gap: 20px;
    grid-template-columns: 1fr;
}.tariff_plan .tuition_grid {
    padding: 20px;
    min-height: 350px;
}.tariff_plan .learning_fee h4 {
    transform: none;
}.tariff_plan .learning_fee p {
    font-size: calc(18px - 1px);
}.tariff_plan .basic_cost {
    font-size: calc(19px + 4px);
}
}



@media (min-width: 992px) {.company_info {
    padding: 180px 0;
}.company_info .text_dock {
    max-width: 75%;
    margin-right: 0;
    transform: perspective(1000px) rotateY(-2deg);
    margin-left: auto;
}.company_info .text_dock:hover::after {
    transform: scale(1.1);
    opacity: 0.4;
    transition: all 0.5s ease;
}.company_info .text_dock > div:first-child:hover::after {
    width: 100px;
}
}



@media (max-width: 992px) {.future_learners {
    padding: 90px 0;
}.future_learners h3 {
    margin-bottom: 60px;
}.future_learners h3::before,
    .future_learners h3::after {
    width: 30px;
}.future_learners h3::before {
    left: -40px;
}.future_learners h3::after {
    right: -40px;
}.future_learners ul {
    gap: 30px;
}.future_learners ul li {
    padding: 35px 25px;
    width: calc(50% - 15px);
}
}



@media (max-width: 576px) {.future_learners {
    padding: 70px 0;
}.future_learners h3 {
    margin-bottom: 50px;
    font-size: calc(29px * 0.9);
}.future_learners h3::before,
    .future_learners h3::after {
    display: none;
}.future_learners ul {
    gap: 25px;
}.future_learners ul li {
    padding: 30px 20px;
}.future_learners ul li svg {
    width: 40px;
    height: 40px;
}
}



@media screen and (min-width: 768px) {.join_our_mailing_list .learn_pro {
    flex-direction: row;
    align-items: center;
    padding: 3.5rem 4rem;
    gap: 2rem;
}.join_our_mailing_list h4 {
    flex: 1;
    max-width: 60%;
    margin-bottom: 0;
}.join_our_mailing_list .input_holder {
    flex: 1;
    justify-content: flex-end;
}
}



@media screen and (max-width: 480px) {.join_our_mailing_list {
    padding: 3rem 0;
}.join_our_mailing_list .learn_pro {
    transform: perspective(1000px) rotateX(1deg);
    padding: 1.5rem;
}.join_our_mailing_list h4 {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 0.8);
}.join_our_mailing_list .input_holder input[type="email"],
    .join_our_mailing_list .input_holder .connect_reach {
    padding: 0.8rem 1.2rem;
}}



@media screen and (max-width: 992px) {.course_structure {
    padding: 60px 0;
}.course_structure .job_success {
    padding: 30px 40px;
}.course_structure .profile_photo {
    min-height: 380px;
}.course_structure .head_lesson svg {
    width: 100px;
}.course_structure .job_success h3 {
    font-size: calc(31px * 0.9);
}
}



@media screen and (max-width: 480px) {.course_structure {
    padding: 40px 0;
}.course_structure .profile_photo {
    min-height: 250px;
}.course_structure .job_success {
    padding: 25px 20px;
}.course_structure .job_success h3 {
    font-size: calc(22px * 1.2);
}.course_structure .head_lesson svg {
    width: 80px;
}}



@media screen and (max-width: 1200px) {.privacy_garrison {
    padding: 4rem 1.5rem;
}.privacy_garrison .container {
    padding: 1.5rem;
}.privacy_garrison h1 {
    font-size: calc(46px * 1.1);
}.privacy_garrison h2 {
    font-size: 28px;
}
}



@media screen and (max-width: 768px) {.privacy_garrison {
    padding: 2rem 0.5rem;
}.privacy_garrison .container {
    padding: 1.5rem 1rem;
}.privacy_garrison h1 {
    font-size: calc(46px * 0.9);
}.privacy_garrison h2 {
    padding-left: 0.75rem;
    font-size: calc(28px * 0.9);
}.privacy_garrison h3 {
    font-size: 19px;
}.privacy_garrison h4 {
    font-size: 20px;
}.privacy_garrison p, 
    .privacy_garrison ul li,
    .privacy_garrison span {
    font-size: calc(17px * 0.95);
}.privacy_garrison ul {
    padding-left: 0.5rem;
}.privacy_garrison span {
    padding: 0.75rem 1rem;
}
}



@media (max-width: 1200px) {.metrics_summary .statistics_zone {
    margin: 0 20px 60px;
    flex: 0 0 calc(50% - 40px);
}
}



@media (max-width: 1024px) {.metrics_summary {
    padding: 80px 0;
}.metrics_summary h2 {
    margin-bottom: 60px;
}.metrics_summary .statistics_zone {
    margin: 0 15px 50px;
    flex: 0 0 calc(50% - 30px);
    height: 180px;
}.metrics_summary .statistics_zone p {
    right: 25px;
    font-size: calc(41px * 1.3);
    top: 25px;
}.metrics_summary .statistics_zone:nth-child(even) p {
    left: 25px;
}.metrics_summary .statistics_zone span {
    left: 25px;
    bottom: 25px;
}.metrics_summary .statistics_zone:nth-child(even) span {
    right: 25px;
}
}



@media (min-width: 768px) and (max-width: 1023px) {.metrics_summary .statistics_zone {
    height: 170px;
}.metrics_summary .statistics_zone p {
    font-size: calc(41px * 1.3);
}
}



@media (prefers-reduced-motion: reduce) {.metrics_summary .statistics_zone,
    .metrics_summary .statistics_zone::before {
    animation: none;
}}



@media (max-width: 1200px) {.contact_section .inquiry_reach {
    grid-column: 2 / 12;
}.contact_section form {
    width: 70%;
}
}



@media (max-width: 768px) {.contact_section .inquiry_reach h3 {
    padding: 30px;
    font-size: calc(31px * 0.9);
}.contact_section .inquiry_block {
    padding: 150px 20px 80px;
}.contact_section form {
    padding: 40px 30px;
    width: 100%;
}.contact_section form h3 {
    margin-bottom: 35px;
    font-size: calc(31px * 0.9);
}
}



@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateX(5deg) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateX(2deg) translateY(0);
  }
}



@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}



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



@keyframes rotateGlow {
  0% {
    transform: rotate(-12deg);
  }
  100% {
    transform: rotate(348deg);
  }
}



@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes slide-in {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



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



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}



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



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



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.15;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}



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



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



@keyframes growBar {
    to {
        height: 70%;
    }
}



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



@keyframes overlayPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}



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

