
.banner img{
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 10px;
}

.detail .title {
    font-size: 30px;
    color: var(--blue);
    text-align: center;
    margin-bottom: 30px;
}

.detail .title span {
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    background-image: linear-gradient(to right, #2193b0, #20bdff, #64ffa7);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    transform: translate3d(10px, 0, 50px);
    backface-visibility: hidden;
    padding: 10px 0;
}

.btn-registor {
    background-color: #20bdff;
}

.event-details {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background-color: #f9f9f9;
    max-width: 500px;
    margin-top: 20px;
}

.event-details h4 {
    margin-bottom: 10px;
    font-size: 1.5em;
    color: #333;
}

.event-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.event-info li {
    padding: 8px 0;
    font-size: 15px;
    color: #555;
}

.event-info li strong {
    color: #000;
}

.event-info li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
