@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: 933px;
    height: 164px;
    top: 117px;
    left: 920px;
    font-family: "Axiforma";
    font-weight: 950;
    line-height: 80px;
    color: #FFFFFF;
    font-size: 66px;
    overflow: hidden;
    overflow-wrap: break-word;
}

.description {
    position: absolute;
    width: 927px;
    height: 327px;
    overflow: hidden;
    top: 432px;
    left: 933px;
    font-family: "Kastelov-Axiforma-Regular";
    /*font-weight: 400;*/
    color: #3D3935;
    font-size: 40px;
}

.image {
    position: absolute;
    width: 710px;
    height: 862px;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0px 0px 59px 0px;
}

::marker {
    color: #AFD100;
}

li {
    margin-bottom: 50px;
    height: 132px;
    overflow: hidden;
}