/* RESPONSIVE 1000 */
@media (max-width: 1000px) {
  .navbar {
    margin-top: 0 !important;
  }

  .navbar .navbar-nav {
    width: 60%;
    position: fixed;
    flex-direction: column;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    background: #161821;
    align-items: center;
    padding-top: 100px;
    z-index: 1;
    display: none;
    transition: all 0.5s;
  }

  .navbar .navbar-nav.slide {
    display: flex;
  }

  .navbar .nav-item .nav-link {
    padding-top: 50px;
    margin-left: 0;
    z-index: 1;
  }

  .menu-toggle {
    display: flex;
  }

  .menu-toggle input {
    width: 160px;
  }

  .hero {
    padding-bottom: 100px;
  }
}

/* RESPONSIVE 700 */
@media (max-width: 768px) {
  .navbar-nav {
    flex-direction: unset;
  }

  .footer .signed-logo {
    float: right;
    margin-bottom: 60px;
  }

  body h2 {
    font-size: 30px !important;
  }

  .hero h4 {
    font-size: 20px;
  }

  .hero .hero_img {
    margin-top: 20px;
  }

  /* .programming img,
  .tools img {
    max-height: 50px;
    padding-right: 25px;
  } */

  .tools .filmora {
    margin-left: -20px;
  }

  .about_img {
    margin-left: 12px;
  }

  .apotek {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .carousel img {
    height: 400px;
  }
}

/* RESPONSIVE 576 */
@media (max-width: 576px) {
  .navbar {
    margin-top: 0 !important;
  }

  .navbar .navbar-nav {
    width: 60%;
    position: fixed;
    flex-direction: column;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    background: #161821;
    align-items: center;
    padding-top: 100px;
    z-index: 1;
    display: none;
    transition: all 0.5s;
  }

  .navbar .navbar-nav.slide {
    display: flex;
  }

  .navbar .nav-item .nav-link {
    padding-top: 50px;
    margin-left: 0;
    z-index: 1;
  }

  .menu-toggle {
    display: flex;
  }

  .hero {
    margin-top: 60px;
  }

  .hero .hero_img {
    float: none;
    display: block;
    margin: 20px auto;
    max-width: 300px;
  }

  .hero h4,
  .hero h2,
  .hero p {
    text-align: center;
  }

  .hero h2 {
    font-size: 30px;
  }

  .hero h4 {
    font-size: 20px;
  }

  .hero .contact {
    display: block;
    margin: 5px auto;
  }

  .hero .contact {
    font-weight: 700;
    font-size: 20px;
    padding: 5px 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width: 300px;
  }

  .hero .contact:hover {
    background: rgb(255, 255, 255);
    color: #f05454;
  }

  .skills h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .programming img,
  .tools img {
    max-height: 100px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;

    /* warna */
    filter: grayscale(0%);
    filter: gray;
    -webkit-filter: grayscale(0%);
    filter: none;
  }

  /* .tools img {
    max-height: 50px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  } */

  .programming img,
  .tools img {
    margin-bottom: 15px;
  }

  .tools .filmora {
    margin-left: -25px;
  }

  .apotek {
    margin-bottom: 25px;
  }

  .footer {
    margin-top: 80px;
  }

  .footer h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .footer p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .social-media img {
    max-height: 20px;
    padding-right: 10px !important;
  }

  .footer .signed-logo {
    float: right;
    margin-bottom: 320px;
  }

  .signed-logo img {
    margin-top: 25px;
    max-height: 80px;
    opacity: 0.4;
  }

  .about {
    margin-top: 50px;
  }
}

/* ============================================= */