.home {
  padding-top: 123px; }

.home img {
  border-radius: 250px; }
.home h1 {
  color: white !important;
  font-size: 3.5rem !important; }
.home h4 {
  color: #faf1b6 !important;
  font-size: 25px !important; }

.logo1 {
  border: 2px solid #faf1b6;
  border-radius: 80px; }

footer p {
  color: #b3ab7a !important;
  font-size: 14px !important; }

  .b91 {
    position: absolute;
    top: 90px;
    right: 29px;
    width: 50px;
    height: 50px;
    z-index: 5;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b91::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  transition: all .5s;
  transform-origin: 50% 50%;
  background-color: initial;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: .5;
  animation: ring-circle-anim 1.2s ease-in-out infinite;
}
@keyframes ring-circle-anim {
  0% {
      transform: rotate(0) scale(1.1) skew(0deg);
      opacity: 0
  }

  30% {
      transform: rotate(0) scale(1.5) skew(0deg);
      opacity: .5
  }

  to {
      transform: rotate(0) scale(1.7) skew(0deg);
      opacity: .1
  }
}
.b91 a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 5;
}






@media (max-width:576px){
  .b91 {
    top: 30px;
  }
}
/*# sourceMappingURL=style.css.map */
