
@media(min-width: 768px) {
    .subscribe-input {
        width: 50%;
    }
}

.bg-about {
    background-image: url('../images/slide_img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-item img {
  height: 600px;
  width: 100%;
  object-fit: cover; 
}


.signUp-btn {
    background-color: #C8993D;
    border: 1px solid #fff;
    color: #006636;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 0px;
    transition: background-color 0.3s ease;
}

.signUp-btn:hover {
    background-color: #B17600;
    border: 1px solid #fff;
    color: #fff;
}

.primary-btn {
    background-color: #C8993D;
    border: 1px solid #006636;
    color: #006636;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}

.primary-btn:hover {
    color: white;
    background-color: #B17600;
    border: 1px solid #006636;
}

.footer-link {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
}

.footer-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.footer-link:hover::after {
    width: 100%;
}

.footer-icon {
    color: #fff;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.footer-icon:hover {
    transform: scale(1.2);
}

/*======================================== DONATE BTN =========================================================*/
.page-btn {
    background-color: #cd9933;
    border: 2px solid #006636;
    color: #006636;
    padding: 8px 25px;
    font-size: 16px;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}
.page-btn:hover{
    color: #fff;
    background-color: #B17600;
    border: 2px solid #006636;
}
.page-btn:active {
    color: #9b6801;
}
.donate-btn:active,
.donate-btn:focus {
    color: #9b6801 !important;
    background-color: transparent !important;
    border-color: #9b6801 !important;
    box-shadow: none;
}
.donate-btn {
    background-color: #cd9933;
    color: #fff;
    text-decoration: none;
    padding: 7px 20px;
    font-size: 16px;
    border-radius: 0px;
    transition: background-color 0.3s ease;
}
.donate-btn:hover{
    color: #fff;
    background-color: #B17600;
}
.donate-btn:active {
    color: #9b6801;
}
.header-caption {
    bottom: 40% !important;
    transform: translateY(50%);
}

.partner-logo {
    max-height: 60px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.partner-logo:hover {
    transform: scale(1.1);
}
#products img{
    max-height: 300px;
}
#products h2{
    font-weight: 600;
    font-size: 40px;
    padding-bottom: 40px;
    text-transform: capitalize;
    color: #006636;
}
#products .card img {
    max-height: 200px;
}

/*======================================== TOP BAR =========================================================*/
.search-box input {
    width: 0;
    opacity: 0;
    padding: 0;
    border: none;
    transition: all 0.4s ease;
}
.search-box.active input {
    width: 250px;
    opacity: 1;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
}
.search-box input {
    width: 0;
    opacity: 0;
    padding: 0;
    border: none;
    transition: all 0.4s ease;
}
.search-box.active input {
    width: 250px;
    opacity: 1;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
}
#top-bar .social-icons a {
    display: inline-block;
    color: #B17600;
    text-decoration: none;
    transition: transform 0.3s ease, color 0.3s ease;
}
#top-bar .social-icons i {
    font-size: 14px;
}
#top-bar .social-icons a:hover {
    color: #28a745;
    transform: scale(1.4);
}
#searchBtn {
    background-color: #B17600;
    border-color: #B17600;
    color: white;
}
#searchBtn:hover {
    background-color: #8c5d00;
    border-color: #8c5d00;
}

/*======================================== FOOTER SOCIAL MEDIA =========================================================*/
#s-footer a {
    text-decoration: none;
}
#s-footer i {
    color: #fff;
    font-size: 1.25rem;
    transition: all 0.3s ease;
}
#s-footer a:hover i {
    transform: scale(1.3);
}