@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";
    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: 604px;
    height: 243px;
    top: 152px;
    left: 141px;
    font-family: "Axiforma";
    font-weight: 950;
    line-height: 80px;
    color: #FFFFFF;
    font-size: 70px;
    overflow: hidden;
    overflow-wrap: break-word;
}

.description {
    position: absolute;
    width: 752px;
    height: 443px;
    top: 561px;
    left: 137px;
    font-family: "Kastelov-Axiforma-Regular";
    font-weight: 400;
    color: #3D3935;
    font-size: 40px;
}

.image {
    position: absolute;
    width: 995px;
    height: 764px;
    top: 235px;
    left: 922px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
}