.card-img-top{
    text-align: center;
    font-size: 4rem;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    padding-top: none;
    padding-bottom: none;
    border-radius: 25px;
}
.card{
    --bs-card-border-width: 3px;
    border-color: transparent;
    border-radius: 25px;
    transition: 0.3s;
    background-color: transparent;

}

.cardColWrapper .card{
    margin: 1vw;
}
.card:hover{
    border-color: transparent;
    --bs-card-border-width: 3px!important;
}
.card .btn {
    border-radius: 25px;
    font-size: 18px;
}
.card .btn:hover {
    border-radius: 25px;
    color: #f6f6f6;
}
.cardColWrapper{
    justify-content: center;
    display: grid;
    margin-top: 1vw;
    margin-bottom: 1vw;
}
.subscript-text{
    font-weight: 600;
    font-size: 18;
}
.card-title{
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
.card-text{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
.card-text-top{
    font-size: 18px;
}
.outter-ul {
    display: flex;
    list-style: none;
    padding: 0;
    text-align: center;
    justify-content: center;
    position: absolute;
    bottom: 0; /* Aligns the UL to the bottom of the parent */
    left: 50%; /* Moves the left edge of the UL to the center of the parent */
    transform: translateX(-50%); /* Shifts the UL back by half its own width to center it */
    width: auto; /* Or set a specific width if needed */
}
.inner-li {
    margin-right: 4px; /* Adjust the space between the buttons */
}
.inner-li a{
    width: 163px;
}
.left-btn{
    border-top-right-radius: 10px!important;
    border-bottom-right-radius: 10px!important;

}
.right-btn{
    border-top-left-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
}
.deleteMyself{
    display: none!important;
}
.fullBtn{
    border-radius: 25px!important;
}




/*
Opening Section Styles:
*/

.card-top-top{
    text-align: center;
    font-size: 30px;
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-body.card-body-top {
    text-align: center; /* Center the text */
}
.card-body-top h2{
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
.accordion-button span{
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #FD6000;
}

.accordion{
    --bs-accordion-border-radius: 25px;
    --bs-accordion-border-width: 0;
    --bs-accordion-inner-border-radius: 25px;
    --bs-accordion-active-bg: #FFF7F3;
    --bs-accordion-bg: #FFF7F3!important;
    background: #FFF7F3!important;
    background-color: #FFF7F3!important;
    --bs-accordion-btn-focus-box-shadow: 0;
}
.accordion-body{
    background-color: #FFF7F3!important;
    border: 0px solid #FFF7F3;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top: 0;
}
@media (max-width: 1070px) {
    .card-top-top{
        margin-top: 10px;
        text-align: center;
        font-size: 50px;
        width: 85px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
.col-top-wrapper{
    justify-content: center;
    display: grid;
}
.cert-text{
    font-size: min(18px, 7vw);
    font-family: 'Raleway', sans-serif;
    line-height: 1.8;
    padding: 15px;
}
.cert-text-title{
    font-size: min(18px, 7vw);
    padding: 15px;
    padding-bottom: 0px!important;
    font-weight: 600;
}
.cert-text-wrapper{
    min-width: 290px;
    word-wrap: break-word;
    white-space: normal;
}
.cert-img{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 460px) {
    .cert-img-item{
        width: 320px!important;
        height: auto;
    }
}



.cert-img-item{
    justify-self: center;
}
.PDF-Download{
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    text-align: right;
    padding: 30px;
    transition: 0.3s;
    color: black;
}

.PDF-Download .bi{
    font-size: 24px;
}
.removeAtagStyles{
    color: black;
    text-decoration: none;
    transition: 0.3s;
}
.removeAtagStyles:hover{
    transition: 0.3s;
    color: #FD6000;
    text-decoration: none;
}

/*
 Title texts and Fonts
 */

 .work-title-text{
    font-weight: 800;
    color: #4721FF;
    font-size: min(42px, 7vw)!important;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding-bottom: 40px;
    margin: 0px;
 }

 .work-title-sub-icon{
    color: #4721FF;
    text-align: center;
    font-size: 42px;
    padding-right: 5px;
    transition: 0.3s;
 }
 .work-title-sub-icon:hover{
    color: #FD6000;

 }

#workSectionWrapper{
    padding-left: 20px;
    padding-right: 20px;
}
#workSection{
    padding-left: 20px;
    padding-right: 20px;
}
.timeStyleWork{
    font-style: italic;
}

/* Card Colors: */

.folder{
background: #FFC452;
background: radial-gradient(circle, rgba(255, 196, 82, 0.15) 0%, rgba(255, 255, 255, 1) 40%);
}
.html{
background: #FD6000;
background: radial-gradient(circle, rgba(253, 96, 0, 0.15) 0%, rgba(255, 255, 255, 1) 40%);
}
.js{
background: #F7DF1D;
background: radial-gradient(circle, rgba(247, 223, 29, 0.15) 0%, rgba(255, 255, 255, 1) 40%);
}
.java{
background: #F34336;
background: radial-gradient(circle, rgba(243, 67, 54, 0.15) 0%, rgba(255, 255, 255, 1) 40%);
}
.css{
background: #28A9DF;
background: radial-gradient(circle, rgba(40, 169, 223, 0.15) 0%, rgba(255, 255, 255, 1) 40%);
}
.json{
background: #9076A6;
background: radial-gradient(circle, rgba(144, 118, 166, 0.15) 0%, rgba(255, 255, 255, 1) 40%);
}
.ai{
background: #FF9A00;
background: radial-gradient(circle, rgba(255, 154, 0, 0.15) 0%, rgba(255, 255, 255, 1) 40%);
}
.al{
background: #0C5940;
background: radial-gradient(circle, rgba(12, 89, 64, 0.15) 0%, rgba(255, 255, 255, 1) 40%);
}
.py{
background: #38709F;
background: radial-gradient(circle, rgba(56, 112, 159, 0.15) 0%, rgba(255, 255, 255, 1) 40%);
}
.cplusplus{
background: #FF006E;
background: radial-gradient(circle, rgba(255, 0, 110, 0.15) 0%, rgba(255, 255, 255, 1) 40%);
}
