.about-project-section{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;max-width:1220px;gap:2rem;margin:80px auto;padding:0 1rem}.about-project-aside,.about-project-imgs{flex:1 1 500px;display:flex;flex-direction:column;justify-content:start;align-items:start}.about-project-aside{gap:1rem}.about-project-imgs{overflow:hidden}.about-project-img{object-fit:cover;border-radius:12px}.about-project-img,.carousel{width:100%;height:100%;max-height:600px}.carousel{position:relative}.carousel-viewport{overflow:hidden;height:100%}.carousel-inner{display:flex;flex-direction:row;transition:transform .3s ease-in-out;height:100%}.carousel-slide{width:100%;flex:0 0 auto;height:100%}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,.5);color:#fff;padding:.5rem;border:none;border-radius:50%;cursor:pointer;height:35px;width:35px;display:flex;justify-content:center;align-items:center;svg{width:35px;height:35px}}.carousel-button-left{left:.5rem}.carousel-button-right{right:.5rem}.carousel-button-icon{width:1rem;height:1rem}.carousel-indicators{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem}.carousel-indicator-dot{width:.75rem;height:.75rem;border-radius:50%;background-color:#d1d5db;cursor:pointer;border:none;outline:none}.carousel-indicator-dot.active{background-color:var(--color-primary,#3b82f6)}.hero-section{background-color:#f8f7f2;height:100vh;position:relative;overflow:hidden;background-image:linear-gradient(rgba(27,74,155,.4),rgba(27,74,155,.4)),url(/banner.png);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed}.hero-content,.hero-section{display:flex;align-items:center;justify-content:center}.hero-content{flex-direction:column;max-width:620px;margin:1rem;gap:1rem;z-index:3;color:#fff}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.hero-description{font-size:1.25rem;margin-bottom:2rem}.hero-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}@media (min-width:768px){.hero-title{font-size:3rem}.hero-description{font-size:1.5rem}}.ShareLearn-section{display:flex;flex-direction:column;min-height:486px;align-items:center;text-align:center;justify-content:center;padding:1rem;background-color:var(--blue)}.ShareLearn-content{display:flex;width:100%;max-width:1200px}.ShareLearn-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem}.ShareLearn-card{border-radius:12px;padding:20px;max-width:380px;gap:.6rem;justify-content:space-between}.LastPosts-section,.ShareLearn-card{background-color:var(--white);display:flex;flex-direction:column;align-items:center}.LastPosts-section{justify-content:center;margin:77px 20px 0}.LastPosts-content{display:flex;flex-direction:column;width:100%;max-width:1220px}.top-section{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;width:100%;gap:12px;margin-bottom:24px}.button-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,379px));grid-gap:40px;gap:40px;place-content:center}.post-card{justify-items:center;align-items:center;overflow:hidden;width:100%;max-width:379px;min-height:467px;background-color:var(--white);border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);position:relative}.info-card,.post-card{display:flex;flex-direction:column}.info-card{gap:8px;margin:16px 20px;min-height:161px}.post-img{width:100%;height:200px;object-fit:cover;border-radius:12px 12px 0 0}.tags{flex-direction:row;justify-content:start;gap:8px}.tag,.tags{display:flex;align-items:center}.tag{justify-content:center;padding:4px 10px;background-color:var(--blue);color:var(--white);border-radius:999px;font-size:14px;line-height:auto}.author-section{display:flex;flex-direction:row;width:100%;padding:0 10;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.user-img{width:60px;height:60px;object-fit:cover;border-radius:999px}.no-wrap{text-wrap:nowrap}.user-post-info{display:flex;flex-direction:column;justify-content:center;align-items:start;width:100%}.datelikes{justify-content:space-between;width:100%}.datelikes,.likes{display:flex;flex-direction:row;align-items:center;gap:4px}.likes{justify-content:center;color:var(--darkgray)}.ancor{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.clamp-2-lines{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.CommunityVoices-section{display:flex;flex-direction:column;min-height:526px;align-items:center;justify-content:center;background-color:var(--blue);margin-top:112px}.CommunityVoices-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin:2rem 20px}.CommunityVoices-card{background-color:var(--white);border-radius:24px;padding:40px 41px 48px;max-width:400px;gap:.6rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:370px}