@import url("https://fonts.googleapis.com/css2?family=Inter+Tight&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: "Inter Tight";
}

.footercontianer {
  background-color: #F8F8F8;

  padding: 50px 25px 25px 25px;
}

.footergrid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  column-gap: 50px;

}

.header {
  padding: 15px 50px;
  border-bottom: 1px solid #C9CFD2;

}

.allrightsreserved {
  margin-top: 25px;
  margin-bottom: 10px;
  padding-top: 25px;
  border-top: 1px solid #C9CFD2;
}

.firstcaro {
  position: absolute;
  top: 200px;
}

.secondcaro {
  position: absolute;
  top: 450px;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Banner section*/
.banner-head {
  color: #202020;
  font-family: "Inter Tight";
  font-size: 40px;
  font-weight: 700;
}

.banner-content {
  color: #475156;
  font-family: "Inter Tight";
  font-size: 13px;
  font-weight: 400;
  padding: 15px 0px;
}

.btn-warning {
  font-size: 14px !important;
  font-family: "Inter Tight" !important;
  color: #000000 !important;
}

.check-text {
  margin-left: 10px;
  font-family: "Inter Tight";
  font-size: 14px;
  font-weight: 500;
}

/*All-in-One Hub for Staffing Success*/
.head {
  color: #191c1f;
  font-size: 35px;
  font-family: "Inter Tight";
  font-weight: 600;
}

.text-cont {
  color: #475156;
  font-size: 13px;
  font-weight: 400;
  font-family: "Inter Tight";
}

.gap {
  gap: 8%;
}

#custom_btn {
  background-color: #2340a9 !important;
  font-family: Inter Tight;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
}

#custom_btn:hover {
  background-color: #1f3a75 !important;
}

.custom_btn2 {
  background-color: #ffffff !important;
  color: #000000 !important;
  font-family: Inter Tight;
  font-size: 13px;
  font-weight: 500;
}

.custom_btn2:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}

#hire_h1 {
  color: #2340a9 !important;
  font-weight: 700;
  font-size: 35px;
  font-family: "Inter Tight";
  padding: 10px 0px;
}

/*Card with quotes*/
.quotes {
  color: #ffffff;
  font-family: "Inter Tight";
  font-size: 13px;
  font-weight: 400;
}

.name-text {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  font-family: "Inter Tight";
}

.position-text {
  color: #dbdbdb;
  font-size: 10px;
  font-weight: 500;
  font-family: "Inter Tight";
}

/*Features*/
.feature-content {
  color: #000000;
  font-family: "Inter Tight";
  font-size: 23px;
  font-weight: 600;
}

.text-content {
  color: #475156;
  font-family: "Inter Tight";
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
  padding: 10px 0px;
}

/*Trustworthy tech, effortless access. Conncettowork.*/
.hire_h1_content {
  color: #475156;
  font-family: Inter Tight;
  font-size: 13px;
  font-family: "Inter Tight";
  padding: 10px 0px;
}

.list {
  font-size: 13px;
  font-weight: 700;
  color: #040815;
  font-family: "Inter Tight";
}

.additional-para {
  color: #475156;
  font-size: 18px;
  font-weight: 300;
  font-family: "Inter Tight";
  padding: 10px 0px;
}

/*Dive deeper than ever before. Uncover insights with intuitive, interactive dashboards.*/
.dash-content {
  color: #475156;
  font-size: 13px;
  font-weight: 300;
  font-family: "Inter Tight";
  padding: 10px 0px;
}

/* card section*/
.card-sec {
  background: #2945ff;
}

.card {
  background: #ffffff;
  border-radius: 10px;
  border: none;
  height: 177px;
  width: 363px;
}

.rate-text {
  font-size: 13px;
  letter-spacing: 1.2px;
  color: #fcfcfc;
  font-weight: 700;
  font-family: "Inter Tight";
  justify-content: center;
  text-align: center;
  display: flex;
}

.sec-title {
  font-size: 30px;
  font-family: "Inter Tight";
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.p-name {
  color: #191c1f;
  font-size: 18px;
  font-family: "Inter Tight";
  line-height: 21.78px;
  font-weight: 500;
  text-align: justify;
}

.p-proffession {
  color: #77878f;
  font-size: 14px;
  font-family: "Inter Tight";
  font-weight: 400;
  line-height: 17px;
}

.p-4 {
  padding: 0.9rem !important;
}

.p-quotes1 {
  color: #303639;
  font-size: 13px;
  font-family: "Inter Tight";
  font-weight: 400;
  text-align: left;
  padding-right: 20%;
  line-height: 22.85px;
  margin-top: -10px;
  margin-left: 7px;
}

/*try Connect to work for free*/
.cont-cont {
  font-family: "Inter Tight";
  color: #191c1f;
  font-weight: 500;
  font-size: 22px;
}

@media only screen and (max-width: 768px) {
  .firstcaro {
    position: absolute;
    top: 300px;
  }

  .secondcaro {
    position: absolute;
    top: 500px;
  }

  .footergrid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    column-gap: 50px;
  }

  .dynamic_snippet_block2 {
    padding: 10px 30px !important;
  }

  .section-staff-success {
    padding: 10px 30px !important;
  }

  .review-cont {
    padding: 10px 30px !important;
  }

  .review {
    padding: 10px 30px !important;
  }

  .effortlesss-sec {
    padding: 10px 30px !important;
  }

  .align {
    padding: 10px 30px !important;
  }

  .display {
    display: none;
  }

  .responsive {
    padding: 0 !important;
  }

  .banner-align {
    padding: 40px 9%;
  }
}

@media only screen and (max-width: 500px) {
  .firstcaro {
    position: absolute;
    top: 300px;
  }

  .secondcaro {
    position: absolute;
    top: 500px;
  }

  .dynamic_snippet_block2 {
    padding: 10px !important;
  }

  .section-staff-success {
    padding: 10px !important;
  }

  .review-cont {
    padding: 10px !important;
  }

  .review {
    padding: 10px !important;
  }

  .effortlesss-sec {
    padding: 10px !important;
  }

  .align {
    padding: 10px !important;
  }

  .footergrid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 50px;
  }
}