.festival .section {
    padding: 10em 0;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
}
.festival .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0, 0.4);
}
.festival .bottom-save {
    padding-bottom: 15em;
}
.festival .title {
    margin: 0 0 30px 0;
    text-align: left;
    font-size: 5em;
    font-weight: 900;
    line-height: 1em;
}
.festival .sub-title {
    text-align: left;
    font-size: 3.5em;
    font-weight: bold;
    padding: 3em 0 1em;
}
.festival .badge {
    background: #ff710d;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 50px;
    margin-bottom: 10px;
}
.festival .text-right .title {
    text-align: right;
}
.festival a.btn.btn-line {
    border: 1px solid #ff710d;
    border-radius: 0;
    color: #ff710d;
    padding: 15px;
    min-width: 300px;
    transition: 0.2s ease;
}
.festival a.btn.btn-line:hover {
    background: #ffffff;
}
.festival .photo-link {
    display: flex;
    justify-content: space-between;
}
.festival .photo-link .link {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    flex-grow: 1;
    text-align: center;
    color: #fff;
    padding: 7em 0;
    cursor: pointer;
    width: 20%;
}
.festival .photo-link .link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
    transition: all .4s ease;
    z-index: 2;
}
.festival .photo-link .link::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: transform .6s ease;
    z-index: 1;
}
.festival .photo-link .link h2 {
    font-weight: 900;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.festival .photo-link .arrow {
    border: 1px solid #fff;
    padding: 15px;
    display: inline-block;
    margin-top: 3em;
    transition: .3s;
}
.festival .photo-link .link h2,
.festival .photo-link .link .arrow {
    position: relative;
    z-index: 3;
}
.festival .photo-link .link:hover::after {
    transform: scale(1.05);
}
.festival .photo-link .link:hover::before {
    background: rgba(0,0,0,.1);
}
.festival .photo-link .link:hover .arrow {
    transform: translateY(5px);
}
.festival .calendar-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    margin: 0 auto;
    padding: 8em;
}
.festival .calendar {
    color: #ffffff;
    text-align: center;
    background: #242424;
    border-radius: 15px;
    padding: 3em 1em 2em;
}
.festival .calendar table {
    width: 100%;
    text-align: center;
    color: #ffffff;
    table-layout: fixed;
}
.festival .calendar table thead th:first-child,
.festival .calendar table tbody td:first-child {color: #ff710d;}
.festival .calendar table thead th:last-child,
.festival .calendar table tbody td:last-child {color: #45F9FF;}
.festival .calendar table th, .calendar table td {
    padding: 15px 2px;
}
.festival .calendar table tbody td {
    height: 135px;
    vertical-align: top;
}
.festival .day {
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 3px;
}
.festival .aqua {
    background: #FD4DB9;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 3px;
}
.festival .hfamilys {
    background: #1665e1;
    border-radius: 5px;
    color: #fff;
    padding: 5px 1px;
    font-size: 12px;
    margin-bottom: 3px;
}
.festival .splash {
    background: #ff710d;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 3px;
}
@media screen and (max-width: 1475px) {
    .festival .calendar-wrap {
        padding: 8em 2em;
    }
}
@media screen and (max-width: 580px) {
    .festival .calendar-wrap {

    }
    .festival .calendar-wrap {
        display: flex;
        flex-direction: column;
        padding: 1em;
    }
    .festival .hfamilys, .festival .splash, .festival .aqua {font-size: 10px;}
    .festival .calendar table tbody td {
        height: auto;
    }
}
.festival .table {
    border-top: none;
    border-collapse: separate;
    border-spacing: 6px;
    width: 100%;
    table-layout: fixed;
}
.festival .table td,
.festival .table th {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 16px;
    border: none;
    padding: 25px 5px;
    border-radius: 10px;
    word-break: keep-all;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
    vertical-align: middle;
}
.festival .table th {
    background: #000000;
}
.festival .box {
    border: none;
    padding: 3em 3em;
    background: rgb(0, 0, 0, 0.5);
}
.festival .ticket {
    padding: 0;
    background: #ffffff;
    color: #2c2c2c;
    border: none;
}
.festival .ticket .ticket-header {
    background: #ff710d;
    padding: 20px 5px;
    letter-spacing: 15px;
    color: #ffffff;
}
.chefs-img {
    position: absolute;
    right: 0;
}
.splash-img {
    position: absolute;
    right: 0;
}
.splash-img img {max-width: 900px;}

@media screen and (max-width: 580px) {
    .festival .container {padding: 0 30px;}
    .festival .m-br br {display: none;}
    .festival .section {
        flex-direction: column;
    }
    .festival .title {font-size: 3em;}
    .festival h2 {font-size: 21px;}
    .festival a.btn {width: 100%;}
    .festival .table {border-spacing: 3px;}
    .festival .table td,
    .festival .table th {
        font-size: 14px;
        padding: 15px 5px;
    }
    .festival .photo-link {
        flex-wrap: wrap;
    }
    .festival .photo-link .link {
        width: 33.3333%;
    }
    .festival .photo-link .link {padding: 3em 0;}
    .festival .photo-link .arrow {margin-top: 0;}
    .chefs-img, .splash-img {position: relative;}
    .chefs-img img, .splash-img img {width: 100%;}
}