@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--gray: #666;--primary: #141414;--white: #fff;--yellow-bg: #fff420;--gray2: #858585;--white-bg: #f8f8f8;--border: #bebebe;--image-background: #d9d9d9;--hero: #a7a7a7}html,body{height:100%;width:100%}body{overflow-x:hidden;font-family:Nunito,"sans-serif"}a{text-decoration:none}li{list-style:none}.container{padding:0 7rem}.hr{border:none;height:1px;background-color:var(--primary);transform:scaleY(.5);transform-origin:top;margin-bottom:1rem}.title-number{padding:.25rem 1.15rem;border-radius:20px;border:1px solid var(--primary);color:var(--primary);background-color:transparent}.section-heading{width:55%;font-size:3rem;line-height:3.5rem;text-transform:uppercase;font-weight:500;margin-top:.7rem;font-family:Nunito,sans-serif}@media (max-width: 768px){.container{padding:0 1.3rem}}.hero{display:flex;flex-direction:column;gap:3rem;height:120%;width:100%;padding-bottom:7rem;background-color:var(--primary)}.hero-top{display:flex;align-items:center;justify-content:space-between}.hero-content{display:flex;flex-direction:column;gap:1rem;margin-bottom:7rem}.hero-greeting{font-size:1.5rem;font-weight:700;color:var(--hero);letter-spacing:2px}.hero-title{font-size:5.5rem;line-height:7rem;font-weight:500;text-transform:uppercase;letter-spacing:2px;color:var(--white)}.hero-description{color:var(--hero);font-size:1.2rem;letter-spacing:1px}.hero-image img{height:700px;width:700px}.hero-tools{display:flex;flex-direction:column;gap:2rem}.hero-tools-heading{font-size:1.2rem;text-transform:uppercase;color:var(--white);font-weight:400}.hero-tools-list{display:flex;align-items:center;justify-content:space-between}.hero-tool{display:flex;align-items:center;gap:1rem;background-color:#1f1f1f;width:300px;padding:1rem 1.5rem;border-radius:10px}.hero-tool img{height:40px;width:40px;border-radius:10px}.hero-tool-name{color:var(--white);font-weight:400}.stats-section{display:flex;align-items:center;justify-content:space-between;height:50%;width:100%;padding-top:7rem;padding-bottom:7rem;background-color:var(--white-bg)}.stats-section-intro{width:50%;display:flex;flex-direction:column;gap:2rem}.stats-section-description{font-size:1.2rem;line-height:1.8rem;color:var(--gray)}.stats-section-grid{display:flex;flex-wrap:wrap;justify-content:end;gap:2.5rem;width:50%}.stats-card{display:flex;flex-direction:column;gap:1rem;width:35%}.stats-card-label{font-size:1.3rem;color:var(--gray)}.stats-card-value{font-size:3rem;font-weight:500}.work-section{height:145vh;width:100%;padding-top:7rem;padding-bottom:7rem;display:flex;flex-direction:column;gap:3rem;background-color:var(--white)}#work-description{width:80%!important}.work-project{display:flex;align-items:center;justify-content:space-between}.project-card{display:flex;flex-direction:column;gap:1rem;width:45%;padding:2rem;border-radius:20px;background-color:var(--white-bg)}.project-image{height:300px;width:100%;cursor:pointer;overflow:hidden;border-radius:20px}.project-image img{height:100%;width:100%;border-radius:20px;transition:all .5s ease}.project-image:hover img{transform:scale(1.1)}.project-title{font-size:2rem}.project-description{font-size:1.1rem;color:var(--gray)}.project-buttons{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.service-section{height:110vh;width:100%;padding-top:7rem;padding-bottom:7rem;background-color:var(--primary);color:var(--white);display:flex;align-items:start;justify-content:space-between}.service-intro,.service-list{width:45%;height:100%}.service-header{display:flex;align-items:center;justify-content:space-between}.service-header i{font-size:1.5rem}.service-icon-title{display:flex;align-items:center;gap:1rem}.service-icon-title img{height:70px;width:70px}.service-icon-title h4{font-size:1.5rem;font-weight:500}.service-description-toggle{max-height:0;opacity:0;overflow:hidden;transition:all .5s ease-in-out;transform:translateY(-10px);padding-top:0;font-size:1.05rem;color:var(--gray)}.service-description-toggle.open{max-height:300px;opacity:1;transform:translateY(0);padding-top:.5rem}.about-section{height:120vh;width:100%;padding-top:7rem;padding-bottom:7rem;display:flex;align-items:start;gap:5rem}.about-image img{height:600px;width:570px;background-color:var(--primary)}.about-content{height:600px;display:flex;flex-direction:column;justify-content:space-between}.about-meta{display:flex;align-items:center;justify-content:space-between}.about-description{font-size:1.1rem;line-height:1.6rem;color:var(--gray);margin-top:3rem}.about-buttons{display:flex;gap:1.5rem}@media (max-width: 768px){.hero{gap:1.5rem;height:auto;padding-bottom:3rem}.hero-top{flex-direction:column-reverse;gap:2rem}.hero-content{width:100%;margin-bottom:3rem}.hero-greeting{font-size:1.4rem}.hero-title{font-size:3rem;line-height:3.7rem}.hero-description{font-size:1.1rem;letter-spacing:0}.hero-image img{height:350px;width:350px}.hero-tools{gap:1.5rem}.hero-tools-list{flex-direction:column;align-items:start;gap:.9rem}.stats-section{flex-direction:column;gap:2rem;height:auto;width:100%;padding-top:3rem;padding-bottom:3rem}.stats-section-intro{gap:1rem;width:100%}.stats-section-description{font-size:1.1rem;line-height:1.7rem}.stats-section-grid{flex-direction:column;flex-wrap:nowrap;gap:1rem;width:100%}.stats-card{gap:.8rem;width:100%}.stats-card-label{font-size:1.2rem}.stats-card-value{font-size:2rem}.work-section{height:auto;padding-top:4rem;padding-bottom:4rem}#work-description{width:100%!important}.work-project{flex-direction:column;gap:2rem}.project-card{width:100%;padding:1.5rem}.project-image{height:200px;width:100%}.project-description{font-size:1.05rem}.project-buttons{align-items:start;flex-direction:column;gap:1rem}.service-section{height:auto;width:100%;padding-top:4rem;padding-bottom:4rem;flex-direction:column;gap:3rem}.service-intro,.service-list{width:100%;height:auto}.service-icon-title{gap:.7rem}.service-icon-title img{height:50px;width:50px}.service-icon-title h4{font-size:1.3rem}.about-section{height:auto;padding-top:4rem;padding-bottom:4rem;flex-direction:column;gap:2rem}.about-image img{height:390px;width:100%}.about-content{height:auto}.about-description{font-size:1rem;margin-top:2rem}.about-buttons{flex-direction:column;gap:1rem;margin-top:2rem}}.header{position:sticky;top:0;z-index:999;height:100px;width:100%;display:flex;align-items:center;justify-content:space-between;background-color:var(--primary)}.menu-block{height:45px;width:45px;display:flex;justify-content:center;align-items:center;border:1px solid var(--white);border-radius:50%;cursor:pointer}.menu-outer{flex-flow:column;justify-content:center;align-items:center;width:100%;min-width:13px;max-width:13px;height:7px;display:flex}.menu-top{background-color:var(--white);width:100%;max-width:13px;height:1px;margin-bottom:3px}.menu-bottom{background-color:var(--white);width:100%;max-width:13px;height:1px}.logo img{height:100px;width:100px;cursor:pointer;margin-top:1rem}.header-action{text-decoration:none}.sidebar{position:fixed;top:0;left:-100%;height:100%;width:50%;background-color:var(--primary);padding:2rem 3rem 2rem 5rem;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease-in-out;z-index:999}.sidebar.open{left:0}.sidebar-header{display:flex;justify-content:space-between;align-items:center}.sidebar-logo{height:170px;width:170px}.close-icon-btn{border:1px solid var(--white);border-radius:50%;padding:.8rem;cursor:pointer;margin-bottom:3rem}.close-icon{width:20px;height:20px;position:relative}.close-top,.close-bottom{position:absolute;top:50%;left:0;width:100%;height:2px;background-color:var(--white)}.close-top{transform:rotate(45deg)}.close-bottom{transform:rotate(-45deg)}.sidebar-nav{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem}.sidebar-nav .nav-item{color:var(--white);text-decoration:none;font-size:2rem;transition:all .3s ease-in-out}.sidebar-nav .active-link{color:var(--yellow-bg);text-decoration:none;font-size:2rem;transition:all .3s ease-in-out}.sidebar-nav .nav-item:hover{color:var(--yellow-bg)}.nav-button{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:2rem;padding-right:2rem;color:var(--white)}.nav-right{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.nav-left{color:var(--gray2);font-size:1rem}.nav-right a{font-size:1rem;text-decoration:none;color:var(--gray2)}@media (max-width: 768px){.header{flex-direction:row-reverse}.header-action{display:none}.logo img{height:90px;width:90px}.sidebar{width:80%;padding:2rem}.sidebar-logo{height:100px;width:100px}.close-icon-btn{margin-bottom:1.5rem}.sidebar-nav{gap:1.2rem;margin-top:2.5rem}.sidebar-nav .nav-item{font-size:1.7rem}.nav-button{align-items:start;flex-direction:column;gap:.5rem;padding-right:1rem}.nav-right{align-items:start;gap:.5rem}}@media (min-width: 769px) and (max-width: 1023px){.logo img{height:100px;width:100px;margin-top:1rem}.sidebar{width:80%}.sidebar-logo{height:150px;width:150px}.close-icon-btn{margin-bottom:3rem}}@media (min-width: 1024px) and (max-width: 1279px){.logo img{height:100px;width:100px;margin-top:1rem}.sidebar{width:80%;height:auto}.sidebar-logo{height:120px;width:120px}.close-icon-btn{margin-bottom:3rem}.sidebar-nav{gap:1rem;margin-top:2.5rem}}.btn{border-radius:40px;justify-content:flex-start;align-items:center;padding:10px 24px;text-decoration:none;transition:filter .3s;display:flex;gap:.5rem;cursor:pointer;width:fit-content;transition:all .3s ease-in-out}.btn-text{font-size:16px;font-weight:500;line-height:136%}.btn-image{transition:transform .3s ease-in-out}.btn:hover .btn-image{transform:translate(6px)}.primary{border:1px solid var(--white);background-color:var(--primary);color:var(--white)}.primary:hover{background-color:var(--white);color:var(--primary)}.secondary{border:1px solid var(--primary);background-color:var(--white-bg);color:var(--primary)}.secondary:hover{background-color:var(--primary);color:var(--white)}.tertiary{background-color:transparent;border:1px solid var(--primary);color:var(--primary)}.tertiary:hover{background-color:var(--white-bg);border:1px solid var(--primary);color:var(--primary)}.footer{display:flex;flex-direction:column;gap:8rem;height:120%;width:100%;padding-top:7rem;padding-bottom:2rem;background-color:var(--primary);color:var(--white-bg)}.footer-cta{display:flex;align-items:start;justify-content:space-between}.footer-cta h1{width:55%;font-size:4rem;font-weight:500;text-transform:uppercase;line-height:5rem}.footer-icon{width:45%;display:flex;align-items:center;justify-content:center;padding-left:4rem}.footer-midd{display:flex;align-items:center;justify-content:space-between}.footer-contact{display:flex;flex-direction:column;gap:1rem}.footer-contact a{font-size:2rem;font-weight:500;font-style:normal;color:var(--white-bg);transition:all .3s ease-in-out}.footer-contact a:hover{text-decoration:underline}.footer-social ul{display:flex;gap:2rem}.footer-social ul li a{font-size:3rem;color:var(--white-bg);transition:all .3s ease-in-out;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%}.footer-social ul li a:hover{border:1px solid var(--white-bg);padding:.5rem}.footer-bottom{display:flex;align-items:center;justify-content:space-between}.footer-bottom-title{font-size:.9rem;color:var(--gray2)}.footer-bottom-cta{display:flex;gap:1rem}.footer-bottom-cta a{font-size:1.2rem;color:var(--gray2)}@media (max-width: 768px){.footer{gap:2.5rem;height:100%;padding-top:3rem}.footer-cta{flex-direction:column-reverse;gap:1rem}.footer-cta h1{width:100%;font-size:2rem;line-height:2.5rem}.footer-icon{width:100%;padding-left:0}.footer-midd{align-items:start;flex-direction:column;gap:.7rem}.footer-contact{gap:.7rem}.footer-contact a{font-size:1.2rem}.footer-social ul{display:flex;gap:.5rem}.footer-social ul li a{font-size:2.5rem}.footer-bottom{flex-direction:column;gap:1rem}.footer-bottom-title{font-size:.8rem}.footer-bottom-cta{gap:.8rem}}@media (min-width: 769px) and (max-width: 1023px){.footer{height:auto;width:100%;padding-top:5rem}.footer-cta{display:flex;align-items:start;justify-content:space-between}.footer-cta h1{font-size:2.5rem;line-height:3.2rem}.footer-icon{width:45%;padding-left:2rem}.footer-contact{gap:.8rem}.footer-contact a{font-size:1.5rem}.footer-social ul{gap:1.5rem}.footer-social ul li a{font-size:3rem}}@media (min-width: 1280px) and (max-width: 1439px){.footer{padding-top:7rem;padding-bottom:2rem}}.reach-out-section{height:50%;width:100%;padding-top:9rem;padding-bottom:9rem;background-color:var(--yellow-bg)}.reach-out{display:flex;flex-direction:column;gap:1.5rem}.reach-out-header{display:flex;align-items:center;justify-content:space-between}.section-label{text-transform:uppercase;font-size:1rem;font-weight:400}.reach-out-content{display:flex;align-items:end;justify-content:space-between}.reach-out-description{width:80%;font-size:1.1rem;color:var(--gray)}@media (max-width: 768px){.reach-out-section{height:80%;padding-top:4rem;padding-bottom:4rem}.reach-out-content{align-items:start;flex-direction:column;gap:1rem}.section-heading{width:100%;font-size:1.5rem;line-height:2rem}.reach-out-description{width:100%}}.experience-section{height:120vh;width:100%;background-color:var(--primary);color:var(--white);padding-top:7rem;padding-bottom:7rem;display:flex;align-items:start;justify-content:space-between}.experience-left{width:45%}#hr{height:2px!important;background-color:var(--gray)!important}.section-meta{display:flex;align-items:center;justify-content:space-between}#title-number{border:1px solid var(--white);color:var(--white)}#experience-heading{width:100%}.section-description{font-size:1.1rem;line-height:1.7rem;font-weight:400;color:var(--gray);margin-top:3rem}.experience-right{width:45%}.experience-details{display:flex;align-items:center;justify-content:space-between}.experience-details div{display:flex;flex-direction:column;gap:.5rem}.horizontal-line{border:none;height:1.5px;background-color:var(--white);transform:scaleY(.5);transform-origin:top;margin:2.2rem 0}@media (max-width: 768px){.experience-section{height:auto;padding-top:4rem;padding-bottom:4rem;flex-direction:column;gap:2rem}.experience-left{width:100%}.section-description{margin-top:2rem}.experience-right{width:100%}.experience-details{flex-direction:column;align-items:start;gap:.5rem}.experience-role{font-size:1.4rem}.horizontal-line{margin:2rem 0}}.clients-section{height:110vh;width:100%;padding-top:7rem;padding-bottom:7rem;display:flex;flex-direction:column;gap:3rem;background-color:var(--white-bg)}#client-say-description{width:80%!important}.testimonial-container{display:flex;flex-direction:column;gap:2rem;position:relative;width:100%}.testimonial-controls{display:flex;justify-content:center;align-items:center;gap:1rem}.testimonial-button{height:45px;width:45px;border-radius:50%;font-size:24px;background-color:var(--white);cursor:pointer;border:1px solid var(--border);text-align:center}.testimonial-slider-wrapper{overflow:hidden;width:100%}.testimonial-slider{display:flex;gap:3rem;width:42%;transition:all .5s ease;background-color:var(--white)}.testimonial-slide{flex:0 0 100%;padding:1.5rem;border:1px solid var(--border);background-color:var(--white)}.testimonial-text{font-size:1.1rem;color:var(--gray);margin-bottom:1rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-img{width:60px;height:60px;border-radius:50%;object-fit:cover;object-position:center}.author-name{font-size:1.2rem;font-weight:500}.author-position{font-size:.9rem;color:var(--gray);margin-top:.2rem;font-weight:500}@media (max-width: 768px){.clients-section{height:auto;padding-top:4rem;padding-bottom:4rem;gap:2rem}#client-say-description{width:100%!important}.testimonial-container{gap:1.5rem}.testimonial-controls{justify-content:center;gap:1rem}.testimonial-slider-wrapper{overflow:hidden;width:100%}.testimonial-slider{gap:0;width:100%}.testimonial-text{font-size:1.05rem}.author-name{font-size:1.1rem}.author-position{font-size:.8rem}}.about-me-section{height:150vh;width:100%;padding-top:7rem;padding-bottom:7rem;display:flex;flex-direction:column;gap:5rem;background-color:var(--white)}.about-me-subtitle{font-size:1.4rem;font-weight:500}.about-me-title{font-size:3.5rem;text-transform:uppercase;font-weight:500;margin-top:.7rem}.about-me-content{display:flex;align-items:start;justify-content:space-between}.about-me-intro{width:46%;display:flex;flex-direction:column;gap:3rem}.about-me-photo{height:420px;width:100%;background-color:var(--primary)}.about-me-photo img{height:100%;width:100%;object-fit:cover;object-position:center}.about-me-summary{font-size:1.1rem;font-weight:500;line-height:1.7rem;color:var(--gray)}.about-me-details{display:flex;flex-direction:column;gap:3rem;width:46%}.about-me-description{font-size:1.1rem;line-height:1.8rem;color:var(--gray)}.about-me-stats{display:flex;flex-direction:column;gap:1rem}.about-me-stat-item{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0;border-bottom:1px solid var(--border)}.about-me-stat-item p{font-size:1.2rem;color:var(--gray)}.about-me-stat-item h5{font-size:1.5rem;font-weight:500}.journey-section{display:flex;align-items:start;justify-content:space-between;height:130vh;width:100%;padding-top:7rem;padding-bottom:7rem;background-color:var(--white-bg)}.journey-left{width:46%}.journey-right{display:flex;flex-direction:column;gap:3rem;width:46%}.journey-image{height:450px;width:100%;background-color:var(--primary)}.journey-image img{height:100%;width:100%;object-fit:cover;object-position:center}.journey-paragraph{font-size:1.1rem;line-height:1.8rem;color:var(--gray)}.work-process-section{display:flex;flex-direction:column;gap:3rem;height:150vh;width:100%;padding-top:7rem;padding-bottom:7rem}#work-process-description{width:80%!important}.process-steps{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:3rem}.process-step{display:flex;flex-direction:column;gap:1.3rem;width:48%;height:280px;padding:2rem;border:1px solid var(--border)}.step-number{font-size:1.2rem;width:fit-content;padding:.8rem;border-radius:50%;border:1px solid var(--primary)}.step-title{font-size:2rem;font-weight:500}.step-description{font-size:1.1rem;line-height:1.7rem;color:var(--gray)}@media (max-width: 768px){.about-me-section{height:auto;padding-top:4rem;padding-bottom:4rem;gap:2rem}.about-me-subtitle{font-size:1.2rem}.about-me-title{font-size:3rem}.about-me-content{flex-direction:column;gap:2rem}.about-me-intro{width:100%;gap:2rem}.about-me-photo{height:250px}.about-me-details{gap:2rem;width:100%}.journey-section{flex-direction:column;gap:2rem;height:auto;padding-top:4rem;padding-bottom:4rem}.journey-left{width:100%}.journey-right{gap:2rem;width:100%}.journey-image{height:320px}.work-process-section{gap:2rem;height:auto;padding-top:4rem;padding-bottom:4rem}#work-process-description{width:100%!important}.process-steps{gap:2rem}.process-step{gap:1rem;width:100%;height:auto}.step-number{font-size:1.1rem}.step-title{font-size:1.5rem}.step-description{font-size:1rem}}.projects-section{height:auto;width:100%;background-color:var(--white);padding-top:7rem;padding-bottom:7rem;display:flex;flex-direction:column;gap:4rem}.projects-duration{font-size:1.2rem;font-weight:500}.projects-title{font-size:3.5rem;text-transform:uppercase;font-weight:500;margin-top:.7rem}.projects{display:flex;flex-direction:column;gap:4rem}.project-item{display:flex;align-items:center;justify-content:space-between;gap:5rem}.project-image-wrapper{height:400px;width:55%;padding:2.5rem 2.5rem 0;background-color:var(--primary);overflow:hidden}.project-img{height:100%;width:100%;object-position:center;transform:scale(1);transition:all .4s ease-in-out}.project-image-wrapper:hover .project-img{transform:scale(1.1)}.project-details{height:400px;width:45%;display:flex;flex-direction:column;justify-content:space-between}.project-header{display:flex;flex-direction:column;gap:.5rem}.project-name{font-size:2rem;font-weight:500}.project-year{font-size:1.1rem;font-weight:500;color:var(--gray)}.project-meta-item{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;border-bottom:1px solid var(--gray)}.project-meta-label{font-size:1.1rem;font-weight:400;color:var(--gray)}.project-meta-value{font-size:1.2rem;font-weight:500;color:var(--primary)}@media (max-width: 768px){.projects-section{padding-top:4rem;padding-bottom:4rem;gap:2rem}.projects-title{font-size:3rem}.projects{gap:3rem}.project-item{flex-direction:column;gap:2rem}.project-image-wrapper{height:250px;width:100%;padding:1.5rem 1.5rem 0}.project-details{height:auto;width:100%;gap:2rem}.project-header{gap:.4rem}.project-name{font-size:1.8rem}.project-year{font-size:1rem}.project-meta-item{padding:1.2rem 0;gap:4rem}.project-meta-label{font-size:1rem}.project-meta-value{font-size:1.1rem}}@media (min-width: 769px) and (max-width: 1023px){.container{padding:0 3rem}}.experience{display:flex;flex-direction:column;gap:5rem;height:150vh;width:100%;padding-top:7rem;padding-bottom:7rem;background-color:var(--white)}.experience-duration{font-size:1.2rem;font-weight:500}.experience-title{font-size:3.5rem;text-transform:uppercase;font-weight:500;margin-top:.7rem}.experience-content{display:flex;align-items:start;justify-content:space-between}.experience-image{height:650px;width:45%}.experience-image img{height:100%;width:100%;background-color:var(--primary)}.experience-list{height:650px;width:47%}.experience-meta{display:flex;align-items:center;justify-content:space-between}.experience-meta div{display:flex;flex-direction:column;gap:.5rem}.experience-company{font-size:1rem;color:var(--gray)}.experience-role{font-size:1.5rem;font-weight:500}.experience-period{font-size:1.05rem}.experience-divider{border:none;height:1.5px;background-color:var(--border);transform:scaleY(.5);transform-origin:top;margin:2.2rem 0}@media (max-width: 768px){.experience{gap:3rem;height:auto;padding-top:4rem;padding-bottom:4rem}.experience-duration{font-size:1.1rem}.experience-title{font-size:2.4rem}.experience-content{flex-direction:column;gap:3rem}.experience-image{height:400px;width:100%}.experience-list{height:auto;width:100%}.experience-meta{flex-direction:column;align-items:start;gap:.5rem}.experience-company{font-size:1rem}.experience-role{font-size:1.4rem}.experience-divider{margin:1.5rem 0}}@media (min-width: 769px) and (max-width: 1023px){.experience{display:flex;flex-direction:column;gap:5rem;height:150vh;width:100%;padding-top:7rem;padding-bottom:7rem;background-color:var(--white)}.experience-duration{font-size:1.2rem;font-weight:500}.experience-title{font-size:3.5rem;text-transform:uppercase;font-weight:500;margin-top:.7rem}.experience-content{display:flex;align-items:start;justify-content:space-between}.experience-image{height:650px;width:45%}.experience-image img{height:100%;width:100%;background-color:var(--primary)}.experience-list{height:650px;width:47%}.experience-meta{display:flex;align-items:center;justify-content:space-between}.experience-meta div{display:flex;flex-direction:column;gap:.5rem}.experience-company{font-size:1rem;color:var(--gray)}.experience-role{font-size:1.5rem;font-weight:500}.experience-period{font-size:1.05rem}.experience-divider{border:none;height:1.5px;background-color:var(--border);transform:scaleY(.5);transform-origin:top;margin:2.2rem 0}}@media (min-width: 1024px) and (max-width: 1279px){.container{padding:0 3rem}}@media (min-width: 1280px) and (max-width: 1439px){.container{padding:0 5.5rem}}
