.sigmaweb-socials-card-2 {
  position: relative;
  transition: all 1s ease-in-out;
}

.sigmaweb-socials-card-2 .elementor-icon-wrapper{
    display: flex;
}

/*logo*/
.sigmaweb-socials-logo-2 {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  transition: all 0.6s ease-in-out;
}

.sigmaweb-socials-logo-2 path{
    fill: #fff;
}

/*box*/
.sigmaweb-socials-box-2 {
  position: absolute;
  background: rgba(255, 255, 255, 0.389);
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 1px solid white;
  border-radius: 10% 13% 42% 0%/10% 12% 75% 0%;
  box-shadow: rgba(100, 100, 111, 0.364) -7px 7px 29px 0px;
  transform-origin: bottom left;
  transition: all 1s ease-in-out;
}

.sigmaweb-socials-box-2::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.sigmaweb-socials-icon-2 i {
  transition: color 0.3s linear;
}

.sigmaweb-socials-box1-2 {
  width: 85%;
  height: 85%;
  bottom: -85%;
  left: -85%;
}

.sigmaweb-socials-box2-2 {
  width: 65%;
  height: 65%;
  bottom: -65%;
  left: -65%;
  transition-delay: 0.2s;
}

.sigmaweb-socials-box3-2 {
  width: 45%;
  height: 45%;
  bottom: -45%;
  left: -45%;
  transition-delay: 0.4s;
}

.sigmaweb-socials-box4-2 {
  width: 25%;
  height: 25%;
  bottom: -25%;
  left: -25%;
  transition-delay: 0.6s;
}

/*hover*/
.sigmaweb-socials-card-2:hover {
  transform: scale(1.1);
}

.sigmaweb-socials-card-2:hover .sigmaweb-socials-box-2 {
  bottom: -1px;
  left: -1px;
}

.sigmaweb-socials-box-2:hover .sigmaweb-socials-icon-2 i{
  color: #fff;
}

/*لوگو در پایین و راست قرار می‌گیرد*/
.sigmaweb-socials-card-2:hover .sigmaweb-socials-logo-2 {
  transform: translate(0, 0);
  bottom: 20px;
  right: 20px;
}

/*لوگو به راست و بالا حرکت می‌کند*/
/*.sigmaweb-socials-card-2:hover .sigmaweb-socials-logo-2 {*/
/*  transform: translate(80px, -35px);*/
/*}*/