@import "./fonts.css";
/* Banner  */
.text__block h1 {
  /* font-family: "Poppins"; */
  font-weight: 700;
  text-transform: capitalize;
}

/* .counter  */
.count__amount,
.number span {
  font-size: 44px;
  font-family: "Tomato Grotesk", sans-serif;
  font-weight: 700;
}
.count__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  font-family: "Poppins", sans-serif;
}
.count__text span {
  font-size: 13px;
}
.count__text i {
  color: #ddad02;
}

.counts__wrapp li:nth-child(2) {
  border-left: 1px solid #b7dcff;
  border-right: 1px solid #b7dcff;
}
/* .counter  */

/* Pre Heading */
.pre__heading {
  font-size: 18px !important;
  margin: 0;
  font-weight: 500 !important;
}
/* Pre Heading */
/* Banner  */

/* About  */
/* steps  */
.steps__wrapp .steps span {
  background-color: var(--primary-color);
}
.steps {
  position: relative;
}
.steps span {
  background: var(--primary-color);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 24px;
  display: block;
  position: relative;
}
.steps__wrapp:not(:last-child) .steps:before {
  content: "";
  position: absolute;
  height: calc(100% - 44px);
  width: 2px;
  background: var(--primary-color);
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
}
.steps__wrapper .steps {
  transform: translateY(-10px);
}
/* steps  */
/* About  */

/* Steps Sec  */
.steps-sec .steps span:not(:last-child):before {
  height: 86%;
}
.image__container {
  border-radius: 20px;
  overflow: hidden;
}

.image__container img {
  transition: 0.3s ease;
}

.image__container:hover img {
  transform: scale(1.05);
}
/* Steps Sec  */

/* Employers Sec  */
.employers {
  background: url(../img/remote-bg.webp) no-repeat right center/cover;
  min-height: 503px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.employers .theme__btn {
  width: 178px;
}
/* Employers Sec  */

/* Announcements  */
.announcements .theme__btn {
  margin-left: auto;
}

.announcements .col-lg-2 {
  border-left: 1px solid #14cabc;
}
/* Announcements  */

/* Faqs  */
.faqs__wrapp .accordion-item {
  border: 1px solid var(--primary-color) !important;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: left;
}

.faqs__wrapp .accordion-header button {
  font-family: "Tomato Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 0 0 transparent !important;
  gap: 10px;
}

.faqs__wrapp .accordion-button:not(.collapsed) {
  color: #000;
  background: transparent;
  box-shadow: 0 0 0 transparent !important;
}

.for_icons {
  width: 15px;
  height: 15px;
  background-image: url(../img/minus.svg);
  transform: scale(0.7);
  background-repeat: no-repeat;
  max-width: 30px;
  width: 100%;
  height: 30px;
}

button.accordion-button.collapsed .for_icons {
  background-image: url(../img/plus.svg);
  transform: scale(0.7);
}
.accordion-button:after {
  display: none;
}
/* Faqs  */

/* Blogs */
.blog__thumb {
  max-width: 416px !important;
  width: 100%;
  height: 301px !important;
  object-fit: cover !important;
  overflow: hidden;
  border-radius: 20px;
}

.blog__thumb img {
  transition: 0.4s ease;
}

.blog__card:hover img {
  transform: scale(1.05);
}
.blog__content p {
  -webkit-line-clamp: 3;
}
.blogs__wrapp hr {
  color: var(--primary-color);
}
.read__more {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline !important;
  color: var(--primary-color);
  font-family: "GeneralSans", sans-serif;
}
.read__more:hover {
  color: #18b6dc;
}
/* Blogs */

/* Footer  */
.footer__content {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.foo__list a,
footer a {
  color: #555 !important;
  font-family: "GeneralSans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s ease;
}

.foo__list a:hover,
footer a:hover {
  color: var(--primary-color) !important;
}

.foo__list li {
  margin: 10px 0;
}

.newsletter {
  padding: 3rem;
}
.newsletter__form {
  border-radius: 30px;
  overflow: hidden;
  text-indent: 10px;
}

.newsletter__form form {
  display: flex;
  align-items: center;
  font-family: "GeneralSans", sans-serif;
}

.newsletter__form form input {
  flex: 3;
  background: #fff;
  outline: 0;
  border: 0;
  padding: 14px;
}

.newsletter__img {
  min-width: 66px;
}

.newsletter__form form button {
  flex: 1;
  padding: 14px;
  border: 0;
  outline: none;
  border-radius: 30px;
  background: #000;
  color: #fff;
  transform: translateX(-20px);
  font-weight: 500;
  transition: 0.3s ease;
}

.newsletter__form form button:hover {
  background: #0b8d83;
}
/* Footer  */

@media (max-width: 1150px) {
  .count__amount,
  .number span {
    font-size: 36px;
  }
  .count__text {
    font-size: 12px;
  }
  .count__text span {
    font-size: 11px;
  }
  .blog__thumb {
    height: auto !important;
  }
  .newsletter {
    padding: 1rem;
  }
  .faqs__wrapp .accordion-header button {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .counts__wrapp li:nth-child(2) {
    border-left: 0;
    border-right: 0;
  }
  .count__amount,
  .number span {
    font-size: 30px;
  }
  .count__amount {
    max-width: 80px;
    width: 100%;
  }

  .count__text br {
    display: none;
  }
  .steps__wrapper .steps {
    transform: translateY(0);
  }
  .steps__wrapp:not(:last-child) .steps:before {
    height: calc(100% - 54px);
  }
  .blog__thumb {
    max-width: 100% !important;
  }
  .faqs__wrapp .accordion-header button {
    font-size: 14px;
    font-weight: 500;
  }
  .image__container {
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .banner .text__block br {
    display: none;
  }
  .nav__brand img {
    max-width: 180px;
  }
  .newsletter__form form {
    flex-direction: column;
  }

  .newsletter__form form input {
    border-radius: 30px;
    width: 100%;
  }

  .newsletter__form form button {
    margin: 10px auto;
    width: 50%;
    transform: translateX(0);
  }
  .employers {
    /* padding: 4rem 0; */
    min-height: 305px;
  }
  .btn__group {
    flex-direction: column;
    align-items: center;
  }
  .steps span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
  }
  .checked__list li {
    font-size: 14px;
  }
  .pre__heading {
    font-size: 14px !important;
  }
  .newsletter .d-flex {
    flex-direction: column;
    text-align: center;
  }
  .feature p {
    width: 100% !important;
  }
}
