/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

/* Font Face Declarations */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-brands-400.woff2") format("woff2");
}

/* Base Font Awesome Styles */
.fa,
.fas,
.fa-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* Solid Icons */
.fa,
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Brand Icons */
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Icon Sizing */
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

/* Fixed Width */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* Rotation & Flipping */
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-both {
  transform: scale(-1);
}

/* Animation */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Font Awesome Icons */
.fa-rocket:before { content: "\f135"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-download:before { content: "\f019"; }
.fa-code:before { content: "\f121"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-user:before { content: "\f007"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-database:before { content: "\f1c0"; }
.fa-palette:before { content: "\f53f"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-plug:before { content: "\f1e6"; }
.fa-check-double:before { content: "\f560"; }
.fa-timeline:before { content: "\e29c"; }
.fa-laptop-code:before { content: "\f5fc"; }
.fa-check-circle:before { content: "\f058"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-building:before { content: "\f1ad"; }
.fa-server:before { content: "\f233"; }
.fa-search:before { content: "\f002"; }
.fa-globe:before { content: "\f0ac"; }
.fa-desktop:before { content: "\f108"; }
.fa-eye:before { content: "\f06e"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-mobile:before { content: "\f3ce"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-users:before { content: "\f0c0"; }
.fa-chart-line:before { content: "\f201"; }
.fa-user-tie:before { content: "\f508"; }
.fa-boxes:before { content: "\f468"; }
.fa-image:before { content: "\f03e"; }
.fa-newspaper:before { content: "\f1ea"; }
.fa-shield:before { content: "\f132"; }
.fa-plus:before { content: "\f067"; }
.fa-star:before { content: "\f005"; }
.fa-quote-right:before { content: "\f10e"; }
.fa-phone:before { content: "\f095"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-heart:before { content: "\f004"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-home:before { content: "\f015"; }
.fa-trophy:before { content: "\f091"; }
.fa-address-card:before { content: "\f2bb"; }

/* Brand Icons */
.fa-react:before { content: "\f41b"; }
.fa-laravel:before { content: "\f3bd"; }
.fa-node-js:before { content: "\f3d3"; }
.fa-js:before { content: "\f3b8"; }
.fa-wordpress:before { content: "\f19a"; }
.fa-docker:before { content: "\f395"; }
.fa-html5:before { content: "\f13b"; }
.fa-bootstrap:before { content: "\f836"; }
.fa-php:before { content: "\f457"; }
.fa-sass:before { content: "\f41e"; }
.fa-vuejs:before { content: "\f41f"; }
.fa-stripe:before { content: "\f429"; }
.fa-paypal:before { content: "\f1ed"; }
.fa-woocommerce:before { content: "\f5d0"; }
.fa-css3-alt:before { content: "\f38b"; }
.fa-github:before { content: "\f09b"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-twitter:before { content: "\f099"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-instagram:before { content: "\f16d"; }