/* hed begin */
.header {
  padding: 0 80px;
  border-bottom: 0.125rem solid var(--gray-200, #eaecf0);
  background-color: var(--Background, #fcfdfe);
  height: 80px;
}

.header-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  padding: 12px 0;
  max-width: 1440px;
  margin: 0 auto;
}

.section-left {
  display: flex;
  margin-top: 6px;
  flex-grow: 1;
  flex-basis: 0%;
  flex-direction: column;
  max-width: 100%;
}

.top-section {
  display: flex;
  width: 100%;
  gap: 60px;
  max-width: 100%;
  flex-wrap: wrap;
}

.logo {
  aspect-ratio: 2.33;
  object-fit: contain;
  object-position: center;
  width: 90px;
  max-width: 100%;
}

.nav-section {
  align-self: center;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: auto 0;
  padding: 0 20px;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
ul {
  padding: 0;
  margin: 0;
}
.nav-link {
  color: var(--black-100, #6e6e6e);
  font: 500 16px/26px Montserrat, sans-serif;
}

.nav-item-contact {
  white-space: nowrap;
  white-space: initial;
}

.section-right {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.advertise-portal {
  color: var(--black-100, #6e6e6e);
  margin: auto 0;
  font: 500 16px/24px Montserrat, sans-serif;
}

.download-app {
  color: var(--Background, #fcfdfe);
  white-space: nowrap;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  background-color: var(--purpel-600, #862996);
  flex-grow: 1;
  padding: 9px 17px;
  font: 600 16px/24px Montserrat, sans-serif;
  white-space: initial;
}

@media (max-width: 991px) {
  .header-in,
  .section-left,
  .top-section,
  .nav-links,
  .section-right {
    max-width: 100%;
  }
  .header-in {
    flex-wrap: wrap;
  }
  .logo {
    aspect-ratio: 2.1;
    width: 85px;
    max-width: 100%;
  }
  .header {
    height: 70px;
  }
}
.nav-links {
  display: flex;
  gap: 60px;
  max-width: 100%;
  flex-wrap: wrap;
  align-self: center;
  margin: auto 0;
  padding: 0 20px;
  justify-content: center;
}
a.nav-link {
  border-bottom: 2px solid transparent;
}
a.nav-link:hover {
  border-bottom: 2px solid #862996;
}

a.nav-link.active {
  border-bottom: 2px solid #862996;
  color: #862996;
}

/* button menu */
.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.menu button {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: revert-layer;
  border: 1px solid transparent;
  padding: 7px;
  cursor: pointer;
  border-radius: 50px;
}
@media only screen and (max-width: 991px) {
  .header {
    padding: 0 20px;
  }
  .nav-links.show {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -1%;
    top: 100%;
    background-color: #fcfdfe;
    gap: 1rem;
    align-items: center;
    padding: 18px 0;
    transition: all 0.5s ease-in-out;
    width: 100%;
    z-index: 10;
  }
  .download-app {
    /* max-width: 50%; */
    justify-content: center;
  }

  .nav-links {
    display: none;
  }
  .menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-right {
    display: none;
  }
  .section-right.current {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -1%;
    top: 340px;
    background-color: #fcfdfe;
    gap: 1rem;
    align-items: center;
    padding: 25px 0;
    transition: all 0.5s ease-in-out;
    width: 100%;
    text-align: center;
    z-index: 10;
  }
}
/*  */
@media (min-width: 768px) and (max-width: 1024px) {
  .top-section {
    flex-wrap: nowrap;
    gap: 20px;
  }
  .nav-links {
    flex-wrap: nowrap;
    gap: 14px;
  }
  .section-right {
    gap: 20px;
  }
}
a {
  text-decoration: none;
}

/* hed ends */
/* footbeg */
a {
  text-decoration: none;
}
li {
  list-style: none;
}
body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .f-container {
    padding-top: 58px;
  }
}
@media only screen and (max-width: 766px) {
  .footer {
    flex-direction: column;
    padding: 1.5rem 1.2rem;
    align-items: flex-start;
  }
  .footer-bottom {
    padding: 0 1.5rem 1.2rem;
  }
  .f-container {
    padding: 0;
    align-items: flex-start;
    width: 100%;

    flex-direction: column;
  }
  .footer-column {
    min-width: 100%;
    text-align: left;
    align-self: center;
    padding: 1.2rem 1.2rem;
  }
  .f-container-a {
    min-width: 100%;
    padding: 1.5rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 2560px) {
  .footer,
  .footer-bottom {
    padding: 2rem 5rem;
  }
}
.f-container {
  display: flex;
  width: 60%;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1025px) {
  .f-container {
    width: 100%;
  }
}
.footer {
  display: flex;
  /* padding: 5rem 5rem; */
  flex-wrap: wrap;
  max-width: 1440px;
  justify-content: space-between;
  margin: 0 auto;
  background-color: #fbf8fd;
}
.foooter {
  width: 100%;
  background-color: #fbf8fd;

  /* margin: 0 auto; */
}
.f-container-a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 30%;
}

.footer-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  padding: 0 1rem 0.2rem;
  @media (max-width: 768px) {
    padding: 1.2rem 1.2rem;
  }
}
.footer-img {
  aspect-ratio: 2.3;
  object-fit: contain;
  object-position: center;
  width: 108px;
  overflow: hidden;
  max-width: 100%;
}

.footer-text {
  color: var(--black-300, #3b3b3b);
  font: 400 14px/171% Montserrat, sans-serif;
  margin-top: 32px;
}

.footer-links {
  display: flex;
  gap: 20px;
  margin-top: 32px;
  max-width: 100%;
}
.footer-links a {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 100%;
  overflow: hidden;
  flex: 1;
}

.footer-column-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  padding: 0;
  width: 25%;
}

.footer-column h5 {
  color: var(--grey-400, #b7b7b7);
  font: 400 16px/150% Montserrat, sans-serif;
  margin-bottom: 16px;
  @media (max-width: 500px) {
    /* .footer-column h5 { */
    margin-bottom: 0;
    /* } */
  }
}
.footer-column-list a {
  color: var(--black-300, #3b3b3b);
  font: 500 14px/171% Montserrat, sans-serif;
  align-self: stretch;
}

.footer-column-list a:last-child {
  white-space: nowrap;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  background-color: #fbf8fd;
  /* padding: 1.5rem 0; */
  margin: 0 auto;
  max-width: 1440px;
}

.footer-bottom-1 {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  background-color: var(--black-100, #6e6e6e);
  min-height: 1px;
  margin: 20px 0;
}

.footer-bottom-2 {
  color: var(--black-100, #6e6e6e);
  text-align: center;
  align-self: stretch;
  font: 400 16px/150% Montserrat, sans-serif;
}
