.header {
background: url('../img/header/bg.webp') center / cover no-repeat;
min-height: 100vh;
position: relative;
&:before {
content: '';
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
background: transparent;
background-image: linear-gradient(143deg , #00b8d4, #1de9b6);
opacity: 0.9;
}
}