
.container-fluid {
    background-color: 	#e0f0e3;
    /*  #E1F0DA */
}

.container-fluid2 {
    height: 100%;
    width: 100%;
    background: linear-gradient(245.59deg, #a2f0b0 0%, #75c57c 28.53%, #5e8162 75.52%);

}

.banner {
    /* background: url("img/Bg5.jpg") no-repeat center center; */
    background-size: cover;
    /* padding-top: 20%;
    padding-bottom: 20%; */
    
}

.navbar li{
    border-bottom: 2px solid transparent;
    transition: all .45s ease;
}

.navbar li:hover{
    border-bottom: 2px solid white;
}

.hero-img {
    padding-top: 10%;
    /* padding-bottom: 15px; */
    width: 100%;
    height: 100%;
}

.nama{
    overflow: hidden;
    background: linear-gradient(100deg, #d1d1d1, #ffffff, #000000);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 3.5s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.5);
}
@keyframes animate {
    0%
    {
        background-position: -500%;;
    }
    100%
    {
        background-position: 500%;;
    }
}

.display-2 {
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3d3c3c;
    text-shadow: 5px 5px 5px #464141;
    padding-top: 5%;
    /* padding-bottom: 15px; */
}

.display-7 {
    font-family: "Satisfy", cursive;
    font-weight: 800;
    font-style: normal;
    color: #3d3c3c;
    text-shadow: 10px 10px 10px #464141;
    padding-bottom: 10%;
}

.clearfix {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

.crop-img {
    object-fit: cover;
}

.lingkaran {
    display: inline-block;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: auto;
    color: #fff;
    background-color: darkgray;
}

.lingkaran svg {
    position: relative;
    top: 30px;
}

.lingkaran2 {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: auto;
    color: #000000;
    background-color: darkgray;
}

.lingkaran2 svg {
    position: relative;

}
.card-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardsliding {
    margin: 0 .5em;
    width: calc(100%/3);
    border: none;
    border-radius: 0;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}

.carousel-inner {
    padding: 1em;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev span,
.carousel-control-next span {
    width: 1.5rem;
    height: 1.5rem;
}


.map-area {
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.map-area iframe {
    width: 80%;
    height: 500px;
    border: none;     
}

@media (max-width: 991px) {
    .map-area {
        width: 100%;
        height: 400px;
        text-align: center;
    }
}

