*{
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
    background-color: #151312;
}

header{
    height: 110px;
    width: 100%;
    /* background-color: blue; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.HeaderStack{
    height: 50px;
    width: 300px;
    border-radius: 17px;
    background-color: #1C1A19;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 1.2rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.Main{
    /* background-color: blue; */
    /* height: 100%; */
    height: fit-content;
    width:  100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    margin-top: 25px;
}

.Kacha{
    max-width: 1172px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 100px;
    padding: 0 16px;
}

.left-wrapper{
    position: sticky;
    top: 40px;
    /* background-color: pink; */
}

.left{
    position: relative;
    overflow: hidden;
    height: 640px;
    width: 344px;
    background-color: white;
    border-radius: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-img{
    width: 240px;
    height: 284px;
    border-radius: 16px;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
    margin: 0 auto;
}

.Bio{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.Bio .H2{
    font-size: 34px;
    font-weight: 700;
    margin-top: 20px;
}

.Bio p{
    font-size: 18px;
    font-weight: 500;
    color: 6A6B6E;
    line-height: 110%;
    width: 300px;
}

.bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
}
.download-cv{
    position: relative;
    background-color: #F46C38;
    height: 38px;
    width: 240px;
    border-radius: 12px;

    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.download-cv::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    transition: background 0.2s ease;
    border-radius: inherit;
    z-index: 0;
}

.download-cv i,
.download-cv span {
    position: relative;
    z-index: 1;
}

.download-cv:hover::before {
    background: rgba(0,0,0,0.25); 
}

.download-cv i{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.download-cv span{
    color: white;
    font-size: 16px;
    font-weight: 700;
}

.Menus{
    display: flex;
    justify-content: center;
    gap: 25px;
    font-size: 20px;
    margin-top: 5px;
}

.dec-arc {
    position: absolute;
    left: -50px;
    top: -60px;
    width: 270px;
    height: auto;
    transform: rotate(-25deg);
    pointer-events: none;
    opacity: 1;
    will-change: transform;
}

.dec-arc1 {
    position: absolute;
    left: -130px;
    top: 300px;
    width: 270px;
    height: auto;
    transform: rotate(25deg);
    pointer-events: none;
    opacity: 1;
    will-change: transform;
}

.right {
    
    display: flex;
    width: 100%;
    height: fit-content;
}

.download-link {
    text-decoration: none;
    display: inline-block;
}

.text-graphic{
    font-size: 110px;
    font-weight: 700;
    line-height: 100%;
}

.text-graphic span{
    display: inline;
}

.text-graphic .graphic{
    color: white;
}

.text-graphic .designer{
    color: #4D4A4E;
}

.Herotext .HeroPara{
    color: 998F8F;
    font-size: 18px;
    display: inline-block;
    max-width: 480px;
    
}

.hero{
    display: flex;
    flex-direction: column;
    justify-items: left;
    gap: 60px;
    width: 100%;
}

.numbers{
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.exp, .proj, .client{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.exp .Top, .proj .Top, .client .Top{
    font-size: 70px;
    color: white;
    font-weight: 600;
    line-height: 0.95;
    margin: 0;
}

.exp .Bottom, .proj .Bottom, .client .Bottom{
    font-size: 16px;
    color: #998F8F;
    font-weight: 400;
    line-height: 1.3;
}

.Projects{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.Projects .Proj1, .Proj2{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background-color: rgba(255, 255, 255, 0.059);
    border-radius: 20px;
    height: fit-content;
    width: fit-content;
    padding: 12px;
    transition: 0.2s ease-in-out;
}

.Projects  .thumbnail{
    border-radius: 12px;
    transition: 0.4s ease-in-out;
    width: 100%;
}
.Projects .img{
    overflow: hidden;
    border-radius: 20px;
}

.Projects .Text{
    display: flex;
    justify-content: space-between;
    color: white;
    font-size: 18px;
    width: 100%;
    padding: 0 8px 0 8px;
}

.Projects .Proj1:hover, .Projects .Proj2:hover{
    background-color: rgba(255, 255, 255, 0.1);
    
}

.Projects  .proj1:hover .thumbnail, .Projects  .proj2:hover .thumbnail{
    transform: scale(1.05);
    
}

.Projects .chip-container{
    display: flex;
    justify-content: start;
    gap: 5px;
    height: fit-content;
    width: 100%;
}

.Projects .chip-1, .chip-2, .chip-3, .chip-4{
    width: fit-content;
    height: fit-content;
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 450;
}

.Projects .chip-1{
    background-color: #17b6492c;
    color: rgb(12, 240, 122);
}

.Projects .chip-2{
    background-color: #1796b62c;
    color: rgb(12, 191, 240);
}
.Projects .chip-3{
    background-color: #b667172c;
    color: rgb(255, 132, 0);
}
.Projects .chip-4{
    background-color: #b617b32c;
    color: rgb(240, 12, 236);
}

.Projects a{
    text-decoration: none;
    color: inherit;
    display: block;
}

.Experience{
    margin-top: 60px;
}

.text-exp{
    font-size: 90px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 50px;
}

.text-exp span{
    display: inline;
}

.text-exp .years{
    color: white;
}

.text-exp .experience{
    color: #4D4A4E;
}

.Experience .Card{
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 100%;
    height: fit-content;
    padding: 15px 20px 15px 20px;
    background-color: #ffffff06;
    border-radius: 15px;
    cursor: default;
    transition: 0.2s ease-in-out;
}

.Experience .Card:hover{
    background-color: #ffffff0f;
}

.Experience .logo{
    height: 60px;
    width: 60px;
}

.Experience .logo-image{
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.Experience .Top{
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 8px;
}

.Experience .chip-1{
    display: flex;
    justify-content: center;
    border-radius: 15px;
    padding: 5px 15px 5px 15px;
    width: fit-content;
}

.Experience .chip-1{
    background-color: #00ff8829;
}

.Experience .chip-2{
    background-color: #00e1ff2f;
}

.Experience .position-2{
    font-size: 11px;
    color: #05daff;
    font-weight: 450;
}

.Experience .position-1{
    font-size: 11px;
    color: #05ff61;
    font-weight: 450;
}

.Experience .card .company{
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
}

.Experience .position-1{
    font-size: 11px;
    color: #05ff61;
}

.Experience .Description, .Date{
    color: #998F8F;
}

.Experience .Description{
    max-width: 550px;
    line-height: 1.4;
}

.Experience .Date{
    margin-top: 20px;
}

.Experience .Side{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.Experience .top-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
    gap: 20px;
}

.Experience{
    margin-bottom: 60px;
}

.Tools .Stack{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
    width: 100%;
    gap: 20px;
    margin-bottom: 100px;
}

.Tools .up-stack{
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    gap: 20px;
}

.Tools .down-stack{
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    gap: 20px;
}

.Tools .item{
    display: flex;
    justify-content: flex-start;
    background-color: #ffffff0a;
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 15px;
    gap: 10px;
    transition: 0.2s ease-in-out;
}

.Tools .item:hover{
    background-color: #ffffff14;
}

.Tools .side{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: top;
    padding-top: 3px;
    gap: 5px;
}

.Tools .item .img{
    width: 60px;
    height: 60px;
}

.Tools .item img{
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.Tools .tool-name{
    font-size: 24px;
    font-weight: 550;
    color: #fff;
    line-height: 1;
}

.Tools .description{
    font-size: 16px;
    font-weight: 400;
    color: #998F8F;
}

.Contact .form{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
    width: 100%;
    gap: 20px;
}

.Contact .top-stack{
    display: flex;
    justify-content: center;
    height: fit-content;
    width: 100%;
    gap: 15px;
}

.Contact .name, .email{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: fit-content;
    width: 100%;
    gap: 10px;
}

.Contact .Text{
    color: #888888;
    font-size: 12px;
}

.Contact .place-holder{
    height: 40px;
    width: 100%;
    border-radius: 8px;
    background-color: #353334;
    color: #fff;
    font-size: 14px;
    border-style: none;
    padding-left: 15px;
}

.Contact .bottom-stack{
    width: 100%;
    height: fit-content;
}

.Contact .msg-box{
    min-height: 150px;
    width: 100%;
    line-height: 1;
    color: #fff;
    background-color: #353334;
    border-style: none;
    border-radius: 8px;
    padding: 15px 0 0 15px;
    font-size: 14px;
    resize: vertical;
}

.Contact .button{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    height: 35px;
    background-color: #F46C38;
    border-radius: 8px;
    border-style: none;
    position: relative;
    overflow: hidden;
}

.Contact .place-holder:focus{
    outline: none;
    border: 1.5px solid #F46C38;
}

.Contact .msg-box:focus{
    outline: none;
    border: 1.5px solid #F46C38;
}

.Contact .place-holder::placeholder{
    color: #888888;
}

.Contact .msg-box::placeholder{
    color: #888888;
}

.footer{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    color: #998F8F;
    font-size: 15px;
    font-weight: 450;
    margin-top: 20px;
}

.footer .highlight-text{
    color: #F46C38;
}

.Contact .button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    transition: background 0.2s ease;
    border-radius: inherit;
    z-index: 0;
}

.Contact .button:hover::before {
    background: rgba(0,0,0,0.25); 
    cursor: pointer;
}

.Contact .button:disabled::before{
    cursor: default;
}

/* Responsive-MediaQuries */

@media (max-width: 640px) {
    .Kacha{
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .left{
        width: 100%;
        height: auto;
        position: relative;
    }

    .left-wrapper{
        position: relative;
        top: 0px;
        width: 100%;
    }

    .text-graphic{
        font-size: 52px;
        font-weight: 700;
        margin-top: 20px;
        text-align: center;
    }

    .Herotext .HeroPara{
        font-size: 16px;
        text-align: center;
        padding: 0 6px;
    }

    .Herotext{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .numbers{
        justify-content: center;
        gap: 20px;
    }

    .exp .Top, .proj .Top, .client .Top{
        font-size: clamp(40px, 8vw, 50px);
        color: white;
        font-weight: 600;
        line-height: 0.95;
        margin: 0;
    }

    .exp .Bottom, .proj .Bottom, .client .Bottom{
        text-align: center;
        font-size: clamp(12px, 3.5vw, 16px);
    }

    .text-exp{
        font-size: 52px;
        font-weight: 700;
        margin-top: 20px;
        text-align: center;
    }

    .Experience{
        margin-bottom: 0;
    }

    .Experience .Description{
        width: 100%;
    }

    .Experience .side .Company{
        font-size: 20px;
        font-weight: 600;
    }

    .Tools .up-stack, .down-stack{
        flex-direction: column;
        align-items: center;
    }

    .Tools .Stack{
        margin-bottom: 0;
    }

    .Tools .tool-name{
        font-size: 20px;
        font-weight: 600;
    }

    .profile-img{
        height: 200px;
        object-position: 50% 40%;
    }

    .dec-arc{
        left: -100px;
    }

    .dec-arc1{
        top: 110px;
        left: -170px;
        transform: rotate(30deg);
    }

    .download-cv{
        margin-top: 20px;
    }

    .Projects{
        gap: 25px;
    }

    .experience{
        margin-top: 0;
    }

    .footer{
        height: 150px;
        align-items: flex-end;
        padding-bottom: 40px;
    }

    .footer .footer-text{
        padding: 0 25px;
        text-align: center;
    }

    .Experience .Card{
        background-color: #ffffff0a;
    }

    .Experience .Card:hover{
        background-color: #ffffff0a;
    }

    .Tools .item:hover{
        background-color: #ffffff0a;
    }

    .text-exps{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .text-exp span {
        display: block;
    }
}

@media (min-width: 641px) and (max-width: 1024px){
    .Kacha{
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding: 0 50px;
    }

    .left{
        width: 100%;
        height: auto;
        position: relative;
    }

    .left-wrapper{
        position: relative;
        top: 0px;
        width: 100%;
    }

    .text-graphic{
        font-size: 52px;
        font-weight: 700;
        margin-top: 20px;
        text-align: center;
    }

    .Herotext .HeroPara{
        font-size: 16px;
        text-align: center;
        padding: 0 6px;
    }

    .Herotext{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .numbers{
        justify-content: center;
        gap: 20px;
    }

    .exp .Top, .proj .Top, .client .Top{
        font-size: 50px;
        color: white;
        font-weight: 600;
        line-height: 0.95;
        margin: 0;
    }

    .text-exp{
        font-size: 52px;
        font-weight: 700;
        margin-top: 20px;
        text-align: center;
    }

    .Experience{
        margin-bottom: 0;
    }

    .Experience .Description{
        width: 100%;
    }

    .Experience .side .Company{
        font-size: 20px;
        font-weight: 600;
    }

    .Tools .Stack{
        margin-bottom: 0;
    }

    .Tools .tool-name{
        font-size: 20px;
        font-weight: 600;
    }

    .profile-img{
        height: 200px;
        object-position: 50% 40%;
    }

    .dec-arc{
        left: -100px;
    }

    .dec-arc1{
        top: 110px;
        left: -170px;
        transform: rotate(30deg);
    }

    .download-cv{
        margin-top: 20px;
    }

    .exp .Bottom, .proj .Bottom, .client .Bottom{
        text-align: center;
    }

    .Projects{
        gap: 25px;
    }

    .experience{
        margin-top: 0;
    }

    .footer{
        height: 150px;
        align-items: flex-end;
        padding-bottom: 40px;
    }

    .footer .footer-text{
        padding: 0 25px;
        text-align: center;
    }

    .Experience .Card{
        background-color: #ffffff0a;
    }

    .Experience .Card:hover{
        background-color: #ffffff0a;
    }

    .Tools .item:hover{
        background-color: #ffffff0a;
    }

    .text-exp {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .text-exp span {
        display: block;
    }
}