@import url('https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap');

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: Helvetica Neue,Arial,SF Pro Display,SegoeUI,sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  color: #51617a;
  margin: 0 0 100px 0 !important;
}

* {
  box-sizing: border-box;
}

#wrapper {
  width: 100%;
  max-width: 100%;
}

#apps-wrapper,
#api-refference-wrapper {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  width: 100%;
  max-height: fit-content;
  position: relative;
}

#logo img {
  width: 108px;
  height: auto;
}

#logo {
  display: flex;
  flex-basis: 18%;
  align-items: center;
  font-weight: bold;
  color: #000;
  padding-left: 25px;
}

#logo span {
  color: #8693A4;
}

#header {
  position: sticky;
  width: 100%;
  transition: all .3s ease-out;
  z-index: 100;
  top: 0;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px rgb(244, 244, 246);
}

.nav-container { 
  justify-content: space-between !important;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /* max-width: 1307px; */
  align-items: center;
  justify-content: center;
 
}


#header ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.nav-text-wrapper {
  font-size: 14px;
  line-height: 22.08px;
  font-family: Axiforma-Medium;
  font-weight: 500;
}

#header ul li {
  font-size: 18px;
  padding: 0 32px;
  line-height: 60px;

}

.nav-link:hover {
  border-bottom: 2px solid #151716;
  color: #151716 !important;
  padding-bottom: 14px;
  cursor: pointer;
}

/* .active-nav-item {
  border-bottom: 2px solid #151716;
  color: #151716 !important;
  cursor: pointer;
  padding-bottom: 14px;
} */

#header ul li a {
  text-decoration: none;
  color: #4C5A5D;
  text-decoration: none;
  font-family: Axiforma-Medium;
  font-size: 14px;
  line-height: 22.08px;
}

#nav {
  width: 363px;
  border-right: 1px solid #eee;
  padding: 25px 3px 25px 25px;
  max-height: 100%;
  box-shadow: inset -7px 0 20px -7px #3f576e33;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav .section-title {
  font-weight: bold;
  font-size: 16px;
  color: #0D232F;
  margin-bottom: 10px;
}

#nav .section {
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(220, 218, 218);
  padding-bottom: 20px;
}

#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav ul li :hover {
  color: #18c191;
}

#home-page-cover {
  position: relative;
  /* top: -48px; */
  height: 30%;
  background-color: #002830;
}

#home-page-apps {
  padding-top: 3%;
  padding-bottom: 5%;
  background-color: #f4f6fa;
}


.text-wrapper {
  color: #fdfdfd;
  font-weight: bold;
  font-size: 45px;
  padding-top: 5%;
  padding-bottom: 5%;
}


.sections {
  width: 100%;
}


@media (min-width: 1301px) {
  .container {
    max-width: 1311px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 90%;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1311px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1311px;
  /* padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem); */
  margin-right: auto;
  margin-left: auto;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}

#row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  justify-content: space-between;
}

#content-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}


@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 27%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: flex;
}

.row .col {
  width: 50%;
  padding-right: 40px;
}

.sample {
  display: none;
}

.sample-code {
  padding-top: 20px;
}

.sample-code button {
  background: none;
  padding: 5px 15px;
  color: #60646A;
  border-radius: 20px;
  font-size: 14px;
  margin: 0;
  border: 0;
}

.sample-code button:hover {
  cursor: pointer;
}

.par {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0;
  color: #d3d5d8;
  margin-top: 1%;
  font-family: Helvetica Neue;
}

.p2 {
  font-family: Helvetica Neue, Arial, SF Pro Display, SegoeUI, sans-serif;
  font-size: max(1.25rem, 12px);
  line-height: 2.19rem;
  letter-spacing: 0;
  color: #51617A;
  display: block;
  margin-block-start: 0.5em;
  margin-block-end: 2em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-left: 15px;
}

.sample-code button.active {
  background: #E1E4E9;
  color: #000;
}

button.copyBttn {
  position: relative;
  float: right;
  background-color: hsl(158deg 69% 45%);
  color: hsl(240deg 7% 97%);
  border-radius: 20px;
  font-size: 14px;
  margin: 0;
  border: 0;
}

button.copyBttn:active {
  background-color: #60646A;
}

button.copyBttn:hover {
  cursor: pointer;
}

.sample:first-child {
  display: block;
}

#nav ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #2A416C;
  padding: 3px 0;
  display: inline-block;
}

#main {
  font-size: 16px;
  width: 100%;
  padding: 20px;
}

#main  h1,
#main  h2,
#main  h3,
#main  h4,
#main  h5,
#main  h6 {

  color: #0D232F;
  font-family: 'Axiforma-Medium';

}

#main h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 41.6px;
  text-align: left;
  letter-spacing: -0.015em;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0 !important
}

#main h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 35.1px;
  letter-spacing: -0.01em;

}

#main h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.01em;
}

#main h4 {
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.01em;
}

#main h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.01em;
}

#main h6 {
  font-size: 14px;
  font-weight: 600;
}

.endpoint {
  border-top: 1px solid #E7EBF1;
  padding: 40px 0;
}

.method-name {
  display: inline-block;
  padding: 5px 15px;
  background: #444;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  border-radius: 18px;
  font-size: 18px;
  top: -2px;
  position: relative;
  text-transform: uppercase;
}

.method-name.get {
  background: #24c389
}

.method-name.delete {
  background: #ff4949
}

.method-name.patch {
  background: #ffcf49
}

.method-name.put {
  background: #ffcf49
}

.method-name.post {
  background: #5449ff
}


.path {
  display: inline-block;
  font-size: 26px;
  color: #000;
}

.description {
  font-size: 16px;
  margin: 20px 0;
  line-height: 22px;
}

pre {
  padding: 20px;
  margin: 20px 0;
  background: #f6f8f9;
  border-radius: 10px;
  overflow: auto;
  font-size: 13px;
  line-height: 20px;
  white-space: break-spaces;
  font-family: 'Fira Mono', monospace;
  line-break: anywhere;
}

pre.smaller {
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
  margin: 10px 0 0 0;
}



.params-table {
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  border-collapse: collapse;
  border: 1px solid #E7ECF3;
}

.params-table td {
  padding: 5px 8px 5px 8px;
  border-top: 1px solid #E7ECF3;
  vertical-align: top;
}

.params-table tr:first-child td {
  border-top: 0;
}

.nw {
  white-space: nowrap;
}

.params-table th {
  font-size: 12px;
  font-weight: 400;
  color: #758296;
  text-align: left;
  white-space: nowrap;
  padding: 5px 8px 5px 8px;
  background: #EFF3F9;
}


.doc-section-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.01em;
  margin-top: 20px;
  margin-bottom: 15px;
}


.code-color {
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background: #F4502C;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.code-color.code-2 {
  background: #00CB6A;
}

.code-color.code-3 {
  background: #F4C82C;
}

.required {
  background: #fd6666;
  color: #fff;
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  border-radius: 10px;
  font-size: 12px;
  margin-left: 2px;
  top: -3px;
  cursor: help;
  position: relative;
}

.expected {
  opacity: 0.6;
  font-size: 12px;
}


.page {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  line-height: 1.8em;
  text-align: justify;
  overflow-x: hidden;
}

.landing-page {
  position: relative;
  margin: 0 auto;
  line-height: 1.8em;
  text-align: justify;
  padding-right: 340px;
}

a[def] {
  color: #0055cc;
  cursor: pointer;
}

a[def]:hover {
  opacity: 0.6;
}

.bs {
  word-break: break-word;
}

.close {
  color: #0055cc;
  cursor: pointer;
}

#modal {
  display: none;
  width: 400px;
  position: fixed;
  overflow: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 800px;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 4;
  padding: 40px;
}

#modal h1 {
  padding: 0;
  margin: 20px 0 40px 0;
  color: #000;
  font-family: 'Fira Mono', monospace;
}

code {
  font-family: 'Fira Mono', monospace;
}

#modal p {
  line-height: 1.6em;
}

.documentation-section {
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 10px;
}

.method {
  position: relative;
}

.method:hover .internal-link {
  display: block;
}

.method .internal-link {
  text-decoration: none;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  left: -30px;
  display: none;
  top: 3px;
  font-size: 24px;
}

.page pre code {
  padding: 0;
  background: transparent;
  font-weight: normal;
  border-radius: 0;
}

.page code {
  padding: 2px 5px;
  background: #eef1f3;
  color: #325564;
  border-radius: 10px;
}

.page a {
  color: #4E73BB;
  text-decoration: none;
}

.page a:hover {
  text-decoration: underline;
}


.page blockquote {
  background: #EFF4FC;
  padding: 1px 20px;
  font-size: 13px;
  line-height: 18px;
  margin: 20px 0;
  border-radius: 10px;
}

.page ul {
  list-style: disc;
  padding-left: 20px;
}

#main .page h1 {
  margin-bottom: 40px;
  line-height: 1.6em;
}

.page hr {
  border: 3px solid #eee;
  margin: 30px 0;
}

img[alt~="text"] {
  height: 115px;
  padding-top: 3px;
  padding-left: 3px;
}

img[alt~="apps"] {
  height: 120px;
  padding-top: 3px;
  padding-left: 3px;
}

img[alt~="introduction"] {
  max-height: 500px;
  padding-top: 3px;
  padding-left: 3px;
  border-radius: 10px
}

img[alt~="data-apps"] {
  height: 170px;
  padding-top: 3px;
  padding-left: 3px;
}

.btn-orange {
  background: rgba(24, 193, 145, 1);
  border-color: rgba(24, 193, 145, 1);
  color: #fff;
}

#link {
  text-decoration: none;
}

.btn-orange:hover {
  background: rgba(0, 166, 136, 1);
  border-color: rgba(0, 166, 136, 1);
}

@media (max-width: 519px) {
  .btn {
    width: 100%;
    font-size: 18px;
  }
}

.btn.btn-lg {
  min-height: 2.6rem;
  margin-top: 10px;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 48px;
  width: 274px;
  height: 56px;
  left: 0px;
  top: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: max(1.25rem, 12px);
  border-radius: 28px;
  border-width: 0px;
  white-space: nowrap;
  font-family: Axiforma-Medium, sans-serif;
}

button:not(:disabled) {
  cursor: pointer;
}

.card-wrapper {
  padding-top: 0;
  padding-bottom: 1.875rem;
  width: 33.33%;
}

.apps-listing .heading {
  margin-bottom: 1rem;
}

.heading {
  text-align: center;
}

.a {
  text-decoration: none;
}

.home-apps-title {
  display: block;
  font-size: 2.5em;
  margin-block-start: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  color: #0D232F;
  font-family: "Axiforma-Medium", sans-serif;
}

#heading-lp {
  font-family: "Axiforma-Medium", sans-serif;
}

.apps-listing .app.main {
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
}

.apps-listing .app {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  padding: 1.563rem;
  border-radius: 10px;
  height: 100%;
}

.app {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  padding: 1.563rem;
  border-radius: 10px;
  height: 100%;
  background-color: white;
}

@media (max-width: 991px) {
  .apps-listing .app {
    min-height: 320px;
  }
}

@media (max-width: 968px) {
  .card-wrapper {
    padding-top: 0;
    padding-bottom: 1.875rem;
    width: 50%;
  }
}

@media (max-width: 700px) {
  .card-wrapper {
    padding-top: 0;
    padding-bottom: 1.875rem;
    width: 100%;
  }
}

.hover-scale-element:focus,
.hover-scale-element:hover {
  transform: scale3D(1.01, 1.01, 1.01);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 10px 20px rgb(0 0 0 / 12%), 0 4px 8px rgb(0 0 0 / 6%);
}

.hover-scale-element {
  box-shadow: 0 6px 10px rgb(0 0 0 / 8%), 0 0 6px rgb(0 0 0 / 5%);
  transition: all .3s cubic-bezier(0, 0, .5, 1);
  justify-content: space-between;
}

.app-logo {
  height: 70px;
  width: auto;
}

.partners-listing .partner.main img.app-logo {
  margin-bottom: 1rem;
}

.card-heading {
  display: block;
  font-size: 1.5em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  font-family: Axiforma, sans-serif;
  color: #0D232F;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0.25rem;

}

.additional-info-link {
  padding-top: 5%;
  font-size: max(1rem, 16px);
  cursor: pointer;
  color: #0d6efd;
  text-align: start;
  font-family: Helvetica Neue, Arial, SF Pro Display, SegoeUI, sans-serif;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  box-sizing: border-box;
  position: relative;
}

.additional-info-link:hover {
  color: #06429c;
}

.home-image {
  flex: 0 0 auto;
}

#redirectToMarketplace {
  margin-top: 8%;
}

.p {
  margin-top: 5%;
  font-size: 14px;
  margin-bottom: 10%;
  text-align: justify;
}

.footer {
  background-color: #003851;
  width: 100%;
  letter-spacing: 0;
  border-top: 1px solid #142641;
  position: absolute;
  bottom: 0;
}

.footer .footer-legal-container {
  padding: 1.563rem 0;
  background-color: #003851;
  font-size: 14px;
}

@media (max-width: 991px) {
  .footer .footer-legal-container {
    margin-top: 0;
  }
}

#row-footer {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));

}

.footer .footer-legal-container #row-footer,
.footer .footer-social-container #row-footer {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.footer .container .badges {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.badge {
  display: inline-block;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  max-height: 50px;
  width: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  height: 100%;
}

.footer .container .badges .badge:first-child {
  padding-left: 0;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}

.footer .footer-legal-container .legal-links {
  display: flex;
  white-space: nowrap;
  color: #8dabc4;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
  padding-left: 0;
}

.footer .footer-legal-container .legal-links #legal-link {
  display: inline-block;
  font-size: 14px;
  font-family: Helvetica Neue, Arial, SF Pro Display, SegoeUI, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  align-items: center;
}

#legal-link {
  text-decoration: none;
  color: #8dabc4 !important;
}

@media (max-width: 991px) {
  .footer .footer-legal-container .col-md-8 {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

#methods-dropdown {
  padding: 10px 0px 10px 0;
  margin-left: 10px;
}

#propertyType {
  border-width: 1px;
  border-radius: 8px;
  border-color: #D8DFEA;
  padding: 2px 7px 2px 12px;
  width: 272px;
  height: 30px;
  color: #7485A2;
  outline: none;
}

.heading-info {
  border-bottom: 1px solid #E7EBF1;
  padding-bottom: 10px;
}

.filter-container {
  display: flex;
  padding: 20px 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border-top: 1px solid #E7EBF1;
}

.control-label {
  font-family: Axiforma-Medium;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 34px;
  color: #0D232F;
}

.form-group {
  display: flex;
  align-items: center;
}

#introduction {
  display: none
}

.reff-link {
  display: flex;
  flex-direction: column;
}

.arrow-img {
  width: 14px;
  height: 14px;
  margin: auto auto auto 0.625rem;
  justify-content: center;
}

.deprecated-label {
  display: inline-block;
  padding: 5px 15px;
  background: #ad0f05;
  color: #fff;
  font-weight: bold;
  border-radius: 18px;
  font-size: 10px;
  top: -2px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.active-link {
  color: #00a688 !important;
  font-weight: bold;
  font-size: 2rem;
}

.icon {
  display: none;
}

@media(max-width: 768px) {
  .icon {
    display: block;
    text-align: right;
    padding: 10px 0px;
    color: rgb(14, 13, 13);
    font-size: 24px;
    cursor: pointer;
    padding-right: 2rem;
  }

  

  .nav-wrapper > .nav-container > .drop-down > .nav-item > .nav-link{
    text-decoration: none;
    color: #0D232F;
    text-decoration: none;
    font-family: Axiforma-Medium;
    font-size: 15px;
    padding-top: 2%;
    padding-bottom: 2%;
    cursor: pointer;
  }
  
  .nav-wrapper > .nav-container > .drop-down > .nav-item {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    padding-right: 32px;
    text-align: end;
    /* border-bottom: solid 1px #d4dede;
    box-shadow: 0 2px 5px rgb(223 223 223); */
    
  }

  .nav-wrapper > .nav-container > .drop-down > .nav-item-dc {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    padding-right: 32px;
    /* border-bottom: solid 1px #d4dede;
    box-shadow: 0 2px 5px rgb(223 223 223); */
    text-decoration: none;
    color: #0D232F;
    text-decoration: none;
    font-family: Axiforma-Medium;
    font-size: 15px;
    cursor: pointer;
    justify-content: end;
  }

  #logo {
    flex-basis: 80%
  }

  .nav-wrapper .nav-container ul {
    flex-basis: 100%
  }

  nav div .fa {
    font-size: 40px;
  }

  .drop-down {
    display: none;
    background: #F8FAFB;
    box-shadow: 0 2px 5px rgb(223 223 223);
  }

  .drop-down li {
    width: 100%;
    text-align: center;
    padding: 0px;
  }

  .drop .fa-sort-desc {
    display: none;
  }

  .container {
    display: flex;
    justify-content: center;
  }

  #row {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #link {
  display: flex;
  justify-content: center;
  }

  .btn-orange {
    width: 100%;
    height: 40px;
  }

  .home-image {
    width: 67%;
    padding-bottom: 5%;
  }

  .text-wrapper {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}
 .home-apps-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
 }

 .par {
  font-size: max(1.25rem,20px);
  margin-top: 5%;
  line-height: 30px;
 }


}

nav div .fa {
  font-size: 40px;
}

/* Dropdown menu Endpoints */

.dropbtn {
  border-radius: 4px;
  background-color: #ffffff;
  color: #445573;
  border: 1px solid #c0cbdd;
  padding: 0% 7%;
  width: 120px;
  height: 30px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  text-align: left; 
  display: flex;
  justify-content: space-between;
}

.dropbtn:hover, .dropbtn:focus {
  border: 1px solid #8393ae;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  box-shadow: 0 4px 10px 3px #3f576e33;
  background-color: white;
  border-radius: 4px;
  border: none;
  margin: 10px 0px;
}

.dropdown-content span {
  color: #445573;
  border-bottom: 1px solid #eee;
  font-weight: 420;
  text-decoration: none;
  display: block;
  padding: 10px 10px;
  font-size: 14px;
  max-width: 300px;
  padding-right: 300px;
  font-family: Arial, Helvetica, sans-serif;
}

.flex-container {
  display: flex;
  align-content: center;
}

#btn-default-value {
  padding: 5% 0%;
  pointer-events: none; 
}

#arrow-icon {
  padding: 9% 0%;
  pointer-events: none;
}


.dropdown-content span:hover {
  background-color: #e1e1e1;
  cursor: pointer;
}

.show {
  display:block;
}

/* Dropdown menu DC */
.dropbtnDC {
  background-color: #ffffff;
  color: #4C5A5D;
  border: none;
  padding: 0% 7%;
  width: 135px;
  height: 26px;
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.dropdownDC {
  position: relative;
  display: inline-block;
}

.dropdown-content-option {
  display: none;
  position: absolute;
  z-index: 1;
  box-shadow: 0 4px 10px 3px #3f576e33;
  background-color: white;
  border-radius: 4px;
  border: none;
  margin: 10px 0px;
}

.dropdown-content-option span {
  color: #445573;
  border-bottom: 1px solid #eee;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 10px 10px;
  font-family: Axiforma-Medium;
  font-size: 12px;
  width: 135px;
}

#btn-default-valueDC {
  padding: 5% 0%;
  pointer-events: none;
}

#arrow-iconDC {
  padding: 12% 0%;
  pointer-events: none;
}

.dropdown-content-option span:hover {
  background-color: #e1e1e1;
  cursor: pointer;
}

.showDC {
  display:block;
}

#list-dc {
  line-height: normal !important;
}

.nav-item-dc {
  text-decoration: none;
  color: #4C5A5D;
  text-decoration: none;
  font-family: Axiforma-Medium;
  font-size: 14px !important;
  line-height: 22.08px;

  
}

.dropbtnAPI {
  background-color: #ffffff;
  color: #4C5A5D;
  border: none;
  padding: 0% 7%;
  width: 135px;
  height: 26px;
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.dropdownAPI {
  position: relative;
  display: inline-block;
}

.dropdown-contentAPI {
  display: none;
  position: absolute;
  z-index: 1;
  box-shadow: 0 4px 10px 3px #3f576e33;
  background-color: white;
  border-radius: 4px;
  border: none;
  margin: 10px 0px;
}

.dropdown-contentAPI span {
  color: #445573;
  border-bottom: 1px solid #eee;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 10px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 180px;
}

#btn-default-valueAPI {
  padding: 5% 0%;
  pointer-events: none;
}

#arrow-iconAPI {
  padding: 9% 0%;
  pointer-events: none;
}

.dropdown-contentAPI span:hover {
  background-color: #e1e1e1;
  cursor: pointer;
}

.showAPI {
  display:block;
}

#list-api {
  line-height: normal !important;
}

.nav-item-api {
  text-decoration: none;
  color: #4C5A5D;
  text-decoration: none;
  font-family: Axiforma-Medium;
  font-size: 14px !important;
  line-height: 22.08px;

  
}

.navigation-item {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  font-size: 14px;
  line-height: 22.08px;
  font-family: Axiforma-Medium;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(49 66 73/var(--tw-text-opacity));
}