#logo {
  display: flex;
  align-items: center;
}

@media (min-width: 48em) {
  #spectaql .overwrite {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.customnav {
  justify-content: space-between;
  align-items: center;
}
.contact-detail {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.contact-icon {
  display: flex;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
}

.contact-icon a {
  color: #000 !important;
}

.contact-icon a:hover {
  color: #f05 !important;
}

.landing-home-bg {
  background: linear-gradient(180deg, #3f0b68 -18.2%, #170425 103.92%);
}

.landing-home {
  padding: 40px;
  text-align: center;
  background-image: url(https://media.graphassets.com/DrqevLEzQy6IWiJ9Igxt);
  background-position: -20px 0;
  background-repeat: no-repeat;
  background-size: 112% 100%;
}

@media screen and (min-width: 992px) {
  .landing-home {
    background-image: url(https://media.graphassets.com/3GX01mKtSzOmfKsTQdi6);
    background-position: -40px -10px;
    background-size: 104% 128%;
    background-repeat: no-repeat;
  }
  .landing-home div {
    width: 55%;
    margin: auto;
  }
}

.landing-home h1 {
  color: #ffff;
  margin-top: 0;
}

.landing-home .about-info {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 12px 0;
}

.dot-bg-cover {
  padding: 50px 0;
  background-image: url(https://media.graphassets.com/BJLB8Ha6RLafLVppTcwb);
  background-size: 100%;
}

.api-cards {
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .api-cards {
    gap: 130px;
    flex-direction: row;
  }
  .dot-bg-cover {
    padding: 90px 0 0 0;
    height: 65vh;
  }
}

.api-single-card {
  padding: 36px 18px;
  max-width: 262px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(51, 51, 51, 0.15);
}

.api-single-card p {
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}

.api-single-card p.info {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.api-single-card .navigate-button {
  width: 138px;
  display: block;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  margin: auto;
  cursor: pointer;
  color: #000 !important;
  font-size: 14px;
  line-height: unset;
  transition: all 0.3s ease;
}

.api-single-card .navigate-button:hover {
  background: #f05;
  color: #fff !important;
}
