body{
    margin: 0;
    padding: 0;
    font-family: "Press Start 2P", system-ui;
}
html{
    scroll-behavior: smooth;
}
p, h1, h2, h3{
    margin: 0;
    padding: 0;
}
:root {
    --nav-scroll-height: 150px;
}
[x-cloak] {
    display: none !important;
}
a{
    text-decoration: none;
}
body.disable{
    overflow-y: hidden;
}
.header{
    position: fixed;
    z-index: 100;
    top: 64px;
    display: flex;
    justify-content: center;
    width: 100vw;
    transition: transform 0.3s ease;
    left: 0;
}
.drop-trans{
    transition: transform .4s cubic-bezier(.22,1,.36,1), opacity .4s cubic-bezier(.22,1,.36,1);
}
.drop-full{
    opacity: 1;
    transform: translateY(0);
}
.drop-zero{
    opacity: 0;
    transform: translateY(-100%);
}
.dropdown-container{
    position: fixed;
    width: 100vw;
    top: 56px;
    height: 100vh;
    background-color: #00061d;
    z-index: 99;
}
.dropdown-content-container{
    padding: 64px 24px;
    display: flex;
    flex-direction: column;
}
.one-nav-moblie-link{
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 1.3125;
    margin-bottom: 20px;
}
.header-container{
    max-width: 1250px;
    width: 100%;
    padding: 0px 24px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    background-color: rgba(10, 25, 47, 0.85);
    box-shadow: 0 10px 30px -10px rgb(2 12 27 / 70%);
    border-radius: 12px;
    transition: background-color .25s ease;
}
.header-container.drop{
    background-color: #00061d;
    border-radius: 0px;
}
.header.scrollingUp{
    transform: translateY(0);
}
.header.scrollingDown{
    transform: translateY(calc(var(--nav-scroll-height) * -1));
}
.l-logo-container{
    width: 42px;
    height: 42px;
    background-color: #0341f5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.l-logo-container::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 34px;
    top: 4px;
    right: -4px;
    background-color: #0341f5;
}
.l-logo-container::before{
    position: absolute;
    content: "";
    width: 4px;
    height: 34px;
    top: 4px;
    left: -4px;
    background-color: #0341f5;
}
.letter-a{
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    margin-left: 3px;
}
.nav-con{
    padding: 10px;
    position: relative;
}
.nav-con.resume{
    cursor: pointer;
    position: relative;
    background-color: #0341f5;
    padding: 0;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}
.nav-con.resume:hover{
    transform: translate(-4px, -4px);
    box-shadow: 5px 5px 0 0 #64ffda;
}
.nav-link{
    position: relative;
    padding-bottom: 2px;
}
.nav-link.h::after{
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    left: 0;
    bottom: 0;
    background-color: #64ffda;
    transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}
.nav-link.h:hover:after{
    width: 100%;
}
.nav-link.r{
    margin-left: 3px;
    font-weight: 200;
}
.nav-con.resume::before{
    position: absolute;
    content: "";
    top: 3px;
    width: 4px;
    background-color: #0341f5;
    height: 30px;
    left: -4px;
}
.nav-con.resume::after{
    position: absolute;
    content: "";
    top: 3px;
    width: 4px;
    background-color: #0341f5;
    height: 30px;
    right: -4px;
    transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}
.nav-con.resume:hover:after{
    box-shadow: 5px 5px 0 0 #64ffda;
}
.r-header-container{
    display: flex;
    align-items: center;
}
.r-header-mobile-container{
    height: 40px;
    width: 40px;
    position: relative;
    background-color: transparent;
    display: none;
    border-radius: 100%;
}
.r-header-mobile-container.rot{
    background-color: #0341f5;
}
.r-header-mobile-container::after{
    position: absolute;
    content: "";
    width: 24px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    inset-inline-start: calc(50% - 12px);
    transform: translateY(4px);
    transition: .2s ease-in-out;
}
.r-header-mobile-container::before{
    position: absolute;
    content: "";
    width: 24px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    inset-inline-start: calc(50% - 12px);
    transform: translateY(-4px);
    transition: .2s ease-in-out;
}
.r-header-mobile-container.rot::after{
    transform: translateY(0) rotate(-45deg);
}
.r-header-mobile-container.rot::before{
    transform: translateY(0) rotate(45deg);
}
.nav-link, .nav-work-link-name, .sub-note-tit, .other-proj-desc{
    font-size: 10px;
    letter-spacing: 2px;
    color: #fff;
    line-height: 1.7;
}
.nav-work-link-name, .sub-note-tit, .other-proj-desc{
    color: #0341f5;
    position: relative;
}
.sub-note-tit{
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
}
.sub-note-tit::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #0341f5;
    transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}
.sub-note-tit:hover:after{
    width: 100%;
}
.main{
    background-color: #00061d;
    overflow: hidden;
    position: relative;
    padding-top: 128px;
    padding-bottom: 424px;
}
.container{
    max-width: 1152px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    padding: 128px 24px;
    position: relative;
}
.container.site{
    padding: 0px 24px;
    padding-top: 128px;
}
.col{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 320px;
    justify-content: space-between;
}
.box{
    width: 8px;
    height: 8px;
    border: 8px solid #fff;
    position: relative;
}
.box.-checked{
    border-color: #ff469f;
}
.box.mid::after{
    top: 16px;
    position: absolute;
    left: 40%;
    height: 124px;
    content: "";
    border: 1px dashed #fafbfe;
}
.box.mid::before{
    top: -132px;
    position: absolute;
    left: 40%;
    height: 124px;
    content: "";
    border: 1px dashed #fafbfe;
}
.r-img{
    height: 360px;
    width: auto;
    position: absolute;
    left: 1%;
    top: 0px;
    z-index: 5;
    transform: translateX(-850px);
}
.s-r-img-rot{
    height: 400px;
    width: 400px;
    transform: rotate(180deg);
}
.b-img{
    width: 623px;
    height: 152px;
    position: absolute;
    left: -15%;
    z-index: 5;
    bottom: 65px;
    transform: translateX(-850px);
}
.s-r-img{
    position: absolute;
    right: -19%;
    top: 40%;
    z-index: 5;
    height: 182px;
    width: 787px;
    transform: translateX(-1150px);
}
.hero{
    background: url('./public/hero-background.png'), #000b33;
    padding-top: 244px;
    padding-bottom: 140px;
    position: relative;
}
.common, .same{
    max-width: 1152px;
    margin: 0 auto 0;
    padding: 0px 24px;
}
.common.hero{
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin-bottom: 128px;
}
.same{
    display: flex;
    flex-direction: column;
}
.rocket-con{
    position: absolute;
    top: 0;
    right: 24%;
    width: 340px;
    height: 370px;
}
.moon-con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 480px;
    height: 305px;
}
.planet-con{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 760px;
    height: 480px;
}
.small-rocket{
    position: absolute;
    left: 35%;
    top: 10%;
    width: 120px;
    height: 108px;
}
.base-con{
    position: absolute;
    right: 0%;
    top: 30%;
    width: 317px;
    height: 330px;
}
.chest-con{
    position: absolute;
    right: 20%;
    top: 0%;
    width: 118px;
    height: 110px;
}
.rocket-img, .moon-img, 
.planet-img, .small-r-img, 
.base-img, .chest-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-text{
    display: flex;
    flex-direction: column;
}
.hero-intro{
    font-size: 20px;
    color: #fff;
    margin-bottom: 24px;
}
.hero-name{
    font-size: 48px;
    color: #ff469f;
    margin-bottom: 16px;
    line-height: 1.3;
    z-index: 2;
}
.hero-role, .wel{
    font-size: 48px;
    color: #ccd6f6;
    line-height: 1.3;
}
.hero-current{
    font-size: 12px;
    color: #8892b0;
    margin-top: 20px;
    line-height: 1.7;
    max-width: 540px;
}
.about{
    background-color: #0024a6;
    position: relative;
    padding: 128px 0px;
}
.main::after{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 180px;
    width: 100%;
    background: url('./public/pricerace-decors-up.png');
    content: "";
}
.about-head{
    display: flex;
    justify-content:center;
    padding-bottom: 48px;
}
.about-head{
    font-size: 48px;
    color: #fff;
    line-height: .83333;
}
.about-head.second{
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}
.about-head.pink{
    color: #ff469f;
    padding: 128px 0px 32px 0px;
}
.about-grid{
    display: grid;
    grid-template-columns: 3fr 2fr;
    max-width: 900px;
    margin: 0 auto 0;
} 
.about-text-con{
    display: flex;
    flex-direction: column;
}
.about-me-tit{
    font-size: 20px;
    font-weight: 200;
    color: #ff469f;
}
.about-me-desc{
    letter-spacing: -.2px;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-top: 32px;
}
.about-me-desc.mr{
    margin-top: 15px;
}
.tech-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(140px, 200px));
    gap: 0px 10px;
}
.coin-tech-con{
    display: flex;
    align-items: center;
    margin-top: 25px;
    gap: 8px;
}
.coin-con{
    width: 24px;
    height: 24px;
}
.coin-con img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.exp{
    background-color: #f5f6fa;
    padding: 128px 0px;
    position: relative;
}
.exp::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 180px;
    width: 100%;
    background: url('/public/pricerace-decors-down.png');
}
.common.c{
    align-items: center;
}
.work-grid{
    margin: 0 auto 0;
    max-width: 700px;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 40px;
}
.nav-work-con{
    display: flex;
    flex-direction: column;
    position: relative;
}
.activeTabContainer{
    position: absolute;
    width: 2px;
    background-color: #0341f5;
    height: 42px;
    left: 0;
    top: 0;
    transition: all 0.5s cubic-bezier(0.645,0.045,0.355,1);
}
.one-button-work{
    cursor: pointer;
    height: 42px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    border-left: 2px solid #e2e2e2;
    transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}
.one-button-work:hover{
    background-color: #ccd6f6;
}
.one-button-work.active{
    background-color: #ccd6f6;
}
.one-work-cor-desc{
    display: flex;
    flex-direction: column;
    padding: 14px 0px;
}
.work-role{
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 2px;
    color: #029;
}
.company-text{
    color: #0341f5;
    position: relative;
    padding-bottom: 2px;
    cursor: pointer;
}
.company-text::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #0341f5;
    transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}
.company-text:hover:after{
    width: 100%;
}
.years-at{
    font-size: 10px;
    color: #029;
    margin-top: 10px;
}
.work-desc-of-role{
    font-size: 12px;
    color: #029;
    margin-top: 25px;
    line-height: 1.7;
    position: relative;
    padding-left: 20px;
}
.work-desc-of-role::before{
    content: "▹";
    position: absolute;
    left: 0px;
    top: -4px;
}
.work-desc-of-role.mr{
    margin-top: 10px;
}
.fade{
    transition: all 0.5s cubic-bezier(0.645,0.045,0.355,1);;
}
.op-full{
    opacity: 1;
}
.op-0{
    opacity: 0;
}
.footer{
    width: 100vw;
    border-top: 20px solid #34a870;
    background: url('./public/bg_cityLights.f775d186.png');
    background-size: cover;
}
.common.foot{
    padding-top: 160px;
    padding-bottom: 128px;
    display: flex;
    flex-direction: column;
}
.footer-grid{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 10px;
}
.text-footer-desc{
    font-size: 12px;
    font-weight: 300;
    color: #bac5da;
    line-height: 1.7;
}
.text-footer-desc.link{
    font-size: 13px;
    padding-top: 18px;
    cursor: pointer;
}
.sitemap-tit{
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
}
.footer-sitemap{
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
}
.one-contact-link-con{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #ff469f;
    cursor: pointer;
}
.one-contact-link-con>svg{
    color: #fff;
}
.one-contact-link-con:hover, .text-footer-desc.link:hover{
    transform: translateY(1px);
}
.footer-contact{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.copyright-con{
    background-color: #000b33;
}
.common.right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px 18px 24px;
    gap: 20px;
}
.text-footer-desc.ri{
    margin-top: 0;
    font-size: 10px;
}
.coded-by{
    color: #0ffff1;
}
.long-foot{
    width: 100vw;
    height: 1070px;
    position: relative;
    z-index: -1;
    margin-top: 535px;
}
.avatar-img{
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.avatar-two{
    display: none;
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.build-container{
    margin: 0 auto 0;
    max-width: 1000px;
    width: 100%;
    padding: 100px 0px;
}
.build-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 100px;
}
.build-tit, .note-tit{
    position: relative;
    font-size: 20px;
    color: #ff469f;
    margin-bottom: 40px;
}
.note-tit{
    margin-bottom: 10px;
    text-align: center;
}
.build-tit::after{
    position: absolute;
    content: "";
    top: 55%;
    height: 2px;
    width: 300px;
    margin-left: 20px;
    background-color: #ff469f;
}
.build-desc-container{
    display: flex;
    flex-direction: column;
    padding: 30px 0px;
}
.feat-project-tit{
    font-size: 10px;
    font-weight: 400;
    text-align: end;
    margin-bottom: 20px;
    color: #ff469f;
}
.project-name{
    margin-bottom: 20px;
    font-size: 20px;
    color: #0341f5;
    text-align: end;
}
.project-desc-container{
    padding: 25px;
    background-color: #e2e2e2;
    margin-bottom: 25px;
}
.proj-desc-text{
    color: #029;
    font-size: 12px;
    line-height: 1.7;
    text-align: end;
}
.proj-desc-text.l, .project-name.l, .feat-project-tit.l{
    text-align: start;
}
.tech-proj-stack-con{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 20px;
}
.tech-proj-stack-con.l{
    justify-content: start;
}
.tech-stack-name{
    color: #029;
    font-size: 12px;
    line-height: 1.7;
}
.git-link-f-proj-con{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.git-link-f-proj-con.a{
    margin-top: 0;
    padding-right: 20px;
}
.git-link-f-proj-con.l{
    justify-content: start;
}
.one-f-proj-git-box{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}
.one-f-proj-git-box:hover svg{
    color: #ff469f;
}
.one-f-proj-git-box.a:hover svg{
    color: #ff469f;
}
.one-f-proj-git-box>svg{
    width: 20px;
    height: 20px;
    color: #029;
    transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}
.one-f-proj-git-box.a>svg{
    color: #fff;
}
.other-projects{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 0;
    padding: 100px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.other-grid-con{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
    gap: 15px;
}
.one-other-grid-con{
    cursor: pointer;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    background-color: #e2e2e2;
    transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}
.one-other-grid-con:hover{
    transform: translateY(-7px);
}
.folder-link-git-con{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}
.folder-icon>svg{
    width: 40px;
    height: 40px;
    color: #ff469f;
}
.git-other-icon{
    display: flex;
    align-items: center;
}
.link-other-con{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 7px;
}
.link-other-con>svg{
    width: 22px;
    height: 22px;
    color: #0024a6;
    transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}
.link-other-con:hover svg{
    color: #ff469f;
}
.other-proj-tit{
    font-size: 14px;
    font-weight: 300;
    color: #0024a6;
    line-height: 1.5;
    margin-bottom: 10px;
    transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}
.one-other-grid-con:hover .other-proj-tit{
    color: #ff469f;
}
.other-proj-desc{
    color: #0024a6;
    flex-grow: 1;
}
.other-tech-stack-con{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.other-tech{
    font-size: 9px;
    line-height: 1.4;
    color: #00061d;
}
.table-section{
    background: url('./public/hero-background.png'), #000b33;
    padding: 200px 0px;
}
.table-main{
    display: flex;
    flex-direction: column;
    max-width: 1210px;
    margin: 0 auto 0;
    padding: 0px 24px;
}
.hero-current.a{
    margin-top: 0;
    color: #fff;
}
.table-grid{
    display: grid;
    grid-template-columns: 1fr;
    margin: 100px 0px;
}
.one-table-row{
    display: grid;
    grid-template-columns: 1fr 4fr 2fr 4fr 1fr;
}
.one-table-row:hover{
    background-color: #112240;
}
.year-con, .table-tit-con, .made-at-con, .built-with-con, .link-con{
    padding: 20px 15px;
    display: flex;
    align-items: center;
}
.year-table, .table-tit, .table-made-at, .table-built-with, .table-link{
    font-size: 12px;
    color: #ff469f;
    line-height: 1.3;
}
.year-table.two , .table-tit.two, .table-made-at.two, .table-built-with.two, .table-link.two{
    font-size: 11px;
    color: #fff;
    line-height: 1.3;
}
.year-table.two{
    color: #0ffff1;
}
.built-with-con.wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}
.about-text-img-con{
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.four-o-sec{
    width: 100vw;
    height: 100vh;
}
.error-con{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.not-f-t{
    font-family: "Figtree";
    font-size: 70px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px; 
    padding-top: 150px;
}
.error-text{
    font-family: "Figtree";
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}
.go-home-btn{
    width: fit-content;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    background-color: #0024a6;
    margin-top: 24px;
    border-radius: 100px;
    cursor: pointer;
    position: relative;
    border: 1px solid #0024a6;
}
.go-home-btn::after{
    position: absolute;
    border-radius: 100px;
    content: "";
    left: 0;
    top: 50%;
    width: 100%;
    height: 0px;
    transform: translateY(-50%);
    background-color: #fff;
    transition: all 0.4s ease;
}
.go-home-btn:hover:after{
    height: 100%;
}
.go-t-e{
    font-family: "Figtree";
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    z-index: 1;
    transition: all 0.4s ease;
}
.go-home-btn:hover .go-t-e{
    color: #000;
}
@media (max-width : 1230px) {
    .container, .common{
        max-width: 960px;
    }
}
@media (max-width : 1040px) {
    .other-grid-con{
        grid-template-columns: 1fr;
    }
}
@media (max-width : 980px) {
    .header{
        top: 0;
    }
    .r-header-container{
        display: none;
    }
    .r-header-mobile-container{
        display: block;
    }
    .container, .common{
        max-width: 720px;
    }
    .build-tit::after{
        display: none;
    }
}
@media (max-width: 768px) {
    .container, .common{
        max-width: 540px;
    }
    .about-grid, .footer-grid, .build-grid, .common.hero{
        grid-template-columns: 1fr;
    }
    .footer-grid{
        gap: 40px;
    }
    .img-section-build{
        display: none;
    }
    .planet-con{
        width: 250px;
        height: 150px;
    }
    .moon-con{
        width: 175px;
        height: 100px;
    }
    .r-img, .b-img, .s-r-img{
        object-fit: cover;
        width: auto;
        left: -50%;
    }
    .avatar-img{
        display: none;
    }
    .avatar-two{
        display: block;
    }
    .base-con, .small-rocket, .rocket-con, .chest-con, .made-at-con,
    .built-with-con, .built-with-con.wrap{
        display: none;
    }
    .about-text-img-con{
        display: flex;
        justify-content: center;
        margin-top: 40px;
        align-items: center;
        display: none;
    }
    .one-table-row{
        grid-template-columns: 1fr 4fr 1fr;
    }
}
@media (max-width: 550px) {
    .hero-name, .hero-role, .wel, .about-head.second,
    .about-head{
        font-size: 24px;
    }
    .tech-grid, .work-grid{
        grid-template-columns: 1fr;
    }
    .avatar-two{
        width: 100px;
        height: 100px;
    }
    .text-footer-desc.ri{
        text-align: center;
    }
    .r-img, .b-img, .s-r-img{
        width: 300px;
        left: 0;
        object-fit: contain;
    }
}
@media (max-width: 385px) {
    .table-main{
        padding: 0px 0px;
    }
    .hero-name.ar{
        padding: 0px 15px;
    }
    .hero-current.ar{
        padding: 0px 15px;
    }
}
@media (max-width: 380px) {
    .project-name, .project-name.l, .proj-desc-text, .proj-desc-text.l, 
    .about-head{
        text-align: center;
    }
}