/*
Theme Name: Akurai Child
Theme URI: https://dinomatic.com/akurai
Author: DinoMatic
Author URI: https://dinomatic.com
Template: akurai
Description: Akurai: Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: akurai-child
*/

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.gap-5 {
  gap: 5px;
}

.flex-align-center {
  align-items: center;
}

.flex-justify-center {
  justify-content: center;
}

@media (max-width: 869px) {
  .social {
    padding: 7px !important;
  }

  .social svg {
    width: 28px !important;
    height: 28px !important;
  }
}

.social {
  padding: 9px;
  border-radius: 10px;
  transition: all 0.2s;
}

.social:hover {
  transform: translateY(-8px);
  transition: all 0.2s;
}

.social svg,
.social path {
  color: #fff !important;
  fill: #fff !important;
}

#facebook {
  background: #1778f2;
}

#x {
  background: #000;
}

#whatsapp {
  background: #25d366;
}

#telegram {
  background: #0088cc;
}
