@font-face {
  font-family: "fontb";
  font-display: swap;
  src: url("./bp/fontb-Light.woff2") format("woff2"),
    url("./bp/fontb-Light.otf") format("opentype");
  font-weight: 200;
}

@font-face {
  font-family: "fontb";
  font-display: swap;
  src: url("./bp/fontb-Light.woff2") format("woff2"),
    url("./bp/fontb-Light.otf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "fontb";
  font-display: swap;
  src: url("./bp/fontb-Regular.woff2") format("woff2"),
    url("./bp/fontb-Regular.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "fontb";
  font-display: swap;
  src: url("./bp/fontb-Medium.woff2") format("woff2"),
    url("./bp/fontb-Medium.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "fontb";
  font-display: swap;
  src: url("./bp/fontb-SemiBold.woff2") format("woff2"),
    url("./bp/fontb-SemiBold.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "fontb";
  font-display: swap;
  src: url("./bp/fontb-SemiBold.woff2") format("woff2"),
    url("./bp/fontb-SemiBold.otf") format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: "fontb";
  font-display: swap;
  src: url("./bp/fontb-SemiBold.woff2") format("woff2"),
    url("./bp/fontb-SemiBold.otf") format("opentype");
  font-weight: 800;
}

body {
  font-family: fontb, Arial, sans-serif !important;
  background-color: #000;
}

html body {
  font-family: fontb, Arial, sans-serif !important;
}

* {
  box-sizing: border-box;
}
.content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.title {
  font-weight: 600;
  font-size: 70px;
  line-height: 78px;
  text-align: center;
  color: #e7e7e8;
}

.title-2 {
  font-weight: 600;
  font-size: 100px;
  line-height: 118px;
  text-align: center;
  color: #e7e7e8;
}

.desc-1 {
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  text-transform: capitalize;
  color: #bbbbbb;
}
.desc-2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;

  text-align: center;

  color: #bbbbbb;
}
.desc-3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;

  color: #e7e7e8;
}
.desc-4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #bbbbbb;
}
.desc-5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #e7e7e8;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt80 {
  margin-top: 80px;
}
.mb80 {
  margin-bottom: 80px;
}
.mt120 {
  margin-top: 120px;
}
.mb120 {
  margin-bottom: 120px;
}
.btn-style {
  position: relative;
  display: inline-block;
  width: 214px;
  line-height: 48px;
  color: #fff;
  background: #000;
  border-radius: 4px;
}
.btn-style::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(#3681e5, #5fcfd6);
  border-radius: 4px;
}
a {
  text-decoration: none;
  color: inherit;
}

h2,
p {
  margin: 0;
  padding: 0;
}
.icon {
  width: 40px;
}

.job-item {
  width: 380px;
  height: 375px;
  background: #000000;
  border: 1px solid #666666;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 30px;
  cursor: pointer;
}
.job-apply {
  display: flex;
  justify-content: space-between;
  padding: 10px 16px;
  width: 300px;
  background: #e7e7e8;
  box-shadow: 0px 0px 45px rgba(89, 196, 216, 0.2);
  border-radius: 4px;
  color: #000;
}
