

@media (min-width: 992px) {
  .sticky-top.navbar-light .navbar-brand h1 {
    color: var(--secondary);
  }
  
}


@media (max-width: 991.98px) {

  .navbar-light .navbar-brand h1 {
    font-size: 1.375rem;
  }

  h1.h1-domain-search {
    font-size: 1.2rem;
   }

   p.p-small {
    font-size: 0.85rem;
   }

   p.p-second {
    display: none;
   }

   .hero-caption {
      padding-top: 0px;
    }

    img.img-logo {
      display: none;
    }

    .dropdown-menu-end[data-bs-popper] {
      right: auto;
      left: 0;
    }

}


@media (min-width:320px)  {

    .hosting-py-5,
    .hosting-py-5 .py-5 {
      padding-top: 0px !important;
    }

}