@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Rubik', sans-serif;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 52px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 16px;
}

a:hover {
  text-decoration: none;
  color: red;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.line {
  width: 80%;
  height: 1px;
  background-color: #d8d8d8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-blog {
  font-size: 13px;
  color: #a1a1a1;
}

.judul-kategori {
  text-transform: lowercase;
}

.title-category {
  background-color: #DC3545;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  text-transform: lowercase;
}

.title-article {
  font-size: 17px;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section .image-category {
  height: 240px;
}

.navbar {
  padding: 20px 50px;
}

.navbar .navbar-nav {
  margin-right: 20px;
}

.navbar .navbar-nav .nav-item {
  margin-right: 30px;
}

.navbar .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 500;
}

.video-gallery img {
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.left-section img {
  height: 130px;
}

.right-section img {
  height: 100px;
}

.slide-preview img {
  height: 400px;
}

.section-detail {
  padding-left: 170px;
  padding-right: 170px;
  padding-bottom: 100px;
}

.section-detail img {
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-detail .description {
  padding: 0 20px;
}

.section-recomendation {
  background-color: rgba(247, 247, 247, 0.644);
}

.subscribe-section {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-section {
  padding-bottom: 20px;
}

.footer-section ul li {
  list-style-type: none;
}

@media screen and (max-width: 769px) {
  .video-pembuka {
    height: 200px;
  }
  .judul-kategori {
    font-size: 22px;
  }
  .navbar {
    padding: 20px;
  }
  .navbar .navbar-nav {
    margin-top: 20px;
  }
  .slide-preview img {
    height: 240px;
  }
  .hdn-mobile {
    display: none !important;
  }
  .section-detail {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-detail img {
    height: 250px;
  }
  .section-detail .title-detail {
    font-size: 32px;
  }
  .section-detail .description {
    padding: 0 5px;
  }
}
/*# sourceMappingURL=main.css.map */