.text-wrap-custom-home {
    margin-left: 5%;
    margin-right: 5%;
}

.text-wrap-custom-about {
    margin-left: 5%;
    margin-right: 25%;
}

.text-justify {
    text-align: justify;
}

.font-bold {
    font-weight: bold;
}

.content-title-custom {
    font-size: 1.5rem;
    line-height: 1.2;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: .9375rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    letter-spacing: 0rem;
    font-weight: bold;
    color: black;
    text-align: center;
    min-height: 3lh;
}

.content-title-roles-skills {
    font-size: 1.5rem;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Gill Sans',
        'Gill Sans MT',
        Calibri,
        'Trebuchet MS',
        sans-serif;
    letter-spacing: 0rem;
    font-weight: bold;
    color: white;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}


.ico-box-custom {
    padding: 1rem .9375rem 0rem .9375rem;
    text-align: center;
    position: relative;
    -webkit-transition: box-shadow linear .5s;
    -o-transition: box-shadow linear .5s;
    -webkit-transition: -webkit-box-shadow linear .5s;
    transition: -webkit-box-shadow linear .5s;
    transition: box-shadow linear .5s;
    transition: box-shadow linear .5s, -webkit-box-shadow linear .5s;
    overflow: hidden;
    letter-spacing: 0rem;
    line-height: 1.4rem;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ico-box-custom h4 {
    margin-top: 5px;
}

.roles-skill-title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: white;
}

.min-height-line-seven {
    min-height: 7lh;
}

.min-height-line-eight {
    min-height: 8lh;
}

.wrap-roles-skills {
    margin-top: 1rem;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}



/* Custom Item Portfolio */
.img-item-portfolio {
    float: left;
    width: 20%;
    height: auto;
    min-height: 20px;
    max-height: 20px;
    object-fit: cover;

}

.text-item-portfolio {
    float: left;
    width: 80%;
    padding-left: 10px;
    line-height: 1.2;
    color: #575757;
    font-family: 'Poppins',
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-size: 10px;
    min-height: 2lh;
}

/* Clear floats after the columns */
.row-portfolio {
    content: "";
    display: table;
    clear: both;
    align-items: center;
    justify-content: center;
}


.wrap-roles-skills {
    display: flex;
    gap: 5px;
    gap: 5px 5px;
    row-gap: 5px;
    column-gap: 10px;
    justify-content: space-around;
    flex-wrap: wrap;


}


.item {
    padding: 10px 20px;
    margin: auto;
    text-align: center;
    color: black;
    flex-grow: 8;
    border-radius: 15px 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.192);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(43, 43, 43, 0.568);

}

.padding-roles-skills {
    padding-top: 20px;
    padding-bottom: 20px;
}

.owl-carousel .slide-item-large img {
    min-height: 80px;
    /* min-width:100%; */
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .img-item-portfolio {
        width: 100%;
        margin-bottom: 10px;
        max-height: 100%;
        height: auto;

    }

    .text-item-portfolio {
        width: 100%;
    }

    .wrap-roles-skills {
        margin-top: 20px;
    }


}

@media screen and (max-width:990px) {
    .text-wrap-custom-home {
        margin-top: 10px;
        margin-left: 0%;
        margin-right: 0%;
    }

    .text-wrap-custom-about {
        margin-top: 10px;
        margin-left: 0%;
        margin-right: 0%;
    }

    .wrap-roles-skills {
        margin-top: 20px;
    }
}


/*switch styles*/
:root {
    --switches-bg-color: #3C84F6;
    --switches-label-color: white;
    --switch-bg-color: white;
    --switch-text-color: #3C84F6;
}

.switches-container {
    width: 7rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: var(--switches-bg-color);
    line-height: 2rem;
    border-radius: 1rem;
    margin-left: auto;
    margin-right: auto;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--switches-label-color);
}

/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.20rem;
    z-index: 3;
    transition: transform .2s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
    border-radius: 3rem;
    background: var(--switch-bg-color);
    height: 100%;
}

/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status 
*/
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color);
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: bold;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}