@media (max-width: 920px) {
    .text1 {
        font-family: 'Verdana', sans-serif;
        font-weight: 400;
        font-size: 96px;
        line-height: normal;
    }

    .text2 {
        font-family: 'Verdana', sans-serif;
        font-weight: 400;
        font-size: 48px;
        line-height: normal;
    }

    .text3 {
        font-family: 'Verdana', sans-serif;
        font-weight: 700;
        font-size: 40px;
        line-height: normal;
    }

    .text4 {
        font-family: 'Verdana', sans-serif;
        font-weight: 700;
        font-size: 36px;
        line-height: normal;
    }

    .text5 {
        font-family: 'Verdana', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: normal;
    }

    .text6 {
        font-family: 'Verdana', sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: normal;
    }

    .text7 {
        font-family: 'Verdana', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: normal;
    }

    .navbar {
    position: fixed;
    padding: 0;
    right: 16px;
    top: auto;
    display: block;
    z-index: 999;
            text-align: right;
    min-width: calc(100vw - 32px);
    width: auto;
    bottom: 16px;
    height: 36px;
  }
  .nav-menu {
        position: absolute;
    list-style: none;
    margin: 0;
    margin-top: 0;
            transition: transform 0.8s ease, opacity 0.8s ease;
    padding: 12px 18px;
    border-radius: 24px;
    background: rgba(26, 26, 26, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    width: 100%;
    justify-content: space-around;
    transform: translateY(178px);
    height: 86px;
    align-items: center;
    margin-top: 0;
    right: 0;
    top: auto;
    bottom: calc(-86dvh);
  }
  

  .nav-menu li {
    margin: 0;
  }

  .nav-menu li a > svg {
    width: 24px;
    height: 24px;
  }

  .nav-menu li a .pontoMenu {
    width: 18px;
    height: 18px;
    margin-top: -4px;
  }
  .iconsRight {
    display: flex;
    gap: 20px;
    margin-right: 0px;
    align-items: center;
  }

  :root:has(.navbar.open) .bgMenu {
    z-index: 4;
    opacity: 0.4;
}
}