@font-face {
  font-family: poppins;
  src: url(../Fonts/Poppins-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: poppinsBold;
  src: url(../Fonts/Poppins-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: poppinsSemibold;
  src: url(../Fonts/Poppins-SemiBold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: poppinsMedium;
  src: url(../Fonts/Poppins-Medium.woff2) format("woff2");
  font-display: swap;
}

body,
p {
  font-family: "poppins", Arial, sans-serif;
  color: #000;
}

h1 {
  font-family: "poppinsBold", Arial, sans-serif;
  font-size: 3rem;
  color: #00263e;
}
h2,
h3 {
  font-family: "poppinsSemibold", Arial, sans-serif;
}
h5,
h6 {
  font-family: "poppinsMedium", Arial, sans-serif;
}
.pop {
  font-family: poppins;
  src: url(../Fonts/Poppins-Regular.woff2);
}
.popmed {
  font-family: "poppinsMedium", Arial, sans-serif;
}

/* .fa-envelope {
  background: linear-gradient(to bottom, #a5fecb, #20bdff, #5433ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
} */
.fa-instagram
/* .fa-phone  */ {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.fa-facebook,
.fa-linkedin {
  color: #043599;
  opacity: 1;
}
.fa-twitter
/* .fa-building */ {
  color: #1da1f2;
}
/* .fa-users {
  background: linear-gradient(to bottom, #0b7db3, #2435ca, #5433ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
} */
