@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary-bg: #018638;
  --secondary-bg: #f1f1f1;
}

body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
  & nav {
    border-bottom: 1px solid #6d6b64;
  }
  & .navigation-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.nwl-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;

  & .nwlt-left {
    padding-left: 3rem;
    & a {
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      text-decoration: none;
      padding-right: 1rem;
      padding-left: 1rem;
      text-transform: uppercase;
    }
  }
  & .nwlt-right {
    & a {
      height: 29px;
      width: 66px;
      border-radius: 50px;
      border: 1px solid #565656;
      color: #fff;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      transition: 0.3s;
      &.active {
        background-color: var(--primary-bg);
        border-color: var(--primary-bg);
      }
      &:hover {
        background-color: var(--primary-bg);
        border-color: var(--primary-bg);
      }
    }
  }
}

.nwl-bottom {
  display: flex;
  & a {
    padding: 28px 0px;
    margin-left: 1.4rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    &:hover {
      border-bottom-color: var(--primary-bg);
    }
  }
}

.toggle-btn {
  display: none;
}

.inner-banner {
  position: relative;
  height: 278px;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-bg {
  position: relative;
  height: 635px;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  & h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 43px;
  }
  & p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }
  & form {
    margin-top: 2rem;
    & label {
      padding-left: 1.4rem;
      color: #fff;
      display: block;
      font-size: 15px;
    }
  }
}

.input-form {
  position: relative;
  margin-top: 10px;
  & input {
    width: 100%;
    height: 52px;
    border-radius: 50px;
    padding: 10px 160px 10px 18px;
    border: 1px solid #fff;
    font-size: 13px;
    &:focus {
      outline: none;
    }
  }
}
.btn-search {
  background-color: var(--primary-bg);
  border: 1px solid var(--primary-bg);
  color: #fff;
  text-transform: uppercase;
  height: 44px;
  border-radius: 50px;
  width: 200px;
  font-weight: 500;
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  transition: 0.3s;
  &:hover {
    letter-spacing: 0.7px;
  }
}

.p-top {
  padding-top: 3rem;
}
.p-bottom {
  padding-bottom: 3rem;
}
.client-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  height: 150px;
  margin: 1rem;
  border-radius: 50px;
}
.img-top-business-profiles{
    border-radius: 100%;
    height: 130px;
    width: 100%;
}
.web-hdng {
  text-transform: uppercase;
  color: #181818;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
  &.hdng-white {
    color: #fff;
  }
}

.slider-card {
  background-color: #fff;
  padding: 2rem;
  text-align: center;
  border-bottom: 4px solid transparent;
  transition: 0.3s all ease-in;
  margin-bottom: 2rem;
  margin-top: 1rem;
  &.filter-data {
    & img {
      height: 62px;
      width: 200px;
      object-fit: scale-down;
    }
  }
  &:hover {
    border-bottom-color: var(--primary-bg);
    background-color: var(--secondary-bg);
  }
  & .sc-date {
    color: var(--primary-bg);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  & h1 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  & h2 {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 1rem;
    text-transform: uppercase;
  }
  & img {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  & p {
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }
  & a {
    color: var(--primary-bg);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
  }
}
.small-hdng {
  padding-left: 1rem;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
.stats-sec {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 675px;
}
.border-col-bottom {
  border-bottom: 1px solid #545354;
}
.border-col-right {
  border-right: 1px solid #545354;
}
.row-border {
  padding-right: 2rem;
}
.sideCols {
  margin-top: 3rem;
}
.stats-card {
  text-align: center;
  height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  & h1 {
    color: var(--primary-bg);
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0px;
  }
  & p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
  }
}

.videos-sec {
  margin-top: -14rem;
}
.video-item {
  border: 8px solid #fff;
  & iframe {
    height: 300px;
  }
}

.slider-testimonial {
  margin: 1.5rem;
  margin-top: 0rem;
  & .border-wrap {
    border: 1px solid #7d7d7d;
    padding: 2rem;
    text-align: center;
    & i {
      font-size: 30px;
      color: var(--primary-bg);
    }
    & p {
      color: #7d7d7d;
      font-size: 14px;
      font-weight: 400;
      padding-top: 1rem;
    }
  }
  & .user-wrap {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    & img {
      height: 50px;
      width: 50px;
      object-fit: cover;
      margin-inline: auto;
      border-radius: 50%;
    }
    & h5 {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      margin-top: 11px;
      margin-bottom: 0px;
    }
    & span {
      color: #7d7d7d;
      font-size: 13px;
    }
  }
}

.home-input {
  border: 1px solid #757575;
  border-radius: 6px;
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #7d7d7d;
  margin-bottom: 1.5rem;
  &:focus {
    outline: none;
    border-color: #000;
  }
}
.form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 48px;
  border-radius: 50px;
  margin-inline: auto;
  transition: 0.3s;
  border: 1px solid var(--primary-bg);
  background-color: var(--primary-bg);
  color: #fff;
  text-transform: uppercase;
  &:hover {
    letter-spacing: 1px;
  }
}

footer {
  background-color: #000;
}

.ftr-logo {
  background-color: #141414;
  padding: 2rem;
  & p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
    margin-top: 2rem;
  }
}
.ftr-link {
  margin-top: 3rem;
  & h1 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: bold;
  }
  & ul {
    padding-left: 0px;
    margin-bottom: 0px;
    & a {
      text-decoration: none;
      font-size: 14px;
      color: #fff;
      margin-top: 13px;
      text-transform: capitalize;
      display: flex;
    }
  }

  & .country-wrap {
    margin-bottom: 1.5rem;
    & h3 {
      color: var(--primary-bg);
      text-transform: uppercase;
      font-size: 18px;
      margin-bottom: 1rem;
    }
    & p {
      color: #fff;
      font-size: 13px;
      font-weight: 400;
    }
    & .cw-info {
      display: flex;
      justify-content: space-between;
      & .cwi {
        & h2 {
          font-weight: 600;
          text-transform: uppercase;
          font-size: 16px;
          color: #fff;
          & span {
            font-size: 14px;
            font-weight: 400;
            padding-left: 1rem;
          }
        }
      }
    }
  }
}

.inner-pagination {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  & h1 {
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
  }
  & ul {
    margin-bottom: 0px;
    padding-left: 0px;
    & a {
      text-decoration: none;
      color: #fff;
      font-size: 14px;
    }
    & i {
      color: #fff;
      font-size: 9px;
      padding-left: 10px;
      padding-right: 10px;
    }
  }
}
.about-content {
  margin-top: 1.5rem;
  & small {
    color: var(--primary-bg);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
  }
  & h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    margin-top: 10px;
  }
  & p {
    font-size: 15px;
    color: #7d7d7d;
  }
}
.img-detail {
  width: 100%;
}

.filteration {
  background-color: var(--primary-bg);
  padding: 10px;
  height: 65px;
  & .filter-setup {
    & label {
      color: #fff;
      font-size: 13px;
      padding-left: 1rem;
      margin-bottom: 8px;
    }
    & .form-select {
      border-radius: 50px;
      border: 1px solid var(--primary-bg);
      font-size: 14px;
      padding: 10px 20px;
    }
  }
}
.btn-filter {
  height: 42px;
  width: 100px;
  border-radius: 50px;
  border: 1px solid #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
  &.btn-green {
    background-color: var(--primary-bg);
  }
  &.btn-black {
    background-color: #141414;
  }
}

.news-card {
  background-color: #f5f5f5;
  margin-bottom: 1.5rem;
  & img {
    height: 186px;
    width: 100%;
    object-fit: cover;
  }
  & .news-content {
    padding: 22px;
    & .nc-date {
      background-color: var(--primary-bg);
      display: inline-block;
      padding: 4px 20px;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 15px;
    }
    & h1 {
      font-size: 23px;
      font-weight: 600;
      color: #000;
    }
    & p {
      color: #7d7d7d;
      font-size: 15px;
      font-weight: 400;
      margin-bottom: 1rem;
    }
    & a {
      color: var(--primary-bg);
      text-transform: uppercase;
      font-weight: 500;
      font-size: 15px;
    }
  }
}

@media (max-width: 991px) {
  .toggle-btn {
    display: block;
  }
  header {
    & nav {
      padding-bottom: 10px;
      padding-top: 10px;
    }
  }
  .nw-logo {
    & img {
      height: 82px;
    }
  }
  .nw-links {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 23em;
    background-color: #000;
    z-index: 200;
    transform: translateX(-100%);
    transition: 0.3s all ease-in-out;
    &.active {
      transform: translateX(0%);
    }
  }
  .nwl-bottom {
    flex-direction: column;
    & a {
      padding: 9px 0px;
      margin: 1px 15px;
      border-bottom-width: 1px;
    }
  }
  .nwl-top {
    flex-direction: column;
    & .nwlt-left {
      padding-left: 1rem;
      padding-right: 1rem;
      justify-content: center;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 10px;
    }
  }

  .stats-sec {
    height: auto;
  }
  .sideCols {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .videos-sec {
    margin-top: 2rem;
    & .hdng-white {
      color: #000;
    }
  }
  .filteration {
    height: auto;
  }
}

@media (max-width: 767px) {
  .border-col-right {
    border-right: none;
  }
  .border-col-bottom {
    border-bottom: none;
  }
  .stats-card {
    height: 90px;
    border: 1px solid #545354;
    margin-bottom: 11px;
    & h1 {
      font-size: 20px;
    }
    & p {
      font-size: 13px;
    }
  }
  .row-border {
    padding-right: 0rem;
  }
  .web-hdng {
    font-size: 22px;
  }
}

@media (max-width: 425px) {
  .nw-links {
    width: 16em;
  }
}
