@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Unbounded:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Josefin Sans", sans-serif;
}

a {
    text-decoration: none;
    color: #000;
    font-family: "Josefin Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
}

section.section {
    padding: 60px 0;
    background: #fff;
}

.main-heading h2 {
    font-size: 35px;
    color: #111112;
    font-family: "Oswald", sans-serif;
    margin-bottom: 20px;
    /* text-align: left; */
    position: relative;
}

.main-heading-light h2 {
    font-size: 35px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    margin-bottom: 20px;
    /* text-align: left; */
    position: relative;
}


.main-heading h2 span {
    font-size: 35px;
    color: #111112;
    font-family: "Oswald", sans-serif;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.main-heading h3 {
    position: relative;
    font-size: 15px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    color: #0a58ca;
    display: inline-block;
}

.main-heading h3::before {
    content: '';
    position: absolute;
    background: #333333;
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
}

.sub-heading-light p {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
}

.sub-heading p {
    font-size: 16px;
    line-height: 22px;
    color: #3f3f3f;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
}

.main-list ul li strong {
    font-family: "Nunito Sans", sans-serif;
}

.main-list ul li {
    font-size: 16px;
    line-height: 22px;
    color: #3f3f3f;
    margin-bottom: 0px;
    font-weight: 600;
    list-style: none;
    position: relative;
    font-family: "Nunito Sans", sans-serif;
}

.main-list ul li::before {
    content: '';
    position: absolute;
    background: #0a58ca;
    width: 5px;
    height: 5px;
    top: 30%;
    left: -15px;
    border-radius: 100%;
}

.main-list ul {
    margin-bottom: 10px;
    padding-left: 1rem;
}



/* ============== Top Nav ================ */
.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-top ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.side-top ul li {
    list-style: none;
    padding: 0 10px;

}

.side-top {
    /* max-width: 51%; */
    width: 30%;
}

.side-top ul li a {
    font-size: 16px;
    color: #36454F;
    display: flex;
    align-items: center;
}

.side-top ul li a i {
    font-size: 24px;
    color: #36454F;
    margin-right: 7px;
}

.navik-header.center-menu-2.sticky .top-header {
    display: none;
}

/* ==================== Top Nav ================= */

/* ==================== Banner Slider ============ */

/* .banner-slider .banner-item img{
    height: 600px;
    object-fit: cover;
} */

.banner-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    bottom: 25px;
    left: 47%;
}

.banner-slider.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 6px;
    background: #ffffff;
    transition: .5s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f3ab09;
    width: 30px;
    height: 5px;
    transition: .5s;
}

.owl-theme .owl-dots .owl-dot span {
    background: #192e62;
    width: 20px;
    height: 5px;
    transition: .5s;
}


/* ==================== Banner Slider ============ */

/* ==================== Featured Section ========== */

.item.slider-item img {
    width: 160px;
}

.item.slider-item {
    display: flex;
    justify-content: center;
}

.item.slider-item .slider-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 160px;
}

/* ==================== Featured Section ========== */
.landing {
    position: relative;
    height: 100vh;
    background: transparent;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.landing h2 {
    color: #24262a;
    text-align: center;
    z-index: 3;
    max-width: 70%;
    font-size: 4rem;
    margin-bottom: 20px;
    position: relative;
    font-family: "Unbounded", sans-serif;
}

.landing p {
    color: #000000;
    text-align: center;
    z-index: 3;
    max-width: 70%;
    font-size: 1.4rem;
    margin-bottom: 20px;
    position: relative;
    font-family: "Josefin Sans", sans-serif;
}

/* Background images (stay static) */
.pictures {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 0;
}

.pictures img,
.pictures video {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 100%;
    /* border-radius: 12px; */
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); */

}

/* Black overlay with transparent hole */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(177, 231, 236, 1) 32%, rgba(255, 255, 255, 1) 70%, rgba(231, 248, 231, 1) 100%);
    z-index: 5;
    /* pointer-events: none; */
    /* variable for circle radius */
    --r: 240px;
    -webkit-mask: radial-gradient(circle var(--r) at 83% 40%, transparent 99%, black 100%);
    mask: radial-gradient(circle var(--r) at 83% 40%, transparent 99%, black 100%);
    transition: -webkit-mask 0s, mask 0s;
    /* disable CSS animation, GSAP takes over */
}

.top-content {
    /* position: absolute; */
    top: 30%;
    width: 100%;
}

.top-content h2 {
    font-family: "Oswald", sans-serif;
    font-size: 80px;
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    color: #111112;
}

.bottom-content h4 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 25px;
    font-weight: 400;
    max-width: 60%;
    text-align: left;
    /* margin-left: auto;*/
    color: #333333;
}

.bottom-content {
    /* position: absolute; */
    bottom: 30%;
    width: 100%;
}

.overly-text {
    width: 84%;
    height: auto;
    margin: auto;
    position: absolute;
    left: 7%;
    top: 26%;
}

.banner-btn .default-btn {
    border: 1px solid #fff;
}


.dgm-about-thumb-wrap .about-img1 {
    /* width: 100%; */
    border-radius: 200px;
    height: 600px;
    object-fit: contain;
}

.dgm-about-thumb-wrap .about-img2 {
    width: 45%;
    border-radius: 200px;
    position: absolute;
    border: 7px solid #fff;
    top: 36%;
    right: 10%;
    animation: tdupdown 1.5s infinite alternate;
}

.banner-logo-shape {
    position: absolute;
    top: 15%;
    right: 0;
    width: 57%;
    height: 100%;
    /* transform: rotate(-15deg); */
    overflow: hidden;
}

.banner-logo-shape img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* From Uiverse.io by barisdogansutcu */
.main-btn-a {
    position: relative;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    border-radius: 50px;
    background-color: #0a58ca;
    /* border: solid 4px hsl(50deg 100% 50%); */
    font-family: inherit;
    display: inline-block;
}

.dif-color .main-btn-a {
    background-color: #303223;
}

.dif-color .default-btn,
.dif-color .hover-btn {
    background-color: #303223;
}

.dif-color .hover-btn {
    background-color: #013d4d;
}

.default-btn,
.hover-btn {
    background-color: #0a58ca;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 13px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s ease;
}

.hover-btn {
    position: absolute;
    inset: 0;
    background-color: #303223;
    transform: translate(0%, 100%);
}

.default-btn span {
    color: hsl(0, 0%, 100%);
}

.hover-btn span {
    color: hsl(0deg 0% 100%);
}


.main-btn-a:hover .default-btn {
    transform: translate(0%, -100%);
}


.main-btn-a:hover .hover-btn {
    transform: translate(0%, 0%);
}

.main-btn-a svg {
    width: 20px;
    height: 20px;
}

.counter-card {
    background: linear-gradient(90deg, rgba(177, 231, 236, 1) 32%, rgba(255, 255, 255, 1) 70%, rgba(231, 248, 231, 1) 100%);
    border-radius: 20px;
    padding: 60px 30px;
    border: 1px solid #eaeaea;
}

.clip-card {
    background: transparent;
    padding: 20px;
    position: relative;
    /* border-right: 1px solid #101010; */
    overflow: hidden;
}

.clip-card ul {
    padding-left: 0;
}

.row .col-md-4:last-child .clip-card {
    border: none;
}

.icon-svg svg {
    height: 65px;
    width: 80px;
    /* fill: #000; */
    margin-bottom: 10px;
}

.clip-card h2 {
    font-size: 35px;
    font-family: "Josefin Sans", sans-serif;
    color: #151414;
    margin-bottom: 0px;
    line-height: normal;
    margin-top: 10px;
}

.clip-card p {
    font-size: 18px;
    color: #3b3b3b;
    margin-bottom: 0;
}

.servive-col {
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    min-height: 470px;
}

.servive-col:hover .service-img img {
    transform: scale(1.1);
}

.service-img img {
    height: 295px;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
    transition: .5s;
    object-position: top;
}

.service-img {
    margin: 10px;
    overflow: hidden;
    border-radius: 15px;
}

.service-content {
    padding: 15px;
    overflow: hidden;
}

.service-content h2 {
    font-size: 22px;
    color: #0a58ca;
}

.service-content h6 {
    font-size: 16px;
    color: #f6ad09;
}

.resourse-card {
    background: #f6ad09;
    border-radius: 20px;
    /* padding: 40px 30px; */
}

.testimonial-card {
    background: transparent;
    border-radius: 15px;
}

.testimonial-card .testimonial-img {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.testimonial-card .testimonial-img img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 20% 30% 80% 0;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.testimonial-card .testimonial-author-info h3 {
    color: #ee5b61;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 28px;
    margin-bottom: 0px;
    position: relative;
    margin-top: 20px;
}

.testimonial-content h3 {
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
}

.testimonial-card .testimonial-author-info h3::before {
    content: '';
    position: absolute;
    top: -11px;
    left: 0;
    width: 12%;
    border-radius: 30px;
    height: 3px;
    z-index: 9999;
    background: #01918d;
}

.testimonial-card .testimonial-author-info h3::after {
    content: '';
    position: absolute;
    top: -11px;
    left: 14%;
    width: 5%;
    border-radius: 30px;
    height: 3px;
    z-index: 9999;
    background: #461253;
}

.testimonial-card .testimonial-author-info p {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
}

.footer {
    margin: 33px 40px;
    background: #1d1d1d;
    border-radius: 20px;
    padding: 50px 0 0;
}

.footer-logo img {
    width: 170px;
}

.footer-logo .sub-heading-light p {
    font-weight: 400;
    font-size: 15px;
    margin-top: 20px;
}

.social-media-icons ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-left: 0;
}

.social-media-icons ul li {
    color: #fff;
    list-style: none;
    padding: 10px;
    border: 1px solid #fff;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
    border-radius: 100%;
}

.social-media-icons ul li i {
    color: #fff;
}

.social-media-icons ul li a {
    line-height: normal;
}

.footer-links h3 {
    font-size: 22px;
    color: #fff;
}

.footer-links ul {
    padding-left: 0;
}

.footer-links ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
}

.footer-links ul li a {
    color: #fff;
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
}

.banner-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb>li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: none;
    color: #faaf08;
    letter-spacing: 1px;
}

.breadcrumb>li+li:before {
    opacity: 1;
    font-family: 'FontAwesome';
    font-weight: 600;
    content: "\f054";
    font-size: 12px;
    margin: 0 7px 0 5px;
    color: #ffffff;
}

.breadcrumb>li a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

section.section.inner-section {
    padding: 0;
    /* background-color: #424242bf; */
    /* background-blend-mode: overlay; */
        min-height: 347px;
    background-size: cover;
}
section.section.inner-section .inner-heading{
    padding: 141px 0;
}

.inner-heading h2 {
    font-size: 35px;
    color: #ffffff;
    font-family: "Unbounded", sans-serif;
    margin-bottom: 0px;
    /* text-align: left; */
    position: relative;
    margin-top: 0px;
}

.about-benefit-item {
    display: flex;
    margin-bottom: 30px;
}

.about-benefit-item .icon-box {
    position: relative;
    margin-right: 20px;
}

.about-benefit-item .icon-box img {
    position: relative;
    max-width: 60px;
    z-index: 1;
}

.about-benefit-item .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #f6ad09;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.about-benefit-item-content h3 {
    font-size: 18px;
    color: #333333;
}

.about-benefit-item-content p {
    font-size: 16px;
    line-height: 22px;
    color: #322c2c;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
}

.question-mark {
    position: absolute;
    top: 22%;
    left: 60px;
    content: '';
    max-width: 60px;
    animation: tdupdown 1.5s infinite alternate;
}

@keyframes tdupdown {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-20px)
    }
}

.student-card-header {
    display: flex;
    /* justify-content: space-between; */
    background: aliceblue;
    padding: 30px 30px 0;
    gap: 40px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.student-image {
    max-width: 130px;
    margin-top: -70px;
}

.student-image img {
    border-radius: 100%;
}

.student-content {
    background: aliceblue;
    padding: 0px 30px 30px 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.student-story-card {
    border-radius: 20px;
}

.student-story-card {
    margin-top: 45px;
}

.btn-custom {
    display: unset !important;
    background: #cd042c;
    padding: 15px 20px !important;
    border-radius: 30px;
    color: #ffffff !important;
    border: 1px solid #cd042c;
    transition: .5s;
}

.btn-custom:hover {
    background: transparent;
    color: #cd042c !important;
    border: 1px solid #cd042c;
}

.contact-card {
    padding: 30px 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    background: #fff4dd;
}

.bottom-border-form .form-control,
.bottom-border-form .form-select {
    border-bottom: 1px solid #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    font-family: 'Josefin sans', serif;
    background: transparent;
    width: 90%;
}


.bottom-border-form .form-control:focus,
.bottom-border-form .form-select:focus {
    box-shadow: none;
    border-bottom: 1px solid #000;
}

.bottom-border-form .input-group-text {
    border-bottom: 1px solid #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background: transparent;
    font-family: 'Josefin sans', serif;
}

.contact-card .treat-tab {
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #cd042c;
    border-radius: 30px;
    color: #cd042c;
}

.contact-card .treat-tab.active {
    background: #cd042c;
    border: 1px solid #cd042c;
    color: #fff;
}

.btn.btn-custom {
    padding: 9px 35px !important;
}

.contact-left-card .card-content {
    padding: 20px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    background: #fff4dd;
}

.contact-left-card .card-content h5 {
    font-size: 20px;
    color: #192e62;
}

.contact-left-card .card-content p {
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 0;
    font-weight: 500;
}

.reveal {
    position: relative;
    display: inline-flex;
    visibility: hidden;
    /* GSAP will handle visibility */
    overflow: hidden;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.reveal img {
    width: 100%;
    height: auto;
    display: block;
}

.main-heading {
    overflow: hidden;
}

.main-heading-light {
    overflow: hidden;
}

.icon-svg {
    overflow: hidden;
}

.last-footer .sub-heading-light p {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: "Josefin Sans", sans-serif;
}

li {
    list-style: none;
}

table.submission-table {
    background-color: #0c0f3a !important;
}

table.submission-table tbody,
td,
tfoot,
th,
thead,
tr {
    border: 1px solid #ccc !important;
    font-size: 16px;
    padding: 8px 15px 8px 15px !important;
    color: #ffffff !important;
    font-weight: 500;
    line-height: 20px;
    transition: 0.5s ease;
    background-color: transparent !important;
    font-family: "Nunito Sans", sans-serif;
}

.submission-table thead tr th {
    font-size: 22px;
    font-weight: 500;
    color: #0c0f3a !important;
    padding: 10px 20px !important;
    letter-spacing: normal;
    background: #f5b327 !important;
    font-family: "Oswald", sans-serif;
}

.custom-btn {
    padding: 7px 25px;
    background: #0a58ca;
    color: #fff !important;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    margin: 10px;
    display: inline-block;
    border-radius: 30px;
}

.custom-btn2 {
    padding: 7px 25px;
    background: #f5b327;
    color: #000000 !important;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    margin: 10px;
    display: inline-block;
    border-radius: 30px;
}

.service-core-section .service-content {
    padding: 20px;
}

.service-core-section .servive-col {
    min-height: 300px;
}

.custom-linebar {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    border-radius: 30px;
}

.service-col-bg-different .servive-col {
    background: linear-gradient(90deg, rgb(225 250 252) 32%, rgba(231, 248, 231, 1) 100%);
}

.team-section .servive-col {
    min-height: 570px;
}

.home-service-section .service-content.sub-heading p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: auto;
}

/* career */

.career-section .accordion-header span {
    font-size: 23px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0px;
    line-height: normal;
    font-family: 'Oswald';
}

.career-section .accordion-body {
    background: #dccab4;
    border-radius: 14px;
    /* margin-bottom: 20px; */
}

.career-section .accordion-body p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 6px;
}

.accordion-item {
    border: none;
    background: #dccab4;
    margin-bottom: 10px;
    border-radius: 7px;
}

.accordion-header .accordion-button {
    background: none;
    box-shadow: none;
    padding: 5px;
}

.accordion-header {
    background: none;
    border: none;
    border-bottom: 1px solid #e7e0e0;
    margin-bottom: 10px;
    padding: 10px 20px;
}

.accordion-button:not(.collapsed) {
    background: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: none;
    background-color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-family: 'FontAwesome';
    background: none;
    background-color: #333333;
    color: #ffff;
}

.logo-slider-svg {
    max-width: 200px;
    width: 100%;
    height: 110px;
}

.logo-slider-svg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.accordion-body .main-list ul li {
    color: #000000;
}

.accordion-body .main-list ul li::before {
    background: #333333;
}

.accordion-body .sub-heading h4 {
    color: #333333;
    font-size: 20px;
    margin-top: 10px;
}

.accordion-body .sub-heading.main-list {
    max-height: 345px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.site-header-title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.1;
    text-transform: capitalize;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0 auto;
    box-shadow: inset 0 0 0 #fff;
    animation: 0.4s ease-in-out 0.4s forwards fill, 0.3s ease-in-out 0.9s both scale;
}
.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #2E8B57;
    fill: none;
    animation: 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards stroke;
}
.checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards stroke;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #2E8B57;
    }
}