@import url('https://fonts.googleapis.com/css2?family=Acme&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300&display=swap');
.fontq {
   font-family: "Acme", sans-serif;
}
.menu {
   color: white !important;
   border: solid 1px white;
   margin: 1px 1px 1px 1px;
   background: #006316 !important;
}
.menu:hover {
   background: white !important;
   color: #006316 !important;
   padding-left: 15px;
   padding-right: 15px;
}
svg.wave{
   overflow:hidden;
   vertical-align:middle
}
.a {
   fill:none
}
.b {
   clip-path:url(#a)
}
.c,.d {
   fill:#006316;
}
.d {
   opacity:.5;isolation:isolate
}
.balik {
   -moz-transform: scaleY(-1);
   -o-transform: scaleY(-1);
   -webkit-transform: scaleY(-1);
   transform: scaleY(-1);
   filter: FlipV;
   -ms-filter: "FlipV";
}
.custom-circle {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 60px;
   height: 60px;
   border-radius: 50%;
   color: #006316;
   border: solid 2px #006316;
   font-size: 25px;
}
.circle:hover .custom-circle {
   background: #006316;
   color: white;
}
.tentang {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   color: white;
   border: solid 2px white;
   font-size: 15px;
}
.circle:hover .tentang {
   background: #6B8E23;
   color: black;
}

.links {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 90px;
   height: 90px;
   border-radius: 10px;
   color: #006316;
   border: solid 2px #006316;
   font-size: 45px;
}
.circle:hover .links {
   background: #006316;
   color: white;
}

/*titel 1*/

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  color: black;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #006316;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #006316;
}

/*titel 2*/

.section-title2 h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  color: white;
}

.section-title2 h2::after {
  content: "";
  width: 100px;
  height: 1px;
  display: inline-block;
  background: white;
  margin: 4px 10px;
}

.section-title2 p {
  margin: 0;
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: yellow;
}

.aplikasi:hover .card {
   background: green !important;
   color: white;
}

.aplikasi:hover .card i {
    color: yellow !important;
}

.aplikasi:hover .card hr {
    background: yellow !important;
    height: 1px !important;
    border: none !important;
}