.statistic {
    background-color: #121317;
    margin: 70px 0px 0px 0px;
    padding: 20px 0px;
    /* background: url(../../../images/zaket/statistic.png); */
    min-height: 273px;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}


.thead-statistic {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

span.title-statistic {
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
}

span.text-statistic {
    font-size: 15px;
    color: #657087;
}
.members-statistic {
    padding: 10px 2px;
}

.Stats-x {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
    align-items: center;
    gap: 25px;margin-bottom: 50px;
}
.item-stat {
    display: flex;
    gap: 25px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
i#ikonkifont-staty {
    font-size: 25px;
    color: #2342ab;
}

span.item-content {
    flex-basis: 100%;
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: -10px;
}
span.item-title {
    font-size: 15px;
    color: #657087;
}
img.avatar-stats {
    height: 35px;
    width: 35px;
    border-radius: 3333px;
 
}
span.item-content a {color:#ffffff;}

footer {
    height: 80px;
    background: hsl(222deg 55.56% 3.53%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #0a1224;
	margin-top:50px;
}
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
span.text-foter {
    display: block;
    color: #657087;
    font-size: 13px;
    font-weight: 600;
}
span.text-foter a {
  
    color: #657087;
    font-size: 13px;
    font-weight: 700;
}

		.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  min-width: 150px;
}

/* Responsive: pe ecrane mici, coloanele se aliniază pe verticală */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

p.titlefooter-elm {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
}

.links-footer {
    background: #121317;
    border-top: 1px solid #242424;
    padding-bottom: 20px;
}



#backToTopBtn {
    cursor: pointer;
    padding: 10px 13px;
    border: none;
    font-size: 16px;
    background: #ffffff14;
    color: #ffffff;
    border-radius: 50px;
}
		
		