*{margin: 0;padding: 0}

.navbar ul{
    margin: 0px;
    padding: 0;
    display: block;
    margin-right: 3;
    list-style: none;
}

.navbar ul li{
    list-style: none;
    display: inline-block;
}

.navbar ul li a{
    display: block;
    padding: 5px;
    text-decoration: none;
    list-style: none;
    color: white;
    
}

.navbar ul li a:hover{
  display: block;
  box-shadow:inset 0px 0px 2px black;
  border-radius:20px;
  border-color: black;

}
.navbar ul li .dropdown{
    display: none;
}
.navbar ul li:hover .dropdown{
    display: block;
    background: blue;
    position: absolute;
    padding: 10px;
    margin-left: 15px;
   
}
.navbar ul li:hover .dropdown ul{
  display: block;
  margin: 10px;
  color: #0000FF;
}
.navbar ul li:hover .dropdown li{
    display: block;
    margin-right: 15px;
    color: black;
}
.navbar ul li:hover .dropdown ul li{
  padding: 0px;
  border-radius: 3;
  border-color: black;
  text-align: left;
}
/* .navbar ul li:hover .dropdown ul li:last-child{
border-bottom:black;
}
.navbar ul li:hover .dropdown ul li a:hover{
  color: white;
} */
.bi-chevron-right{
  float: right;
}
/* .dropend ul li{
  list-style: none;
  display: inline-block;
}

.dropend ul li a:hover{
  display: none;
  padding: 5px;
  text-decoration: none;
  list-style: none;
  color: white;
  
}
.dropend ul li a:hover{
  display: block;
  box-shadow:inset 0px 0px 2px black;
  border-radius: 15px;
  border-color: black;

}
.navbar.dropend ul li:hover .dropdown{
  display: block;
  background: darkgray;
  position: absolute;
  padding: 10px;
  margin-left: 15px;
 
}
.dropend ul li:hover .dropend ul{
  display: block;
  margin: 10px;
}
.dropend ul li:hover .dropend li{
  display: block;
  background: transparent;
  margin-right: 20px;
  color: black;
}
.dropend ul li:hover .dropend ul li{
  width: 150px;
  padding: 10px;
  border-bottom: 1px dotted black;
  background: transparent;
  border-radius: 0;
  text-align: left;
}
.dropend ul li:hover .dropend ul li:last-child{
border-bottom: none;
}
.dropend ul li:hover .dropend ul li a:hover{
  color: white;
} */
/* .dropdown-2 ul li{
  list-style: none;
  display: inline-block;
}
.dropdown-2 ul li a{
  display: block;
  padding: 5px;
  text-decoration: none;
  list-style: none;
  color: white;
  
} */
.dropdown{
  display: absolute;
}
.dropdown-2{
  position:relative;
}

/* .hover-me:hover .dropdown-2
{
  position: absolute;
  display: block;
  margin-top: -40px;
  margin-left: 140px;
  background:darkgray;
} */
.footer .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #0000FF;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
  }
  
 .footer .btn:hover {
    background-color: black;
  }
#solution{
    background-color: #cacad6;
}


/* css paralax */
/* .parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255,255,255,.9);
  }
    .parallax-container .section {
      width: 100%;
    }
  
  @media only screen and (max-width : 992px) {
    .parallax-container .section {
      position: absolute;
      top: 40%;
    }
    #index-banner .section {
      top: 10%;
    }
  }
  
  @media only screen and (max-width : 600px) {
    #index-banner .section {
      top: 0;
    }
  } */
  
/* p{
    position: absolute;
}
.tengah{
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
} */
/* .navbar {
    font-size:14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    opacity: 5;
    filter:alpha(opacity=40);
  text-decoration: none;
    padding-top: 0px;
    text-transform: uppercase;
    
}
.footer, p{
    position: relative;
    display: grid;
    background-size: cover;
    padding-bottom: 2rem;
} */
/* .navbar-nav{

} */