.navbar {
  height: 100px;
}

footer {
  background-color: #000000 !important;
  height: 100px;
  border: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 0%;
}
.navbar-brand {
  height: 80px;
}

.dividerr {
  height: 50px;
  background-color: #000000;
  display: flex;
}

.bi {
  color: aliceblue;
}

.testemonial {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.testemonialdiv {
  display: flex;
  margin: 0;
  padding: 10px;
  align-items: center;
  justify-content: center;
}

/* @keyframes appear {
    from {
      opacity: 0;
    transform: scale(0.9);
    }
    to {
    opacity: 1;
    transform: scale(1);
    }
  }

  .block {
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
  }

  @keyframes appear {
    from {
      opacity: 0;
    transform: scale(0.9);
    }
    to {
    opacity: 1;
    transform: scale(1);
    }
  }

  .block2 {
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 70%;
  } */

.btn {
  border: 2px solid rgb(255, 249, 249);
  position: relative;
}

@keyframes appear {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.block,
.block2 {
  opacity: 0; /* Start hidden */
  transform: scale(0.9);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
