.elementor-126 .elementor-element.elementor-element-9392e58{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:4rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem;}.elementor-126 .elementor-element.elementor-element-daadf03{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}body.elementor-page-126:not(.elementor-motion-effects-element-type-background), body.elementor-page-126 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS */.footer-text .elementor-heading-title  {
  position: absolute;      
  bottom: 0px;    
  left: 50%;               
  transform: translateX(-50%) translateY(50%);
  white-space: nowrap;     
  background: radial-gradient(circle, #fff, #101010);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  letter-spacing: 9px;
  overflow: hidden;
}
.hero-text {
  position: absolute;       /* position relative to the parent */
  bottom: 0;                /* align to bottom */
    overflow: hidden;         /* hide the part that goes out */
  left: 50%;                /* center horizontally */
  transform: translateX(-50%) translateY(50%); /* shift half the height down */
  font-size: 100px;         /* adjust size as needed */
  font-weight: bold;
  color: #fff;
  white-space: nowrap;      /* prevent wrapping */
}


.text-gradient { 
    font-size: 110px;
    background: radial-gradient(circle, #fff, #101010);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: 'Inter';
    font-weight: 600;
    letter-spacing: 12px;
    line-height: 0.9;
    margin: 0;
    display: block;
}
.footer-width-fixer {
height: 130px;
overflow: hidden;
position: relative;
}
@media (max-width: 767px){
    .text-gradient { 
    font-size: 28px;
     letter-spacing: 8px;
}
.footer-width-fixer {
    height: 77px;
}
}

@media (min-width: 768px) and (max-width: 1000px){
.text-gradient { 
    font-size: 80px; 
}

}/* End custom CSS */