.brandname {
  margin-bottom: 0px !important;
  position: relative;
  width: auto;
  text-align: center;
  font-family: BiotifLight;
  font-size: 30px;
  overflow: hidden;
}

.offcanvas-body ul li a {
  display: inline-block;
  opacity: 0;
  animation: slideInLeftText 0.5s forwards;
}

.xyz {
  position: absolute;
  top: 30px;
  left: 100px;
  gap: 10px;
}

@font-face {
  font-family: 'HelveticaNeueLTPro';
  src: url('../fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Th.woff2') format('woff2'),
       url('../fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Th.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@keyframes animate {
  40%,
  60% {
    left: 100%;
  }

  100% {
    left: 0%;
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
}

.offcanvas-body ul li:nth-child(1) a {
  animation-delay: 0.2s;
}

.offcanvas-body ul li:nth-child(2) a {
  animation-delay: 0.4s;
}

.offcanvas-body ul li:nth-child(3) a {
  animation-delay: 0.6s;
}

.offcanvas-body .list-unstyled li {
  margin-bottom: 60px;
  font-size: 35px;
  font-weight: 600;
  border-bottom: 1px solid lightgrey;
  text-transform: uppercase;
  text-align: left;
  font-family: serif;
}

div#offcanvasMobileMenu {
  background: gainsboro;
}

@media screen and (max-width: 768px) {
  @keyframes slideInLeftText {
    0% {
      opacity: 0;
      transform: translateX(-30px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .social-links {
    justify-content: space-evenly;
  }

  .main-text {
    right: 10px !important;
  }

  .offcanvas-body ul li a {
    display: inline-block;
    opacity: 0;
    animation: slideInLeftText 0.5s forwards;
  }

  .offcanvas-body ul li:nth-child(1) a {
    animation-delay: 0.2s;
  }

  .offcanvas-body ul li:nth-child(2) a {
    animation-delay: 0.4s;
  }

  .offcanvas-body ul li:nth-child(3) a {
    animation-delay: 0.6s;
  }

  .offcanvas-body .list-unstyled li {
    margin-bottom: 60px;
    font-size: 35px;
    font-weight: 600;
    border-bottom: 1px solid lightgrey;
    text-transform: uppercase;
    text-align: left;
    font-family: serif;
  }

  div#offcanvasMobileMenu {
    background: gainsboro;
  }

  @keyframes typing {
    from {
      width: 0;
    }

    to {
      width: 100%;
    }
  }

  @keyframes blink-caret {
    from,
    to {
      border-color: transparent;
    }

    50% {
      border-color: black;
    }
  }

  .logo {
    /* top: 20px; */
    left: 20px;
    width: 40px;
  }

  .intro-text {
    top: 100px;
    left: 20px;
    font-size: 1.2rem;
  }

  .main-text {
    right: 20px;
    bottom: 100px;
    text-align: right;
  }

  .diagonal-line {
    display: none;
  }

  .right-nav1,
  .right-nav2,
  .right-nav3,
  .right-nav4 {
    display: none;
  }

  .social-links {
    /* top: 640px; */
    font-size: 0.65rem;
    gap: 20px;
    word-spacing: 5px;
    top: 660px !important;
  }

  .black-shape {
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  perspective: 400px;
  cursor: pointer;
  z-index: 999;
}

  .container {
    margin-top: 5rem !important;
  }
}
.list-unstyled {
  display: flex;
  flex-direction: column;
  gap: 144px;
  text-align: left;
}

.offcanvas-body ul li {
  opacity: 0;
  animation: slideInLeft 0.5s forwards;
}

.offcanvas-body ul li:nth-child(1) {
  animation-delay: 0.2s;
}

.offcanvas-body ul li:nth-child(2) {
  animation-delay: 0.4s;
}

.offcanvas-body ul li:nth-child(3) {
  animation-delay: 0.6s;
}

.mobile-view-dropreq {
  color: #000;
  text-decoration: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.offcanvas {
  background: white !important;
  width: 100% !important;
}
.brandnames {
  margin-top: 10px;
}

@media screen and (max-width: 768.5px) {
  .logo {
    display: none;
  }

  .brandname {
    display: none;
  }

  .a {
    position: relative;
  }

  .b {
    position: absolute;
    top: 90px;
  }
}

@media screen and (max-width: 800px) {
  #bounce-svg {
    max-width: 55%;
    top: -65px;
  }

  .brandname {
    font-size: 22px;
  }

  .hover-text {
    font-size: 24px;
  }

  #hoverTarget11 {
    font-size: 32px;
  }

  .black-shape {
  position: fixed !important;
  top: 60%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  perspective: 400px;
  cursor: pointer;
  z-index: 999;
}
}
@media screen and (max-width: 768.5px) {
  .logo {
    display: none;
  }

  .brandname {
    display: none;
  }

  .a {
    position: relative;
  }

  .b {
    position: absolute;
    top: 90px;
  }
}

@media screen and (max-width: 520px) {
  .black-shape {
  position: fixed !important;
  top: 60%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  perspective: 400px;
  cursor: pointer;
  z-index: 999;
}

  .top-header-home-page h6 {
    margin-right: 100px;
  }

  .b {
    font-size: 10px;
  }

  .hover-text {
    font-size: 18px;
  }
}
@media screen and (min-height: 1100px) and (max-height: 1500px) {
  .a {
    margin-right: 75px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .navbar {
    display: none !important;
  }
}

@media screen and (max-width: 400px) {
  .text {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .b {
    right: -10px !important;
    font-size: 12px;
  }
  .brandnames {
    font-size: 20px !important;
  }
  #heading {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 431px) {
  .brandnames {
    font-size: 15px !important;
  }
}
