@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap"); div#landing {
    position: relative;
    height: 800px;
    overflow: hidden;
    width: 100%;
}

.left_side {
    width: 1050px;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#landing > .left_side > .landing_container_left > h1 {
    color: rgb(219, 219, 219);
    font-size: 72px;
    font-weight: 900;
    margin: 0px auto;
}

#landing > .left_side > .landing_container_left > p {
    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: 100;
}

#landing > .left_side > .landing_container_left > div > button {
    padding: 15px 24px;
    font-size: 17px;
    margin-top: 10px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: rgb(255, 255, 255);
    background: rgb(251, 176, 50);
}

.right_side {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}

.video_container {
    height: 100%;
}

.video_container {
    position: absolute;
    right: 0px;
    width: 100%;
    overflow: hidden;
}

video#fontana_landing {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 12px;
    transform: translate(-50%, -50%);
}

.video_overflow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 44%);
    z-index: 99;
}


.image_container {
    background-image: url('/assets/img/podujatia_bg.jpeg');
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
}

.events_container {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1080px!important;
    margin: 0px auto!important;
    gap: 30px;
    justify-content: space-between;
}

.event_item {
    border-radius: 12px;
    cursor: pointer;
    width: calc(33% - 30px);
    height: auto;
    aspect-ratio: 1 / 1.3;
}

.event_container {
    width: 100%;
    height: 100%;
    position: relative;
}

.event_container_img {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
    border-radius: 12px;
    right: 0px;
    top: 0px;
}

.event_container_name {
    z-index: 2;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.event_container_name_title {
    font-weight: 800;
    z-index: 2;
    position: relative;
    font-size: 29px;
    color: white;
    padding: 0px 20px 20px 20px;
    width: 100%;
}

.event_container_name_bg {
    background: rgba(19, 32, 60, 0.81);
    width: 280px;
    height: 280px;
    position: absolute;
    left: 0px;
    bottom: -300px;
    border-radius: 8px;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.event_container_name_date {
    position: relative;
    z-index: 2;
    color: rgb(251, 176, 49);
    display: none;
}

.event_container_name_title > span {
    /* -webkit-text-stroke: 2px #fbb031; */
    /* color: #ffffff00; */
    position: relative;
    z-index: 999;
    font-family: 'Poppins';
    display: block;
    line-height: 35px;
}

.section_heading {
    text-align: center;
    height: fit-content;
    margin-top: 140px;
}

.text {
    --text-color: #fbb032;
    --bg-color: hsl(0 0% 100%);
    --bg-size: 200px;
    font-family: "Dela Gothic One", sans-serif;
    grid-area: body / body / body / body;
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 38px;
}

.heading span {
    display: block;
    text-transform: uppercase;
}

.heading span.filled {
    color: var(--text-color);
}

.heading span:not(.filled) {
    --stroke: min(0.25vmin, 2px) var( --text-color);
    color: rgb(19, 32, 60);
    -webkit-text-stroke: var(--stroke);
}

    .events_preparing {
    width: 90%;
    max-width: 1050px;
    margin: 0px auto;
    height: 400px;
    background: url('/assets/img/bg_no_events.jpeg');
    background-size: cover;
    background-position: center center;
    border-radius: 12px;
    position: relative;
}

.events_preparing_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 12px;
    background: rgb(0 0 0 / 44%);
}

.events_preparing_title {
    position: absolute;
    z-index: 99;
    color: rgb(219, 219, 219);
    font-size: 60px;
    font-weight: 900;
    top: 50%;
    left: 50%;
    width: 90%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.events_elm {
    width: 200px;
    height: 200px;
    background: url('/assets/img/bullet_orange.png');
    background-size: 35px;
    position: absolute;
    z-index: 9;
    top: 100px;
    right: 100px;
}

span.date_time {
    padding: 5px 10px;
    background: #fbb031;
    font-size: 16px;
    width: fit-content;
    display: block;
    height: fit-content;
    line-height: normal;
    font-weight: 800;
    font-family: 'Montserrat';
    margin-bottom: 10px;
    border-radius: 5px;
}

.stage {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 99;
    padding: 5px 10px;
    background: #000000;
    font-size: 14px;
    width: fit-content;
    display: block;
    height: fit-content;
    line-height: normal;
    font-weight: 800;
    font-family: 'Montserrat';
    margin-bottom: 10px;
    border-radius: 5px;
    color: #fff;
}