:root{--primary-black:#000}.hero__container{display:flex;justify-content:space-between;max-width:1600px;margin:auto;padding:2rem;overflow:hidden;font-family:var(--font-family)}.container__left{display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:2rem;line-height:1.5;max-width:900px}.portfolio__image{width:650px;height:650px;transition:all .3s ease-in-out}@media (max-width:1300px){.portfolio__image{width:600px;height:600px}.hero__container{display:flex;justify-content:space-between;max-width:1440px;margin:auto;padding:2rem;overflow:hidden;font-family:var(--font-family);height:calc(100vh - var(--navbar--height))}}.container__right{display:flex;justify-content:center;align-items:center}.portfolio__image{object-fit:cover;max-height:calc(100vh - var(--navbar--height))}.title_banner{width:100%;max-width:400px}.hero__title{font-size:50px;font-weight:700}.hero__subtitle{font-size:var(--default-subheading-font)}.hero__sub__subtitle{font-size:18px}.hero__text{font-size:16px;line-height:1.8;color:var(--primary-black);padding-bottom:1.8rem;max-width:800px;font-weight:300;font-size:var(--default-body-font)}.button__container{display:flex;justify-content:flex-start;align-items:flex-start;gap:1rem}.hero__button{padding:.5rem 3rem;border-radius:50px;cursor:pointer;text-align:center}.button__explore{background:var(--accent--du-red);color:#fff}.button__contact,.button__explore{border:1px solid var(--accent--du-red)}.button__contact{background:transparent;color:var(--accent--du-red)}.divider__line{width:100%;height:1px;background:var(--border--color);margin:1rem 0}.social__button__container{display:flex;gap:1rem;margin-top:2rem}.social__button{padding:.5rem 1rem .5rem .8rem;border-radius:50px;display:flex;justify-content:space-between;align-items:center;gap:1rem;color:var(--accent--du-red);border:1px solid var(--accent--du-red)}@media (max-width:1440px){.hero__text{max-width:800px}.hero__title{font-size:40px}}@media (max-width:1300px){.hero__container{flex-direction:column-reverse;padding-top:3rem;height:auto}.portfolio__image{max-width:400px;width:100%;height:400px}.hero__text{max-width:800px}.container__left{text-align:center;margin:auto;padding:3rem 0}.hero__text{max-width:100%;margin:auto}.hero__title{font-size:30px}.title_banner{max-width:350px;margin:auto}.button__container,.social__button__container{justify-content:center}}@media (max-width:1140px){.hero__title{font-size:30px}.hero__subtitle,.hero__text{max-width:95%;margin:auto}.container__left{padding:1rem 0}}:root{--navbar--height:98px;--border--color:#eaeaea;--font-family:"Inter",serif;--font-family--secondary:"Inter",serif;--accent--du-bronze:#a99a6f;--accent--du-red:#98012e;--primary-white:#fff;--avatar-size:65px;--primary-black:#292929}.news{background:var(--primary-white);padding:2rem 0;border-top:1px solid #e5e7eb;font-family:var(--font-family)}.news__content{margin-bottom:2.5rem}.news__section__heading{font-weight:300;font-size:var(--default-heading-font)}.news__section__sub{width:350px;margin:auto;line-height:1.2;font-weight:300}