.campaign-category.pemberdayaan {
    background-color: #91f3a7;
    color: #000;
}
.campaign-category.pendidikan {
    background-color: #91e1f3;
    color: #000;
}
.campaign-category.pembangunan {
    background-color: #f3cc91;
}
.owl1 .carousel-title > p {
    font-size: 17px;
}
.owl-carousel .owl-item .img-home-slider{
    width: 100% !important;
    height: auto !important;
}

.owl1 .carousel-desc{
    margin-left: 19px;
    top:65px !important;
}

.owl1 .carousel-desc.others{
    top:55px !important;
}

.carousel-quotes p {
    text-align: left !important;
}


.owl1 .qurban{
    top:22% !important;
    width: 67%;
}

@media(max-width:480px){
    .owl1 .carousel-desc{
        top:28% !important;
        width: 50%;
    }

    .owl1 .qurban {
        top: 24% !important;
        width: 53%;
    }

    .pc-home{
        margin-top: 48%!important;
    }
}

@media(min-width:480px){
    .header > .left > img, .header > .left > .link-home > img {
        margin-left: 18px;
    }
}

@media(min-width:320px) and (max-width: 400px){

    .owl2 .carousel-title > p {
        font-size: 12px !important;
    }

    .owl1 .carousel-title > p {
        font-size: 13px !important;
        line-height: 20px !important;
    }
}

@media(min-width: 321px) and (max-width: 432px){

    .owl2 .carousel-title > p {
        font-size: 15px !important;
    }

    .owl1 .carousel-quotes{
        font-size: 11px;
        line-height: 16px;
    }

}
@media (min-width: 321px) and (max-width: 390px) {

    .owl1 .qurban {
        top: 30% !important;
    }
}

@media(max-width: 423px){
    .owl1 .others .carousel-title > p{
        font-size: 20px;
    }
    .owl1 .carousel-title > p{
        font-size: 16px;
        line-height: 22px;
    }
}
@media(min-width: 320px) and (max-width: 378px){
    .owl1 .carousel-quotes{
        font-size: 10px;
        line-height: 14px;
    }
}

@media(min-width:320px) and (max-width: 347px){
    .owl1 .carousel-quotes{
        font-size: 9px !important;
        margin-top: -6px;
    }
    .btn-donate-home{
        font-size: 9px;
    }

    .owl1 .qurban .carousel-title p {
        font-size: 11px !important;
        line-height: 17px !important;
    }

    .owl1 .qurban{
        top: 30% !important;
        width: 67%;
    }
}

.infaq-container {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  max-width: 450px;
  margin-bottom: 15px;
}
.currency {
  margin-right: auto;
  color:rgb(123, 123, 123);
}
.infaq-input {
  border: none;
  background: transparent;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color:rgb(123, 123, 123);
  width: 120px;
}
.persetujuan-promosi-container {
  background-color: #d6fcdb;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.persetujuan-promosi-checkbox {
  margin-top: 4px;
  margin-right: 10px;
}
.persetujuan-promosi-text {
  font-size: 14px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
    background-color: #ffffff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    text-align: center;
}
.modal-content h2 {
    font-family: 'Amiri', serif;
    font-size: 24px;
    margin-bottom: 10px;
    color: black;
}
.modal-content p {
    font-size: 16px;
    color: #555555;
    line-height: 1.5;
    text-align: center;
}
.modal-content .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.modal-content button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 15px 20px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
}
.modal-content button:hover {
    background-color: #45a049;
}
.btn-infaq-option {
  padding: 8px 12px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.btn-infaq-option.selected {
  background-color: #c8f5df;
  border-color: #32cd89;
}

