/*!
 * Font Awesome Minimal - Only icons used on ibrahimsuta.com
 * Generated for optimal performance
 */

/* Font Awesome Core Styles */
.fa, .fas, .far, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fas { font-family: "Font Awesome 6 Free"; font-weight: 900; }
.far { font-family: "Font Awesome 6 Free"; font-weight: 400; }
.fab { font-family: "Font Awesome 6 Brands"; font-weight: 400; }

/* Font Face Declarations */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"),
         url(../fonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"),
         url(../fonts/fa-regular-400.ttf) format("truetype");
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"),
         url(../fonts/fa-brands-400.ttf) format("truetype");
}

/* Only Icons Used on Site */
.fa-bars:before { content: "\f0c9"; }
.fa-times:before { content: "\f00d"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-sparkles:before { content: "\f890"; }
.fa-desktop:before { content: "\f108"; }
.fa-toolbox:before { content: "\f552"; }
.fa-microchip:before { content: "\f2db"; }
.fa-wifi:before { content: "\f1eb"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-github:before { content: "\f09b"; }
.fa-linkedin:before { content: "\f0e1"; }
.fa-twitter:before { content: "\f099"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-brain:before { content: "\f5dc"; }
.fa-car:before { content: "\f1b9"; }
.fa-clipboard-list:before { content: "\f46d"; }
.fa-clock:before { content: "\f017"; }
.fa-comment-dots:before { content: "\f4ad"; }
.fa-dollar-sign:before { content: "\24"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-external-link-alt:before { content: "\f35d"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-heart:before { content: "\f004"; }
.fa-lightbulb:before { content: "\f0eb"; }
.fa-link:before { content: "\f0c1"; }
.fa-list-ol:before { content: "\f0cb"; }
.fa-rocket:before { content: "\f135"; }
.fa-times-circle:before { content: "\f057"; }
.fa-trophy:before { content: "\f091"; }
.fa-user-clock:before { content: "\f4fd"; }
.fa-user-tie:before { content: "\f508"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-fire:before { content: "\f06d"; }
.fa-laptop-code:before { content: "\f5fc"; }
.fa-server:before { content: "\f233"; }
.fa-code:before { content: "\f121"; }
.fa-database:before { content: "\f1c0"; }
.fa-cogs:before { content: "\f085"; }
.fa-project-diagram:before { content: "\f542"; }
.fa-users:before { content: "\f0c0"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-circle:before { content: "\f111"; }
.fa-check-circle:before { content: "\f058"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-spinner:before { content: "\f110"; }
.fa-calendar:before { content: "\f073"; }
.fa-tools:before { content: "\f7d9"; }
.fa-check:before { content: "\f00c"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-building:before { content: "\f1ad"; }

/* Spinner animation */
.fa-spin {
    animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Pulse animation */
.fa-pulse {
    animation: fa-pulse 1s infinite steps(8);
}

@keyframes fa-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
