@media screen and (max-width: 990px) {
  .navbar {
    padding-right: 1.6rem;
  }

  .phone,
  i.fa-solid.fa-phone-volume,
  .icon-search,
  .icon-menu {
    display: none;
  }
  .iconMenu {
    width: 1.5rem;
    filter: invert(45%) sepia(88%) saturate(3986%) hue-rotate(341deg) brightness(103%) contrast(101%);
  }
  .menu {
    color: #333;
    padding: 0;
    margin-top: 20px !important;
    border-bottom: none !important;
  }
  .linkMenu {
    display: none;
  }
  .li-menu-nav {
    margin-bottom: 2rem;
  }
  .offcanvas-body {
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  .carousel-captions {
    width: 80%;
  }
  .navbar {
    padding-right: 0.85rem;
  }
  .logo-img {
    width: 180px;
  }
  h1 {
    font-weight: 700;
    line-height: 1.2;
    font-size: 54px;
  }
}

@media screen and (max-width: 575px) {
  html,
  body {
    width: 100%;

    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  .navbar {
    padding-right: 0;
  }

  a.navbar-brand.me-auto {
    margin-right: none !important;
    margin-left: 40%;
  }
  button.navbar-toggler {
    display: none;
  }
  .navBottom .fa-solid,
  .fa-brands {
    font-size: 20px;
    color: #ff4b33;
  }
  .logo-img {
    width: 200px;
  }
  .contentCarousell,
  .c-item {
    height: 100vh;
  }
  h1 {
    font-weight: 700;
    line-height: 1.2;
    font-size: 38px;
  }

  .chardWrapper {
    margin: 0 !important;
  }

  .footer .rowFooter {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  iframe {
    width: 300px;
    height: 200px;
    border: 0;
  }
  .copyRight {
    background-color: #264d83;
    margin-bottom: 50px;
  }

  /* .DescriptionPortofolio .descriptionTitle,
  .titleProject {
    text-align: left !important;
  } */

  .modal-img {
    width: 100%;
    height: 55vh !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (max-width: 393px) {
  a.navbar-brand.me-auto {
    margin-right: none !important;
    margin-left: 35%;
  }
  .titleProject,
  .descriptionTitle {
    text-align: center;
  }
  .gallery {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .modal-content {
    overflow: hidden !important;
    width: 85% !important;
    margin-left: 4rem;
  }
}
