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

.nav_block {
    flex: 1 0 auto;
}

.study_bottom {
    flex: 0 0 auto;
}

.learning_impact::before {
    right: -50px;
    z-index: 0;
    content: "";
    width: 200px;
    filter: blur(120px);
    height: 200px;
    position: absolute;
    top: -50px;
    background: rgb(74,103,161,0.5);
}

.learning_impact .paragraph_box {
    padding: 40px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    position: relative;
}

.learning_impact .paragraph_box > div {
    margin-bottom: 20px;
}

.learning_impact .paragraph_box p {
    color: #000000;
    display: flex;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    align-items: flex-start;
}

.learning_impact .paragraph_box svg {
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}

.learning_impact .img_overlay:hover {
    transform: translateZ(0) perspective(1000px) rotateY(0);
}

.education_history::before {
    top: 0;
    background-size: 150px 150px;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(130,150,181,0.5) 85%, rgb(130,150,181,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(74,103,161,0.5) 85%, rgb(74,103,161,0.5) 88%, transparent 88%);
    width: 100%;
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    animation: gridFlow 20s linear infinite;
    opacity: 0.1;
}

.education_history .img_overlay {
    border-radius: 27px 0 0 27px;
    transform: scale(1);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    grid-area: photo;
    height: 100%;
    z-index: 2;
    filter: contrast(1.1) brightness(1.05);
    position: relative;
}

.education_history .name::after {
    transition: width 0.5s ease;
    width: 0;
    content: "";
    bottom: 0;
    position: absolute;
    background: rgb(130,150,181);
    height: 2px;
    left: 0;
}

.education_history .student_stories:hover .work_background {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateX(15px) translateY(-5px);
}

.start_now {
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(130,150,181), rgb(74,103,161));
}

.start_now::before {
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 10px
    );
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: -1;
}

.start_now .container > div::before {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    top: -1.5rem;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    max-width: 600px;
}

.start_now .support_feedback {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    padding: 1.2rem 2.5rem;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    color: #000000;
    font-size: 18px;
    background: #ffffff;
}

.future_learners h3 {
    margin-bottom: 60px;
    padding: 20px 40px;
    background-color: #edf0f8;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    border-radius: 15px;
    position: relative;
}

.future_learners ul li::before {
    border-radius: 50%;
    position: absolute;
    width: 12px;
    right: 15px;
    background: linear-gradient(135deg, rgb(130,150,181), rgb(74,103,161));
    opacity: 0.5;
    transition: opacity 0.3s ease;
    top: 15px;
    height: 12px;
    content: '';
}

.future_learners ul li svg path {
    fill: rgb(130,150,181);
    transition: fill 0.4s ease;
}

.future_learners ul li:hover svg path {
    fill: rgb(74,103,161);
}

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

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

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

footer .info_item p,
footer .info_item a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 17px;
}

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

footer .head_teach h5::after {
    bottom: -2px;
    left: 0;
    height: 2px;
    content: "";
    width: 60px;
    background-color: rgb(130,150,181);
    position: absolute;
}

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

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

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

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

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

footer .terms_legal {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

.thanksHub {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(182,191,205), #ffffff);
}

.thanksHub h2 {
    color: #000000;
    transform: translateZ(20px);
    animation: fadeSlideIn 0.8s ease-out forwards;
    line-height: 1.4;
    position: relative;
    font-size: 34px;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    margin-bottom: 40px;
}

.thanksHub .vision_mission::before {
    position: absolute;
    right: 20px;
    content: "";
    border-radius: 50%;
    opacity: 0.15;
    background: linear-gradient(135deg, rgb(74,103,161,0.5) 30%, transparent 70%);
    height: 100px;
    top: 20px;
    transform: translateZ(-5px);
    width: 100px;
}

.title_welcome::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(45deg, rgb(130,150,181,0.5) 15%, transparent 15%, transparent 85%, rgb(74,103,161,0.5) 85%);
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 85% 100%, 0 100%);
    left: 0;
    top: 0;
    right: 0;
    content: "";
}

.title_welcome h3 {
    line-height: 1.5;
    margin-bottom: 1rem;
    letter-spacing: 0.03em;
    font-weight: 400;
    padding-left: 2rem;
    color: #ffffff;
    font-size: calc(23px * 1.1);
    position: relative;
    max-width: 90%;
}

.title_welcome .skill_mastery {
    position: relative;
    background: linear-gradient(120deg, rgba(25, 29, 43, 0.85), rgba(15, 19, 33, 0.95));
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25),
              0 0 0 1px rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
    transform: translateY(20px);
    backdrop-filter: blur(8px);
    opacity: 0;
    animation: fadeUpIn 1s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.our_mission::before {
    z-index: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(74,103,161,0.5), 0.07) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(130,150,181,0.5), 0.08) 0%, transparent 60%);
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
}

.our_mission .edu_ethos {
    border-radius: 10px;
    transform: translateY(40px);
    position: relative;
    padding: 30px;
    animation: fadeUpIn 0.8s ease-out forwards;
    overflow: hidden;
    background: #ffffff;
    opacity: 0;
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.our_mission .edu_ethos div {
    opacity: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    margin-left: 15px;
    animation: fadeUp 0.8s ease-out forwards 1s;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
}

.privacy_panel h3, .privacy_panel h4, .privacy_panel h5, .privacy_panel h6 {
    margin: 1rem 0;
    color: rgb(130,150,181);
    font-weight: 400;
}

.privacy_panel ol {
    list-style-type: decimal;
}

.privacy_panel p {
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 20px;
}

.statistical_details .container {
    flex-direction: row-reverse;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
    gap: 50px;
    display: flex;
    max-width: 1200px;
}

.statistical_details .study_gain::before {
    border-radius: calc(25px + 2px);
    top: -2px;
    content: "";
    position: absolute;
    right: -2px;
    opacity: 0.6;
    left: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, rgb(130,150,181), rgb(74,103,161), rgb(130,150,181));
    animation: borderGlow 6s linear infinite;
    z-index: -1;
}

.statistical_details .benefits_block::before {
    width: 100%;
    bottom: 0;
    content: "";
    height: 5px;
    transform-origin: left;
    left: 0;
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, rgb(130,150,181), rgb(74,103,161));
    position: absolute;
    transform: scaleX(0.2);
}

.statistical_details .benefits_block span {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.5;
    transition: opacity 0.3s ease;
    max-width: 200px;
    font-weight: 400;
    opacity: 0.9;
    font-size: 18px;
}

.statistical_details .statistics_advance {
    border-radius: 10px;
    font-size: 18px;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(130,150,181);
    max-width: 95%;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.9);
    opacity: 1;
    line-height: 1.8;
}

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

.user_reviews .student_stories {
    padding: 30px;
    border-left: 4px solid rgb(130,150,181);
    position: relative;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.5s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 20px 40px rgba(83, 83, 83, 0.04);
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff, #f8f9fd);
}

.user_reviews .student_stories h4 {
    color: #000000;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.user_reviews a {
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    text-align: center;
    padding: 15px 32px;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    font-size: 15px;
    background: linear-gradient(135deg, rgb(130,150,181), rgb(74,103,161));
    text-decoration: none;
}

.course_offering .study_route:hover .tech_classes {
    animation-play-state: paused;
}

.course_offering .learn_track img {
    object-fit: cover;
    transform: scale(1.1);
    width: 100%;
    filter: brightness(1.05) contrast(1.1);
    transition: transform 1s ease;
    height: 100%;
}

.course_offering .learn_coding p {
    margin-bottom: 2rem;
    line-height: 1.7;
    font-size: 12px;
    color: #000000;
}

.course_offering .learn_coding .support_feedback:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

header::before {
    width: 100%;
    z-index: 1;
    animation: pulse-bg 8s infinite alternate;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(74,103,161,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(130,150,181,0.5) 0%, transparent 15%);
    position: absolute;
    opacity: 0.3;
}

header .head_main svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 8px rgb(130,150,181,0.5));
    transition: all 0.4s ease;
}

header .head_teach {
    width: 100vw;
    border-bottom: 1px solid rgb(130,150,181,0.5);
    display: flex;
    border-top: 1px solid rgb(130,150,181,0.5);
    overflow-x: auto;
    scrollbar-width: none;
    position: relative;
    justify-content: center;
    padding: 1rem 0;
    gap: 0.8rem;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
}

header .nav_page:hover {
    transform: translateY(-2px) translateZ(0);
    color: rgb(74,103,161);
    text-shadow: 0 0 5px rgb(74,103,161,0.5);
}

.connect_form .container {
    max-width: 1400px;
    padding: 0 1rem;
    margin: 0 auto;
}

.connect_form .img_overlay::before {
    content: '';
    opacity: 0.7;
    background: linear-gradient(
        135deg, 
        rgb(130,150,181,0.5) 0%, 
        rgb(74,103,161,0.5) 100%
    );
    z-index: 1;
    transform: skew(10deg);
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 120%;
}

.connect_form .query_help form {
    gap: 1.5rem;
    display: grid;
}

.connect_form .query_help input:not([type="checkbox"]):not([type="submit"]) {
    transition: all 0.3s ease;
    outline: none;
    padding: 1rem 1.5rem;
    position: relative;
    border: 1px solid rgb(130,150,181,0.5);
    color: #ffffff;
    width: 100%;
    font-size: 16px;
    border-radius: 10px;
    background: rgb(74,103,161,0.5);
}

.connect_form .query_help .inquiry_form label {
    display: flex;
    color: #ffffff;
    font-size: 16px;
    align-items: center;
}

.connect_form .query_help .inquiry_form a:hover {
    text-decoration: underline;
}

.connect_form .query_help .support_feedback:hover::before {
    opacity: 1;
}

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

.plan_list::before {
    top: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(130,150,181,0.5) 100%);
    right: 0;
    position: absolute;
    backdrop-filter: blur(8px);
    left: 0;
    content: "";
}

.plan_list .class_cost {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    perspective: 1000px;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.plan_list .class_cost li:nth-child(1) {
    animation-delay: 0.4s;
}

.plan_list .class_cost li:nth-child(4) {
    animation-delay: 1s;
}

.plan_list .cost_deals {
    overflow: hidden;
    transition: box-shadow 0.45s ease, transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 15px;
    position: relative;
    background: #ffffff;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
}

.plan_list .bundle_offer h4::after {
    bottom: 0;
    transition: width 0.35s ease, background 0.35s ease;
    position: absolute;
    content: "";
    background: rgb(130,150,181,0.5);
    left: 0;
    height: 2px;
    width: 50px;
}

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



@media (min-width: 992px) {.learning_impact {
    padding: 150px 0;
}.learning_impact .vision_mission {
    gap: 80px;
}.learning_impact .paragraph_box {
    padding: 60px;
}.learning_impact .paragraph_box h4 {
    margin-bottom: 40px;
    font-size: calc(20px * 1.2);
}.learning_impact .paragraph_box h4::after {
    width: 80px;
}.learning_impact .img_overlay {
    box-shadow: 35px 35px 70px rgba(0, 0, 0, 0.12);
}
}



@media (max-width: 992px) {.education_history .student_stories {
    gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
            "img_overlay"
            "name"
            "work_achievements"
            "work_background";
    grid-template-columns: 1fr;
}.education_history .img_overlay {
    height: 350px;
    border-radius: 27px 27px 0 0;
}.education_history .img_overlay::before {
    height: 10px;
    width: 100%;
}.education_history .name {
    text-align: center;
    margin-top: 0;
}.education_history .name::after {
    transform: translateX(-50%);
    left: 50%;
}.education_history .student_stories:hover .name {
    transform: translateY(-5px);
}.education_history .student_stories span:not(.name) {
    margin: 0 auto;
}.education_history .student_stories:hover span:not(.name) {
    transform: translateY(-5px);
}.education_history .work_background {
    margin: 0 auto;
    border-left: none;
    border-top: 4px solid rgb(74,103,161);
    width: 90%;
}.education_history .student_stories:hover .work_background {
    transform: translateY(-5px);
}
}



@media (min-width: 768px) {footer .study_bottom {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .join_us {
    white-space: nowrap;
}
}



@media (max-width: 1200px) {.thanksHub {
    padding: 100px 0;
}.thanksHub h2 {
    font-size: calc(34px * 0.9);
}
}



@media (max-width: 768px) {.thanksHub {
    padding: 60px 0;
}.thanksHub h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.8);
}.thanksHub h2::after {
    width: 60px;
    bottom: -12px;
}.thanksHub .vision_mission {
    padding: 25px 30px 20px;
}.thanksHub li span {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 767px) {.title_welcome {
    padding: 1.5rem;
}.title_welcome h3 {
    padding-left: 1.5rem;
    font-size: 23px;
}.title_welcome h1 {
    font-size: 46px;
}.title_welcome .skill_mastery {
    padding: 1.5rem;
}.title_welcome .skill_mastery > div {
    height: 180px;
}.title_welcome p {
    padding: 1.5rem;
}
}



@media (min-width: 992px) {.our_mission {
    padding: 180px 0;
}.our_mission h1 {
    font-size: calc(41px * 1.2);
}.our_mission .edu_ethos {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.our_mission .edu_ethos:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.15);
}.our_mission .edu_ethos:hover::before {
    background: linear-gradient(to bottom, rgb(74,103,161), rgb(130,150,181));
}}



@media (max-width: 1024px) {.user_reviews {
    padding: 80px 0 60px;
}.user_reviews h2 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.user_reviews .feedback_perspectives {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}



@media screen and (max-width: 992px) {.course_offering {
    height: auto;
    min-height: 0;
    flex-direction: column;
    display: flex;
    max-height: none;
}.course_offering::before {
    background: linear-gradient(180deg, rgb(182,191,205) 0%, transparent 50%);
}.course_offering .study_route {
    width: 100%;
    order: 2;
    position: relative;
    height: 400px;
}.course_offering .container {
    width: 100%;
    order: 1;
    padding: 4rem 2rem;
}.course_offering .vision_mission {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}
}



@media (max-width: 767px) {header .head_main {
    margin: 0.6rem 0 1rem;
}header .head_main svg {
    height: 35px;
}header .head_main::before {
    width: 90px;
    height: 90px;
}header .head_main::after {
    height: 50px;
    width: 50px;
}header .head_teach {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .nav_page {
    font-size: calc(12px - 2px);
    padding: 0.4rem 1rem;
}header .nav_page:first-child {
    margin-left: 2rem;
}header .nav_page:last-child {
    margin-right: 2rem;
}}



@media (max-width: 767px) {.plan_list {
    padding: 60px 0;
}.plan_list h2 {
    font-size: calc(36px * 0.8);
}.plan_list .premium_plan {
    font-size: calc(15px * 0.95);
    margin-bottom: 40px;
}.plan_list .class_cost {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.plan_list .bundle_offer p {
    max-height: none;
}
}



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



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



@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}



@keyframes slideInRight {
  0% {
    transform: translateX(5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes fadeUpIn {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
}



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



@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}



@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}



@keyframes cardReveal {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

