@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;600;800;900&display=swap');

@supports (background-clip: text) or (-webkit-background-clip: text) {
    h4:not(.special-title) {
        background-image: url("data:image/svg+xml,%3Csvg width='2250' height='900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='%2377159f' d='M0 0h2255v899H0z'/%3E%3Ccircle cx='366' cy='207' r='366' fill='%235b1b75'/%3E%3Ccircle cx='1777.5' cy='318.5' r='477.5' fill='%234c155f'/%3E%3Ccircle cx='1215' cy='737' r='366' fill='%239a45bf'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-size: 110% auto;
        background-position: center;
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;

        background-position: 100% 0;
        animation: bgmve 2s;

        /*    color: #682389;
            color: #4c155f;
            color: #9a45bf;*/

    }
}

#exampleModalCenter .close {
    transform: translateY(-100%);
    font-size: 38px;
}

#exampleModalCenter .modal-title {
    transform: translateY(3px);
}

#exampleModalCenter .modal-dialog {
        margin: 50px auto 20px auto;
}

@media (max-width: 752px) {
    .event-cta p {
        font-size: 16px !important;
    }
}

@keyframes bgmve {
    to {
        background-position: 0 0;
    }
    /* make it short */
}

h1, h2, h3, h4, h5, h6 {
    font-family: Catamaran;
    text-transform: uppercase;
    font-weight: 900;
}

.d-flex {
    display: flex;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.justify-content-between {
    justify-content: space-between;
}

.mt-0 {
    margin-top: 0 !important;
}

.word-spacing {
    word-spacing: 3px;
}

.lang-btn {
    height: fit-content;
    margin: 25px 0;
    padding: 7px 13px;
}

.font-25 {
    font-size: 25px !important;
}

.team-content {
    position: absolute;
    transform: translateX(50%);
    right: 50%;
    width: 100%;
}

.content-image {
    border-radius: 4px;
    max-height: 450px;
    width: 100%;
    object-fit: cover;
    margin: 24px 0;
}

.font-16 {
    font-size: 16px !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.lang-btn > a {
    color: white !important;
}

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

.theme-color {
    color: #5b1b75 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-26 {
    font-size: 26px !important;
}

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

img {
    transition: all 0.5s ease;
}

p img:hover {
    opacity: 0.7;
}

.navbar {
    position: relative !important;
    margin: 0;
}

.accordion-card {
    margin-bottom: 12px;
    height: unset;

}

.object-cover {
    object-fit: cover !important;
}

@media (min-width: 767px) {
    .accordion-card {
        display: inline-block;
        height: 55px;
        width: 85%;
    }
}

.font-35 {
    font-size: 35px !important;
}

.slogan {
    top: 16%;
}

.slogan > h3 {
    font-size: 30px;
}

.shrink {
    position: fixed !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.pointer {
    cursor: pointer;
}

@media (max-width: 767px) {
    .mobile-nav-flex {
        flex-direction: column !important;
    }

    .lang-btn {
        position: absolute;
        top: 0;
        right: 78px;
        top: -8px;
        padding: 6px 16px;
    }

}

.text-left {
    text-align: left;
}

.btn {
    transition: 400ms;
}

.btn:hover {
    background-color: #5b1b75cf;
    color: white;
    transform: translateY(-10px);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #5b1b75cf !important;
    transform: translateY(-10px);
}

.mt-8 {
    margin-top: 8px;
}

footer {
    color: #fff;
    background-color: #222 !important;
}

footer > p {
    color: #fff;
}

.mb-50 {
    margin-bottom: 50px;
}

.m-auto {
    margin: auto;
}

.copyright {
    background-color: #000;
}

.mb-7 {
    margin-bottom: 70px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-4 {
    margin-top: 40px;
}

.h-100 {
    height: 100% !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.w-100 {
    width: 100% !important;
}

.cover {
    object-fit: cover;
}

.p-0 {
    padding: 0;
}

.mt-2 {
    margin-top: 20px;
}

.mb-2 {
    margin-bottom: 20px;
}

.ml-1 {
    margin-left: 10px;
}

.m-0 {
    margin: 0 !important;
}

li::marker {
    color: #5b1b75;
}

.book-container > .book-title {
    padding: 18px;
    font-size: 16px;
    color: #393939;
    padding-bottom: 0;
    min-height: 65px;
}

.mt-50 {
    margin-top: 50px;
}

.book-container > img {
    height: 380px;
    padding: 18px;
    padding-top: 5px;
}

.book-container > .btn {
    margin-top: 10px;
    margin-bottom: 30px;
}

.event-list .el-head {
    text-transform: uppercase;
    font-size: 14px;
}

.btn-outline:hover {
    background-color: #75418e;
    border: 2px solid #75418e;
}

.pastor-image {
    max-height: 505px;
    border-radius: 4px
}

.social-icon {
    font-size: 30px !important;
    margin-right: 15px;
}

.has-margin-xs-left{
    margin-left: 20px !important;
}

.team-image {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.service-card {
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 20px;
    background: #fff;
    margin-bottom: 20px;
    padding: 25px 5px;
}

.mobile-app * {
    color: #fff;
}

.mobile-app {
    padding: 40px;
    background: linear-gradient(45deg, #2e034a, #dbb4ff);
}

.align-items-center {
    align-items: center !important;
}

.homepage-hero .align-items-center {
    align-items: center;
}

.hero-title,
.homepage-hero h4 {
    font-size: 32px;
    text-shadow: 6px 4px 15px #5b1b757a;
}

.homepage-hero img {
    border-radius: 25px;
    box-shadow: 0 30px 30px 0 rgb(0 0 0 / 20%);
}

.homepage-hero {
    padding: 100px;
    background: #f4f4ff;
    margin: 0;
    width: 100%;
}

@media (min-width: 752px) {
    .ml-sm-1 {
        margin-left: 10px;
    }
}

@media (max-width: 752px) {

    .has-margin-top-md-mobile {
        margin-top: 25px;
    }

    .mb-mx-1 {
        margin-bottom: 10px;
    }

    .homepage-hero {
        padding: 20px;
    }

    .homepage-hero .container {
        flex-direction: column-reverse;
    }

    .mobile-app .d-flex {
        flex-direction: column-reverse;
    }

    .charity-box .d-flex {
        flex-direction: column-reverse;
    }
}

.body-padding {
    padding-top: 76px !important;
}

.special-title {
    background: #5b1b75;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    /*box-shadow: 3px 3px 16px -6px #5b1b75;*/
    border-radius: 9px;
    color: #fff;
}

.text-black {
    color: black !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

h4 span {
    font-size: 18px !important;
}

.count {
    font-size: 26px;
    color: #5b1b75;
    font-weight: 600;
}

.btn:focus {
    background: #5b1b75cf;
    border: none;
    outline: unset;
    color: white;
}

.accrodion-angle-down {
    float: right;
    margin-right: 10px;
    font-weight: 700 !important;
    font-size: 20px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.accordion-button {
    padding: 11px;
    background: #5b1b75cf;
    color: white;
}

.accordion-button.collapsed {
    background: #f0f0f0;
    color: #5b1b75;
}

.content-text a{
    margin: 0 !important;
    color: white !important;
    background: unset !important;
    border: none !important;
    text-transform: unset !important;
    font-size: 16px !important;
    background: #5b1b75 !important;
    padding: 4px 10px !important;
    font-weight: 600 !important;
}

.content-text a:hover{
    background: #75418e !important;
}
