﻿header,footer {
    width: 100%;
}

header {
    background: #000000;
    overflow: hidden;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(211,195,225,0.5) 100%);
    left: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.track-cookies {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1200px;
    padding: 20px 30px;
    justify-content: space-between;
}

.cookie-dialog-notice h5 {
    font-weight: 700;
    transition: color 0.3s ease-in-out;
    font-size: 23px;
    color: #ffffff;
    margin-bottom: 6px;
}

.cookie-disclaimer {
    font-size: 18px;
    line-height: 35px;
    cursor: pointer;
    box-shadow: rgb(211,195,225,0.5) 0px 4px 10px 0px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 20px;
    background: rgb(211,195,225);
    color: #ffffff;
    text-decoration: none;
    margin-left: 20px;
    padding: 10px 20px;
}

.segment-wrapper .cookie-eductrl h5, .segment-wrapper .cookie-eductrl p {
    color: #ffffff;
}

#userAgreementPopup:checked ~ .cookie-dialog-notice {
    visibility: hidden;
    opacity: 0;
}

.reach-out6HVFx::before {
    content: "";
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    position: absolute;
}

.reach-out6HVFx .reach-feedback::after {
    height: 100%;
    position: absolute;
    content: '';
    width: 25px;
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
    top: 0;
}

.reach-out6HVFx .reach-feedback div:last-of-type {
    border-bottom: none;
}

.reach-out6HVFx .reach-feedback div svg {
    height: 22px;
    margin-right: 15px;
    width: 22px;
}

.reach-out6HVFx .reach-feedback div span a {
    transition: color 0.3s;
    color: #ffffff;
    text-decoration: none;
}

.reach-out6HVFx form {
    display: flex;
    flex-direction: column;
}

.reach-out6HVFx form input[type="text"]:focus,
.reach-out6HVFx form input[type="email"]:focus {
    outline: none;
    border-color: rgb(211,195,225);
    box-shadow: 0 0 0 2px rgba(rgb(211,195,225), 0.1);
}

.reach-out6HVFx .feedback-card input[type="checkbox"] {
    height: 18px;
    border: 2px solid rgb(211,195,225);
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    appearance: none;
    margin-top: 4px;
    border-radius: 3px;
    width: 18px;
}

.reach-out6HVFx .feedback-card label a:hover {
    text-decoration: underline;
}

.reach-out6HVFx form .help-section:hover {
    transform: translateY(-3px);
    background-color: rgb(179,158,202);
}

.reach-out6HVFx .reach-feedback div:nth-child(4) {
    animation-delay: 0.6s;
}

.secure-vaulting {
    padding: 40px;
    line-height: 1.6;
    color: #000000;
    background-color: rgb(236,228,242);
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.secure-vaulting h3,
.secure-vaulting h4,
.secure-vaulting h5,
.secure-vaulting h6 {
    font-weight: 400;
    color: rgb(211,195,225);
    margin-bottom: 10px;
    margin-top: 25px;
}

.secure-vaulting h3 {
    font-size: calc(21px - 0.2rem);
}

.secure-vaulting li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.secure-vaulting span {
    color: rgb(211,195,225);
    font-weight: 600;
}

.secure-vaulting section {
    padding-top: 20px;
    margin: 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.leadership-profile::before {
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    opacity: 0.4;
    height: 100%;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(179,158,202,0.5) 0deg,
        rgb(211,195,225,0.5) 90deg,
        rgb(236,228,242) 180deg,
        rgb(211,195,225,0.5) 270deg,
        rgb(179,158,202,0.5) 360deg
    );
    filter: blur(60px);
    width: 100%;
    top: 0;
}

.leadership-profile .photo-show:hover {
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    filter: saturate(1.2);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}



.leadership-profile .photo-show:hover {
    animation: pulse 1.5s infinite;
}

.leadership-profile .emp-block:hover {
    transform: rotateY(0deg) translateZ(50px);
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}

.leadership-profile .emp-block:hover::before {
    transform: scale(1);
}

.leadership-profile .name::after {
    left: 0;
    bottom: -5px;
    height: 3px;
    position: absolute;
    content: "";
    background: rgb(179,158,202);
    transition: width 0.4s ease-in-out;
    width: 0;
}

.leadership-profile .exp-view::before {
    font-family: serif;
    left: -10px;
    position: absolute;
    font-size: 5rem;
    opacity: 0.3;
    top: -20px;
    color: rgb(179,158,202,0.5);
    content: "";
}

.course-summary .job-training {
    position: absolute;
    width: 55%;
    height: 100%;
    right: 0;
    z-index: 1;
    top: 0;
}

.course-summary .job-training:hover .future-class {
    animation-play-state: paused;
}

.course-summary .education-plan img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease;
    object-fit: cover;
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    transform: scale(1.05);
}

.course-summary .training {
    border-left: 5px solid rgb(211,195,225);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 550px;
    border-radius: 0 26px 26px 0;
    padding: 3.5rem;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(236,228,242) 100%);
}

.course-summary .training h3::after {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 80px;
    content: '';
    height: 3px;
    background: rgb(179,158,202);
}

.course-summary .training .help-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.course-summary .training .help-section:hover::before {
    opacity: 1;
}

.pricing-set {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.pricing-set .learn-rates {
    perspective: 1000px;
}

.pricing-set h2 {
    text-align: center;
    margin-bottom: 25px;
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    color: #ffffff;
    transform: translateZ(50px);
    font-weight: 700;
    font-size: 36px;
    position: relative;
}

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

.pricing-set .price-plan::before {
    animation: shimmer 3s infinite linear;
    position: absolute;
    left: -5px;
    transition: opacity 0.4s ease;
    content: "";
    z-index: -1;
    right: -5px;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    top: -5px;
    background-size: 200% 200%;
    opacity: 0;
    bottom: -5px;
}

.pricing-set .deal-opts h4::after {
    height: 2px;
    transition: width 0.3s ease;
    background: rgb(211,195,225);
    width: 40px;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
}

.pricing-set .promo-plans::before {
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: 0.5s;
    left: -100%;
    height: 100%;
}

.pricing-set .payment-option:hover .price-plan::before {
    opacity: 1;
}

.pricing-set .payment-option:hover .deal-opts h4::after {
    width: 80px;
}

.program-results {
    position: relative;
    background: linear-gradient(45deg, rgb(236,228,242) 0%, #ffffff 100%);
    padding: 6rem 0 8rem;
    overflow: hidden;
}

.program-results h2 {
    font-size: 36px;
    grid-row: 1;
    margin-bottom: 1rem;
    margin-bottom: 3rem;
    grid-column: 1 / span 12;
    font-weight: 700;
    color: #000000;
    text-align: center;
    position: relative;
    padding-bottom: 1.5rem;
}

.program-results .text-holder-wrap {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
    grid-row: 2;
    grid-column: 7 / span 6;
    position: relative;
}

.program-results .photo-show::before {
    top: -10%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
    height: 120%;
    background: rgb(179,158,202,0.5);
    animation: morphBg 15s infinite alternate ease-in-out;
    opacity: 0.3;
    right: -10%;
    content: '';
    width: 120%;
    position: absolute;
}

.program-results .text_main_holder > div:nth-child(even):hover {
    transform: translateX(0) translateY(-5px);
}

.program-results .text_main_holder > div::before {
    content: '';
    left: 0;
    transition: height 0.3s ease;
    height: 0;
    background: rgb(211,195,225);
    position: absolute;
    top: 0;
    width: 5px;
}

.program-results .text_main_holder > div:hover svg path {
    fill: rgb(179,158,202);
}

header::before {
    position: absolute;
    content: "";
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(179,158,202,0.5) 10px,
            rgb(179,158,202,0.5) 11px
        );
    z-index: 1;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.03;
}

header .nav-skill::after {
    height: 40px;
    position: absolute;
    filter: blur(20px);
    width: 40px;
    border-radius: 50%;
    animation: orb-float 5s ease-in-out infinite alternate;
    opacity: 0.5;
    z-index: -1;
    content: "";
    background: rgb(211,195,225,0.5);
}

header .nav-skill:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(211,195,225));
}

header .head-lead {
    border: 1px solid rgb(211,195,225,0.5);
    font-weight: 400;
    white-space: nowrap;
    color: #ffffff;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    text-decoration: none;
    position: relative;
    padding: 0.6rem 1.8rem;
    border-radius: 21px;
    overflow: hidden;
    letter-spacing: 0.5px;
    font-size: 15px;
}

header .head-lead:hover::before {
    left: 100%;
}

header .head-lead:hover::after {
    transform: translateY(-50%) scale(1);
}

.design-res::before {
    z-index: -1;
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(211,195,225,0.5) 0%, transparent 50%);
    content: '';
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}

.design-res .get-contact {
    position: relative;
    justify-content: center;
    border: 1px solid rgb(179,158,202,0.5);
    gap: 2rem;
    margin-bottom: 1rem;
    display: flex;
    border-radius: 12px;
    flex-wrap: wrap;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
}

.design-res .info_item a:hover {
    background: #000000;
    border-color: rgb(211,195,225,0.5);
    box-shadow: 0 0 15px rgb(211,195,225,0.5);
}

.design-res .text_main_holder {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.design-res .top-pro svg {
    transition: filter 0.3s ease;
    height: auto;
    filter: drop-shadow(0 0 5px rgb(211,195,225,0.5));
    max-width: 180px;
}

.design-res .nav-section {
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
}

.design-res .nav-section h5::after {
    width: 40px;
    bottom: 0;
    position: absolute;
    content: '';
    left: 0;
    transition: width 0.3s ease;
    background: rgb(179,158,202);
    height: 2px;
}

.design-res .top-navbar a:hover {
    opacity: 1;
    color: rgb(211,195,225);
    transform: translateX(5px);
}

.design-res .subscribe_holder {
    border: 1px solid rgb(179,158,202,0.5);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    border-radius: 12px;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    padding: 1.5rem;
    display: flex;
    gap: 1.25rem;
}

.design-res .input_holder {
    display: flex;
    position: relative;
    gap: 0.75rem;
    flex-direction: column;
}

.design-res .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #ffffff;
}

.design-res .sub-settings {
    position: relative;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    background: rgb(211,195,225);
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 0.875rem 1.5rem;
    width: 100%;
    overflow: hidden;
}

.design-res .media-kit {
    color: #ffffff;
    font-size: 14px;
    opacity: 0.7;
}

.tyCard {
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(211,195,225,0.5) 0%, rgb(236,228,242) 70%);
    padding: 5rem 2rem;
    overflow: hidden;
}

.tyCard h2 {
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    line-height: 1.3;
    transform: translateZ(40px);
    margin-bottom: 3rem;
    font-size: 31px;
    opacity: 0;
    font-weight: 700;
}

.tyCard .training-space {
    transform: translateZ(20px) rotateY(-2deg);
    box-shadow: 
        0 10px 25px -10px rgba(0,0,0,0.1),
        0 5px 10px -5px rgba(0,0,0,0.04);
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    border-left: 5px solid rgb(211,195,225);
    background: #ffffff;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    opacity: 0;
}

.about-this::before {
    z-index: 1;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, 
        rgb(179,158,202) 0%,
        rgba(0, 0, 0, 0.85) 100%);
    width: 100%;
    content: "";
    opacity: 0.9;
    position: absolute;
    left: 0;
}

.about-this h2::after {
    background: rgb(211,195,225);
    position: absolute;
    content: "";
    bottom: -12px;
    height: 4px;
    left: 0;
    width: 80px;
    animation: scaleIn 1.2s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    transform-origin: left;
}

.about-this .text-holder-wrap > div {
    grid-template-columns: 1fr;
    gap: 25px;
    display: grid;
}

.about-this .text-holder-wrap > div {
    grid-template-columns: 1fr;
}

.about-this .text-holder-wrap p::after {
    position: absolute;
    width: 40px;
    left: 0;
    background: rgb(179,158,202);
    content: "";
    bottom: 0;
    height: 3px;
}

.title-intro {
    min-height: 100vh;
    width: 100%;
    position: relative;
    background: rgb(236,228,242);
    overflow: hidden;
}



.title-intro .training-space {
    z-index: 1;
    height: 100vh;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
}

.title-intro .learning-lead input {
    display: none;
}

.title-intro .learn-expressfast {
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    width: 100%;
    height: 100%;
}

.title-intro .master-expert img {
    transition: transform 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1.1);
}

.title-intro .learning-lead input:checked ~ .learn-expressfast .master-expert img {
    transform: scale(1);
}

.title-intro .start-first {
    gap: 15px;
    bottom: 30px;
    justify-content: center;
    display: flex;
    z-index: 10;
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
}

.title-intro .start-first label::before {
    background: rgb(211,195,225);
    content: "";
    inset: 2px;
    transform: scale(0);
    border-radius: 50%;
    position: absolute;
    transition: transform 0.3s ease;
}

.title-intro .learning-lead input:nth-child(1):checked ~ .start-first label:nth-child(1),
.title-intro .learning-lead input:nth-child(2):checked ~ .start-first label:nth-child(2),
.title-intro .learning-lead input:nth-child(3):checked ~ .start-first label:nth-child(3),
.title-intro .learning-lead input:nth-child(4):checked ~ .start-first label:nth-child(4),
.title-intro .learning-lead input:nth-child(5):checked ~ .start-first label:nth-child(5),
.title-intro .learning-lead input:nth-child(6):checked ~ .start-first label:nth-child(6),
.title-intro .learning-lead input:nth-child(7):checked ~ .start-first label:nth-child(7),
.title-intro .learning-lead input:nth-child(8):checked ~ .start-first label:nth-child(8),
.title-intro .learning-lead input:nth-child(9):checked ~ .start-first label:nth-child(9),
.title-intro .learning-lead input:nth-child(10):checked ~ .start-first label:nth-child(10) {
    transform: scale(1.3);
    border-color: rgb(211,195,225);
}

.title-intro .text-holder-wrap h3 {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 21px;
    color: rgb(211,195,225);
}

.title-intro .text-holder-wrap h3 {
    animation-delay: 0.4s;
}

.title-intro .master-expert::after {
    height: 100%;
    left: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    position: absolute;
    top: 0;
    width: 100%;
}


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


@media only screen and (max-width: 1200px) {.cookie-dialog-notice {
    padding: 20px;
}
}



@media screen and (max-width: 576px) {.reach-out6HVFx {
    padding: 50px 0;
}.reach-out6HVFx .reach-feedback,
    .reach-out6HVFx .support-feedback {
    padding: 30px 20px;
}.reach-out6HVFx .reach-feedback h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 25px;
}.reach-out6HVFx form input[type="text"],
    .reach-out6HVFx form input[type="email"] {
    padding: 12px;
}.reach-out6HVFx form .help-section {
    padding: 12px;
    width: 100%;
}}



@media screen and (min-width: 1440px) {.course-summary .training-space {
    padding-left: 10%;
}.course-summary .training {
    max-width: 650px;
}
}



@media screen and (max-width: 992px) {.course-summary {
    flex-direction: column;
    min-height: auto;
}.course-summary .job-training {
    position: relative;
    width: 100%;
    height: 400px;
}.course-summary .future-class {
    flex-direction: row;
    height: 100%;
    width: 500%;
    animation: carousel-horizontal 25s ease infinite;
}.course-summary .education-plan {
    width: 20%;
    height: 100%;
}.course-summary .education-plan::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.course-summary .container {
    padding: 3rem 1rem;
}.course-summary .training-space {
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
    max-width: 800px;
}.course-summary .training {
    border-top: 5px solid rgb(211,195,225);
    border-radius: 26px;
    border-left: none;
    max-width: 100%;
}.course-summary .training::before {
    border-radius: 10px;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border: 1px solid rgb(179,158,202,0.5);
    border-top: none;
}
}



@media (hover: none) {.pricing-set .payment-option:hover {
    transform: none;
}.pricing-set .price-plan {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.pricing-set .payment-option:active {
    transform: scale(0.98);
}}



@media (max-width: 576px) {.program-results .training-space {
    width: 92%;
}.program-results .photo-show {
    height: 250px;
}.program-results .text_main_holder > div {
    padding: 1.2rem;
}.program-results .text_main_holder svg {
    width: 2rem;
    margin-right: 0.8rem;
    height: 2rem;
}}



@media (max-width: 767px) {header .head-know {
    padding-top: 1rem;
}header .nav-skill {
    margin-bottom: 1rem;
}header .nav-skill svg {
    height: 36px;
}header .nav-section {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .head-lead {
    margin: 0 0.2rem;
    font-size: calc(15px - 2px);
    padding: 0.4rem 1.2rem;
}header .head-lead:first-child {
    margin-left: 1rem;
}header .head-lead:last-child {
    margin-right: 1rem;
}header .head-lead::after {
    right: 8px;
    height: 6px;
    width: 6px;
}}



@media (max-width: 992px) {.tyCard {
    padding: 4rem 1.5rem;
}.tyCard h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.9);
}.tyCard .training-space {
    transform: translateZ(15px) rotateY(-1deg);
}
}



@media (max-width: 768px) {.tyCard {
    padding: 3rem 1rem;
}.tyCard h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.tyCard .training-space {
    transform: translateZ(10px) rotateY(0);
}.tyCard li {
    padding: 2rem;
}
}




@media (min-width: 992px) {.about-this {
    padding: 160px 0 140px;
}.about-this h2 {
    font-size: calc(34px * 1.2);
    margin-bottom: 60px;
}.about-this h2::after {
    height: 5px;
    width: 100px;
}.about-this .text-holder-wrap {
    margin-left: 40px;
    padding: 70px;
    border-left: 8px solid rgb(211,195,225);
}.about-this .text-holder-wrap::after {
    position: absolute;
    right: -15px;
    border: 3px solid rgb(179,158,202);
    height: 120px;
    content: "";
    opacity: 0.3;
    width: 120px;
    top: -15px;
    z-index: -1;
}.about-this .text-holder-wrap > div {
    grid-template-columns: 0.3fr 0.7fr;
    align-items: flex-start;
}.about-this .text-holder-wrap p {
    padding-bottom: 20px;
    font-size: calc(23px * 1.1);
}.about-this .text-holder-wrap p::after {
    width: 60px;
}.about-this .text-holder-wrap div div {
    column-count: 2;
}
}



@media (max-width: 576px) {.title-intro .learning-lead {
    margin-top: 20px;
    height: 40vh;
}.title-intro .master-expert {
    width: 95%;
    border-width: 3px;
    left: 2.5%;
}.title-intro .text-holder-wrap {
    padding: 25px 10px;
}.title-intro .text-holder-wrap::before {
    width: 60px;
}.title-intro .text-holder-wrap h1 {
    font-size: calc(43px * 0.7);
}.title-intro .text-holder-wrap h3 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.8);
}.title-intro .text-holder-wrap p {
    font-size: calc(13px * 0.9);
    max-width: 100%;
}.title-intro .start-first {
    bottom: 15px;
    gap: 10px;
}.title-intro .start-first label {
    height: 10px;
    width: 10px;
}}



@keyframes morphBg {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}



@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(40px);
    }
}



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


    
    @keyframes appear3D {
        from {
            opacity: 0;
            transform: perspective(1000px) rotateY(-8deg) translateY(30px);
        }
        to {
            opacity: 1;
            transform: perspective(1000px) rotateY(-2deg) translateY(0);
        }
    }

