
@font-face {
    font-family: "Inter";
    src: url(../fonts/Inter/Inter-VariableFont_opsz,wght.ttf);    
}

@font-face {
    font-family: "Great Vibes";
    src: url(../fonts/Great_Vibes/GreatVibes-Regular.ttf);
}


* {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

:focus-visible {
    outline: 0px;
    border: 0px;
}

button:focus:not(:focus-visible) {
    outline: 0;
    background: transparent;
}

html {
    font-size: 100%;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    scroll-behavior: smooth;
}

ol,
ul {
    padding-left: 1rem;
}

.pink-a {
    color: #ef3a72;
    text-decoration:underline
}

.pink-a:hover {
    color: #ef3a72;
    text-decoration: none
}

header {
    display: block;
    background: #fff;
}

.form-container {
    background-color: #fff;
    box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-top: -100px;
    margin-bottom: 30px;
}

.btn {
    background-color: #ef3a72;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    border: 0px;
}

    .btn:hover {
        background-color: #0000a5;
        color: #fff;
        padding: 10px 20px;
        border-radius: 6px;
        text-decoration: none;
        border: 0px;
    }

button {
    background-color: #ef3a72;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    border: 0px;
}

    button:hover {
        background-color: #0000a5;
        color: #fff;
        padding: 10px 20px;
        border-radius: 6px;
        text-decoration: none;
        border: 0px;
    }

.form-control {
    border: 0px;
    border-radius: 6px;
    background: #f1f1f1;
    padding: 0.6rem 0.75rem;
}

.form-control-textarea {
    border: 0px;
    border-radius: 6px;
    background: #f1f1f1;
    padding: 0.6rem 0.75rem;
    height: 100px;
    width: 100%;
}

.contact-container {
    margin-top: -100px;
    background-color: #fff;
    box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.1);
    padding: 0px;
    margin-bottom: 30px;
}

.contact-block {
    align-items: center;
    display: flex;
    justify-content: center;
    background: #333 url(../images/Location-placeholder.png) repeat top left;
    position: relative;
    height: 710px;
    padding: 50px;
}

.contact-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-color: #0e0e69;
    height: auto;
    width: 100%;
    padding: 40px 20px;
}
.pix-20 {
    padding:40px
}
.contact-content {
    z-index: 1;
    position: relative;
    text-align: left;
    color: #fff;
}

    .contact-content ul {
        padding: 0px;
        margin: 0px;
    }

        .contact-content ul li {
            list-style-type: none;
            margin-bottom: 20px;
            font-size:1rem
        }

            .contact-content ul li .bi {
                font-size: 1.5rem;
                margin-right: 10px;
            }

            .contact-content ul li a {
                color: #fff;
                text-decoration: none
            }

            .contact-content ul li a:hover {
                color: #fff;
                text-decoration: underline
            }
    

    .contact-content h4 {
        color: #fff;
        font-size: 25px;
        line-height: 1.4em;
    }

    .contact-content p {
        margin-bottom: 25px;
        margin-top: 25px;
        color: #fff;
    }

.btn-blue {
    background-color: #ef3a72;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
}

    .btn-blue:hover {
        background-color: #0000a5;
        color: #fff;
        padding: 10px 20px;
        border-radius: 6px;
        text-decoration: none;
    }

.blue-bg-Home {
    background-color: #1e1ea7;
    display: block;
    height: auto;
    padding: 65px 0px;
}

    .blue-bg-Home h2 {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.8rem;
    }

    .blue-bg-Home h1 {
        color: #fff;
        font-size: 3.5rem;
        font-weight: 500;
        line-height: 2.2rem;
    }

        .blue-bg-Home h1 span {
            color: #ef3a72;
            font-size: 4rem;
            font-weight: 500;
        }

.blue-bg-subtitle {
    color: #a4aae6;
    font-size: 1rem;
    font-weight: 500;
    padding-top: 4px;
}

.mar-T60 {
    margin-top: 60px;
}

.Main-Heading {
    font-size: 2.8rem;
    color: #0000a5;
    font-weight: 600;
    margin-bottom: 5px;
}
    .Main-Heading::after {
        display: block;
        width: 64px;
        height: 3px;
        background-color: #ef3a72;
        content: "";
    }

.Sub-Heading {
    font-size: 1.3rem;
    color: #000;
    font-weight: 500;
}

.Sub-Heading-Blue {
    color: #0000a5;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

.card-container {
    margin: 60px 0px;
}

.card {
    border: 0px;
}

.card-img,
.card-img-top {
    border-radius: 16px;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0000a5;
    line-height: 1.8rem;
    margin: 0px 0px 10px;
    min-height: 55px;
}

.card-text {
    font-size: 0.9rem;
    color: #000;
    font-weight: 400;
    line-height: 1.2rem;
}

.card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
}


.info {
    position: relative;
    z-index: 3;
    color: white;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s;
    display: flex;
    justify-content: center;
}

.card-overlay {
    position: relative;
}

.card:hover {
    transform: translateY(0px);
    cursor: pointer;
}

    .card:hover:before {
        opacity: 1;
    }

    .card:hover .info {
        opacity: 1;
        transform: translateY(0px);
    }

.card a {
    background-color: #ef3a72;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.9rem;
    position: absolute;
    top: 65px;
}

    .card a:hover {
        background-color: #0000a5;
        color: #fff;
        padding: 10px 15px;
        border-radius: 6px;
        text-decoration: none;
        font-size: 0.9rem;
    }

.flex-col {
    flex-direction: column;
}

.blue-banner {
    display: block;
    border-radius: 22px;
    display: flex;
    justify-content: space-between;
    background: #1e1ea7;
    margin: 120px 0px 0px;
}

.blue-banner-txt{
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}
.blue-banner h1 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.2rem;
    padding: 0px 60px 0px
}
.Ft-4 {
    color: #e84427;
    font-weight: 800;
    font-size: 1.5rem;
    border-bottom: #cc5a09 3px dashed;
    padding: 8px 15px;
    background: #cfcece36;
}
.txt-ML {
    text-align: left;
}
.txt-MC {
    text-align: right;
}

.blue-banner img {
    align-items: end;
    position: relative;
    margin-bottom: 0px;
    display: flex;
    margin-top: -85px;
}

.padd-L75 {
    padding: 0px 75px;
    align-items: flex-start;
}

.blue-banner h2 {
    color: #ffffff;
    font-size: 2.4rem;
    margin-bottom: 8px;
    font-weight: 700;
}

.blue-banner p {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 20px;
}

.blue-banner .btn:hover {
    background-color: #fff;
    color: #0000a5;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    border: 0px;
}

.testimonials-container {
    display: block;
    margin: 20px 0px;
}

.bg-footer-light {
    padding: 10px;
    background: #1e1ea7;
}

footer {
    display: block;
    background: #0c0e1f;
    height: auto;
    padding: 50px 0px 0px;
    color: #fff;
}

    footer h3 {
        color: #fff;
        font-size: 1.3rem;
        font-weight: 500;
        text-transform: uppercase;
    }

    footer p {
        color: #fff;
        font-size: 0.9rem;
        line-height: 1.5rem;
    }

    footer a {
        color: #fff;
        text-decoration: underline;
    }

        footer a:hover {
            color: #fff;
            text-decoration: none;
        }

.padd-R70 {
    padding-right: 70px;
}

.footer-logo img {
    width: 150px;
}

footer .bi {
    color: #ef3a72;
    padding-right: 5px;
}

.FT-list {
    padding: 0px;
    margin: 0px;
}

    .FT-list li {
        list-style-type: none;
        margin-top: 10px;
    }

.quick-link-list {
    padding: 0px;
    margin: 0px;
}

    .quick-link-list li {
        list-style-type: none;
        margin-top: 10px;
    }

        .quick-link-list li a {
            color: #fff;
            text-decoration: underline;
        }

            .quick-link-list li a:hover {
                color: #fff;
                text-decoration: none;
            }

#button {
    display: inline-block;
    background-color: #ef3a72;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button .bi {
        color: #fff;
        font-size: 2rem;
        top: -7px;
        position: relative;
    }

.show-btntop {
    opacity: 1 !important;
    visibility: visible !important;
}
/* #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
} */
#button:hover {
    cursor: pointer;
    background-color: #0000a5;
}

    #button:active {
        background-color: #0000a5;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }

/*------------Subpage-----------------*/

.Subpage-Header {
    background: #0e0e69 url(../images/blue-waves.png) no-repeat -75px;
    display: block;
    padding: 80px 0px 150px;

}

.Subpage-H {
    color: #fff;
    font-size: 2.4rem;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.Subheading {
    color: #0000a4;
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.Subpage-Header p {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
}

.breadcrumb {
    color: #fff;
    position: absolute;
    right: 15px;
}

    .breadcrumb a {
        color: #fff;
        text-decoration: none;
    }

        .breadcrumb a:hover {
            color: #fff;
            text-decoration: none;
        }

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
    display: inline-block;
}

.pos-relative {
    position: relative;
}

.service-wrapper {
    margin-top: -100px;
    background-color: #fff;
    box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    margin-bottom: 30px;
}
/*
#wrapper {
    margin: 40px 0px;
}*/

.service-main {
    position: relative;
}

    .service-main img {
        border-radius: 10px;
        width: 100%;
        display: block;
        margin-bottom: 20px;
        height: auto;
    }

    .heading,
    .service-main h1 {
        color: #0000a5;
        font-size: 2.3rem;
        font-weight: 600;
        margin-bottom: 15px;
    }

        .service-main h1::after,
        .heading::after {
            display: block;
            width: 64px;
            height: 3px;
            background-color: #ef3a72;
            content: "";
        }

    .service-main p {
        color: #000;
        font-size: 1rem;
        margin-bottom: 20px;
        line-height: 20px;
        display: contents;
    }

.side-block {
    background: #f5efef;
    border-radius: 10px;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
}

    .side-block h2 {
        color: #000;
        font-weight: 600;
        font-size: 1.1rem;
        line-height: 19px;
        padding: 20px 15px 10px;
    }

    .side-block ul {
        padding: 0px;
        margin: 0px;
    }

        .side-block ul li {
            padding: 0px;
            margin: 0px;
            list-style-type: none;
            margin-bottom: 8px;
            line-height: 18px;
            font-size: 0.9rem;
        }

            .side-block ul li a {
                color: #0000a5;
                text-decoration: none;
                background: #f5efef;
                display: block;
                padding: 10px 15px;
                position: relative;
            }

                .side-block ul li a:hover {
                    color: #fff;
                    text-decoration: none;
                    background: #515151;
                    display: block;
                    padding: 10px 15px;
                }

                .side-block ul li a::after {
                    content: ""; /* No text content */
                    position: absolute;
                    right: -1px;
                    top: -1px;
                    transform: rotate(0deg);
                    width: 0;
                    height: 0;
                    border-width: 20px;
                    border-style: solid;
                    border-color: transparent #fff transparent transparent; /* Arrow color */
                    transition: border-color 0.3s; /* Smooth transition */
                    opacity: 0; /* Hide the arrow initially */
                }

                .side-block ul li a:hover::after {
                    border-color: transparent #fff transparent transparent; /* Arrow color on hover */
                    opacity: 1; /* Show the arrow on hover */
                }

    .side-block .active {
        color: #fff;
        text-decoration: none;
        background: #ef3a72;
        display: block;
        padding: 10px 15px;
    }

        .side-block .active::after {
            content: ""; /* No text content */
            position: absolute;
            right: -39px;
            top: -1px;
            transform: rotate(180deg);
            width: 0;
            height: 0;
            border-width: 20px;
            border-style: solid;
            border-color: transparent #ef3a72 transparent transparent; /* Arrow color */
            transition: border-color 0.3s; /* Smooth transition */
            opacity: 1; /* Hide the arrow initially */
        }



.mandatory {
    color: #ef3a72;
    font-weight: 700;
    font-size: 1.1rem;
}

.blue-txt {
    color: #0000a5;
}

.blue-star {
    color: #0000a5;
    font-weight: 700;
    font-size: 1.1rem;
}

label {
    color: #0000a5;
    font-weight: 500;
    font-size: 1rem;
    display: block;
}

.form-check {
    margin-bottom: 0.4rem;
}

.form-check-input {
    margin-right: 0.5rem;
    width: 1.3em;
    height: 1.3em;
}

.form-check label {
    color: #000;
    font-weight: 500;
    font-size: 1rem;
}

.hippa-OL li {
    color: #0000a5;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.3rem;
}

.noted {
    color: #000;
    font-size: 0.9rem;
}

.step-block {
    border: #e9ecef 1px solid;
    border-radius: 6px;
    position: relative;
    margin-bottom: 3rem !important;
    background: #fafafaa8;
}

.step-H {
    font-size: 1rem;
    color: #0000a5;
    font-weight: 600;
    top: -18px;
    position: absolute;
    z-index: 9;
    background: #e8f2ff;
    border-radius: 6px;
    padding: 5px 15px;
    margin-left: 20px;
}

.step-detail {
    color: #000;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 4px;
    padding: 10px;
    margin-top: 22px;
}

    .step-detail b {
        color: #000;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 600;
        display: block;
        margin-bottom: 1rem;
    }

    .step-detail p {
        font-size: 1rem;
        color: #000;
        line-height: 1.2rem;
    }

    .step-detail a {
        color: #ef3a72;
        font-weight: 700;
        text-decoration: underline;
        font-size: 1.1rem;
    }

        .step-detail a:hover {
            color: #ef3a72;
            font-weight: 700;
            font-size: 1.1rem;
            text-decoration: none;
        }

.sub-label {
    color: #000;
    font-weight: 500;
    font-size: 0.9rem;
    display: block;
}

.disclaimer-box {
    background: #f1f1f1;
    border: #ccc 1px solid;
    display: block;
    padding: 8px;
    font-size: 0.9rem;
    color: #000;
}

.map-container {
    width: 100%;
}

.canvas-block {
    position: relative;
    width: 85%;
}

.clear-btn {
    background: none;
    padding: 0px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

    .clear-btn:hover {
        background: none;
        padding: 0px;
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

    .clear-btn .bi {
        font-size: 1.2rem;
        font-weight: 800;
        color: #ef3a72;
    }

summary {
   
    font-size: 1rem;
    font-weight: 600;
    color: #0000a5;
}

.location-scroll {
    overflow: auto;
    height: 450px;
}

.location-detail h1 {
    font-size: 1rem;
    font-weight: 600;
    color: #0000a5;
}

.location-content {
    margin-bottom: 40px;
    background: #e8f2ff;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding-bottom: 10px
}

    .location-content img {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }


.location-detail {
    padding: 10px 20px 20px;
}

    .location-detail h1 {
        font-size: 1rem;
        font-weight: 600;
        color: #0000a5;
    }

    .location-detail ul {
        padding: 0px;
        margin: 6px 0px 0px;
    }

        .location-detail ul li {
            font-size: 1em;
            color: #000;
            font-weight: 500;
            list-style-type: none;
            margin-bottom: 5px;
            word-break: break-all;
        }

            .location-detail ul li .bi {
                margin-right: 5px;
                font-size: 0.8rem;
            }

.thankyou-height {
    height: auto;
    background: #f9fdff;
    text-align: center;
    padding-top: 50px;
}

    .thankyou-height h1 {
        font-family: "Great Vibes", cursive;
        font-optical-sizing: auto;
        font-weight: 600;
        color: #ef3a72;
        font-size: 4.5rem;
        margin-bottom: 40px;
    }

    .thankyou-height h3 {
        font-weight: 500;
        color: #0000a5;
        font-size: 2.2rem;
        margin-bottom: 10px;
    }

    .thankyou-height p {
        font-weight: 500;
        color: #000;
        font-size: 1.2rem;
        margin-bottom: 40px;
    }

/*------------Subpage-----------------*/
/*------------Search-------*/

.search-block {
    width: 100%;
    margin-bottom: 20px;
}
    .search-block img {
        border-radius:6px;
        box-shadow:none;
        
            }
    .search-block h1 {
        font-size: 2rem;
        color: #0000a5;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 10px;
    }

        .search-block h1::after {
            display: block;
            width: 64px;
            height: 3px;
            background-color: #ef3a72;
            content: "";
        }
.search-blocks p {
    color: #000;
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 20px;
    display: contents;
}

.search-icon {
    background-color: #ef3a72;
    text-align: center;
    border-radius: 4px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    padding: 0px 8px 4px;
}

    .search-icon .bi {
        font-weight: 700;
        font-size: 0.9rem;
        color: #fff;
    }

.home-search-block .form-control {
    border: 0px;
    border-radius: 6px;
    background: #fff;
    padding: 0.6rem 0.75rem;

}

.home-search-block {
    background: #e8f2ff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    top: 40%;
}

.btn-close {background:url(../images/close-btn.png) no-repeat top left;
            width:30px; height:30px; opacity:1;
}

.border0 {
    border-width: 0px !important
}




    /*--------Location----------*/
.map-block {
    position: relative;

    height: 100%;
    overflow: hidden;
}

#map-canvas {
    height:600px !important;
    width: 100%;
    max-width: 100%;
    position: absolute;
}

.placeDiv {
    z-index: 1;
    position: absolute;
}

.map-container {
    position: relative;
}

.placecard__container {
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    max-width: 330px;
    width: 100%;
    background: white none repeat scroll 0% 0%/auto padding-box border-box;
    border-radius: 2px 2px 2px 2px;
    font: normal normal normal normal 11px/normal Roboto, Arial, sans-serif;
    margin: 10px;
    padding: 9px 4px 9px 11px;
    overflow: hidden;
}

.placecard__left {
    float: left;
    width: 75%;
}

.placecard__right {
    text-align: center;
    float: left;
    width: 25%;
}

.placecard__business-name {
    cursor: default;
    height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    perspective-origin: 100px 9.5px;
    transform-origin: 100px 9.5px;
    font: normal normal 500 normal 18px/normal Roboto, Arial;
    overflow: hidden;
    margin: 0;
}

.placecard__info {
    color: #5b5b5b;
    cursor: default;
    height: 32px;
    width: 200px;
    column-rule-color: #5b5b5b;
    perspective-origin: 100px 16px;
    transform-origin: 100px 16px;
    border: 0px none #5b5b5b;
    font: normal normal normal normal 14px/normal Roboto, Arial;
    margin: 6px 0px 0px;
    outline: #5b5b5b none 0px;
}

.placecard__direction-icon {
    background: rgba(0, 0, 0, 0) url("https://maps.gstatic.com/mapfiles/embed/images/entity11.png") repeat scroll 0px 0px/70px 210px padding-box border-box;
    height: 22px;
    width: 22px;
    margin-right: auto;
    margin-left: auto;
}

.placecard__direction-link {
    color: #3a84df;
    display: block;
    height: 43px;
    text-decoration: none;
    width: 54.7344px;
}

.placecard__view-large {
    display: block;
    margin-top: 10px;
    color: #3a84df;
    text-decoration: none;
}

/*------------------End----------*/


.text-danger {
    padding-top: 5px;
    display: block;
}


.bi::before, [class*=" bi-"]::before, [class^=bi-]::before {
    vertical-align: middle;
}




.scale-up-center {
    -webkit-animation: scale-up-center 0.6s ease-in-out both;
    animation: scale-up-center 0.6s ease-in-out both;
}

.ani-zoomIn {
    -webkit-animation: slide-fwd-center 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-fwd-center 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}


@-webkit-keyframes shadow-drop-center {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
}

@keyframes shadow-drop-center {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
}



@-webkit-keyframes slide-fwd-center {
    0% {
        scale: 0%;
    }

    100% {
        scale: 100%;
    }
}

@keyframes slide-fwd-center {
    0% {
        scale: 0%;
    }

    100% {
        scale: 100%;
    }
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.card {
    -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
