@font-face {
  font-family: "Roboto-BlackItalic";
  src: url(../font/Roboto-BlackItalic.ttf);
}
@font-face {
  font-family: "Roboto-Bold";
  src: url(../font/Roboto-Bold.ttf);
}
@font-face {
  font-family: "Roboto-BoldCondensed";
  src: url(../font/Roboto-BoldCondensed.ttf);
}
@font-face {
  font-family: "Roboto-BoldCondensedItalic";
  src: url(../font/Roboto-BoldCondensedItalic.ttf);
}
@font-face {
  font-family: "Roboto-BoldItalic";
  src: url(../font/Roboto-BoldItalic.ttf);
}
@font-face {
  font-family: "Roboto-Condensed";
  src: url(../font/Roboto-Condensed.ttf);
}
@font-face {
  font-family: "Roboto-CondensedItalic";
  src: url(../font/Roboto-CondensedItalic.ttf);
}
@font-face {
  font-family: "Roboto-Italic";
  src: url(../font/Roboto-Italic.ttf);
}
@font-face {
  font-family: "Roboto-Light";
  src: url(../font/Roboto-Light.ttf);
}
@font-face {
  font-family: "Roboto-LightItalic";
  src: url(../font/Roboto-LightItalic.ttf);
}
@font-face {
  font-family: "Roboto-Medium";
  src: url(../font/Roboto-Medium.ttf);
}
@font-face {
  font-family: "Roboto-MediumItalic";
  src: url(../font/Roboto-MediumItalic.ttf);
}
@font-face {
  font-family: "Roboto-Regular";
  src: url(../font/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto-Thin";
  src: url(../font/Roboto-Thin.ttf);
}
@font-face {
  font-family: "Roboto-ThinItalic";
  src: url(../font/Roboto-ThinItalic.ttf);
}
@font-face {
  font-family: "Teko-Bold";
  src: url(../font/Teko-Bold.ttf);
}
@font-face {
  font-family: "Teko-Light";
  src: url(../font/Teko-Light.ttf);
}
@font-face {
  font-family: "Teko-Medium";
  src: url(../font/Teko-Medium.ttf);
}
@font-face {
  font-family: "Teko-Regular";
  src: url(../font/Teko-Regular.ttf);
}
@font-face {
  font-family: "Teko-SemiBold";
  src: url(../font/Teko-SemiBold.ttf);
}
@font-face {
    font-family: 'Futura light';
    src: url("../font/FuturaStd-Light.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura Bold';
    src: url("../font/FuturaStd-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura Heavy';
    src: url("../font/FuturaStd-Heavy.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: "Roboto-Regular";
}

.roboto {
  font-family: "Roboto-Regular" !important;
}
.teko {
  font-family: "Teko-Regular" !important;
}

.nav-link {
  font-family: "Teko-Regular";
  letter-spacing: 0.68px;
}

.navbar {
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
}

.navbar-nav {
  padding: 20px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 10000000;
}

.sidenav a {
  /* padding: 8px 8px 8px 32px; */
  text-decoration: none;
  font-size: 20px;
  color: #999999;
  /* display: block; */
  transition: 0.3s;
}

/* .sidenav a:hover {
  color: #f1f1f1;
} */

#mySidenav .nav-link:hover {
  color: #000;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color:#000000;
}

#main {
  margin-top: 80px;
}

footer label {
  color: #FFFFFF;
  font-weight: bold;
  margin: 20px 0;
}
footer li {
  color: #999999;
}

footer ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

.selengkap{
  color: #545454;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}


.featurette-image {
  object-fit: cover;
  height: 400px;
  width: 100%;
  margin: 20px 0;
}


.line-clamp{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}



@media (min-width: 576px) { 

}

@media (min-width: 768px) { 
  .sosmed {
    float: right;
  }  
  .home-height {
    height: 50px;
  }
  
  .featurette-image {
      margin: 0;
  }
  .navbar{
    padding: .5rem 5rem;
  }
}

@media (min-width: 992px) { 

}

@media (min-width: 1200px) {

}



.card-img-wrap {
  overflow: hidden;
  position: relative;
}
.card-img-wrap:after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.3);
  opacity: 0;
  transition: opacity .25s;
}
.card-img-wrap img {
  transition: transform .25s;
  width: 100%;
}
.card-img-wrap:hover img {
  transform: scale(1.2);
}
.card-img-wrap:hover:after {
  opacity: 1;
}

.shadow {
    box-shadow: 0px 2px 8px 5px rgba(0,0,0,.15) !important;
}

.shadow-hover:hover {
    box-shadow: 0px 2px 8px 5px rgba(0,0,0,.15) !important;
}

.no-plr {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 576px) { 
  body {
      overflow-x: hidden !important;
  }
  .container {
      max-width: 100% !important;
      overflow-x: hidden !important;
  }
  .no-plr-m {
    padding-left: 0;
    padding-right: 0;
  }
}

.slick-slider .slick-arrow{
  z-index: 10;
}