﻿.trophy_case {
    flex: 0 0 auto;
}

.trophy_case {
    position: relative;
    padding: 5rem 0 3rem;
    color: #ffffff;
    z-index: 1;
}


.course_benefits {
    background: linear-gradient(135deg, rgb(239,233,217) 0%, rgba(0, 0, 0, 0.5) 20%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.course_benefits .thumbnail_img {
    overflow: hidden;
    flex: 1;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2),
                -20px -20px 40px rgba(255, 255, 255, 0.05);
    border-radius: 26px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    min-height: 500px;
    position: relative;
}

.course_benefits .text_capsule {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

.course_benefits .text_main_holder {
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.course_benefits .text_main_holder > div:nth-child(2) {
    --i: 2;
}

.course_benefits .text_main_holder > div:nth-child(4) {
    --i: 4;
}

.course_benefits .text_main_holder svg {
    width: 30px;
    flex-shrink: 0;
    height: 30px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}

.meet_us::before {
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(209,197,168,0.5) 0%, transparent 50%);
    z-index: 1;
    content: "";
    top: 0;
}

.meet_us h3 {
    position: relative;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: rgb(209,197,168);
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
}

.meet_us .knowledge_track span {
    font-size: 20px;
    padding-left: 15px;
    color: rgb(209,197,168);
    grid-column: 1 / 2;
    position: relative;
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
}

.meet_us .knowledge_track p {
    font-size: 12px;
    position: relative;
    grid-column: 1 / 2;
    color: #000000;
    line-height: 1.8;
}

.meet_us .knowledge_track .thumbnail_img::after {
    width: 100%;
    content: "";
    height: 5px;
    top: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(209,197,168), rgb(179,166,134));
    left: 0;
}

.meet_us .virtual_guides p {
    color: #000000;
    font-size: 12px;
    grid-row: 1 / 2;
    position: relative;
    line-height: 1.8;
    grid-column: 2 / 3;
}

.meet_us .virtual_guides .learn_expert::before {
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
}

.test_drive::before {
    width: 100%;
    opacity: 0.1;
    top: 0;
    z-index: -1;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(209,197,168,0.5) 0px,
        rgb(209,197,168,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 100%;
    left: 0;
}

.test_drive h6::after {
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
    background: #ffffff;
    left: 50%;
    bottom: -15px;
    height: 2px;
    opacity: 0.7;
    content: "";
}

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

.contact_us::before {
    width: 100%;
    z-index: 1;
    background: rgb(239,233,217);
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(209,197,168,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(179,166,134,0.5) 0%, transparent 30%);
    left: 0;
    top: 0;
    content: "";
    height: 100%;
}

.contact_us .query_widget::before {
    border: 1px solid rgb(209,197,168);
    opacity: 0.2;
    content: "";
    z-index: 3;
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 12px;
}

.contact_us .thumbnail_img::after {
    content: "";
    opacity: 0.7;
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(209,197,168,0.5) 100%);
    z-index: 2;
}

.contact_us form h3 {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 700;
}

.contact_us form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.contact_us .feedback_info {
    position: relative;
    margin-bottom: 35px;
}

.contact_us .feedback_info label {
    color: #000000;
    font-size: 12px;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
}

.contact_us .feedback_info label a {
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    color: rgb(209,197,168);
}

.contact_us .query_request::before {
    transform-origin: right;
    width: 100%;
    transition: transform 0.5s ease;
    top: 0;
    height: 100%;
    background: rgb(179,166,134);
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    transform: scaleX(0);
}

.contact_us svg:hover,
.contact_us svg:hover path {
    transform: translateY(-2px);
    fill: rgb(179,166,134);
    filter: drop-shadow(0 0 3px rgb(179,166,134,0.5));
}

.secure_nest h1 {
    margin-bottom: 2rem;
    font-size: 39px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 1rem;
    transition: transform 0.5s ease-out;
    transform: translateX(0);
    position: relative;
}

.secure_nest h1:hover {
    transform: translateX(5px);
}

.secure_nest h2 {
    margin: 2.5rem 0 1.5rem;
    font-size: 35px;
    padding-left: 1rem;
    color: #000000;
    position: relative;
    border-left: 3px solid rgb(179,166,134);
    font-weight: 600;
}

.secure_nest p:hover {
    transform: translateX(5px);
}

.secure_nest p:hover strong::after {
    width: 100%;
}

.secure_nest li {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    list-style-type: none;
    color: #000000;
    font-size: 17px;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
    position: relative;
    padding-left: 1.5rem;
}

.join_list {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(209,197,168,0.5), rgb(179,166,134));
    position: relative;
    padding: 4rem 0;
    z-index: 1;
}

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

.join_list .knowledge_sessions {
    backdrop-filter: blur(15px);
    transform: translateZ(0);
    display: grid;
    border-radius: 28px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 2rem;
    padding: 2.5rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    box-shadow: 0 10px 30px rgba(0,0,0,0.1), 
                0 1px 0 rgba(255,255,255,0.1) inset,
                0 -1px 0 rgba(0,0,0,0.1) inset;
    grid-template-columns: 1fr;
    -webkit-backdrop-filter: blur(15px);
}

.join_list input[type="email"]:focus {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1), 0 0 0 2px rgb(209,197,168,0.5);
    border-color: rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.15);
    transform: translateY(-2px);
}

.join_list .join_news:hover {
    background: linear-gradient(to right, #ffffff, rgba(255,255,255,0.9));
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15), 
                0 1px 0 rgba(255,255,255,0.5) inset;
    color: rgb(209,197,168);
}

.tyMessage::after {
    transform: rotate(15deg) translateZ(0);
    position: absolute;
    filter: blur(20px);
    left: -5%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: "";
    width: 35%;
    z-index: -1;
    bottom: -5%;
    background: linear-gradient(45deg, rgb(179,166,134) 0%, transparent 70%);
    height: 35%;
    opacity: 0.15;
}

.tyMessage .knowledge_sessions > div:first-child::after {
    transform-origin: left center;
    left: 0;
    width: 80%;
    content: "";
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    bottom: 0;
    transform: scaleX(0);
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(209,197,168) 0%, transparent 100%);
}

.tyMessage a {
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0.5rem 0;
    text-decoration: none;
    position: relative;
    display: block;
}

.tyMessage a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

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

.pricing_lineup h2::after {
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: rgb(179,166,134);
    position: absolute;
    height: 3px;
    width: 80px;
    bottom: -10px;
}

.pricing_lineup .rate_choice li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pricing_lineup .training_sub {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    height: 100%;
    padding: 35px 30px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}

.pricing_lineup .value_pricing p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 30px;
    font-size: 14px;
    max-height: 200px;
    overflow-y: auto;
    line-height: 1.6;
    word-break: break-word;
    padding-right: 5px;
    overflow-wrap: break-word;
}



.reach_out_info .container {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    padding: 20px;
    position: relative;
    border-radius: 17px;
    z-index: 1;
}

.reach_out_info .quick_request::before {
    transform: rotate(45deg);
    animation: shimmer 10s linear infinite;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.03), transparent);
    pointer-events: none;
    height: 200%;
    width: 200%;
    left: -50%;
    position: absolute;
    top: -50%;
    content: "";
}

.reach_out_info .edu_help {
    font-size: calc(15px * 1.2);
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}

.reach_out_info .quick_request p span {
    display: inline-block;
    margin-left: 10px;
    color: #ffffff;
}

.reach_out_info .get_contactblock h3 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 21px;
}

.reach_out_info .quick_request .thumbnail_img {
    border-radius: 17px;
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
    width: 100%;
    transition: all 0.5s ease;
    position: relative;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.reach_out_info .learn_chat a::before {
    content: "";
    background: rgb(209,197,168);
    left: 0;
    transition: height 0.3s ease;
    height: 0%;
    width: 3px;
    position: absolute;
    top: 0;
}

.reach_out_info .learn_chat a p {
    font-size: 15px;
    transition: all 0.3s ease;
    margin: 0;
    color: #ffffff;
}

.reach_out_info .quick_request p:hover svg,
.reach_out_info .quick_request p:hover svg path {
    fill: rgb(209,197,168);
}

.course_methodology .container {
    position: relative;
    z-index: 5;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    width: 100%;
    padding: 5rem 2rem;
}

.course_methodology .knowledge_sessions::before {
    opacity: 0.6;
    border: 2px solid rgb(209,197,168,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    border-radius: 50%;
    animation: rotateCircle 20s linear infinite;
    top: 0;
}

.course_methodology h3::after {
    bottom: -20%;
    height: 30px;
    border: 2px solid rgb(209,197,168,0.5);
    z-index: 2;
    content: "";
    width: 30px;
    border-radius: 5px;
    position: absolute;
    transform: translate(-50%, 50%) rotate(45deg);
    animation: rotateElement 10s linear infinite;
    left: 50%;
    background: #ffffff;
}

.cookie_popup_disclosure {
    background: rgb(179,166,134);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(179,166,134);
    position: fixed;
    z-index: 90;
    bottom: 0;
    animation: slideUp 0.5s forwards;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    padding: 20px 0;
    transform: translateY(100%);
    font-family: Arial, sans-serif;
}

.cookie_popup_disclosure p a {
    transition: color 0.3s ease;
    color: rgb(209,197,168);
    text-decoration: none;
}

.academic_experience::before {
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(209,197,168,0.5) 0px,
        rgb(209,197,168,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
}

.academic_experience .user_reviews::before {
    background: linear-gradient(to bottom, rgb(209,197,168) 0%, rgb(179,166,134) 100%);
    width: 5px;
    transition: transform 0.3s ease-out;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left center;
    height: 100%;
    transform: scaleY(0.95);
}

.academic_experience .name {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    text-align: center;
    transform: translateY(0);
}

.academic_experience .user_reviews > div:nth-child(2) > div {
    text-align: center;
    transition: color 0.3s ease;
    opacity: 0.9;
    font-style: italic;
    color: rgb(179,166,134);
    font-size: calc(16px * 0.95);
}

.trophy_case::before {
    backdrop-filter: blur(8px);
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(209,197,168,0.5) 100%);
    top: 0;
    height: 100%;
    z-index: -1;
}

.trophy_case .story_spot {
    justify-content: flex-end;
    display: flex;
}

.trophy_case .nav_pro::before {
    position: absolute;
    height: 40px;
    border-top: 1px solid rgb(209,197,168);
    content: "";
    border-left: 1px solid rgb(209,197,168);
    width: 40px;
    top: -10px;
    left: -20px;
    opacity: 0.4;
}

.trophy_case .nav_pro .nav_top a::before {
    content: "";
    transform: translateY(-50%);
    border-radius: 50%;
    top: 50%;
    background-color: rgb(209,197,168);
    height: 5px;
    width: 5px;
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
}

.milestone_cta .terms_legal {
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

header .top_train::after {
    content: "";
    height: 100%;
    top: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: -1;
    position: absolute;
    opacity: 0.1;
    width: 40%;
    background: linear-gradient(135deg, transparent 25%, rgb(209,197,168,0.5) 100%);
    right: 0;
}

header .header_mainbar svg {
    transition: all 0.3s ease;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    height: 50px;
    width: auto;
}

header .nav_site {
    perspective: 800px;
    position: relative;
    margin: 5px 8px;
}

header .nav_site:hover::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    left: -15px;
}

header .nav_site a {
    transform-style: preserve-3d;
    font-weight: 600;
    border: 1px solid transparent;
    overflow: hidden;
    display: block;
    font-size: 16px;
    border-radius: 10px;
    position: relative;
    background: transparent;
    color: #000000;
    padding: 10px 18px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: Arial, sans-serif;
}

.opening_page .page_welcome {
    max-width: 1200px;
    padding: 2rem;
    width: 100%;
    z-index: 1;
    transform-style: preserve-3d;
    position: relative;
}

.opening_page .learning_primary::after {
    transform: translateX(-100%);
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, 
    rgb(209,197,168) 0%, 
    rgb(179,166,134) 50%, 
    rgb(209,197,168) 100%);
    height: 5px;
    animation: slide-in 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.5s;
}

.opening_page .learning_primary div {
    position: relative;
    padding-left: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    margin-top: 2.5rem;
}

.opening_page .learning_primary div::before {
    content: "";
    width: 3px;
    left: 0;
    animation: scale-down 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards 1s;
    background-color: rgb(179,166,134);
    height: 100%;
    position: absolute;
    top: 0;
    transform-origin: top center;
    transform: scaleY(0);
}

.course_program_description .class_map {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course_program_description .text_capsule::before {
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    background: linear-gradient(135deg, rgb(209,197,168,0.5), transparent 70%, rgb(179,166,134,0.5)) border-box;
    position: absolute;
    top: 0;
    border: 1px solid transparent;
    content: "";
    left: 0;
    width: 100%;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    height: 100%;
    opacity: 0.3;
    z-index: -1;
    border-radius: 26px;
}

.course_program_description .class_map::before,
.course_program_description .class_map::after {
    width: 200px;
    top: 50%;
    opacity: 0.5;
    background-color: rgb(209,197,168,0.5);
    position: absolute;
    content: "";
    z-index: 1;
    height: 1px;
}

.course_program_description .class_map::before {
    transform: rotate(45deg);
    left: -100px;
}



@media (max-width: 576px) {.course_benefits {
    padding: 60px 0;
}.course_benefits .thumbnail_img {
    min-height: 250px;
}.course_benefits h2 {
    font-size: calc(33px * 0.85);
}.course_benefits .text_main_holder > div {
    gap: 12px;
    padding: 12px;
}.course_benefits .text_main_holder svg {
    width: 20px;
    height: 20px;
}}



@media (max-width: 991px) {.test_drive {
    padding: 3.5rem 1.5rem;
}.test_drive h6 {
    font-size: calc(21px - 2px);
}
}



@media (max-width: 767px) {.test_drive {
    padding: 3rem 1rem;
}.test_drive .container {
    gap: 2rem;
}.test_drive h6 {
    font-size: calc(21px - 4px);
}.test_drive .query_request {
    padding: 12px 25px;
    font-size: calc(19px - 1px);
}
}



@media (max-width: 480px) {.contact_us {
    padding: 50px 0;
}.contact_us h2 {
    font-size: calc(42px * 0.7);
    margin-bottom: 30px;
}.contact_us .thumbnail_img {
    min-height: 200px;
}.contact_us .connect_message {
    padding: 30px 20px;
}.contact_us form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.contact_us form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_us .feedback_info {
    margin-bottom: 20px;
}.contact_us .feedback_info label {
    font-size: calc(12px * 0.9);
}.contact_us .query_request {
    padding: 12px 20px;
}}



@media (min-width: 992px) {.join_list {
    padding: 6rem 0;
}.join_list .knowledge_sessions {
    padding: 4rem;
    gap: 4rem;
}.join_list h4 {
    font-size: calc(21px * 1.3);
}.join_list .knowledge_sessions > div:first-child {
    animation: fadeIn 0.8s ease-out;
}.join_list .input_holder {
    animation: fadeIn 0.8s 0.2s both ease-out;
}
}



@media (max-width: 480px) {.tyMessage {
    padding: 4rem 0;
}.tyMessage .knowledge_sessions {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
    padding: 2rem 1.5rem;
}.tyMessage h5 {
    font-size: calc(24px * 0.75);
}.tyMessage p {
    font-size: calc(18px * 0.9);
}
}



@media (max-width: 767px) {.pricing_lineup {
    padding: 60px 0;
}.pricing_lineup h2 {
    font-size: calc(28px - 4px);
}.pricing_lineup .discount_tier {
    font-size: 14px;
    margin-bottom: 30px;
}.pricing_lineup .rate_choice {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_lineup .value_pricing h4 {
    font-size: 19px;
}.pricing_lineup .rate_plans {
    font-size: 19px;
}
}



@media (max-width: 992px) {.course_methodology .container {
    padding: 4rem 1.5rem;
}.course_methodology .knowledge_sessions {
    gap: 4rem;
    aspect-ratio: auto;
    height: auto;
}.course_methodology h3 {
    width: 80%;
    margin: 0;
    font-size: calc(36px * 0.9);
    padding: 1.8rem 2.5rem;
}.course_methodology span {
    width: 80%;
    padding: 1.8rem 2.5rem;
    font-size: calc(16px * 0.95);
}.course_methodology h3::before,
    .course_methodology h3::after {
    display: none;
}.course_methodology span::after {
    display: none;
}.course_methodology .knowledge_sessions::before,
    .course_methodology .knowledge_sessions::after {
    width: 100%;
    top: 0;
    height: 100%;
    border-radius: 28px;
    left: 0;
}
}



@media (min-width: 1200px) {.academic_experience .container {
    padding: 0 2rem;
}.academic_experience .user_reviews {
    grid-template-columns: auto 1fr 3fr;
    padding: 4rem 5rem;
}.academic_experience .thumbnail_img {
    width: 200px;
    height: 200px;
}.academic_experience .job_area {
    padding-right: 1rem;
}.academic_experience .user_reviews > div:nth-child(2) {
    padding-right: 1rem;
}
}



@media screen and (max-width: 576px) {.trophy_case .company_holder h3 {
    font-size: 33px;
}.trophy_case .nav_pro h5 {
    font-size: calc(20px * 1.1);
}.trophy_case .nav_pro .nav_top a {
    font-size: calc(18px * 0.9);
}}



@media (max-width: 480px) {header .nav_pro {
    padding: 15px;
    flex-direction: column;
    align-items: center;
}header .nav_site {
    margin: 3px 0;
    width: 100%;
}header .nav_site a {
    width: 100%;
    text-align: center;
}header .nav_site::before {
    display: none;
}header .header_mainbar svg {
    height: 40px;
}}



@media (min-width: 992px) {.course_program_description .class_map {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    grid-template-rows: auto auto auto;
}.course_program_description .text_capsule {
    margin-bottom: 60px;
    grid-column: 1 / 3;
    grid-row: 1;
    max-width: 100%;
}.course_program_description .text_capsule .description:first-of-type {
    grid-row: 2;
    grid-column: 1;
    text-align: right;
    padding-right: 30px;
}.course_program_description .text_capsule .description:last-child {
    grid-row: 2;
    grid-column: 2;
    text-align: left;
    padding-left: 30px;
}.course_program_description .thumbnail_img {
    height: 500px;
    grid-column: 1 / 3;
    margin-top: 60px;
    grid-row: 3;
    max-width: 100%;
}.course_program_description .class_map {
    position: relative;
}.course_program_description .class_map::after {
    background: linear-gradient(to bottom, transparent, rgb(209,197,168,0.5) 30%, rgb(209,197,168,0.5) 70%, transparent);
    z-index: 1;
    transform: translateX(-50%);
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}
}



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

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}



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



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

@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) rotate(45deg);
    }
}



@keyframes rotateElement {
    0% {
        transform: translate(-50%, 50%) rotate(45deg);
    }
    100% {
        transform: translate(-50%, 50%) rotate(405deg);
    }
}



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



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

