.hero{width:100%;height:100vh;min-height:600px;position:relative;background:linear-gradient(180deg,var(--background),var(--background),var(--background),var(--background),var(--backgroundFade))}.hero,.hero .flexCenterColumn{display:flex;align-items:center;justify-content:center}.hero .flexCenterColumn{flex-direction:column}.hero .top{position:absolute;top:35px;display:flex;align-items:center;justify-content:space-between;width:90%;max-width:1000px}.hero .themeContainer{cursor:var(--pointer);display:flex;align-items:center;justify-content:center;position:relative;width:50px;overflow:hidden}.hero .themeContainer .moonIcon{position:absolute;transform:translateX(-100%) translateY(10px);opacity:0;pointer-events:none;transition:.3s ease-in-out}.hero .themeContainer .moonIcon.selected{transform:translateX(0) translateY(0);opacity:1}.hero .themeContainer .sunIcon{transform:translateX(100%) translateY(10px);opacity:0;pointer-events:none;transition:.3s ease-in-out}.hero .themeContainer .sunIcon.selected{transform:translateX(0) translateY(0);opacity:1}.hero .mid{z-index:3}.hero .mid>div:first-child{line-height:65px;margin-top:8vh;margin-bottom:8vh}.hero h2{font-size:60px;display:flex;font-weight:300;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.hero h2:nth-child(2){font-weight:800;background:linear-gradient(125deg,var(--textFadeFirst),var(--textFadeSecond));-webkit-background-clip:text;color:transparent}.hero h5{font-size:24px;font-weight:500;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.hero h6{font-size:12px;font-weight:500;opacity:.7}.hero .customButton{margin-top:20px;margin-bottom:10px}.hero .socialIcons{display:flex;gap:10px}.hero svg{width:27px;height:27px}.hero .arrowContainer{position:absolute;left:0;transform:translateX(-100px);height:90%}.hero .sunglassesContainer{display:flex;margin-left:80px;align-items:center}.hero .sunglassesContainer>div{width:100px;background-color:var(--text);border-radius:100px;font-size:40px;padding-left:8px;margin-left:10px;height:54px;display:flex;align-items:center;transition:.3s ease-in-out;cursor:var(--pointer)}.hero .sunglassesContainer>div>div{width:45px!important;height:45px!important}body.dark .hero .sunglassesContainer>div{padding-left:47px}.hero .bottomLeftIcon svg,.hero .bottomRightIcon svg,.hero .rightIcon svg,.hero .topLeftIcon svg{width:100%;height:100%}.hero .bottomLeftIcon,.hero .bottomRightIcon,.hero .rightIcon,.hero .topLeftIcon{position:absolute}.hero .topLeftIcon{top:15vh;left:0;height:40vh}.hero .rightIcon{bottom:0;right:0;height:80vh}.hero .bottomRightIcon{bottom:0;right:20vw;height:25vh}.hero .bottomLeftIcon{bottom:0;left:0;height:30vh}.hero .precisionText>div{margin-top:3px!important}@media screen and (max-width:1400px){.hero .topLeftIcon{height:35vh}.hero .rightIcon{height:75vh}.hero .bottomRightIcon{height:20vh}.hero .bottomLeftIcon{height:25vh}}@media screen and (max-width:1024px){.hero .bottomRightIcon{height:150px}.hero .topLeftIcon{height:300px}.hero .rightIcon{height:70vh}.hero .bottomLeftIcon{height:180px}}@media screen and (max-width:768px){.hero{min-height:600px;max-height:700px}.hero .top{top:25px}.hero .top>h4{font-size:14px;font-weight:500}.hero h2{font-size:40px}.hero .mid>div:first-child{line-height:45px;margin-top:6vh;margin-bottom:6vh}.hero .sunglassesContainer{margin-left:50px}.hero .arrowContainer{height:80%;margin-bottom:10px}.hero .sunglassesContainer>div{width:70px;padding-left:5px;margin-left:10px;height:40px}.hero .sunglassesContainer>div>div{width:35px!important;height:35px!important;margin-bottom:3px!important}body.dark .hero .sunglassesContainer>div{padding-left:30px}.hero .bottomRightIcon{height:10vh}.hero .rightIcon{height:55vh}.hero .bottomLeftIcon{height:15vh}.hero h5{font-size:20px}.hero h6{font-size:10px;opacity:.7}.hero .socialIcons svg{width:25px;height:25px}.hero .customButton{margin-top:10px;margin-bottom:5px}.hero .precisionText>div{width:30px!important;height:30px!important;overflow:visible!important;margin-top:3px!important}}@media screen and (max-width:600px){.hero .bottomRightIcon{display:none}}@media screen and (max-width:480px){.hero{min-height:500px;max-height:500px}.hero .topLeftIcon{height:170px}.hero .rightIcon{height:300px}.hero .bottomLeftIcon{height:70px}.hero h2{font-size:25px}.hero .mid>div:first-child{line-height:28px;margin-top:10vh;margin-bottom:10vh}.hero .sunglassesContainer{margin-left:35px}.hero .arrowContainer{height:85%;margin-bottom:5px}.hero .sunglassesContainer>div{width:50px;padding-left:3px;margin-left:5px;height:30px}.hero .sunglassesContainer>div>div{width:27px!important;height:27px!important}body.dark .hero .sunglassesContainer>div{padding-left:20px}.hero h5{font-size:15px}.hero .socialIcons svg{width:20px;height:20px}.hero .precisionText>div{width:20px!important;height:20px!important}}@media screen and (max-width:360px){.hero .top>h4{font-size:12px}}.techIcons,.techIcons svg{width:35px;height:35px}.customButton{padding:10px 30px;background-color:var(--text);color:var(--background);border-radius:90px;border:10px solid var(--border);font-weight:800;letter-spacing:1px;transition:.3s ease-in-out;cursor:var(--pointer);user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;outline:none;-webkit-tap-highlight-color:transparent}.customButton:hover{letter-spacing:2px;transform:scale(1.05)}.customButton:active{transition:.1s ease-in-out;transform:scale(.95)}@media screen and (max-width:768px){.customButton{padding:7px 23px;border:7px solid var(--border);font-weight:800;letter-spacing:.5px}}@media screen and (max-width:480px){.customButton{font-size:14px}}.main{background-color:var(--background);width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0}.main .section{width:100%;max-width:100vw}.header{position:fixed;top:20px;z-index:10;display:flex;align-items:center;justify-content:center;padding:10px 30px;border-radius:100px;border:1px solid var(--border);box-shadow:0 0 10px var(--border);background-color:var(--background)}.header .dockItem{padding:5px;margin:0;display:inline;vertical-align:bottom;transition:.2s ease-in-out;cursor:var(--pointer);width:35px;height:35px}.header .dockItem svg{width:100%;height:100%}.header .menuLine{position:absolute;bottom:2px;width:30px;height:2px;background-color:var(--primary);border-radius:2px;transition:.3s ease-in-out}@media only screen and (min-width:769px){.header .dockItem.partialHover{width:42px;height:42px}.header .dockItem:hover{width:50px;height:50px}}@media only screen and (max-width:769px){.header{top:15px;padding:7px 20px}.header .dockItem{padding:4px;width:28px;height:28px}.header .menuLine{width:20px}}.about{display:flex;align-items:center;justify-content:center;flex-direction:column;padding-top:100px;padding-bottom:200px;position:relative;width:100%;overflow:hidden}.about>h2{font-size:45px}.about>p{font-size:18px;max-width:670px;text-align:center;color:var(--color);margin-top:30px;margin-bottom:50px;font-weight:300}.about>p .boldAndColored{font-weight:700;color:var(--primary)}.about .mobileBlack{position:absolute;left:0;top:300px;transform:rotate(45deg) translateX(-70%)}.about .mobileWhite{position:absolute;right:0;bottom:-100px;transform:rotate(-45deg) translateX(70%)}.cardsContainer{display:flex;align-items:center;gap:20px;margin:0 10px}.cardsContainer>div{padding:20px;border:1px solid var(--border);border-radius:10px;display:flex;flex-direction:column;gap:40px;max-width:290px}.cardsContainer p{font-weight:300}.cardsContainer p bold{font-weight:700}.cardsContainer>div .expressIcon svg{width:100px}@media screen and (max-width:1450px){.about .mobileBlack{top:unset;bottom:-200px;transform:rotate(45deg) translateX(-80%) scale(.8)}.about .mobileWhite{bottom:-200px;transform:rotate(-45deg) translateX(70%) scale(.8)}}@media screen and (max-width:1024px){.about>h2{font-size:35px;max-width:600px}.about>p{font-size:16px}.about .mobileBlack{top:unset;bottom:-270px}.about .mobileWhite{bottom:-310px;transform:rotate(-45deg) translateX(70%) scale(.8)}}@media screen and (max-width:768px){.about>h2{font-size:25px}.about>p{font-size:14px;max-width:500px;margin-left:20px;margin-right:20px}.cardsContainer{flex-wrap:wrap;justify-content:center;gap:20px}.cardsContainer>div{padding:15px;border:1px solid var(--border);gap:30px;max-width:250px}.cardsContainer p{font-size:14px}.cardsContainer>div .expressIcon svg{width:70px}}@media screen and (max-width:425px){.about>h2{font-size:18px}.about>p{font-size:12px;line-height:20px;max-width:340px}.cardsContainer{gap:10px}.about .mobileBlack{top:unset;bottom:-240px;transform:rotate(45deg) translateX(-80%) scale(.6)}.about .mobileWhite{bottom:-270px;transform:rotate(-45deg) translateX(70%) scale(.6)}}:root{--mouse-x:0;--mouse-y:0}.experience{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:50px;position:relative;z-index:1;width:100%}.container{display:grid;position:absolute;top:0;grid-gap:1px;gap:1px;grid-template-columns:repeat(auto-fit,minmax(10px,1fr));grid-auto-rows:minmax(10px,1fr);height:100%;width:100%;background-color:#dadada;z-index:-1;overflow:hidden}.box{background-color:#fff}.experience>h2{font-size:45px;margin-top:70px;margin-bottom:30px}.experience .paragraph{font-size:18px;margin-bottom:70px;max-width:550px;text-align:center;font-weight:300;padding:10px}.experience .certificationContainer{display:flex;gap:15px;align-items:center;justify-content:center;margin-top:15px}.experience .certificationContainer a{cursor:var(--pointer);transition:.2s ease-in-out}.experience .certificationContainer a:hover{transform:scale(1.1)}.experience .certificationContainer img{height:30px}.experience .journeyCard{display:flex;gap:250px;padding-bottom:50px}.experience .journeyCard:nth-last-child(2){margin-bottom:0}.experience .journeyCard:nth-last-child(3) .description ul:last-child{padding-bottom:0}.experience .journeyCard>div:first-child{display:flex;gap:20px;position:-webkit-sticky;position:sticky;top:30vh;height:max-content}.experience .journeyCard .description ul:last-child{padding-bottom:100px}.experience .journeyCard>div:first-child>div:first-child{width:25px;height:25px;background-color:var(--border);box-sizing:content-box;border:15px solid var(--background);border-radius:50%}.experience .journeyCard>div:first-child>div:last-child{display:flex;flex-direction:column}.experience .journeyCard h3{width:130px;font-weight:700;font-size:30px}.experience .journeyCard h6{width:130px;font-weight:500;font-size:14px;opacity:.8}.experience .journeyCard .description{max-width:500px;display:flex;flex-direction:column}.experience .journeyCard .description h5{font-size:18px}.experience .journeyCard .description h5:nth-child(2){margin-bottom:20px;opacity:.6}.experience .journeyCard .description ul{font-size:16px;font-weight:500;list-style:disc}.experience .journeyCard .description ul li{margin-bottom:10px;margin-left:20px}.experience .journeyCardsContainer{position:relative;z-index:1}.experience .line{position:absolute;width:1px;height:100%;background-color:var(--border);top:0;left:26px;z-index:-1}.experience .line2{background-color:var(--primary)}@media screen and (max-width:1024px){.experience>h2{font-size:35px}.experience>p{font-size:16px;max-width:500px}.experience .journeyCard{gap:150px}.experience .journeyCard>div:first-child{gap:10px}.experience .journeyCard .description ul:last-child{padding-bottom:70px}.experience .journeyCard h3{font-size:25px}.experience .journeyCard h6{font-size:12px}.experience .journeyCard .description{max-width:350px}.experience .journeyCard .description h5:nth-child(2){margin-bottom:15px}.experience .journeyCard .description h5,.experience .journeyCard .description p,.experience .journeyCard .description ul{font-size:14px}}@media screen and (max-width:768px){.experience>h2{margin-bottom:20px}.experience>p{max-width:400px}.experience .paragraph,.experience>p{font-size:14px}.experience .journeyCard{gap:70px}.experience .journeyCard>div:first-child{gap:5px}.experience .journeyCard .description ul:last-child{padding-bottom:70px}.experience .journeyCard .description h5:nth-child(2){margin-bottom:10px}.experience .journeyCard>div:first-child>div:first-child{width:20px;height:20px;border:10px solid var(--background)}.experience .journeyCard h3{width:100px;font-size:22px}.experience .journeyCard h6{width:100px}.experience .journeyCard .description{max-width:45vw}.experience .journeyCard .description h5{font-size:14px}.experience .journeyCard .description p,.experience .journeyCard .description ul{font-size:12px}.experience .line{left:20px}}@media screen and (max-width:550px){.experience>h2{font-size:22px;margin-top:50px;margin-bottom:10px}.experience>p{font-size:12px;margin-bottom:50px;max-width:280px}.experience .journeyCard{gap:10px;padding-bottom:40px}.experience .journeyCard .description ul:last-child{padding-bottom:0}.experience .journeyCard>div:first-child>div:first-child{width:15px;height:15px;border:8px solid var(--background)}.experience .journeyCard h3{width:90px;font-size:18px}.experience .journeyCard h6{width:90px;font-size:10px}.experience .journeyCard .description h5{font-size:12px}.experience .journeyCard .description p,.experience .journeyCard .description ul{font-size:8px}.experience .line{left:15px}}.contact{display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;width:100%;padding-top:100px;position:relative;z-index:1}.contact>h5{color:var(--primary);font-size:16px}.contact>h2{font-size:45px}.contact>p{max-width:650px;font-weight:300;text-align:center}.contact>.customButton{margin-top:50px;margin-bottom:100px}.contact .services{display:flex;position:relative;height:400px;justify-content:center;color:#000}.contact .service{position:absolute;overflow:hidden;aspect-ratio:1/1.4;height:100%;border-radius:20px;padding:20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px;transform:translateY(30px);z-index:1;box-shadow:0 0 30px hsla(0,0%,100%,.3);background-color:var(--text);color:var(--background);transition:.3s ease-in-out}body.dark .contact .service{box-shadow:0 0 30px rgba(0,0,0,.4)}.contact .service h4{font-weight:800;font-size:20px;line-height:23px}.contact .service p{font-weight:500}.contact .service .images{display:flex;gap:30px;margin-top:50px;flex-wrap:wrap;width:90%;justify-content:center}.contact .service:first-child{transform:rotate(-15deg) translateX(-100%) translateY(10%);z-index:2}.contact .service:nth-child(2){z-index:3;transform:rotate(-8deg) translateX(-50%) translateY(10%)}.contact .service:nth-child(3){z-index:4}.contact .service:nth-child(4){z-index:3;transform:rotate(8deg) translateX(50%) translateY(10%)}.contact .service:nth-child(5){transform:rotate(15deg) translateX(100%) translateY(10%);z-index:2}.contact .service:first-child:hover{transform:rotate(0deg) translateX(-100%) translateY(10%);z-index:6}.contact .service:nth-child(2):hover{z-index:6;transform:rotate(0deg) translateX(-50%) translateY(10%)}.contact .service:nth-child(3):hover{transform:translateY(20px)}.contact .service:nth-child(4):hover{z-index:6;transform:rotate(0deg) translateX(50%) translateY(10%)}.contact .service:nth-child(5):hover{transform:rotate(0deg) translateX(100%) translateY(10%);z-index:6}.contact .bg{position:absolute;height:80%;bottom:0;z-index:-1}.contact .bg svg{height:100%;width:100%}.contact .rightBG{right:20px;transform:rotate(180deg)}.contact .leftBG{left:20px}@media screen and (max-width:1024px){.contact>h2{font-size:35px}.contact>p{max-width:550px;font-size:14px}.contact>.customButton{margin-top:40px}.contact .services{height:330px}.contact .service{border-radius:15px;padding:15px}.contact .service h4{font-size:18px;line-height:20px}.contact .service p{font-size:14px}.contact .service .images{gap:20px;margin-top:30px}}@media screen and (max-width:768px){.contact>h2{font-size:25px}.contact>p{max-width:450px;font-size:12px}.contact>.customButton{margin-top:30px;margin-bottom:80px}.contact .services{height:230px}.contact .service{border-radius:10px;padding:10px;gap:5px}.contact .service h4{font-size:14px;line-height:15px}.contact .service p{font-size:12px;line-height:15px;opacity:.8}.contact .service .images{gap:5px;margin-top:15px}.contact .service .images svg{height:20px}.contact .bg{height:65%}.contact .service:nth-child(3){transform:translateY(5%)}.contact .service:nth-child(3):hover{transform:translateY(0)}}@media screen and (max-width:550px){.contact .service:first-child{transform:rotate(-15deg) translateX(-40%) translateY(15%)}.contact .service:nth-child(2){transform:rotate(-10deg) translateX(-20%) translateY(10%)}.contact .service:nth-child(4){transform:rotate(10deg) translateX(20%) translateY(10%)}.contact .service:nth-child(5){transform:rotate(15deg) translateX(40%) translateY(15%)}.contact .service:first-child:hover{transform:rotate(0deg) translateX(-40%) translateY(10%)}.contact .service:nth-child(2):hover{transform:rotate(0deg) translateX(-15%) translateY(8%)}.contact .service:nth-child(4):hover{transform:rotate(0deg) translateX(15%) translateY(8%)}.contact .service:nth-child(5):hover{transform:rotate(0deg) translateX(40%) translateY(10%)}}@media screen and (max-width:425px){.contact>h5{font-size:12px}.contact>h2{font-size:20px}.contact>p{max-width:350px;font-size:10px;width:90%}.contact>.customButton{margin-top:25px;margin-bottom:60px}.contact .service{border-radius:8px}.contact .service p{font-size:10px;line-height:12px}.contact .service .images{gap:0;margin-top:10px}.contact .service .images svg{height:15px}}.footer{width:100%;display:flex;align-items:center;justify-content:center;background-color:#f3f3f3;gap:500px;padding:10px}body.dark .footer{background-color:#111}.footer h4{font-size:14px;color:var(--text)}.footer .socialIcons{display:flex;align-items:center}.footer .socialIcons svg{width:25px;margin-left:15px}@media screen and (max-width:768px){.footer{gap:200px;padding:5px}.footer .socialIcons svg{width:20px;margin-left:10px}}@media screen and (max-width:425px){.footer{gap:100px;padding:5px}.footer .socialIcons svg{width:20px;margin-left:10px}}.projects{height:200vw;z-index:1}.projects h2{width:100%;text-align:center;font-size:45px;position:-webkit-sticky;position:sticky;top:100px}.projects .gallery{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:flex-end;background-color:rgba(0,0,0,.952);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:20;animation:galleryMain .5s}@keyframes galleryMain{0%{opacity:0}to{opacity:1}}body.dark .projects .gallery{background-color:rgba(78,78,78,.1)}.projects .galleryInner{width:100%;height:calc(100% - 50px);background-color:var(--background);border-radius:15px 15px 0 0;overflow:auto;display:flex;flex-direction:column;align-items:center;gap:20px;padding-top:40px;padding-bottom:20px;animation:galleryInner .8s cubic-bezier(.175,.885,.32,1.275)}@keyframes galleryInner{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.projects .galleryInner>img{width:90%;max-width:768px;border-radius:10px;border:1px solid var(--border)}.projects .galleryInner>h3{font-size:35px}.projects .close{width:25px;height:25px;position:absolute;top:15px;left:15px;cursor:var(--pointer)}.projects .projectsContainer2{position:-webkit-sticky;position:sticky;top:0;width:calc(100vw - 20px);min-width:calc(100vw - 20px);max-width:calc(100vw - 20px);overflow:hidden;margin-left:10px;transition:.1s ease-in-out}.projects .projectsContainer{display:flex;overflow:hidden;position:relative;width:100%}.projects .projectsContainer .project{min-width:100vw;max-width:1000px;display:flex;align-items:center;justify-content:center;gap:20px;height:100vh}.projects .projectsContainer .projectLeft{max-width:400px}.projects .projectsContainer .projectLeft>div{padding:20px;border-radius:15px;border:1px solid var(--border);background-color:hsla(0,0%,91%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:20px}body.dark .projects .projectsContainer .projectLeft>div{background-color:rgba(0,0,0,.2)}.projects .projectsContainer .projectLeft h3{font-size:26px}.projects .projectsContainer .projectLeft h5{font-size:18px;font-weight:300}.projects .projectsContainer .projectLeft .paragraph{font-weight:300}.projects .projectsContainer .projectLeft .paragraph li{margin-left:20px}.projects .projectsContainer .projectRight{display:flex;flex-direction:column;align-items:center;justify-content:center;width:max-content}.projects .projectsContainer .projectRight>div{position:relative;width:min-content;display:flex;align-items:center;justify-content:center;z-index:1}.projects .projectsContainer .projectRight>div img:last-child{position:absolute;z-index:-1;width:350px;margin-bottom:3px}.projects .projectsContainer .projectRight>div img:first-child{width:500px}.projects .projectsContainer .projectRight button{width:250px;padding:10px;margin-bottom:5px;border-radius:5px;background-color:var(--text);color:var(--background);font-weight:900;text-transform:uppercase;outline:none;border:2px solid var(--border);transition:.3s ease-in-out;cursor:var(--pointer)}.projects .projectsContainer .projectRight button:hover{transform:scale(1.05)}.projects .projectsContainer .projectRight button:nth-child(2){background-color:var(--background);color:var(--text)}.projects .projectsBG{position:absolute;width:100%;top:50%;transform:translateY(-50%);left:0;z-index:-1;pointer-events:none}.projects .projectsBGM{display:none}@media screen and (max-width:1024px){.projects h2{top:70px}.projects .projectsContainer .projectLeft{max-width:300px}.projects .projectsContainer .projectLeft h3{font-size:20px}.projects .projectsContainer .projectLeft h5{font-size:16px}.projects .projectsContainer .projectLeft .paragraph{font-size:14px}.projects .projectsContainer .projectRight>div img:last-child{width:230px;margin-bottom:3px}.projects .projectsContainer .projectRight>div img:first-child{width:330px}}@media screen and (max-width:768px){.projects{height:300vw}.projects h2{font-size:35px}.projects .projectsContainer .project{gap:10px}.projects .projectsContainer .projectLeft{max-width:250px}.projects .projectsContainer .projectLeft h3{font-size:16px}.projects .projectsContainer .projectLeft h5{font-size:14px}.projects .projectsContainer .projectLeft .paragraph{font-size:10px}.projects .projectsContainer .projectRight>div img:last-child{width:173px;margin-bottom:3px}.projects .projectsContainer .projectRight>div img:first-child{width:250px}.projects .projectsContainer .projectRight button{width:160px;padding:6px;border-radius:5px;font-size:10px}}@media screen and (max-width:550px){.projects{height:300vh}.projects .galleryInner{height:calc(100% - 100px)}.projects .close{top:60px;left:15px}.projects .galleryInner>h3{font-size:25px}.projects .projectsBG{display:none}.projects .projectsBGM{display:block}.projects h2{font-size:25px;margin-bottom:10px;top:60px}.projects .projectsContainer .projectLeft h3{font-size:14px}.projects .projectsContainer .projectLeft h5{font-size:12px}.projects .projectsContainer .project{gap:5px;flex-direction:column}.projects .projectsContainer .projectLeft{max-width:300px}.projects .projectsContainer .projectLeft>div{margin-top:10px}.projects .projectsContainer .projectRight>div{transform:scale(1.3) translateY(-28px)}.projects .projectsContainer .projectRight>div img:last-child{width:140px}.projects .projectsContainer .projectRight>div img:first-child{width:200px}.projects .projectsContainer .projectRight button{width:160px;padding:6px;border-radius:5px;font-size:10px}}@media screen and (max-width:375px){.projects h2{font-size:25px}.projects .projectsContainer .projectLeft>div{margin-top:10px}.projects .projectsContainer .projectRight>div{transform:scale(1.3) translateY(-20px)}.projects .projectsContainer .projectRight>div img:last-child{width:125px;margin-bottom:2.5px}.projects .projectsContainer .projectRight>div img:first-child{width:180px}.projects .projectsContainer .projectRight button{width:160px;padding:6px;border-radius:5px;font-size:10px}}