@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans_7pt-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
html,
body,
.landing-header.sticky {
  background: #25192d !important;
}
.wenwolves-logo {
  color: #ffffff;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 22px;
}
.btn-main {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #ffffff;
  border-radius: 12px;
  border: 1px solid #ff0076;
  background: #ff0076;
  width: 170px;
  padding: 10.75px 0px 10.25px 0px;
}
.btn-main:active,
.btn-main:hover,
.btn-main:focus-within {
  color: #ffffff;
  border: 1px solid #ff0076;
  background: #ff0076;
}
.price-plan-one:hover,
.price-plan-one.active {
  background-color: #f3f5f8 !important;
}
.ld-testi-img img {
  object-fit: contain !important;
}
.ld-testi-contain::before {
  background: transparent !important;
}
.swiper-wrapper {
  height: max-content !important;
}
.landing-hero-banner::after {
  background-color: unset !important;
  background-image: none !important;
  background-position: unset !important;
}
.landing-banner-img-one {
  max-width: 100vw !important;
  background-image: url("../images/header-background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.landing-banner-img-one img {
  object-fit: contain !important;
  width: 90% !important;
}
.primary {
  color: #ff0076 !important;
}
.together-logo {
  width: 40%;
}

/* Header */
.header-main span {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.header-main span:first-child {
  color: #008ee6;
}
.header-main span:nth-child(2) {
  color: rgba(255, 238, 43, 0.8);
}
.header-main span:last-child {
  color: #e4e6eb;
}
.header-secondary p {
  color: #8156d7;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-right: 0.5rem;
}
.key-visual {
  min-width: 300px;
  margin-top: 9rem !important;
}
.landing-banner-img-one .btn-main {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.landing-header.sticky .landing-menu-navbar-toggler {
  border-color: #7f56d9 !important;
  color: #7f56d9 !important;
}

/* Testimonials */
#testimonial {
  background: linear-gradient(180deg, #131926 0%, #272471 100%) !important;
}

/* Media Queries */
@media (min-width: 550px) {
  .landing-banner-img-one {
    background-size: contain;
  }
  .key-visual {
    margin-top: 7rem !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .header-main span {
    font-size: 48px;
    line-height: 60px;
  }
  .header-secondary p {
    font-size: 30px;
    line-height: 60px;
  }
}

@media (min-width: 769px) {
  .header-main span {
    font-size: 64px;
    line-height: 80px;
  }
  .header-secondary p {
    font-size: 40px;
    line-height: 80px;
  }
  .key-visual {
    width: 400px;
    margin-top: 6rem !important;
  }
}

@media (min-width: 1024px) {
  .key-visual {
    width: 550px;
    margin-top: 3rem !important;
  }
}

@media (min-width: 1440px) {
  .key-visual {
    width: 600px;
    margin-top: 1rem !important;
  }
}

/* @media (min-width: 1600px) {
  .key-visual {
    width: 50%;
    margin-top: 2.2rem !important;
  }
}

@media (min-width: 1800px) {
  .key-visual {
    width: 45%;
  }
}

@media (min-width: 2000px) {
  .key-visual {
    width: 40%;
    margin-top: 2.1rem !important;
  }
}

@media (min-width: 2300px) {
  .key-visual {
    margin-top: 1rem !important;
  }
}

@media (min-width: 2500px) {
  .key-visual {
    width: 38%;
  }
} */