/********** Template CSS **********/
:root {
    --primary: #FF6F0F;
    --secondary: #FFF0E6;
    --light: #F8F8F9;
    --dark: #001D23;
    --green1: #65B530;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    color: var(--primary);
    background: transparent;
}

.btn.btn-green1,
.btn.btn-outline-green1:hover {
    color: #FFFFFF;
}

.btn.btn-green1:hover {
    color: var(--green1);
    background: transparent;
}

.btn-green1 {
    color: #000;
    background-color: #65B530;
    border-color: #65B530;
  }

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

@media (max-width: 576px) {
    .navbar-subtitle{
        display: none;
    } 
}

@media (max-width: 992px) {
    .navbar-logo{
        margin-left: 1.5rem !important;
    } 
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #aeaeae;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--green1);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: var(--dark);
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 29, 35, .8);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--dark);
    border: 12px solid var(--dark);
    border-radius: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Causes ***/
.causes-item .progress {
    height: 5px;
    border-radius: 0;
    overflow: visible;
}

.causes-item .progress .progress-bar {
    position: relative;
    overflow: visible;
    width: 0px;
    border-radius: 0;
    transition: 5s;
}

.causes-item .progress .progress-bar span {
    position: absolute;
    top: -7px;
    right: 0;
    width: 40px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: var(--primary);
    color: #FFFFFF;
}

.causes-item .causes-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.causes-item:hover .causes-overlay {
    height: 100%;
    opacity: 1;
}


/*** Service ***/
/*** Service ***/
.service-item {
    position: relative;
    text-align: center;
    box-shadow: -3px 5px 15px rgba(0, 0, 0, .4);
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.responsive-kerajinan {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
    background-size: cover;
    background-position: center;
}

.service-item:hover .service-img img {
    transform: scale(1);
}

.service-item .service-text {
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
}

.service-item:hover .service-text {
    background: rgba(15, 66, 41, .6);
}

.service-item .service-text h4,
.service-item .service-text p {
    transition: .3;
}

.service-item:hover .service-text h4 {
    color: #FFFFFF;
}

.service-item:hover .service-text p {
    color: var(--light);
}

.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}

.service-item:hover .service-text .btn-square {
    background: var(--light);
}

.service-item .service-text .btn {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

.service-item:hover .service-text .btn {
    width: 132px;
}


/*** Donate ***/
.donate {
    background: rgba(0, 29, 35, .8);
}

.btn-group .btn-light:hover,
.btn-group input[type="radio"]:checked+label {
    color: var(--primary);
    border-color: var(--primary);
}


/*** Team ***/
.team-item {
    position: relative;
    transition: .5s;
    z-index: 1;
}


@media (max-width: 576px) {
    .team-item {
        width: 350px;
        margin-left: auto;
        margin-right: auto; } }


.team-item::after {
    position: absolute;
    content: "";
    top: 3rem;
    right: 3rem;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: #DCF8C9;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    background: var(--green1);
}

.team-item h5,
.team-item small {
    transition: .5s;
}

.team-item:hover h5,
.team-item:hover small {
    color: var(--light);
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-transform: uppercase;
}
  
.responsive-team {
    width: 257px;
    height: 343px;
    border-radius: 0.5rem;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1400px) {
    .responsive-team {
        width: 257px;
        height: 343px; } }

@media (max-width: 1200px) {
    .responsive-team {
        width: 257px;
        height: 343px; } }

@media (max-width: 992px) {
    .responsive-team {
        width: 197px;
        height: 263px; } }
  
@media (max-width: 768px) {
    .responsive-team {
        width: 257px;
        height: 343px; } }

@media (max-width: 576px) {
    .responsive-team {
        width: 257px;
        height: 343px; } }

.responsive-kegiatan {
    width: 100%;
    height: 207px;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1400px) {
    .responsive-kegiatan {
        height: 249px; } }

@media (max-width: 1200px) {
    .responsive-kegiatan {
        height: 207px; } }

@media (max-width: 992px) {
    .responsive-kegiatan {
        height: 207px; } }
  
@media (max-width: 768px) {
    .responsive-kegiatan {
        height: 351px; } }

@media (max-width: 576px) {
    .responsive-kegiatan {
        max-height: 254px; } }

.responsive-kegiatan-rincian {
    width: 100%;
    height: 207px;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1400px) {
    .responsive-kegiatan-rincian {
        height: 555px; } }

@media (max-width: 1200px) {
    .responsive-kegiatan-rincian {
        height: 469px; } }

@media (max-width: 992px) {
    .responsive-kegiatan-rincian {
        height: 207px; } }
    
@media (max-width: 768px) {
    .responsive-kegiatan-rincian {
        height: 351px; } }

@media (max-width: 576px) {
    .responsive-kegiatan-rincian {
        max-height: 254px; } }
  
/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--green1);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: white;
    border: 2px solid var(--green1) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 412px;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

@media (max-width: 992px) {
    .testimonial-carousel .owl-nav{
        width: 100%;
        top: 40%;
    } }

@media (max-width: 576px) {
.testimonial-carousel .owl-nav{
    width: 100%;
    top: 45%;
} }

.testimonial-carousel:hover .owl-nav {
    width: 390px;
    opacity: 1;
}

@media (max-width: 576px) {
    .testimonial-carousel:hover .owl-nav{
        width: 80%;
    } 
}

.responsive-box-sampah{
    min-height: 400px;
    width: 80%;
    margin: 0 auto;
}

@media (min-width: 769px ) and (max-width: 992px) {
    .responsive-box-sampah{
        min-height: 300px;
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .responsive-box-sampah{
        min-height: 300px;
        width: 95%;
        margin: 0 auto;
    }
}


.responsive-jenis-sampah{
    width: 200px !important; 
    height: 200px !important;
    background: var(--green1) !important;
    border: 0px solid var(--green1) !important;
}

@media (max-width: 576px) {
    .responsive-jenis-sampah{
        width: 120px !important; 
        height: 120px !important;
        background: var(--green1) !important;
        border: 0px solid var(--green1) !important;
    } 
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: white;
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

/*** Testimonial 2 ***/
.animated.pulse {
    animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
    position: relative;
}

.testimonial-left img,
.testimonial-right img {
    position: absolute;
    border-radius: 70px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%;
}

.testimonial-carousel2 .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-carousel2 .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel2 .owl-nav .owl-prev,
.testimonial-carousel2 .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel2 .owl-nav .owl-prev:hover,
.testimonial-carousel2 .owl-nav .owl-next:hover {
    background: var(--secondary);
}


/*** Footer ***/

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255,255,255,0.5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255,255,255,0.5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--green1);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.5);
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--green1);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: var(--green1);
}




/* ======= My Editing =========== */
.background-green {
    background-image: url(../img/hanami_bg.jpg);
    background-size: cover;
    background-position: center;
}

.text-green1{
    color: #65B530;
}

.bg-green1{
    background-color: #65B530 !important;}

.btn-outline-green1 {
    color: #65B530 ;
    border-color: #65B530;
}

.btn-outline-green1:hover {
    background-color: var(--green1);
    color: white;
}

.text-white-50{
    color: #aeaeae !important;
}

.icon-nyala {
    color: #aeaeae;
}

.icon-nyala:hover {
    color: var(--green1);
}

.bg-secondary {
    background-color: #DCF8C9 !important;
}

.border-primary {
    border-color: #65B530 !important;
  }


/*** Project Portfolio ***/
#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}

#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--green1);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--dark);
    border-color: var(--dark);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
}

.portfolio-inner::before,
.portfolio-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 66, 41, .6);
    transition: .5s;
}

.portfolio-inner::after {
    left: auto;
    right: 0;
}

.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
    width: 50%;
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.portfolio-inner:hover .portfolio-text {
    transition-delay: .3s;
    opacity: 1;
}

.portfolio-inner .portfolio-text .btn {
    background: var(--light);
    color: var(--green1);
}

.portfolio-inner .portfolio-text .btn:hover {
    background: var(--green1);
    color: var(--light);
}
/*** Project Portfolio end ***/

.img-kegiatan:hover{
    transform: scale(1.15);
    transition: .5s;

}

.blog-item .blog-img img{
    transition: .5s;
}

.blog-item .blog-img {
    transition: .5s;
}

/* Overlay ============ */
.overlay-top::before,.overlay-bottom::after{
    position:absolute;content:"";width:100%;height:15px;left:0;z-index:1}
.overlay-left::before,.overlay-right::after{
    position:absolute;content:"";width:15px;height:100%;top:0;z-index:1}

.overlay-top::before{top:-1px;background:url(../img/overlay-top.png)}
.overlay-bottom::after{bottom:-1px;background:url(../img/overlay-bottom.png)}
.overlay-left::before{left:-1px;background:url(../img/overlay-left.png)}
.overlay-right::after{right:-1px;background:url(../img/overlay-right.png)}


.img-twice::before {
    position: absolute;
    content: "";
    width: 57%;
    height: 77%;
    top: 10%;
    left: 20%;
    background: var(--green1);
    border-radius: 6px;
    z-index: -1;
    border-radius: 6px !important;
    background-image: url(../img/hanami_bg.jpg);
    background-size: auto;
    background-position: center;
}

/*** Belanja ***/
.team-item-belanja {
    box-shadow: -3px 5px 15px rgba(0, 0, 0, .4);
}

.team-item-belanja .team-text {
    position: relative;
    height: 100px;
    overflow: hidden;
    box-shadow: -3px 5px 15px rgba(0, 0, 0, .4);
}

.team-item-belanja .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--light);
    transition: .5s;
}

.team-item-belanja:hover .team-title {
    top: -100px;
}

.team-item-belanja .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green1);
    transition: .5s;
}

.btn-outline-green1-belanja {
    color: #65B530;
    background-color: white;
    border-radius: 6px;
  }

.btn-outline-green1-belanja:hover {
    background-color: var(--green1);
    color: white;
}

.team-item-belanja .team-social .btn {
    margin: 0 3px;
}

.team-item-belanja:hover .team-social {
    top: 0;
}

.responsive-belanja {
    width: auto;
    height: 343px;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1400px) {
    .responsive-belanja {
        width: auto;
        height: 343px; } }

@media (max-width: 1200px) {
    .responsive-belanja {
        width: auto;
        height: 343px; } }

@media (max-width: 992px) {
    .responsive-belanja {
        width: auto;
        height: 263px; } }
  
@media (max-width: 768px) {
    .responsive-belanja {
        width: auto;
        height: 265px; } }

@media (max-width: 576px) {
    .responsive-belanja {
        width: auto;
        height: 235px; } }

/* End Belanja */

.max-text {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
    margin-bottom: 0;
    text-align: justify;
}

.no-max-text {
    margin-bottom: 0;
    text-align: justify;
}

/* Bank Sampah */

.card {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid rgba(0, 0, 0, 0.125); 
}

.card-header:first-child {
    border-radius: 0.75rem 0.75rem 0 0; }

.card .card-body {
    /* font-family: "Roboto", Helvetica, Arial, sans-serif; */
    font-family: "Saira",sans-serif;
    padding: 1.5rem; }

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }

.bg-gradient-primary {
    background-image: linear-gradient(195deg, #EC407A 0%, #D81B60 100%);
}

.border-radius-lg {
    border-radius: 0.5rem;
  }

  .shadow-primary {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4) !important;
  }

 

  .table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #7b809a;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #7b809a;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #7b809a;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #7b809a;
    vertical-align: top;
    border-color: #f0f2f5;
  }

  table {
    caption-side: bottom;
    border-collapse: collapse;
  }

  .table > thead {
    vertical-align: bottom;
  }

  thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
  }

  .table > :not(:last-child) > :last-child > * {
    border-bottom-color: #f0f2f5;
  }
  .table.align-items-center td, .table.align-items-center th {
    vertical-align: middle;
  }
  .table thead th {
    padding: 0.75rem 1.5rem;
    text-transform: capitalize;
    letter-spacing: 0px;
    border-bottom: 1px solid #f0f2f5;
      border-bottom-color: rgb(240, 242, 245);
  }

  .btn-primary, .btn.bg-gradient-primary {
    box-shadow: 0 3px 3px 0 rgba(233, 30, 99, 0.15), 0 3px 1px -2px rgba(233, 30, 99, 0.2), 0 1px 5px 0 rgba(233, 30, 99, 0.15);
  }

  .bg-gradient-primary {
    background-image: linear-gradient(195deg, #EC407A 0%, #D81B60 100%);
  }

  .btn2 {
    margin-bottom: 1rem;
    letter-spacing: 0;
    text-transform: uppercase;
    background-size: 150%;
    background-position-x: 25%;
    position: relative;
    overflow: hidden;
  }

  .btn2:hover {
    color: var(--green1);
  }

  .bg-gradient-success {
    background-image: linear-gradient(195deg, #66BB6A 0%, #43A047 100%);
  }
  .badge {
    text-transform: uppercase;
  }
  .badge {
    display: inline-block;
    padding: 0.55em 0.9em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.45rem;
  }

  .font-label {
    color: white;
    font-size: .8rem;
    font-family: "Saira",sans-serif;
  }

  .font-filter {
    color: white;
    font-size: .8rem;
    font-family: "Saira",sans-serif;
    background-color: var(--green1);
    border: 0 !important;
    border-radius: 6px;
  }

  .font-input {
    font-size: .8rem;
    font-family: "Saira",sans-serif;
    border: 0 !important;
    border-radius: 6px;
  }
 
  .tampilkan-semua{
    height: 39px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .dropdown-item.active, .dropdown-item:active {
    background-color: var(--green1);
  }

/* tentang hanami */

.responsive-logo {
    width: 200px;
    height: 200px;
}

@media (max-width: 1400px) {
    .responsive-logo {
        width: 200px;
        height: 200px; } }

@media (max-width: 1200px) {
    .responsive-logo {
        width: 200px;
        height: 200px; } }

@media (max-width: 992px) {
    .responsive-logo {
        width: 150px;
        height: 150px; }}
  
@media (max-width: 768px) {
    .responsive-logo {
        width: 150px;
        height: 150px; } }

@media (max-width: 576px) {
    .responsive-logo {
        width: 150px;
        height: 150px; } }
        
/* Responsiv login */

@media (min-width: 992px) {
    .responsive-login {
        display: none; } }