h1.display-1 {
    font-family: "Montserrat", serif;
    font-weight: 600;
}

#section-1{
    background: url(../img/home.png) no-repeat right / contain;
    
}  
#profile-illustration{
    width: 60%;
    background-image: url(../img/profile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right; 
}  

#jumbotron-profile{
    background-image: url(../img/profile-detail.jpg);
    background-size: cover;
    height: 300px;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-item .card-body a{
    z-index: 10;
    position: relative;
}

#map {
    height: 500px;
    width: 100%;
}

.overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;

}

#section-2{
    padding-top: 100px;
    padding-bottom: 30px;
}

.truncate-three-lines{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-justify{
    text-align: justify;
}

#cards .card {
    border: 2px black;
}

#whatsapp{
    width: 60px; 
    -webkit-filter: drop-shadow(0px 0px 10px #222); 
    filter: drop-shadow(0px 0px 10px #222);
}

#carouselMobile{
    display:none;
}

#carouselExample{
    display: inline;
}

.img-team{
    width: 200px;
    mask: radial-gradient(circle at top, black 70%, transparent 72%);
    -webkit-mask: radial-gradient(circle at top, black 70%, transparent 72%); /* Untuk browser berbasis WebKit */
}

#section-4 img{
    width: 70%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#section-3{
    background: linear-gradient(180deg, rgb(221, 221, 221), rgb(245, 245, 245));
}


#section-5{
    background: linear-gradient(180deg, rgb(165, 165, 165), rgb(245, 245, 245));
}

.name-crew{
    margin-top: 80px;
}

.background-card-team{
    border-radius: 50px; 
    width: 200px; 
    height: 150px;
}

@media (max-width :992px) {
    #cards .card-title{
        font-weight: 600;
        font-size: x-large;
    }

    .name-crew{
        margin-top: 10px;
    }

    #cards .card-description{
        font-weight: 400;
        font-size: x-large;
    }

    #cards .card-detail{
        font-weight: 200;
        font-size: large;
    }

}

@media (max-width: 768px) {

    #section-1{
        background: url(../img/home.png) no-repeat right / cover;
    }    

    .card-team{
        height: 250px;
    }


    #section-1 .container-fixed img{
        margin-top: 50px;
        margin-bottom: 50px;
    }


    #section-2{
        padding-top: 50px;
        padding-bottom: 50px;
    }


    #profile-illustration{
        display: none;
    }  

    #carouselMobile{
        display: inline;
    }

    #carouselExample{
        display: none;
    }
    

    #section-2{
        padding-top: 200px;
    }

    #cards{
        margin-top: -100px;
    }

    #cards .card{
        margin-bottom: 10px;
    }

    #cards .container{
        align-items: center;
    }

    /* .background-card-team{
        border-radius: 50px; 
        width: 100%; 
        height: 50px;
    } */

}

