@font-face {
    font-family: 'Metropolis';
    src: url('../font/metropolis/metropolis.regular.otf?v=1') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../font/metropolis/metropolis.medium.otf?v=1') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../font/metropolis/metropolis.semi-bold.otf?v=1') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../font/metropolis/metropolis.bold.otf?v=1') format('opentype');
    font-weight: 700;
    font-style: normal;
}

.card-outline-new:hover .card-outline-button {
    background: #2D76BA !important;
    color: #ffffff !important;
}

.card-outline-new:hover .card-outline-button span {
    color: #2D76BA;
}

.header-button-new:hover svg path {
    fill: #ffffff !important;
}

.custom-header-style {
    position: absolute;
    width: 91.5%;
    z-index: 22;
    top: 21%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body {
    font-family: "Metropolis", sans-serif;
}

.section-1 {
    position: relative;
    background: url(../images/home-page.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.section-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.292);
    z-index: 2;
}

.section-1>* {
    position: relative;
    z-index: 3;
}