
body {
    font-family: 'Lexend', sans-serif;
    /* Update to Lexend */
    background-color: #f8f9fa;
}
* {
    font-family: "Lexend", sans-serif;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

/* .footer {
    background-color: #203e70;
    padding: 18px 0;
    color: #fff;
} */

.footer a {
    color: orange;
}

.footer a:hover {
    color: red;
}

.list_menu2 li {
    padding: 5px 0;
}

.list_menu2 li a {
    color: #fff;
    text-decoration: none;
}

.list_menu2 li a:hover {
    color: orange;
}

.txt_h4 {
    font-size: 1.0rem;
    color: orange;
}

.txt_grey2 small {
    color: #bdbdbd;
}

.footer-logo {
    text-align: center;
}



.counter-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2rem;
    border-radius: 15px;
    transition: transform 0.3s ease-in-out;
    min-height: 172px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.counter-container:hover {
    transform: scale(1.05);
}

.counter {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    color: black;
    text-shadow: none;
}

@media (max-width: 1393px) {
    .counter {
        font-size: 0.7rem;
        margin-bottom: 0.5rem;
        color: black;
        text-shadow: none;
    }
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: underline;
}



.g-blue {
    color: #4285F4;
}

.o-red {
    color: #DB4437;
}

.o-yellow {
    color: #F4B400;
}
.leaf-green {
    color: #3CB043;
}
.my-mybis {
    color: #ffffff; 
}
.bis-mybis {
    color: #f7ba00; 
}
.biodiversity-title {
    font-size: 80px;
    text-align: center;
    text-shadow: 8px 4px 10px #000000;
    letter-spacing: 5px;
}
.lead-custom {
    font-size: 0.9rem;
    font-weight: 300;
    text-shadow: -1px 1px 3px #000000;
}
@media (max-width: 767px) {
    .biodiversity-title {
        font-size: 40px;
    }

    .mb-5 {
        margin-bottom: 10rem !important;
    }
    .lead-custom {
    font-size: 0.6rem;
    font-weight: 300;
}
}
#mySidenav a {
    position: absolute;
    margin-top: 75px;
    left: -2px;
    transition: 0.3s;
    padding: 12px;
    width: 126px;
    text-decoration: none;
    color: white;
    border-radius: 0 100px 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    #mySidenav a {
        position: absolute;
        margin-top: 197px;
        left: -2px;
        transition: 0.3s;
        padding: 12px;
        width: 126px;
        text-decoration: none;
        color: white;
        border-radius: 0 100px 5px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

#mySidenav a:hover {
    left: 6px;
}
#about {
    top: 29px;
    background-color: #92cdc5;
}

#blog {
    top: 79px;
    background-color: #7a953f;
}

#projects {
    top: 129px;
    background-color: #9e612a;
}

.img-fluid {
    max-width: 539px;
}

.search-bar {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.search-input {
    width: 100%;
    padding: 12px 60px 12px 50px;
    border: 1px solid #ccc;
    border-radius: 24px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    outline: none;
    transition: box-shadow 0.3s ease-in-out;
}

.search-input {
    width: 100%;
    padding: 12px 60px 12px 50px;
    border: 1px solid #ccc;
    border-radius: 24px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    outline: none;
    transition: box-shadow 0.3s ease-in-out;
}

@media (max-width: 997px) {
    .search-input {
        width: 100%;
        padding: 12px 60px 12px 50px;
        border: 1px solid #ccc;
        border-radius: 24px;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
        outline: none;
        font-size: xx-small;
        transition: box-shadow 0.3s ease-in-out;
    }
}


.search-input:focus {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.search-icons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.search-icon-left {
    left: 15px;
    font-size: 20px;
    color: #666;
}

.search-buttons {
    margin-top: 20px;
}

.search-buttons .btn {
    margin: 5px;
    padding: 5px 12px;
    font-size: 16px;
    background-color: #ececee;
    color: #5f6368;
    transition: background-color 0.3s ease-in-out;
}


.search-buttons .btn:hover {
    margin: 5px;
    padding: 5px 12px;
    font-size: 16px;
    background-color: #f8f9fa;
    color: #5f6368;
    border: 1px solid #dadce0;
    transition: background-color 0.3s ease-in-out;
    background-color: #f1f3f4;
}

@media (max-width: 436px) {
    .search-buttons .btn {
        margin: 5px;
        padding: 10px 24px;
        font-size: 8px;
        background-color: #ececee;
        color: #5f6368;
        transition: background-color 0.3s ease-in-out;
    }

    .search-buttons .btn:hover {
        margin: 5px;
        padding: 10px 24px;
        font-size: 8px;
        background-color: #f8f9fa;
        color: #5f6368;
        border: 1px solid #dadce0;
        transition: background-color 0.3s ease-in-out;
        background-color: #f1f3f4;
    }
}
.text-dark {
    --bs-text-opacity: 1;
    color: #203e70 !important;
}


#overlay {
    position: absolute;
    /* opacity: 0.5; */
    width: 100%;
    /* height: 12%; */
    color: #fff;
    background: linear-gradient(-45deg, #87CEEB, #4B8B3B, #8B4513, #2E8B57); /* Sky, Forest, Soil, Darker Forest */
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}
 
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}        
@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}        
@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}  