:root{--navbar--height:98px;--border--color:#eaeaea;--accent--du-bronze:#a99a6f;--accent--du-red:#98012e;--primary-white:#fff;--avatar-size:65px;--primary-black:#292929}#featured{min-height:calc(100vh - var(--navbar--height));padding:2rem;font-family:var(--font-family)}.projects__subheading__title{font-family:var(--font-family);font-weight:200;font-size:30px;text-align:center;color:var(--primary-black);margin-bottom:2rem;color:var(--accent--du-red)}.featured__container__heading,.projects__container__heading{font-family:var(--font-family);font-weight:200;font-size:70px;text-align:center;color:var(--primary-black)}.featured__heading{font-weight:300}.projects__heading{font-weight:300;line-height:1.2;transition:all .3s ease-in-out}@media (max-width:900px){.projects__heading{font-size:40px}}.featured__heading:after,.projects__heading:after{content:"";display:block;width:250px;height:1px;background:var(--primary-black);margin:.8rem auto 2rem}.featured__card__container{max-width:1200px;margin:auto}.featured__card,.featured__card__container{display:flex;flex-direction:column;gap:1rem}.featured__card{padding:1rem;height:100%;border-radius:20px;text-align:center;max-width:900px;margin:auto auto 3rem}.featured__card__button{border-radius:50px;padding:1rem 1.5rem;border:1px solid var(--accent--du-red);color:var(--accent--du-red);width:fit-content;margin:auto;cursor:pointer;transition:all .3s ease-in-out}.featured__card__image{border:2px solid var(--accent--du-bronze);border-radius:20px;max-width:700px;width:100%;margin:auto;box-shadow:0 0 20px rgba(0,0,0,.1)}.add__card__subcategory,.featured__card__subcategory{font-family:var(--font-family--secondary);color:var(--accent--du-red);font-size:18px;margin:1rem auto;font-style:italic;font-weight:300}.add__card__title,.featured__card__title{font-family:var(--font-family);font-size:30px;max-width:900px;margin:auto;font-weight:500;letter-spacing:1px;line-height:1}@media (max-width:900px){.add__card__title,.featured__card__title{font-size:24px}}.featured__card__description{max-width:900px;margin:auto}.add__container{display:flex;justify-content:center;align-items:center;gap:2rem}.add__card.even{margin:4rem auto}.add__card.even,.add__card.odd{display:flex;max-width:1200px;gap:3rem}.add__card.odd{flex-direction:row-reverse}@media (max-width:900px){.add__card.even,.add__card.odd{margin:0 auto 4rem;gap:1rem}.add__card.odd{flex-direction:column}}.add__card__image{width:100%;height:100%;max-width:320px;max-height:320px;padding:1rem}.add__card__description{max-width:900px;margin:1rem auto 3rem}.add__card__button{border-radius:50px;padding:1rem 3rem;border:1px solid var(--accent--du-red);color:var(--accent--du-red);width:fit-content;margin:1rem auto;cursor:pointer;transition:all .3s ease-in-out}.add__card__button:hover,.featured__card__button:hover{background:var(--accent--du-red);color:var(--primary-white)}.project__button__container{text-align:center;margin:3rem 1rem}.more__projects__button{border-radius:50px;padding:1rem 4rem;background-color:var(--accent--du-red);color:var(--primary-white);border:1px solid var(--accent--du-red);width:fit-content;margin:auto;cursor:pointer;transition:all .3s ease-in-out}.more__projects__button:hover{background:var(--accent--du-red);color:var(--primary-white)}.more__container__heading{font-weight:200;font-size:34px;text-align:center;color:var(--primary-black)}.more__heading:after{content:"";display:block;width:180px;height:1px;background:var(--primary-black);margin:.8rem auto 3rem}@media (max-width:900px){.add__card__description{margin:0 auto}.add__card{flex-direction:column;gap:1rem;justify-content:center;align-items:center}.add__card:nth-child(2){display:flex;max-width:1200px;flex-direction:column}.add__card__image{width:100%;height:100%;max-width:500px;max-height:500px;margin-bottom:1rem}.card__content{width:100%;text-align:center;max-width:600px}.add__card__description{margin-bottom:3rem}.add__card__title{font-size:25px}.add__card__description,.add__card__subcategory{font-size:15px}}.rp__container{padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:auto}.add__card__description,.featured__card__description{font-size:16px;line-height:1.8}.add__card__container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.last-project{opacity:0;transform:translateY(20px);visibility:hidden;height:0}.reveal.last-project{opacity:1;transform:translateY(0);visibility:visible;height:auto}.show-more-btn{display:block;margin:10px auto;padding:10px 20px;font-size:16px;cursor:pointer;border:none;background-color:#800020;color:#fff;border-radius:50px;transition:background-color .3s}.show-more-btn:hover{background-color:#640017}