﻿.card {
    transform-style: preserve-3d;
    transition: all 0.2s ease-out;
    box-shadow: 0 8px 30px rgba(14,21,47,0.6);
}
.card:hover {
    transform-style: preserve-3d;
    top: 0%;
    left: 0%;
    transition: all 0.2s ease-out;
    box-shadow: 0 8px 30px rgb(255 0 0);
}
.clientCounter {
    padding: 5px 5px 0px 5px;
    color: papayawhip;
    border: 1px solid gray;
    border-radius: 5px;
    background: rgba(4, 4, 4, .7);
    width: 170px;
    font-size: 20pt;
    font-weight: 1000;
}

.animated-border {
    position: relative;
    /*width: 200px;
    height: 100px;*/
    border: 2px dashed red; /* Initial border style */
    overflow: hidden;
}
.menulink {
    color: black;
}
.menulink:hover {
    color: red;
}

.menulink i {
    color: red;
}

.menulink:hover i {
        color: black;
    }
.nav-menu:hover{
    border-bottom:1px solid red;
    font-weight:bold;
    color:red;
}


    .animated-border::after {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        border: 2px solid transparent;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

    .animated-border:hover::after {
        opacity: 1;
        border-color: #3498db;  Color of the animated border 

    }



/* latin-ext */
@font-face {
    font-family: 'Clicker Script';
    font-style: normal;
    font-weight: 400;
    src: url(raxkHiKPvt8CMH6ZWP8PdlEq71rR0TukKQ.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Clicker Script';
    font-style: normal;
    font-weight: 400;
    src: url(raxkHiKPvt8CMH6ZWP8PdlEq71rf0Ts.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}