@import url("../css2");

.header {
    position: relative;
    width: 100%;
    height: 430px;
    background: #e74c3c;
    overflow: hidden;
}

.header .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../images/wave.png);
    background-size: 1000px 100px;
}

.header .wave1 {
    -webkit-animation: animate 30s linear infinite;
    animation: animate 30s linear infinite;
    z-index: 999;
    opacity: 1;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    bottom: 0;
}

.header .wave2 {
    -webkit-animation: animate2 15s linear infinite;
    animation: animate2 15s linear infinite;
    z-index: 998;
    opacity: 0.5;
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    bottom: 10px;
}

.header .wave3 {
    -webkit-animation: animate2 30s linear infinite;
    animation: animate2 30s linear infinite;
    z-index: 997;
    opacity: 0.2;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    bottom: -15px;
}

.header .wave4 {
    -webkit-animation: animate2 5s linear infinite;
    animation: animate2 5s linear infinite;
    z-index: 996;
    opacity: 0.7;
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    bottom: 15px;
}

@-webkit-keyframes animate {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 1000px;
    }
}

@keyframes animate {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 1000px;
    }
}

@-webkit-keyframes animate2 {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -1000px;
    }
}

@keyframes animate2 {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -1000px;
    }
}

body {
    font-family: 'Poppins', sans-serif;
}

.italic {
    font-weight: 300;
    font-size: 14px;
}

.medium {
    font-weight: 500;
    font-size: 18px;
}

.semi-bold {
    font-weight: 600;
    font-size: 26px;
}

.navbar .container-fluid #navbarNav .navbar-nav .nav-item .btn-purple {
    border: 1px solid #fff;
    background: #fff;
    color: #ff3636 !important;
    width: 100%;
}

.navbar .container-fluid #navbarNav .navbar-nav .nav-item .btn-outline-purple {
    color: #fff;
    border: 1px solid #fff;
    width: 100%;
}

.navbar .container-fluid #navbarNav .navbar-nav .nav-item .btn-outline-purple:hover {
    color: #ff3636;
    border: 1px solid #fff;
    background: #fff;
}

.text-center h2 {
    font-size: 26px;
}

.text-center p {
    font-size: 16px;
}

.row .col {
    z-index: 1001;
}

@media screen and (max-width: 576px) {
    .row .col .content-top {
        padding: 32px 20px 32px 20px;
        background: #fff;
        margin-top: -160px;
        border-color: #e74c3c;
    }
}

@media screen and (max-width: 768px) {
    .row .col .content-top {
        padding: 32px 20px 32px 20px;
        background: #fff;
        margin-top: -160px;
        border-color: #e74c3c;
    }
}

@media screen and (max-width: 992px) {
    .row .col .content-top {
        padding: 32px 20px 32px 20px;
        background: #fff;
        margin-top: -160px;
        border-color: #e74c3c;
    }
}

@media screen and (max-width: 576px) {
    .row .col .content-bottom {
        margin-top: 32px;
    }
}

@media screen and (max-width: 768px) {
    .row .col .content-bottom {
        margin-top: 32px;
    }
}

@media screen and (max-width: 992px) {
    .row .col .content-bottom {
        margin-top: 32px;
    }
}

.row .col .content {
    padding: 32px 20px 32px 20px;
    background: #fff;
    border-color: #e74c3c;
}

@media screen and (min-width: 992px) {
    .row .col .content {
        padding: 32px 20px 32px 20px;
        background: #fff;
        margin-top: -160px;
        border-color: #e74c3c;
    }
}

.row .col .content .card {
    background: #e74c3c;
    padding: 16px;
    color: #fff;
}

.row .col .content .btn-custom {
    background: #e74c3c;
    color: #fff;
    width: 100%;
}

.pengaduan .bg-purple {
    background: #e74c3c;
    width: 100%;
    padding: 26px;
}

.modal .modal-dialog .modal-content .modal-body h3 {
    font-weight: 500;
    font-size: 22px;
}

.modal .modal-dialog .modal-content .modal-body p {
    font-weight: 300;
    font-size: 16px;
    color: #707070;
}

.modal .modal-dialog .modal-content .modal-body .btn-purple {
    border: 1px solid #e74c3c;
    background: #e74c3c;
    color: #fff;
    width: 100%;
}

/*# sourceMappingURL=app.css.map */
