body {
    font-family: "Poppins", sans-serif;
}

main {
    background-color: rgb(246, 246, 246);
}

/* homepage section */
.hero-1 {
    justify-content: left;
    align-items: baseline;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 120px 0;
    position: relative;
}

.hero-1 h1 {
    font-size: 40px;
}

.hero-1 p {
    font-size: 16px;
}

.hero-1-bottom {
    bottom: -50px;
    left: 0;
    right: 0;
    position: absolute;
    box-shadow: rgb(120, 146, 68) 0px 8px 81px -5px;
    border-radius: 10px;
}

.hero-1-bottom p {
    color: #fff;
    margin-bottom: 0;
}

/* end homepage section */

.btn-success {
    color: #fff !important;
}

.circle-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    border-radius: 100%;
}

.circle-icon i {
    font-size: large;
    line-height: unset !important;
}

@media (max-width: 767.98px) {
    .hero-1-bottom {
        bottom: -120px;
    }
}

.hr-success {
    height: 2px !important;
    background-color: #9cbf13;
    border-radius: 10px;
    opacity: unset;
}

.hr-white {
    height: 2px !important;
    background-color: #fff;
    border-radius: 10px;
    opacity: unset;
}

.card-campaign {
    overflow: hidden;
    border-radius: 10px !important;
}

.card-campaign img {
    border-radius: 10px;
}

.progress-sm {
    height: 7px;
}

.card {
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.card-header:first-child {
    border-radius: calc(10px) calc(10px) 0 0 !important;
}

/* footer section */
.footer-section {
    background-color: #fff;
    padding: 30px 0;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer-section ul i {
    margin-right: 10px;
    color: #9cbf13;
    font-size: 10px;
    line-height: 1;
}

.footer-section a {
    color: #FFFFFF;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer-section a:hover {
    color: #9cbf13;
}

.footer-section p {
    color: #FFFFFF;
}

.footer-section h4 {
    font-size: 16px;
    font-weight: bold;
    color: #0f394c;
    position: relative;
    padding-bottom: 5px;
}

.footer-section .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #afc557;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.footer-section .col-md-3 {
    margin-bottom: 20px;
}
/* end footer section */

a {
    text-decoration: none;
}

.sticky {
    position: sticky;
    top: 10px;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.avatar-sm {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.avatar-md {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.avatar-lg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control {
    background-color: #fff;
}

label {
    margin-bottom: 0.25rem !important;
}

hr:not([size]) {
    height: 0.1px;
}

hr {
    opacity: 0.2;
}

a,
a:hover {
    color: currentColor;
}

.rounded-7x {
    border-radius: 7px;
}

.p-10x {
    padding: 10px;
}

.flex-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-nominal {
    padding: 10px 10px;
    border-radius: 7px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    margin-bottom: 15px;
}

.card-nominal span {
    font-weight: bold;
}

.card-nominal i {
    color: #dddcdc;
}

.card-nominal:hover {
    border: 1px solid #9cbf13;
}

.shadow-custom {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-custom-2 {
    box-shadow: 10px 10px 30px rgb(0 0 0 / 5%);
}

.fw-semibold {
    font-weight: 600 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.dropify-message p {
    font-size: 12px;
}

.py-7 {
    padding: 7rem 0;
}

.my-7 {
    padding: 7rem 0;
}

.line-success {
    background-color: #82a50d;
    height: 1px !important;
}

.fw-semibold {
    font-weight: 600;
}

.text-xs {
    font-size: smaller;
}

.text-sm {
    font-size: small;
}

.text-md {
    font-size: medium;
}

.text-lg {
    font-size: large;
}

.text-xl {
    font-size: x-large;
}

@media (max-width: 767.98px) {
    .w-sm-75 {
        width: 75%;
    }
}

@media (min-width: 768px) {
    .w-md-50 {
        width: 50%;
    }
}

.text-orange {
    color: #fd7e14;
}

.line-between {
    display: flex;
    flex-direction: row;
}
.line-between:before,
.line-between:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #ced4da;
    margin: auto;
}
.line-between:before {
    margin-right: 10px;
}
.line-between:after {
    margin-left: 10px;
}

.place-content-center {
    place-content: center;
}

.w-card {
    min-width: 250px;
    min-height: 200px;

    max-width: 300px;
    max-height: 200px;
}

.text-bluegrey {
    color: #3e5569;
}

.marginleft-10 {
    margin-left: -10px;
}

.slider-custom {
    flex-wrap: nowrap;
    overflow-x: scroll;
    touch-action: auto  !important;
}

#slider-custom-ucapan {
    flex-wrap: nowrap;
    overflow-x: scroll;
}

#slider-custom-katamereka {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

.slider-custom::-webkit-scrollbar {
    display: none;
}

.scroll {
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-behavior: smooth;
    
}

.scroll::-webkit-overflow-scrolling {
    display: touch !important;
}

.scroll::-webkit-scrollbar-track {
    display: none;
}
.scroll::-webkit-scrollbar-thumb {
    display: none;
}

.secondary-color {
    color: #3E5569;
}

.transparent{
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.btn-circle.btn-xl {
    width: 50px;
    height: 50px;
    padding: 10px 13px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

/* .img-responsive-custom{
    object-fit: cover;
} */
img {
    object-fit: cover ;
}

.img-hight-custom{
    height: 220px !important;
}

/* img hover */
.img-hover:hover{
    background-color: #9cbf13 !important;
}

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

/* tooltip */
.tooltip .tooltip-arrow{
    color: #9cbf13 !important;
}

.tooltip .tooltip-inner{
    background-color: #9cbf13 !important;
    color: white !important;
}

/* hover color */
.text-hover-white:hover{
    color: white !important;
}
.text-hover-success:hover{
    color: #9cbf13 !important;   
}

.bg-success20 {
  background-color: #EBF2D0 !important; }

