@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");


*,
*::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;
}

body *{
    outline: red;
}

/* 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;
}

/* main  */

/* .main-container {
  padding-top: 7rem;
} */

.top{
  background-color: #191919;
}

.top-container{
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.senior-title {
  font-family: Poppins;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  color: #ffffff;
  max-width: 756px;
}

.location {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #bebebe;
}

.apply-now {
  padding: 12px 19px 12px 19px;
  gap: 10px;
  border-radius: 34px;
  border: 1px 0px 0px 0px;
  border: 1px solid white;
  width: fit-content;
  color: white;
  text-decoration: none;
  margin-top: 1rem;
  display: inline-block;
}

#openings {
  color: white;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  display: inline-block;
  margin-top: 1rem;
}

.bottom-container{
  background-image: url(../../img/career_page/Frame.html\ 69.png);
  background-size: cover;
  padding-top: 3rem;
}


.box-container {
  margin-bottom: 2.5rem;
  gap: 10rem;
}

.box {
  margin-right: 3rem;
}

.box h5 {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
}
.box p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
}

.small_title,.role{
  margin-top: 3rem;
}

.role,
.small_title,
.about_nomadz {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
}

.detail_list li,
.para-container p,
.last_para_container p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #bebebe;
}

.apply-now-btn {
  padding: 12px 19px 12px 19px;
  gap: 10px;
  border-radius: 34px;
  border: 1px solid white;
  width: fit-content;
  color: white;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 3rem;
}




/* 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: 991.98px)){
  .box-container {
    gap: 3rem;
  }
  
}

@media screen and ((min-width: 992px) and (max-width: 1199.98px)){
  .box-container {
    gap: 3rem;
  }
}