@font-face {
    font-family: "Axiforma";
    src: url("../css/fonts/Kastelov\ -\ Axiforma\ Bold.otf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Axiforma Regular";
    src: url("../css/fonts/Axiforma-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Axiforma";
    src: url("../css/fonts/Axiforma-Black.ttf") format("truetype");
    font-weight: 950;
    font-style: normal;
}

@font-face {
    font-family: "Kastelov-Axiforma-Black";
    src: url("./fonts/Kastelov-Axiforma-Black.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Kastelov-Axiforma-Regular";
    src: url("./fonts/Kastelov-Axiforma-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Kastelov-Axiforma-Book";
    src: url("./fonts/Kastelov-Axiforma-Book.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.background {
    position: relative;
    width: 1920px;
    height: 1080px;
    background-image: url(../assets/fondo.png);
}

.title {
    position: absolute;
    width: 553px;
    height: 253px;
    top: 82px;
    left: 986px;
    font-family: "Axiforma";
    font-weight: 900;
    line-height: 55px;
    color: #4D4D4F;
    font-size: 50px;
}

.description {
    position: absolute;
    width: 752px;
    height: 430px;
    top: 541px;
    left: 1057px;
    font-family: "Kastelov-Axiforma-Regular";
    font-weight: 400;
    color: #FFFFFF;
    font-size: 46px;
}

.image {
    position: absolute;
    width: 896px;
    height: 1041px;
    top: 39px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 20px;
}