@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;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&amp;display=swap");

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --head__title: 400%;
  --head__weight: 900;
  --para__size: 150%;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #141414;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2e2e2e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3a3a3a;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

/* iGaming dropdown  */
.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

/* iGaming dropdown  end*/

.text-color {
  color: white !important;
}

.publisher_m {
  display: none;
}

.publisher_btn {
  outline: 2px solid white;
  color: white !important;
}

.publisher_btn:hover {
  background-color: white;
  color: rgb(0, 0, 0) !important;
}

.publisher_btn:active {
  outline: 2px solid white;
  color: rgb(255, 255, 255) !important;
}

/* First Container  */

body{
  background-color: black;
}

.first_cover{
  background-image: url(../../img/career_page/frame.png);
  background-size: cover;
}


.first_container_title {
  padding-top: 8.2rem;
}

.hiring_title{
  margin-bottom: 1.5rem;
}

.first_container_title :first-child {
  border: 1px solid white;
  display: inline-block;
  border-radius: 10px;
  padding: 12px 19px 12px 19px;
  gap: 10px;
  border-radius: 34px;
}
.first_container_title :last-child {
  margin-top: 1rem;
}

.first_container_title h2 {
  font-family: Poppins;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.first_container_title p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #bebebe;
  max-width: 756px;
}

.tabs__container {
  margin-top: 7rem;
}
.tabs__container .nav-item {
  margin-right: 1rem;
}
.tabs__container button {
  border: 1px solid white;
  border-radius: 26px !important;
}
.tabs__container .nav-link {
  color: white;
}

.nav-pills .nav-link.active {
  background-color: white !important;
  color: black !important;
}

.card-container {
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  padding-top: 0.7rem;
}

.card-right {
  border-bottom: 1px solid #808080;
  height: 233px;
  gap: 56px;
  opacity: 0.5px;
  margin-bottom: 2.5rem;
}

.job-role {
  font-family: Poppins;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  margin-bottom: 0.5rem !important;
  color: white;
  max-width: 375px;
}

.job-status {
  color: #bebebe;
}

.card-info .card-para {
  /* max-width: 552px; */
  max-width: 613px;
  color: #bebebe;
}

.apply-box:first-child {
  color: #808080;
}
.apply-box p {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
}

.apply-box a {
  font-family: Poppins;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  color: #bebebe;
}

.rules-info p {
  padding: 12px 19px 12px 19px;
  gap: 10px;
  margin-bottom: 0px !important;
  color: #bebebe;
}

.last-box {
  min-height: 32vh;
}

.last-box p {
  max-width: 1140px;
  margin: auto;
  text-align: center;
  color: white;
}

/* footers  */
.footer__here {
  background-image: url(../../img/influencer_marketing/footer.webp);
  width: 100%;
  height: 100%;
  background-position: 100% 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__inner h2 {
  font-size: calc(2rem + 0.5vw);
  font-weight: 600;
}

.footer__inner a {
  width: calc(10rem + 1.5vw);
}

.contact__btn {
  margin-top: 3em;
}

.nomadaz_logo {
  width: 5em;
}

@media screen and (max-width: 767.98px) {
  .nav-pills li {
    margin-bottom: 10px;
  }

  .tabs__container {
    margin-top: 4rem;
  }

  .card-right {
    height: auto;
    border-bottom: none;
  }

  .job-role {
    font-size: 25px;
    line-height: 39px;
  }

  .apply-box p {
    font-size: 18px;
    line-height: 27px;
    width: 58%;
  }

  .apply-box a {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #bebebe;
  }

  .card-info .card-para {
    margin-top: 1rem;
  }
}

@media screen and ((min-width: 768px) and (max-width: 991.98px)) {
  .nav-pills li {
    margin-bottom: 10px;
  }

  .card-right {
    padding-bottom: 2rem;
    height: auto;
  }
}

@media screen and ((min-width: 992px) and (max-width: 1199.98px)) {
  .nav-pills li {
    margin-bottom: 10px;
  }

  .container-fluid {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
}

@media screen and ((min-width: 1199.98px)) {
  .container-fluid {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
}
