@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
body{
  background-color: white;
  font-family: "Poppins", sans-serif;
}
.navbar {
background-color: #DC143C;
font-size: 15px;
font-family: "Poppins", sans-serif;
}
.nav-link {
color: white;
/*font-weight: bold;*/
}
.nav-link:hover,
.nav-link.active {
color: white;
font-weight: bold;
}
/* Edit header */
#header {
color: #fff;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/*ini list menu navbar*/
.navbar a, .navbar a:focus {
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: rebeccapurple;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar .getstarted {
  /*padding: 8px 20px;*/
  margin-left: 3px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .getstarted:hover {
  color: #fff;
  background: yellowgreen;
}
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.kotakborder {
display: block;top: 0px;background-color: #40E0D0;
border-radius: 4px;text-decoration: none;
z-index: 0;overflow: hidden;border: none;
}
.bs-example{
  margin: 20px;        
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
