body {
    background: radial-gradient(circle at 10% 10%, rgba(255, 200, 87, 0.06), transparent 8%), radial-gradient(circle at 90% 90%, rgba(99, 102, 241, 0.04), transparent 6%), linear-gradient(135deg, #07142a 0%, #0b2746 50%, #012a4a 100%)!important;
    font-family: 'Montserrat', sans-serif!important;
    font-size: 14px!important;
    /* background: url('../img/bg-img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

img.logo {
    width: 100px;
    height: auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 3px;
}

nav {
    background-color: #213E7B!important;
}

nav a.logo {
    font-size: 16px;
    font-weight: 600;
}

nav .nav-link {
    color: #fff;
}

.section-1 a {
    color: #fff;
    text-decoration: none;
}

.section-1 img {
    width: 100%;
    max-width: 283px;
    height: 450px;
}

.section-1 .splide__slide {
    width: 100%!important;
    max-width: 283px;
    padding: 0 5px;
}

.talent .card {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.talent .img-talent {
    width: 100%;
    max-width: 300px;
    height: 400px;
    object-fit: cover;
    margin: auto;
}

.talent h5.card-title {
    font-size: 16px;
    font-weight: 700;
}

.talent p.card-text {
    font-size: 14px;
    font-weight: 400;
}

.talent .bg {
    background-color: #e4e4e4;
    padding: 10px;
    border-radius: 50%;
    width: 100%;
    max-width: 35px;
    height: 35px;
}

.talent img.sosmed {
    display: block;
    width: 15px;
    height: 15px;
}

.talent .zoom {
    transition: transform .2s;
}

.talent .zoom:hover {
    -ms-transform: scale(1.02);
    /* IE 9 */
    -webkit-transform: scale(1.02);
    /* Safari 3-8 */
    transform: scale(1.02);
}

@media screen and (max-width:430px) {
    .talent .img-talent {
        max-width: 150px;
        height: 225px;
    }
}

.detail-profile .profile {
    position: sticky;
    top: 120px;
}

.detail-profile .talent .img-talent {
    width: 100%;
    max-width: 200px;
    height: 300px;
}

.detail-profile iframe {
    height: 200px;
}

@media screen and (max-width:430px) {
    .detail-profile iframe {
        height: 350px;
    }
    .detail-profile .profile {
        position: relative;
        top: 0;
    }
}

.user-info {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin: 5px 0;
}

.user-info-title {
    font-weight: 600;
    min-width: 150px;
    text-align: start;
}

@media screen and (max-width:430px) {
    .user-info-title {
        min-width: 80px;
    }
}

footer {
    background-color: #213E7B;
}

footer span {
    font-size: 12px;
    font-weight: 700;
}