.acc-head::before {
  right: 31px;
  width: 3px;
  height: 20px;
  margin-top: -6px;
  content: "";
  width: 14px;
  height: 14px;
  background-size: 100%;
  transform: rotate(-90deg);
  transition: transform 0.3s ease-out;
  background-image: url("..//image/download.svg");
}

.acc-head::before,
.acc-head::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  cursor: pointer;
}

.acc-head.active::before {
  transform: rotate(0deg);
}
.acc-head h3 {
  color: #fff;
  font-weight: bold;
  color: rgba(38, 39, 95, 0.7);
  padding: 8px 24px;
  font-size: 15px;
  line-height: 20px;
  transition: all 0.2s ease-in;
  font-weight: 500;
}

.acc-content {
  padding: 10px 0px;
  border-bottom: 1px solid #d1dae4;
}

.outline-none {
  outline: none !important;
}

.nav-link {
  padding: 0 !important;
}

.page-index-in-javascript {
  padding: 16px 24px;
  border-bottom: 1px solid #d1dae4;
  position: relative;
  font-weight: 500;
  color: #262761;
  font-size: 14px;
  line-height: 24px;
}

.list-javascript {
  background-color: #ffffff;
  border: 1px solid #d4dce6;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.list-javascript li a {
  color: rgb(38, 39, 95);
  font-size: 16px;
  line-height: 20px;
  transition: all 0.2s ease-in;
  font-weight: 500;
}

.list-javascript li a:focus {
  color: blue;
}

.list-javascript .Introduction {
  color: blue;
}

.list-java-script li a {
  color: rgba(38, 39, 95, 0.7);
  padding: 8px 15px;
  font-size: 15px;
  line-height: 20px;
  transition: all 0.2s ease-in;
  font-weight: 500;
  display: block;
}

.list-java-script a:hover {
  color: blue;
}

.list-java-script li a i {
  padding: 2px 3px;
  font-weight: bold;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}

.Started-1 ::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 8px;
  width: 2px;
  height: 91%;
  z-index: 0;
}

.border-none {
  border: none !important;
}

.corder-1 {
  color: #262761 !important;
  font-size: 17px !important;
}

.javascript-content h1 {
  font-size: 35px;
  font-weight: bold;
  color: #262761;
}

.list-group-item {
  list-style: circle;
  padding: 10px 0px !important;
}

.Web-Browsers-Using h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.menu-list-items-browsers-favorit li {
  font-size: 17px;
  color: rgba(37, 38, 94, 0.8);
  list-style: decimal;
}

.image-center {
  border: 1px solid #d3dce6;
  border-radius: 4px;
  overflow: hidden;
}

.image-center figure img {
  width: 65%;
  border-radius: 10px;
  box-shadow: 2px 7px 84px 6px #c8cfde;
}

.image-center figure figcaption {
  background: #f1f5fd;
  border-top: 1px solid #d3dce6;
  padding: 10px 0px;
  color: rgba(37, 38, 94, 0.8);
  font-weight: 500;
  font-size: 14px;
}

.Using-node h3 {
  font-size: 20px;
  color: #25265e;
}

.botder-text {
  border: 1px solid #d3dce6;
  padding: 10px 30px;
  border-radius: 5px;
  border-left: 4px solid #a980f8;
}

.Creating-web {
  font-size: 24px;
  color: #25265e;
}

/* .footer-and {
  padding: 10px 0px 0px 0px;
} */

.Web-Browsers-text {
  font-size: 20px;
  color: #25265e;
}

.hedding-and-span-color {
  color: #fb6f89 !important;
}

.navbar-toggler {
  padding: 3px 4px !important;
  background-color: transparent !important;
  border: 1px solid !important;
  border-radius: 3px;
}

.text-button {
  display: flex;
  margin: 20px 0px;
  justify-content: space-between;
}

.text-button a {
  width: 130px;
  text-align: center;
  padding: 10px 15px;
  transition: 0.5s;
  background-color: #1a3d66;
  color: #eff0f4 !important;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 50px;
  position: relative;
}

@media (max-width: 768px) {
  .mobile-toggle {
    display: block !important;
  }
}
