.btnn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.btnn-group > div {
    margin-bottom: 15px;
    background-color: #e8e8e8;
    width: 45%;
    padding: 15px 10px;
}
.btnn-group > div a {
    width: 100%;
    display: block;
    padding: 8px 10px;
    font-size: 20px;
    line-height: 22px;
    display: flex;
    align-items: center;
}
.btnn-group > div a i {
  margin-right: 15px;
  font-size: 23px;

}
.toptext {
  text-align: center;
  padding: 10px 10px;
  background-color: #535353;
  color: #ffffff;
  font-size: 20px;
  line-height: 22px;
}


.btn1 {
  background: url('');
}

@media (max-width: 767.98px) {

  .btnn-group > div {
    margin-bottom: 15px;
    background-color: #e8e8e8;
    width: 100%;
}
}/*@media (max-width: 767.98px)*/








/*############################################################
-> WHATSAPP PULSE
############################################################*/


.pulse {
  position: fixed;
  bottom: 0;
  left: 5%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: #58ea00;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  font-size: 35px;
  z-index: 10000000;
  }
  .pulse a {
    display: flex;
    color: #fff;
    position: relative;
    z-index: 100;
    justify-content: center;
    align-items: center;
    padding-top: 7px;
  }
  .pulse a:hover {
  color: #fff;
  }
  .pulse:before,
  .pulse:after {
  content: '';
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #58ea00;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite; 
  opacity: 0;
  }
  
  .pulse:after {
  animation-delay: .5s;
  }
  
  @keyframes animate {
  0%
  {
      transform: scale(0.5);
      opacity: 0;
  }
  50% {
      
      opacity: 1;
  }
  100%
  {
      transform: scale(1.2);
      opacity: 0;
  }
  
  }
  
  




/*############################################################
<- WHATSAPP PULSE
############################################################*/


#scrollToTop {
  display: none; /* Başta gizli */
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  font-size: 24px;
  background: #333;
  color: white;
  padding: 10px 14px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: opacity 0.3s;
}
#scrollToTop:hover {
  background: #555;
}

/*############################################################
-> XXXX
############################################################*/


/*############################################################
<- XXXX
############################################################*/

@media (min-width: 1200px) and (max-width: 1599.98px) {
}/*@media (min-width: 1200px) and (max-width: 1599.98px)*/

@media (min-width: 992px) and (max-width: 1199.98px) {
}/*@media (min-width: 992px) and (max-width: 1199.98px)*/

@media (max-width: 991.98px) {
}/*@media (max-width: 991.98px)*/

@media (min-width: 768px) and (max-width: 991.98px) {
}/*@media (min-width: 768px) and (max-width: 991.98px)*/

@media (max-width: 767.98px) {
}/*@media (max-width: 767.98px)*/
