
.donate-btn-design-2 {
    text-decoration: none;
    position: relative;
    border-style: solid;
    border-color: white;
    border-width: 7px;
    font-size: 20px;
    font-family: inherit;
    cursor: pointer;
    color: #fff;
    width: 9em;
    height: 3em;
    line-height: 2em;
    text-align: center;
    background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    background-size: 300%;
    border-radius: 30px;
    z-index: 1;
  }
  
  .donate-btn-design-2:hover {
    animation: ani 8s linear infinite;
    border: none;
  }
  
  @keyframes ani {
    0% {
      background-position: 0%;
    }
  
    100% {
      background-position: 400%;
    }
  }
  
  .donate-btn-design-2:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    background-size: 400%;
    border-radius: 35px;
    transition: 1s;
  }
  
  .donate-btn-design-2:hover::before {
    filter: blur(20px);
  }
  
  .donate-btn-design-2:active {
    background: linear-gradient(32deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  }

.donate-btn-position {
    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 9999;
}





.hero-bg-style {
    background-color: rgb(255, 255, 255);
    /* opacity: 0.8; */
    width: 50%;
    height: 50%;
}

.hero-shadow {
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hero-bg-img {
    /* background: url('./img/JF_logo_no_url_circle.png') no-repeat center; */
    background: url('./img/JF_Logo_Circle_SM.png') no-repeat center;
    /* background-color: rgb(255, 255, 255); */
    opacity: 0.8;
    /* background-size: contain;
    border-radius: 50%; */
    width: inherit;
    height: inherit;
}

.user-img {
    width: 100%;
    height: inherit;
    border-radius: 10%;
}

.hero-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.custom-font-text {
    font-size: 1.5rem;
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.custom-font-text-2 {
    font-size: 1.25rem;
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.custom-card-title {
    font-size: 2.5rem;
    font-family: "Madimi One", sans-serif;
    /* font-family: "Noto Sans Mono", monospace; */
    font-weight: 400;
    font-style: normal;
}

.custom-card-subtitle {
    font-size: 1.5rem;
    font-family: "Madimi One", sans-serif;
    /* font-family: "Noto Sans Mono", monospace; */
    font-weight: 400;
    font-style: normal;
}

.custom-card-text {
    font-size: 1.25rem;
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.custom-card-text-sub {
    font-size: 1rem;
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.section-title {
    position: relative;
    font-size: 3rem;
    font-family: "Madimi One", sans-serif;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.section-title:before, .section-title:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 48%;
    height: 1px;
    content: '\a0';
    background-color: #3fbfd6;
    margin-left: 2%;
}

.section-title:before {
    margin-left: -50%;
    text-align: right;
}

.section-subtitle {
    position: relative;
    font-size: 2rem;
    font-family: "Madimi One", sans-serif;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.section-subtitle:before, .section-subtitle:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 48%;
    height: 1px;
    content: '\a0';
    background-color: #3fbfd6;
    margin-left: 2%;
}

.section-subtitle:before {
    margin-left: -50%;
    text-align: right;
}

.material-symbols-rounded {
    /* font-size: 6rem; */
    text-align: center;
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

.symbols-list {
    font-size: 3.5rem;
    color: green;
}

.custom-footer {
    background-color: gainsboro;
}

.custom-p {
    padding: 2rem 2rem;
}

@media only screen and (max-width: 900px) {

    .donate-btn-position {
        bottom: 2%;
        right: 5%;
    }

    .hero-bg-style {
        width: 75%;
        height: 50%;
    }

    .hero-padding {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .size-sm {
        width: 60%;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .section-subtitle {
        font-size: 1.5rem;
    }

    .custom-font-text {
        font-size: 1rem;
    }

    .custom-font-text-2 {
        font-size: 1rem;
    }

    .custom-card-title {
        font-size: 1.5rem;
    }

    .custom-card-subtitle {
        font-size: 1rem;
    }

    .custom-card-text {
        font-size: 1rem;
    }

    .custom-card-text-sub {
        font-size: 0.9rem;
    }

}

/* @media only screen and (max-width: 800px) {
    .custom-font-title {
        font-size: 5vw;
    }

    .custom-font-subtitle {
        font-size: 2.8vw;
    }

    .section-title {
        font-size: 5vw;
    }
} */