body{
    background-color: rgb(0, 0, 0);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    user-select: none;
    color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
    /* cursor:none; */
}

/* width */
::-webkit-scrollbar {
    width: 7px;
}
  
/* Track */
::-webkit-scrollbar-track {
background-color: rgba(193, 167, 255, 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
background: rgba(101, 90, 255, 0.08); 
cursor: pointer;
border-radius: 15px;
}
/* Handle */
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: rgba(82, 54, 243, 0.192); 
}

.contain{
    height: auto;
    background-color: rgba(245, 245, 220, 0);
    margin: 2%;
}
.profile{
    background-color: rgba(0, 255, 255, 0);
    width: 22%;
    display: inline-block;
    
}
.profile>img{
    width: 100%;
    object-fit: cover;
    transition: 2s;
    border-radius: 7px;
}
.profile>img:hover{
    box-shadow: 0px 0px 20px white;
}

#canvas {
    background: rgba(88, 88, 88, 0);
    max-width: 50%;
}
#defaultCanvas0 {
    position: absolute;
    z-index: -1;
    margin: -0.2vh;
}

.scrolBG{
    -webkit-appearance: none;
    background: #00000000; 
}
.scrolBG::-webkit-slider-thumb{
    background: #04AA6D;
    cursor: e-resize;
}
.scrolBG::-moz-range-thumb{
    background: #04AA6D;
    cursor: e-resize;
}

#news{
    display: inline-block;
    max-width: 570px;
    width: 100%;
}

.bAction{
    display: inline-block; 
    background-color: rgba(83, 43, 226, 0); 
    width: 28%; 
    overflow-wrap: break-word; 
    margin: 1%; 
    padding: 1%; 
    vertical-align: top;
    transition: 2s;
    font-size: 25px;
    border-radius: 7px;
}
.bAction hr{
  height: 1px;
  border: 0;
  border-top: 2px solid #0000001f;
}
.bAction a{
    cursor: pointer;
    text-decoration: none;
    color: black;
}
.bCase{
    display: inline-block; 
    background-color: rgba(55, 43, 226, 0); 
    width: 90%; 
    overflow-wrap: break-word; 
    vertical-align: top;
    overflow-y: hidden; 
    height: 100%;
    max-height: 0px;
    transition: 2s;
    font-size: 20px;
    overflow-y: scroll;
    border-radius: 7px;

}
.nCase{
    background-image: url("../media/nis/ofc.png");
    background-size: cover;

    width: 92%;
    display: inline-block;
    margin: 2vh;
    max-width: 500px;
    aspect-ratio: 1.618;
    transition: 2s;
    position: relative;
    filter: opacity(85%);
    overflow: hidden;
    border-radius: 7px;
}
.nCase  hr{
    height: 1px;
    border: 0;
    border-top: 2px solid #ffffff52;
    width: 90%;
}
.nCase>img{
    width: 100%;
    object-fit: cover;
}
.nCase>.nAct{
    background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.6));
    filter: opacity(100%);
    color: white ;
    font-size: 90%;
    position: absolute;
    bottom: 0%;
    right: 0px;
    left: 0;
    transition: 1s;
    filter: opacity(50%);
    padding: 3%;
}
.nAct b{
    text-transform: uppercase;
    font-size: 100%;
    text-shadow: 0px 0px 5px #000;
}
.nCase:hover{
    background-color: rgba(255, 255, 255, 0.575);
    box-shadow: 0px 0px 20px white;
    cursor:auto;
    filter: opacity(100%);
}
.nCase:hover>.nAct{
    filter: opacity(100%);

}
.bAction:hover{
    background-color: rgba(255, 255, 255, 0.246);
    box-shadow: 0px 0px 20px white;
    cursor:auto;
}
.bAction:hover> .bCase{
    max-height: 100px;

}

div.contBox::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0); 
    cursor: pointer;
    border-radius: 0px;
    border-bottom: solid ;
    filter: opacity(10%);
}
.contntCase{
    text-align: left;
}
.contBox{
    border-left: solid 3px ;  
    margin: 10px; 
    padding: 20px; 
    display: flex; 
    overflow-x: scroll; 
    scroll-snap-type: x mandatory;
}

.contItm{
    scroll-snap-align: 
    center;display: inline-block; 
    padding: 10px; 
    border: solid 2px; 
    border-radius: 10px; 
    min-width: 200px; 
    max-width: 450px;
    margin: 5px; 
}
.contItm>a{
    text-decoration: none; 
    color: inherit;
}
.contSkill{
    scroll-snap-align: center;
    display: inline-block; 
    padding: 10px; 
    border: solid 2px; 
    border-radius: 10px;  
    margin: 10px; 
}
.contImg{
    display: block; 
    background-color: currentcolor;
    mask-position: center; 
    mask-size: 50%; 
    mask-repeat: no-repeat; 
    /* mask-image: url('media/svgs/python.svg');  */
    width: 90px; 
    height: 50px; 
    filter: opacity(70%);
}


.overlay{
    display:none;
    position:fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    cursor: auto;
    overflow-y: scroll;
    animation-name: faseIn;
    animation-duration: 2s;
    background-color: rgba(200, 240, 260, 0.7);
    /* background-color: rgba(0, 60, 90, 0.7); */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: 2s;
    color: inherit;
    text-shadow: 0px 0px 15px #ffffff6c;

}
.imgLay{
    
    background-image: url("https://images.unsplash.com/photo-1681502780886-948a945d4cf5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDE4fHx8ZW58MHx8fHx8&w=1000&q=80");
    background-size: cover;

    width: 90%;
    max-width: 1000px;
    display: inline-block;
    aspect-ratio: 1.618;
    position: relative;
    overflow: hidden;
    margin: 20px;
    background-color: rgba(199, 209, 255, 0.699);
    box-shadow: 0px 0px 10px white;
    cursor:auto;
    filter: opacity(100%);
    border-radius: 7px;
}
.imgLay>#titleL{
    
    background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.9));
    color: white ;
    font-size: 90%;
    position: absolute;
    bottom: 0%;
    right: 0px;
    left: 0;
    transition: 1s;
    padding: 3%;

    text-transform: uppercase;
    font-size: 100%;
    text-shadow: 0px 0px 5px #000;
}
.pLay{
    padding:  5vw 0px 5vw 0px;
    vertical-align:top;
    max-width: 300px;
    display: inline-block;
    text-align: left;
    
}
.pLay >a{
    text-decoration: none;
    color: inherit;
}
.hLay{
    padding:  5vw 0px 5vw 0px;
    max-width: 60%;
    display: inline-block;
    text-align: left;

}
@keyframes faseIn{
  from {
    filter: opacity(0%);    
    }
  to {
    filter: opacity(100%);    
    }
}
@keyframes faseOut{
  from {
    display:block;
    filter: opacity(100%);    
    }
  to {
    display:none;
    filter: opacity(0%);    
    }
}

.scrollArea{
    display: block; 
    max-width: 1100px; 
    background-color: rgb(255, 255, 255);
    padding: 10px 14%;
    margin: auto; 
    height: 94.5vh; 
    overflow: hidden; 
    overflow-y: scroll;
}


@media only screen and (max-width: 1100px) {
    .navB{
        padding: 0.1vw 2vw ;
        font-size: 3.5vw;
        margin-right: 0%;
    }
    .navDrop{
        padding: 0.1vw 2vw ;
        font-size: 3vw;
        margin-right: 0%;
    }
    #news{
        display: inline-block;
    }

}
@media only screen and (max-width: 600px) {
    .profile{
        width: 30%;
        height: 30%;
        transition: 0.5s;
    }
    .scrollArea{
        padding: 10px;
        height: 86vh;
    }
    .navB{
        padding: 0.1vw 2vw ;
        font-size: 5.5vw;
        margin-right: 0%;
    }
    .navDrop{
        padding: 0.1vw 2vw ;
        font-size: 5vw;
        margin-right: 0%;
    }
    .nCase{
        filter: opacity(90%);
    }
    .nCase>.nAct{
        filter: opacity(100%);
    
    }
    #news{
        display: none;
    }
    .bAction{
        width: 40%;
    }
    .bAction> .bCase{
        max-height: 100px;
    
    }
    .hLay{
        max-width: 85%;
    }
}