@import"https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";footer{width:100%;background:#000;padding:5vh 0;text-align:center;color:#fff}.socialMedia{width:30px;height:30px;background-color:#fff;padding:3px;border-radius:50%;cursor:pointer}.socialMedia img{width:100%;height:100%}.address{display:flex;justify-content:center;gap:1.5rem;margin-bottom:.5rem}.header{width:100%;border-bottom:1px solid #000;padding:.8rem 0;position:fixed;top:0;background-color:#fff;z-index:99}.header__inner{display:flex;align-items:center;margin-top:auto;padding:3rem 0}.header__logo{font-size:clamp(.5rem,1vw + 1rem,1.5rem);font-family:var(--ff-rubik);font-weight:600;text-decoration:none;color:#000;display:flex;align-items:center;gap:.5rem;cursor:pointer}.header__nav{margin-left:auto}.header__nav--list{list-style:none;display:flex;text-transform:uppercase;gap:3rem;font-weight:600;font-family:var(--ff-rubik);font-size:1.125rem}.header__nav--list a{text-decoration:none;position:relative;color:#000;cursor:pointer}.header__nav--list a:before{content:"";display:block;position:absolute;width:0%;bottom:0;border-bottom:2px solid #000;transition:all .2s ease}.header__nav--list a:hover:before{width:100%}.header__nav--list .active:before{width:100%}.header__nav--list .active{text-shadow:none;color:#000}@media (max-width: 480px){.header__nav--list{gap:1.4rem;font-size:.8rem}}.ticker-wrapper{max-width:100%;width:100%;margin:15vh auto 0;display:flex;flex-direction:column;position:relative;justify-content:space-between;align-items:center;height:100%}.ticker-dark.ticker-dark{transform:rotate(0)}.custom-ticker{width:100%;overflow:hidden;white-space:nowrap;padding:8px 0;border-color:#000;border-width:2px;border-style:solid;border-radius:14px}.custom-ticker_container{display:inline-flex;animation:custom-ticker 10s linear infinite}.custom-ticker_items{display:flex;align-items:center;flex-wrap:nowrap;gap:10px}.custom-ticker_item{display:inline-block;flex-shrink:0;font-family:Rubik,sans-serif;color:#000;font-size:clamp(1rem,1vw + 1rem,2rem);display:flex;align-items:center;gap:10px;text-transform:uppercase;font-weight:600}.custom-ticker_collection--1{position:relative;left:0}.custom-ticker_collection--1,.custom-ticker_collection--2,.custom-ticker_collection--3{padding-right:10px}@keyframes custom-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.about__inner{width:100%;margin:auto;height:100%;padding:3rem;border:2px solid #000;box-shadow:var(--border-transforms)}.about__top{display:flex;gap:3rem;margin-bottom:5rem}.about__description{margin-top:2rem;margin-bottom:2.5rem;font-size:1rem;font-family:var(--ff-raleway);font-weight:400}.about__description p+p{margin-top:1rem}.about__avatar{--about-avatar: clamp(10rem, 30vw + 1px, 20rem);width:var(--about-avatar);height:var(--about-avatar);border:2px solid #000;box-shadow:var(--border-transforms)}.about__avatar img{width:100%;height:100%}.about__skills{margin-left:1.2rem}.about__skills li{margin-bottom:.5rem}.certificate__title{margin-top:3rem;margin-bottom:1rem}.certificates{list-style:none}.certificates li{margin-bottom:.7rem}.certificates li a{color:#000}.work__experience{width:100%;margin-top:2rem}.work__experience-header{width:100%;display:flex;align-items:center;padding:1rem}.work__experience-list{counter-reset:item;list-style-type:decimal-leading-zero}.work__experience-item{border-color:#000;border-style:solid;list-style:none;border-width:1px 0 1px;display:flex;flex-direction:column}.work__experience-item+.work__experience-item{border-width:0 0 1px 0}.work__experience-num{min-width:clamp(3rem,4vw + 1px,4rem);min-height:clamp(3rem,4vw + 1px,4rem);border:1.5px solid #000;border-radius:50%;margin-right:1rem;position:relative}.work__experience-num:after{content:counter(item,decimal-leading-zero);counter-increment:item;font-size:clamp(1.5rem,4vw + 1px,2rem);font-weight:300;position:absolute;left:50%;top:50%;transform:translate(-52%,-52%)}.work__experience-title{font-size:clamp(1rem,4vw + 1px,1.6rem);font-weight:400;text-transform:uppercase;font-family:var(--ff-raleway)}.work__experience-description{margin-left:1rem;max-height:0;overflow:hidden;transition:max-height .2s ease}.work__experience-item.open .work__experience-description{max-height:800px;transition:max-height .5s ease-in}.work__experience--interval{font-family:var(--ff-rubik);margin-bottom:.5rem;margin-top:.5rem}.work__experience-description h4{margin-top:2rem}.techs{margin-top:.5rem;margin-bottom:3rem;display:flex;flex-direction:column;gap:.5rem}.work_experience-drown{margin:0 0 0 auto;position:relative}.work__experience-item.open .work_experience-drown{transform:rotate(0)}.work_experience-drown{width:40px;height:40px;transform:rotate(45deg);background:none;border-radius:50%;border:none;padding:5px;cursor:pointer;transition:all .3s ease}.work_experience-drown img{width:100%;height:100%}@media (max-width: 768px){.about__right-col{display:none}}@media (max-width: 425px){.about__inner{padding:1.2rem}.work__experience-header{padding:1rem .5rem}.work_experience-drown{width:30px;height:30px}}section{padding:15vh 0 0}.main{width:100%}.main__inner{height:calc(100vh - 4rem);display:flex;justify-content:center;align-items:center;gap:10rem}.main__title{font-size:clamp(2.5rem,5vw + 1rem,3rem);line-height:clamp(2.5rem,5vw + 1rem,3rem);font-family:var(--ff-rubik)}.main__subtitle{font-size:clamp(.5rem,1vw + 1rem,1.5rem)}.main__btn{font-size:clamp(.5rem,1vw + 1rem,1.5rem);margin-top:3.5rem;background-color:#fff;color:#000;text-decoration:none;display:inline-block}.main__avatar{--avatar-sz: clamp(12rem, 25vw + 1px, 22rem);width:var(--avatar-sz);height:var(--avatar-sz);box-shadow:0 0 0 6px #fff,0 0 0 8px #000;border:2px solid #000;border-radius:50%;overflow:hidden}.main__avatar img{width:100%}.projects{padding-bottom:15vh}.projects__inner{width:100%;margin-top:3rem;display:flex;flex-wrap:wrap;gap:2.5rem 4%}.project__about{padding:1rem;width:48%;border:2px solid #000;box-shadow:var(--border-transforms)}.project__head{display:flex;justify-content:space-between;align-items:center;margin:1rem 0;border-bottom:1px solid #eee}.project__head a{margin-top:.5rem}.project__head img{width:30px;height:30px}.project__about-name{font-size:clamp(1.3rem,4vw + 1px,1.6rem);font-weight:500;text-transform:uppercase}.project__img{width:100%;display:flex;justify-content:center;align-items:center;overflow:hiddenr;aspect-ratio:16/9;border:2px solid #000}.project__img img{min-width:100%;height:100%;object-fit:cover}.projects__list{border-left:1px solid #000;height:auto;width:50%;list-style:none;counter-reset:projects}.project__item{display:flex;justify-content:space-between;align-items:end;padding:1rem 1.5rem 0;border-bottom:1px solid #000;text-transform:uppercase;font-size:2rem;font-weight:300;cursor:pointer}.project__item span:after{font-size:2rem;font-weight:300;content:counter(projects,decimal-leading-zero);counter-increment:projects}.list__title{font-weight:500}.project__item.active{background-color:#000;color:#fff}.project__item.active span:after{color:#fff}.project__techs{display:flex;list-style:none;margin-top:.5rem;flex-wrap:wrap;gap:.3rem}.project__techs li{color:#333}@media (max-width: 768px){.project__about{width:100%}}@media (max-width: 480px){.project__head img{width:20px;height:20px}}.skills__inner{width:100%}.skills__inner .section__title{margin-bottom:3rem}.skills__list{display:flex;flex-wrap:wrap;gap:2rem;width:100%}.skill__item{border:2px solid #000;box-shadow:var(--border-transforms);display:flex;align-items:center;flex:1;min-width:max-content;gap:1rem;padding:.5rem 1rem .5rem .5rem}.skill__item .skill__img{aspect-ratio:1/1;width:clamp(2.5rem,6vw + 1px,3.5rem);max-width:4rem;max-height:4rem;display:flex;justify-content:center;align-items:center;padding-right:.5rem;border-right:1px solid gray}.skill__item img{object-fit:cover;max-width:100%;max-height:100%}.skill__item span{font-size:clamp(1.3rem,4vw + 1px,1.6rem);font-weight:300;text-transform:uppercase;font-family:var(--ff-raleway)}@media (max-width: 420px){.skills__list{gap:1rem}}.section__title{text-transform:uppercase;font-size:clamp(1.5rem,3vw + 1px,2rem);font-family:var(--ff-rubik)}.tac{text-align:center}.container{width:1120px;padding:0 15px;max-width:100%;margin:0 auto}.def__btn{border-radius:16px 16px 0;border:2px solid #000;box-shadow:4px 4px 0 -1px #fff,4px 4px 0 1px #000;padding:.3em 2.5em;cursor:pointer;transition:box-shadow .2s ease}.def__btn:hover{box-shadow:0 0 0 -1px #fff,0 0 #000}.text-border{text-shadow:-1px -1px 0 #000,0 -1px 0 #000,1px -1px 0 #000,1px 0 0 #000,1px 1px 0 #000,0 1px 0 #000,-1px 1px 0 #000,-1px 0 0 #000;color:#fff}@media (max-width: 768px){.main__inner{flex-direction:column-reverse;gap:2rem;text-align:center}}:root{--ff-rubik: "Rubik", sans-serif;--ff-raleway: "Raleway", sans-serif;--border-transforms: 4px 4px 0px -1px #fff, 4px 4px 0px 1px #000}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--ff-raleway);line-height:1.5rem;letter-spacing:.04rem}
