@media (min-width: 992px) {
  .navbar {
    position: absolute;
    width: 100%;
    opacity: 1;
    background: #29282DCC;
  }
}

.navFontBasePhone {
  color: #ffffff;
  line-height: 130%;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Roboto Flex';
}

@media (min-width: 992px) {
  .navFontBaseCall {
    color: #3F3FCD;
    line-height: 130%;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    padding-left: 51px;
    font-family: 'Roboto Flex';
  }
}

@media (max-width: 991.98px) {
  .navFontBaseCall {
    color: #3F3FCD;
    line-height: 130%;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Roboto Flex';
  }
}

@media (min-width: 992px) {
  .navFontBase {
    color: #ffffff;
    line-height: 130%;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Roboto Flex';
  }
}

@media (max-width: 991.98px) {
  .navFontBase {
    color: #ffffff;
    line-height: 130%;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: 'Roboto Flex';
  }
}

.navFontBase:hover {
  text-decoration: underline;
  color: #ffffff;
}

.navFontBase:focus {
  border: none!important;
  border-style: none!important;
  box-shadow: none;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .navbar {
    position: absolute;
    width: 100%;
    z-index: 0;
    background: linear-gradient( to bottom, #29282DCC 0px, #29282DCC 74px, transparent 74px, transparent 100% );
    overflow: hidden;
  }
}

@media (max-width: 991.98px) {
  .navbar::before {
    content: '';
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(10, 9, 13, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: -1;
    pointer-events: none;
  }
}

@media (max-width: 991.98px) {
  .navbarMobile.collapse {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: max-height 0.3s ease, padding 0.3s ease;
    will-change: max-height, padding;
  }
}

@media (max-width: 991.98px) {
  .navbarMobile.collapse.show {
    max-height: 1000px;
  }
}

@media (max-width: 991.98px) {
  .divPhoneMobile {
    padding-top: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    align-items: center;
    padding-bottom: 35px;
  }
}

@media (max-width: 991.98px) {
  .divNavMobile {
    gap: 12px;
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .navbarMobile {
    gap: 50px;
  }
}

