#homemainbg {
    display: block;
    background-position: 25% 50%;
    background-image: url("../img/kv-statistics.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.mapm {
	width: 100%;
	height: 70svh;
    font-family: futura-pt, a-otf-ud-shin-go-pr6n, sans-serif; 
    font-size: clamp(1rem, 0.667rem + 1.111vi, 1.5rem);
}
#wlddonutcy, #wlddonutly, #wlddonutlly, #usausagedonut {
    width: 100%;
    height: 600px;
    font-family: futura-pt, a-otf-ud-shin-go-pr6n, sans-serif;
    font-size: clamp(0.875rem, 0.708rem + 0.556vi, 1.125rem);
}
.stclm {
    width: 100%;
    height: 600px;
    font-family: futura-pt, a-otf-ud-shin-go-pr6n, sans-serif;
    font-size: clamp(0.875rem, 0.708rem + 0.556vi, 1.125rem);
}

.card {
    border-radius: 10px;
    filter: drop-shadow(0 5px 10px 0 #ffffff);
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: 0.6s ease-in;
}

.card::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: -12px;
    background: #164A84;
    height:100%;
    width: 24px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.card:hover::before{
    transition-delay:0.2s ;
    transform: scale(150);
}

.card:hover, .card:hover p{
    color: #ffffff;
}

.card p{
    padding: 10px 16px 10px 0;
}
@media screen and (max-width:768px) {
    .mapm {height: 70svh;}
}




