
.slide-2{
    
    min-height: 100vh;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px;


}

.bento-box{
    width: 1200px;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;

}
.sliders{
    /* background-color: rgba(54, 54, 54, 0.88); ,rgba(70, 70, 70, 0.88),rgba(70, 70, 70, 0.88)*/
    background: linear-gradient(rgba(54, 54, 54, 0.88),rgba(54, 54, 54, 0.88));
    background-color: rgba(54, 54, 54, 0.88);
    z-index: 2;
    border-radius: 40px;
    
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0 cover 30%;
    transition: all 0.92s ease;
    -moz-animation: appear linear;
    -moz-animation-timeline:view() ;
    -moz-animation-range: entry 0 cover 30%;
}
.sliders:hover{
    background: linear-gradient(rgba(54, 54, 54, 0.88) 84%,rgba(0, 0, 0, 0.452));
    transition: background-color 0.92s ease;
}


@keyframes appear {
    from{
        scale: 0.6;
        opacity: 10%;
    }
    to{
        scale: 1;
        opacity: 100%;
    }
}


@keyframes blur1 {
    0%{
        filter:blur(5px);
        transform:translate(0px,10px)
    }
    30%{
        filter:blur(0);
    }
    50%{
        transform:translate(0px,-10px)
    }
    70%{
        filter:blur(0);
    }
    100%{
        filter:blur(5px);
        transform:translate(0px,10px)
    }
}

#right-main:hover{
    scale: 1.02;
    transition: all 0.22s ease ;
}
#left-main{
    background-color: rgba(0,0,0,0);
    height: 95%;
    width: 63.3%;

    display: flex;
    flex-direction: column;
    gap: 24px;

}
#summary-box{
    height: 47.3%;
    width: 100%;
    display: flex;
    transition: all 0.22s ease ;


}
#profile-box{
    background-color: rgba(0,0,0,0);
    display: flex;
    flex-direction: row;
    gap: 24px;
    height: 49.4%;
    width: 100%;

}


.blockContainer button,a{
    all: unset;

}
#block1{
    
}
.blockContainer{
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-items:center;
    overflow: hidden;
}
.blockContainer button{
    padding: 30px 60px;
    background:linear-gradient(rgba(235, 234, 234, 0.432),rgba(128, 128, 128, 0.281));
    box-shadow: 0px 0px 10px rgb(99,99,99);
    border-radius: 24px;

    color: rgb(255, 255, 255) ;
    font: 900;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: larger;
    text-shadow: 1.5px 1.5px 1px rgb(226, 166, 37);
}
.blockContainer button:hover{
    background:linear-gradient(rgba(255, 255, 255, 0.5),rgba(128, 128, 128, 0.37));
    box-shadow: 0px 0px 10px 2px rgb(134, 134, 134);
}
.blockContainer button:active{
    background:linear-gradient(rgba(218, 217, 217, 0.5),rgba(107, 107, 107, 0.37));
}
.cvBtn{
    height: 10px;
    width: 20px;
}
.cvBtn1{
    height: 20px;
    width: 24px;

}

#pfp{
    height: 100%;
    width: 49.4%;
    aspect-ratio: 1/1;
    
}
.pfp-img{
    width: 100%;
    object-fit: contain;
    border-radius: 40px;

    filter: blur(5px) brightness(0.8);
    animation: blur1 4s ease-in-out infinite;
    transition: all 0.22s ease ;
}
.pfp-img:hover{
    filter: blur(0) brightness(1);
    scale: 1.02;
    transition: all 0.22s ease ;

}

.summary{
    color: rgb(152, 162, 247);
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(16px,2vw,26px);
    font-weight: 700;
    margin: 20px;
}
#summary-box:hover{
    scale: 1.02;
    transition: all 0.06s ease ;

}
.head1{
    font-size: 28px;
    font-weight: 900;
}

.summary span{
    color: grey;
}
.summary span:hover{
    color: rgb(194, 194, 194);
}

@media screen and (max-width: 1280px) {
    .bento-box{
        width: 1050px;
        height: 700px;
        transition: all 0.8s ease;
    }
    

}

@media screen and (max-width: 1024px) {
    .bento-box{
        width: 900px;
        height: 600px;
        transition: all 0.8s ease;
    }
    .skillCard img{
        margin-left: 80% ;
        width: 34px;
    }
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 640px) {

}



@media screen and (max-width: 900px) {
    .bento-box{
        width: 750px;
        height: 500px;
        transition: all 0.8s ease;
    }
}

@media screen and (max-width: 600px) {

    
    .bento-box{
        width: 400px;
        height:1800px;
        transition: all 0.8s ease;
        flex-direction: column;
        gap: 20px;
        justify-content: start;
    }

    #right-main{
        height: 100px;
        width: 900%;
        display: flex;
    }
    #left-main{
        height: 50%;
        width: 90%;
    
        display: flex;
        flex-direction: column;
     
    
    }
    #profile-box{
        justify-content: center;
        align-items: center;
        height: 100%;
        flex-direction: column;
    }
    #block1{
        min-width: 100%;
    }
    #pfp{
        background-color: rgba(240, 248, 255, 0);
        background: none;
        min-width: 280px;

    }
    .pfp-img{

        filter: blur(5px) brightness(0.8);
    
        animation: blur1 4s ease-in-out infinite;
    }
    

    #summary-box{
        height: 300px;
    }

    .sliders{
        /* background-color: rgba(54, 54, 54, 0.88); ,rgba(70, 70, 70, 0.88),rgba(70, 70, 70, 0.88) */
        background: linear-gradient(rgba(54, 54, 54, 0.88),rgba(54, 54, 54, 0.88));
        background-color: rgba(54, 54, 54, 0.88);
        z-index: 2;
        border-radius: 40px;
        
        animation: appear linear;
        animation-timeline: view();
        animation-range: entry 0 cover 20%;
        transition: all 0.92s ease;
        -moz-animation: appear linear;
        -moz-animation-timeline:view() ;
        -moz-animation-range: entry 0 cover 10%;
    }
}