body,
button,
input,
select,
textarea {
	font-family: "Poppins", sans-serif !important;
}

/* nav */
.logo img{
    width: 250px;
}

nav{
position: fixed;
margin: 0 auto;
width: 100%;
height: 100%;
height: 70px;
background: white;
z-index: 99;
}

nav .navbar{
height: 100%;
max-width: 1250px;
width: 100%;
display: flex;
padding: 0 50px;
}
.navbar .logo a{
font-size: 30px;
color: black;
text-decoration: none;
font-weight: 600;
}
nav .navbar .nav-links{
line-height: 70px;
height: 100%;
width: 100%;
}
nav .navbar .links{
display: flex;
gap: 50px;
}
nav .navbar .links li{
display: flex;
list-style: none;
padding: 0 14px;
gap: 8px;
}
nav .navbar .links li a{
height: 100%;
text-decoration: none;
white-space: nowrap;
color: black;
font-size: 15px;
font-weight: 500;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
transform: rotate(180deg);
}

nav .navbar .links li .arrow{
/* background: red; */
height: 100%;
width: 22px;
line-height: 70px;
text-align: center;
display: inline-block;
color: black;
transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
position: absolute;
top: 70px;
line-height: 40px;
background-color: white;
border-radius: 0 0 4px 4px;
display: none;
z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
display: block;
}
.navbar .links li .sub-menu li{
padding: 0 22px;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
color: black;
font-size: 15px;
font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
line-height: 40px;
}

.navbar .links li .sub-menu .more-sub-menu{
position: absolute;
top: 0;
left: 100%;
border-radius: 0 4px 4px 4px;
z-index: 1;
display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
display: block;
}
.navbar .search-box{
position: relative;
height: 40px;
width: 40px;
}

.navbar .nav-links .sidebar-logo{
display: none;
}
.navbar .bx-menu{
display: none;
}

.sub-menu li a:hover {
box-sizing: border-box;
}
@media (max-width:920px) {
nav .navbar{
max-width: 100%;
padding: 0 25px;
}

nav .navbar .logo a{
font-size: 27px;
}
nav .navbar .links li{
padding: 0 10px;
white-space: nowrap;
}
nav .navbar .links li a{
font-size: 15px;
}
}
@media (max-width:800px){

.navbar .bx-menu{
display: block;
}
nav .navbar .nav-links{
position: fixed;
top: -100%;
left: 0;
display: block;
/* max-width: 270px; */
width: 100%;
background:  #3E8DA8;
line-height: 40px;
padding: 20px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
transition: all 0.5s ease;
z-index: 1000;
}
.navbar .nav-links .sidebar-logo{
display: flex;
align-items: center;
justify-content: space-between;
}
.sidebar-logo .logo-name{
font-size: 25px;
color: black;
}
.sidebar-logo  i,
.navbar .bx-menu{
  font-size: 25px;
  color: black;
}
nav .navbar .links{
display: block;
margin-top: 20px;
}
nav .navbar .links li .arrow{
line-height: 40px;
}
nav .navbar .links li{
display: block;
}
nav .navbar .links li .sub-menu{
position: relative;
top: 0;
box-shadow: none;
display: none;
}
nav .navbar .links li .sub-menu li{
border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
display: none;
position: relative;
left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
display: flex;
align-items: center;
justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
transform: rotate(0deg);
}
.navbar .links li .sub-menu .more-sub-menu{
display: none;
}
.navbar .links li .sub-menu .more span{
/* background: red; */
display: flex;
align-items: center;
/* justify-content: space-between; */
}

.links li .sub-menu .more:hover .more-sub-menu{
display: none;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
display: none;
}
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
.navbar .nav-links.show3 .links .js-sub-menu,
.navbar .nav-links.show2 .links .more .more-sub-menu{
  display: block;
}
.navbar .nav-links.show1 .links .htmlcss-arrow,
.navbar .nav-links.show3 .links .js-arrow{
    transform: rotate(180deg);
}
.navbar .nav-links.show2 .links .more-arrow{
  transform: rotate(90deg);
}
}
@media (max-width:370px){
nav .navbar .nav-links{
max-width: 100%;
} 
}
/* end of nav */

.abstrak {
    background-color: rgb(129, 149, 149);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* about us  */
.header-about-us {
    background: linear-gradient(70deg, #612ac0, rgb(0, 0, 0));
    min-height: 400px;
    color: white;
    font-weight: 600;
    font-size: 5em;
    padding:  237px 0 0 60px;
}



.line-about-us {
    height: 2px;
    /* width: 100%; */
    background-color: rgba(219, 219, 219, 0.999);
    margin: 60px 60px 20px 60px;
}

.text-general-about-us {
    padding: 0 60px;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}

.content-client-us {
    padding: 0 60px;
    margin-top: 32px;
    text-align: center;
}

.heading-text-general-about-us {
    font-weight: bolder;
    font-size: 3em;
}

.text-text-general-about-us{
    max-width: 500px;
}

.text-text-general-visi {
    font-weight: bolder;
    font-size: 0.9em;
    margin-bottom: 15px;
}

.text-text-general-about-us p {
    margin-top: 10px;
}

.konten-partner-kami {
    width: 800px;
    margin: 0 auto;
}

/* footer */
s.float-wa{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:60px;
    background-color:#25d366;
    color: white !important;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
  }

  .my-float{
    margin-top:16px;
  }

  .container-footer {
    background-color: black;
  }

  .konten-footer-wrapped {
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
  }

 .konten-footer-wrapped p  {
    color: white;
    font-size: 0.6em;
    max-width: 300px;
    text-align: justify;
 }

.text-wrapped-footer {
    display: flex;
    gap: 50px;
}

 .text-wrapped-footer a {
    color: white;
    text-decoration: none;
    font-size: 0.9em;
 }

 .logo-footer-follow {
    font-size: 12px !important;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
 }

.logo-footer-follow a {
    color: white;
    text-decoration: none;
}

 .fa-linkedin-square, .fa-instagram {
    font-size: 20px;
 }





/* end of ffoter */





/* end of about us */

