body{
	background-color: #0a0a0a;
}
.custom-menu ul li a{
transition: all .4s!important;
}
.hover-affect a{
	    transition: all 350ms ease-in-out 0s;
	        mask-image: url(../images/btn-primary.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    overflow: hidden;
}
.hover-affect a:hover, .hover-affect-2 a:hover{
	box-shadow: 0 -4px 4px 0 rgba(255, 255, 255, 0.25) inset;
    background-color: var(--e-global-color-accent);
    outline: medium none;
    text-decoration: none;
    color: #FAFAFA;
}
.hover-affect a:hover .elementor-button-text, .hover-affect a:hover .elementor-button-content-wrapper, .hover-affect-2 a:hover .elementor-button-text{
    animation: MoveScaleUpInitial 0.35s forwards, MoveScaleUpEnd 0.35s forwards 0.35s;
}
.hover-affect a .elementor-button-text, .hover-affect a .elementor-button-content-wrapper, .hover-affect-2 a .elementor-button-text{
    display: block;
    position: relative;
    z-index: 1;
}

@keyframes MoveScaleUpInitial {
 100% {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
}
}
@keyframes MoveScaleUpEnd {
  0% {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
}
100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}

.banner-heading-spl .elementor-heading-title{
background-color: transparent;
    background-image: linear-gradient(180deg, #FAFAFAB3 0%, #FAFAFA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 15px;
}
.icon-small .elementor-icon-wrapper{
display: flex;
}
.btn-spl-banner:before, .banner-affect2 a:before{
content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 24px;
    opacity: 0;
    transform: translate(0, -150%);
    transition: all 0.35s ease-in-out;
    color: #fafafa;
}
div.banner-affect2 a:before{
    color: var(--e-global-color-primary);
}
.btn-spl-banner:hover:before{
        opacity: 1;
    transform: translate(0, -25%);
}
.banner-affect2 a:hover:before{
       opacity: 1;
    transform: translate(0, -50%);
}
.btn-spl-banner:hover .elementor-heading-title, .banner-affect2 a:hover .elementor-button-text{
opacity: 0;
    transform: translate(0, 100%);
}
.btn-spl-banner:hover{
   background-color: var(--e-global-color-primary);
}
.btn-spl-banner:hover .banner-btn-small1{
    opacity: 0;
    transform: translateX(50%) rotateY(90deg);
}
.btn-spl-banner:hover .banner-btn-small2{
        opacity: 1;
    transform: translateX(0) rotateY(0);
}
.btn-spl-banner .elementor-heading-title, .btn-spl-banner .elementor-widget-icon{
    transition: all 0.35s ease-in-out;
}
.banner-btn-small1{
    top: 0;
    left: 0;
    opacity: 1;
    transition: all 0.5s ease;
    position: relative;
    transform: translateX(0) rotateY(0);
    box-shadow: 2px 2px 4px 0 rgba(254, 86, 49, 0.2) inset;
}
.banner-btn-small2{
    top: 6px;
    right: 6px;
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    transform: translateX(-50%) rotateY(90deg);
    box-shadow: 2px 2px 4px 0 rgba(254, 86, 49, 0.2) inset;
}

.marquee {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  mask: linear-gradient(to right, transparent, black 25%, black 75%, transparent);
}

.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 10s linear infinite;
}

.marquee--inner span {
  float: left;
  width: 100%;
  overflow: hidden;
}
.marquee--inner span div{
    font-size: 200px;
    font-weight: 700;
    color: #fafafa;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}



.subscription-form .mail-form1{
position: relative;
}
.subscription-form .mail-form1 label{
    width: 100%;
}
.subscription-form .mail-form1 input {
    border-radius: 8px;
    padding: 8px 55px 8px 16px;
    height: 56px;
    background-color: #171717;
    color: #fafafa;
    line-height: 1.5;
    border: 0;
}
.subscription-form .mail-form1 .btn-button {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.25) inset;
    padding: 0;
}
.subscription-form .mail-form1 .btn-button:hover{
    background-color: var(--e-global-color-primary);
}
.subscription-form .mail-form1 .btn-button > * {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.35s ease 0s;
    transform: translate(-50%, -50%);
}
.subscription-form .mail-form1 .btn-button svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}
.subscription-form .mail-form1 .btn-button > *:last-child {
    opacity: 0;
    transform: translate(-200%, -50%);
}
.subscription-form .elementor-shortcode > p{
display: none;
}
.subscription-form .mail-form1 .btn-button:hover > * {
    transform: translate(100%, -50%);
}
.subscription-form .mail-form1 .btn-button:hover > *:last-child {
    opacity: 1;
    transform: translate(-50%, -50%);
}
.subscription-form .mail-form1 .btn-button > *:first-child {
    opacity: 1;
}
.subscription-form .mail-form1 .btn-button:hover > *:first-child {
    opacity: 0;
}

.progress {
 overflow: hidden;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    border: 1px solid transparent;
    background: linear-gradient(180deg, #151515 0%, #0A0A0A 66.25%) padding-box, linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 60%) border-box;
    bottom: 44px;
     opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
        z-index: 99;
            right: 30px;
            position: fixed;
            cursor: pointer;
}
.progress.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.progress-inner {
 position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    z-index: -1;
    transform: translateY(-50%);
}
@keyframes icon-bounce {
0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
40% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
60% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
}
.pxl-icon i {
    font-size: 24px;
        position: relative;
    -webkit-animation: icon-bounce 2s linear 0s infinite;
    -khtml-animation: icon-bounce 2s linear 0s infinite;
    -moz-animation: icon-bounce 2s linear 0s infinite;
    -ms-animation: icon-bounce 2s linear 0s infinite;
    -o-animation: icon-bounce 2s linear 0s infinite;
    animation: icon-bounce 2s linear 0s infinite!important;
    color: #fff;
}

.pxl-scroll-progress-circle {
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    z-index: -1;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
}
.pxl-scroll-progress-circle path {
    fill: none;
    stroke-width: 3;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    stroke: #fff;
}
.pxl-scroll-progress-circle path {
    stroke: var(--e-global-color-primary);
}
.animated-subheading .elementor-heading-title:before{
content: "";
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background-color:var(--e-global-color-primary);
    margin-right: 8px;
    animation: flickerAnimation 1s infinite;
}

@keyframes flickerAnimation {
    0% {
    opacity: 1;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

.scroll-effect {
  overflow: hidden;
}
.scroll-effect .elementor-heading-title .word{
background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background: linear-gradient(to right, #fafafa 50%, #FAFAFAB3 50%) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% 100%;
    background-position-x: 100%;
    transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.75s;
}
.scroll-effect.color-affect .elementor-heading-title .word{
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
background: linear-gradient(to right, #0A0A0A 50%, #FAFAFAB3 50%) no-repeat;
   -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% 100%;
    background-position-x: 100%;
    transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.75s;
}
.item-number .elementor-heading-title{
background: linear-gradient(180deg, #fff 0%, #ffffff00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 400px;
    font-weight: 300;
    line-height: 0.661965;
    letter-spacing: -12px;
    position: absolute;
    left: -85px;
    bottom: -25px;
}
.subtitle-service .elementor-heading-title{
backdrop-filter: blur(6px);
}
.h-100{
    height: 100% !important;
}
.contact-sec-icon-box .elementor-icon{
    backdrop-filter: blur(6px);
}
.contact-sec-icon-box .elementor-icon-box-content{
display: flex;
flex-direction: column-reverse;
}
.contact-sec-tabs{

}
.elementor-row{
display: flex;
}
.custom-row{
    flex-wrap: wrap;
}
.custom-col{
    padding-left: 10px;
    padding-right: 10px;
}
.input-wrap, input[type="text"], input[type="email"], 
input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="date"]{
    width: 100%;
}
.input-wrap:not(.submit-wrap) p{
        display: flex;
    align-items: center;
    background-color: #171717;
    border-radius: 8px;
}
.form-request label, .form-support label  {
    color: #D4D4D4;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    padding: 8px 20px;
    border-right: 1px solid #404040;
    min-width: max-content;
}
.form-request .input-type{
    border-radius: 0 8px 8px 0;
}
input[type="text"], input[type="email"], input[type="url"], 
input[type="password"], input[type="search"], input[type="tel"], 
input[type="number"], input[type="range"], input[type="date"], input[type="month"], 
input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], 
input[type="color"], textarea, select, .select2-container.select2-container--default .select2-selection--single {
    background-color: #171717;
    border: 0 solid #e0e0e0;
    color: #fafafa;
    padding: 8px 16px;
    line-height: 1.5;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    text-align: start;
    outline: none;
    border-radius: 0;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.contact-sec-tabs{
    padding: 16px;
    border-radius: 16px;
    background: linear-gradient(213deg, #222 0%, #393939 80.39%);
    box-shadow: -351px 460px 162px 0 rgba(0, 0, 0, 0.01), 
    -225px 295px 148px 0 rgba(0, 0, 0, 0.04), -126px 166px 125px 0 rgba(0, 0, 0, 0.15), 
    -56px 74px 93px 0 rgba(0, 0, 0, 0.25), -14px 18px 51px 0 rgba(0, 0, 0, 0.29), 
    0 1.5px 0 0 #686868, 0 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
}
.contact-sec-tabs .e-n-tab-title {
     color: #A3A3A3 !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    width: 50% !important;
    text-align: center;
    padding: 14px;
    cursor: pointer;
    position: relative !important;
    z-index: 1;
    background-color: transparent !important;
    box-shadow: none;
}
.contact-sec-tabs .e-n-tab-title[data-tab-index="3"]{
flex: 0 !important;
padding: 0 !important;
}
.contact-sec-tabs .e-n-tab-title[aria-selected=true]{
    color: #fafafa!important;
}
.contact-sec-tabs .e-n-tab-title::after {
    --border-color: rgba(255, 255, 255, 0.40);
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 3.98%, 
        rgba(255, 255, 255, 0.40) 49.67%, rgba(255, 255, 255, 0) 95.35%);
    transform: scaleX(0);
    transition: all 350ms ease;
}
.contact-sec-tabs .e-n-tab-title[aria-selected=true]::after{
    transform: scaleX(1);
}
.contact-sec-tabs .e-n-tabs-heading{
    position: relative;
}
.contact-sec-tabs .e-n-tab-title:nth-child(odd)[aria-selected=true] ~ .e-n-tab-title[data-tab-index="3"] {
    opacity: 1;
    border-radius: 12px 0 0 0;
}
.contact-sec-tabs .e-n-tab-title:nth-child(even)[aria-selected=true] ~ .e-n-tab-title[data-tab-index="3"] {
    opacity: 1;
    background-image: url(../images/form-right.svg);
    border-radius: 0 12px 0 0;
}
.contact-sec-tabs .e-n-tab-title[data-tab-index="3"]{
    width: 100% !important;
    position: absolute!important;
    inset: 0;
    background-image: url(../images/form-left.svg);
    opacity: 0;
    transition: all 350ms ease;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}
.contact-sec-tabs .e-active{
background-color: black;
padding: 57px 32px 50px;
border-radius: 0 0px 16px 16px;
}
.submit-type{
    width: 100%;
}
.info-card-why .hfe-infocard-text{
padding-bottom: 40px;
border-bottom: 1px solid #D4D4D4;
}
