


.container8 {
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    height:70%;
    width:80%;
    padding: 2% 4%;
    border-radius: 10px;
    text-align: center;

}
.container9 {
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content:center;
    height:100%;
    width:90%;
    padding: 2% 4%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    background-color:white;

}
.container2{
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    border-radius: 10px;
    height:98%;
    width:50%;
    background: linear-gradient(135deg, #004d40, #388e3c);


}
h2 {
    color: #004d40;
    margin-bottom: 20px;
}

.pink-button2 {
    background-color: lightseagreen;
    padding: 0.8rem 2.3rem;
    color: white;
    font-size: 18px;
    box-shadow: 5px 5px 7px 0px #0000003f;
    border:none;
    position: relative;
    z-index: 1;
    margin-left: auto; 
    font-weight: bold;
    white-space: nowrap;
    width:fit-content;
}

.pink-button2::before {
    content: " ";
    background-color: #1f1f1f;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: 0.8s;
    transform-origin: left;
    z-index: -1;
}

.pink-button2:hover::before {
    transform: scaleX(1);
}
.pink-button2 a{
    color:white;
    text-decoration:none;
}
label{
    font-size:90%;
    padding:5px;
}
input{
    background: linear-gradient(135deg, white, #EDEDED);
    padding:5px;
    margin:5px;
    border-radius:8px;
    border:none;
}
.social-login a {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 20px;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}
.social-login .google-btn {
    background: linear-gradient(135deg, #db4437, #e57373);
}

.social-login .facebook-btn {
    background: linear-gradient(135deg, #4267B2, #6d84b4);
}

.social-login .google-btn:hover {
    background: linear-gradient(135deg, #c33d30, #d16969);
}

.social-login .facebook-btn:hover {
    background: linear-gradient(135deg, #365899, #5874a6);
}
.navbar-sup{
    display:flex;
    justify-content:center;
    align-content:center;
}

.landing {
    height: 600px;
    /* width: 100%; */
    background-color: darkslategrey;
    background-size: cover;
    background-position: center;
    filter: brightness(50%);
    border-bottom-left-radius: 50% 30px;
    border-bottom-right-radius: 50% 30px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.heading{
    margin-bottom:10%;
}
.heading h1 {
    color: white;
    font-size: 80%;
    margin: 0;
}

.heading span {
    font-size: 90%;
}

.heading p {
    font-size:60%;
    color: white;
}

@media (max-width: 600px) {
    .landing {
        height: 400px;
    }

    .heading h1 {
        font-size: 1.5em;
    }

    .heading span {
        font-size: 1em;
    }
}
.card-text{
    font-size: 100%;
}
.exp-cards{
    margin-top:-5%;
    display:flex;
    align-items:center;
    flex-direction:row;
    justify-content:center;
    flex-wrap:wrap;
}
.donate-form p{
    font-size:150%;
}
.donate-form input{
    height:35px;
    font-size:60%;
}
.donate-form select{
    font-size:70%;
}
.donate-form textarea{
    height:70px;
    font-size:70%;
}
.pink-button2 {
    background-color: lightseagreen;
    padding: 0.8rem 2.3rem;
    color: white;
    font-size: 18px;
    box-shadow: 5px 5px 7px 0px #0000003f;
    border:none;
    position: relative;
    z-index: 1;
    margin-left: auto; 
    font-weight: bold;
    white-space: nowrap;
    width:fit-content;
}

.pink-button2::before {
    content: " ";
    background-color: #1f1f1f;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: 0.8s;
    transform-origin: left;
    z-index: -1;
}

.pink-button2:hover::before {
    transform: scaleX(1);
}
.pink-button2 a{
    color:white;
    text-decoration:none;
}
.mainform{
    width:80%;
    border:1px solid black;
    padding: 10px;
    justify-content: center; 
    margin: auto; 
    border-radius: 20px;
    align-items:center;
    border:none;
    }
    .mainform form input[id=name],
    .mainform form input[id=donation],
    .mainform form input[id="donator"],
    .mainform form textarea{
        width: 100%;
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box;
    }
    .about2{
        background-color:white;
        width:80%;
        display:flex;
        flex-direction:row;
        justify-content:center;
    }

    .container10{
        height:auto;
        background-color:white;
        display: flex;
        flex-wrap:wrap;
        width: 100%;
        flex-direction: row;
        justify-content:center;
        background-attachment:fixed;
    }
    .img1{
        height: 73%;
        width: 25%;
        border-radius: 5px;
        box-shadow: 10px 10px 30px #000000;
        position: relative;
        left:50px;
        top: 80px;
        margin-top:2%;

    }
    .img2{
        margin-top:2%;
        height: 36%;
        width: 10%;
        border-radius: 5px;
        box-shadow: 10px 10px 10px #ebebeb;
        position: relative;
        right: 70px;
        top: 270px;
    }
    .about {
    padding: 50px;
    width: 80%;
    text-align: justify;
    }

    .about h1 {
    margin-top: 10%;
    font-size: 3.2em;
    color: darkcyan;
    }

    .about h1 span {
    display: block;
    font-size: 1.2em;
    color: darkslategrey;
    }

    .about p {
    font-size: 1.0em;
    margin: 10px 0;
    color:darkcyan;
    font-weight: lighter;
    }
    .about span{
        font-size: 120%;
        color: darkslategrey;
    }
    
    .container12{
        height:80%;
        width:100%;
        display: flex;
        flex-direction:row;
        justify-content: space-evenly; 
        align-items: center; 
        flex-wrap: wrap; 
        gap: 10px;

    }

    .card-title{
        font-size:130%;
    }
    @media only screen and (max-width: 600px) {
        body{width:600px;}
      }
      
      /* Small devices (portrait tablets and large phones, 600px and up) */
      @media only screen and (min-width: 600px) {
        body{width:600px;}
      }
      
      /* Medium devices (landscape tablets, 768px and up) */
      @media only screen and (min-width: 768px) {
        body{width:768px;} 
      } 
      
      /* Large devices (laptops/desktops, 992px and up) */
      @media only screen and (min-width: 1200px) {
        body{width:1440px;}
      } 
      
      /* Extra large devices (large laptops and desktops, 1200px and up) */
      @media only screen and (min-width: 1920px) {
        body{width:1920px;}
      }
    body{
             overflow-x: hidden;
              
            }
            body, html {
                margin: 0;
                padding: 0;
                height: 100%;
                width: 100%;
            }
    .exp-cards .card{
        margin:1%;
        padding:1%;
        width: 25rem; background-color:white;height: fit-content;box-shadow: 4px 3px 5px grey;z-index:20;
    }
    .card-title{
        font-size:120%;
    }
    .v-card{
        width: 25rem; background-color: white;height: 190px;box-shadow: 6px 4px 20px grey;
        text-align:center;
        padding:1%;
    }
    .container13{
         margin:0%;
        padding:0%;
    }
    .about .know-more {
        font-size:20px;
        transition: color 0.3s, font-size 0.1s;
    }
    .about .know-more:hover{
        color:darkslategray;
        font-size: 24px;
    }

    .contact-container {
        width: 90%;
        margin: 0 auto;
        padding: 20px;
        background-color: #f9f9f9;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    
    .contact-container .contacth2 {
        text-align: center;
        color: #333;
    }
    
    .contact-info {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .contact-item {
        padding: 10px;
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    
    .contact-item .contacth3 {
        margin: 0;
        font-size: 18px;
        color: #555;
    }
    
    .contact-item .contactp {
        font-size:100%;
        margin: 5px 0;
        color: #777;
    }
    
    .contact-item a {
        color: darkcyan;
        text-decoration: none;
    }
    
    .contact-item a:hover {
        text-decoration: underline;
    }