/* header css */

.u-footer-item2 {
    color: #327240!important;
}

@media only screen and (max-width: 1024px) {
    .carousel_btn {
        display: none;
    }
}


/* header css */


/* search var css */
.u-social-body-disc {
    font-size: 15px;
    margin-top: 15px;
}
.u-memory-search-var {
    padding: 50px 10%;
    margin-bottom: 50px;
    background-color: #F2F2F2;
}

.u-memory-search-input {
    position: relative;
    width: 45%;
    height: 41px;
    border-radius: 25px;
    overflow: hidden;
    border: 2px solid #80A6AC;
}

.u-memory-search-input img {
    position: absolute;
    top: 10px;
    left: 10px;
}

.u-memory-search-input input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 5px 5px 5px 40px;
}

.u-memory-search-input input:focus-visible {
    outline: none;
}

.u-memory-event-title {
    font-size: 33px;
    color: #118081;
}

.u-memory-event-btn-p {
    height: 41px;
    border: solid 1px #118081;
    background-color: #118081;
    color: white;
    border-radius: 22px;
    padding: 0 15px;
    margin: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.u-memory-event-btn-p:hover {
    background-color: white;
    color: #118081;
}

.u-memory-event-btn-i {
    height: 41px;
    border: solid 1px #118081;
    background-color: white;
    color: #118081;
    border-radius: 22px;
    padding: 0 15px;
    margin: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.u-memory-event-btn-i:hover {
    background-color: #118081;
    color: white;
}

@media only screen and (max-width: 1024px) {
    .u-memory-search-input {
        width: 100%;
        margin-bottom: 20px;
    }
    .u-memory-event-title {
        font-size: 22px;
    }
    .u-memory-search-var>div {
        width: 100%;
    }
    .u-memory-search-var>div>div {
        width: 100%;
    }
    .u-memory-event-btn-p {
        width: 50%;
        font-size: 15px;
        max-width: 250px;
    }
    .u-memory-event-btn-i {
        width: 50%;
        font-size: 15px;
        max-width: 250px;
    }
}


/* search var css */


/* body css */

.u-memory-body {
    padding: 0px 10%;
}

.u-memory-body-cards {
    width: 33.333333333333%;
    float: left;
    margin-bottom: 50px;
    display: none;
}

.u-memory-body-card {
    position: relative;
    width: 80%;
    height: 360px;
    padding: 0px 0 30px 0;
    background-color: white;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}

.u-memory-cards-avatar {
    width: 100%;
}

.u-memory-cards-name {
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    padding: 0 10px;
}

.u-contact-cards-year {
    font-size: 17px;
    margin-top: 5px;
    color: #607C73;
    text-align: left;
    padding: 0 10px;
}

.u-memory-body-card .u-home-3carousel-items-btn {
    position: absolute;
    right: 20px;
    bottom: 5px;
    color: black;
    text-decoration: none;
}

.u-contact-cards-nums {
    font-size: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .u-memory-body-cards {
        width: 50%;
    }
}

@media only screen and (max-width: 500px) {
    .u-memory-body-cards {
        width: 100%;
    }
    .u-memory-body-card {
        width: 100%;
        padding: 0px 0 30px 0;
        background-color: white;
    }
}


/* body css */