body, html {
    height: 100%;
}
.bg_full { 
    /* The image used */
    background-image: url("../images/bg_awal.jpg");
    /* Full height */
    height: 100%; 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed;
}
.row{
    padding: 0px !important;
    margin: 0px !important;
}
/* .sec1{
    padding-top: 15% !important;
    height: 70%;
    background: rgba(3, 53, 15, 0.7);
    color :white;
} */
.sec1{
    /* padding-top: 7% !important; */
    height: 100%;
    padding-top: 15% !important;
    text-align: center;
    background: rgba(43, 33, 33, 0.582);
    /* background-image: url("../images/bg_awal.jpg"); */
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed;
    color :white;
    /* margin:0px !important; */
}
.carousel .carousel-item>img {
    width: 40% !important; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: white solid 5px;
    /* margin-left: 25%; */
}
/* @media screen and (min-width: 781px) {
    .sec1{
        padding-top: 17% !important;
        
    }
} */
.sec2{
    /* margin-top: 20px !important; */
    padding: 80px 50px !important;
    background: #fcfcfc;
}
@media screen and (max-width:425px) {
    .sec1{
        padding-top: 30% !important;
        
    }
    .sec2{
        margin-top: 140px !important;
        
    }
    .carousel .carousel-item>img {
        width: 100% !important; 
        margin-left: 0%;
    }
}

h1,h2{
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.445)
}
a {
    color:black;
}

.card-content{
    height : 150px !important;
}


.card-image img{
    height : 150px !important;
}

.slider .indicators .indicator-item {
    background-color: #666666;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    display: none;
  }
  .slider .indicators .indicator-item.active {
    background-color: #ffffff;
    display:none;
  }
  /* .slider {
    width: 100%;
    height: 100% !important;
    margin: 0 auto;
  }
  .slider .indicators {
    bottom: 60px;
    z-index: 100;
    text-align: center;
  }
  .slides li div{
    height: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed;
  } */

  