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

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




/* Part-1  */

.part-1 {
  background: url(../../img/influencer_marketing/influencer2.png

  );
  background-position: center;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}


.part__1__card {
  /* width: 45%; */
  margin-bottom: 5em;
  margin-left: 5em;
  max-width: 655px;

}

.part__1__card h1 {
  font-size: 45px;
  font-weight: 900;
  line-height: 67.5px;


}

.part__1__card p {
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;

}

.info__one h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  text-align: center;
  /* border: 2px solid red; */

}

.info__one p {

  max-width: 1296px !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;

}



.info__2__data h3 {
  font-family: Open Sans;
  font-size: 19.98px;
  font-weight: 700 !important;
  line-height: 26.64px;


}

.info__two__card__1 p {
  max-width: 223.11px;
  color: #B5B5B5 !important;
}

.info__two__card__2 p {
  max-width: 282.22px;
  color: #B5B5B5 !important;
}


.info__two__card__3 p {
  font-size: 13.32px !important;
  font-weight: 400 !important;
  max-width: 223.11px !important;
  line-height: 19.98px !important;
  color: #B5B5B5 !important;
}

.info__two__card__4 p {
  max-width: 223.11px;
  color: #B5B5B5 !important;
}


.info__2__data p {
  font-size: 13.32px !important;
  font-weight: 400 !important;
  line-height: 19.98px !important;
  color: #B5B5B5 !important;

}



/* Footer  */

/* 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 + .5vw);
  font-weight: 600;
}

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

.contact__btn {
  /* height: 3rem; */
  margin-top: 3em;

}



.nomadaz_logo {
  width: 5em;
}


/* xm  */

@media screen and (max-width: 575.98px) {
  .publisher_btn {
    display: none;
}

.publisher_m {
    display: block;
}

  .part-1 {
    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 {
      /* border: 2px solid red; */
      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 */

  .part-1__mobile__img {
    background: url(../../img/influencer_marketing/influencer2.png);
    background-position: 77% 10%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;

  }

  .part-1__mobile__data,
  .mart-1__mobile__second {
    opacity: 0;
    padding: 1em;
    transform: translate(0%, 0%);
  }

  .black__overlay {
    z-index: -1;
    height: 0;
  }

  /* Mouse  */
  @-webkit-keyframes ani-mouse {
    0% {
      opacity: 1;
      top: 29%;
    }

    15% {
      opacity: 1;
      top: 50%;
    }

    50% {
      opacity: 0;
      top: 50%;
    }

    100% {
      opacity: 0;
      top: 29%;
    }
  }

  @-moz-keyframes ani-mouse {
    0% {
      opacity: 1;
      top: 29%;
    }

    15% {
      opacity: 1;
      top: 50%;
    }

    50% {
      opacity: 0;
      top: 50%;
    }

    100% {
      opacity: 0;
      top: 29%;
    }
  }

  @keyframes ani-mouse {
    0% {
      opacity: 1;
      top: 29%;
    }

    15% {
      opacity: 1;
      top: 50%;
    }

    50% {
      opacity: 0;
      top: 50%;
    }

    100% {
      opacity: 0;
      top: 29%;
    }
  }

  .scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
  }

  .scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
  }

  .scroll-btn>*:hover,
  .scroll-btn>*:focus,
  .scroll-btn>*.active {
    color: #ffffff;
  }

  .scroll-btn>*:hover,
  .scroll-btn>*:focus,
  .scroll-btn>*:active,
  .scroll-btn>*.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  .scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
  }

  .scroll-btn .mouse>* {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
  }

  /* New cards  */

  .part-1__mobile__data h1 {
    font-weight: 900;
  }

  .part-1__mobile__data p{
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left !important;
    padding-left: 1em;
    
  }

  .mart-1__mobile__second p{
    /* text-align: start !important; */
    padding: 1em;
  }



  .part-2__cards {
    margin-bottom: 2em;
  }



  .m_mard-title,
  .part-3__cards h3 {
    font-size: calc(2.3rem + .5vw);
    font-weight: 600;

  }

  #color__text {
    color: #FBC50B;
  }

  .part-2__cards h3 {
    font-size: calc(2rem + .5vw);
    font-weight: 600;
  }

  .m_mard-1 {
    /* background-image: url(/static/img/influencer_marketing/Frame1000001802.png); */
    background-position: center;
    background-repeat: no-repeat;
    padding: 2em;
    border-radius: 5%;
  }

  .m_mard-2 {
    /* background-image: url(/static/img/influencer_marketing/Frame1000001801.png); */
    background-position: center;
    background-repeat: no-repeat;
    padding: 2em;
    border-radius: 5%;
  }

  .m_mard-3 {
    /* background-image: url(/static/img/influencer_marketing/Frame1000001803.png); */
    background-position: center;
    background-repeat: no-repeat;
    padding: 2em;
    border-radius: 5%;
  }

  .m_mard-4 {
    /* background-image: url(/static/img/influencer_marketing/Frame1000001800.png); */
    background-position: center;
    background-repeat: no-repeat;
    padding: 2em;
    border-radius: 5%;
  }


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



}


/* sm  */
@media screen and ((min-width: 576px) and (max-width: 767.98px)) {
  .publisher_btn {
    display: none;
}

.publisher_m {
    display: block;
}

  .part-1 {
    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 {
      /* border: 2px solid red; */
      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 */

  .part-1__mobile__img {
    background: url(../../img/influencer_marketing/Group.html\ 237757.webp);
    background-position: 77% 10%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;

  }

  .part-1__mobile__data,
  .mart-1__mobile__second {
    opacity: 0;
    padding: 1em;
    transform: translate(0%, 0%);
  }

  .black__overlay {
    z-index: -1;
    height: 0;
  }

  /* Mouse  */
  @-webkit-keyframes ani-mouse {
    0% {
      opacity: 1;
      top: 29%;
    }

    15% {
      opacity: 1;
      top: 50%;
    }

    50% {
      opacity: 0;
      top: 50%;
    }

    100% {
      opacity: 0;
      top: 29%;
    }
  }

  @-moz-keyframes ani-mouse {
    0% {
      opacity: 1;
      top: 29%;
    }

    15% {
      opacity: 1;
      top: 50%;
    }

    50% {
      opacity: 0;
      top: 50%;
    }

    100% {
      opacity: 0;
      top: 29%;
    }
  }

  @keyframes ani-mouse {
    0% {
      opacity: 1;
      top: 29%;
    }

    15% {
      opacity: 1;
      top: 50%;
    }

    50% {
      opacity: 0;
      top: 50%;
    }

    100% {
      opacity: 0;
      top: 29%;
    }
  }

  .scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
  }

  .scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
  }

  .scroll-btn>*:hover,
  .scroll-btn>*:focus,
  .scroll-btn>*.active {
    color: #ffffff;
  }

  .scroll-btn>*:hover,
  .scroll-btn>*:focus,
  .scroll-btn>*:active,
  .scroll-btn>*.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  .scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
  }

  .scroll-btn .mouse>* {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
  }

  /* New cards  */

  .part-2__cards {
    margin-bottom: 2em;
  }



  .m_mard-title,
  .part-3__cards h3 {
    font-size: calc(2.3rem + .5vw);
    font-weight: 600;

  }

  #color__text {
    color: #FBC50B;
  }

  .part-2__cards h3 {
    font-size: calc(2rem + .5vw);
    font-weight: 600;
  }

  .m_mard-1 {
    /* background-image: url(/static/img/influencer_marketing/Frame1000001802.png); */
    background-position: center;
    background-repeat: no-repeat;
    padding: 2em;
    border-radius: 5%;
  }

  .m_mard-2 {
    /* background-image: url(/static/img/influencer_marketing/Frame1000001801.png); */
    background-position: center;
    background-repeat: no-repeat;
    padding: 2em;
    border-radius: 5%;
  }

  .m_mard-3 {
    /* background-image: url(/static/img/influencer_marketing/Frame1000001803.png); */
    background-position: center;
    background-repeat: no-repeat;
    padding: 2em;
    border-radius: 5%;
  }

  .m_mard-4 {
    /* background-image: url(/static/img/influencer_marketing/Frame1000001800.png); */
    background-position: center;
    background-repeat: no-repeat;
    padding: 2em;
    border-radius: 5%;
  }



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

}




@media screen and ((min-width: 768px) and (max-width: 991.98px)) {
  .publisher_btn {
    display: none;
}

.publisher_m {
    display: block;
}

  .part-1 {
    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 {
      /* border: 2px solid red; */
      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 */

  .part-1__mobile__img {
    background: url(../../img/influencer_marketing/Group.html\ 237757.webp);
    background-position: 77% 10%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;

  }

  .part-1__mobile__data,
  .mart-1__mobile__second {
    opacity: 0;
    padding: 1em;
    transform: translate(0%, 0%);

  }

  .part-1__mobile__data h1 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 900;
    line-height: 63.5px;

  }

  .part-1__mobile__data p {

    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: start !important;
    max-width: 650px !important;


  }


  .mart-1__mobile__second h2 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    text-align: center;

  }

  .mart-1__mobile__second p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;


  }







  .black__overlay {
    z-index: -1;
    height: 0;
  }

  /* Mouse  */
  @-webkit-keyframes ani-mouse {
    0% {
      opacity: 1;
      top: 29%;
    }

    15% {
      opacity: 1;
      top: 50%;
    }

    50% {
      opacity: 0;
      top: 50%;
    }

    100% {
      opacity: 0;
      top: 29%;
    }
  }

  @-moz-keyframes ani-mouse {
    0% {
      opacity: 1;
      top: 29%;
    }

    15% {
      opacity: 1;
      top: 50%;
    }

    50% {
      opacity: 0;
      top: 50%;
    }

    100% {
      opacity: 0;
      top: 29%;
    }
  }

  @keyframes ani-mouse {
    0% {
      opacity: 1;
      top: 29%;
    }

    15% {
      opacity: 1;
      top: 50%;
    }

    50% {
      opacity: 0;
      top: 50%;
    }

    100% {
      opacity: 0;
      top: 29%;
    }
  }

  .scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
  }

  .scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
  }

  .scroll-btn>*:hover,
  .scroll-btn>*:focus,
  .scroll-btn>*.active {
    color: #ffffff;
  }

  .scroll-btn>*:hover,
  .scroll-btn>*:focus,
  .scroll-btn>*:active,
  .scroll-btn>*.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  .scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
  }

  .scroll-btn .mouse>* {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
  }

  /* New cards  */

  .part-2__cards {
    margin-bottom: .5em;
  }



  .m_mard-title,
  .part-3__cards h3 {
    font-size: calc(2.3rem + .5vw);
    font-weight: 600;
    /* border: 2px solid red; */

  }

  #color__text {
    color: #FBC50B;
  }

  .part-2__cards h3 {
    font-size: 21.98px;
    font-weight: 700;
    line-height: 26.64px;
  }

  .part-2__cards p {
    font-family: Poppins;
    font-size: calc(1.2rem + .5vw);
    font-weight: 400;
    line-height: 27.98px;
    text-align: left;
    color: #B5B5B5;
  }





  .m_mard-1 {
    /* background-image: url(/static/img/influencer_marketing/Frame1000001802.png); */
    background-position: center;
    background-repeat: no-repeat;
    padding: 2em;
    border-radius: 5%;
  }

  .m_mard-2 {
    /* background-image: url(/static/img/influencer_marketing/Frame1000001801.png); */
    background-position: center;
    background-repeat: no-repeat;
    padding: 2em;
    border-radius: 5%;
  }

  .m_mard-3 {
    /* background-image: url(/static/img/influencer_marketing/Frame1000001803.png); */
    background-position: center;
    background-repeat: no-repeat;
    padding: 2em;
    border-radius: 5%;
  }

  .m_mard-4 {
    /* background-image: url(/static/img/influencer_marketing/Frame1000001800.png); */
    background-position: center;
    background-repeat: no-repeat;
    padding: 2em;
    border-radius: 5%;
  }


  /* Part-3  */

  .part-3__cards h3 {}

  .part-3__cards p {

    font-family: Poppins;
    font-size: calc(1.2rem + .5vw);
    font-weight: 400;
    line-height: 28.98px;
    text-align: left;
    color: #B5B5B5;


  }


}


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


  .part__1__overlay {
    background-color: #00000000;
  }

  .info__one {
    top: 100%;
    left: 0%;
    transform: scale(.6);

  }

  .part__1__card h1 {
    font-size: 40px;
    font-weight: 900;
    line-height: 65.5px;
  }

  .part__1__card p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20.5px;
    max-width: 600px;
  }




  .info__two {
    top: 100%;
    left: 0%;
  }

  .info__one p {
    max-width: 900px !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;

    text-align: center;
  }

  .horizontal__slide_1_inner {
    transform: scale(0);

  }

  .horizontal__slide_1 h2 {
    font-family: Poppins;
    font-size: 98.91px;
    font-weight: 600;
    line-height: 112px;
    text-align: center;


  }

  .horizontal__slide_1 h2:first-of-type {
    color: rgb(49, 48, 48);
  }

  .horizontal__slide_1 h2:last-of-type {
    background: linear-gradient(180deg, #d1cbc9, #504f4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }




  .float_gate {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-template-areas:
      "c1 c1 c1 c1 c2 c2 c2 c2 c2 c2"
      "c1 c1 c1 c1 c2 c2 c2 c2 c2 c2"
      "c1 c1 c1 c1 c2 c2 c2 c2 c2 c2"
      "c3 c3 c3 c3 c3 c3 c4 c4 c4 c4"
      "c3 c3 c3 c3 c3 c3 c4 c4 c4 c4"
      "c3 c3 c3 c3 c3 c3 c4 c4 c4 c4"
    ;
    grid-gap: 1em;
    /* padding-left: 20em;
        padding-right: 20em; */
    padding-top: 4em;
    padding-bottom: 1em;

  }

  .info__two__card__1 {
    /* background-color: lightslategray; */
    grid-area: c1;
    background-image: url(../../img/influencer_marketing/Frame1000001802.webp);
    background-position: center;

    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10em;


  }

  .info__two__card__2 {

    grid-area: c2;
    background-image: url(../../img/influencer_marketing/Frame1000001803.webp);
    background-position: center;

    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 10em;
  }

  .info__two__card__3 {
    /* background-color: lightslategray; */
    grid-area: c3;
    background-image: url(../../img/influencer_marketing/Frame1000001801.webp);
    background-position: center;

    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10em;
  }

  .info__two__card__4 {

    grid-area: c4;
    background-image: url(../../img/influencer_marketing/Frame1000001800.webp);
    background-position: center;


    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10em;

  }



  .info__2__data h3 {
    font-size: var(50%);

    font-weight: 600;
  }

  .info__2__data {
    padding-left: 1em;
    color: #a7a6a6;
    margin-bottom: 2rem;
    width: 100% !important;
  }

  .info__two__card__4 div {
    margin-top: 5em;
  }



  /* Part-2  */

  .part-2__mobile,
  .part-1__mobile,
  .part-3__mobile {
    display: none;
  }

  .horizontal__scroll {
    width: 200vw;
  }

  .horizontal__slide_2_inner {
    background-image: url(../../img/influencer_marketing/Group237779.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .display__cards {
    max-width: 655px;

  }

  .display__cards h2 {
    font-family: Poppins;
    font-size: 25px !important;
    font-weight: 600;
    line-height: 65px;


  }

  .display__cards p {

    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 20.5px;
    text-align: left;



  }

  .display__cards1,
  .display__cards3,
  .display__cards2 {
    width: 50% !important;
    margin: 5em;
    visibility: hidden;


  }



  /* Footer upper  */

  .footer__inner {
    max-width: 974px;
  }

  .footer__inner h2 {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 60.73px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;

  }

  .contact__btn {
    font-family: Inter;
    font-size: 18px !important;
    font-weight: 500 !important;

    letter-spacing: 0.46000000834465027px;
    text-align: center;
    margin-bottom: 0% !important;

  }



}






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

  .part__1__overlay {
    background-color: #00000000;
  }

  .info__one {
    top: 100%;
    left: 0%;
    transform: scale(.6);

  }




  .info__two {
    top: 100%;
    left: 0%;
  }

  .info__one p {
    max-width: 1096px !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
  }

  .horizontal__slide_1_inner {
    transform: scale(0);

  }

  .horizontal__slide_1 h2 {
    font-family: Poppins;
    font-size: 98.91px;
    font-weight: 600;
    line-height: 112px;
    text-align: center;


  }

  .horizontal__slide_1 h2:first-of-type {
    color: rgb(49, 48, 48);
  }

  .horizontal__slide_1 h2:last-of-type {
    background: linear-gradient(180deg, #d1cbc9, #504f4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }




  .float_gate {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-template-areas:
      "c1 c1 c1 c1 c2 c2 c2 c2 c2 c2"
      "c1 c1 c1 c1 c2 c2 c2 c2 c2 c2"
      "c1 c1 c1 c1 c2 c2 c2 c2 c2 c2"
      "c3 c3 c3 c3 c3 c3 c4 c4 c4 c4"
      "c3 c3 c3 c3 c3 c3 c4 c4 c4 c4"
      "c3 c3 c3 c3 c3 c3 c4 c4 c4 c4"
    ;
    grid-gap: 1em;
    /* padding-left: 20em;
        padding-right: 20em; */
    padding-top: 4em;
    padding-bottom: 1em;

  }

  .info__two__card__1 {
    /* background-color: lightslategray; */
    grid-area: c1;
    background-image: url(../../img/influencer_marketing/Frame1000001802.webp);
    background-position: center;

    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10em;


  }

  .info__two__card__2 {

    grid-area: c2;
    background-image: url(../../img/influencer_marketing/Frame1000001803.webp);
    background-position: center;

    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 10em;
  }

  .info__two__card__3 {
    /* background-color: lightslategray; */
    grid-area: c3;
    background-image: url(../../img/influencer_marketing/Frame1000001801.webp);
    background-position: center;

    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10em;
  }

  .info__two__card__4 {

    grid-area: c4;
    background-image: url(../../img/influencer_marketing/Frame1000001800.webp);
    background-position: center;


    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10em;

  }



  .info__2__data h3 {
    font-size: var(50%);

    font-weight: 600;
  }

  .info__2__data {
    padding-left: 4em;
    color: #a7a6a6;
    margin-bottom: 2rem;
    width: 100% !important;
  }

  .info__two__card__4 div {
    margin-top: 5em;
  }



  /* Part-2  */

  .part-2__mobile,
  .part-1__mobile,
  .part-3__mobile {
    display: none;
  }

  .horizontal__scroll {
    width: 200vw;
  }

  .horizontal__slide_2_inner {
    background-image: url(../../img/influencer_marketing/Group237779.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .display__cards {
    max-width: 655px;
  }

  .display__cards h2 {
    font-family: Poppins;
    font-size: 30px !important;
    font-weight: 600;
    line-height: 70px;


  }

  .display__cards p {

    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 23.5px;
    text-align: left;



  }

  .display__cards1,
  .display__cards3,
  .display__cards2 {
    width: 50% !important;
    margin: 5em;
    visibility: hidden;


  }


  /* .display__cards h2{
        font-weight: 600;
    }  */

  .first__info p {
    font-size: calc(1rem + .5vw);
    line-height: 1.5em;
  }

  .bi-envelope-at-fill {
    font-size: 1rem;
  }

  .newsletter__info p {
    font-size: calc(1rem + .5vw);
  }

  /* Footer upper  */

  .footer__inner {
    max-width: 974px;
  }

  .footer__inner h2 {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 55.73px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;

  }

  .contact__btn {
    font-family: Inter;
    font-size: 18px !important;
    font-weight: 500 !important;

    letter-spacing: 0.46000000834465027px;
    text-align: center;
    margin-bottom: 0% !important;

  }



}








/* xxl  */
@media screen and (min-width: 1400px) {
  .part__1__overlay {
    background-color: #00000000;
  }

  .info__one {
    top: 100%;
    left: 0%;
    transform: scale(.6);
  }




  .info__two {
    top: 100%;
    left: 0%;
  }

  .horizontal__slide_1_inner {
    transform: scale(0);

  }

  .horizontal__slide_1 h2 {
    font-family: Poppins;
    font-size: 98.91px;
    font-weight: 600;
    line-height: 112px;
    text-align: center;

  }

  .horizontal__slide_1 h2:first-of-type {
    color: rgb(49, 48, 48);
  }

  .horizontal__slide_1 h2:last-of-type {
    background: linear-gradient(180deg, #d1cbc9, #504f4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }




  .float_gate {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-template-areas:
      "c1 c1 c1 c1 c2 c2 c2 c2 c2 c2"
      "c1 c1 c1 c1 c2 c2 c2 c2 c2 c2"
      "c1 c1 c1 c1 c2 c2 c2 c2 c2 c2"
      "c3 c3 c3 c3 c3 c3 c4 c4 c4 c4"
      "c3 c3 c3 c3 c3 c3 c4 c4 c4 c4"
      "c3 c3 c3 c3 c3 c3 c4 c4 c4 c4"
    ;
    grid-gap: 1em;
    padding-top: 4em;
    padding-bottom: 1em;
  }

  .info__two__card__1 {
    grid-area: c1;
    background-image: url(../../img/influencer_marketing/Frame1000001802.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 10em;
  }

  .info__two__card__2 {
    grid-area: c2;
    background-image: url(../../img/influencer_marketing/Frame1000001803.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 10em;
  }

  .info__two__card__3 {
    grid-area: c3;
    background-image: url(../../img/influencer_marketing/Frame1000001801.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10em;
  }

  .info__two__card__4 {
    grid-area: c4;
    background-image: url(../../img/influencer_marketing/Frame1000001800.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10em;
  }

  .card_round{
    border-radius: 16.65px;
  }

  .info__2__data h3 {
    font-size: var(50%);
    font-weight: 600;
  }

  .info__2__data {
    padding-left: 4em;
    color: #a7a6a6;
    margin-bottom: 2rem;
  }

  .info__two__card__4 div {
    margin-top: 5em;
  }

  .info__2__data p {
    font-size: calc(.6rem + .5vw)
  }


  /* Part-2  */
  .part-2__mobile,
  .part-1__mobile,
  .part-3__mobile {
    display: none;
  }

  .horizontal__scroll {
    width: 200vw;
  }

  .horizontal__slide_2_inner {
    background-image: url(../../img/influencer_marketing/Group237779.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .display__cards {
    max-width: 655px;
  }

  .display__cards h2 {
    font-family: Poppins;
    font-size: 40px !important;
    font-weight: 600;
    line-height: 72px;
  }

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

  .display__cards1,
  .display__cards3,
  .display__cards2 {
    width: 50% !important;
    margin: 5em;
    visibility: hidden;
  }

  .first__info p {
    font-size: calc(1rem + .5vw);
    line-height: 1.5em;
  }

  .bi-envelope-at-fill {
    font-size: 1rem;
  }

  .newsletter__info p {
    font-size: calc(1rem + .5vw);
  }

  /* Footer upper  */
  .footer__inner {
    max-width: 974px;
  }

  .footer__inner h2 {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 55.73px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
  }

  .contact__btn {
    font-family: Inter;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 0.46000000834465027px;
    text-align: center;
    margin-bottom: 0% !important;

  }



}