﻿

header,footer {
    width: 100%;
}

.nav-learning-style {
    flex: 1 0 auto;
}

html,body {
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
    min-height: 100%;
}

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

.gratefulPage-style .method-innov-style:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.gratefulPage-style .method-innov-style:hover::before {
    transform: scale(1);
    opacity: 0.3;
}

.gratefulPage-style .method-innov-style > div:first-child::after {
    background: rgb(213,169,197);
    position: absolute;
    transform-origin: left center;
    transform: scaleX(0.7);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    height: 3px;
    width: 80px;
    bottom: -15px;
    left: 0;
}

.gratefulPage-style a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}

.secure-grotto-style h2 {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid rgb(213,169,197);
    margin-bottom: 20px;
    color: rgb(186,129,162);
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 29px;
}

.secure-grotto-style p, .secure-grotto-style span, .secure-grotto-style div {
    margin-bottom: 20px;
    width: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    font-size: 13px;
    text-align: left;
}

header .container {
    position: relative;
    padding: 1.5rem 2rem;
}

header .top-sitebar-style {
    position: relative;
    z-index: 2;
}

header .top-page-style {
    background: #ffffff;
    position: relative;
    border-radius: 10px;
    padding: 15px;
    transform: rotate(-3deg);
    box-shadow: 5px 5px 0 rgb(213,169,197,0.5);
    display: block;
    transition: all 0.3s ease;
}

header .top-pagebar-style::before {
    width: 85%;
    transition: width 0.3s ease;
    z-index: -1;
    border-radius: 0 13px 13px 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.15;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(186,129,162,0.5) 100%);
}

header .nav-class-style a:hover {
    border-left-color: rgb(213,169,197);
    transform: translateX(5px);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    color: rgb(213,169,197);
}

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

.instructor-profile-style .success-quotes-style {
    border-left: 4px solid rgb(213,169,197);
    grid-gap: 2rem;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: rotateY(-2deg) translateZ(10px);
    border-radius: 10px;
    display: grid;
    padding: 2.5rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 3px 3px rgba(0, 0, 0, 0.03);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    grid-template-columns: 1fr;
}

.instructor-profile-style .success-quotes-style > div:nth-child(2) {
    transform: translateZ(15px);
    align-self: start;
}

.instructor-profile-style .success-quotes-style:hover .name {
    transform: translateX(5px);
}

.instructor-profile-style .career-tasks-style {
    position: relative;
    margin: 0;
    padding-left: 1.5rem;
    font-size: 14px;
    transform: translateZ(10px);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #000000;
}

.company-info-style .method-innov-style {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}

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

.company-info-style .virtual-study-style .pic-border-style {
    height: 350px;
    top: -30px;
    right: -30px;
    z-index: -1;
    box-shadow: 10px 10px 0 rgb(186,129,162,0.5);
    position: absolute;
    border-radius: 0 25px 25px 0;
    width: 280px;
}

.company-info-style .study-track-style .knowledge-lab-style {
    border-radius: 25px 0 0 25px;
    box-shadow: -10px 10px 0 rgb(213,169,197,0.5);
    top: -30px;
    left: -30px;
    width: 280px;
    z-index: -1;
    position: absolute;
    height: 350px;
}

.company-info-style .virtual-study-style::before {
    border-radius: 50%;
    height: 80px;
    opacity: 0.3;
    width: 80px;
    content: "";
    position: absolute;
    left: -20px;
    z-index: -1;
    background: rgb(213,169,197,0.5);
    top: -20px;
}

.take-a-spin-style::after {
    height: 100%;
    right: -50%;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    top: -50%;
    animation: pulse 8s infinite alternate ease-in-out;
    content: '';
    opacity: 0.2;
    z-index: -1;
}

.take-a-spin-style a.request-reach-style {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    justify-content: center;
    color: rgb(213,169,197);
    background: #ffffff;
    padding: 1rem 2.5rem;
    font-weight: 700;
    transform: translateZ(10px);
    position: relative;
    overflow: hidden;
    align-items: center;
}

.cookieUsagePromptBar-style h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.cookieUsagePromptBar-style p a {
    color: rgb(213,169,197);
    text-decoration: none;
}


.wrap-structure-style .consent-ack-style {
    justify-content: flex-end;
}

.statistical-summary-style {
    overflow: hidden;
    padding: 150px 0;
    background-color: rgb(241,220,233);
    position: relative;
}

.statistical-summary-style h2 {
    text-align: center;
    font-family: Arial, sans-serif;
    padding: 0 20px;
    margin: 0 0 80px;
    color: #000000;
    font-weight: 700;
    z-index: 3;
    position: relative;
    font-size: 38px;
}

.statistical-summary-style ul {
    display: flex;
    gap: 30px;
    margin: 0;
    justify-content: center;
    width: 100%;
    padding: 0;
    position: relative;
    flex-wrap: wrap;
    list-style: none;
}

.statistical-summary-style .statistics-experts-style:hover::before {
    opacity: 1;
}

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

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

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

.statistical-summary-style .statistics-experts-style p {
    margin: 0 0 5px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    color: rgb(213,169,197);
    font-size: calc(38px * 1.1);
}

.statistical-summary-style .statistics-experts-style:hover svg {
    transform: rotate(45deg);
}

.price-set-style {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 100px 0;
}

.price-set-style .skill-plans-style {
    position: relative;
}

.price-set-style h2 {
    font-size: calc(38px * 1.2);
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0;
    position: relative;
    font-weight: 700;
    animation: fadeInUp 0.8s forwards 0.3s;
    text-align: center;
    transform: translateY(10px);
}

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

.price-set-style .sub-options-style {
    color: inherit;
    text-decoration: none;
    height: 100%;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.price-set-style .sub-options-style:hover .plan-rates-style::before {
    transform: scaleX(1);
}

.price-set-style .price-panel-style h4 {
    font-weight: 700;
    position: relative;
    font-size: calc(19px * 1.1);
    margin: 0 0 20px;
    padding-bottom: 15px;
    color: #ffffff;
}

.price-set-style .price-panel-style p {
    margin: 0 0 25px;
    word-break: break-word;
    font-size: 17px;
    color: rgb(255, 255, 255, 0.5);
    flex-grow: 1;
    overflow-wrap: break-word;
    line-height: 1.6;
}

footer .level-up-style {
    position: relative;
    z-index: 1;
}

footer .support-request-style {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

footer .info_item:nth-child(2) {
    transform: translateY(20px);
}

footer .info_item:nth-child(4) {
    transform: translateY(10px);
}

footer .info_item svg {
    height: 24px;
    flex-shrink: 0;
    margin-right: 10px;
    fill: #ffffff;
    width: 24px;
}

footer .text_main_holder {
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}

footer .top-pagebar-style::before {
    background-color: rgb(186,129,162);
    bottom: -50px;
    right: -50px;
}

footer .subscribe_holder::before {
    background-color: rgb(213,169,197);
    left: -50px;
    bottom: -50px;
}

footer .footer-milestones-style {
    max-width: 300px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 1.6;
}

footer .head-train-style {
    justify-content: center;
    display: flex;
    max-width: 300px;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

footer .subscribe_holder p {
    max-width: 300px;
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .explore-courses-style:hover {
    transform: translateY(-3px);
    background-color: rgb(186,129,162);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.learning-system-style {
    position: relative;
    overflow: hidden;
    min-height: 75vh;
    display: flex;
    align-items: center;
    background: rgb(241,220,233);
    justify-content: center;
}

.learning-system-style .method-innov-style {
    position: relative;
    display: flex;
    gap: 3rem;
    padding: 4rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 900px;
    background: #ffffff;
    flex-direction: column;
    width: 100%;
    border-radius: 21px;
}

.learning-system-style h3 {
    z-index: 2;
    font-size: 28px;
    position: relative;
    padding-bottom: 1.5rem;
    overflow: hidden;
    color: rgb(213,169,197);
    font-weight: 700;
    text-align: left;
}

.learning-system-style span {
    line-height: 1.8;
    position: relative;
    z-index: 2;
    font-size: 17px;
    padding-left: 2rem;
    padding-right: 2rem;
    color: #000000;
    position: relative;
}

.course-program-description-style {
    background-color: rgb(241,220,233);
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    perspective: 1000px;
}

.course-program-description-style {
    padding: 3rem 0;
}

.course-program-description-style .skill-explorer-style {
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    display: flex;
    height: 100%;
    width: 500%;
}

.course-program-description-style .skill-explorer-style {
    animation-duration: 20s;
    width: 600%;
}

.course-program-description-style .quick-progress-style:hover img {
    transform: scale(1);
    filter: grayscale(0) brightness(1);
}

.course-program-description-style .education-track-style::before,
.course-program-description-style .education-track-style::after {
    content: '';
    transition: all 0.5s ease;
    background: rgb(213,169,197);
    position: absolute;
}

.course-program-description-style .education-track-style::before {
    height: 2px;
    top: 0;
    background: linear-gradient(90deg, 
                transparent 0%,
                rgb(213,169,197) 50%,
                transparent 100%);
    transform: scaleX(0);
    width: 100%;
    left: 0;
}




.course-program-description-style .education-track-style::before {
    background: linear-gradient(to right, 
                transparent, 
                rgb(213,169,197), 
                transparent);
    right: 0;
    left: 0;
    content: '';
    transition: transform 0.5s ease;
    position: absolute;
    height: 2px;
    transform-origin: 0 0;
    transform: scaleX(0);
    top: 0;
}

.course-program-description-style .education-track-style .request-reach-style:hover::before {
    left: 0;
}

header .top_plank .skill-techpro-style {
    font-size: 14px;
    justify-content: flex-start;
    line-height: 21px;
    display: flex;
    width: 100%;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    align-items: center;
}

.opening-board-style .learning-welcome-style::after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgb(213,169,197,0.5) 0%, transparent 100%);
    height: 35%;
    left: 0;
}

.opening-board-style .title_style_header {
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.5px;
    position: relative;
    margin-bottom: 1rem;
}

.opening-board-style p::before {
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    width: 2px;
    background: rgb(186,129,162);
}

.stay-updated-style .reach-grid-style {
    transform-style: preserve-3d;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    margin: 0 auto;
    padding: 3rem;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: rotateX(10deg) rotateY(-5deg);
    border-radius: 19px;
    width: 90%;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.stay-updated-style input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.stay-updated-style .explore-courses-style::before {
    left: -150%;
    transition: all 0.5s ease;
    transform: rotate(45deg);
    top: -10%;
    position: absolute;
    height: 120%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 120%;
}



.connect-form-style .container {
    padding: 0 15px;
    z-index: 3;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.connect-form-style .reach-grid-style::before {
    left: -50%;
    pointer-events: none;
    position: absolute;
    animation: rotate 30s linear infinite;
    height: 200%;
    background: radial-gradient(circle, rgb(213,169,197,0.5) 0%, transparent 30%);
    content: '';
    top: -50%;
    opacity: 0.1;
    width: 200%;
}

.connect-form-style .query-reach-style div {
    transition: transform 0.3s ease;
    margin-bottom: 25px;
    display: flex;
    padding-left: 15px;
    align-items: center;
    transform: translateX(0);
    position: relative;
}

.connect-form-style .query-reach-style div:hover svg path {
    fill: rgb(186,129,162);
}

.connect-form-style .message-support-style {
    position: relative;
    padding: 50px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    flex: 1.2;
}

.connect-form-style .message-support-style form {
    display: flex;
    flex-direction: column;
}

.connect-form-style .message-support-style input[type="text"]:focus,
.connect-form-style .message-support-style input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(186,129,162,0.5);
    outline: none;
    border-color: rgb(186,129,162);
}

.connect-form-style .message-support-style .support-query-style label {
    position: relative;
    cursor: pointer;
    color: #ffffff;
    line-height: 1.5;
    font-size: 13px;
    padding-left: 30px;
}

.connect-form-style .message-support-style .support-query-style input[type="checkbox"]:checked + label::after {
    transform: rotate(-45deg) scale(1);
    opacity: 1;
}

.connect-form-style .message-support-style .request-reach-style {
    border: none;
    font-family: Arial, sans-serif;
    z-index: 1;
    background: linear-gradient(90deg, rgb(213,169,197) 0%, rgb(186,129,162) 100%);
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
    padding: 15px 30px;
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
    font-weight: 600;
}



@media (min-width: 992px) {.gratefulPage-style .method-innov-style {
    padding: 80px 70px;
}.gratefulPage-style h5 {
    font-size: calc(19px * 1.1);
}.gratefulPage-style p {
    font-size: calc(17px * 1.05);
    line-height: 1.9;
}
}



@media (prefers-reduced-motion: reduce) {.gratefulPage-style .method-innov-style,
    .gratefulPage-style .method-innov-style::before,
    .gratefulPage-style .method-innov-style > div:first-child::after,
    .gratefulPage-style a::after {
    transition: none;
}.gratefulPage-style::after {
    animation: none;
}}



@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .top-pagebar-style {
    width: 100%;
    flex-direction: column;
}header .nav-class-style {
    width: 100%;
    margin: 3px 0;
    transform: none !important;
}header .nav-class-style a {
    border-radius: 10px;
    border-bottom: 3px solid transparent;
    text-align: center;
    border-left: none;
}header .nav-class-style a:hover {
    transform: translateY(-3px);
    border-bottom-color: rgb(213,169,197);
    border-left-color: transparent;
}header .nav-class-style a::before {
    height: 5px;
    width: 100%;
    right: auto;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    top: auto;
}header .nav-class-style a:hover::before {
    transform: scaleX(1);
}
}



@media screen and (max-width: 1200px) {.company-info-style .container {
    padding: 0 30px;
}.company-info-style .virtual-study-style {
    padding-right: 250px;
}.company-info-style .study-track-style {
    padding-left: 250px;
}.company-info-style .virtual-study-style .pic-border-style,
    .company-info-style .study-track-style .knowledge-lab-style {
    height: 280px;
    width: 220px;
}
}



@media screen and (max-width: 576px) {.company-info-style {
    padding: 50px 0;
}.company-info-style h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 25px;
}.company-info-style h3::after {
    width: 60px;
    height: 3px;
}.company-info-style .virtual-study-style,
    .company-info-style .study-track-style {
    padding: 25px;
}.company-info-style .virtual-study-style {
    padding-bottom: 200px;
    margin-bottom: 40px;
}.company-info-style .study-track-style {
    margin-top: 70px;
    padding-top: 200px;
}.company-info-style .virtual-study-style span {
    margin-bottom: 15px;
    font-size: calc(20px * 0.9);
}.company-info-style .virtual-study-style p,
    .company-info-style .study-track-style p {
    font-size: calc(16px * 0.95);
}.company-info-style .virtual-study-style .pic-border-style {
    width: calc(100% - 50px);
    height: 180px;
    right: 25px;
    bottom: 25px;
}.company-info-style .study-track-style .knowledge-lab-style {
    top: 25px;
    width: calc(100% - 50px);
    left: 25px;
    height: 180px;
}.company-info-style .virtual-study-style::before,
    .company-info-style .study-track-style::after {
    height: 60px;
    width: 60px;
}
}



@media (max-width: 768px) {.statistical-summary-style {
    padding: 80px 0;
}.statistical-summary-style h2 {
    margin-bottom: 50px;
}.statistical-summary-style h2::before,
    .statistical-summary-style h2::after {
    display: none;
}.statistical-summary-style .statistics-experts-style {
    border-radius: 11px;
}.statistical-summary-style .statistics-experts-style::before {
    border-radius: 11px;
}
}



@media (max-width: 480px) {.price-set-style {
    padding: 50px 0;
}.price-set-style h2 {
    font-size: calc(38px * 0.9);
}.price-set-style .bundle-offer-style {
    font-size: calc(17px * 0.9);
}.price-set-style .plan-rates-style {
    padding: 20px;
}}



@media (max-width: 576px) {footer .report-abuse-style {
    padding: 50px 0 20px;
}footer .info_item {
    height: 90px;
    flex: 0 1 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(12px - 1px);
}footer .top-pagebar-style h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .head-train-style a {
    padding: 6px 12px;
    font-size: calc(12px - 1px);
}footer .input_holder input[type="email"],
    footer .explore-courses-style {
    padding: 12px 15px;
}footer .edu-links-style {
    padding: 6px 15px;
}}



@media (max-width: 480px) {.course-program-description-style {
    padding: 2rem 0;
}.course-program-description-style .education-track-style {
    padding: 25px 15px;
}.course-program-description-style .education-track-style h3 {
    font-size: calc(31px * 0.8);
    padding-left: 15px;
}.course-program-description-style .education-track-style p {
    padding-left: 15px;
}.course-program-description-style .education-track-style .request-reach-style {
    margin-left: 15px;
    padding: 10px 20px;
}}



@media (min-width: 1200px) {.opening-board-style .title_style_header {
    font-size: calc(38px + 1rem);
}.opening-board-style h3 {
    font-size: calc(18px + 0.2rem);
}.opening-board-style p {
    font-size: calc(15px + 0.1rem);
}}



@media (min-width: 768px) {.stay-updated-style {
    padding: 7rem 3rem;
}.stay-updated-style .reach-grid-style {
    padding: 4rem;
}.stay-updated-style .input_holder {
    align-items: center;
    gap: 1.5rem;
    flex-direction: row;
}.stay-updated-style input[type="email"] {
    flex: 1;
    margin-bottom: 0;
}.stay-updated-style .explore-courses-style {
    align-self: center;
}
}



@media (max-width: 480px) {.connect-form-style {
    padding: 40px 0;
}.connect-form-style .container {
    padding: 0 10px;
}.connect-form-style .query-reach-style,
    .connect-form-style .message-support-style {
    padding: 20px;
}.connect-form-style .query-reach-style h3,
    .connect-form-style .message-support-style h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 25px;
}.connect-form-style .query-reach-style svg {
    width: 20px;
    height: 20px;
}.connect-form-style .message-support-style .support-query-style label {
    font-size: calc(13px * 0.9);
}.connect-form-style .message-support-style .request-reach-style {
    width: 100%;
}
}



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



@keyframes lineGrow {
    0%, 100% {
        width: 0;
    }
    50% {
        width: 100%;
    }
}



@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}



@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(-2rem);
  }
}

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

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

