*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* navbar */
.navbar{
  background-color: #FFFFFF;
  box-shadow: 0 8px 32px 0 rgba(56, 56, 56, 0.37);
}

nav img{
  width: 50px;
}

.navbar-nav{
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  gap: 10px;
} 

.nav-item a{
  border-radius: 10px;
}

.nav-link:hover{
  background-color: #000;
  border-radius: 10px;
  color: white;
}

ul li.active a{
  background-color: #000;
  border-radius: 10px;
  color: white !important;
}

/* Caoursel */
.carousel{
  margin-top: 4.5rem;
}

/* About */
.txt-about{
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
}

.card{
  width: 500px; 
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card img{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card-about-content{
  display: flex;
  justify-content: center;
  gap: 100px;
}

.card-body h3{
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 18px;
}

.card-body p{
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  text-align: justify;
}

.card-body a{
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}

/* About 2 */
.about-2{
  margin-top: 50px;
  background-color: #464646;
  padding: 60px;
}

.txt-about-2 p{
  text-align: justify;
}

/* Jangkauan */
.jangkauan{
  font-family: 'Poppins', sans-serif;
  padding: 30px;
}

.box-txt-jang{
  display: flex;
  justify-content: center;
  background-color: #464646;
  width: 100%;
  border-radius: 20px;
  gap: 10px;
}

.box-txt-jang p{
  font-size: 32px;
}

.box-txt-jang button{
  background-color: #464646;
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  width: 200px;
  height: 50px;
  font-weight: bold;
  font-size: 20px;
}
.box-txt-jang button:hover{
  background-color: #FFFFFF;
  color: #464646;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  width: 200px;
  height: 50px;
  font-weight: bold;
  font-size: 20px;
}

.box-slide{
  background-color: #464646;
  width: 100%;
  height: 300px;
  border-radius: 20px;
  padding: 40px;
}

.box-jangkauan{
  background-color: #464646;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  margin-top: 15px;
  gap: 10px;
}

.box-jangkauan button{
  background-color: #464646;
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  width: 200px;
  height: 50px;
  font-weight: bold;
  font-size: 20px;
}

.box-jangkauan button:hover{
  background-color: #FFFFFF;
  color: #464646;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  width: 200px;
  height: 50px;
  font-weight: bold;
  font-size: 20px;
}

.box-jangkauan h4{
  margin-top: 10px;
}

/* Wrapper Jangkauan */
.content-jang{
  width: 100%;
  height: 100%;
}

.img{
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
  width: 250px;
  width: 100%;
  border-radius: 20px;
}

.img img{
  margin-top: 15px;
  margin-left: 15px;
  border-radius: 20px;
}

.wrapper-jang{
  max-height: 500px;
  display: flex;
  overflow-x: auto;
  margin-bottom: 5em;
  gap: 100px;
}

.wrapper-jang::-webkit-scrollbar{
  width: 0;
}

/* Footer */
footer{
  background-color: #464646;
  width: 100%;
  font-family: 'Poppins', sans-serif;
}

.img-footer{
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-top: 40px;
}

.txt-footer p{
  font-size: 17px;
}

.txt-footer h4{
  font-size: 16px;
}

.img-footer img{
  width: 40px;
}

@media screen and (min-width: 360px) and (max-width: 760px){
  .offcanvas{
    padding: 20px;
    display: flex;
  }

  .nav-link{
    padding: 9px;
  }

  .card-about-content{
    display: block;
    padding: 20px;
    width: 100%;
  }

  .card{
    width: 100%;
    margin-bottom: 20px;
  }

  .box-jangkauan{
    margin-top: 40px;
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }

  .img-footer{
    gap: 15px;
  }

  .txt-footer{
    padding: 20px;
  }

  .txt-footer p{
    font-size: 16px !important;
  }

  .txt-footer h4{
    font-size: 15px !important;
  }
}

@media (min-width: 760px) and (max-width: 1200px){
  /* Navbar */
  .offcanvas{
    padding: 20px;
  }

  .nav-link{
    padding: 9px;
  }

  .card-about-content{
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 30px;
  }
}

@media (min-width: 1200px){
  nav ul{
    margin-left: auto;
  }

  .btn-close button{
    background-color: white;
  }

  .about-content{
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .about-content-2{
    display: grid;
    grid-template-columns: 50% 50%;
  }
}