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

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


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


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


::-webkit-scrollbar-thumb:hover {
  background: #3a3a3a;
}



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

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

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




.footer__here {
  background-image: url(../../img/email_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 {
  margin-top: 3em;
}

.nomadaz_logo {
  width: 5em;
}

.one {
  /* background-image: url("/static/img/email_marketing/bg.webp"); */
  background-image: url("../../img/email_marketing/email_marketing.webp");

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.image_arrow {
  top: 50%;
  will-change: transform;
  transform: translateY(-50%);
  left: -5%;
}

.image_arrow img {
  width: 170.38px;
  height: 170.38px;
}

.one__info {
  width: 695px;
  height: 268px;
  z-index: 1;
  bottom: 0%;
  left: 0;
}

.one__info h1 {
  font-family: Poppins;
  font-size: 45px;
  font-weight: 900;
  line-height: 50px;
  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;
}

.overlay__one {
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #00000000;
}

.ripple-container {
  position: relative;
  width: 150px;
  height: 150px;
  opacity: 0;
  z-index: 4;
}

.ripple {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 3s infinite;
}

.ripple-grey {
  background-color: grey;
  animation-delay: 0s;
}

.ripple-blue {
  background-color: rgb(195, 195, 198);
  animation-delay: 1s;
}

.ripple-black {
  background-color: black;
  animation-delay: 2s;
}

@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    transform: scale(4);
    opacity: 0;
  }
}

.post__img_container {
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 4;
}

.post__image__inner img {
  max-width: 400px;
  height: 400px;
}


.text__scroller__inner {
  top: 80%;
  will-change: transform;
  transform: translateY(-50%);
  opacity: 0;
}

.text__scroller_container,
.text__scroller__inner {
  background-color: #00000000;
}

.info_text_1 {
  margin-bottom: 10em !important;
  transform: scale(0.6);
}


.text__scroller__inner {
  max-width: 510px;
}

.text_box {
  margin-bottom: 2em;
}

.text_box h2 {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}

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


.black__layer {
  top: 0;
  right: 0;
  z-index: 5;
  width: 0%;
}

.overlay__2 {
  z-index: 6;
  top: 0;
  background-color: #00000000;
}

.cards {
  max-width: 375px;
  height: 480px;
  padding: 2em;
  position: relative;
}


.cards h3 {
  font-family: Inter;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.63px;
  letter-spacing: 0.1080794706940651px;
  margin-left: 1em;
}

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

#card_1 {
  background-image: url(../../img/email_marketing/red.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
}

#card_2 {
  background-image: url(../../img/email_marketing/yellow.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
}

#card_3 {
  background-image: url(../../img/email_marketing/blue.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
}

.c_c h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
  width: 2%;
  height: 100%;
}



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

  .publisher_btn {
    display: none;
}

.publisher_m {
    display: block;
}


  .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 {
    display: none;
  }

  .mobile__one {
    background-image: url("../../img/email_marketing/mail-icon1.webp");
    background-repeat: no-repeat;
    background-position: 30% 100%;
    background-size: cover;

  }

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

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

  .image_arrow {
    z-index: 5;
    top: 20%;
    left: -15%;
  }

  .black__one {
    left: 0;
    top: 0;
  }


  .ripple-container {
    position: relative;
    width: 100px;
    height: 100px;
    opacity: 1;
    z-index: 4;
  }

  .ripple__effect_container {
    min-height: auto !important;
  }

  .ripple__effect__main {
    min-height: 50vh !important;
  }

  .ripple {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 1;
    animation: ripple 3s infinite;
  }

  .ripple-grey {
    background-color: grey;
    animation-delay: 0s;
  }

  .ripple-blue {
    background-color: rgb(195, 195, 198);
    animation-delay: 1s;
  }

  .ripple-black {
    background-color: black;
    animation-delay: 2s;
  }

  @keyframes ripple {
    0% {
      transform: scale(0);
      opacity: 1;
    }

    50% {
      opacity: 0.5;
    }

    100% {
      transform: scale(4);
      opacity: 0;
    }
  }



  .post__img_container {

    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 4;
  }

  .post__image__inner img {
    max-width: 200px;
    height: 200px;
  }

  .ripple_mobile__info__container {
    margin-top: 2em;
  }


  .ripple_mobile__info h2,.ripple_mobile__info2 h2 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
  }

  .ripple_mobile__info p,.ripple_mobile__info2 li {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  #card_1 {
    background-image: url(../../img/email_marketing/red.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 1em;

    max-width: 345px;
    border-radius: 20px;


  }

  #card_2 {
    background-image: url(../../img/email_marketing/yellow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 1em;

    max-width: 345px;
    border-radius: 20px;
  }

  #card_3 {
    background-image: url(../../img/email_marketing/blue.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 1em;

    max-width: 345px;
    border-radius: 20px;
  }


  .cards {

    transform: scale(0.6);
    transition: transform 0.5s ease-in-out;

  }

  .cards__visible {
    transform: scale(1)
  }

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



  .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 {
    display: none;
  }

  .mobile__one__inner {
    min-height: 100vh;
  }

  .mobile__one {
    background-image: url("../../img/email_marketing/mail-icon.html\ 1.webp");
    background-repeat: no-repeat;
    background-position: 30% 100%;
    background-size: cover;

  }

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

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

  .image_arrow {
    z-index: 5;
    top: 20%;
    left: -15%;
  }

  .black__one {
    left: 0;
    top: 0;
  }


  .ripple-container {
    position: relative;
    width: 100px;
    height: 100px;
    opacity: 1;
    z-index: 4;
  }

  .ripple__effect_container {
    min-height: auto !important;
  }

  .ripple__effect__main {
    min-height: 60vh !important;
  }

  .ripple {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 1;
    animation: ripple 3s infinite;
  }

  .ripple-grey {
    background-color: grey;
    animation-delay: 0s;
  }

  .ripple-blue {
    background-color: rgb(195, 195, 198);
    animation-delay: 1s;
  }

  .ripple-black {
    background-color: black;
    animation-delay: 2s;
  }

  @keyframes ripple {
    0% {
      transform: scale(0);
      opacity: 1;
    }

    50% {
      opacity: 0.5;
    }

    100% {
      transform: scale(4);
      opacity: 0;
    }
  }



  .post__img_container {

    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 4;
  }

  .post__image__inner img {
    max-width: 200px;
    height: 200px;
  }

  .ripple_mobile__info__container {
    margin-top: 2em;
  }


  .ripple_mobile__info h2 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
  }

  .ripple_mobile__info p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;


  }

  #card_1 {
    background-image: url(../../img/email_marketing/red.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 1em;
  }

  #card_2 {
    background-image: url(../../img/email_marketing/yellow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 1em;
  }

  #card_3 {
    background-image: url(../../img/email_marketing/blue.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 1em;
  }

  .cards {
    transform: scale(0.6);
    transition: transform 0.5s ease-in-out;
  
  }

  .cards__visible {
    transform: scale(1)
  }


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


  .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 {
    display: none;
  }

  .mobile__one__inner {
    min-height: 100vh;
  }

  .mobile__one {
    background-image: url("../../img/email_marketing/mail-icon.html\ 1.webp");
    background-repeat: no-repeat;
    background-position: 30% 100%;
    background-size: cover;
    
  }

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

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

  .image_arrow {
    z-index: 5;
    top: 20%;
    left: -10%;
  }

  .black__one {
    left: 0;
    top: 0;
  }


  .mobile__two__inner {
    justify-content: start !important;
  }

  .mobile__two__inner,
  .mobile__two {
    min-height: auto !important;
  }

  .ripple-container {
    position: relative;
    width: 100px;
    height: 100px;
    opacity: 1;
    z-index: 4;
  }

  .ripple__effect_container {
    min-height: auto !important;
  }

  .ripple__effect__main {

    min-height: 35vh !important;
  }

  .ripple {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 1;
    animation: ripple 3s infinite;
  }

  .ripple-grey {
    background-color: grey;
    animation-delay: 0s;
  }

  .ripple-blue {
    background-color: rgb(195, 195, 198);
    animation-delay: 1s;
  }

  .ripple-black {
    background-color: black;
    animation-delay: 2s;
  }

  @keyframes ripple {
    0% {
      transform: scale(0);
      opacity: 1;
    }

    50% {
      opacity: 0.5;
    }

    100% {
      transform: scale(4);
      opacity: 0;
    }
  }



  .post__img_container {

    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 4;
  }

  .post__image__inner img {
    max-width: 200px;
    height: 200px;
  }

  .ripple_mobile__info__container {
    margin-top: 2em;
  }


  .ripple_mobile__info h2 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
  }

  .ripple_mobile__info p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;


  }

  #card_1 {
    background-image: url(../../img/email_marketing/red.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 1em;
  }

  #card_2 {
    background-image: url(../../img/email_marketing/yellow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 1em;
  }

  #card_3 {
    background-image: url(../../img/email_marketing/blue.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 1em;
  }

  .cards {
    transform: scale(0.6);
    transition: transform 0.5s ease-in-out;

  }

  .cards__visible {
    transform: scale(1)
  }


  .first__info {
    width: auto;
  }

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

  }
}

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

  .mobile__one,
  .mobile__two,
  .mobile__three {
    display: none;
  }

  .one {
    background-image: url("../../img/email_marketing/Email_marketing.html\ \(4\).webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .image_arrow {
    top: 50%;
    will-change: transform;
    transform: translateY(-50%);
    left: -8%;
  }


  .image_arrow img {
    width: 130.38px;
    height: 130.38px;
  }


  .one__info {
    width: 695px;
    height: 268px;
    z-index: 1;
    bottom: 0%;
    left: 0;
  }

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

  .one__info p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.5px;
    text-align: left;
    max-width: 500px;
  }


  .overlay__one {
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #00000000;
  }

  .ripple-container {
    position: relative;
    width: 120px;
    height: 120px;
    opacity: 0;
    z-index: 4;

  }

  .ripple {
    position: absolute;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    opacity: 0;
    animation: ripple 3s infinite;

  }

  .ripple-grey {
    background-color: grey;
    animation-delay: 0s;
  }

  .ripple-blue {
    background-color: rgb(195, 195, 198);
    animation-delay: 1s;
  }

  .ripple-black {
    background-color: rgb(52, 51, 51);
    animation-delay: 2s;
  }

  @keyframes ripple {
    0% {
      transform: scale(0);
      opacity: 1;
    }

    50% {
      opacity: 0.5;
    }

    100% {
      transform: scale(4);
      opacity: 0;
    }
  }

  .post__img_container {
    opacity: 0;
    bottom: -13%;
    left: 16%;
  }

  .post__image__inner img {
    max-width: 290px;
    height: 290px;

  }


  .text__scroller__inner {
    top: 80%;
    will-change: transform;
    transform: translateY(-50%);
    opacity: 0;
  }

  .text__scroller_container,
  .text__scroller__inner {
    background-color: #00000000;
  }

  .info_text_1 {
    margin-bottom: 10em !important;
    transform: scale(0.6);
  }


  .text__scroller__inner {
    max-width: 510px;
  }

  .text_box {
    margin-bottom: 2em;
  }

  .text_box h2 {
    font-family: Poppins;
    font-size: 35px;
    font-weight: 600;
    line-height: 60px;

  }

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

  .black__layer {
    top: 0;
    right: 0;
    z-index: 5;
    width: 0%;
  }

  .overlay__2 {
    z-index: 6;
    top: 0;
    background-color: #00000000;
  }

  .cards {
    width: 375px;
    max-height: 386px;

  }


  .cards h3 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 26.63px;
    letter-spacing: 0.1080794706940651px;
    margin-left: 1em;
  }

  .cards p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }

  #card_1 {
    background-image: url(../../img/email_marketing/red.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
  }

  #card_2 {
    background-image: url(../../img/email_marketing/yellow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
  }

  #card_3 {
    background-image: url(../../img/email_marketing/blue.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
  }

  .c_c h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: black;
    width: 2%;
    height: 100%;
  }


  .footer__inner h2 {
    font-size: 48px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
  }

  .footer__inner p {
    font-size: 16px;
    font-weight: 400;
    max-width: 800px;
    line-height: 24px;
    margin-top: 1em;
  }

  .contact__btn {
    font-size: 18px;
    font-weight: 500 !important;
    font-family: "Inter", sans-serif;
  }


}


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

  .mobile__one,
  .mobile__two,
  .mobile__three {
    display: none;
  }

  .one {
    background-image: url("../../img/email_marketing/Email_marketing.html\ \(4\).webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .image_arrow {
    top: 50%;
    will-change: transform;
    transform: translateY(-50%);
    left: -4%;
  }


  .image_arrow img {
    width: 130.38px;
    height: 130.38px;
  }


  .one__info {
    width: 695px;
    height: 268px;
    z-index: 1;
    bottom: 0%;
    left: 0;
  }

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

  .one__info p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.5px;
    text-align: left;
    max-width: 548px;
  }

  .overlay__one {
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #00000000;
  }

  .ripple-container {
    position: relative;
    width: 140px;
    height: 140px;
    opacity: 0;
    z-index: 4;

  }

  .ripple {
    position: absolute;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    opacity: 0;
    animation: ripple 3s infinite;


  }

  .ripple-grey {
    background-color: grey;
    animation-delay: 0s;
  }

  .ripple-blue {
    background-color: rgb(195, 195, 198);
    animation-delay: 1s;
  }

  .ripple-black {
    background-color: black;
    animation-delay: 2s;
  }

  @keyframes ripple {
    0% {
      transform: scale(0);
      opacity: 1;
    }

    50% {
      opacity: 0.5;
    }

    100% {
      transform: scale(4);
      opacity: 0;
    }
  }

  .post__img_container {
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-54%, -60%);
  }

  .post__image__inner img {
    max-width: 300px;
    height: 300px;
  }


  .text__scroller__inner {
    top: 80%;
    will-change: transform;
    transform: translateY(-50%, 50%);
    opacity: 0;
  }

  .text__scroller_container,
  .text__scroller__inner {
    background-color: #00000000;
  }

  .info_text_1 {
    margin-bottom: 10em !important;
    transform: scale(0.6);
  }


  .text__scroller__inner {
    max-width: 510px;
  }

  .text_box {
    margin-bottom: 2em;
  }

  .text_box h2 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
  }

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

  .black__layer {
    top: 0;
    right: 0;
    z-index: 5;
    width: 0%;
  }

  .overlay__2 {
    z-index: 6;
    top: 0;
    background-color: #00000000;
  }

  .cards {
    width: 375px;
    max-height: 463px;
  }


  .cards h3 {
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.63px;
    letter-spacing: 0.1080794706940651px;
    margin-left: 1em;
  }

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

  #card_1 {
    background-image: url(../../img/email_marketing/red.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
  }

  #card_2 {
    background-image: url(../../img/email_marketing/yellow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
  }

  #card_3 {
    background-image: url(../../img/email_marketing/blue.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
  }

  .c_c h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: black;
    width: 2%;
    height: 100%;
  }

  .footer__inner h2 {
    max-width: 974px;

    font-size: 48px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
  }

  .footer__inner p {
    font-size: 16px;
    font-weight: 400;
    max-width: 733px;

    line-height: 24px;
    margin-top: 1em;
  }

  .contact__btn {
    font-size: 18px;
    font-weight: 500 !important;
    font-family: "Inter", sans-serif;
  }

}


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

  .mobile__one,
  .mobile__two,
  .mobile__three {
    display: none;
  }

  .footer__inner h2 {
    font-size: 48px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    width: 974px;


  }

  .footer__inner p {
    font-size: 16px;
    font-weight: 400;
    max-width: 974px;
    line-height: 24px;
    margin-top: 1em;
    max-width: 733px;
  }

  .contact__btn {
    font-size: 18px;
    font-weight: 500 !important;
    font-family: "Inter", sans-serif;
  }

}