@font-face {
  font-family: abanBold;
  font-style: normal;
  font-weight: 900;
  src: url("fonts/AbanBold.ttf")  format("truetype");
}
@font-face {
  font-family: aban;
  font-style: normal;
  font-weight: 900;
  src: url("fonts/Aban.ttf")  format("truetype");
}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0; 
}
html, body {
  overflow-x: hidden;
  font: 16px/1.4 'Lato', sans-serif;
  color: #fefeff;
      cursor: url('./img/small.png') , pointer;
}
body {
  margin: 0;
  position: relative;
  width: 100%;
  min-height: 100%;}
canvas {
  width: 100%;
  height: 100%;
}
h1 {
  font: 2.75em 'Cinzel', serif;
  font-weight: 400;
  letter-spacing: 0.35em;
}
[class^="letter"] {
  -webkit-transition: opacity 3s ease;
  -moz-transition: opacity 3s ease;
  transition: opacity 3s ease;
}
.letter-0 {
  transition-delay: 0.2s;
}
.letter-1 {
  transition-delay: 0.4s;
}
.letter-2 {
  transition-delay: 0.6s;
}
.letter-3 {
  transition-delay: 0.8s;
}
.letter-4 {
  transition-delay: 1.0s;
}
.letter-5 {
  transition-delay: 1.2s;
}
.letter-6 {
  transition-delay: 1.4s;
}
.letter-7 {
  transition-delay: 1.6s;
}
.letter-8 {
  transition-delay: 1.8s;
}
.letter-9 {
  transition-delay: 2.0s;
}
.letter-10 {
  transition-delay: 2.2s;
}
.letter-11 {
  transition-delay: 2.4s;
}
.letter-12 {
  transition-delay: 2.6s;
}
.letter-13 {
  transition-delay: 2.8s;
}
.letter-14 {
  transition-delay: 3.0s;
}
.letter-15 {
  transition-delay: 3.2s;
}
h1 {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);

}
h1.transition-in {
  visibility: visible;
}
h1 [class^="letter"] {
  opacity: 0;
}
h1.transition-in [class^="letter"] {
  opacity: 1;
}
canvas{
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 500;
}
.menu {
	position:fixed;
	right: 30px;
	top: 30px;
	background-color: #ffffff20;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
  padding-top:5px;
  z-index: 100000;
  cursor: pointer;
}
.menu:hover {
  background-color: #ffffff40;
}
section {
	position: relative;
	background-color: #141414;
	color: #eee;
}
.cent{
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
}
.mfollow{
  position: absolute;
  left: 50%;
  top: 50%; 
  width: 30px;
  height: 30px;
  transform: translate(-50%,-50%);
  z-index: 499;
  background-image: url("img/circle.png");
  
}
.mfollow2{
  position: absolute;
  left: 50%;
  top: 50%; 
  width: 9px;
  height: 9px;
  transform: translate(-50%,-50%);
  z-index: 499;
  background-image: url("img/small.png");
}
.introimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	display: flex;
}
.introimg > div {
	width: 50%;
  position: relative;
}
.l {
	background-image: url("https://halehinnovation.com/wp-content/uploads/2025/08/home_l.png");
	background-size: 100% auto;
  transition:all 0.3s ease-in-out;
	background-position: left center;
}
.r {
	background-image: url("https://halehinnovation.com/wp-content/uploads/2025/08/home_r.png");
	background-size: 100% auto;
	background-position: right center;
  transition: all 0.3s ease-in-out;
}
.text {
	position: absolute;
	bottom: 135px;
	left: 115px;
	display: flex;
	flex-direction: column;
}
.text > div {
	font-weight: bold;
	font-size: 63px;
}
.text > p {
	width: 400px;
	/* background-color: beige; */
	font-size: 20px;
	display: block;
	height: 0;
	overflow: hidden;
  transition: all 0.3s ease-in-out;
  line-height: 1.5;
}

.l:hover  p {
	height: 85px;

}
.r:hover  p {

	height: 85px;

}
.flx {
	padding: 200px 0;
	display: flex;
	gap: 30px;
  align-items: center;

}
.flx img {
	max-height: 100%;
	filter: grayscale();
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 500;

}
.flx:hover img {
	filter: grayscale(0%);
  transition: all 0.3s ease-in-out;
}
.flx h2 {
	font-size: 74px;
}
.flx span {
	color: #777;
}
.about{
  direction: rtl;
}

h2{
  font-weight: normal;
  font-family: abanBold;
}
span {
  font-size: 20px;
  color: #777;
    font-family: aban;

}
.topp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	direction: rtl;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid #777;
}
.topp a {
  color: #777;
  text-decoration: none;
  font-size: 20px;
  font-family: aban;
}
.topp h3{
  font-size: 23px;
  font-family: abanBold;
  color: #999;
}
.project{
	display: none;
}

@keyframes identifier {
	0% {
		transform: translateY(100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
	
}
.project.active {
	display: block;
	animation: identifier 0.5s ease-in-out;

}
.project img {
	width: 100%;
	height: auto;
}
.projects  {
	padding: 20px 0 200px 0;
  position: relative;
}
.projects::after {
	content: " ";
	display: block;
	/* background-color: #000; */
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 130px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100000;
	background-image: radial-gradient(#000,transparent,transparent);
}
.pager {
	position: absolute;
	bottom: 230px;
	right: 30px;
	display: flex;
	gap: 10px;
}
.pager span {
	width: 40px;
	height: 40px;
	background: transparent;
	border: none;
	color: #eee;
	font-size: 30px;
  transition: all 0.3s ease-in-out;
  display: block;
}
.pager span:hover {
  color: orange;
  cursor: pointer;
  z-index: 1000;
}
a:hover{
    z-index: 1000;

}
.aboutc {
	background-image: linear-gradient(#361e52,#141414,#141414);
}
.services .cent {
	display: flex;
  flex-direction: row-reverse;
}
.ttll {
	flex: 1;
	display: flex;
	align-items: end;
	flex-direction: column;
	justify-content: center;
}

.ttll h3 {
	font-weight: normal;
	font-family: abanBold;
	font-size: 32px;
}
.serlist li {
	list-style: none;
  padding: 10px 0;
  border-bottom: 1px #cccccc50 solid;
	text-align: right;
	list-style: none;
	z-index: 10000;
	position: relative;
}
.serlist li a {
  font-family: aban;
  font-size: 18px;
  color: #ffffff70;
  text-align: right;
  transition: all 0.3s ease-in-out;
	list-style: none;
	z-index: 10000;
	position: relative;
	text-decoration: none;

}
.serlist li a:hover {
  color: #ffffff;

  border-bottom: 1px #cccccc solid;
}

.serlist {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
footer {
	background-color: #1e1e1e;
	padding: 30px 0;
}
footer .cent {
	display: flex;
	gap: 10px;
}
footer .col {
	flex: 1;
	direction: rtl;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.col h3 {
	font-weight: normal;
	font-family: abanBold;
	font-size: 23px;
}
.col li {
	list-style: none;
}
.col li a {
	text-decoration: none;
	color: #ccc;
	font-family: aban;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 10000;
  font-size: 20px;

}
.col li a:hover {
	color: orange;


}
.col p {
	background-color: #333;
	padding: 10px;
	border-radius: 10px;
	font-family: aban;

}
.themenu {
	position: fixed;
	width: 100%;
	height: 0;
	z-index: 900;
	background-color: #00000070;
	backdrop-filter: blur(3px);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.themenu.open{
  height: 100svh;
}
.themenu .cent {

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
  
}
.themenu li {
	list-style: none;
}
.themenu li a {
	font-family: aban;
	text-decoration: none;
	color: #ccc;
	font-size: 32px;
	text-shadow: 0px 3px 3px #000;
  transition: all 0.3s ease-in-out;
}
.themenu li a:hover {
	color: #fff;

}
#singlepage {
	direction: rtl;
	padding: 80px 0;
}
.single h2 {
	text-align: center;
	font-size: 45px;
	font-family: abanBold;
}
.singlecontent {
	padding: 30px 0;
	font-family: aban;
	font-size: 25px;
	font-weight: normal;
}
.singlecontent i {
	color: #fff !important;
}

/* responsive */
@media only screen and (max-width: 600px) {
  section {
	min-height: auto;
	
	}
	.intro {
		min-height: 100svh;
	}
	.introimg {
	flex-direction: column;
}.l {
	height: 50%;
	width: 100% !important;
}.text > p {
	height: auto;
}.text {
	left: 30px;
	bottom: 30px;
}.r {
	width: 100% !important;
	height: 50%;
}
.text > div {
	font-weight: bold;
	font-size: 27px;
}
.text > p {
	font-size: 16px !important;
}
.flx {
	flex-direction: column;
	padding: 200px 50px !important;
}.flx img {
	width: 100%;
	max-height: unset;
	filter: none;
}.about {
	text-align: center;
}.flx span {
	color: #777;
	display: none;
}.project img {
	width: 100%;
	height: auto;
}
section.services {
	padding: 0 20px 200px 20px;
}.services .cent {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
footer .cent {
	display: flex;
	gap: 10px;
	flex-direction: column;
	padding: 20px 30px;
	text-align: center;
}canvas {

	display: none;
}.mfollow {

	display: none;
}
}
.newabout{
	background-color: #341e4d;
}
.newabout .cent{
	position: relative;
}
.newabout .cent::before{

	content:" ";
	display: block;
	position: absolute;
	left: 0;
	top:0;
	width: 407px;
	height: 180px;
	background-image: url("img/hb.png");
	background-size: cover;
}  
.newabout .cent::after{

	content:" ";
	display: block;
	position: absolute;
	right: 0;
	bottom:-63px;
	width: 407px;
	height: 180px;
	background-image: url("img/hb.png");
	background-size: cover;
	rotate: 180deg;
}  
.newabout::after{
	width: 100%;
	content: " ";
	background-image: linear-gradient(transparent,#341e4d);
	height:200px;
	left: 0;
	bottom: 0;
	position: absolute;
}
.co{
	position: relative;
	padding: 200px 0;
	z-index: 200;
	direction: rtl;
	text-align: center;
	font-family: aban;
}
.co p{
	font-size: 20px;
}
.co h3{
	font-size: 30px;
}
.projectsnew {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.recent{
	padding: 200px 0;
}
.projs{
	background-color: #341e4d;
}
.numbers{
	background-image:linear-gradient(#341e4d,transparent);
}
.itemr{
	display: flex;
	align-items: center;
	justify-content: center;
}
.roi{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px 60px;
	font-size: 30px;

	border-right: 1px #cccccc30 solid;

}
.intro{
	min-height: 100svh;
}
.haleh {
	padding: 200px 0;
	direction: rtl;
	font-size: 23px;
	font-family: aban;

}
.haleh h5{
	font-size: 25px;
	color: #777;
}
.haleh p{
	color: #ccc;
}