/*!
	Theme Name: Hello Elementor Child - Ahunki
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Ahunki Team
	Author URI: https://ahunki.com
	Version: 1.0.1
	Requires at least: 4.7
	Tested up to: 5.2
  Template: hello-elementor
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
  Text Domain: hello-elementor-child
	Tags: ahunki, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/**************************************
* Header
*******************************************************************************/
.h1-ahunki {
	font-weight: 300;
}
.ahunki-ul-wrapper {
	display: flex;
	padding-top: 60px;
}
.justify-left {
	justify-content: end;
	text-align: left;
}
.justify-center {
	justify-content: center;
}
.justify-around {
	justify-content: space-around;
}
.ahunki-ul {
	list-style-position: inside;
	padding-left: 0;
	padding-right: 26px;
}
.ahunki-ul li {
	list-style: none;
	position: relative;
	padding-left: 20px;
}
.ahunki-ul li::before {
	position: absolute;
	top: calc(50% - 4px);
	left: 0px;
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-size: 8px;
	font-weight: 900;
}

[data-elementor-device-mode="mobile"] .ahunki-ul-wrapper,
[data-elementor-device-mode="tablet"] .ahunki-ul-wrapper {
	flex-direction: column;
}

#typewriter {
	font-size: 104px;
	line-height: 1.4em;
}
.ti-cursor {
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.typed-new-line {
	padding-left: 0.8em;
}

@media screen and (max-width:1024px) {
	.ahunki-ul {
		text-align: left;
	}
	.h1-ahunki {
		font-size: 30px;
	}
	#typewriter .ti-cursor,
	#typewriter {
		font-size: 50px;
		line-height: 1.4em;
	}
}

@media screen and (max-width:767px) {
	
	#typewriter .ti-cursor,
	#typewriter {
		font-size: 26px;
		line-height: 1.4em;
	}

	.hide-on-sm {
		display: none;
	}
	.ahunki-ul-wrapper {
		padding-top: 10px;
	}

}

@keyframes fadeIn {
	to {
	  opacity: 1;
	}
  }
  
  .fade-in {
	opacity: 0;
	animation: fadeIn 1s ease-in 1 forwards;
  }
  
  .is-paused {
	animation-play-state: paused;
  }

:root {
	/* --ti-margin-left: 1px; */
	/* --ti-margin-right: 1px; */
	--ti-color: #3B3B3B;
	--ti-font-size: 1em;
}