.container {
    margin-top: 20px;
    margin-bottom: 100px;
}

.m-b-40px {
    margin-bottom: 40px;
}

ul.browser-default, ol.browser-default {
    padding-inline-start: 18px;
}

.poster-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: auto;
}

.content-image {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
table tr {
    border: none;
}
table tr td {
    border: none;
}

.card {
    padding: 40px 60px;
}
.notes {
    padding: 5px 0px 5px 20px;
    border-left: 6px solid #A3A3A3;
    color: #A3A3A3;
}

.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section-content {
    line-height: 2rem;
    font-weight: 200;
}

.btn-booknow {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 11;
}

.table-booking-infoharga th, .table-booking-infoharga td {
    padding: 4px 16px;
    text-align: left;    
    font-size: 12px;
}
.img-bank {
    display: block;
    max-height: 40px;
}
.table-bank td {
    vertical-align: middle !important;    
}
.table-bank td:first-child {
    width: 160px;
    max-width: 160px;
}

.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #2d2d2d;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 4px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    border-radius: 4px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    opacity: 0;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2d2d2d;
    left: 0;
    top: 0;
    border-radius: 4px;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.btn-booknow.hooked {
    position: relative;
    bottom: auto;
    right: auto;
    width: fit-content;
    margin-left: auto;
}

.btn-booknow.hooked .glow-on-hover {
    height: 36px;
}

table td {
    vertical-align: top !important;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@media (max-width: 575px) {
    .card {
        padding: 40px 20px;
    }

    .section-content {
        line-height: 1.5rem;
    }

    .btn-booknow {
        position: fixed;
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px);
        z-index: 11;
    }

    .btn-booknow.hooked {
        position: relative;
        width: 100%;
        bottom: auto;
        left: auto;
    }
    .btn-booknow.hooked .glow-on-hover {
        height: 50px;
    }

    .glow-on-hover {
        width: 100%;
    }

    .btn-downloadbrosur {
        width: 100%;
    }

    table.custom-responsive {
        width: 100%;
        border-collapse: collapse;
    }

    table.custom-responsive tr {
        display: block;
    }

    table.custom-responsive td,
    table.custom-responsive th {
        display: block;
        width: 100%;
        box-sizing: border-box;
        /* margin-bottom: 1rem; */
    }
}