@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@font-face {
  font-family: Gilroy;
  src: url(./fonts/Gilroy-Regular.ttf);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Gilroy';
    background-color: #000;
    color: #fff;
    overflow-x: hidden;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    z-index: 1000;
    color: #000;
}

#loader-green {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    z-index: 1000;
    color: #000;
}

#loader h1 {
    font-weight: 600;
    font-size: 44px;
}


#bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 60px;
    position: fixed;
    width: 100%;
    z-index: 10001;
}

#bar h1 {
    font-weight: 400;
    color: #fff;
    font-size: 22px;
}

#bar p {
    color: #fff;
    cursor: pointer;
}



#full {
    position: fixed;
    background: #000;
    height: 100%;
    top: 0;
    right: -100%;
    width: 100%;
    padding: 100px 50px;
    z-index: 10002;
}

#full ul {
    list-style: none;
    font-size: 44px;
}

#full ul li {
    margin-bottom: 5px;
}

#cross {
    position: absolute;
    top: 10px;
    right: 60px;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    color: #fff;
}

#hero-section {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 1vw;

}

#hero-section #hero-text {
    font-family: "Oswald", sans-serif;
    font-size: 10vw;
    font-weight: 500;
    line-height: 10vw;
    color: #14CF93;
    cursor: pointer;
}

#hero-section .middle-part img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}




#hero-section .links a:hover {
    color: #aaa;
}

#hero-section .middle-part p {
    font-size: 18px;
    color: #fff;
}

#hero-section #latest-work {
    font-family: "Oswald", sans-serif;
    font-size: 44px;

}


#about-section {
    padding: 40px 200px;
    position: relative;
    min-height: 80vh;
    background: #000;
}

#about-section hr {
    border: none;
    border-bottom: 1px solid #888;
    margin-top: 50px;
}

#about-detail-second {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

#about-detail-second p {
    margin-bottom: 30px;
}



#about-detail {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}


#work {
    width: 100%;
    min-height: 60vh;
    padding: 40px 200px;
}

.heading {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.work-columns {
    display: flex;
    gap: 40px;
    padding: 60px 0;
}

.work-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    overflow: visible;
}

.work-item {
    overflow: hidden;
    position: relative;
    height: 600px;
}

.work {
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: 20px;
}

.work .details {
    display: flex;
    z-index: 10;
    gap: 10px;
}

.work .details h3 {
    height: 40px;
    background: #111;
    color: #fff;
    font-size: 20px;
    padding: 10px 50px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: block;
}

.work .details a {
    width: 40px;
    height: 40px;
    background: #111;
    color: #fff;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.work .details a i{
    display: block;
}



.work .hover {
    width: 300px;
    height: 240px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.work .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);

}

.work .hover h3 {
    text-align: left;
    font-size: 18px;
    display: block;
}

.work .hover .hover-image {
    width: 100%;
    height: 100%;
}



#work-1 {
    background: url("./static/works/work-1.png");

    background-position: center;
    background-size: cover;
}

#work-2 {
    background: url("./static/works/work-2.png");
    background-position: center;
    background-size: cover;
}

#work-3 {
    background: url("./static/works/work-6.png");
    background-position: center;
    background-size: cover;
}

#work-4 {
    background: url("./static/works/work-4.png");
    background-position: center;
    background-size: cover;
}

#work-5 {
    background: url("./static/works/work-5.png");
    background-position: center;
    background-size: cover;
}

#tech-stack {
    padding: 40px 200px;
    min-height: 100vh;
}

#tech-stack #tabs {
    height: 80vh;
    display: flex;
    align-items: end;
}

.tech-stack-video {
    margin-bottom: 20px;
    width: 80%;
    margin: 5%;
}

#tech-stack #tabs ul li {
    margin-bottom: 10px;
}

.techItem-header {
    display: flex;
    font-size: 32px;

    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.techItem-header .techItem-number {
    width: 60px;
}

.techItem-content {
    display: none;
}

.techItem.active .techItem-content {
    display: block;
}

.techItem-contentInner {
    display: flex;
    gap: 50px;
    align-items: stretch;
    /* Stretch items to match content height */
}

.techItem-progress {
    width: 2px;
    background: #000;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.techItem-progressBar {
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scaleY(0);
    transform-origin: bottom;
    /* critical for filling from bottom */
}

.techItem-description span {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 5px;
}

.techItem-description span:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}


#achievments {
    background: #000;
    padding: 40px 200px;
    min-height: 100vh;
}

#achievments .row {
    display: flex;
    min-height: 100%;
    gap: 20px;
    margin-top: 100px;
}

#achievments .image-highlight h2 {
    color: #aaa;
    font-size: 16px;
    margin-bottom: 10px;
}

#achievments .image-highlight img {
    border-radius: 10px;
}

.achievment-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 50px;
    border-bottom: 0.5px solid #555;
}

.achievment-row span {
    font-size: 12px;
    text-transform: uppercase;
    color: #aaa;
    width: 20%;
}

.achievment-row h2 {
    font-size: 28px;
    text-align: center;
    width: 60%;
}

.achievment-row .arrow {
    width: 50px;
    height: 50px;
    background: #333;
    border-radius: 50%;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.achievment-row .arrow:hover {
    transform: rotate(-45deg);
    cursor: pointer;
}

#connect{
    min-height: 100vh;
    background: url("https://images.unsplash.com/photo-1720180320321-2a3d719d14f8?q=80&w=1112&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-size: cover;
    background-attachment: fixed;
    
    padding: 100px 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.connect-link{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #fff;
    padding: 5px 10px;
    cursor: pointer;
    align-items: center;
    transition: 0.5s ease-in-out;
}
.connect-link:hover{
    background: #14CF93;
    padding: 10px 20px;
    border: none;
}
.connect-link p{
    font-size: 18px;
    font-weight: 600;
}
.connect-link span{
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 1024px) {

    #bar {
        padding: 10px 30px;
    }

    #hero-section {
        height: 100vh;
        padding: 50px 20px;
    }


    #hero-section .middle-part {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #hero-section .middle-part div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #hero-section .middle-part div:nth-child(1) p {
        align-items: l;
    }

    #hero-section .middle-part img {
        width: 250px;
        height: 250px;
    }

    #hero-section .services p {
        font-size: 14px;
    }

    #about-section {
        padding: 20px 20px;
    }

    #about-section #about-detail p {
        font-size: 24px;
        line-height: 26px;
    }

    #about-detail-second {
        flex-direction: column;
    }

    #work {
        padding: 20px 20px;
    }

    #work .work-columns {
        flex-direction: column;
    }

    #work .work {
        height: 400px;
    }

    #tech-stack {
        padding: 20px 20px;
    }

    .techItem-description span {
    font-size: 14px;
}
    #achievments {
        padding: 20px 20px;
    }

    #achievments .achievment-row {
        padding: 10px 10px;
    }

    #achievments .achievment-row span {
        font-size: 12px;
    }

    #achievments .achievment-row h2 {
        font-size: 16px;
    }
    .achievments-table{
        margin-bottom: 20px;
    }
#connect{
    
    padding: 20px 20px;
}
}