/**
Theme Name: Chiruka
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful 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: chiruka
Template: astra
*/

/* =====================================================
   LPS / Font
   ===================================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'FranklinGothicCond';
    src: url('/wp-content/uploads/2026/06/Gothic-Medium-Cond-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* =====================================================
   LPS / Hero
   ===================================================== */
.hero-background{
    background: radial-gradient(ellipse 900px 700px at 78% 30%, rgba(120, 140, 148, 0.45), transparent 60%), radial-gradient(ellipse 700px 600px at 95% 80%, rgba(80, 98, 106, 0.35), transparent 60%), linear-gradient(135deg, #11151a 0%, #1b2226 35%, #3a4750 70%, #5c6e76 100%) !important;
}

button#menuToggle:focus, button#menuToggle:hover {
	background-color: transparent !important;
    border-color: transparent !important;
}

/* =====================================================
   LPS / Header
   ===================================================== */
a.logo img {
    width: 150px;
}
a:hover {
    color: #ed5531 !important;
}

body{
    background: linear-gradient(270deg, #070809D1 0%, #070809 100%) !important;
}
.paragraph {
    font-family: "Roboto", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 32px;
    line-height: 52px;
}
.heading-small {
    font-family: 'FranklinGothicCond', Arial, sans-serif;
    text-transform: uppercase;
    color: #C9D5D9;
    font-size: 12px;
}
.home a.logo img {
    display: none;
}
/* LPS - Back to top */
#ast-scroll-top {
    background-color: transparent;
    font-size: 15px;
    border: 1px solid white;
}

/* =====================================================
   Text / Image animate-in — blur-in-by-word effect
   Paste this whole block into a CSS-type Code Snippet.
   ===================================================== */

.ta-root .ta-segment {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(0.35em);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, filter, transform;
}

.ta-root.ta-in .ta-segment {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0);
}

.ta-img {
  opacity: 0;
  filter: blur(16px);
  transform: scale(1.04);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, filter, transform;
}

.ta-img.ta-img-in {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .ta-root .ta-segment,
  .ta-img {
    transition: none !important;
    filter: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}