@import url('https://fonts.googleapis.com/css2?family=Monoton&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("nkm/nkm-sections.css");
@import url("nkm/nkm-fonts.css");
@import url("nkm/nkm-team.css");

body {
  font-family: 'Roboto', sans-serif;
}

/* Homepage */
.nkm-quote-wrapper {
  height: 50vh;
  /*This part is important for centering*/
  display: grid;
  place-items: center;
}

.nkm-h1 {
  /* position: absolute;
  top: 15%; */
  color: #cbc9ba;
}

.nkm-quote-div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nkm-quote {
  border-left: 3px solid #9d2e46;
  font-family: inherit;
  font-size: 2em;
  padding-left: 1em;
  font-style: italic;
  color: #cbc9ba;
}

.nkm-quote-img {
  box-shadow: 0px 0px 6px 4px rgba(255,69,124,0.75);
  -webkit-box-shadow: 0px 0px 6px 4px rgba(255,69,124,0.75);
  -moz-box-shadow: 0px 0px 6px 4px rgba(255,69,124,0.75);
}

.nkm-cta-desktop {
  width: 100%;
  justify-content: space-around;
  /* position: absolute;
  bottom: 10%; */
}

.nkm-cta-mobile {
  margin: 4em auto;
  width: 400px;
  justify-content: space-around;
}

.nkm-cta-getting-started,
.nkm-cta-contact-us {
    padding: 13px 38px;
    color: #ffffff;
    min-width: 230px;
    border-radius: 35px;
    text-align: center;
    font-weight: bold;
}

.nkm-cta-getting-started {
  background: #523780;
  color: #fff;
}

.nkm-cta-getting-started:hover,
.nkm-cta-getting-started:active,
.nkm-cta-getting-started:focus,
.nkm-cta-getting-started:focus-visible {
  outline: none;
  color: inherit;
  background: #a7365d;
  color: #fff;
}

.nkm-cta-contact-us {
  background: #cbc9ba;
  color: #282828;
}

.nkm-cta-contact-us:hover,
.nkm-cta-contact-us:active,
.nkm-cta-contact-us:focus,
.nkm-cta-contact-us:focus-visible {
  font-weight: bold;
  outline: none;
  background: #a7365d;
  color: #fff;
}

@media (max-width: 1399px)
{
  .neon {
    font-size: 80px;
  }

  .nkm-quote-div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .nkm-cta-desktop {
    position: unset;
  }

  .nkm-h1 {
    position: unset;
  }
}

@media (max-width: 1199px)
{
  .neon {
    font-size: 70px;
  }

  .nkm-cta-getting-started,
  .nkm-cta-contact-us {
    font-size: 0.8em;
    min-width: 190px;
  }

  .nkm-quote {
    font-size: 1.25em;
  }
}

@media (max-width: 991px)
{
  .neon {
    margin-top: 1.5em;
  }

  .nkm-h1 {
    position: unset;
    text-align: center;
  }

  .nkm-quote {
    font-size: 1.2em;
    padding-left: 0;
    margin: 0 auto 4em auto;
    border-left: none;
  }

  .nkm-quote > p > span {
    font-size: 1.3em;
    color: #9d2e46;
    font-weight: bold;
  }

  .nkm-quote-img {
    width: 400px;
    margin: 1.2em auto 0 auto;
  }
  
}


@media (max-width: 465px)
{
  .neon {
    font-size: 55px;
  }

  .nkm-quote-img {
    margin: 0 auto;
  }

  .nkm-quote {
    font-size: 0.9em;
  }

  .nkm-cta-desktop {
    flex-direction: column;
    align-items: center;
    height: 150px;
  }
}

@media (max-width: 395px)
{
  .neon {
    font-size: 40px;
    margin-bottom: 1.5em;
  }
}