.light-shadow {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
}

.light-shadow:hover {
    transition: all 0.1s ease-in-out;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}
.title {
    font-size: 3.25rem;
    line-height: 3.25rem;
}
.border-gradient-reverse {
    border: solid 3px transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, #f12711, #f5af19);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.course-logo {
    width: 25px;
    height: 25px;
}
.top-talents .border-gradient-reverse {
    border: solid 4px transparent;
}

.talent-avatar{
    width: 138px;
    height: 138px;
    background-position: center;
    background-size: cover;
}

.item .border{
    border-color: rgba(0,0,0,0.07) !important;
}

.img-product {
    background-position: center;
    background-size: cover;
    padding-bottom: 70%;
    width: 100%;
    border-radius: 5px;
}

.background-image-center{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.owl-carousel .owl-dots{
    position: absolute;
    top: -49px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
}

#available-talents .owl-carousel .owl-dots{
    top: 7px !important;
}

#featured-designer .owl-dots{
    top: -26px !important;
}

.border-talent-size{
    width: 60px;
    height: 60px;
}

.top-talents .border-talent-size{
    width: 160px;
    height: 160px;
}

@media only screen and (max-width: 360px) {

    .ranking-talents{
        font-size: 125px !important;
    }

    .talent-avatar{
        width: 90px !important;
        height: 90px !important;
        object-fit: cover;
    }
    .top-talents .border-talent-size{
        width: 110px !important;
        height: 110px !important;
    }
}

@media only screen and (max-width: 500px) {
    .ranking-talents{
        left: 0;
        top: 7%;
    }

    .talent-avatar-box{
        right: 0;
    }

    .talent-avatar{
        width: 100px;
        height: 100px;
        object-fit: cover;
    }
    .top-talents .border-talent-size{
        width: 121px;
        height: 121px;
    }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 992px) {
    #bgRisingStar{
        top: 11% !important;
    }

    .ranking-talents{
        left: 0 !important;
        top: 8% !important;
    }

    .talent-avatar-box{
        right: unset !important;
        left: 0;
    }

    /*.talent-avatar{*/
    /*    width: 100px;*/
    /*    height: 100px;*/
    /*    object-fit: cover;*/
    /*}*/
    /*.top-talents .border-talent-size{*/
    /*    width: 121px;*/
    /*    height: 121px;*/
    /*}*/
}

.bg-img-logo-company {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 5px;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #FEF6EB !important;
    border-color: #FEF6EB !important;
}

.custom-prev-ouwCarousel:disabled, .custom-next-ouwCarousel:disabled i{
    opacity: 0.2;
    cursor: default;
}


.w-fit-content{
    width: fit-content;
}

.h-fit-content{
    height: fit-content;
}


