/*
	Theme Name: FPA BY WebSpark
	Description: FPA BY WebSpark WordPress Theme
	Version: 1.0.0
	Author: Ehab Hamzeh (ehab1mail@gmail.com)

	Tags: basic, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
:root{

}


body{
	font-family: "Roboto", sans-serif;
}

a{
	text-decoration: none;
	color:#444;
	
}
a,.arrow_hoover::before,.arrow_hoover *{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
a:hover{
	color:var(--accent-color) !important;
}
header ul ,
header li ,
footer ul ,
footer li {
	list-style: none;
	margin:0px;
	padding: 0px;
}
[class^="bi-"]::before, [class*=" bi-"]::before {
    font-size: inheret;
    line-height: inherit;
	color:inherit;
}
header.header img{
	max-height: 100px;
}
.arrow_hoover{
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.arrow_hoover:hover span{
	opacity: 0;
}
.arrow_hoover::before{
	content: "";
	padding: 12px;
	background-image: url(img/arrow.svg);
	background-size: contain;
	background-position: bottom;
	position: absolute;
	bottom:0px;
	background-repeat: no-repeat;
	left:-24px;
}
.arrow_hoover:hover::before{
	left:calc( 100% - 24px );

}
header.header label.menu_morf{
	--btn-menu-morf-size:25px;
	--btn-menu-morf-height-closed:14px;
	--btn-menu-morf-color:#fff;
	margin-top:-4px;
}

.search_dlg input {
    background: transparent;
    border: 0;
    border-bottom: solid 1px #656565;
    width: 100%;
    color: #fff;
    font-size: 1.7rem;
    padding-bottom: 0.4rem;
}
iframe.nain_iframe {
    width: 100%;
    height: calc( 100vh - 121px);
}
.in-iframe .app.root{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
	overflow: auto;
	background-color: #fff;
	z-index: 999999999999999999999999999999999999999999;
}
.big-home-text-2{

	font-size: clamp(1rem,6vw,4.5rem); 
}
.big-home-text{
	font-size: clamp(1rem,9vw,8rem) !important; 
}
.list-animation {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: none;
    padding-top: clamp(7px,3.3vw,4.7rem);
}
.list-animation li{
	display: none;

}
.fadeinout{
	display: block !important;
	animation: fadeinout-move 5s infinite;
	-webkit-animation: fadeinout-move 2s infinite;
}
@keyframes fadeinout-move {
	0%   {opacity: 0;}
	25%  {opacity: 1;}
	75%  {opacity: 1;}
	100% {opacity: 0;}
  }
  header.header{
	position: fixed;
	z-index: 99999999999999;
	width:100%;
	left:0px;
	top:0px;
  }
  .main-menu-1,.main-menu-phone-1{
    background-color: rgba(0,0,0,1) ;
}
body:has(.body-under-navbar) .main-menu-1{
	background-color: rgba(0,0,0,0.2) ;

}


.header-video{
	position: sticky;
	z-index: -2;
	top:0px;
	--mask-height:0px;
}
.header-video .has-black-background-color {
    background: rgb(2,0,36) !important;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 80%, rgba(0,0,0,1) 100%) !important;
	opacity: 1 !important;
}
.white-header {
    background-image: url(img/white-header.svg);
    background-size: 60% 500px ;
	height: 100px !important;
    margin-top: -99px;
	background-position: top;
	background-repeat: no-repeat;

}
.quick_anim{
	transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
}
.quick_anim_1{
	transition: all 1s !important;
	-webkit-transition: all 1s !important;
	-moz-transition: all 1s !important;
	-ms-transition: all 1s !important;
	-o-transition: all 1s !important;
}
.mini_navbar .main-menu-1,.mini_navbar .main-menu-phone-1{
	background-color: #000 !important;
}
.mini_navbar .main-menu-1{
	width: 90%;
    margin: 0 auto;
    border-radius: 100px;
    margin-top: 5px;
}
.mini_navbar .main-menu-1 img{
	margin :0px !important;
	height: 50px !important;
}
.dot_after:after {
    content: ".";
    font-size: 200%;
    color: var(--accent-color);
    line-height: 0px;
}
.h-100vh {
    min-height: 100vh;
}
.text-width-0 {
    background: #000;
    color: #fff !important;
    display: inline-block;
    /* padding: 0px 10px; */
    white-space: nowrap;
  overflow: hidden;
    max-width: 1px;
}
.text-width-0 *{
	color: #fff !important;
	white-space: nowrap;
  overflow: hidden;
}
.text-width-100 {
    padding: 0px 10px; 
    max-width: 100vw;
}
.body-normal {
    margin-top: 150px;
}
.body-after-navbar {
    margin-top: 90px;
}
.loading_animation {
    display: flex;
    height: 28px;
    padding: 18px;
    align-items: center;
    width: 150px;
    background: #000;
    color: #fff;
    border-radius: 100px;
    position: fixed;
    top: -60px;
    left: 50%;
    margin-left: -75px;
    z-index: 1000;
    border: solid 1px #333;
	gap: 10px;
}
.jump_down {
	font-size: clamp(1rem,10vw,3rem);
	display: inline-block;
	position: absolute;
	left: 50%;
	color: #fff;
	cursor: pointer;
	top: 90%;
	opacity: 0.5;
	transform:translateX(-50%) ;
	-webkit-transform:translateX(-50%) ;
	-moz-transform:translateX(-50%) ;
	-ms-transform:translateX(-50%) ;
	-o-transform:translateX(-50%) ;
}
.prealoder_ui {
    position: fixed;
    z-index: 999999999;
    background: #000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
}
.prealoder_ui div{
	padding-left: 35px;
}
.prealoder_ui svg{
	width:70px;
}
.hide_this{
	opacity: 0;
	pointer-events: none;
}
footer .wpcf7 input, footer .wpcf7 textarea {
    background: #000;
    border: 0px;
    border-bottom: solid 2px;
    color: #fff;
    margin-bottom: 10px;
    width: 90%;
    max-height: 100px;
    font-size: 14px;
    padding: 10px;
}
footer .wpcf7 textarea ,footer .wpcf7 [type=submit]{
	border:solid 1px !important;
}
footer .wpcf7 [type=submit]{
	width:auto	;
}
/* @media only screen and (max-width: 1023px) {
	.reverse_on_phone {
		flex-direction: column-reverse !important;

	}
	.d-cube-css h3 {
		font-size: 35px;
	}
}
@media only screen and (min-width: 1024px) {
	.d-cube-css h2 {
		margin-top: -100px;
	}
} */
/* The eh_Modal (background) */
.wp-block-gallery .wp-block-image > img{
	cursor: pointer;
}
.eh_modal {

	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
 /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
	z-index: 9999;
  }
  
  /* eh_Modal Content (image) */
  .eh_modal-content {
	margin: auto;
	margin-top:100px;
	display: block;
	width: 80%;
	max-height: calc( 90% - 100px );
	max-width: 700px;
	object-fit: contain;
  }
  
  /* eh_Caption of eh_Modal Image */
  #eh_caption {
	margin: auto;
	display: none;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
  }
  
  /* Add Animation */
  .eh_modal-content, #eh_caption {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
  }
  
  /* The eh_Close Button */
  .eh_close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
  }
  
  .eh_close:hover,
  .eh_close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
  }
.contact-header {
    margin-bottom: -36px;
}
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
	.eh_modal-content {
	  width: 100%;
	}
  }
  .aspect-ratio {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
}
.aspect-ratio img{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.social_links {
    position: fixed;
    z-index: 99;
    left: 0px;
    top: 45%;
    /* background: red; */
    padding: 0px;
}
.social_links ul{
	gap:2px;
}
.footer-social {
    margin-top: -35px;
    margin-bottom: 20px;
}