/* General
*******************************************/
.dd-wrap-container {
    background-image: linear-gradient(180deg, #EBF8EF 0%, #C2ECD4 100%);
}

.dd-wrap-container-ramadhan {
    background-image: url('../images/ramadhan/background-masjid.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    object-fit: cover;
}

.dd-wrap-container-kurban {
    background-image: url('../images/kurban/bg-kurban.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    object-fit: cover;
}

.dd-container-ramadhan {
    background-image: url('../images/ramadhan/bg-pattern.png');
    background-repeat: repeat;
    padding-bottom: 100px;
}

/* Header
*******************************************/
.dd-navbar {
    height: 80px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #00000014;
}

.dd-opening-header {
    height: 70px;
    background: transparent linear-gradient(357deg, #FFFFFF 0%, #EBF8EF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #136C3933;
    border-radius: 0px 0px 5px 5px;
    margin: 0 20px 20px 20px;
}

/* dd header ramadhan */
.dd-flower-left {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    margin-left: 20px;
    margin-top: -20px;
}

.dd-flower-right {
    position: absolute;
    top: 0;
    z-index: 9;
    right: 0;
    margin-right: 20px;
    margin-top: -20px;
}

.dd-fire-left {
    position: absolute;
    top: 0;
    z-index: 11;
    left: 0;
    margin-left: 40px;
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
}

.dd-fire-right {
    position: absolute;
    top: 0;
    z-index: 11;
    right: 0;
    margin-right: 40px;
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center 20px;
}

.dd-opening-header-ramadhan {
    height: 70px;
    border: none;
    background: transparent linear-gradient(357deg, #059640 0%, #136C39 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #136C3933;
    border-radius: 0px 0px 5px 5px;
    margin: 0 40px;
    color: #FFFFFF;
    font-weight: 500;
    position: relative;
    z-index: 10;    
}

@keyframes swing {
    0% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-3deg);
    }
}

/* Kurban
*/
.dd-opening-header-kurban {
    height: 70px;
    border: none;
    background: transparent linear-gradient(357deg, #059640 0%, #136C39 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #136C3933;
    border-radius: 0px 0px 5px 5px;
    margin: 0 20px;
    color: #FFFFFF;
    font-weight: 500;
    position: relative;
    z-index: 10;    
}

.dd-awan-left {
    position: absolute;
    /* border: red 1px solid; */
    top: 0;
    z-index: 9;
    left: 0;
    margin-left: 0;
    margin-top: 50px;
}

.dd-awan-right {
    position: absolute;
    /* border: red 1px solid; */
    top: 0;
    z-index: 9;
    right: 0;
    margin-right: 0;
    margin-top: 50px;
}

.dd-header-icon-sapi {
    position: absolute;
    top: 0;
    z-index: 11;
    left: 0;
    margin-left: 0;
}

.dd-header-icon-kambing {
    position: absolute;
    top: 0;
    z-index: 11;
    right: 0;
    margin-right: 0;
}
/*
@keyframes goright {
    0% {
        margin-left: 32px;
    }

    25% {
        margin-left: 33px;
    }

    100% {
        margin-left: 34px;
    }

    50% {
        margin-left: 33px;
    }
}

@keyframes goleft {
    0% {
        margin-right: 32px;
    }

    25% {
        margin-right: 33px;
    }

    100% {
        margin-right: 34px;
    }

    50% {
        margin-right: 33px;
    }
}
*/

/*
*/


.dd-container {
    padding-bottom: 100px;
    background: linear-gradient(180deg, #EBF8EF 0%, #C2ECD4 100%) 0% 0% no-repeat padding-box;
}
/* end dd header ramadhan */

.topbar-menu{
    display: none;
}

.menu-top {
    position: fixed;
    width: 100%;
    max-width: inherit;
    top: 0;
    z-index: 20;
    margin-top: 80px;
    background-color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    animation: 3s;
}

.menu-top::after {
    content: '';
    width: 100%;
    z-index: 19;
    background-color: #111013;
    opacity: 0.7;
    position: absolute;
    height: 100vh;
}

/* Content
*******************************************/
.dd-hr {
    border: none;
    height: 5px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin: 30px 0;
}

.dd-btn {
    background: linear-gradient(94deg, #059640 0%, #69B230 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #136C3980;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 500;
    border: none;
}

.dd-btn:hover {
    color: #FFFFFF !important;
}

.dd-btn-outline:hover {
    background-color: transparent;
    color: #28a745 !important;
}

.info-tambahan {
    display: none;
}

.table-ringkasan-donasi {
    margin-bottom: 0;
}

.box-ringkasan-donasi tr {
    border-bottom: 1px solid #E5F0E4;
}

.metode-pembayaran-group {
    background-color: #f4f4f4;
    margin: 10px 0;
}

.metode-pembayaran-group p {
    margin-bottom: 0;
    padding: 5px 0;
}

.dd-radiobutton {
    height: 50px;
}

.dd-radiobutton input[type="radio"] {
    display: none;
}

.dd-radiobutton input[type="radio"]+label {
    position: relative;
    padding: 10px;
    display: flex;
    gap: 15px;
    cursor: pointer;
    border-bottom: 1px solid #dddddd;
    /* margin-bottom: 20px; */
}

.dd-radiobutton input[type="radio"]+label span {
    color: #141515;
    font-size: 1em;
    font-weight: 400;
}

.dd-radiobutton input[type="radio"]+label:before {
    content: '';
    background: #fff;
    border: 2px solid #dddddd;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    top: 30;
    right: 0;
}

.dd-radiobutton input[type="radio"]+label:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 30;
    right: 10;
    opacity: 0;
    transition: transform 0.3s linear, opacity 0.3s linear;
}

.dd-radiobutton input[type="radio"]:checked+label:after {
    opacity: 1;
    position: absolute;
    height: 25px;
    width: 25px;
    right: 0;
    top: 10;
    border: 8px solid #059640;
}

.dd-radiobutton__logo {
    width: 100px;
}

.dd-radiobutton__logo img {
    width: 80px;
}

/* Footer
*******************************************/
.dd-footer {
    padding: 20px 0;
    background: #D8EDE1 0% 0% no-repeat padding-box;
}

.dd-footer .nav-link {
    padding: 0rem 1rem;
}

.dd-footer_social_media {
    float: right;
}

/* Helper
*******************************************/
.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(calc(2rem - 0.25rem));
}

.custom-control-input:checked~.custom-control-label::before {
    background: transparent linear-gradient(118deg, #059640 0%, #69B230 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #059640;
}

/* Responsive
*******************************************/
@media (max-width: 575.98px) {
    .dd-nav-left{
        display: none;
    }

    .dd-nav-right{
        display: none;
    }

    .dd-footer-sosial{
        display: none;
    }

    .navbar-brand{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .topbar-menu{
        position: fixed;
        display: block;
        margin-top: 5px;
    }

    .dd-footer_copy {
        text-align: center;
    }

    .dd-footer_social_media {
        display: none;
    }

    .dd-opening-header {
        height: 70px;
        background: transparent linear-gradient(357deg, #FFFFFF 0%, #EBF8EF 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 20px #136C3933;
        border-radius: 0px 0px 5px 5px;
        margin: 0 20px 20px 20px;
    }
}