@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
 /* font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;*/
  background-color: #ffffff; }
  .poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
  }
  .poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
  }

h2 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #000; }

h3 {
  font-size: 1.3rem;
  font-weight: 400;
  color: #000; }

#carouselExampleIndicators {
  height: auto; }

.nuvuus-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0; }

.nuvuus-carousel div {
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center; }

.nuvuus-carousel div h3 {
  text-align: left; }

.nuvuus-carousel-text {
  display: flex;
  flex-direction: column;
  order: 1;
  padding: .5rem 2rem; }

.nuvuus-carousel-text p {
  margin: 1rem 0 1.5rem 0; }

.nuvuus-carousel-img {
  order: 0; }

.nuvuus-first {
  padding: 2rem 0; }

.nuvuus-hirenus-first {
  background-color: aqua; }

.nuvuus-ul-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 5px; }

.nuvuus-ul-overlay li {
  margin: .3rem 0;
  padding: 1.5rem .3rem;
  text-align: center;
  background-color: #EAEFF2;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(240, 240, 240, 0.3);
  /* Add shadows as needed */ }

.nuvuus-ul-overlay li h2 {
  font-size: 1rem;
  font-weight: 500; }

.nuvuus-ul-overlay li h2 a {
  color: #000;
  text-decoration: none; }

.nuvuus-hirenus-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s ease; }

.nuvuus-hero-button:hover {
  background-color: #333; }

.Nuvuus-generalf1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.Nuvuus-generalf1 div p {
  margin: 1rem 0 1.5rem 0; }

/* footer stylemak */
.nuvuus-footer {
  color: #000; }

.f-color li a {
  color: #000 !important; }

@media (min-width: 768px) {
  .nuvuus-first {
    display: flex;
    justify-content: center;
    align-items: center; }

  .nuvuus-ul-overlay {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap; }

  .nuvuus-ul-overlay li {
    padding: 3rem 0; }

  .nuvuus-footer-top {
    flex-direction: column;
    align-items: center; }

  .nuvuus-footer-top-right {
    margin-top: 20px; }

  .nuvuus-s {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }

  .nuvuus-s1 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 6rem; }

  .nuvuus-s2 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 6rem; }

  .nuvuus-s3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 6rem;
    text-align: center; }

  .nuvuus-s3i {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }

  .Nuvuus-generalf1 {
    justify-content: space-around;
    align-items: center;
    padding: 1rem 6rem; }

  .nuvuus-s2a {
    order: 1; } }
@media (min-width: 820px) {
  .nuvuus-first {
    display: flex;
    justify-content: center;
    align-items: center; }

  .nuvuus-ul-overlay {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap; }

  .nuvuus-ul-overlay li {
    padding: 3rem 0; } }
@media (min-width: 1280px) {
  .nuvuus-first {
    display: flex;
    justify-content: center;
    align-items: center; }

  .nuvuus-ul-overlay {
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap; }

  .nuvuus-ul-overlay li {
    margin: 0 1rem; } }

/*# sourceMappingURL=style-index.css.map */


