h1 {
  max-width: 860px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Panchang variable, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
}

h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Panchang variable, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: #fff;
  text-decoration: none;
}

.page-wrap {
  overflow: hidden;
}

.main {
  width: 100%;
  max-width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero {
  perspective: 1243px;
  padding-top: 20vh;
  transform: perspective(971px);
}

.section.splider {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.container.full {
  width: 100%;
}

.hero-wrap {
  perspective: 1087px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: perspective(1107px);
}

.hero-logo-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 4vh;
  display: flex;
}

.body {
  color: rgba(255, 255, 255, .6);
  background-color: #070c0e;
  font-family: Inter, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4vh;
  display: flex;
}

.pink {
  color: #f50057;
}

.p-hero {
  max-width: 720px;
  color: rgba(255, 255, 255, .8);
  text-align: center;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 1.3;
}

.bold-white {
  color: #fff;
}

.bold-pink {
  color: #f50057;
}

.button {
  text-transform: uppercase;
  background-color: #f50057;
  border-radius: 50vw;
  padding: 18px 32px;
  font-family: Panchang variable, sans-serif;
  font-size: 18px;
  font-weight: 300;
  transition: all .3s;
}

.button:hover {
  color: #f50057;
  letter-spacing: 1px;
  background-color: #fff;
}

.button.small {
  padding: 16px 26px;
  font-size: 16px;
}

.p-join {
  opacity: .8;
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
}

.image-infinit-ui {
  width: 950px;
  opacity: .8;
  filter: hue-rotate(40deg);
  border: 1px solid rgba(255, 255, 255, .05);
  border-right-color: rgba(255, 255, 255, .01);
  border-radius: 10px;
}

.image-ui-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.infinit-info-wrap {
  max-width: 380px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(rgba(20, 25, 27, .75), rgba(20, 25, 27, 0));
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  display: flex;
  position: absolute;
  top: 21%;
  bottom: auto;
  left: auto;
  right: -5%;
  box-shadow: -3px 3px 20px rgba(255, 255, 255, .05);
}

.infinit-info-wrap.bot {
  margin-top: 140px;
  margin-right: 40px;
  left: auto;
}

.p-info {
  border-left: 1px solid rgba(255, 255, 255, .05);
  padding-left: 16px;
  font-size: 14px;
}

.bg-grid {
  z-index: -2;
  width: 100%;
  height: 100vh;
  background-image: url('../images/Grid.webp');
  background-position: 50% 0;
  background-size: 202px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-glow {
  z-index: -3;
  width: 320px;
  height: 320px;
  opacity: .2;
  filter: blur(50px);
  background-color: #ff93ba;
  border-radius: 50vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.grid-wrap {
  z-index: -2;
  width: 100%;
  height: 100vh;
  max-width: 100vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.howitworks-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.h2-wrap {
  width: 680px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.infinit-small-wrap {
  max-width: 240px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(rgba(20, 25, 27, .75), rgba(20, 25, 27, 0));
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
  box-shadow: -1px 1px 20px rgba(255, 255, 255, .02);
}

.line-linear-small {
  width: 2px;
  height: 40px;
  background-image: radial-gradient(circle, #8d8d8d, rgba(255, 255, 255, 0));
  margin-right: 6px;
}

.p-info-small {
  font-size: 12px;
}

.infos-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.howitworks-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.work-box {
  border: 1px solid rgba(255, 255, 255, .05);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  display: flex;
  overflow: hidden;
}

.work-box.borderflip {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.work-item {
  width: 100%;
  height: 100%;
  max-width: 320px;
  min-height: 210px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: radial-gradient(circle, #070c0e, rgba(7, 12, 14, 0));
  border: 1px solid rgba(255, 255, 255, .05);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 2px 20px rgba(245, 0, 87, 0);
}

.work-item:hover {
  box-shadow: inset 0 2px 20px rgba(245, 0, 87, .15);
}

.work-item._350 {
  max-width: 350px;
}

.icon-wrap-circle {
  z-index: 5;
  width: 72px;
  height: 72px;
  background-color: rgba(8, 13, 15, .5);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.p-work {
  z-index: 5;
  color: rgba(255, 255, 255, .9);
  text-align: center;
  line-height: 1.3;
  position: relative;
}

.websites-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.features-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-item {
  width: 100%;
  max-width: 340px;
  min-height: 212px;
  min-width: 340px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: radial-gradient(circle farthest-side at 50% 0, rgba(7, 12, 14, .64), rgba(45, 44, 44, .25));
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 28px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

.feature-item:hover {
  border-color: rgba(245, 0, 87, .15);
  box-shadow: 0 0 50px rgba(197, 1, 71, .17);
}

.icon-wrap {
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.weird-shape-1 {
  opacity: .02;
  filter: sepia();
  position: absolute;
  top: -6%;
  bottom: auto;
  left: auto;
  right: 6%;
}

.weird-shape-2 {
  opacity: .01;
  filter: invert();
  position: absolute;
  top: 44%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.weird-shape-3 {
  z-index: 5;
  opacity: .03;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  position: absolute;
  bottom: -10%;
  left: 58%;
  right: 0%;
}

.p-h2 {
  color: #fff;
  margin-top: 12px;
  font-size: 14px;
}

.testimonial-wrap {
  height: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-slider {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.mask {
  height: auto;
  overflow: visible;
}

.slide {
  width: 48%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 2%;
}

.testimonial-item {
  width: 100%;
  min-height: 310px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: rgba(0, 0, 0, .1);
  border: 1px solid rgba(245, 0, 87, .5);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.stars-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.p-testimonial {
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
}

.slide-nav {
  height: auto;
  margin-top: 5vh;
  position: relative;
}

.right-arrow {
  width: 52px;
  height: 52px;
  color: #f50057;
  border: 1px solid #f50057;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  padding: 12px;
  transition: all .2s;
  display: flex;
  top: auto;
  bottom: -8%;
  left: auto;
  right: 0%;
}

.right-arrow:active {
  opacity: .7;
  transform: scale(.91);
}

.left-arrow {
  width: 52px;
  height: 52px;
  color: #f50057;
  border: 1px solid #f50057;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  margin-right: 80px;
  padding: 12px;
  transition: all .2s;
  display: flex;
  top: auto;
  bottom: -8%;
  left: auto;
  right: 0;
}

.left-arrow:active {
  opacity: .7;
  transform: scale(.91);
}

.html-embed {
  width: 50px;
  height: 40px;
}

.html-embed.flip {
  transform: rotate(-180deg);
}

.p-testimonail-2 {
  color: #fff;
  margin-bottom: 32px;
  font-family: Panchang variable, sans-serif;
}

.faq-wrap {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2-wrap-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.faq-wrap-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.faq-question {
  font-family: Panchang variable, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.faq-answer {
  color: #fff;
}

.faqs {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: rgba(7, 12, 14, .63);
  border: 1px solid #070c0e;
  border-radius: 20px;
  flex-direction: column;
  margin-top: 40px;
  padding: 32px;
  display: flex;
  box-shadow: 0 0 20px rgba(245, 0, 87, .01);
}

.faq-text-wrap {
  width: 90%;
  height: auto;
  overflow: hidden;
}

.faqtop {
  width: 100%;
  color: #fff;
  border-bottom: 1px solid rgba(194, 194, 194, .22);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4px;
  transition: all .25s;
  display: flex;
}

.faqtop:hover {
  opacity: .9;
}

.plus-icon {
  width: 28px;
  height: 28px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sites {
  width: 100%;
  min-height: 220px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: relative;
}

.site {
  text-shadow: 0 0 20px rgba(245, 0, 87, 0);
  background-color: rgba(7, 11, 15, .88);
  border: 1px solid rgba(245, 0, 87, .1);
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  transition: all .4s;
  display: flex;
}

.site:hover {
  color: rgba(255, 255, 255, .88);
  text-shadow: 0 0 20px rgba(245, 0, 87, .67);
  background-color: rgba(216, 165, 209, .05);
  border-color: rgba(245, 0, 87, .28);
  transform: scale(.95);
}

.top-left {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.top-right {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bot-left {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bot-right {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(11, 19, 22, .1);
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: fixed;
  top: 20px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-brand {
  width: 20%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Panchang variable, sans-serif;
  font-size: 16px;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #161b21;
  border-radius: 71px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 42px;
  display: flex;
  box-shadow: 0 0 23px rgba(33, 38, 40, .6);
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  transition: opacity .3s;
  display: flex;
}

.navbar-link:hover {
  opacity: .7;
}

.navbar-link.w--current {
  color: #f50057;
  font-weight: 700;
}

.navbar-button {
  text-transform: uppercase;
  border: .8px solid #f50057;
  border-radius: 50.92px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Panchang variable, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.navbar-button:hover {
  color: #f50057;
  background-color: #fff;
  border-color: #fff;
}

.infinitbot-0 {
  font-weight: 600;
}

.infinitbot-1 {
  color: #f50057;
}

.footer {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 24px;
  display: flex;
}

.copyright {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.copyright.top {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 40px;
}

.p-copyrights {
  text-align: center;
  font-size: 14px;
}

.socials-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon {
  opacity: .5;
  transition: all .3s;
}

.social-icon:hover {
  opacity: 1;
}

.div-block-2 {
  width: 20%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-nav {
  width: 90%;
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.glow-circlecard {
  width: 80px;
  height: 80px;
  filter: blur(80px);
  background-color: #f50057;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.t-card-stroke {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: rgba(255, 255, 255, .06);
  font-family: Panchang variable, sans-serif;
  font-size: 60px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.splide__list {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.splide__track {
  width: 100%;
  overflow: visible;
}

.home-logos-image {
  height: 450px;
  cursor: grab;
  object-fit: cover;
  border: 1px solid #79002b;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(245, 0, 87, .29);
}

.splide, .splide__slide {
  width: 100%;
}

.author-wrap {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.author-name {
  color: #fff;
  font-size: 18px;
}

.author-image {
  width: 40px;
  height: 40px;
  object-fit: fill;
  border: 1px solid #f50057;
  border-radius: 50%;
}

.line-small {
  width: 12px;
  height: 1px;
  background-color: #f50057;
  background-image: radial-gradient(circle farthest-side, #f50057 65%, #070c0e);
  box-shadow: 0 0 20px 2px #f50057;
}

.line-small.bigger {
  width: 20px;
}

.rank-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.p-legal {
  text-align: left;
  font-size: 14px;
}

.link-terms {
  color: rgba(255, 255, 255, .7);
  transition: all .3s;
}

.link-terms:hover {
  color: #fff;
}

.text-legal {
  color: rgba(255, 255, 255, .9);
  font-family: Panchang variable, sans-serif;
  font-size: 20px;
}

.legals {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.svg-wrap {
  width: 90px;
  height: 90px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 26px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-content {
    max-width: 90%;
  }

  .p-hero {
    margin-bottom: 32px;
    font-size: 24px;
  }

  .button {
    padding: 16px 24px;
    font-size: 16px;
  }

  .p-join {
    max-width: 60%;
  }

  .grid-glow {
    display: none;
  }

  .h2-wrap {
    width: auto;
    max-width: 680px;
  }

  .howitworks-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .work-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-width: 0;
    border-radius: 0;
  }

  .work-box.borderflip {
    border-width: 0;
    flex-wrap: wrap;
  }

  .work-item {
    width: 50%;
    border-radius: 10px;
    padding: 20px 16px;
  }

  .p-work {
    font-size: 16px;
  }

  .features-flex, .features-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .feature-item {
    min-height: auto;
  }

  .mask {
    overflow: visible;
  }

  .slide {
    width: 70%;
  }

  .right-arrow {
    transform: scale(.9);
  }

  .left-arrow {
    margin-right: 68px;
    transform: scale(.9);
  }

  .p-testimonail-2 {
    font-size: 14px;
  }

  .faq-question {
    font-size: 18px;
  }

  .faq-answer {
    font-size: 15px;
  }

  .nav {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-brand {
    width: auto;
    font-size: 20px;
  }

  .navbar-menu {
    max-width: unset;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }

  .navbar-link {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    justify-content: center;
    padding: 36px 14px;
    font-family: Panchang variable, sans-serif;
    font-size: 24px;
  }

  .div-block-2 {
    width: auto;
  }

  .menu-button {
    margin-left: 20px;
    padding: 24px 32px;
  }

  .menu-button.w--open {
    background-color: #161b21;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 1.1;
  }

  h2 {
    font-size: 24px;
    line-height: 1.1;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero {
    padding-top: 15vh;
  }

  .hero-logo-wrap {
    transform: scale(.9);
  }

  .hero-content {
    max-width: 100%;
  }

  .p-hero {
    font-size: 20px;
  }

  .p-join {
    font-size: 12px;
  }

  .image-ui-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .infinit-info-wrap {
    align-self: flex-start;
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
    top: auto;
    right: auto;
  }

  .infinit-info-wrap.bot {
    align-self: flex-end;
    margin-top: 0;
    margin-right: 0;
  }

  .p-info {
    font-size: 12px;
  }

  .h2-wrap {
    max-width: 90%;
  }

  .infinit-small-wrap {
    min-width: 47%;
  }

  .infos-wrap {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }

  .howitworks-flex {
    width: 100%;
    margin-top: 16px;
  }

  .work-box {
    width: 100%;
    flex-direction: column;
  }

  .work-item {
    width: 60%;
    min-height: auto;
  }

  .p-work {
    font-size: 15px;
  }

  .features-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .slide {
    width: 85%;
    margin-right: 4%;
  }

  .testimonial-item {
    min-height: 400px;
    padding: 16px;
  }

  .slide-nav {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .right-arrow {
    transform: scale(.8);
  }

  .left-arrow {
    margin-right: 60px;
    transform: scale(.8);
  }

  .h2-wrap-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .faq-wrap-2 {
    width: 100%;
    align-items: flex-start;
  }

  .faq-question {
    font-size: 15px;
  }

  .faq-answer {
    font-size: 14px;
  }

  .faqs {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: rgba(0, 0, 0, 0);
    border: 0 rgba(0, 0, 0, 0);
    align-items: flex-start;
    margin-top: 32px;
    padding: 0;
    box-shadow: 0 0 20px rgba(245, 0, 87, 0);
  }

  .sites {
    padding: 16px;
  }

  .site {
    padding: 10px 20px;
    font-size: 14px;
  }

  .site:hover {
    letter-spacing: 0;
  }

  .navbar-brand {
    font-size: 18px;
  }

  .navbar-button {
    font-size: 12px;
  }

  .copyright.bot {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-button {
    padding: 12px 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
  }

  .p-hero {
    font-size: 16px;
  }

  .button.small {
    padding: 12px 20px;
    font-size: 12px;
  }

  .p-join {
    max-width: none;
  }

  .infinit-info-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .p-info {
    text-align: center;
    border-left-style: none;
    border-left-width: 0;
    padding-left: 0;
    font-size: 13px;
  }

  .h2-wrap {
    max-width: none;
  }

  .work-item {
    width: 100%;
  }

  .work-item._350 {
    max-width: 320px;
  }

  .feature-item {
    min-width: auto;
    padding: 18px 16px;
  }

  .slide {
    width: 95%;
  }

  .testimonial-item {
    min-height: 500px;
  }

  .slide-nav {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    display: flex;
    position: relative;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .h2-wrap-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .faq-question {
    line-height: 1.2;
  }

  .faqtop {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sites {
    padding: 8px;
  }

  .site {
    font-size: 12px;
  }

  .nav {
    padding-left: 10px;
  }

  .navbar-brand {
    font-size: 12px;
  }

  .navbar-button {
    padding: 4px 8px;
    font-size: 12px;
  }

  .copyright {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .copyright.bot {
    justify-content: center;
    align-items: center;
  }

  .p-copyrights {
    font-size: 13px;
  }

  .container-nav {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .menu-button {
    margin-left: 0;
    padding: 10px;
    transform: scale(.8);
  }

  .legal-wrap {
    text-align: center;
  }

  .p-legal {
    font-size: 13px;
  }

  .legals {
    flex-direction: column;
  }
}


@font-face {
  font-family: 'Panchang variable';
  src: url('../fonts/Panchang-Variable.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}