@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
.index-main {
  background: url("../img/bg.png");
  background-position: center;
  background-repeat: no-repeat;
}
.index-main .index-card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}
.index-main .index-card .index-img {
  max-width: 100px;
}
.index-main .index-card h5 {
  font-family: "Lexend";
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

.partner-head {
  font-family: "Lexend";
  font-size: 24px;
  font-weight: 600;
  color: #333;
  background: #fff;
  padding: 20px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.whyus-card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}
.whyus-card .whyus-icon {
  max-width: 80px;
  margin-bottom: 30px;
}
.whyus-card .title {
  font-family: "Lexend";
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.navbar-partner {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0;
  margin-top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(40, 48, 57, 0.08);
  box-shadow: 0px 3px 10px 0px rgba(40, 48, 57, 0.08);
}

.text {
  font-family: "Lexend";
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
@media (max-width: 575.98px) {
  .text {
    font-family: "Lexend";
    font-size: 14px;
    font-weight: 400;
    color: #333;
  }
}

.bg {
  background-image: url("../img/bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.earn-card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #028c5d;
}
.earn-card .after {
  position: relative;
  font-family: "Lexend";
  font-size: 40px !important;
  font-weight: 600;
  color: #333;
}
.earn-card .after::after {
  content: url("../img/after.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}
@media (max-width: 575.98px) {
  .earn-card .after::after {
    width: 60%;
  }
}
.earn-card .title {
  font-family: "Lexend";
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
@media (max-width: 575.98px) {
  .earn-card .title {
    font-family: "Lexend";
    font-size: 20px;
    font-weight: 600;
    color: #333;
  }
}

.dt-length .form-select {
  padding: 0.625rem 2.75rem 0.625rem 1.25rem;
}

.dt-paging {
  float: right;
}

.pointer {
  cursor: pointer;
  transition: all 0.3s ease;
}

.job-box:hover {
  -webkit-transform: translateY(-3px) !important;
  transform: translateY(-3px) !important;
}