html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lora', serif;
  font-family: 'Open Sans', sans-serif;
}

.navbar .navbar-nav .nav-link {
  color: #fff !important;
}

.navbar .navbar-nav .nav-link:hover {
  color: #FDE82D !important;
}

.navbar .navbar-nav .nav-link.active {
  color: #FDE82D !important;
}

.navbar .navbar-nav .btn-contact {
  background-color: #FDE82D;
  width: 120px;
  height: 40px;
  border-radius: 15px;
  color: #fff;
}

.navbar .navbar-nav .btn-contact:hover {
  background-color: #e9d83e;
}

@media screen and (max-width: 764px) {
  .footer {
    min-height: 750px;
    background-color: #343A40;
  }
  .footer .image-profile {
    width: 80%;
    margin: auto;
    padding-top: 50px !important;
  }
  .footer .image-profile img {
    width: 100%;
    margin: auto;
  }
  .footer .description {
    margin-top: 20px !important;
  }
  .footer .description .text-desc {
    color: #fff;
    text-align: center;
  }
  .footer .menu {
    margin-top: 50px;
  }
  .footer .menu .title {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
  }
  .footer .menu .list-menu {
    list-style: none;
    color: #fff;
  }
  .footer .menu .list-menu .link-menu {
    text-decoration: none;
    color: #fff;
  }
  .footer .menu .list-menu .link-menu:hover {
    color: #FDE82D;
  }
  .footer .address {
    color: #fff;
    margin: auto;
    margin-top: 50px !important;
    width: 94%;
  }
  .footer .email {
    color: #fff;
    margin: auto;
    margin-top: 10px !important;
    width: 94%;
  }
  .footer .phone {
    color: #fff;
    margin: auto;
    margin-top: 10px !important;
    width: 94%;
  }
  .footer hr {
    background-color: #fff;
    width: 94%;
  }
  .footer .sosial-media {
    width: 94%;
    margin: auto;
  }
  .footer .text-copyright {
    color: #fff;
    margin-top: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #343A40;
    min-height: 300px;
  }
  .footer .image-profile {
    width: 100%;
    margin: auto;
    padding-top: 50px !important;
  }
  .footer .image-profile img {
    width: 100%;
    margin: auto;
  }
  .footer .description {
    margin-top: 20px !important;
  }
  .footer .description .text-desc {
    color: #fff;
    text-align: left;
  }
  .footer .menu {
    margin-top: 70px;
  }
  .footer .menu .title {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
  }
  .footer .menu .list-menu {
    margin-left: -20px;
    list-style: none;
    color: #fff;
  }
  .footer .menu .list-menu .link-menu {
    text-decoration: none;
    color: #fff;
  }
  .footer .menu .list-menu .link-menu:hover {
    color: #FDE82D;
  }
  .footer .address {
    color: #fff;
    margin: auto;
    margin-top: 50px !important;
    width: 94%;
  }
  .footer .email {
    color: #fff;
    margin: auto;
    margin-top: 10px !important;
    width: 94%;
  }
  .footer .phone {
    color: #fff;
    margin: auto;
    margin-top: 10px !important;
    width: 94%;
  }
  .footer hr {
    background-color: #fff;
    width: 94%;
  }
  .footer .sosial-media {
    width: 94%;
    margin: auto;
  }
  .footer .text-copyright {
    color: #fff;
    margin-top: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .footer {
    min-height: 400px;
    background-color: #343A40;
  }
  .footer .image-profile {
    margin-top: 100px;
  }
  .footer .image-profile img {
    width: 100%;
  }
  .footer .description .text-desc {
    color: #fff;
  }
  .footer .menu {
    margin-top: 100px;
    margin-left: 50px;
  }
  .footer .menu .title {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
  }
  .footer .menu .list-menu {
    margin-left: -20px;
    list-style: none;
    color: #fff;
  }
  .footer .menu .list-menu .link-menu {
    text-decoration: none;
    color: #fff;
  }
  .footer .menu .list-menu .link-menu:hover {
    color: #FDE82D;
  }
  .footer .address {
    color: #fff;
    margin-top: 80px;
  }
  .footer .email {
    color: #fff;
  }
  .footer .phone {
    color: #fff;
  }
  .footer hr {
    background-color: #fff;
  }
  .footer .text-copyright {
    color: #fff;
    margin-top: 50px;
  }
}

.header {
  background-image: url("../img/background.png");
  min-height: 500px;
  padding-bottom: 100px;
}

.header .heading-section {
  padding-top: 160px;
}

.header .heading-section .title {
  color: #fff;
  width: 70%;
  font-size: 28px;
  font-weight: bold;
  margin: auto;
}

.header .heading-section .subtitle {
  color: #fff;
  width: 70%;
  font-size: 16px;
  margin: auto;
  margin-top: 30px !important;
}

.content-section .line {
  width: 60px;
  height: 8px;
  background-color: #FDE82D;
  border-radius: 10px;
}

.profile {
  margin-top: 50px;
  min-height: 500px;
}

.profile .content .description-profile {
  margin-top: 70px;
  background-color: #f7f7f7;
  opacity: 80%;
  min-height: 300px;
  width: 100%;
}

.profile .content .description-profile .title {
  color: #000;
  font-size: 32px;
  font-weight: 500;
}

.profile .content .description-profile .description {
  color: #000;
  text-align: justify;
  font-size: 16px;
}

.visi-misi {
  min-height: 700px;
  padding-top: 50px;
  background-color: #F4F4F4;
  opacity: 84%;
}

.visi-misi .image-visi-misi {
  margin-top: 50px !important;
}

.visi-misi .text {
  font-style: italic;
  font-weight: 500px;
  margin-top: 34px;
  margin-bottom: 44px;
  color: #000;
}

.benefit {
  min-height: 500px;
  margin-top: 50px;
}

.benefit .card-benefit {
  min-height: 330px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 1px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 1px 12px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.benefit .card-benefit .image {
  padding-top: 32px;
}

.benefit .card-benefit .title {
  font-size: 22px;
  font-weight: 500;
  padding-top: 10px;
}

.benefit .card-benefit .description {
  font-style: italic;
  font-size: 16px;
  width: 80%;
  margin: auto;
  text-align: justify;
  margin-bottom: 20px !important;
}

.service {
  min-height: 600px;
}

.service .card-service {
  padding-top: 20px;
  min-height: 330px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 1px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 1px 12px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  margin-bottom: 30px;
}

.service .card-service .image {
  padding-top: 30px;
}

.service .card-service .title {
  font-size: 22px;
  font-weight: 500;
  padding-top: 10px;
}

.service .card-service .description {
  font-style: italic;
  font-size: 16px;
  width: 80%;
  margin: auto;
  text-align: justify;
}

.expert {
  min-height: 500px;
  background-color: #f6f6f6;
  margin-top: 50px;
  padding-bottom: 50px;
}

.expert .heading-title {
  margin-top: 100px;
}

.expert .description {
  font-size: 22px;
  width: 80%;
  margin-top: 36px;
}

.expert .content-card {
  margin-top: 50px;
}

.expert .card-expert {
  width: 100px;
  height: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 1px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 1px 12px rgba(0, 0, 0, 0.12);
  margin: auto;
  margin-bottom: 20px !important;
}

.product {
  min-height: 500px;
  padding-top: 50px;
}

.product .card-product {
  min-height: 300px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 1px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 1px 12px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  border-radius: 20px;
}

.product .card-product .title {
  font-size: 22px;
  font-weight: 500;
  padding-top: 20px;
}

.product .card-product .description {
  font-size: 16px;
  width: 80%;
  margin: auto;
  margin-bottom: 30px !important;
  text-align: justify;
}

.product .card-product .btn-link {
  background-color: #FDE82D;
  color: #fff;
  width: 100px;
  border-radius: 10px;
  margin-left: 28px;
  margin-bottom: 30px;
  text-decoration: none;
}

.product .card-product .btn-link:hover {
  background-color: #e9d83e;
}

.career {
  min-height: 450px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 100px;
  background-color: #f6f6f6;
}

.career .heading-title {
  margin-top: 100px;
}

.career .description {
  width: 90%;
  margin-top: 20px;
  text-align: justify;
}

.career .btn-career {
  background-color: #FDE82D;
  color: #fff;
  width: 150px;
  border-radius: 10px;
  margin-bottom: 30px;
  text-decoration: none;
}

.career .btn-career:hover {
  background-color: #e9d83e;
}

.client {
  min-height: 400px;
  padding-top: 50px;
}

.client .heading-title {
  width: 24%;
  margin: auto;
}

.client .slider-client {
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.header-project {
  background-image: url("../img/background.png");
  min-height: 300px;
  margin-bottom: 50px;
}

.header-project .heading-section {
  padding-top: 100px;
}

.header-project .heading-section .title {
  color: #fff;
  width: 80%;
  font-size: 28px;
  font-weight: bold;
  margin: auto;
}

.header-project .heading-section .subtitle {
  color: #fff;
  width: 70%;
  font-size: 18px;
  margin: auto;
  margin-top: 30px !important;
}

.content-section .card {
  width: 330px;
  margin: auto;
  min-height: 300px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 1px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 1px 12px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px !important;
  border-radius: 20px;
}

.content-section .card .title {
  font-size: 22px;
  font-weight: 500;
  padding-left: 28px;
  padding-top: 20px;
}

.content-section .card .description {
  font-size: 16px;
  width: 90%;
  padding-left: 28px;
  text-align: justify;
}

.content-section .card .btn-link {
  background-color: #FDE82D;
  color: #fff;
  width: 100px;
  border-radius: 10px;
  margin-left: 28px;
  margin-bottom: 30px;
  text-decoration: none;
}

.content-section .card .btn-link:hover {
  background-color: #e9d83e;
}
/*# sourceMappingURL=app.css.map */