body {
    background-color: #230404;
}

.black {
    background-color: black;
    text-align: center;
    padding: 15px;
    display: block;

    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar-nav {
    text-align: center;
    display: flex;
    color: white;
}

.mta-5 {
    margin-top: 5vh;
}

.modal-content {
    background-color: #00eeff00;
}

.button-livechat {

    position: absolute;
    top: 18px;
    right: 10px;
    width: 70px;
    font-size: 10px !important;
    text-decoration: none;
    border-radius: 28px;
    padding: 10px 9px;
    color: white;
    animation: change-color 0.5s ease 0s infinite normal !important;
    box-shadow: inset 0 1px 0 #ff0000;
    background: linear-gradient(to left, #870202 0%, #ab1414 50%, #cf0404 100%);
}

@keyframes change-color {
    0% {
        color: white;
    }

    50% {
        color: rgb(0, 0, 0);
    }

}


.list-menu-mobile {
    width: 100%;
    display: flex;
    margin-top: 5px;
}

.list-menu-mobile a {
    width: 20%;
    padding: 0px 5px;
    display: inline-block;
    margin-top: 5px
}

.list-menu-mobile a img {
    width: 100%;
}


.button-red {
    margin: 15px;
    color: white;
    background: linear-gradient(to bottom, #fd0000 0%, #340303 100%);
    box-shadow: 2px 2px 9px 0px #ff0000;
    border: 1px solid #ff0000;
    border-radius: 17px 17px 17px 17px;
}

.buttons {
    text-align: center;
    color: #FFFFFF;
    padding: 10px 26px 10px 26px;
    display: inline-block;
    margin-bottom: 10px;
    font-family: aller;
    font-size: 20px;
}

.note {
    font-size: 15px;
    color: #d7d7d7;
    margin-bottom: 10px;
}

.center {
    text-align: center;
    margin-bottom: 10px;
}

.contactField {

    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 15px;
    border-radius: 17px 17px 17px 17px;
    width: 100%;
}

.flex_wap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.buttonjoin {
    width: 100%;
}

.login {
    background-color: red;
}


.flex {
    display: flex;
    flex-direction: column;
}

.btn-login {
    background: red;
    border-radius: 17px 17px 17px 17px;
    margin: 10px;
    padding: 15px;
    text-decoration: none;
    color: white;
    font-weight: bold
}


.yellow {
    background: linear-gradient(to bottom, #f7f3a4 0%, #ffc308 100%);
    border: 1px solid #ffce00;
    box-shadow: none;
    color: #000000;

}

.blue {
    background: linear-gradient(to bottom, #05a3ff 0%, #09305c 100%);
    box-shadow: 0px 0px 2px #6eeaeb;
    border: 1px solid #00eeff;
    color: #ffffff;
    text-transform: uppercase;
}

.satu {
    background: linear-gradient(to bottom, #ff0505 0%, #5c0909 100%);
    box-shadow: 0px 0px 2px #eb6e6e;
    border: 1px solid #ff0000;
    color: #ffffff;
    margin: 5px;
    text-transform: uppercase;
}

.border-red {
    width: 360px;
    max-width: 100%;
    border: 1px solid #ff0000;
    height: auto;
    font-family: Arial !important;
}

.custd-bg {
    background-color: #5f0000;
    font-family: Muli !important;
    color: white;
}

.custd-container {
    border-radius: 25px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 830px;
    height: 130px;
    margin-top: 10px;
}

.belakang {
    background-color: white;
    border-radius: 10px;
    align-items: center;
    margin: 5px;
    padding: 10px 15px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

marquee {
    margin-top: 6vh;
}

@media only screen and (max-width: 400px) {
    marquee {
        margin-top: 10vh;
    }

    .center {
        text-align: center;
    }

    .modal-body {
        padding: 0rem;
    }

    .flex1 {
        display: flex;
        flex-direction: row
    }
}