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


@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&amp;display=swap');



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


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



html,
body {
  width: 100%;

  /* border: 2px solid red; */

}

body {
  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*/

.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;
}





.publisher__btn {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

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


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

.contact {
  background: url(../../img/technology/Image.svg);
  background-position: center;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}


.footer__here {
  background: #000000 !important;
  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 + .5vw);
  font-weight: 600;
}

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

.contact__btn {

  margin-top: 3em;

}

a h5 {
  font-weight: 500;
  margin: 0;
  line-height: 1.7rem;
}

.nomadaz_logo {
  width: 5em;
}


/* xm */
@media screen and (max-width: 575.98px) {

  .publisher_btn {
    display: none;
}

.publisher_m {
    display: block;
}



  .one,
  .two {
    display: none;
  }

    .i__gaming.show .dropend .dropdown-toggle::after {
      transform: rotate(90deg);
    }
  
    .dropdown-menu .dropdown-submenu {
      display: none;
      position: unset !important;
  
    }
  
    .dropend li {

      padding-left: .7em;
    }
  
    .dropend .dropdown-menu {
      border: none !important;
    }
  
    .dropend .dropdown-toggle::after {
      display: inline-block;
      position: relative;
      top: 0px;
      transform: rotate(90deg);
      left: 2px;
    }

  .one__mobile__bg {
    background-image: url(../../img/technology/black-particles.png);
    object-fit: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
 
    background-size: cover;
  }

  .one__mobile__data h1 {
    font-weight: 900;
    font-family: Poppins;
    font-size: 45px;
    font-weight: 900;
    line-height: 67.5px;
    text-align: left !important;
  }

  .one__mobile__data {
    padding: 1em;
  }

  .one__mobile__data p {

    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left !important;

  }

  .one__mobile__two__inner h2 {
    font-weight: 600;


  }

  .cards {
    margin-top: 2rem;
    background-image: url(../../img/technology/card_Background.webp);
    background-repeat: no-repeat;   
    background-size: 100% 100%;
  }

  .cards h3 {

    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;

  }

  .three__mobile__card h2 {
    font-weight: 600;
    font-family: Poppins;
    font-size: 32px;
    line-height: 46.18px;
    text-align: center;

  }

  #m_3_card_2 img,
  #m_3_card_3 img {
    width: 15%;
  }


  .footer__here {
    background-image: none;
    background-color: black !important;
    width: 100%;
    height: 100%;
    background-position: 100% 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}


}







/* sm  */
@media screen and (min-width: 576px) and (max-width: 767.98px) {

  .publisher_btn {
    display: none;
}

.publisher_m {
    display: block;
}



  .one,
  .two {
    display: none;
  }

    /* For multilevel drop  */

    .i__gaming.show .dropend .dropdown-toggle::after {
      transform: rotate(90deg);
    }
  
    .dropdown-menu .dropdown-submenu {
      display: none;
      position: unset !important;
  
    }
  
    .dropend li {

      padding-left: .7em;
    }
    .dropend .dropdown-menu {
      border: none !important;
    }
  
    .dropend .dropdown-toggle::after {
      display: inline-block;
      position: relative;
      top: 0px;
      transform: rotate(90deg);
      left: 2px;
    }
  
    /* For multilevel drop end */
  .one__mobile__bg {
    background-image: url(../../img/technology/main__bg.webp);
    object-fit: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .one__mobile__data h1 {
    font-weight: 900;
    font-family: Poppins;
    font-size: 45px;
    font-weight: 900;
    line-height: 67.5px;
    text-align: left !important;
  }

  .one__mobile__data {
    padding: 1em;
  }

  .one__mobile__data p {

    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left !important;

  }

  .one__mobile__two__inner h2 {
    font-weight: 600;
  }

  .cards {
    margin-top: 2rem;
    background-image: url(../../img/technology/card_Background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px !important;
  }

  .cards h3 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;

  }

  .three__mobile__card h2 {
    font-weight: 600;
  }

  #m_3_card_2 img,
  #m_3_card_3 img {
    width: 15%;
  }
  /* Footer  */
  .footer__here {
    background-image: none;
    background-color: black !important;
    width: 100%;
    height: 100%;
    background-position: 100% 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

}

/* md  */
@media screen and (min-width: 768px) and (max-width: 991.98px) {

  .publisher_btn {
    display: none;
}

.publisher_m {
    display: block;
}


  .one,
  .two {
    display: none;
  }

    /* For multilevel drop  */
    .i__gaming.show .dropend .dropdown-toggle::after {
      transform: rotate(90deg);
    }
  
    .dropdown-menu .dropdown-submenu {
      display: none;
      position: unset !important;
  
    }
    .dropend li {
   
      padding-left: .7em;
    }
  
    .dropend .dropdown-menu {
      border: none !important;
    }
  
    .dropend .dropdown-toggle::after {
      display: inline-block;
      position: relative;
      top: 0px;
      transform: rotate(90deg);
      left: 2px;
    }
  
  .one__mobile__bg {
    background-image: url(../../img/technology/main__bg.webp);
    object-fit: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .one__mobile__data {
    padding: 1em;
  }

  .one__mobile__data h1 {
    font-weight: 900;

    font-family: Poppins;
    font-size: 45px;
    font-weight: 900;
    line-height: 67.5px;
    text-align: left !important;

  }

  .one__mobile__data p {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left !important;
  }

  /* Part-2  */
  .one__mobile__two__inner h2 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 46.18px;
    text-align: center;

  }

  .cards {
    margin-top: 2rem;
    background-image: url(../../img/technology/card_Background.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px !important;
  }

  .cards h3 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
  }

  .cards p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .three__mobile__card h2 {
    font-weight: 600;
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 65px;
    text-align: left;

  }

  .three__mobile__card p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;


  }

  #m_3_card_2 img,
  #m_3_card_3 img {
    width: 50px;
    height: 50px;
    top: 386px;
    left: 175px;
    padding: 0.01px 0px 0px 0px;
    gap: 0px;
    opacity: 0px;
  }

  /* Footer  */
  .first__info {
    width: auto;
  }

  .footer__inner p {
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;  

  }


}

/* lg */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {

  .one_mobile,
  .one__mobile__two,
  .one__mobile__three {
    display: none;
  }

  .bg__img__container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .one__info h1 {
    font-family: Poppins;
    font-size: 45px;
    font-weight: 900;
    line-height: 67.5px;
    text-align: left;
  }

  .one__info p {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left;
    max-width: 655px;
  }


  .one__info {
    padding: 2em;
    bottom: 0;
  }

  .two__info {
    bottom: -15%;
  }

  .two__info img {
    object-fit: 100% 100%;
    width: 100%;
    height: 100%;
  }

  /* Two  */
  .two__title h2 {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 600;
    line-height: 46.18px;
    text-align: center;
    max-width: 1171px;
  }

  .two__title {
    top: 50%;
    height: 25%;
  }

  .two__horizontal {
    height: 75%;
  }

  .boxes {
    width: fit-content;
  }
  .cards {
    width: 25vw;

    background-image: url(../../img/technology/card_Background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    border-radius: 22px !important;
  }
  .cards img {
    max-width: 40.45px;
    max-height: 40.48px;
  }

  .cards h3 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
  }
  .cards p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #DCDCDC;
    max-width: 280px;
  }

  #empty_l_card {
    width: 20vw;
  }

  .two__overlay {
    background-color: #00000000;
  }

  .card__one {
    opacity: 0;
    margin-top: 3em;
  }

  .card__one h3 {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 600;
    line-height: 57px;
    text-align: left;
  }
  .card__one p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;

    width: 350px;

  }


  .card_two,
  .card_three {
    margin-top: 3em;
    
  }

  .card_three .row {
    width: 100%;
  }
  .card_three .row div{
    padding-right: 0%;
    padding-left: 0%;
  }




  .card__overlay {
    background-image: url(../../img/technology/card12_main.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 20%;
    border-radius: 10px;
    max-width: 75% !important;
    margin-top: 1em;
  }
  .card__overlay h5 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .card__overlay p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .user__logo {
    width: 40%;
  }

  .img__container {
    align-items: center !important;
  }

  .img__container img {
    opacity: 0;
    width: 420px;
    height: 480.72px;
  }

}

/* xl */
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {

  .one_mobile,
  .one__mobile__two,
  .one__mobile__three {
    display: none;
  }
  .bg__img__container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .one__info h1 {
    font-family: Poppins;
    font-size: 45px;
    font-weight: 900;
    line-height: 67.5px;
    text-align: left;
  }

  .one__info p {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left;
    max-width: 655px;
  }


  .one__info {
    padding: 2em;
    bottom: 0;
  }

  .two__info {
    bottom: -15%;
  }

  .two__info img {
    object-fit: 100% 100%;
    width: 100%;
    height: 100%;
  }

  /* Two  */

  .two__title h2 {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    line-height: 46.18px;
    text-align: center;
    max-width: 1271px;
  }

  .two__title {
    top: 50%;
    height: 25%;

  }

  .two__horizontal {
    height: 75%;

  }

  .boxes {
    width: fit-content;
  }
  .cards {
    width: 25vw;
    height: 35vh;
    background-image: url(../../img/technology/card_Background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    border-radius: 22px !important;
  }

  .cards img {
    max-width: 40.45px;
    max-height: 40.48px;


  }
  .cards h3 {

    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
  }

  .cards p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #DCDCDC;
    max-width: 280px;
  }

  #empty_l_card {
    width: 20vw;
  }
  .two__overlay {
    background-color: #00000000;
  }
  .card__one {
    opacity: 0;
    margin-top: 3em;
  }
  .card__one h3 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
  }
  .card__one p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
  }
  .card_two,
  .card_three {

    margin-top: 3em;
  }

  .card_three .row {
    width: 100%;
  }
  .card_three .row div{
    padding-right: 0%;
    padding-left: 0%;
  }

  .card__overlay {
    background-image: url(../../img/technology/card12_main.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 20%;
    border-radius: 10px;
    max-width: 75% !important;
    margin-top: 1em;
  }
  .card__overlay h5 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .card__overlay p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .user__logo {
    width: 40%;
  }

  .img__container {
    align-items: center !important;
  }

  .img__container img {
    opacity: 0;
    width: 520px;
    height: 595.72px;
  }
}

@media screen and ((min-width: 1400px)) {

  .one_mobile,
  .one__mobile__two,
  .one__mobile__three {
    display: none;
  }

  .bg__img__container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .one__info h1 {
    font-family: Poppins;
    font-size: 45px;
    font-weight: 900;
    line-height: 67.5px;
    text-align: left;
  }

  .one__info p {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left;
    max-width: 655px;
  }
  .one__info {
    padding: 2em;
    bottom: 0;
  }

  .two__info {
    bottom: -15%;
  }

  .two__info img {
    object-fit: 100% 100%;
    width: 100%;
    height: 100%;
  }

  .two__title h2 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 46.18px;
    text-align: center;
    max-width: 1271px;
  }
  .two__title {
    top: 50%;
    height: 22%;
  }

  .two__horizontal {
    height: 75%;

  }

  .boxes {
    width: fit-content;
  }
  .cards {
    width: 25vw;
    background-image: url(../../img/technology/card_Background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    border-radius: 22px !important;
  }

  .cards img {
    max-width: 280px;
    /* max-height: 45.48px; */
  }

  .cards h3 {

    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }

  .cards p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #DCDCDC;
    max-width: 280px;
  }

  #empty_l_card {
    width: 20vw;
  }

  .two__overlay {
    background-color: #00000000;
  }

  .card__one {
    opacity: 0;
    margin-top: 3em;
  }

  .card__one h3 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: left;

  }
  .card__one p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
  }


  .card_two,
  .card_three {
will-change: transform;
    margin-top: 3em;
  }

  .card_three .row {
    width: 100%;
  }
  .card_three .row div{
    padding-right: 0%;
    padding-left: 0%;
  }

  .card__overlay {
    background-image: url(../../img/technology/card12_main.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 20%;
    border-radius: 10px;
  }
  .card__overlay h5 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  .card__overlay p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .user__logo {
    width: 40%;
  }

  .img__container img {
    opacity: 0;
    width: 544px;
    height: 515.72px;
  }



}