@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html, body {
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.topbar {
    position: fixed;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    top: 0;
    left: 0;
    width : 100%;
    height : 80px;
    background-color: rgb(64,93,42);
    display: flex;
    align-items: center;
}
.logo {
    align-items: center; 
    width: 50px;
    height: auto;
    display: flex;
    justify-content: left;
    margin-left: 40px;
    margin-right : 10px;
    border-radius: 6px;
}
.logocontainer{
    display: flex;
    align-items: center;
    text-decoration: none; 
    color: white;
}


.brand-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-right : 680px;
}
section {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #f0f0f0;
}
html {
    scroll-behavior: smooth;
}
.nav-links a {
    
    text-decoration: none;
    color: white; 
    font-family: 'Montserrat', sans-serif;
    padding: 8px 18px;

}
.nav-links {
    margin-left: auto;
    margin-right: 100px; 
    display: flex;
    align-items: center;
}
.line {
    border-bottom: 2px solid #888;
}

.topbackground {

    margin-left: 0;
    margin-top: 0;

    background-image:url(trashd.jpg) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    width: 100%; 
    height: 100vh; 
  
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    text-align: center;
    color: white;

    font-family: 'Montserrat', sans-serif;
    font-size: 100px;
    font-weight: 700;
}



.aboutusimgcontainer {
    display: flex;
    justify-content: center;
    align-items: center; 
}
.aboutusimg {
    width: 700px;
    height: auto;
}
.abouttext {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

#about {
    background-color: #e8f5e9; 
    color: #333;
    padding-top :20px;
    padding-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}

.aboutustitle {
    align-items: center;
    text-align: center;
    font-size: 40px;
    padding-top: 50px;
    
}

.aboutuslayout {
  width: fit-content;
  margin: 30px auto;
}

.aboutuswrapper {
  display: flex;
  gap: 10px;
}

.aboutuscolumn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.aboutuspic img{
  width: 300px;
  height: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 16px
}

.aboutusbigpic img{
  width: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 16px
}

.aboutusheader {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border-radius: 16px;
  width: 1120px;
  height: 120px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

#meet {
    background-color: #ffffff; 
    color: #333;
    padding: 200px 20px;
    font-family: 'Montserrat', sans-serif;
}
.meettitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: 300;
}
.meettext1 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 100px;
    font-weight: 700;
    padding-bottom: 30px;
}

.image-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    
}
.image-item {
    text-align: center;
    
}
.image-item img {
    width: 200px;
    height: 200px;
    border-radius: 16px;
  }
.image-row img {
    width: 300px; 
    height: auto;
}






.projectcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.projecttoppic {
    background-image:url(schoolfloor1.jpg) ;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;

    padding-left: 30px;

    width: 100%; 
    height: 300px; 

    flex-direction: column;    
    display: flex;
    justify-content: center;
    align-items: flex-start;

    text-align: left;
    color: white;

    font-family: 'Montserrat', sans-serif;
}

.projectmaintitle {
    font-size: 100px;
    font-weight: 700;
}

.projectsubtitle {
    font-size: 20px;
    font-weight: 300;
}

#projects {
    background-color: #ffffff;
}


.project {
    padding-top: 20px;
    margin-bottom: 0px;
    flex: 1 1 45%;
    max-width: 45%;
    font-family: 'Montserrat', sans-serif;
}

.project1image {
    display: flex;
    justify-content: center; 
    align-items: center;
    height: 300px;
    width: 800px;           
    overflow: hidden;
    cursor: pointer;
    border-radius: 16px;
    margin-left: 20px;
}

.project1image img {
    width: 100%;
    height: auto;
    display: block;
}

.project1details {
    max-height: 0;
    overflow: hidden;
    background-color: white;
    transition: max-height 0.5s ease, padding 0.5s ease;
    padding-left: 20px;
    padding-right: 20px;
}

.project1details.open {
    padding: 20px;
    max-height: 1200px;
}

.project1title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500; 
    font-size: 40px;
}

.project1toppic img{
    width: 400px;
    border-radius: 16px
}


.project1botpic img{
    width: 805px;
    border-radius: 16px;
}

#recycling {
    padding-top: 20px;
    background-color: white;
}


.recycletitlebar {
    display: flex;
    height: 400px;
    overflow: hidden;
}

.left {
    width: 50%;
    background-color: rgb(64,93,42);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
     
}

.left-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    max-width: 90%;
}

.lefttitle {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px; 
    color: white;   
}
.leftsmalltext {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 300; 
    color: white;
    max-width: 80%;
}

.right {
    width: 50%;
}

.right img {
    height: 800px;
    width: auto;
    object-fit: cover;
}

.recyclecontent img{
    width: 100%;
}






#involved {
    padding-top: 60px;
    font-family: 'Montserrat', sans-serif;
    background-color: white;
}

.involvedtitle {
    padding-top: 40px;
    text-align: center;
    font-size: 30px;
    color: rgb(64,93,42);
    font-weight: 700;
}

.involvedsubtitle {
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
    font-size: 20px;
    color: rgb(48, 48, 48);
    font-weight: 400;
}


.donatebar {
    display: flex;
    height: 600px;
    overflow: hidden;
}

.doanteleft {
    width: 50%;
    background-color: rgb(64,93,42);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
     
}

.doanteeftcontent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    max-width: 90%;
}

.donatelefttitle {
    font-size: 60px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px; 
    color: white;   
}
.doanteleftsmalltext {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 300; 
    color: white;
    max-width: 80%;
}

.doanteright {
    width: 50%;
}

.doanteright img {
    height: 1000px;
    width: auto;
    object-fit: cover;
}



#blog {
    background-color: #e8f5e9;
    padding-bottom: 50px;
}

.blogcontainer {
    padding-top: 50px;
    font-family: 'Montserrat', sans-serif;
}

.smalltitle {
    padding-left: 50px;
    font-size: 25px;
    font-weight: 400;  
    color: rgb(48, 48, 48);
}

.largetitle {
    color: rgb(48, 48, 48);
    padding-top: 30px;
    padding-left: 50px;
    font-size: 40px;
    font-weight: 700;  
}

.blog {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px;
  max-width: 90%;
  margin: 40px auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.blogtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    font-weight: 700; 
    padding-right: 30px;
}

.blogtitlebox {
    display: flex;

}

.blogtitlebox img {
    border-radius: 15px;
    max-height: 700px;
}

.bloginfo {
    padding-top: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight:200; 
}
.subtitle {
    padding-top: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight:400; 
}
