.allcoursessbi {
  background: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.allcoursessbi .color-name div h5 {
  color: #00b5ef;
}
.allcoursessbi .color-name div h3 {
  color: #292075;
}
.allcoursessbi .border-left-organce {
  border-left: 2px solid #00b5ef;
}
.allcoursessbi .border-left-organce div p {
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.button-86 {
  all: unset;
  width: 100px;
  height: 30px;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: #f0f0f0;
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button-86::after, .button-86::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all 0.4s;
}
.button-86::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: #292075;
  border-radius: 10px;
}
.button-86::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.0823529412);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
}
.button-86:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}
.button-86:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}
.button-86:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}

.text-scssa {
  width: 100vw;
  height: 50vh;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.text-scssa h2 {
  font-size: 5rem;
  color: yellow;
  font-weight: 700;
  letter-spacing: 1.5rem;
  transition: all 0.3s linear;
}
.text-scssa h2:hover {
  transform: scale(1.2);
}
.text-scssa h1 {
  font-size: 1rem;
  color: gray;
  font-weight: 700;
  letter-spacing: 1.5rem;
  transition: all 0.3s linear;
}
.text-scssa h1:hover {
  transform: scale(0.5);
}

.backsbipuple {
  top: 21.5rem;
  max-width: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0px;
}
/* @media only screen and (max-width: 1400px) and (min-width: 1100px) {
  .backsbipuple {
    left: 2rem;
  }
}
@media only screen and (max-width: 1099px) and (min-width: 1000px) {
  .backsbipuple {
    left: -1rem;
  }
}*/
@media only screen and (max-width: 800px) and (min-width: 100px) {
  .backsbipuple {
    top: 17rem;
  }
}
.backsbipuple small {
  color: #6c757d !important;
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.6rem;
}

.backsbipuple-large {
  top: 24.5rem;
  max-width: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0px;
}
/* @media only screen and (max-width: 1400px) and (min-width: 1100px) {
  .backsbipuple-large {
    left: 6rem;
  }
}
@media only screen and (max-width: 1099px) and (min-width: 1000px) {
  .backsbipuple-large {
    left: 6rem;
  }
}*/
@media only screen and (max-width: 800px) and (min-width: 100px) {
  .backsbipuple-large {
    top: 17rem;
  }
}
.backsbipuple-large small {
  color: #6c757d !important;
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.6rem;
}
.col-md-6{
  position: relative;
}

/*# sourceMappingURL=main.css.map */