*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
body{
    padding: 20px 10%;
    margin-top: 90px;
}
/* .needh-max-width-padding{
    padding: 0px 10%;
} */
.needh-container{
    width: 100%;
    height: 100%;
    background: #90bd90;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.needh-logo{
    width: 170px;
    height: auto;
    margin-top: 30px;
}
.needh-container h4{
    margin: 20px;
    font-size: 20px;
    letter-spacing: 1px;
    background-color: black;
    color: #d3b615;
    padding: 10px 20px;
    border-radius: 10px;
}
.needh-main{
    width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 20px;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.needh-main li{
    width: 90%;
    height: 30px;
    background: white;
    margin: 10px;
    padding: 10px;
    display: flex;
    justify-content: baseline;
    align-items: center;
    border-radius: 10px;
}
.needh-main li:hover{
    background: #cac9c9;
    color: white;
}
.needh-main li a{
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #08b3b3;
}
.needh-main li:hover a{
    color: white;
}


/* organization page style start  */
.org-need-top{
    width: 100%;
    height: 300px;
    background: #2c395f;
    border-radius: 11px;
    position: relative;
}
.org-need-name-img{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.org-need-img{
    width: 200px;
    height: 200px;
    background-color: #08b3b3;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.org-need-img img{
    width: 190px;
    height: 190px;
    border-radius: 50%;
}
.org-need-name h2{
    color: #bda4a4;
    font-size: 3rem;
    letter-spacing: 5px;
}
.org-need-name h4{
    color: #ffffff;
    font-size: 2rem;
    letter-spacing: 2px;
}
.org-need-name h6{
    color: #08b3b3;
    font-size: 1.6rem;
    letter-spacing: 2px;
}

.custom-shape-divider-top-1687494674 {
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    overflow: hidden;
    line-height: 0; 
    transform: rotate(180deg);
}
.custom-shape-divider-top-1687494674 svg {
    position: relative;
    display: block;
    width: calc(140% + 1.3px);
    height: 300px;
}
.custom-shape-divider-top-1687494674 .shape-fill {
    fill: #FFFFFF;
}

.org-count-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 20px;
}
.org-need-count{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.org-need-count span{
    font-size: 1.8rem;
    margin: 5px;
    color: #2c395f;
}
.org-need-count h3{
    width: 100px;
    height: 100px;
    background-color: #08b3b3;
    border-radius: 50%;
    padding: 10px;
    font-size: 1.8rem;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}
.org-need-count p{
    font-size: 1.8rem;
    margin: 5px;
    color: #2c395f;
}
/* ORGANIZATION POST SECTION START  */
.org-post-container{
    width: 100%;
    height: 300px;
    background-color: #774d80;
    background-image: url(../img/home.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin-top: 20px;
}
.org-post-item img{
    width: calc(100%);
    height: 300px;
}

/* ORG TAME SECTION START  */
.org-need-tame-h2{
    color: #08b3b3;
    font-size: 3rem;
    letter-spacing: 5px;
    margin-top: 20px;
}
.org-need-tame-container{
    display: flex;
    flex-wrap: wrap;
    background-color: #8ed1d1;
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0 20px 0;
}

.org-tame-item{
    flex-basis: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    margin: 10px;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.org-tame-item img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #1e8f3a;
}
.org-tame-item h4{
    margin-top: 10px;
    margin-bottom: 5px;
    color: #212221;
}   



/* Responsive scrine 1080 px   */
@media (max-width: 1080px){
    body{
        padding: 0;
                
    }
}
/* /* Responsive scrine 768 px   */
@media (max-width: 768px){
    .org-need-name h2 {
        font-size: 2.5rem;
        letter-spacing: 3px;
    }
    .org-need-name h4{
        font-size: 1.5rem;
    }
    .org-need-name h6{
        font-size: 1.5rem;
    }
    .org-need-top {
        height: 250px;
    }
    .custom-shape-divider-top-1687494674 svg {
        height: 250PX;
    }
    .org-need-img {
        width: 170px;
        height: 170px;
    }
    .org-need-img img {
        width: 160px;
        height: 160px;
    }
    .org-count-container {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .org-need-count h3 {
        width: 80px;
        height: 80px;
        font-size: 1.4rem;
    }
    .org-need-count p {
        font-size: 1.4rem;
    }
    .org-need-tame-h2 {
        font-size: 2.4rem;
        margin-left: 25px;
    }
}
/* /* Responsive scrine 576 px   */
@media (max-width: 576px){
    .org-need-name h2 {
        font-size: 1.1rem;
        letter-spacing: 1px;
    }
    .org-need-name h4{
        font-size: 1rem;
    }
    .org-need-name h6{
        font-size: 1rem;
    }
    .org-need-top {
        height: 200px;
    }
    .custom-shape-divider-top-1687494674 svg {
        height: 200PX;
    }
    .org-need-img {
        width: 70px;
        height: 70px;
        margin-top: 70px;
        margin-right: 20px;
    }
    .org-need-img img {
        width: 65px;
        height: 65px;
    }
    .org-count-container {
        grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
    }
    .org-need-count span {
        font-size: 1.5rem;
        margin-top: 25px;
    }
    .org-need-count h3 {
        width: 60px;
        height: 60px;
        font-size: 1.1rem;
    }
    .org-need-count p {
        font-size: .9rem;
    }
    .org-need-tame-h2 {
        font-size: 2rem;
        margin-left: 25px;
    }
    .org-need-tame-container {
        padding: 0; 
    }
    .org-tame-item {
        flex-basis: 130px;
        height: 200px;
        margin: 6px;
    }
    .org-tame-item img {
        width: 90px;
        height: 90px;
    }
}