@font-face{
    font-family: "Kastelov-Axiforma-Book";
    src: url("./fonts/Kastelov-Axiforma-Book.otf") format("opentype");
    font-weight: bolder;
	font-style: normal;
}

@font-face{
    font-family: "Kastelov-Axiforma";
    src: url("./fonts/Kastelov-Axiforma-Black.otf") format("opentype");
    font-weight: bolder;
	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: center;
    margin: 0;
}

.slider{
    max-width: 1920px;
    max-height: 1080px;
    overflow: hidden;
    position: relative;
    display: flex;
}

.banner{
    width: 600px;
    height: 1080px;
}

.slider_section{
    max-width: 1320px;
    max-height: 1080px;
}

.background_pg9{
    width: 1320px;
    height: 1080px;
    position: relative;
}

.foot_img{
    background: #AACC00;
    border-top-right-radius: 20px;
    height: 115px;
    width: 695px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.foot_img p{
    text-align: left;
    color: #FFFFFF;
}

.title_pg9{
    font-size: 2.5rem;
    display: flex;
    margin-top: 37px;
    margin-left: 18px;
}

.title_pg9_left{
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: lighter;
	font-style: normal;
}

.title_pg9_right{
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: bolder;
	font-style: normal;
    margin-left: 10px;
}

.sep_pg9{
    height: 50px;
    width: 4px;
    background-color: #FFFFFF;
    border-radius: 2px;
    position: absolute;
    top: 38px;
    right: 305px;
}

.desc_pg9{
    font-size: 1.375rem;
    font-family: "Kastelov-Axiforma-Book",Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
	font-style: normal;
    position: absolute;
    top:35px;
    right: 30px;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.desc_pg9_down{
    max-height: 40px;
    max-width: 270px;
    margin-top: -10px;
    overflow: hidden; 
    text-overflow: ellipsis;
}