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

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

p{
    text-align: left;
    margin: 0;
    font-family: "Kastelov-Axiforma",Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-style: normal;
    line-height: 1.25em;
}

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

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

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

.head_event{
    height: 165px;
    width: 970px;
    float: right;
    display: flex;
    justify-content: space-between;
}

.head_left_event{
    height: 106px;
    width: 518px;
    background: #00ACC7;
    border-bottom-left-radius: 30px;
    margin-top: 42px;
}

.logo_event{
    position: absolute;
    top: 72px;
    right: 62px;
}

.title_event{
    width: 940px;
    padding-top: 40px;
    height: 160px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.title_event p{
    font-size: 3.75rem;
    color: #C1D400;
    text-align: center;
}

.date_event{
    margin-top: 22px;
    color: #C1D400;
    font-size: 2.85rem;
    max-width: 950px;
    display: flex;
    justify-content: center;
}

.date::before{
    margin-top: 3px;
    content: "";
    position: absolute;
    background: url("../assets/Icon-Calendar.png") no-repeat;
    width: 40px;
    height: 40px;
    left: -70px;
}

.date {
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.hour_event{
    margin-top: 8px;
    max-width: 950px;
    color: #C1D400;
    font-size: 2.85rem;
    display: flex;
    justify-content: center;
}

.hour::before{
    margin-top: 4px;
    content: "";
    position: absolute;
    background: url("../assets/Icon-clock.png") no-repeat;
    width: 40px;
    height: 40px;
    left: -65px;
}

.hour {
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.content_event{
    border: 7px solid #00ACC7;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    height: 775px;
    width: 569px;
    position: absolute;
    top: 334px;
    left: 178px;
    overflow: hidden; 
}

.qr_space{
    width: 440px;
    height: 430px;
    position: relative;
    top: 102px;
    left: 58px;
}

.border-left{
    width: 140px;
    height: 140px;
    border-top: 4px solid #00ACC7;
    border-left: 4px solid #00ACC7;
    border-top-left-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.border-right{
    width: 140px;
    height: 140px;
    border-bottom: 4px solid #00ACC7;
    border-right: 4px solid #00ACC7;
    border-bottom-right-radius: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.qr{
    width: 370px;
    height: 370px;
    position: absolute;
    top: 30px;
    left: 35px;
}

.description{
    max-width: 490px;
    margin-top: 145px;
    margin-left: 32px;
}

.description p{
    color: #00ACC7;
    font-size: 2.75rem;
    text-align: center;
}

.img_event{
    height: 895px;
    width: 968px;
    border-top-left-radius: 30px;
    position:absolute;
    bottom: 0;
    right: 0;
}