@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  font-size: 14px;
  background-color: #f5f5f5;
}

html {
  scroll-behavior: smooth;
}

.img-responsive {
  width: 100%;
  height: auto;
}

#navbar {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  margin-bottom: 50px;
}

#navbar .nav-item {
  padding: 7px 10px;
  transition: 0.3s all;
}

#navbar .nav-link {
  transition: 0.3s all;
  color: #606260;
  font-weight: 400;
  font-size: 16px;
}

#navbar .nav-link:hover {
  transition: 0.3s all;
  color: #1d6e43;
  font-weight: 700;
  font-size: 16px;
}

.navbar-light .navbar-toggler {
  outline: none;
  border: none;
}

.topScroller {
  background-color: #02210f;
  color: #9eedb7;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  padding: 10px;
}

.topScroller .marquee {
  overflow: hidden;
  white-space: nowrap;
}

.topScroller .marquee-content {
  display: inline-block;
  animation: scroll 50s linear infinite;
}

.topScroller .marquee:hover .topScroller .marquee-content {
  animation-play-state: paused;
}
@keyframes scroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

.topScroller img {
  margin-right: 20px;
}

.topScroller a {
  text-decoration: none;
  border-bottom: 2px solid #38d481;
  padding-bottom: 3px;
  color: #9eedb7;
  margin-left: 30px;
  margin-right: 30px;
}

.topScroller button {
  border: none;
  outline: none;
  background-color: #1d6e43;
  padding: 7.33px;
  border-radius: 18.33px;
  font-weight: 400;
  font-size: 11.73px;
  color: #ffffff;
  margin-right: 70px;
}

.topScroller button:hover {
  background: linear-gradient(270deg, #1d6e43 22.86%, #38d481 109.05%);
}

.nav-item2 button {
  border: none;
  outline: none;
  background-color: #1d6e43;
  padding: 10px 31px;
  border-radius: 25px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-left: 130px;
}

.nav-item2 button:hover {
  background: linear-gradient(270deg, #1d6e43 22.86%, #38d481 109.05%);
}

.pry_btn button {
  border: none;
  outline: none;
  background-color: #1d6e43;
  padding: 10px 31px;
  border-radius: 25px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.pry_btn button:hover {
  background: linear-gradient(270deg, #1d6e43 22.86%, #38d481 109.05%);
}

.topNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.topNav-left-sub {
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  color: #1d6e43;
}

.topNav-left-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 100%;
  color: #1d6e43;
}

.topNav-right a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  color: #1d6e43;
}

.searchNav {
  background-color: #e2e3df;
  padding: 15px 24px;
  border-radius: 30px;
  margin-bottom: 50px;
}

.searchNav_box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.searchNav_box input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: #606260;
}

.searchNav_box input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #606260;
}

.searchNav_box .form-select {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  color: #606260;
}

.searchRRRR {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.jobPreff-box {
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 15px;
}

.jobPreff-box2 {
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 15px 30px;
}

.jobPreff-boxR {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
}

.jobPreff {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.jobPreff2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.portfolioo {
  margin-top: 70px;
  margin-bottom: 100px;
}

.portfolio-row {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
}

.portfolio-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.portfolio-navR {
  font-weight: 700;
  font-style: Bold;
  font-size: 11.76px;
  color: #1d6e43;
  background-color: #38d48180;
  padding: 8.4px;
  border-radius: 25.2px;
  width: fit-content;
  height: fit-content;
}

.portfolio-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.portfolio-row p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 35px;
}

.portfolio-info {
  display: flex;
  gap: 30px;
  margin-bottom: 37px;
}

.portfolio-infoL {
  font-weight: 400;
  font-size: 16px;
  color: #606260;
}

.portfolio-infoL span {
  margin-right: 5px;
}

.portfolio-row a {
  text-decoration: none;
}

.portfolio-row button {
  width: 100%;
  border: none;
  outline: none;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: #1d6e43;
  border: 2px solid #1d6e43;
  border-radius: 8px;
  padding: 10px;
  background-color: transparent;
}

.home-slidee {
  margin-bottom: 100px;
}

.home-slide-body {
  background-image: url(./images/slide-img1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-left: 50px;
  color: #ffffff;
  border-radius: 20px;
  padding-bottom: 130px;
}

.home-slide-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;
  line-height: 100%;
  margin-bottom: 20px;
}

.home-slide-body p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}

.home-slide-btns {
  display: flex;
  gap: 12px;
}

.home-slide-btns a {
  text-decoration: none;
}

.home-slide-btns-left button {
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  background-color: #1d6e43;
  padding: 10px;
  border-radius: 9px;
}

.home-slide-btns-right button {
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 18px;
  color: #1d6e43;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 9px;
}

.home-slidee .carousel-indicators li {
  background-color: #d9d9d980;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.home-slidee .carousel-indicators .active {
  color: #d9d9d9;
  background-color: #d9d9d9;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.job_seekers {
  background-color: #ffffff;
  padding-top: 88px;
  padding-bottom: 88px;
}

.job_seekers-left-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 45px;
  margin-bottom: 25px;
  line-height: 50px;
}

.job_seekers-left p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 24px;
}

.job_seekers-left-box {
  border: 1px solid #1d6e43;
  border-left: 3px solid #1d6e43;
  border-radius: 10.53px;
  padding: 20px 17px;
  width: 90%;
}

.job_seekers-left-box p {
  font-weight: 400;
  font-size: 15.79px;
  line-height: 17.55px;
  margin-bottom: 13px;
  width: 70%;
}

.job_seekers-left-nav {
  display: flex;
  gap: 10px;
  align-items: center;
}

.job_seekers-left-navL {
  font-weight: 400;
  font-size: 31.4px;
  line-height: 30.87px;
  background-color: #1d6e43;
  color: #ffffff;
  border-radius: 22px;
  padding: 7px 12px;
}

.job_seekers-left-navR-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 15.79px;
  line-height: 17.55px;
}

.job_seekers-left-navR-sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 17.55px;
  color: #606260;
}

.make-d-job {
  padding-top: 100px;
  padding-bottom: 100px;
}

.make-d-job-right-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 20px;
}

.make-d-job-right p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}

.make-d-job-nav {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.make-d-job-navR-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 5px;
}

.make-d-job-navR span {
  font-weight: 400;
  font-size: 18px;
}

.make-d-job-navR {
  width: 95%;
}

.make-d-job-right a {
  text-decoration: none;
}

.latest-from {
  background-color: #ffffff;
  padding-top: 90px;
  padding-bottom: 90px;
}

.latest-from-sub {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  color: #1d6e43;
  letter-spacing: 30%;
}

.latest-from-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.latest-from-img {
  margin-bottom: 20px;
}

.latest-from-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.latest-from-nav1 {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #1d6e43;
}

.latest-from-nav3 {
  font-weight: 400;
  font-size: 16px;
  color: #606260;
}

.latest-from-row-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  width: 80%;
  margin-bottom: 10px;
}

.latest-from-row p {
  font-weight: 400;
  font-size: 18px;
}

.carder {
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
}
.img_carder {
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
}
.carder:hover .img_carder {
  transform: scale(1.1);
  filter: brightness(0.7);
  border-radius: 20px;
}

.clients_slidee #marquee {
  /* padding: 50px 0px; */
  width: 100%;
  overflow: hidden;
}

.clients_slidee .pic {
  position: relative;
}

.clients_slidee #marquee .pic-container {
  display: flex;
  gap: 20px;
  animation: marquee 20s infinite linear;
}

.clients_slidee #marquee .pic-container:hover {
  animation-play-state: paused;
}

.clients_slidee #marquee .pic-container .pic {
  flex-basis: 20%;
  flex-shrink: 0;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.clients_slidee {
  padding-top: 100px;
  padding-bottom: 100px;
}

.clients_slidee-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  text-align: center;
  color: #1d6e43;
  margin-bottom: 50px;
  letter-spacing: 30%;
}

.footer {
  background-color: #ffffff;
  padding-top: 61px;
  padding-bottom: 21px;
}

.footer-lg {
  margin-bottom: 26px;
}

.footer-logo p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 26px;
  color: #606260;
}

.footer-icon {
  display: flex;
  gap: 15px;
}

.footer-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  margin-bottom: 20px;
  color: #1d6e43;
}

.footer-links ul li {
  list-style: none;
  line-height: 40px;
}

.footer-links a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  color: #606260;
  transition: 0.3s all;
}

.footer-links a:hover {
  transition: 0.3s all;
  color: #1d6e43;
  font-weight: 700;
  font-size: 14px;
}

.footerCopy {
  margin-top: 50px;
}

.footerCopy-left {
  font-weight: 400;
  font-size: 16px;
  color: #606260;
}

/* MEDIA */

@media (max-width: 736px) {
  .footerCopy-left {
    margin-bottom: 40px;
  }
  .footer-logo {
    margin-bottom: 40px;
  }
  .latest-from-row {
    margin-bottom: 50px;
  }
  .make-d-job-left {
    margin-bottom: 30px;
  }
  .job_seekers-left-box {
    border: 1px solid #1d6e43;
    border-left: 3px solid #1d6e43;
    border-radius: 10.53px;
    padding: 20px 17px;
    width: 100%;
    margin-bottom: 30px;
  }

  .job_seekers-left-box p {
    font-weight: 400;
    font-size: 15.79px;
    line-height: 17.55px;
    margin-bottom: 13px;
    width: 100%;
  }
  .home-slide-body p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .home-slide-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .home-slide-body {
    background-image: url(./images/slide-img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 130px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    border-radius: 20px;
    padding-bottom: 130px;
  }
  .portfolio-row {
    margin-bottom: 30px;
  }
  .jobPreff-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 10px;
  }

  .jobPreff-box2 {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 10px;
  }

  .jobPreff-boxR {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
  }
  .searchNav_box input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #606260;
  }

  .searchNav_box .form-select {
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    font-weight: 400;
    font-size: 14px;
    color: #606260;
  }
  .topNav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .nav-item2 button {
    border: none;
    outline: none;
    background-color: #1d6e43;
    padding: 10px 31px;
    border-radius: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
  }
}
