.elementor-7 .elementor-element.elementor-element-1a21f95{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-7 .elementor-element.elementor-element-1a21f95:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-1a21f95 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#070707;}.elementor-7 .elementor-element.elementor-element-8aedce7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-7 .elementor-element.elementor-element-a941b87{--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:-200px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(min-width:768px){.elementor-7 .elementor-element.elementor-element-8aedce7{--width:50%;}.elementor-7 .elementor-element.elementor-element-a941b87{--width:100%;}}@media(max-width:1024px){.elementor-7 .elementor-element.elementor-element-1a21f95{--min-height:100vh;}}@media(max-width:767px){.elementor-7 .elementor-element.elementor-element-1a21f95{--min-height:100vh;}.elementor-7 .elementor-element.elementor-element-a941b87{--margin-top:-300px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-fa1665d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -50px;}}/* Start custom CSS for container, class: .elementor-element-a941b87 */.container  {
  margin: 0;
  min-height: 10vh;
  display: grid;
  align-content:  center;
  background-color: transparent!important; /* Black background */
  font-family: "Roboto", sans-serif;
}

/* Style for the text */
.pcolor {
  font-weight: 700;
  font-size: 10vw; /* Scale text size relative to the viewport width */
  color: #82A89700!important;
  margin-left: 50px;
  position: relative;
  background-clip: text;
  overflow: hidden; /* Prevents overflow of pseudo-elements */
  background-color: #fefcef;
}

/* Pseudo-elements for the text */
.pcolor::before,
.pcolor::after {
  content: '';
  position: absolute;
  background-color: #82a897;
  width: 180%;
  top: 50%;
  left: 50%;
  aspect-ratio: 1; /* Maintain square aspect ratio */
  translate: -50% 0; /* Center the pseudo-element */
  border-top-left-radius: 60% 80%;
  border-top-right-radius: 50% 80%;
  border-bottom-left-radius: 60% 80%;
  border-bottom-right-radius: 50% 80%;
  mix-blend-mode: multiply;
  animation: rot1 10s linear infinite;
}

/* Adjustments for the second pseudo-element */
.pcolor::after {
  animation-delay: -4s; /* Delay for rotation animation */
  animation-duration: 8s; /* Faster animation duration */
}

/* Keyframes for rotation animation */
@keyframes rot1 {
  to {
    rotate: 360deg;
  }
}/* End custom CSS */