.landing-body h1,
.landing-body h2,
.landing-body h3,
.landing-body h4,
.landing-body h5,
.landing-body h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.landing-body p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.landing-body ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 40px;
}
.landing-body label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.landing-body img {
  vertical-align: middle;
  border-style: none;
}
.landing-body a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.landing-body a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.landing-body .col-lg-5,
.landing-body .col-lg-6,
.landing-body .col-lg-7,
.landing-body .col-lg-8,
.landing-body .col-lg-12,
.landing-body .col-md-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .landing-body .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .landing-body .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 992px) {
  .landing-body .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .landing-body .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .landing-body .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .landing-body .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .landing-body .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.landing-body .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.landing-body .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.landing-body .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.landing-body .d-flex {
  display: flex !important;
}
.landing-body .d-block {
  display: block !important;
}
.landing-body .d-inline-block {
  display: inline-block !important;
}
.landing-body .flex-column {
  flex-direction: column !important;
}
.landing-body .align-items-start {
  align-items: flex-start !important;
}
.landing-body .align-items-center {
  align-items: center !important;
}
.landing-body .justify-content-center {
  justify-content: center !important;
}
.landing-body .justify-content-between {
  justify-content: space-between !important;
}
.landing-body .position-relative {
  position: relative !important;
}
.landing-body .w-100 {
  width: 100% !important;
}
.landing-body .m-auto {
  margin: auto !important;
}
.landing-body .mb-0 {
  margin-bottom: 0 !important;
}
.landing-body .mr-0 {
  margin-right: 0 !important;
}
.landing-body .mr-2 {
  margin-right: 0.5rem !important;
}
.landing-body .mt-4 {
  margin-top: 1.5rem !important;
}
.landing-body .mb-4 {
  margin-bottom: 1.5rem !important;
}
.landing-body .ml-4 {
  margin-left: 1.5rem !important;
}
.landing-body .mb-5 {
  margin-bottom: 3rem !important;
}
.landing-body .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.landing-body .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.landing-body .text-center {
  text-align: center !important;
}
.landing-body .text-left {
  text-align: left !important;
}
.landing-body .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.landing-body .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.landing-body .bg-dark {
  background-color: #343a40 !important;
}

body.landing-page {
  background-color: #ffffff;
}

.landing-body {
  --color-white: #ffffff;
  --color-orange: #f19953;
  --color-light-orange: #f4ad75;
  --color-primary: #333333;
  --color-tertiary: #eeeeee;
  --color-main-blue: #0a588b;
  --color-grey: #8691a0;
  --color-dark-grey: #575757;
  --color-light-blue: #e4f1fa;
  --color-light-grey: #eeeeee;
  --color-smoke-white: #eeeeee;
}

.landing-body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
  color: #333333;
  background-color: var(--color-white);

  
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;

  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.landing-body .portal-title {
  font-weight: 700;
  font-size: 22px;
  color: white;
}

.landing-body .landing-main-wrapper {
  padding-top: 57px;
}

.landing-body .navbar {
  min-height: 60px;
  background-color: #09578a !important;
  padding: 0 32px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.landing-body .navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
}

.landing-body .navbar-nav {
  width: 100%;
  flex-direction: row;
  position: initial;
  justify-content: flex-end;
}

.landing-body .navbar-nav .nav-item {
  font-size: 16px;
  color: var(--color-white);
  margin-right: 80px;
}
.landing-body .navbar-nav .nav-item:last-of-type {
  margin-right: 0;
}

.landing-body .active a {
  color: #ffffff !important;
  text-decoration: underline;
}

.landing-body .navbar-nav .nav-item a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-smoke-white);
  cursor: pointer;
}
.landing-body .navbar-nav .nav-item a:hover {
  text-decoration: underline;
  color: var(--color-white);
}

.landing-body .navbar-np-logo {
  width: 100%;
  height: 40px;
  max-width: 230px;
}

.landing-body .header-wrapper {
  height: calc(100vh - 57px);
  position: relative;
  padding: 180px 80px 280px 80px;
  background-image: url("/img/landing/header-background-img.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.landing-body .header-wrapper:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(40, 40, 40, 0.65) 0%, rgba(51, 51, 51, 0) 66.15%);
}

.landing-body .header-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.landing-body .header-content-title {
  font-size: 38px;
  font-weight: 700;
  color: var(--color-white);
}

.landing-body .header-content-descripiton {
  font-size: 22px;
  color: var(--color-white);
}

.landing-body .header-content-button-link {
  display: inline-block;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 700;
  background-color: var(--color-orange);
  border-radius: 8px;
  color: var(--color-white);
  transition: background-color 0.5s ease-in-out;
  cursor: pointer;
}
.landing-body .header-content-button-link:hover {
  color: var(--color-white);
  background-color: var(--color-light-orange);
  text-decoration: none;
}

.landing-body .login-dev-center-content-left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 20px 80px;
  background-color: var(--color-tertiary);
}

.landing-body .login-dev-center-content-title {
  font-size: 38px;
  font-weight: 700;
  color: var(--color-primary);
}

.landing-body .login-dev-center-content-description {
  display: block;
  font-size: 16px;
  color: var(--color-primary);
}

.landing-body .login-dev-center-content-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.landing-body .login-dev-center-content-link:hover {
  text-decoration: none;
}

.landing-body .login-dev-center-content-error {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #c8443a;
}

.landing-body .login-dev-center-content-right {
  background-image: url("/img/landing/login-dev-center-img.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 370px;
}

.landing-body .api-solutions-wrapper {
  padding: 80px 0 80px 0;
}

.landing-body .api-solutions-content-title {
  font-size: 38px;
  font-weight: 700;
  color: var(--color-primary);
}

.landing-body .api-solutions-content-description {
  font-size: 16px;
  color: var(--color-primary);
}

.landing-body .api-solutions-content-box {
  max-width: 450px;
  padding: 30px 70px;
  box-shadow: 4px 4px 10px rgba(155, 154, 154, 0.25);
  border-radius: 20px;
}

.landing-body .api-solutions-content-box-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.landing-body .api-solutions-content-box-icon.da {
  width: 50px;
  height: 50px;
  background-image: url("/img/landing/icons/distribution-api-icon.svg");
}

.landing-body .api-solutions-content-box-icon.sa {
  width: 80px;
  height: 55px;
  background-image: url("/img/landing/icons/supply-api-icon.png");
}

.landing-body .api-solutions-content-box-icon.ba {
  width: 69px;
  height: 55px;
  background-image: url("/img/landing/icons/bookings-api-icon.svg");
}

.landing-body .api-solutions-content-box-title {
  font-size: 22px;
  font-weight: 700;
}

.landing-body .api-solutions-content-box-description {
  font-size: 16px;
}

.landing-body .api-solutions-content-box-link {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.landing-body .api-solutions-content-box-link:hover {
  text-decoration: none;
}

.landing-body .api-solutions-content-boxes-wrap {
  gap: 80px;
  margin-top: 64px;
}

.landing-body .np-api-solutions-wrapper {
  padding: 80px 100px 100px;
  background-color: var(--color-main-blue);
}

.landing-body .np-api-solutions-title {
  margin-bottom: 40px;
  color: var(--color-white);
  font-size: 38px;
  font-weight: 700;
}

.landing-body .np-api-solutions-desc {
  font-size: 16px;
  color: var(--color-white);
  margin-bottom: 64px;
  text-align: center;
}

.landing-body .np-api-solutions-boxes-wrapper {
  gap: 40px;
}

.landing-body .np-api-solutions-box-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--color-primary);
}

.landing-body .np-api-solutions-box {
  max-width: 385px;
  position: relative;
  padding: 35px 35px 70px 35px;
  background: var(--color-white);
  box-shadow: 4px 4px 10px rgba(155, 154, 154, 0.25);
  border-radius: 20px;
}

.landing-body .np-api-solutions-box-description {
  line-height: 35px;
  letter-spacing: 0.32px;
}

.landing-body .np-api-solutions-box-link {
  width: auto;
  position: absolute;
  bottom: 35px;
}

.landing-body .footer-wrapper {
  padding: 0 80px;
  border-top: 1px solid var(--color-grey);
}

.landing-body .footer-section-top {
  padding: 30px 0;
}

.landing-body .footer-section-top-left {
  padding-right: 50px;
  border-right: 1px solid var(--color-main-blue);
}

.landing-body .footer-section-label {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
}

.landing-body .footer-section-img {
  width: 265px;
  height: 100%;
  background-image: url("/img/landing/footer-pci-img.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.landing-body .footer-section-top-right {
  padding-left: 50px;
}

.landing-body .footer-section-list {
  padding-right: 10px;
}

.landing-body .footer-section-list:last-of-type {
  padding-right: 0;
}

.landing-body .footer-section-list label {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-main-blue);
  margin-bottom: 24px;
}

.landing-body .footer-section-list li {
  font-size: 14px;
  color: var(--color-primary);
  margin-bottom: 16px;
}
.landing-body .footer-section-list li:last-of-type {
  margin-bottom: 0;
}

.landing-body .footer-section-list li a {
  color: var(--color-primary);
  transition: color 0.5s ease-in-out;
}
.landing-body .footer-section-list li a:hover {
  color: var(--color-main-blue);
  text-decoration: none;
}

.landing-body .footer-section-middle-icon {
  width: 48px;
  height: 48px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/landing/icons/icon-info.svg");
}

.landing-body .footer-section-middle {
  padding: 0 0 20px;
}

.landing-body .footer-section-middle-text {
  font-size: 16px;
  color: var(--color-primary);
}

.landing-body .footer-section-middle-mail {
  color: var(--color-primary);
}

.landing-body .footer-section-middle-text span {
  font-size: 16px;
  font-weight: 700;
}

.landing-body .footer-soc-media-links li {
  width: 32px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 50px;
  cursor: pointer;
}
.landing-body .footer-soc-media-links li:last-of-type {
  margin-right: 0;
}
.landing-body .footer-soc-media-links li a {
  width: 100%;
  height: 100%;
  display: block;
}

.landing-body .footer-soc-media-links .fb {
  background-image: url("/img/landing/icons/icon-fb.svg");
}
.landing-body .footer-soc-media-links .tw {
  background-image: url("/img/landing/icons/icon-tw.svg");
}
.landing-body .footer-soc-media-links .in {
  background-image: url("/img/landing/icons/icon-insta.svg");
}
.landing-body .footer-soc-media-links .yt {
  background-image: url("/img/landing/icons/icon-yt.svg");
}
.landing-body .footer-soc-media-links .li {
  background-image: url("/img/landing/icons/icon-linkedin.svg");
}

.landing-body .footer-section-bottom {
  padding: 20px;
  border-top: 1px solid var(--color-grey);
}
.landing-body .footer-section-bottom span {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-dark-grey);
}

.landing-body .floating-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  padding: 25px;
  border: none;
  border-radius: 50%;
  background-color: var(--color-white);
  background-image: url("/img/landing/icons/icon-chevron-blue.svg");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: 3;

  
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 200ms linear,
    visibility 200ms linear;
}
.landing-body .floating-button.is-visible {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1430px) {
  .landing-body .np-api-solutions-wrapper {
    padding: 80px 30px 100px;
  }
  .landing-body .api-solutions-content-boxes-wrap {
    max-width: 100%;
  }
  .landing-body .api-solutions-wrapper {
    padding: 80px;
  }
}

@media (max-width: 1290px) {
  .landing-body .np-api-solutions-wrapper {
    padding: 80px 100px 100px;
  }
  .landing-body .api-solutions-content-boxes-wrap {
    flex-direction: column;
    gap: 30px;
    padding: 0 70px;
  }
  .landing-body .np-api-solutions-boxes-wrapper {
    flex-direction: column;
  }
  .landing-body .np-api-solutions-box {
    max-width: initial;
  }
  .landing-body .api-solutions-content-box {
    max-width: initial;
  }
}

@media (max-width: 1110px) {
  .landing-body .navbar-nav .nav-item {
    margin-right: 40px;
  }
  .landing-body .footer-wrapper {
    padding: 0 32px;
  }
}

@media (max-width: 900px) {
  .landing-body .navbar {
    min-height: initial;
    position: sticky;
    padding: 0 20px 10px 20px;
    justify-content: center;
    flex-wrap: wrap !important;
  }
  .landing-body .navbar-brand {
    justify-content: center;
    padding: 0;
  }
  .landing-body .navbar-nav {
    justify-content: center !important;
  }
  .landing-body .nav-item a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .landing-body .navbar-nav .nav-item {
    margin-right: 24px;
  }
  .landing-body .navbar-nav .nav-item:last-of-type {
    margin-right: 0;
  }
  .landing-body .portal-title {
    font-size: 18px;
    margin-left: 10px !important;
  }
  .landing-body .navbar-np-logo {
    width: 100%;
    max-width: 150px;
  }

  
  .landing-body .landing-main-wrapper {
    padding-top: 0;
  }
  .landing-body .floating-button {
    right: 20px;
    bottom: 20px;
  }

  
  .landing-body .header-wrapper {
    padding: 30px 20px;
    height: calc(70vh - 57px);
  }
  .landing-body .header-content {
    padding: 0;
  }
  .landing-body .header-content-title {
    font-size: 34px;
  }
  .landing-body .header-content-descripiton {
    font-size: 20px;
  }
  .landing-body .header-content-button-link {
    font-size: 16px;
  }

  
  .landing-body .login-dev-center-wrapper {
    flex-direction: column;
  }
  .landing-body .login-dev-center-content-left {
    padding: 20px;
  }
  .landing-body .login-dev-center-content-title {
    font-size: 26px;
  }

  
  .landing-body .api-solutions-wrapper {
    padding: 20px;
    align-items: flex-start !important;
  }
  .landing-body .api-solutions-content-title {
    font-size: 26px;
  }
  .landing-body .api-solutions-content-boxes-wrap {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
    padding: 0;
  }
  .landing-body .api-solutions-content-box {
    padding: 20px;
  }

  
  .landing-body .np-api-solutions-wrapper {
    padding: 20px;
  }
  .landing-body .np-api-solutions-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .landing-body .np-api-solutions-boxes-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .landing-body .np-api-solutions-box {
    padding: 20px 20px 70px 20px;
  }

  
  .landing-body .footer-section-top {
    padding: 20px;
    flex-direction: column;
  }
  .landing-body .footer-section-top-left {
    padding-right: 0;
    border-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color-main-blue);
  }
  .landing-body .footer-section-top-right {
    padding-left: 0;
  }
  .landing-body .footer-section-middle {
    padding: 0 20px 20px;
    flex-direction: column;
  }
  .landing-body .footer-section-middle-text span {
    font-size: 14px;
  }
  .landing-body .footer-section-middle-left {
    margin-bottom: 20px;
  }
  .landing-body .np-api-solutions-desc {
    text-align: left;
  }
}
