

.card-new {
    height: 248px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-rows: 1fr 1fr;
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

section.event {
    /* background-image: url(../../new-img/white-abstract-background-design_665257-26.avif); */
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.card-new h3 {}

.card-new h3 {
    color: #ffffff00;
    font-size: 13px;
    margin: 18px 0 0 21px;
    /* background: #000000a8; */
    width: 79%;
    height: 33px;
    z-index: 0;
    padding: 4px 9px;
    border-radius: 10px;
    text-align: center;
}

.card-new p {}

.card-new p {
    color: black;
    font-weight: 600;
    font-size: 14px;
    align-self: end;
    margin: 0px 0 0px 12px;
    letter-spacing: 0.5px;
    /* background: #ffffff; */
    text-align: left;
    padding: 7px 0px;
    /* width: 64%; */
    /* z-index: 0; */
}

.card-new img {
    position: absolute;
    top: 0;
    height: 110%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
    transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.card-new:hover {
    transform: scale(1.035, 1.035);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.card-new img:hover {}

.card-new:hover img {
    transform: translateY(-10px);
}
.material {
    margin-bottom: 23px;
}
section.event:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000000;
}
.card-new p a {
    color: black;
}


.contentcc {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: white;
    top: 209px;
    padding: 0px 0px;
    border-radius: 0px;
}

.contentcc h3 {
    color: black;
    font-size: 15px;
    line-height: 38px;
}
span.big {
    position: relative;
    left: 27%;
}
span.big:hover {
    color: #ce9210;
}