header,footer {
    width: 100%;
}

header {
    overflow: visible;
    z-index: 100;
    margin-top: 0;
    position: relative;
    background: linear-gradient(90deg, rgb(144,146,143) 0%, rgb(185,186,182) 100%);
    padding: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}

.client_feedback h4 {
    margin-bottom: 4rem;
    color: #000000;
    transform: skewX(-5deg);
    text-align: center;
    font-weight: 700;
    font-size: 31px;
    position: relative;
}

.client_feedback .review_quotes {
    background: #ffffff;
    padding: 2.5rem;
    transform: rotateX(10deg) rotateY(-5deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    backface-visibility: hidden;
    transition: all 0.5s ease;
    border-radius: 15px;
    overflow: hidden;
}

.client_feedback .review_quotes span::after {
    display: block;
    background: rgb(185,186,182);
    height: 2px;
    margin: 0.5rem auto;
    content: "";
    width: 40px;
}

.privacy_safeguard::after {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    height: 100%;
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.9) 0%, 
                rgba(#ffffff, 0.7) 50%, 
                rgba(#ffffff, 0.9) 100%);
}

.privacy_safeguard h2 {
    padding-left: 1rem;
    margin: 2.5rem 0 1.5rem;
    font-size: 29px;
    animation: fadeSlideIn 0.8s ease-out forwards;
    transform: translateZ(3px);
    color: rgb(144,146,143);
    animation-delay: 0.2s;
    font-weight: 600;
    opacity: 0;
    position: relative;
}

.privacy_safeguard h3::before {
    border-radius: 10px;
    width: 2px;
    bottom: 0;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(144,146,143), rgb(185,186,182));
}

.privacy_safeguard p:hover {
    transform: translateZ(5px);
    transition: transform 0.5s ease;
}

.privacy_safeguard ul {
    opacity: 0;
    animation: fadeSlideIn 0.8s ease-out forwards;
    position: relative;
    animation-delay: 0.6s;
    margin: 1.5rem 0 2rem;
    list-style: none;
    padding-left: 1.5rem;
}

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

.price_row::before {
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    right: 0;
}

.price_row h2 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
    position: relative;
    transform: translateY(0);
    animation: float 6s ease-in-out infinite;
    color: #ffffff;
    text-align: center;
}

.price_row .payment_pricing {
    display: block;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-sizing: border-box;
    height: 100%;
    transform-style: preserve-3d;
    text-decoration: none;
}

.price_row .payment_pricing h4 {
    margin: 0 0 20px;
    font-size: calc(19px * 1.2);
    font-weight: 700;
    color: #ffffff;
    position: relative;
}

.price_row .fee_plan {
    transition: all 0.3s ease;
    align-self: flex-start;
    font-size: calc(19px * 1.4);
    transform: translateZ(10px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: inline-block;
    background: linear-gradient(135deg, rgb(185,186,182,0.5) 0%, rgb(144,146,143,0.5) 100%);
    border-radius: 6px;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 20px;
}

header .head_lead:hover::before {
    opacity: 0;
}



header .nav_pagebar {
    position: relative;
    transition: all 0.3s ease;
    display: block;
}

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

header .nav_tutor {
    position: relative;
    margin: 0 0.4rem;
}

header .nav_tutor a::before {
    content: '';
    position: absolute;
    left: -2px;
    z-index: -1;
    background: #ffffff;
    opacity: 0;
    right: -2px;
    top: -2px;
    transform: scale(0.9);
    transition: opacity 0.3s ease;
    bottom: -2px;
}

header .page_nav::before {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 1px;
    width: 100%;
    top: 0;
    content: '';
}

.course_fit_for::before {
    width: 100%;
    background-size: 60px 60px;
    content: "";
    z-index: 0;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(185,186,182,0.5) 20px,
        rgb(185,186,182,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(144,146,143,0.5) 20px,
        rgb(144,146,143,0.5) 22px,
        transparent 22px
    );
    opacity: 0.15;
    left: 0;
}

.course_fit_for ul li::before {
    left: -5px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    background: rgb(185,186,182);
}

.course_fit_for ul li svg {
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
    transition: all 0.4s ease;
    left: 20px;
    top: 50%;
    position: absolute;
}

.course_fit_for ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(185,186,182);
}

.course_features {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    flex-direction: column;
    background-color: rgb(224,220,202);
    display: flex;
}

.course_features .job_skills {
    height: 100%;
    display: flex;
    animation: carousel-slide 35s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    width: calc(100% * 5);
}

.course_features .container {
    position: relative;
    z-index: 3;
    margin-top: auto;
    padding-bottom: 80px;
}

.course_features .learn_work::after {
    width: 200px;
    height: 200px;
    left: -100px;
    bottom: -100px;
}

.course_features .learn_work p {
    font-size: 12px;
    margin-bottom: 30px;
    opacity: 0.8;
    line-height: 1.7;
    text-align: center;
    color: #ffffff;
}

.course_features .learn_work .support_form:hover {
    color: #ffffff;
}

.who_we_are {
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 100vh;
}

.who_we_are::after {
    z-index: 2;
    opacity: 0.15;
    right: -10%;
    height: 70%;
    top: -10%;
    transform: rotate(-15deg);
    background: rgb(185,186,182);
    content: "";
    width: 70%;
    position: absolute;
    filter: blur(70px);
    animation: pulseGlow 8s infinite alternate ease-in-out;
}

.who_we_are h5 {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transition: transform 0.4s ease;
    padding-left: 1rem;
    transform: translateX(0);
    margin: 0;
    font-size: 23px;
    letter-spacing: 1.5px;
    color: #ffffff;
}

.who_we_are .snippet_wrap > div:nth-child(2) {
    position: relative;
}

.who_we_are .snippet_wrap > div:nth-child(2):hover p {
    transform: translateY(-0.25rem);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}

.who_we_are ol li::before {
    align-items: center;
    justify-content: center;
    background: #000000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    top: 1.5rem;
    border: 2px solid rgb(185,186,182);
    box-shadow: 0 0 15px rgb(185,186,182,0.5);
    left: -2.5rem;
    width: 2rem;
    border-radius: 50%;
    z-index: 2;
    height: 2rem;
    content: "";
    position: absolute;
}

.cookie_notice_message {
    width: 100%;
    z-index: 90;
    bottom: 0;
    animation: slideIn 0.5s ease-in-out;
    background: rgb(144,146,143);
    box-shadow: 0 -10px 30px rgb(185,186,182,0.5);
    position: fixed;
    border-top: 2px solid rgb(185,186,182);
}

.cookie_review:hover svg {
    transform: rotate(20deg);
}

.cookie_customize p {
    font-size: 16px;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(185,186,182,0.5);
    color: #ffffff;
}

.cookie_notice_message p a:hover {
    color: rgb(144,146,143);
}

#cookieMessageWindow:checked ~ .cookie_notice_message {
    visibility: hidden;
    opacity: 0;
}

.contact_us .thumb {
    width: 45%;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
    border-radius: 0 26px 26px 0;
    left: 0;
    position: absolute;
    height: 90%;
    top: 5%;
}

.contact_us h3 {
    position: relative;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    margin-bottom: 50px;
    color: rgb(185,186,182);
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    padding: 10px 30px;
    background: #ffffff;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact_us input[type="text"]:focus,
.contact_us textarea:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(185,186,182);
    outline: none;
}

.contact_us textarea {
    height: 130px;
    resize: none;
}

.contact_us .support_section {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}

.contact_us .support_section label::before {
    content: '';
    height: 18px;
    width: 18px;
    top: 2px;
    left: 0;
    border: 1px solid rgb(185,186,182);
    transition: all 0.3s ease;
    border-radius: 10px;
    position: absolute;
}

.contact_us .support_section a:hover {
    text-decoration: underline;
    color: rgb(144,146,143);
}

.contact_us .reach_info {
    color: #ffffff;
    padding: 40px;
    background: linear-gradient(135deg, rgb(185,186,182), rgb(144,146,143));
}

.contact_us .query_section {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact_us .query_section li:hover {
    transform: translateX(5px);
}

.contact_us .query_section svg path {
    fill: #ffffff;
}

.contact_us .query_section a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}

.course_instructor .review_quotes {
    transform: rotateX(5deg) rotateY(-2deg);
    transition: transform 0.5s ease;
    grid-template-areas:
    "photo quote"
    "name quote";
    background: #ffffff;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    display: grid;
    grid-template-rows: auto auto;
    border-radius: 14px;
    gap: 1.5rem;
    transform-style: preserve-3d;
    grid-template-columns: minmax(220px, 1fr) 2fr;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(185,186,182,0.5);
}

.course_instructor .career_overview::before {
    content: "";
    top: 0;
    border-radius: 14px;
    mix-blend-mode: overlay;
    position: absolute;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(185,186,182,0.5) 0%, transparent 40%, transparent 60%, rgb(144,146,143,0.5) 100%);
    left: 0;
}

.try_immediately .container {
    grid-template-columns: 1fr;
    z-index: 1;
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: grid;
}

.try_immediately div:nth-child(2)::before {
    border-radius: 100px;
    left: 50%;
    width: 120%;
    transform: translate(-50%, -50%) rotate(-2deg);
    filter: blur(15px);
    height: 120%;
    position: absolute;
    top: 50%;
    content: "";
    z-index: -1;
    background: rgba(255, 255, 255, 0.1);
}

.try_immediately .support_form span {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 3;
}

.try_immediately .support_form:hover::after {
    animation: shine 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

footer {
    width: 100%;
    z-index: 1;
    position: relative;
}



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

footer .gdpr_block {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}

footer .ask_feedback:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

footer .info_item svg {
    height: 20px;
    transition: transform 0.3s ease;
    width: 20px;
    margin-right: 12px;
    fill: rgb(185,186,182);
    filter: drop-shadow(0 0 3px rgb(185,186,182,0.5));
}

footer .head_lead {
    align-items: flex-start;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

footer .head_edu {
    padding: 25px;
    transition: box-shadow 0.3s ease;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.03);
}

footer .head_edu:hover h5::after {
    width: 100px;
}

footer .site_study {
    gap: 10px;
    flex-direction: column;
    margin-bottom: 25px;
    display: flex;
}

footer .site_study a:hover {
    color: rgb(185,186,182);
    padding-left: 20px;
}

footer .subscribe_holder {
    border-radius: 25px;
    padding: 30px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(144,146,143,0.5), #000000);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

footer .subscribe_holder p {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 17px;
    opacity: 0.9;
    line-height: 1.6;
}

footer .input_holder input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgb(185,186,182);
    box-shadow: 0 0 10px rgb(185,186,182,0.5);
    outline: none;
}

footer .sub_transition:hover {
    transform: translateY(-3px);
    background: rgb(144,146,143);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

footer .access_cta {
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    opacity: 0.7;
}

.statistical_overview .container {
    max-width: 1400px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    padding: 0 30px;
}

.statistical_overview h2::before {
    bottom: -15px;
    content: "";
    left: 50%;
    width: 60px;
    background: rgb(185,186,182);
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
}

.statistical_overview ul {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    gap: 30px;
    list-style: none;
    display: flex;
}

.statistical_overview .career_statistics::after {
    content: "";
    background-position: 0 0, 10px 10px;
    transition: opacity 0.4s ease;
    z-index: -1;
    opacity: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.4) 48%, rgba(255, 255, 255, 0.4) 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(255, 255, 255, 0.4) 48%, rgba(255, 255, 255, 0.4) 52%, transparent 52%);
    inset: 0;
    background-size: 20px 20px;
    position: absolute;
}

.gratSpot::before {
    height: 200px;
    z-index: 0;
    right: -50px;
    width: 200px;
    animation: float 15s infinite ease-in-out;
    content: "";
    top: -50px;
    background: rgb(144,146,143,0.5);
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
}

.gratSpot .smart_track::before {
    z-index: -1;
    height: 100%;
    background-size: 20px 20px;
    opacity: 0.05;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(45deg, transparent 49.5%, rgb(144,146,143,0.5) 49.5%, rgb(144,146,143,0.5) 50.5%, transparent 50.5%);
}

.stay_connected::before {
    transform: rotate(-15deg);
    width: 300px;
    position: absolute;
    opacity: 0.2;
    height: 300px;
    right: -5%;
    z-index: 0;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    top: -10%;
    content: "";
}

.stay_connected h4 {
    font-weight: 600;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    letter-spacing: 0.015em;
    line-height: 1.4;
    font-size: calc(18px * 1.1);
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    margin: 0;
    text-align: center;
    color: #ffffff;
    max-width: 700px;
}

.stay_connected input[type="email"]:focus {
    background: rgba(255,255,255,0.15);
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgba(255,255,255,0.1);
    border-color: rgb(144,146,143);
}

.stay_connected .sub_transition:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px) translateZ(0);
    background: rgb(144,146,143);
}

.title_greeting::before {
    position: absolute;
    top: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 70%, rgb(185,186,182,0.5), transparent 30%),
        radial-gradient(circle at 70% 20%, rgb(144,146,143,0.5), transparent 35%);
    z-index: 0;
    left: 0;
    pointer-events: none;
    content: "";
    right: 0;
    opacity: 0.15;
}

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

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

.title_greeting .main_title p::first-letter {
    font-size: 150%;
    color: rgb(185,186,182);
    font-weight: 700;
}

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

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

.title_greeting .support_form:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(94, 170, 168, 0.4);
}

.title_greeting .support_form:hover::before {
    opacity: 1;
}

.title_greeting .support_form:active {
    transform: translateY(-2px);
}

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



@media (max-width: 991px) {.privacy_safeguard {
    padding: 4rem 0;
}.privacy_safeguard .container {
    padding: 0 15px;
}.privacy_safeguard h1 {
    font-size: calc(45px * 0.9);
}.privacy_safeguard h2 {
    font-size: calc(29px * 0.9);
}
}



@media (max-width: 1200px) {.price_row {
    padding: 100px 0;
}.price_row .deal_grid {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.price_row {
    padding: 60px 0;
}.price_row .deal_grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}.price_row .class_cost {
    margin-bottom: 40px;
}.price_row h2 {
    font-size: calc(35px * 0.8);
}.price_row .class_deals {
    padding: 30px 25px;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .page_nav {
    padding: 0.8rem 1.5rem;
}header .head_lead {
    max-width: 140px;
}header .head_lead::before, 
    header .head_lead::after {
    right: -3px;
    left: -3px;
    top: -3px;
    bottom: -3px;
}header .nav_pagebar img {
    max-height: 35px;
}header .head_edu {
    overflow-x: auto;
    margin-top: 0.8rem;
    justify-content: flex-start;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
}header .head_edu::-webkit-scrollbar {
    height: 3px;
}header .head_edu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .nav_tutor {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .nav_tutor a {
    padding: 0 0.8rem;
    height: 32px;
    font-size: calc(14px - 2px);
    white-space: nowrap;
}header .nav_tutor::after {
    display: none;
}
}



@media (max-width: 767px) {.who_we_are {
    min-height: auto;
    padding: 4rem 0;
}.who_we_are .container {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
    padding: 1.5rem;
    transform: none;
}.who_we_are .snippet_wrap > div:first-child::before {
    width: 0.5rem;
    left: -1rem;
    height: 0.5rem;
}.who_we_are .snippet_wrap > div:first-child::after {
    left: -1.5rem;
    width: calc(100% + 2rem);
}.who_we_are h5 {
    font-size: calc(23px * 0.8);
}.who_we_are .snippet_wrap > div:nth-child(2) p {
    font-size: calc(23px * 1.1);
}.who_we_are ol::before {
    left: -1.25rem;
}.who_we_are ol li {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
    padding: 1rem;
}.who_we_are ol li::before {
    height: 1.5rem;
    left: -1.75rem;
    width: 1.5rem;
    top: 1rem;
}
}



@media (min-width: 768px) {.try_immediately {
    padding: 5rem 3rem;
}.try_immediately .container {
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 3rem;
}.try_immediately h6 {
    text-align: left;
    max-width: 90%;
}.try_immediately div:nth-child(2) {
    justify-content: flex-end;
}
}



@media (max-width: 767px) {footer .policy_links {
    padding: 60px 0 30px;
}footer .ask_feedback {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .head_edu, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .head_edu h5 {
    font-size: calc(20px - 2px);
}footer .subscribe_holder p, footer .site_study a {
    font-size: calc(17px - 2px);
}footer .footer_social {
    margin-top: 30px;
}
}



@media (max-width: 576px) {.statistical_overview {
    padding: 50px 0 40px;
}.statistical_overview h2 {
    margin-bottom: 40px;
}.statistical_overview .container {
    padding: 0 15px;
}.statistical_overview ul {
    gap: 15px;
}.statistical_overview .career_statistics {
    padding: 25px 15px;
}.statistical_overview .career_statistics p {
    font-size: calc(30px * 0.9);
}.statistical_overview .career_statistics span {
    font-size: calc(12px * 0.9);
}}



@media (hover: none) {.stay_connected .sub_transition:hover {
    transform: none;
    box-shadow: none;
}
}



@media (prefers-reduced-motion: reduce) {.stay_connected .smart_track::before {
    animation: none;
}.stay_connected input[type="email"]:focus,
    .stay_connected .sub_transition:hover,
    .stay_connected .sub_transition:active {
    transform: none;
}}



@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }
    100% {
        background-position: 1000px 1000px, 1000px 1010px, 1010px 990px, 990px 1000px;
    }
}



@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes shine {
    0% {
        left: -50%;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        left: 150%;
        opacity: 0;
    }
}



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



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



@keyframes fadePhotoIn {
    from {
        transform: perspective(1000px) rotateY(2deg) translateY(2rem);
        opacity: 0;
    }
    to {
        transform: perspective(1000px) rotateY(2deg) translateY(0);
        opacity: 1;
    }
}

