@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?qrfghi');
  src:  url('fonts/icomoon.eot?qrfghi#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?qrfghi') format('truetype'),
    url('fonts/icomoon.woff?qrfghi') format('woff'),
    url('fonts/icomoon.svg?qrfghi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin .path1:before {
  content: "\e902";
  color: rgb(255, 255, 255);
  transition: all 300ms ease-in-out;
}
.icon-linkedin .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(0, 38, 38);
  transition: all 300ms ease-in-out;
}
.icon-linkedin:hover {
  .path1 {
    &::before {
      content: "\e902";
      color: rgb(224, 89, 22);
      transition: all 300ms ease-in-out;
    }
  }
  .path2 {
    &::before {
      content: "\e903";
      margin-left: -1em;
      color: rgb(255, 255, 255);
      transition: all 300ms ease-in-out;
    }
  }
}

.icon-play-video:before {
  content: "\e904";
}
.icon-monkey-marker .path1:before {
  content: "\e905";
  color: rgb(224, 89, 22);
}
.icon-monkey-marker .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(238, 231, 218);
}


.icon-whatsapp .path1:before {
  content: "\e907";
  color: rgb(0, 38, 38);
}
.icon-whatsapp .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(238, 231, 218);
}


.icon-youtube .path1:before {
  content: "\e909";
  color: rgb(255, 255, 255);
  transition: all 300ms ease-in-out;
}
.icon-youtube .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(0, 38, 38);
  transition: all 300ms ease-in-out;
}
.icon-youtube:hover {
  .path1 {
    &::before {
      content: "\e909";
      color: rgb(224, 89, 22);
      transition: all 300ms ease-in-out;
    }
  }
  .path2 {
    &::before {
      content: "\e90a";
      margin-left: -1em;
      color: rgb(255, 255, 255);
      transition: all 300ms ease-in-out;
    }
  }
}


.icon-instagram .path1:before {
  content: "\e90b";
  color: rgb(255, 255, 255);
  transition: all 300ms ease-in-out;
}
.icon-instagram .path2:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(0, 38, 38);
  transition: all 300ms ease-in-out;
}
.icon-instagram .path3:before {
  content: "\e90d";
  margin-left: -1em;
  color: rgb(0, 38, 38);
  transition: all 300ms ease-in-out;
}
.icon-instagram .path4:before {
  content: "\e90e";
  margin-left: -1em;
  color: rgb(0, 38, 38);
  transition: all 300ms ease-in-out;
}
.icon-instagram:hover {
  .path1 {
    &::before {
      content: "\e90b";
      color: rgb(224, 89, 22);
      transition: all 300ms ease-in-out;
    }
  }
  .path2 {
    &::before {
      content: "\e90c";
      margin-left: -1em;
      color: rgb(255, 255, 255);
      transition: all 300ms ease-in-out;
    }
  }
  .path3 {
    &::before {
      content: "\e90d";
      margin-left: -1em;
      color: rgb(255, 255, 255);
      transition: all 300ms ease-in-out;
    }
  }
  .path4 {
    &::before {
      content: "\e90e";
      margin-left: -1em;
      color: rgb(255, 255, 255);
      transition: all 300ms ease-in-out;
    }
  }
}


.icon-facebook .path1:before {
  content: "\e900";
  color: rgb(255, 255, 255);
  transition: all 300ms ease-in-out;
}
.icon-facebook .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(0, 38, 38);
  transition: all 300ms ease-in-out;
}
.icon-facebook:hover {
  .path1 {
    &::before {
      content: "\e900";
      color: rgb(224, 89, 22);
      transition: all 300ms ease-in-out;
    }
  }
  .path2 {
    &::before {
      content: "\e901";
      margin-left: -1em;
      color: rgb(255, 255, 255);
      transition: all 300ms ease-in-out;
    }
  }
}
