.gallery .frame {
    overflow: hidden;
    border-radius: 3px;
}
.gallery .frame img {
    transition: all 0.3s;
    border-radius: 3px;
}
.gallery .frame:hover img {
    transform: scale(1.1);
}
#music {
    display: none;
}
.play-pause {
    display: inline-block;
    background: #fff;
    padding: 0px 5px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    border-radius: 3px;
    cursor: pointer;
}
.play-pause:hover {
    background: #ddd;
}
.preloader{
    position: fixed;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
}
.preloader img{
    width: 50px;
}
.plyr__controls{
    display: none;
}
.to-box{
    background-color: #fff;
    color: #000;
    width: max-content;
    margin: 0 auto;
    padding: 20px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 25px;
}
.nama-tamu{
    font-size: 25px !important;
    margin: 10px;
}
/* .btn-donation {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 3;
    background: #fff;
    padding: 4px;
    width: 200px;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    color: #000;
    border: solid 1px #e6e6e6;
} */
.btn-donation{
    position: fixed;
    bottom: 130px !important;
    /* left: 0; */
    right: 2em;
    z-index: 3;
    background: #fff;
    padding: 4px;
    width: 50px;
    height: 50px;
    color: #000;
    border: solid 1px #e6e6e6;
    border-radius: 50px;
}
.btn-donation:hover {
    background: #ddd;
    color: #000;
    text-decoration: none;
}
.btn-play-pause{
    bottom: 90px;
    right: 2em;
    position: fixed!important;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #e6e6e6;
}
.btn-play-pause:hover {
    background: #ddd;
    color: #000;
    text-decoration: none;
}
.socmed img {
    margin: 0 5px;
    opacity: 0.8;
}
.socmed img:hover {
    opacity: 1;
}
#modalGift {
    color: #000;
}
#bot-menu > ul > li.nav-item > a > i{
    font-size: 2em !important;
}

@media (max-width: 576px) {
    #bot-menu > ul > li.nav-item > a > i{
        font-size: 1em !important;
    
    }
}

@media (min-width: 576px) {
    .modal-sm {
        max-width: 330px;
    }
}

.plyr--audio {
    display: none !important;
}

.logo-bank {
    width: 180px;
    height: auto;
}

.card {
    border-radius: 10px;
    border: 1px solid #eee;
    display: flex;
    flex-direction: row;
}