-webkit-transform: translate(-50.1%, -50.1%);
transform: translate(-50.1%, -50.1%);
.tab__item--active {
color: blue;
background: red;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.tab__box--active {
background-color: red;
border-radius: 10px;
padding-top: 15px;
margin-top: -10px;
}
.header {
position: relative;
}
.header-bg{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url("../img/header-bg.jpg") no-repeat center;
background-size: cover;
background-attachment: fixed;
filter: blur(20px);
z-index: 0;
}