.custom-container {
    padding-top: 45px;
    padding-bottom: 120px;
    background-color: #ffcd6c;
    text-align: center;
}
.custom-container .custom_load_more, .custom-container .custom_load_more:focus, .custom-container .custom_load_more:active {
    color: #ffffff;
    border: 2px solid #ffffff;
    font-family: Arial,sans-serif;
    display: inline-block;
    height: 60px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    font-weight: 700;
    border-radius: 10px;
    background: none;
    cursor: pointer;
}
.custom-container .custom_load_more:hover {
    color: #ffcd6c;
    border: 2px solid #ffffff;
    background: #ffffff;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9999;
    transform: translateY(-100%); 
}
.fonmenu{
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    transform: translateY(0%) !important;
}
.transtime{transition:  all 0.4s cubic-bezier(0, 0, 0.8, 1.0)}