.hmv-box li {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 5px;
}

.hmv-box p {
    font-size: 16px;
    line-height: normal;
}

.message-text {
    font-size: 20px;
}

.message-list {
    font-size: 20px;
}

.m-name {
    font-size: 18px;
}

.message-img {
    transition-duration: 1.5s;
}

.message-img:hover {
    transform: scale(.9);
    transition-duration: 1.2s;
    cursor: pointer;
}

.f-card h3 {
    font-size: 25px;
}

.f-card {
    --c: #eea412;
    /* the border color */
    --b: 3px;
    /* the border thickness*/
    --g: 10px;
    /* the gap on hover */

    padding: calc(var(--g) + var(--b));
    --_g: #0000 25%, var(--c) 0;
    background:
        conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) var(--_i, 200%) 0 /200% var(--_i, var(--b)) no-repeat,
        conic-gradient(at bottom var(--b) left var(--b), var(--_g)) 0 var(--_i, 200%)/var(--_i, var(--b)) 200% no-repeat;
    transition: .3s, background-position .3s .3s;
    cursor: pointer;
}

.f-card:hover {
    --_i: 100%;
    transition: .3s, background-size .3s .3s;
}


.gallery-title {
    font-size: 25px;
}

.modal-title {
    font-size: 40px !important;
}

.img-container {
    max-height: 270px;
    overflow: hidden;
}

.img-container:hover img {
    transform: scale(1.1);
    transition-duration: 1.1s;
    cursor: pointer;
}

.img-container img {
    transition-duration: 1.1s;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #eea412;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.img-row:hover .img-gray:not(:hover) {
    filter: grayscale(100%);
    opacity: 0.75;
}

.img-gray {
    position: relative;
    cursor: pointer;
    transition: .3s;
    max-height: 270px;
    overflow: hidden;
}

.img-gray img {
    width: 100%;
    max-width: 100%;
}

.uk-lightbox{
    z-index: 1000000 !important;
}




.content {
    position: relative;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 1;
}

.content:hover .content-overlay {
    opacity: 1;
    cursor: pointer;
}

.content-details {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s;
    z-index: 2;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details:hover {
    cursor: pointer;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.fa-arrow-down{
    display: none;
}
input:focus, textarea:focus{
    border: 3px solid #eea412 !important;
}

/* responsive */

@media only screen and (max-width: 479px){
    .box-slider .carousel-control-next{
        top: 27% !important;
        width: 40px !important;
        height: 40px !important;
    }
    .box-slider .carousel-control-prev{
        top: 27% !important;
        width: 40px !important;
        height: 40px !important;
    }
}

.food-table th{
    font-size: 25px;
    font-weight: bolder;
}
.food-table td{
    font-size: 20px;
}
/* .food-table thead{
    background-color: #4c5a7d !important;
} */
.food-table thead th{
    color: white;
}
