@import url("https://fonts.googleapis.com/css2?family=Playwrite+DE+Grund:wght@100..400&display=swap");

:root {
    --main-font: "arial";
    --secondary-font: "Playwrite Deutscland Grundschrift";
    --main-color: #749845;
    --main2-color: #a8b2dc;
    --main3-color: #c0df65;

    --second-color: #af8360;
    --dark-color: #363633;
}

html,
body {
    overflow-x: hidden;
}
body {
    font-family: var(--main-font);
}
h2 {
    font-size: 3rem;
}
a {
    text-decoration: none;
}
h3 {
    font-size: 2.5rem;
}
.top-header {
    position: relative;
    height: 90vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        var(--bg) no-repeat center center fixed;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column;
}

.card {
    border: none;
    border-radius: 0rem;
    background-color: #f7f7f7;
}
.card img {
    border-radius: 0;
    /* padding: 10px; */
}
.navbarsection {
    position: relative;
    z-index: 1;
}

.heading {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 0;
}

.heading h2 {
    font-size: 5rem; /* Adjust as necessary */
    letter-spacing: 3px;
    margin: 0;
    text-transform: uppercase;
}

.logo {
    width: 200px;
}
.nav-item a {
    color: white;
    font-size: 20px;
}
.nav-item a:hover {
    color: var(--second-color);
}
.ls-btn {
    border: 2px solid white;
}
.ptb {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.side-card .card {
    color: white;
    background-color: var(--main-color);
    padding: 1.5rem 1rem;
    margin-top: -90px;
}
.span-heading {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 16px;
}
.btn-white a {
    background-color: white;
    color: var(--main-color);
    font-size: 18px;
    padding: 10px 30px;
}
.btn-white a:hover {
    background-color: var(--dark-color);
    color: white;
}
/*Footer*/
.footer {
    background-color: #27262c;
    color: white;

    display: flex;
    padding: 1rem 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer p {
    font-size: 16px;
}
.footer span {
    text-transform: uppercase;
    font-weight: 400;
}
.footer span:hover {
    color: white;
    cursor: pointer;
}
.footer-top {
    background-color: #27262c;
    border-bottom: 2px solid white;
    color: #7d98b9;
}
.footer-top input {
    border-radius: 0rem;
    border: none;
}

.footer-top .section-title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: white;
    font-size: 18px;
}
.quick-links a {
    text-transform: uppercase;
}
.footer-top a:hover {
    color: #9c6464;
}
.footer-top a {
    color: #7d98b9;
}
.quick {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feature-icon-container i {
    font-size: 2em;
    color: #5cb85c;
}
.ls-color a {
    background-color: #5cb85c;
    color: white;
    font-size: 18px;
    padding: 10px 30px;
}
.text {
    text-align: justify;
}
/* .doners h2 {
color: #000;
font-size: 26px;
font-weight: 300;
position: relative;
margin: 0 0 50px 0;
text-transform: uppercase;
display: inline-block;
}
.doners h2::after {
content: "";
width: 50%;
position: absolute;
height: 4px;
border-radius: 1px;
background: var(--main-color);
left: 0;
bottom: -20px;
} */
.carousel {
    margin: 50px auto;
}
.owl-carousel .item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
}
.owl-carousel .media {
    position: relative;
    padding: 0 0 0 20px;
    margin-left: 20px;
}
.owl-carousel .media img {
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
}
.owl-carousel .testimonial {
    color: #fff;
    position: relative;
    background: var(--main2-color);
    padding: 15px;
    /* margin: 0 0 20px 20px; */
}
.owl-carousel .testimonial::before,
.owl-carousel .testimonial::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.owl-carousel .testimonial::before {
    width: 20px;
    height: 20px;
    background: var(--main2-color);
    box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}
.owl-carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.owl-carousel .item .row > div:first-child .testimonial {
    margin: 0 20px 20px 0;
}
.owl-carousel .item .row > div:first-child .media {
    margin-left: 0;
}
.owl-carousel .testimonial p {
    text-indent: 40px;
    line-height: 21px;
    margin: 0;
}
.owl-carousel .testimonial p::before {
    content: "\201D";
    font-family: Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.owl-carousel .overview {
    padding: 3px 0 0 15px;
}
.owl-carousel .overview .details {
    padding: 5px 0 8px;
}
.owl-carousel .overview b {
    text-transform: uppercase;
    color: var(--main-color);
}
.owl-carousel .owl-carousel-control {
    width: 30px;
    height: 30px;
    background: #666;
    text-shadow: none;
    top: 4px;
}
.owl-carousel-control i {
    font-size: 16px;
}
.owl-carousel-control.left {
    left: auto;
    right: 40px;
    top: -40px;
}
.owl-carousel-control.right {
    left: auto;
    top: -40px;
}
.owl-carousel-indicators {
    bottom: -80px;
}
.owl-carousel-indicators li,
.owl-carousel-indicators li.active {
    width: 18px;
    height: 18px;
    border-radius: 0;
    margin: 1px 4px;
}
.owl-carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff;
}
.owl-carousel-indicators li.active {
    color: #fff;
    background: var(--main-color);
    border: 5px double;
}
.star-rating li {
    padding: 0 2px;
}
.star-rating i {
    font-size: 14px;
    color: #ffdc12;
}
.end {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        var(--bg) no-repeat center center fixed;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column;
}
/*ABOUT*/
.about-header {
    position: relative;
    height: 40vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/hand.jpg") no-repeat center center fixed;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column;
}
/*CONTACT*/
.contact-form {
    background-color: #f7f7f7;
}
.contact-header {
    position: relative;
    height: 40vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/contact.jpg") no-repeat center center fixed;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column;
}

.contact-details .card {
    padding: 3rem 1rem;
    background-color: var(--main-color);
    color: white;
}
.contact-details .card li {
    margin: 10px 0px;
}
.contact-details .card span {
    font-size: 1.5rem;
}
.section-c {
    position: relative;
    text-align: center;
    max-width: 600px;
    margin: 20px auto;
}
.section-c .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 8px;

    color: #333;
    z-index: 1;
}
.section-c img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.form-group textarea {
    height: 120px;
}
.form-group input[type="submit"] {
    background-color: #4caf50;
    color: white;
    border: none;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 0px;
    cursor: pointer;
}
.form-group input[type="submit"]:hover {
    background-color: #45a049;
}
.btn-submit {
    background-color: #4caf50;
    color: white;
    border: none;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 0px;
    cursor: pointer;
}
.btn-submit:hover {
    background-color: #45a049;
}
/*Campaign*/
.donate-header {
    position: relative;
    height: 50vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/donate.jpg") no-repeat center center fixed;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column;
}
.campaign-header {
    position: relative;
    height: 50vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/hand-shake.jpg") no-repeat center center fixed;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column;
}
.payment-options {
    display: flex;
    /* justify-content: center; */
    margin-top: 20px;
}
.payment-options button {
    background-color: #f0f0f0;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    margin-right: 10px;
}
.payment-options button.active {
    background-color: #4caf50;
    color: white;
}
.payment-content {
    display: none;
    margin-top: 20px;
}
.payment-content.active {
    display: block;
}
.carousel1 .item {
    position: relative;
    overflow: hidden;
}

.card-img-top {
    transition: transform 0.3s ease;
}

.card:hover .card-img-top {
    transform: scale(1.1);
}

.donate-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    background-color: rgb(255, 255, 255, 0.6);
    color: white;
    border: none;
    font-size: 18px;
    padding: 10px 30px;
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.3s ease;
}

.card:hover .donate-button {
    display: block;
    opacity: 1;
}
@media (max-width: 776px) {
    .navbar-brand img {
        width: 100px;
    }
    .side-card .card {
        color: white;
        background-color: var(--main-color);
        padding: 1.5rem 1rem;
        margin-top: 15px;
    }
    .side-card .card h3 {
        font-size: 2rem;
        text-align: justify;
    }
    .nav-item a {
        color: #5cb85c;
        font-size: 20px;
    }
    .nav-item a:hover {
        color: var(--second-color);
    }
    .ls-btn {
        border: 2px solid #5cb85c;
    }
    .offcanvas-body .navbar-nav {
        padding: 3rem;
    }
    .top-header {
        position: relative;
        background-size: cover;
        color: white;
        display: flex;
        flex-direction: column;
    }

    .heading h2 {
        font-size: 3rem; /* Adjust as necessary */
        letter-spacing: 3px;
        margin: 0;
        text-transform: uppercase;
    }
    .quick {
        display: inline;
    }
}
.btn-color {
    color: white;
    background-color: #5cb85c;
    border-radius: 0 !important;
}
.btn-color:hover {
    color: white;
    background-color: #439243;
}
.ff-arial {
    font-family: Arial, Helvetica, sans-serif;
}
.campaign-card {
    box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.1),
        0px 1px 0px 0px rgba(25, 28, 33, 0.02),
        0px 0px 0px 1px rgba(25, 28, 33, 0.08);
    overflow: hidden;
    transition: all 0.5s ease;
    margin-bottom: 1rem;
}
.campaign-card:hover {
    box-shadow: 0px 10px 1px rgba(221, 221, 221, 1),
        0 10px 20px rgba(204, 204, 204, 1);
}
.campaign-card img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}
.img-container {
    overflow: hidden;
}
.campaign-card:hover img {
    transform: scale(1.1);
}
.campaign-card h2 {
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.4;
    font-weight: 600;
}

.campaign-card p {
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.4;
}
.stats-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.stats-container p {
    font-size: 14px;
    line-height: 1;
    color: #6e6e6e;
    font-weight: 600;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    padding: 6px 16px;
    border-radius: 40px;
    margin-bottom: 0;
}
.stats-container p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #6e6e6e;
    border-radius: 50%;
}

.heading .title {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    word-spacing: 8px;
    line-height: 1.5;
    font-weight: 800;
}
.sharp {
    border-radius: 0 !important;
}

.donation-details-container p {
    font-size: 18px;
    line-height: 1.4;
    font-family: Arial, Helvetica, sans-serif;
}
.event-card .img-container img {
    aspect-ratio: 1/0.7;
    object-fit: cover;
}
.event-card .img-container {
    overflow: hidden;
}

.event-details-container {
    font-size: 18px;
    line-height: 1.4;
    font-family: Arial, Helvetica, sans-serif;
}
.mobile-donation-button {
    width: 100% !important;
    padding: 10px 16px;
    text-align: center;
    background: #5cb85c;
    color: white !important;
}
.payment-card {
    box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.1),
        0px 1px 0px 0px rgba(25, 28, 33, 0.02),
        0px 0px 0px 1px rgba(25, 28, 33, 0.08);
    border-radius: 0 !important;
}
.details {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-bottom: 2rem;
}

.details i {
    font-size: 24px;
    color: #439243;
}
.details p {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    font-family: monospace;
}
.details span {
    font-weight: 400;
    letter-spacing: 1px;
}
.bank-card p {
    font-size: 18px;
    font-family: monospace;
}

.offcanvas-body .nav-item a {
    color: black !important;
}
.navbar-toggler-icon {
    background-image: url("/img/nav-toggler-white.svg") !important;
}
.navbar-toggler {
    box-shadow: none !important;
    border: none !important;
}

.custom-nav-buttons {
    background: transparent;
    position: absolute;
    top: 50%;
    width: 108%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    z-index: 3;
    left: 50%;
}
.custom-nav-buttons button {
    background: rgba(82, 235, 255, 0.377);
    border: none;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    position: relative;
    border-radius: 400px;
}
@media (max-width: 575px) {
    .custom-nav-buttons {
        width: 100% !important;
    }
}
.contact.section .contact-item span,
.contact.section .contact-item a {
    font-size: 16px !important;
    font-family: var(--main-font);
}
