#tech{
    width: 100%;
    height: auto;
    background-color: #ffff;
    z-index: 100;
    padding-bottom: 100px;
}

#TechStack{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 20px;
}

.skillDiv{
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    background-color: #ffff;
}

.content1{
    /* background-color: black; */
    height: auto;
    max-width: 70rem;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding-top: 7rem;
    padding-bottom: 5rem;
    z-index: 10;
}

@media screen and (max-width: 900px) and (min-width: 499px) {
    .content1{
        /* background-color: black; */
        height: auto;
        max-width: 62rem;
        position: relative;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4rem;
        padding-top: 10rem;
        z-index: 10;
    }

    .icon{
        height: 150px;
        width: 150px;
        background-color: lightblue;
        padding: 10px;
        border-radius: 8px;
        margin: 10px;
        margin-bottom: 20px;
        scale: 0.8;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 500px) and (min-width: 365px) {
    .content1{
        /* background-color: black; */
        height: auto;
        max-width: 25rem;
        position: relative;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4rem;
        padding-top: 10rem;
        z-index: 10;
    }
     
}

#tech-container{
    background-color: #ffff;
}

@media screen and (max-width: 1035px) {
    .skillDiv{
        padding: 3rem 0rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
    }
}

@media screen and (max-width: 900px){
   
    #tech{
        width: 100%;
        margin: auto;
        height: auto;
        background-color: #ffff;
        z-index: -100;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 750px){
   
    #tech{
        width: 100%;
        margin: auto;
        height: auto;
        background-color: #ffff;
        z-index: -100;
        padding-bottom: 80px;
    }
}


@media screen and (max-width: 480px) {
  
    #tech{
        width: 100%;
        height: auto;
        background-color: #ffff;
        z-index: -100;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 406px){

    #tech{
        width: 100%;
        height: auto;
        background-color: #ffff;
        z-index: -100;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 369px) {
    #tech{
        width: 100%;
        height: auto;
        background-color: #ffff;
        z-index: -100;
        padding-bottom: 0px;
    }
}

#TechStack > div >  h3{
    color: #147EFB;
    margin-bottom: 1rem;
    text-align: center;
}

#TechStack > div > h4{
    font-size: 1.6rem;
    font-weight: 700;
    color: #2D2E32;
    margin-bottom: 1.8rem;
    line-height: 2.3rem;
    text-align: center;
}

#skillsGrid{
    background-color: #F9F9F9;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    opacity: 10;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 15px;
    overflow: hidden;
    justify-items: center;
    align-items: center;
}

.icon{
    height: 150px;
    width: 150px;
    background-color: lightblue;
    padding: 10px;
    border-radius: 8px;
    margin: 10px;
    margin-bottom: 20px;
    scale: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}



@media screen and (max-width:805px) and (min-width: 477px){
    #skillsGrid{
        background-color: white;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 10px;
        opacity: 10;
    } 
}

@media screen and (max-width: 477px) and (min-width: 200px){
    #skillsGrid{
        background-color: white;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px;
        opacity: 10;
    }

    .icon{
        height: 130px;
        width: 130px;
        background-color: lightblue;
        padding: 10px;
        border-radius: 8px;
        margin: 10px;
        margin-bottom: 20px;
        scale: 0.8;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }
}


.icon{
    display: flex;
    gap: 1rem;
    align-items: center;
    transition: all ease-in-out .4s;
}

.icon:hover{
    display: flex;
    gap: 1rem;
    align-items: center;
    padding-bottom: 3rem;
    background-color: lightgoldenrodyellow;
}

#resumeBtnDiv{
    padding: 0 2rem;
}

#resumeBtn{
    border-radius: 15px;
    background-color: #147EFB;
    border: 2px solid #ffff;
    font-weight: bold;
    font-size: x-large;
    padding: 10px 30px;
    color: #ffff;
}

@media screen and (max-width: 900px) and (min-width: 499px){
    #resumeBtnDiv{
        padding: 0 2rem;
        margin: auto;
    }
}

@media screen and (max-width: 900px) and (min-width: 499px){
    #resumeBtnDiv{
        padding: 0 2rem;
        margin: auto;
    }
}

@media screen and (max-width: 500px) and (min-width: 0px){
    #resumeBtnDiv{
        padding: 0 2rem;
        margin: auto;
    }
}

