/* Custom Classes */
.px_10_all {
    padding: 10px !important;
}

.pb_none {
    padding-bottom: 0% !important;
}

.mb_none {
    margin-bottom: 0% !important;
}

@media (max-width: 480px) {
    .mh_100vh_small {
        min-height: 100vh !important;
    }
}

/* Progress bar on skills  */
.progress-element {
    /* width: 200px; */
    margin: 0 0 2px;
}

.progress-container {
    background: transparent;
    height: 25px;
}

.progress-container progress {
    width: 100%;
    height: 10px;
    vertical-align: text-top;
    accent-color: #fff;
}

.progress-container ::-webkit-progress-value {
    background-color: red;
}

.progress-container ::--moz-progress-bar {
    background-color: orange;
}

.skill_progress p {
    margin-bottom: 2px !important;
}

/* for the searching of social  */
#myUL {
    max-height: 490px;
    overflow-x: hidden;
    overflow-y: auto;
}

@media (max-width: 480px) {
    #myUL {
        max-height: 310px;
    }
}

#myUL li a {
    display: block
}

#myUL li a span {
    display: none;
}

#myInput {
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.4);
    outline: none;
    border: 1px solid gray;
    border-radius: 5px;
    color: #fff;
    width: 60%;
}

@media (max-width: 480px) {
    #myInput {
        width: 90%;
    }
}

#notFound {
    display: none;
}

.innerSocialCont {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 1rem;
    background-color: rgb(255 255 255 / 3%) !important;
}

/* v1  */
.ph-image-inner {
    position: relative;
    overflow: hidden;
}

.ph-image-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scroll-loop-image {
    object-position: 0% 0%;
}

a.portfolio-list-item:hover .scroll-loop-image {
    animation: scrollImage 15s linear infinite;
}

@keyframes scrollImage {
    0% {
        object-position: 0% 0%;
    }

    50% {
        object-position: 0% 100%;
    }

    100% {
        object-position: 0% 0%;
    }
}
