*{
    box-sizing: border-box;
}
.my-image{
    background-image: url('../images/img/bg-removed-min.png');
    background-size: cover;
    background-position-y: 20%;
}

.card-body{
    padding: 10px;
    height: 300px;
}

.cb-extended{
    height: 250px;
    /* padding-bottom: 0px; */
}

.cc-experience-header{
    height: 150px;
    padding-top: 20px !important;
}


p.about-company{
    color:white;
    font-size: 9px;
}
.skills-box{
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1rem;
    width: 100%;
    align-items: center;
}

.skill-badge{
    height: 1.5rem;
    width: 8rem;
    background-color: rgba(255, 254, 254, 0.74);
    border: 2px solid transparent;
    border-radius: 5%;
    text-align: center;
    text-transform: uppercase;
    color: green;
    box-shadow: 0.2rem 0.2rem 5px lightblue;
    transition: transform 0.3s ease; /* Add a transition for smooth animation */

}

.skill-badge:hover {
    transform: scale(1.2); /* You can adjust the scale factor as desired */
    background-color: green; /* Change background color on hover */
    color: white; /* Change text color on hover */
}
.yt-img{
    transform: scale(-1);
    /* height: 300px; */
}

.cc-porfolio-image img{
    height: 300px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

@media screen and (max-width: 680px) {
    .my-image{
        background-image: url('../images/img/bg-removed-min.png');
        background-size: cover;
        background-position-y: 20%;
        background-position-x: 20%;
        background-repeat: no-repeat;

    }
    /* .profile{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    } */
    .cb-extended{
        height: 550px;
        /* padding-bottom: 0px; */
    }
    .category{
        font-size: 10px;
    }
    .card-body{
        height: 0px;
        /* min-height: 300px; */
        /* overflow: scroll; */
    }
    .bs-info{
        height: 350px;
    }
    .skills-box{
        gap: 0.1rem;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 0.2rem;
        width: 100%;
        align-items: center;
        height: 300px;
    }
    
    .section#skill{
        padding: 0px;
    }
    .skill-badge{
        height: 0.8rem;
        width: 4rem;
        background-color: rgb(255, 245, 245);
        border: 1px solid transparent;
        border-radius: 5%;
        text-align: center;
        text-transform: uppercase;
        color: green;
        box-shadow: 0.1rem 0.1rem 5px lightblue;
        font-size: 6px;
        font-weight: 400;
    }
    .front{
        width: 300px;
    }
    .cs{
        padding: 0px;
        margin: 0px;
    }
    .skills-title{
        font-size: 10px;
    }
    .cc-porfolio-image img{
        height: 200px;
        /* display: flex;
        justify-content: center;
        align-items: center; */
    }
    .contact-to-me{
        /* padding: 0px; */
        margin: 0px;
        text-align:start;
        font-size: 12px;
    }
    .contact-to-me p{
        /* padding: 0px; */
        margin: 0px;
        text-align:start;
    }
    .contact-h1{
        /* padding: 0px; */
        margin: 2px;
        text-align:start;
        font-size: 14px;
    }

  }