.donate-container{display:flex;flex-direction:column;max-width:1300px;margin:60px auto 50px;width:100%;padding:0 30px;color:var(--text-md)}.d-separator-line{width:100%;height:1px;background:gray;margin:50px 0}.d-donate-first{display:flex;flex-direction:column;max-width:800px;width:100%;margin-bottom:30px}.d-donate-first-title{font-size:2.5rem;font-weight:700;margin-bottom:20px}.d-donate-first-text{font-size:1.2rem;font-weight:500;margin-bottom:30px}.d-get-started-btn{width:200px;height:50px;padding:4px;border-radius:12px;background:var(--btn-primary);cursor:pointer}.d-get-started-btn,.d-get-started-btn span{display:flex;align-items:center;justify-content:center}.d-get-started-btn span{font-size:1.2em;font-weight:700;border-radius:calc(12px - 4px);width:100%;height:100%;color:var(--text-light);background:transparent;transition:background .3s ease-in-out,color .3s ease-in-out}.d-get-started-btn:hover span{background:var(--text-light);color:var(--text-md)}.d-category-container,.d-fundraiser-categories{width:100%;display:flex}.d-category-container{align-items:center;flex-wrap:wrap;row-gap:30px;column-gap:50px;align-items:stretch}.d-category-item{display:flex;align-items:center;justify-content:center;flex:1 1;max-width:150px;min-width:110px;border-radius:12px;transform:scale(1);transition:transform .2s linear;cursor:pointer;background:#e9f4f4}.d-category-item:hover{box-shadow:0 0 8px rgba(0,0,0,.2);transform:scale(1.04)}.d-category-item a{width:100%;height:100%;text-align:center;flex-direction:column;row-gap:30px;padding:30px 20px}.d-category-icon,.d-category-item a{display:flex;align-items:center;justify-content:center}.d-category-icon{font-size:2rem}.d-category-name{display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700}.d-donate-fundraiser{display:flex;flex-direction:column;row-gap:20px}.d-fundraiser-container{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between;column-gap:30px;row-gap:20px}.d-fundraiser-item{flex:1 1;display:flex;align-items:center;justify-content:center;border-radius:12px;max-width:350px;min-width:250px;cursor:pointer;transition:background .3s ease-in-out}.d-fundraiser-item a{display:flex;flex-direction:column;row-gap:15px;padding:8px;width:100%;height:100%}.d-fundraiser-item:hover{background:#e9f4f4}.d-fundraiser-item:hover .d-fundraiser-cover-image{transform:scale(1.05)}.d-fundraiser-image-cont{width:100%;height:200px;border-radius:8px;overflow:hidden;position:relative}.d-fundraiser-cover-image{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform .3s linear}.d-fundraiser-address{position:absolute;left:10px;bottom:10px;background:var(--text-md);color:var(--text-light);padding:5px 10px;border-radius:12px;font-size:.8rem;font-weight:500}.d-fundraiser-details{display:flex;flex-direction:column;row-gap:10px;padding:0 10px;flex-grow:1;justify-content:space-between}.d-fundraiser-title{font-size:1.1rem;font-weight:700}.d-details-progress{display:flex;flex-direction:column;row-gap:5px;width:100%}.d-details-progress-top{width:100%;height:6px;border-radius:10px;background:#dbdada;overflow:hidden}.d-progress-bar{height:100%;border-radius:10px;background:var(--btn-primary)}.d-progress-amount{font-weight:700;font-size:.9rem}.d-fundraiser-seemore{display:flex;align-items:center;justify-content:flex-end;width:100%}.d-fundraiser-seemore-btn{display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;column-gap:5px;padding:5px 15px;border-radius:12px;transition:background .2s linear}.d-fundraiser-seemore-btn:hover{background:#e9f4f4}