.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.hero-title-overlap {
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.text-vertical {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.donation-tab-active {
    @apply bg-primary text-white;
}

.hero-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-slider {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-slider .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;

    opacity: 0;
    transform: scale(1.4);

    transition:
        opacity 1.3s ease,
        transform 14s linear;
}

.hero-slider .slide.active {
    opacity: 1;
    transform: scale(1);
}

.hero-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 2;
}

.hero-banner .container {
    position: relative;
    z-index: 3;
    max-width: 1320px;
    margin: auto;
    height: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.hero-content {
    max-width: 650px;
    color: #fff;
}

.hero-content span {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-content h1 {
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 700;
}

.hero-content h1 strong {
    color: #ffc107;
}

.hero-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 38px;
    background: #ffc107;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: .35s;
}

.hero-btn:hover {
    background: #fff;
}

@media(max-width:991px) {

    .hero-banner {
        height: 700px;
    }

    .hero-content h1 {
        font-size: 46px;
    }

}

@media(max-width:767px) {

    .hero-banner {
        height: 600px;
    }

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

    .hero-content h1 {
        font-size: 34px;
    }

    .hero-content p {
        font-size: 16px;
        line-height: 28px;
    }

}

.footer-image iframe {
    width: 370px;
    height: 200px;
    border-radius: 10px;
    opacity: 0.8;
}

.footer-image {
    padding: 2px;
    border: 2px solid rgb(179 70 40);
    border-radius: 10px;
}

.image-wrapper {
    overflow: hidden;
    border-radius: 8px;
}

.image-wrapper img {
    width: 100%;
    height: 300px;
    border-radius: 8px;
}

.regional-tab-right img {
    height: 245px;
}

.regional-tab-left {
    height: 511px;
    width: 100%;
}



.our-covenant .group {
    position: relative;
}

.our-covenant .group h6 {
    position: absolute;
    top: 88%;
    left: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    z-index: 3;
}

#mission .grid .image-wrapper {
    position: relative;
}

#mission .grid .image-wrapper h6 {
    position: absolute;
    top: 72%;
    left: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    z-index: 3;
}

#mission .grid .image-wrapper.one h6 {
    position: absolute;
    top: 83%;
    left: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    z-index: 3;
}
#mission .main-image-wrapper{
    position: relative;
}
#mission .main-image-wrapper h6 {
    position: absolute;
    top: 91%;
    left: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    z-index: 3;
}
#about .image-wrapper-3{
    position: relative;
} 
#about .image-wrapper-3 h6{
    position: absolute;
    top: 89%;
    left: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    z-index: 10;
}
