#mouse-cursor {
  position: absolute;
  width: 20px;
  height: 20px;
  background: black;
  border: 4px solid #b92d00;
  border-radius: 999px;
  mix-blend-mode: difference;
  pointer-events: none;
  z-index: 999;
  transition: top 0.025s ease, left 0.025s ease, transform 0.25s ease;
}

.BannerContent .wrapper {
  display: flex;
  align-items: center;
  /* height: 100vh; */
  width: 100vw;
  /*    padding-left: 40px;*/
  overflow: visible;
}

.animCont {
  overflow: hidden;
}

.BannerContent ul {
  margin: 0;
  padding: 0;
  width: 65vw;
  /*        margin-left: 5%;*/
}

.BannerContent ul li {
  list-style: none;
  font-size: 80px;
  line-height: 1;
  /*  display: table;*/
}

.BannerContent ul li {
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.5s ease;
  color: #121315;
  font-size: 4.5em;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 1;
  width: fit-content;
}

/*
.BannerContent ul li:hover {
  letter-spacing: 15px;
}
*/

::selection {
  background: transparent;
}

img ::selection {
  color: transparent;
  background: transparent;
}

.content1 ::selection {
  color: #f98364;
}

.content2 ::selection {
  color: #f9a262;
}

.content3 ::selection {
  color: #7ee8d4;
}

.content4 ::selection {
  color: #56dffb;
}

.content5 ::selection {
  color: #8282f4;
}

@media only screen and (min-width: 1440px) {
  .BannerContent ul li {
    font-size: 5em;
  }
  .BannerContent .btn {
    margin-top: 5%;
  }
  img.brandBoosterImg {
    max-width: 65%;
  }
}

@media only screen and (max-width:768px) {
  .BannerContent .wrapper {
    height: auto;
    min-height: 250px;
    /*        margin-top: 150px;*/
  }
  .robo {
    margin: 0px 0 0 0px;
  }
}

@media only screen and (max-width: 680px) {
  .BannerContent ul li {
    font-size: 3.5em;
  }
}