@font-face {
  font-family: quick_reg;
  src: url(../fonts/Quicksand-Regular.ttf);
}
@font-face {
  font-family: quick_sem;
  src: url(../fonts/Quicksand-SemiBold.ttf);
}
@font-face {
  font-family: quick_bol;
  src: url(../fonts/Quicksand-Bold.ttf);
}
@font-face {
  font-family: quick_lig;
  src: url(../fonts/Quicksand-Light.ttf);
}
html {
  scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
  width: 0px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: 0;
}

body {
  background-color: #D9D9D9;
  transition: 0.4s;
  height: 100%;
  overflow: hidden;
}
body .aligner {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .justifier {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
body .nopad {
  padding: 0;
}
body p {
  margin: 0;
}
body .h1 {
  font-size: 20px;
  font-family: "quick_bol", sans-serif;
  font-weight: 700;
  line-height: 160%;
}
body .h6 {
  font-size: 12px;
  font-family: "quick_sem", sans-serif;
  font-weight: 700;
  line-height: 160%;
}
body .p1 {
  font-size: 14px;
  font-family: "quick_reg", sans-serif;
  font-weight: 300;
  line-height: 140%;
}
body .p2 {
  font-size: 15px;
  font-family: "quick_reg", sans-serif;
  font-weight: 400;
  line-height: 160%;
}
body .p3 {
  font-size: 12px;
  font-family: "quick_reg", sans-serif;
  font-weight: 400;
  line-height: 160%;
}
body .p4 {
  font-size: 10px;
  font-family: "quick_reg", sans-serif;
  font-weight: 400;
  line-height: 160%;
}
body .btn-txt {
  font-size: 12px;
  font-family: "quick_sem", sans-serif;
  font-weight: 600;
  line-height: 160%;
}
body .primary-button {
  display: inline-flex;
  padding: 14px 47px;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(0deg, rgba(253, 249, 251, 0.9) 0%, rgba(253, 249, 251, 0.9) 100%), linear-gradient(111deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.06) 54.5%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  text-decoration: none;
}
body .primary-button .h6 {
  margin: 0;
  color: #38184B;
}
body .link-button {
  display: flex;
  width: 100%;
  padding: 20px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(250, 248, 243, 0.05);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  text-decoration: none;
}
body .link-button img {
  width: 44px;
  height: 44px;
}
body .link-button .p3 {
  margin: 0;
  color: #FFFFFF;
  font-family: "quick_reg", sans-serif;
  font-size: 12px;
}
body .small-button {
  display: inline-flex;
  padding: 10px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.568);
  background: rgba(250, 248, 243, 0.05);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  text-decoration: none;
}
body .small-button img {
  width: 44px;
  height: 44px;
}
body .small-button .p3 {
  margin: 0;
  color: #FFFFFF;
  font-family: "quick_reg", sans-serif;
  font-size: 12px;
}
body .private-card {
  display: flex;
  width: 100%;
  padding: 40px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(250, 248, 243, 0.05);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  text-decoration: none;
}
body .private-card img {
  width: 60px;
  height: 60px;
}
/*body .main-body {
  height: 100vh;
  overflow-x: hidden;
  width: 100%;
  overflow-y: scroll;
  background: url(../images/dbc-app-bgn-comp.webp);
  background-position: center;
  background-size: cover;
  color: #FAF8F3;
}*/
body .main-body .nav-section {
  padding: 14px 1em;
  display: flex;
  background-color: rgba(0, 0, 0, 0.2470588235);
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
body .main-body .nav-section img {
  width: 50px;
  height: 100%;
}
body .main-body .profile-section {
  text-align: center;
  margin-top: 40px;
  padding: 0 1.3em;
}
body .main-body .profile-section .img-wrapper {
  width: 135px;
  height: 135px;
  background-color: #5b6063;
  padding: 5px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
body .main-body .profile-section .img-wrapper img {
  width: 125px;
  height: 125px;
}
body .main-body .profile-section .header-group {
  margin-top: 20px;
}
body .main-body .profile-section .header-group .p4 {
  margin-top: -6px;
}
body .main-body .profile-section .p1 {
  margin-top: 16px;
  opacity: 0.8;
  padding: 0 1em;
}
body .main-body .profile-section .primary-button {
  margin-top: 24px;
}
body .main-body .link-section {
  margin: 24px 0;
  padding: 0 1.3em;
}
body .main-body .private-wrapper {
  padding: 0 1.3em;
  margin-bottom: 20px;
}/*# sourceMappingURL=index.css.map */