/*telegram*/
.sigmaweb-social-btn1 .elementor-button{
  outline: 5px solid #0088CC;
  background: rgb(30, 30, 30);
  border-radius: 90px 5px 5px 5px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.sigmaweb-social-btn1 .elementor-button:hover {
  cursor: pointer;
  scale: 1.1;
  background: #0075AF;
}

.sigmaweb-social-btn1 i{
  margin-top: 30px;
  margin-left: 10px;
  font-size: 35px;
}

/*instagram*/
.sigmaweb-social-btn2 .elementor-button{
  outline: 5px solid #FF00B9;
  background: rgb(30, 30, 30);
  border-radius: 5px 90px 5px 5px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.sigmaweb-social-btn2 .elementor-button:hover {
  cursor: pointer;
  scale: 1.1;
  background: #A10075;
}

.sigmaweb-social-btn2 i{
  margin-top: 30px;
  margin-left: -10px;
  font-size: 35px;
}

/*x-twitter*/
.sigmaweb-social-btn3 .elementor-button{
  outline: 5px solid rgb(93, 250, 255);
  border: none;
  background: rgb(30, 30, 30);
  border-radius: 5px 5px 5px 90px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.sigmaweb-social-btn3 .elementor-button:hover {
  cursor: pointer;
  scale: 1.1;
  background: rgb(0, 160, 166);
}

.sigmaweb-social-btn3 i{
  margin-top: 15px;
  margin-left: 20px;
  font-size: 33px;
}

/*whatsapp*/
.sigmaweb-social-btn4 .elementor-button{
  outline: 5px solid #25D366;
  background: rgb(30, 30, 30);
  border-radius: 5px 5px 90px 5px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


.sigmaweb-social-btn4 .elementor-button:hover {
  cursor: pointer;
  scale: 1.1;
  background: #009F3B;
}

.sigmaweb-social-btn4 i{
  margin-top: 15px;
  margin-left: -20px;
  font-size: 35px;
}

/*دکمه ها*/
.sigmaweb-social-btns .elementor-button{
  width: 100px;
  height: 100px;
  transition: all 0.2s;
}
.sigmaweb-social-btns:hover{
    z-index: 9;
}

.sigmaweb-social-btns .elementor-button:hover i {
  color: #FFFFFFBF;
}