@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html,body{
    width: 100%;
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}

.cust-nav-item{
    font-size: 20px;
}

.donate-btn{
    background: linear-gradient(135deg, #98C338, #036BAE);
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 20px;
}


.footer{
    width: 100%;
    position: relative;
    background: #063b3f; 
    color: #fff; 
    margin-top: 80px; 
    overflow: hidden;
}
.footer-item{
    color: rgba(255,255,255,0.75); 
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
}
.footer-item:hover{
    color: rgba(255,255,255,0.9); 
}


 .page-head{
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 32px;
    color: #52A14D;
}

@media (max-width: 992px) {
    .page-head{
        font-size: 45px;
        
    }
}

@media (max-width: 768px) {
    .page-head{
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .page-head{
        font-size: 32px;
    }
    .footer{
        margin-top: 40px;
    }
}