/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.4.3.1770283381
Updated: 2026-02-05 09:23:01

*/

::selection {
	background: rgb(124 3 33 / 50%);
}

#canvas {
	width: 100svw !important;
	height: 100svh !important;
	aspect-ratio: unset !important;
}

/*.canvas-wrap {
	pointer-events: none;
}*/


.wp-block-kadence-image img {
	width: 100%;
}


.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    position: relative;
	max-width: calc(100% - 3rem);
    border-top: 1px solid var(--global-palette5);
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before,
.wp-block-separator:not(.is-style-wide):not(.is-style-dots)::after {
	content: "✧";
    font-size: 1.5rem;
    color: var(--global-palette5);
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before{
	position: absolute;
    left: -1.5rem;
    top: 0;
    transform: translateY(-50%) scaleY(1.5);
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots)::after {
	position: absolute;
    right: -1.5rem;
    top: 0;
    transform: translateY(-50%) scaleY(1.5);
}




/* Header */
.site-header {
	background: transparent !important;
    background-image: linear-gradient(black 20%, rgba(0, 0, 0, 0) 100%) !important;
    position: fixed !important;
    width: 100svw !important;
	height: 100px !important;
    padding: 10px 0px !important;
}

.site-header .brand img {
	height: 80px;
	width: auto;
}


.svg-wrap {
	position: absolute;
    top: 50%;
    left: 0;
	transform: translateY(-50%);
	z-index: 1;
	max-width: var(--global-content-width);
	margin: 0 auto;
    padding: 0 var(--global-content-edge-padding);
}

#svgText {
	width: clamp(400px, calc(400px + 400 * (100vw - 480px) / 1280), 800px);
	max-width: 100%;
	height: auto;
}

#svgText>path{
  fill: transparent;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 335;
  stroke-dashoffset: -335px;
  animation: drawLetter 5s ease-in-out 0s forwards, fillLetter 1s ease-in 5s forwards;
}

@keyframes drawLetter{
  100%{
    stroke-dashoffset: 0px;
  }
}

@keyframes fillLetter{
  0%{
    fill: transparent;
    stroke-width: 1;
  }
  100%{
    fill: #fff;
    stroke-width: 0;
  }
}





.taxonomy-project-category a {
	color: var(--global-palette6);
	text-decoration: none;
    background: var(--global-palette1);
    color: black;
    padding: 4px 10px;
    border-radius: 100px;
    cursor: default;
    pointer-events: none;
}




/* Fluid Typography - Cinzel Decorative + Inter */
/* Headings - Cinzel Decorative */
h1, .h1 {
  font-size: clamp(2rem, 5vw + 1rem, 4.5rem); /* 32px -> 72px */
  line-height: 1.2;
}

h2, .h2 {
  font-size: clamp(1.5rem, 3vw + 1rem, 3rem); /* 24px -> 48px */
  line-height: 1.25;
}

h3, .h3 {
  font-size: clamp(1.25rem, 2vw + 0.5rem, 2.25rem); /* 20px -> 36px */
  line-height: 1.3;
}

h4, .h4 {
  font-size: clamp(1.125rem, 1.5vw + 0.5rem, 1.75rem); /* 18px -> 28px */
  line-height: 1.3;
}

h5, .h5 {
  font-size: clamp(1rem, 1vw + 0.25rem, 1.5rem); /* 16px -> 24px */
  line-height: 1.4;
}

h6, .h6 {
  font-size: clamp(0.875rem, 1vw + 0.25rem, 1.25rem); /* 14px -> 20px */
  line-height: 1.4;
}

/* Body Text - Inter */
body, p, .body-text {
  font-size: clamp(1rem, 0.5vw + 0.875rem, 1.125rem); /* 16px -> 18px */
  line-height: 1.6;
  font-weight: 400;
}

/* Small text */
small, .small-text {
  font-size: clamp(0.875rem, 0.5vw + 0.75rem, 1rem); /* 14px -> 16px */
  line-height: 1.5;
}

/* Lists */
ul, ol {
  font-size: clamp(1rem, 0.5vw + 0.875rem, 1.125rem);
  line-height: 1.6;
}