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

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

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

p{
    text-align: left;
    margin: 0;
}

.slider{
    max-width: 1920px;
    max-height: 1080px;
    overflow: hidden; 
    position: relative;
    display: flex;
}

.slider_section{
    max-width: 1920px;
    max-height: 1080px;
}

.body_pg13{
    height: 1080px;
    width: 1920px;
    position: relative;
}

.img_right_pg13{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1065px;
    width: 910px;
    border-top-left-radius: 70px;
}

.logo_pg13{
    position: absolute;
    top: 37px;
    left: 36px;
}

.head_pg13{
    height: 149px;
    width: 879px;
    position: absolute;
    left: 0;
    top: 204px;
    display: flex;
    justify-content: space-between;
}

.head_left_pg13{
    height: 100%;
    width: 184px;
    border-top: solid #00ABC6 5px;
    border-right: solid #00ABC6 5px;
    border-bottom: solid #00ABC6 5px;
    border-bottom-right-radius: 20px;
}

.dec_img_left{
    margin-top: 25px;
    margin-left: 35px;
}

.head_right_pg13{
    background: #00ABC6;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 100%;
    width: 678px;
}

.dec_img_right{
    margin-top: 79px;
}

.content_pg13{
    height: 708px;
    width: 879px;
    border-right: solid #AFD100 4px;
    border-top: solid #AFD100 4px;
    border-top-right-radius: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.title_pg13{
    color: #AFD100;
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-style: normal;
    font-size: 3.75rem;
    line-height: 1.2em;
    margin-left: 102px;
    max-height: 215px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.desc_pg13{
    color: #3D3935;
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: lighter;
	font-style: normal;
    font-size: 2.5rem;
    line-height: 1.25em;
    margin-left: 100px;
    margin-right: 30px;
    max-height: 440px;
    overflow: hidden; 
    text-overflow: ellipsis;
}