/* Go Top Button Start */
.go-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: var(--primary-white-color);
  background: #f70;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}

.go-top:hover {
  background: var(--hover-color);
}

.go-top.active {
  visibility: visible;
  opacity: 1;
}

/* Go Top Button End */

.whatsapp {
    position: fixed;
    bottom: 150px;
    right: 20px;
    cursor: pointer;
}

.whatsapp img {
    width: 50px;
    height: 50px;
}
