﻿.wrap-structure-style {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}

svg {
    width: 30px;
    height: 30px;
}

.gratefulPage-style::before {
    pointer-events: none;
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgb(186,129,162,0.5) 0px,
            rgb(186,129,162,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.06;
    left: 0;
    top: 0;
    content: "";
}

.gratefulPage-style .method-innov-style > div:first-child {
    position: relative;
    margin-bottom: 30px;
}

.gratefulPage-style .method-innov-style:hover > div:first-child::after {
    transform: scaleX(1);
}

.gratefulPage-style h5::before {
    top: -20px;
    left: -30px;
    color: rgb(213,169,197,0.5);
    position: absolute;
    font-size: calc(19px * 2.5);
    content: "";
    opacity: 0.3;
}

.gratefulPage-style a::after {
    content: "";
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    bottom: 0;
    transform-origin: right center;
    background-color: rgb(213,169,197);
    transform: scaleX(0);
    left: 0;
    height: 1px;
    position: absolute;
}

.secure-grotto-style ul, .secure-grotto-style ol {
    font-size: 13px;
    text-align: left;
    border-top: 2px solid #000000;
    width: 100%;
    margin: 20px 0;
    padding: 0;
    color: #000000;
    border-bottom: 2px solid #000000;
    font-family: Arial, sans-serif;
    list-style: none;
}

header .head-primary-style::after {
    height: 100px;
    background: rgb(213,169,197);
    top: -50px;
    z-index: -2;
    content: "";
    position: absolute;
    width: 150%;
    left: -25%;
    opacity: 0.1;
    transform: rotate(-2deg);
}

header .top-page-style:hover::before {
    right: -8px;
    bottom: -8px;
    top: -8px;
    left: -8px;
    opacity: 1;
}

header .top-pagebar-style {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    flex-wrap: wrap;
}

header .nav-class-style a::before {
    height: 100%;
    top: 0;
    transition: transform 0.3s ease;
    background: rgb(213,169,197);
    right: 0;
    transform-origin: top;
    width: 5px;
    transform: scaleY(0);
    position: absolute;
    content: "";
}

header .nav-class-style a:hover::before {
    transform: scaleY(1);
}

.instructor-profile-style {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(241,220,233) 0%, rgb(213,169,197,0.5) 100%);
    overflow: hidden;
    position: relative;
    perspective: 1000px;
}

.instructor-profile-style .success-quotes-style:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.01);
}

.instructor-profile-style .pic-border-style {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    width: 200px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    height: 200px;
    transform: translateZ(20px);
}

.instructor-profile-style .success-quotes-style:hover .name::after {
    width: 100%;
}

.instructor-profile-style .success-quotes-style > div:nth-child(2) > div {
    font-size: calc(14px * 0.95);
    opacity: 0.85;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #000000;
    font-style: italic;
}

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

.company-info-style h3::after {
    width: 80px;
    background: rgb(213,169,197);
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    height: 4px;
}

.company-info-style .virtual-study-style:hover {
    transform: translateX(0);
}

.company-info-style .virtual-study-style p {
    line-height: 1.7;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}

.company-info-style .study-track-style {
    padding: 40px;
    grid-column: 2 / 4;
    grid-row: 3 / 4;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    margin-top: 40px;
    transition: transform 0.4s ease;
    background: #ffffff;
    z-index: 2;
    border-radius: 25px;
    padding-left: 300px;
    position: relative;
}

.company-info-style .container::before {
    top: 0;
    background: linear-gradient(to right, transparent, rgb(213,169,197,0.5), transparent);
    height: 1px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
}

.take-a-spin-style {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(213,169,197) 0%, rgb(186,129,162) 100%);
    transform-style: preserve-3d;
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    perspective: 1000px;
    z-index: 1;
}

.take-a-spin-style h6 {
    margin-bottom: 2.5rem;
    transform: translateZ(30px);
    font-size: 21px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    max-width: 90%;
    line-height: 1.6;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
}

.take-a-spin-style a.request-reach-style:hover {
    transform: translateY(-5px) translateZ(15px);
    color: rgb(186,129,162);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.take-a-spin-style a.request-reach-style:hover span {
    transform: scale(1.05);
}

.cookieUsagePromptBar-style {
    width: 100%;
    bottom: 0;
    position: fixed;
    background: rgb(241,220,233);
    z-index: 90;
    border-top: 2px solid rgb(213,169,197);
}

.tracking-policy-style {
    color: rgb(213,169,197);
    border-bottom: 2px solid rgb(213,169,197);
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    min-width: 120px;
    text-decoration: none;
    flex-shrink: 0;
    font-size: 24px;
    margin-left: 10px;
    line-height: 35px;
}

.statistical-summary-style::after {
    content: "";
    background-size: 20px 20px;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(213,169,197,0.5) 95%, rgb(213,169,197,0.5) 100%, transparent 100%),
        linear-gradient(90deg, transparent 95%, rgb(213,169,197,0.5) 95%, rgb(213,169,197,0.5) 100%, transparent 100%);
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
}

.statistical-summary-style .statistics-experts-style::before {
    border-radius: 50%;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    background: conic-gradient(from var(--rotation, 0deg), transparent, rgb(213,169,197,0.5), transparent);
    transition: opacity 0.4s ease;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.statistical-summary-style .statistics-experts-style:nth-child(10) {
    --rotation: 324deg;
}

.statistical-summary-style svg {
    position: absolute;
    width: 18px;
    fill: rgb(186,129,162);
    opacity: 0.7;
    right: 10px;
    height: 18px;
    transition: transform 0.3s ease;
    top: 10px;
}

.statistical-summary-style ul.items-7,
.statistical-summary-style ul.items-8,
.statistical-summary-style ul.items-9,
.statistical-summary-style ul.items-10 {
    margin: 0 auto;
    max-width: 1200px;
}

.price-set-style .bundle-offer-style {
    text-align: center;
    line-height: 1.6;
    font-size: calc(17px * 1.1);
    color: rgb(255, 255, 255, 0.5);
    transform: translateY(10px);
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.5s;
    max-width: 700px;
    margin: 0 auto 40px;
}

.price-set-style .study-costs-style li:nth-child(3) {
    --i: 3;
}

.price-set-style .plan-rates-style {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    padding: 30px;
    transition: all 0.4s ease;
    position: relative;
    border-left: 3px solid rgb(213,169,197);
    backdrop-filter: blur(10px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 3px;
    height: 100%;
}

.price-set-style .edu-deals-style {
    display: block;
    font-size: calc(19px * 1.2);
    font-weight: 700;
    position: relative;
    color: rgb(186,129,162);
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 15px;
    margin-top: auto;
    transition: color 0.3s ease;
}

footer .info_item {
    align-items: center;
    border-radius: 50%;
    padding: 20px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background-color: rgb(213,169,197,0.5);
    height: 220px;
    justify-content: center;
    display: flex;
    z-index: 1;
    flex: 0 1 220px;
    backdrop-filter: blur(5px);
    position: relative;
}

footer .top-sitebar-style, footer .top-pagebar-style, footer .subscribe_holder {
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    position: relative;
    flex: 1 1 300px;
    padding: 30px;
    display: flex;
    text-align: center;
    overflow: hidden;
    max-width: 400px;
    border-radius: 24px;
    align-items: center;
    backdrop-filter: blur(5px);
    background-color: rgb(213,169,197,0.5);
}

footer .top-pagebar-style:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}

footer .head-train-style a:hover {
    transform: translateY(-3px);
    background-color: rgb(186,129,162,0.5);
}

footer .input_holder {
    width: 100%;
    max-width: 300px;
    gap: 15px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

footer .explore-courses-style {
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    background-color: rgb(213,169,197);
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 15px;
    border-radius: 10px;
    border: none;
    padding: 15px 20px;
}

.learning-system-style::after {
    height: 90%;
    width: 90%;
    left: 5%;
    transform: perspective(500px) rotateX(10deg);
    background-size: 40px 40px;
    content: "";
    top: 5%;
    z-index: 1;
    background-image: 
        linear-gradient(to right, rgb(213,169,197,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(186,129,162,0.5) 1px, transparent 1px);
    animation: gridMove 30s linear infinite;
    transform-origin: center center;
    position: absolute;
    opacity: 0.2;
}

.learning-system-style h3::before {
    left: 0;
    animation: lineGrow 4s ease-in-out infinite;
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(213,169,197), rgb(186,129,162));
}

.learning-system-style span::after {
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(186,129,162,0.5));
    right: 0;
    content: "";
    height: 100%;
    width: 5px;
    top: 0;
}

.course-program-description-style .method-innov-style {
    grid-template-columns: repeat(12, 1fr);
    grid-row: 2;
    position: relative;
    display: grid;
    gap: 20px;
    width: 100%;
}

.course-program-description-style .education-path-style:hover .skill-explorer-style {
    animation-play-state: paused;
}

.course-program-description-style .quick-progress-style {
    width: 20%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.course-program-description-style .quick-progress-style {
    width: 16.6667%;
}

.course-program-description-style .education-track-style {
    overflow: hidden;
    transform: translateY(0);
    padding: 40px;
    position: relative;
    z-index: 5;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    grid-column: 3 / 11;
    background: rgba(15, 15, 20, 0.75);
    border-radius: 4px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(rgb(213,169,197), 0.3);
}

.course-program-description-style .education-track-style {
    padding: 30px 20px;
}

.course-program-description-style .education-track-style h3::after {
    left: 20px;
    background: rgb(186,129,162);
    width: 30px;
    bottom: -10px;
    content: '';
    position: absolute;
    height: 1px;
}

.course-program-description-style .education-track-style .request-reach-style::before {
    content: '';
    transition: all 0.3s ease;
    z-index: -1;
    top: 0;
    left: -100%;
    position: absolute;
    background: rgb(213,169,197);
    width: 100%;
    height: 100%;
}

header .top_plank {
    background: rgb(213,169,197);
    color:  #ffffff;
}

header .top_plank .skill-techpro-style div span {
    color: #ffffff;
}

header .top_plank .skill-techpro-style div img, header .top_plank .skill-techpro-style div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}

.opening-board-style .learning-welcome-style::before {
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.opening-board-style .knowledge-track-styleGyU > div:nth-child(2) {
    padding-left: 2rem;
    border-left: 1px solid rgb(255, 255, 255, 0.5);
    position: relative;
}

.opening-board-style h3 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    max-width: 90%;
    font-size: calc(18px + 0.2rem);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.stay-updated-style::before {
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    filter: blur(40px);
    background: 
        radial-gradient(circle at 70% 20%, rgb(186,129,162,0.5) 0%, transparent 30%),
        radial-gradient(circle at 30% 70%, rgb(213,169,197,0.5) 0%, transparent 25%);
    content: "";
}

.stay-updated-style .input_holder {
    position: relative;
    transform: translateZ(20px);
    flex-direction: column;
    width: 100%;
    display: flex;
}

.stay-updated-style input[type="email"]:focus {
    box-shadow: 0 5px 20px rgb(213,169,197,0.5);
    transform: translateZ(40px) scale(1.02);
    outline: none;
    border-color: rgb(213,169,197);
}

.stay-updated-style .explore-courses-style:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, rgb(213,169,197), rgb(186,129,162));
    transform: translateZ(40px) translateX(10px);
}

.connect-form-style::after {
    position: absolute;
    z-index: 2;
    left: 0;
    animation: gradientShift 15s ease infinite;
    content: '';
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(213,169,197,0.5) 0%, transparent 50%, rgb(186,129,162,0.5) 100%);
    width: 100%;
}

.connect-form-style .query-reach-style::after {
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.connect-form-style .query-reach-style div::before {
    border-radius: 10px;
    width: 5px;
    position: absolute;
    left: 0;
    transition: height 0.3s ease, top 0.3s ease;
    content: '';
    top: 50%;
    background: #ffffff;
    height: 0;
}

.connect-form-style .query-reach-style span a:hover {
    color: rgb(186,129,162);
}



.connect-form-style .message-support-style h3 {
    margin-bottom: 40px;
    font-size: 37px;
    position: relative;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
}

.connect-form-style .message-support-style input[type="text"],
.connect-form-style .message-support-style input[type="email"] {
    margin-bottom: 20px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    font-family: Arial, sans-serif;
    padding: 15px 20px;
    border-radius: 12px;
}

.connect-form-style .message-support-style .support-query-style input[type="checkbox"]:checked + label::before {
    border-color: rgb(186,129,162);
    background: rgb(186,129,162,0.5);
}

.connect-form-style .message-support-style .support-query-style label a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.connect-form-style .message-support-style .request-reach-style:hover::before {
    left: 100%;
}

::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

::-webkit-scrollbar-track {
    background: radial-gradient(ellipse at top right, #ffffff 34%, rgb(255, 255, 255, 0.5) 78%, rgb(186,129,162) 71%, rgb(186,129,162,0.5) 21%, rgb(213,169,197,0.5) 55%);
    border: 1px solid #ffffff;
}

::-webkit-scrollbar-track:active {
    background: rgb(186,129,162,0.5);
}

::-webkit-scrollbar-thumb {
    min-height: 83px;
    box-shadow: 1px -1px 3px -1px rgba(0, 0, 0, 0.2);
    background: rgb(213,169,197);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(241,220,233);
}

::-webkit-scrollbar-thumb:active {
    background: #ffffff;
    box-shadow: inset 1px 3px 5px 2px rgba(0, 0, 0, 0.7);
}



@media (max-width: 991px) {header .main-master-style {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}header .top-sitebar-style {
    justify-self: center;
}header .top-pagebar-style {
    justify-content: center;
}header .top-pagebar-style::before {
    opacity: 0.1;
    background: rgb(186,129,162,0.5);
    width: 100%;
}
}



@media (min-width: 768px) {.instructor-profile-style {
    padding: 7rem 0;
}.instructor-profile-style .success-quotes-style {
    grid-template-columns: 220px 1fr 2fr;
    align-items: start;
    padding: 3rem;
    grid-gap: 2.5rem;
}.instructor-profile-style .pic-border-style {
    width: 220px;
    height: 260px;
}.instructor-profile-style .name {
    margin-bottom: 0.75rem;
    font-size: calc(22px * 1.2);
}.instructor-profile-style .career-tasks-style {
    font-size: calc(14px * 1.05);
    padding-left: 2rem;
}.instructor-profile-style .career-tasks-style::before {
    width: 4px;
}
}



@media screen and (max-width: 992px) {.company-info-style {
    padding: 80px 0;
}.company-info-style .method-innov-style {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.company-info-style h3 {
    margin-bottom: 30px;
    grid-column: 1 / 2;
    font-size: calc(30px * 0.9);
}.company-info-style .virtual-study-style {
    padding-bottom: 250px;
    transform: translateX(0);
    padding: 30px;
    grid-column: 1 / 2;
    margin-bottom: 60px;
}.company-info-style .study-track-style {
    grid-column: 1 / 2;
    padding: 30px;
    margin-top: 60px;
    grid-row: 3 / 4;
    transform: translateX(0);
    padding-top: 250px;
}.company-info-style .virtual-study-style span::before,
    .company-info-style .study-track-style p::after {
    display: none;
}.company-info-style .virtual-study-style .pic-border-style {
    bottom: 30px;
    top: auto;
    left: 30px;
    height: 200px;
    right: 30px;
    width: calc(100% - 60px);
}.company-info-style .study-track-style .knowledge-lab-style {
    top: 30px;
    height: 200px;
    width: calc(100% - 60px);
    right: 30px;
    left: 30px;
}.company-info-style .method-innov-style::after,
    .company-info-style .method-innov-style::before {
    display: none;
}
}


@media only screen and (max-width: 800px)  {.wrap-structure-style .tracking-policy-style {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 991px) {.statistical-summary-style {
    padding: 100px 0;
}.statistical-summary-style .statistics-experts-style {
    height: 120px;
    width: 120px;
}.statistical-summary-style .statistics-experts-style span {
    font-size: calc(16px * 0.8);
}.statistical-summary-style ul {
    gap: 20px;
}
}



@media (max-width: 991px) {.price-set-style {
    padding: 80px 0;
}.price-set-style h2 {
    font-size: 38px;
}.price-set-style .bundle-offer-style {
    font-size: 17px;
    margin-bottom: 30px;
}.price-set-style .study-costs-style {
    gap: 20px;
}.price-set-style .plan-rates-style {
    padding: 25px;
}
}



@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}



@media (max-width: 991px) {footer .info_item {
    flex: 0 1 180px;
    height: 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}



@media (max-width: 768px) {.learning-system-style {
    padding: 4rem 0;
    min-height: auto;
}.learning-system-style .container {
    padding: 0 1.2rem;
}.learning-system-style .method-innov-style {
    padding: 2.5rem;
    gap: 2rem;
}.learning-system-style h3 {
    font-size: calc(28px * 0.8);
    padding-bottom: 1.2rem;
}.learning-system-style span {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: calc(17px * 0.9);
}.learning-system-style .method-innov-style::before {
    inset: 8px;
}.learning-system-style .method-innov-style::after {
    inset: 12px;
}
}



@media (max-width: 767px) {.opening-board-style {
    height: auto;
    min-height: 600px;
}.opening-board-style .learning-welcome-style {
    min-height: 600px;
    position: relative;
}.opening-board-style .knowledge-track-styleGyU {
    width: 90%;
    transform: translateY(0);
    padding: 2rem 1.5rem;
}.opening-board-style .title_style_header {
    font-size: calc(31px + 0.2rem);
}.opening-board-style h3 {
    max-width: 100%;
    font-size: 15px;
}.opening-board-style p {
    font-size: calc(15px - 0.1rem);
    max-width: 100%;
}
}



@media (max-width: 767px) {.stay-updated-style {
    padding: 4rem 1.5rem;
}.stay-updated-style h3 {
    transform: translateZ(20px);
    font-size: 21px;
}.stay-updated-style .reach-grid-style {
    transform: rotateX(5deg) rotateY(-3deg);
    width: 100%;
    padding: 2rem;
}.stay-updated-style .explore-courses-style {
    width: 100%;
}}



@media (max-width: 768px) {.connect-form-style {
    padding: 60px 0;
}.connect-form-style .query-reach-style,
    .connect-form-style .message-support-style {
    padding: 30px;
}.connect-form-style .query-reach-style h3,
    .connect-form-style .message-support-style h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.connect-form-style .query-reach-style div {
    margin-bottom: 20px;
}.connect-form-style .message-support-style input[type="text"],
    .connect-form-style .message-support-style input[type="email"] {
    padding: 12px 15px;
}.connect-form-style .message-support-style .request-reach-style {
    padding: 12px 20px;
}
}



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

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

