body {
  font-family: "Cairo", sans-serif;
}

.navbtns {
  display: flex;
}
.navbuttons.buttons-button {
  background: var(--brand-600, #7f56d9);
  border-radius: 8px;
  border-style: solid;
  border-color: var(--brand-600, #7f56d9);
  border-width: 1px;
  padding: 10px 16px 10px 16px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  box-shadow: var(
    --shadows-shadow-xs-box-shadow,
    0px 1px 2px 0px rgba(16, 24, 40, 0.05)
  );
  overflow: hidden;
}
.navbar-nav .nav-link.active {
  color: #7f56d9 !important;
  font-weight: bold;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    align-content: stretch;
    justify-content: space-between;
  }
}

.buttonsnav {
  display: flex;
}

.text-footer {
  font-weight: 650;
}
.footercontent {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;

  padding-top: 16px;
  padding-bottom: 16px;
}

@media (max-width: 1280px) {
  .fifthsection .pricing-tier-card {
    min-width: 0;
  }
}

.desktop {
  background: var(--base-white, #ffffff);
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.contact-page-header {
  background: var(--base-white, #ffffff);
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 85vh;
}

.contact-us-header-section {
  background: var(--base-white, #ffffff);
  padding: 86px 0px 86px 0px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.contactus .content {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-end;
  justify-content: flex-start;
}

.contact-us-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.contact-us-heading-and-supporting-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 768px;
  position: relative;
}

.contact-us-heading-and-subheading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.contact-us-subheading {
  color: var(--brand-700, #6941c6);
  text-align: center;
  
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}

.contact-us-heading {
  color: var(--gray-900, #101828);
  text-align: center;
  
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}

.contact-us-section-2 {
  background: var(--base-white, #ffffff);
  padding: 0px 0px 96px 0px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.contact-us-container2 {
  padding: 0px 32px 0px 32px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 1280px;
  position: relative;
}

.contact-us-content2 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.contact-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  min-width: 240px;
  position: relative;
}

.contactus .featured-icon {
  background: var(--brand-100, #f4ebff);
  border-radius: 28px;
  border-style: solid;
  border-color: var(--brand-50, #f9f5ff);
  border-width: 8px;
  flex-shrink: 0;
  /*width: 48px;
  height: 48px;
  position: relative;*/
}

.contactus .alert-circle {
  width: 24px;
  height: 24px;
}

.contactus .text-and-supporting-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.contactus .text {
  color: var(--gray-900, #101828);
  text-align: center;
  font-size: var(--text-xl-semibold-font-size, 20px);
  line-height: var(--text-xl-semibold-line-height, 30px);
  font-weight: var(--text-xl-semibold-font-weight, 600);
  position: relative;
  align-self: stretch;
}

.contactus .supporting-text {
  color: var(--gray-600, #475467);
  text-align: center;
  font-size: var(--text-md-regular-font-size, 16px);
  line-height: var(--text-md-regular-line-height, 24px);
  font-weight: var(--text-md-regular-font-weight, 400);
  position: relative;
  align-self: stretch;
}

.contactus .buttons-button {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.contactus .text2 {
  color: var(--brand-700, #6941c6);
  text-align: center;
  font-size: var(--text-md-semibold-font-size, 16px);
  line-height: var(--text-md-semibold-line-height, 24px);
  font-weight: var(--text-md-semibold-font-weight, 600);
  position: relative;
}

.contactus .alert-circle2 {
  width: 24px;
  height: 24px;
}

.contactus .section-divider {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.contactus .container {
  padding: 0px 32px 0px 32px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 1280px;
  height: auto;
  position: relative;
  overflow: visible;
}

.contactus .container2 {
  padding: 0px 32px 0px 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1280px;
  height: auto;
  position: relative;
  overflow: visible;
}
@media (max-width: 575.98px) {
  .contactus .content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: flex-end;
    justify-content: flex-start;
    flex: 0;
  }
  .navbtns {
    display: flex;
    flex-direction: column;
}
  .contact-page-header {
    background: var(--base-white, #ffffff);
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    height: 75vh;
  }
  .contactus .container {
    padding: 0px 32px 0px 32px;
    display: flex;
    width: auto;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .contact-us-heading {
    color: var(--gray-900, #101828);
    text-align: center;
    font-size: 34px;
    line-height: 60px;
    letter-spacing: -0.02em;
    font-weight: 650;
  }

  .footercontent {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

    padding-top: 16px;
    padding-bottom: 16px;
  }
  .footercontent ul {
    padding-top: 8px;
    padding-right: 0;
  }
  .footercontent .footerlogo {
    width: 40px;
    height: 40px;
  }
}
a {
    color: black;
    background-color: transparent;
    text-decoration: none;
  }

.button1 a{
    color: white;
    text-decoration: none;
}

