html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  background-color: #fefefe;
}

.nt-body-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
  background: linear-gradient(270deg, hsla(0, 0%, 100%, 1) 0%, hsla(260, 12%, 95%, 1) 100%);
  background: -moz-linear-gradient(270deg, hsla(0, 0%, 100%, 1) 0%, hsla(260, 12%, 95%, 1) 100%);
  background: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 1) 0%, hsla(260, 12%, 95%, 1) 100%);

}

.nt-navbar {
  -webkit-box-shadow: 0px 5px 33px -3px rgba(44,39,56,0.3);
  -moz-box-shadow: 0px 5px 33px -3px rgba(44,39,56,0.3);
  box-shadow: 0px 5px 33px -3px rgba(44,39,56,0.3);
  border-radius: 24px;
  margin: 10px 20px 0 20px;
  background-color: rgba(255, 255, 255, .9);
}

.navbar-toggler {
  outline: none!important;
}

.navbar-toggler-icon {
  padding-top: 4px;
}

.navbar-toggler-icon .material-icons {
  color: #1b124a;
}

.nt-nav-item {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nt-nav-item a {
  color: #1b124a;
  transition: all .3s ease;
  letter-spacing: 1px;
}

.nt-nav-item a:hover {
  color: #198ad1;
}

.nt-navbar__logo {
  width: 160px;
  object-fit: contain;
  transition: opacity .3s ease;
  margin-left: 5px;
}

.nt-navbar__logo:hover {
  opacity: .84;
}

.nt-hero-section {
  width: 100%;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-bottom: 50px;
}

.nt-hero-section__card {
  width: 90%;
  height: 60vh;
  margin-top: 100px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}

.nt-hero-section__image {
  width: 65%;
  height: 100%;
  background: url('./assets/images/background.png') no-repeat center;
  background-size: contain;
  position: relative;
}

.nt-hero-section__image__seop {
    width: 50%;
    background: url('./assets/images/seop/seop-hero.png') no-repeat center;
    background-size: contain;
}

.nt-hero-section__image__opis-rada {
  width: 50%;
  background: url('./assets/images/delovodnik.png') no-repeat center;
  background-size: contain;
}

.nt-hero-section__image__implementacija {
  width: 50%;
  background: url('./assets/images/implementacija.png') no-repeat center;
  background-size: contain;
}

.nt-hero-section__image__bubble {
  position: absolute;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: linear-gradient(90deg, hsla(269, 74%, 37%, 1) 0%, hsla(198, 87%, 45%, 1) 100%);
  background: -moz-linear-gradient(90deg, hsla(269, 74%, 37%, 1) 0%, hsla(198, 87%, 45%, 1) 100%);
  background: -webkit-linear-gradient(90deg, hsla(269, 74%, 37%, 1) 0%, hsla(198, 87%, 45%, 1) 100%);
  opacity: .7;
  top: -250px;
  left: -250px;
  z-index: -1;
}

.nt-hero-section__text {
  width: 35%;
  font-family: 'IBM Plex Sans', sans-serif;
  position: relative;
}

.nt-hero-section__text__opis-rada {
  width: 40%;
}

.nt-opis-rada__image-bubble {
  top: -180px;
  left: 20px;
  width: 830px;
  height: 830px;
  border-radius: 42%;
  transform: rotate(-16deg);
}


.nt-hero-section__text__bubble {
  position: absolute;
  width: 900px;
  height: 900px;
  border-radius: 40%;
  background: linear-gradient(90deg, hsla(269, 74%, 37%, 1) 0%, hsla(198, 87%, 45%, 1) 100%);
  background: -moz-linear-gradient(90deg, hsla(269, 74%, 37%, 1) 0%, hsla(198, 87%, 45%, 1) 100%);
  background: -webkit-linear-gradient(90deg, hsla(269, 74%, 37%, 1) 0%, hsla(198, 87%, 45%, 1) 100%);
  opacity: .3;
  top: -500px;
  left: -300px;
  z-index: -1;
  transform: rotate(-40deg);
}

.nt-hero-section__text__bubble__opis-rada {
  top: -600px;
  left: -200px;
  width: 1000px;
  height: 1000px;
  transform: rotate(-62deg);
}

.nt-hero-section__title {
  font-weight: 900;
  font-size: 56px;
  color: #1b124a;
  padding-left: 20px;
}
.nt-hero-section__subtitle {
  font-weight: 600;
  font-size: 36px;
  color: #1b124a;
  padding-left: 20px;
  font-style: italic;
}

.nt-hero-section__paragraph {
  font-size: 20px;
  color: #1b124a;
  opacity: .85;
  padding-left: 20px;
}

.nt-hero-section__cta {
  margin-left: 20px;
  color: #ffffff;
  font-size: 18px;
  padding: 15px 20px;
  border-radius: 28px;
  font-family: 'IBM Plex Sans', sans-serif;
  background: linear-gradient(0deg, hsla(269, 74%, 37%, 1) 0%, hsla(198, 87%, 45%, 1) 100%);
  background: -moz-linear-gradient(0deg, hsla(269, 74%, 37%, 1) 0%, hsla(198, 87%, 45%, 1) 100%);
  background: -webkit-linear-gradient(0deg, hsla(269, 74%, 37%, 1) 0%, hsla(198, 87%, 45%, 1) 100%);
  transition: all .3s ease;
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
  outline: none;
  border: none;
  /* border: 2px solid #6143a4; */
}

.nt-hero-section__cta--secondary {
  margin-left: 20px;
  color: #1b124a;
  font-size: 18px;
  padding: 13px 18px;
  border-radius: 28px;
  font-family: 'IBM Plex Sans', sans-serif;
  background-color: transparent;
  transition: all .3s ease;
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
  outline: none;
  border: 2px solid #6143a4;
  box-sizing: content-box;
}

.nt-hero-section__cta a {
  color: #ffffff;
  text-decoration: none;
}

.nt-hero-section__cta:hover {
  opacity: .9;
}

.nt-hero-section__cta--secondary a {
  color: #6143a4;
  text-decoration: none;
}

.nt-hero-section__cta--secondary:hover {
  background-color: #6143a4;
  border-color: #6143a4;
}

.nt-hero-section__cta--secondary:hover a {
  color: #fff;
}

.nt-highlight-section__row {
  display: flex;
  justify-content: space-between;
}

.nt-highlight-section__card {
  display: flex;
  padding: 30px;
  justify-content: flex-start;
  align-items: center;
  width: calc(50% - 20px);
  background-color: #ffffff;
  border-radius: 24px;
  margin-top: 40px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

.nt-highlight-section__card--wide {
  width: 100%;
  display: block;
}

.nt-highlight-section__card--wide h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #1b124a;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.nt-highlight-section__card--wide h2:after {
 position: absolute;
 content: "";
 height: 1px;
 width: 80px;
 background-color: #9e95b3;
 bottom: -12px;
 left: 50%;
 transform: translateX(-50%);
}

.nt-highlight-section__card--wide p {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #1b124a;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-text {
    font-size: 20px;
}

.nt-highlight-section__card__icon {
  min-width: 100px;
  height: 100px;
  border: 1px solid rgba(33, 37, 41, .18);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-self: center;
}

.nt-highlight-section__card__icon .material-icons {
  font-size: 80px;
  margin-top: 8px;
  color: #198ad1;
}

.nt-benefits-section__card__icon {
    min-width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-self: center;
}

.nt-benefits-section__card__icon .material-icons {
    font-size: 80px;
    margin-top: 8px;
    color: #198ad1;
}

.nt-highlight-section__card__text {
  padding-left: 20px;
  font-family: 'IBM Plex Sans', sans-serif;
}

.nt-highlight-section__card__text h2 {
  font-size: 28px;
  font-weight: 600;
  color: #1b124a;
  text-align: left;
}

.nt-highlight-section__card__text p {
  color: #3F4254;
  opacity: .85;
  text-align: left;
}

.nt-highlight-section__card__text__title {
  margin: 0 0 24px 60px;
  position: relative;
}

.nt-highlight-section__card__text__title::before {
  position: absolute;
  top: -16px;
  left: -60px;
  font-size: 80px;
  opacity: .2;
}

.bullet::before {
    content: "";
    display: inline-block;
    width: 20px;   /* set the width of your bullet */
    height: 20px;  /* set the height of your bullet */
    margin-right: 10px; /* space between bullet and text */
    background-image: url('./assets/images/bullet.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.one::before {
  content: "1";
}

.two::before {
  content: "2";
}

.three::before {
  content: "3";
}

.four::before {
  content: "4";
}

.five::before {
  content: "5";
}

.six::before {
  content: "6";
}

.nt-section-title {
  width: 100%;
  margin: 3rem auto;
  text-align: center;
  position: relative;
}

.nt-section-title h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 900;
  font-size: 36px;
  color: #1b124a;
}

.nt-section-title__divider {
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #1b124a;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
}

.nt-features-pills {
  background-color: #ffffff;
  border-radius: 24px;
  margin-top: 50px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 70px;
  margin-bottom: 3rem;
}

.nt-features-pills__pill {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  width: calc(100% / 5);
  max-width: calc(1140px / 5);
  text-align: center;
  cursor: pointer;
  transition: color .3s ease;
  color: #1b124a;
}

.nt-features-pills__pill__active {
  color: #198ad1;
}

.nt-features-pills__pill:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 70px;
  background-color: rgba(33, 37, 41, .18);
  position: absolute;
  right: 0;
  top: -20px;
}

.nt-features-pills__pill:hover {
  color: #198ad1;
}

.nt-features {
  position: relative;
  height: 60vh;
  width: 70%;
  margin: 0 auto;
}

.nt-features__implementation {
  height: 40vh;
  min-height: 300px;
}

.nt-feature-container {
  max-width: 1140px;
}

.nt-feature {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .3s ease;
}

.nt-feature.implementation {
  height: 80%;
}

.nt-feature.implementation .nt-feature__text {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.nt-feature.implementation .nt-feature__text h2 {
  text-align: center;
  margin-bottom: 20px;
}

.nt-feature__active {
  transition-delay: .35s;
  opacity: 1;
}

.nt-feature__image {
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nt-feature__image img {
  object-fit: contain;
}

.nt-feature__text {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.nt-cta {
  margin-top: 3rem;
}

.nt-cta-large {
  min-height: 380px;
  width: 75%;
  border-radius: 24px;
  background-image: url('./assets/images/einvoice.jpeg');
  background-size: cover;
  background-position: 50% 43%;
  background-repeat: no-repeat;
}

.nt-cta-large#seop {
    background-image: url('./assets/images/seop-cta.png');
}

.nt-feature__text__wrapper {
  font-family: 'IBM Plex Sans', sans-serif;
}

.nt-feature__text__wrapper h2 {
  color: #1b124a;
  font-weight: 900;
  font-size: 36px;
}

.nt-feature__text__wrapper h3 {
    color: #1b124a;
    font-weight: 500;
    font-size: 26px;
}

.nt-feature__text__wrapper p {
  color: #3F4254;
  opacity: .85;
}

.nt-feature__text__wrapper li {
    color: #3F4254;
    opacity: .85;
}

.nt-cta__wrapper {
  width: 90%;
  border-radius: 24px;
  padding: 24px;
  background: linear-gradient(0deg, hsla(269, 74%, 37%, 1) 0%, hsla(198, 87%, 45%, 1) 100%);
  background: -moz-linear-gradient(0deg, hsla(269, 74%, 37%, 1) 0%, hsla(198, 87%, 45%, 1) 100%);
  background: -webkit-linear-gradient(0deg, hsla(269, 74%, 37%, 1) 0%, hsla(198, 87%, 45%, 1) 100%);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

.nt-cta__wrapper--transparent {
  padding: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(149, 109, 192) 0%, hsla(198, 87%, 45%, .3) 100%);
  background: -moz-linear-gradient(0deg, hsla(269, 74%, 37%, .3) 0%, hsla(198, 87%, 45%, .3) 100%);
  background: -webkit-linear-gradient(0deg, hsla(269, 74%, 37%, .3) 0%, hsla(198, 87%, 45%, .3) 100%);
}

.nt-cta__wrapper_text {
  width: 90%;
  padding-left: 20px;
  font-family: 'IBM Plex Sans', sans-serif;
}

.nt-cta__wrapper_text h2 {
  color: #ffffff;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 900;
  font-size: 36px;
}

.nt-cta__wrapper_text--transparent h2 {
  color: #160f3d;
}

.nt-cta__wrapper_text p {
  color: #ffffff;
  font-family: 'IBM Plex Sans', sans-serif;
  opacity: .6;
  font-size: 20px;
}

.nt-cta__wrapper_action {
  width: 15%;
}

.nt-cta__wrapper_action-large {
  min-width: 400px;
  width: auto!important;
}

.nt-cta_button {
  margin-left: 20px;
  color: #1b124a;
  font-size: 18px;
  padding: 15px 20px;
  border-radius: 28px;
  font-family: 'IBM Plex Sans', sans-serif;
  transition: all .3s ease;
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
  outline: none;
  border: none;
  background-color: #ffffff;
  transition: all .3s ease;
}
.nt-cta_button-large {
  margin: 0!important;
}
.nt-cta_button:hover {
  background-color: #ffffff;
  color: #198ad1;
}

.nt-cta_button:hover a {
  color: #198ad1;
}

.nt-cta_button a {
  text-decoration: none;
}

.nt-more-section {
  margin-top: -150px;
}

.nt-more-section__card {
  width: calc(33% - 40px);
  height: 300px;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
  cursor: pointer;
  transition: all .4s ease;
  text-decoration: none!important;
}

.nt-more-section__card:not(:last-child) {
  margin-right: 40px;
}

.nt-more-section__card:hover {
  transform: translateY(-15px);
}

.nt-more-section__card__icon .material-icons {
  color: #1b124a;
}

.nt-more-section__card__icon h2 {
  color: #1b124a;
}

.nt-more-section__card:hover .nt-more-section__card__icon h2 {
  color: #198ad1;
}

.nt-more-section__card__icon {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.nt-more-section__card__icon .material-icons {
  font-size: 120px;
}

.nt-more-section__card__icon h2 {
  text-align: center;
  padding-top: 20px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  transition: all .3s ease;
}

.excess {
  height: 120px;
}

footer {
  height: 300px;
  background-color: #1b124a;
  color: #ffffff;
}

.nt-footer__wrapper {
  position: relative;
}

.nt-footer__row {
  height: 70%;
}

.nt-footer__column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.nt-footer__column h3 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  opacity: .9;
  position: relative;
  margin-bottom: 30px;
}

.nt-footer__column h3::after {
  content: "";
  width: 100px;
  height: 4px;
  background-color: #198ad1;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.nt-footer__column a {
  color: #198ad1;
  transition: opacity .3s ease;
}

.nt-footer__column a:hover {
  opacity: .8;
}

.nt-footer__column p {
  opacity: .5;
}

.nt-footer__column__logo {
  justify-content: center!important;
}

.nt-footer__column__logo img {
  object-fit: contain;
  width: 260px;
  opacity: .8;
}

.nt-footer__copyright {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #160f3d;
}

.nt-footer__copyright a {
  color: #198ad1;

}

.nt-law-section-container {
  width: 90%;
  margin: 0 auto;
}

.nt-law-section-card {
  width: 40%;
}

.nt-law-section-card-orphan {
  margin-left: 10%;
}

.nt-law-section-card:nth-child(2) {
  margin-top: 10%;
}

.nt-law-section-number {
  font-size: 150px;
  font-weight: 600;
  position: relative;
  text-align: right;
  padding-right: 40px;
  padding-top: 25px;
  margin-top: -100px;
  margin-bottom: 20px;
}

.nt-law-section-number::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 140px;
  right: 0;
  background-color: #198ad1;
  transform: skewX(-30deg);
  opacity: .3;
}

.nt-law-section-number::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 40px;
  right: 0;
  background-color: #198ad1;
  transform: skewX(30deg);
  opacity: .3;
}

.nt-law-section-number__number {
  position: relative;
  z-index: 1;
  color: #160f3d;
}

.nt-law-section-text {
  position: relative;
}

.nt-law-section-text h2 {
  position: absolute;
  top: -160px;
  font-weight: 600;
  font-size: 50px;
  color: #160f3d;
  opacity: .8;
}

.nt-law-section-text.email h2 {
  top: -190px;
}

.nt-law-section-text p {
  color: #3F4254;
  opacity: .85;
}

.last-row {
  margin-top: -40px;
}

.dropdown-menu.show {
  left: -64px;
  border-radius: 24px;
}

.dropdown-item {
  width: 95%;
  margin: 0 auto;
  border-radius: 24px;
}

.nt-section-title__subtitle {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  font-style: italic;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 20px;
  color: #1b124a;
  opacity: .85;
}
.nt-law-section--e {
  margin-top: 60px;
}

.nt-law-section-text--long h2 {
  top: -200px;
}

.image-container {
  margin: 0 auto;
  width: 90%;
}
.invoice-scheme {
  border-radius: 30px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.6);
}
.invoice-scheme-title {
  font-weight: 600;
  font-size: 40px;
  color: #160f3d;
  opacity: .8;
  margin: 50px 0;
}

.ref-item{
  padding: 0;
  text-align: center;
  padding: 5px;
}

.ref-item:hover{
    background-color: hsla(269, 74%, 37%, 0.55);
}

.ref-link {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}
.ref-link img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%
}
.reference-box{
  padding-bottom: 80px;
}

/* Media Queries */

@media (max-width: 1856px) {
  .nt-hero-section__cta--secondary {
    margin-top: 16px;
  }
}

@media (max-width: 1640px) {
  .nt-cta__wrapper_action {
    min-width: 200px;
  }
}

@media (max-width: 1580px) {
  .nt-law-section-text h2 {
    font-size: 36px;
    top: -130px;
  }
  .nt-law-section-number {
    font-size: 120px;
    padding-top: 38px;
  }
  .nt-law-section-number::before {
    width: 80px;
    height: 80px;
    top: 130px;
  }

  .nt-law-section-number::after {
    width: 80px;
    height: 80px;
    top: 50px;
  }
  .nt-law-section-text.email h2 {
  top: -154px;
  }
  .chess-heading {
      font-size: 36px;
  }
}

@media (max-width: 1300px) {
  .nt-hero-section__title {
    font-size: 40px;
  }
    .nt-hero-section__title h2 {
        font-size: 32px !important;
    }
  .nt-hero-section__paragraph {
    font-size: 18px;
  }
  .nt-hero-section__cta {
    font-size: 16px;
    padding: 12px 17px;
  }
  .nt-law-section-container {
    width: 100%;
  }
  .nt-law-section-card {
    width: 48%;
  }
  .nt-features__implementation {
    width: 95%;
  }
  .nt-feature.implementation .nt-feature__text {
    width: 100%;
  }
  .nt-law-section-card-orphan {
    margin-left: 2%;
  }
  .nt-hero-section__cta--secondary {
    font-size: 16px;
    pad: 12px 17px;
  }
}

@media (max-width: 992px) {
  .nt-hero-section__card {
    display: block;
    margin-top: 0;
  }
  .nt-hero-section__image {
    width: 100%;
    height: 80%;
  }
  .nt-hero-section__text {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .nt-hero-section__image__bubble {
    width: 700px;
    height: 700px;
  }
  .nt-hero-section__text__bubble {
    width: 700px;
    height: 700px;
    left: 340px;
  }
  .nt-highlight-section__row {
    display: block;
  }
  .nt-highlight-section__card {
    width: 100%;
  }
  .nt-highlight-section__card__first {
    margin-top: 0;
  }
  .nt-features-pills__pill {
    font-size: 16px;
  }
  .nt-features-pills__pill:not(:last-child)::after {
    top: -22px;
  }
  .nt-features {
    height: 60vh;
    min-height: 400px;
    width: 90%;
  }
  .nt-feature {
    display: block;
  }
  .nt-feature__image {
    width: 100%;
    height: 60%;
  }
  .nt-feature__text {
    width: 100%;
    height: 40%;
  }
  .nt-law-section-container {
    width: 90%;
  }
  .nt-law-section-card {
    width: 100%;
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
  .nt-law-section-card-orphan {
    margin-left: 0;
  }
  .nt-law-section-card:nth-child(2) {
    margin-top: 0;
  }
  .nt-law-section-number {
    margin-top: 0;
  }
  .image-container {
    width: 95%;
  }
  .invoice-scheme-title {
    margin: 40px;
    font-size: 36px;
  }
  .nt-cta-large {
    margin-bottom: 30px;
    width: 90%;
  }
    .chess-image img {
        transform: scale(1.2);
    }
    .chess-container {
        padding-left: 2vw;
        padding-right: 2vw;
    }
}

@media (max-width: 767px) {
  .nt-feature {
    position: relative !important;
    display: none;
    height: auto !important;
  }
  .nt-feature__active {
    display: block;
    opacity: 1;
  }
  .feature-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    height: auto !important;
  }
  .nt-navbar {
    margin: 10px 10px 0 10px;
  }
  .nt-navbar__logo {
    width: 100px;
  }
  .nt-hero-section {
    height: 85vh;
    min-height: 700px;
    padding: 56px 0 30px 0;
  }
  .nt-hero-section__title {
    font-size: 32px;
    padding-left: 0;
  }
  .nt-hero-section__subtitle {
    font-size: 24px;
    padding-left: 0;
  }
  .nt-hero-section__card {
    height: 100%;
  }
  .nt-hero-section__image {
    height: 40%;
  }
  .nt-section-title h2 {
    font-size: 32px;
  }
  .nt-section-title__subtitle {
    font-size: 18px;
    min-width: 0;
    width: 90%;
  }
  .nt-features-pills__pill {
    font-size: 13px;
  }
  .nt-features-pills__pill:not(:last-child)::after {
    top: -25px;
  }
  .nt-features {
    height: auto !important;  /* Allow container to grow */
    position: relative;
    min-height: 550px;
  }
  .nt-feature__image {
    width: 100%;
    height: 50%;
  }
  .nt-more-section__card {
    width: 100%;
    margin-bottom: 30px;
    display: block;
  }
  footer {
    height: auto;
  }
  .nt-footer__column {
    margin-bottom: 26px;
  }
}

@media (max-width: 600px) {
  .nt-features-pills {
    flex-wrap: wrap;
    height: 130px;
  }
  .nt-features-pills__pill {
    min-width: 130px;
    font-size: 16px;
  }
  .nt-features-pills__pill:not(:last-child)::after {
    display: none;
  }
  .nt-law-section-number {
    font-size: 90px;
    padding-right: 0;
  }
  .nt-law-section-text h2 {
    font-size: 32px;
  }
  .nt-law-section-number::after {
    width: 60px;
    height: 60px;
    top: 60px;
  }
  .nt-law-section-number::before {
    width: 60px;
    height: 60px;
    top: 120px;
  }
  .nt-law-section-number {
    padding-top: 50px;
    margin-top: -28px;
  }
  .nt-law-section-text h2 {
    top: -108px;
  }
  .nt-law-section-text.email h2 {
    top: -129px;
  }
}

@media (max-width: 460px) {
  .nt-highlight-section__card {
    display: block;
  }
  .nt-highlight-section__card__icon {
    width: 100px;
    margin: 0 auto;
  }
  .nt-highlight-section__card__text {
    margin-top: 14px;
    text-align: center;
  }
  .nt-law-section-container {
    width: 100%;
  }
  .nt-law-section-text h2 {
    font-size: 24px;
    margin-top: 8px;
  }
    .nt-section-title__divider {
        top: 75px;
    }
}

html {
    scroll-behavior: smooth;
}

.chess-container {
    padding-left: 9vw;
    padding-right: 9vw;
}

.chess-paragraph {
    font-size: 24px;
    color: #3F4254;
    opacity: .85;
}

.chess-image img {
    transition: transform 0.4s ease;
}

.chess-image:hover img {
    transform: scale(1.05);
}
