.gradient-text1{
	background: linear-gradient(90.84deg, #D78660 -1.54%, #CF3FA9 58.26%, #7C25C7 122.09%, #2E17D2 189.11%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gradient-text2{
	background: linear-gradient(90.34deg, #D78660 -137.1%, #CF3FA9 -62.72%, #7C25C7 16.65%, #2E17D2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.aaftab-text{
    -webkit-text-stroke: 2px #FFFFFF;
    text-stroke: 2px #FFFFFF;
    text-shadow: -6px 4px 12px #00000059;
}

.translate-image{
	-webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

/* .summary-slider .elementor-slide-heading{
	-webkit-text-stroke: 1px #181A1E;
    text-stroke: 1px #181A1E;
    text-shadow: 1px 3px 0px 0px #000000;
} */


.summary-slider .elementor-slide-heading {
    color: #fff;
    text-shadow:
        -1px -1px 0 #181A1E,
         1px -1px 0 #181A1E,
        -1px  1px 0 #181A1E,
         1px  1px 0 #181A1E,
         1px  3px 0 #000;
}


.collapse-expand {
  display: inline-block;
  animation: collapseExpand 3s ease-in-out infinite;
  transform-origin: center;
}

@keyframes collapseExpand {
  0%,
  100% {
    transform: scaleX(1) scaleY(1);
    letter-spacing: normal;
  }
  25% {
    transform: scaleX(0.5) scaleY(1.2);
    letter-spacing: -2px;
  }
  75% {
    transform: scaleX(1.2) scaleY(0.8);
    letter-spacing: 4px;
  }
}

.work-card{
  background: #ffffff;
  clip-path: polygon(
    0px 0%,
    100% 0%,
    100% calc(100% - 68px),
    calc(100% - 20px) 100%,
    0% 100%,
    0% 20px
  );
}



