/* basic customize area */
/* @font-face {
    font-family: "Inter", sans-serif;
    src: url(../assets/HelveticaNeue-Light.otf);
} */

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

.container {
  max-width: 1000px;
}
.bcard {
  height: 100vh;
  max-height: 500px;
}
#top-buttons {
  margin: 0 0 40px 0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background-color: #ffffff;
}

#contact-position {
  color: #c3d566;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
  position: relative;
}

#brand-store {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0px;
}

#contact-name {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  position: relative;
}

.btn.add-contact {
  font-weight: 600;
  background: #704728;
  border-radius: 25px;
  border: 0;
  color: #fff;
  letter-spacing: 1px;
  padding-top: 17px;
  padding-bottom: 17px;
  width: 90%;
  margin: auto;
  margin-top: 30px;
  max-width: 340px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

/* end basic customize area */

#bcard-header {
  position: absolute;
  /* left: 0; */
  z-index: -9999;
  width: 100%;
  max-width: 800px;
}

.header {
    background-image: url('../assets/emb-bg.png');
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden !important;
    margin: 0;
    padding: 0 0 50px 0;
}



.footer {
  padding: 20px;
  padding-top: 40px;
  margin: auto;
  background-color: #ffffff;
  border-top-right-radius: 50px !important;
  position: relative;
  margin-top: -35px;
}

#logo {
  text-align: center;
}
#logo img {
  width: 100%;
}
.profile_pic {
  max-width: 170px;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  max-height: 170px;
  position: relative;
  border: 4px solid #63c7eb;
  object-fit: cover;
}

.profile_pic2 {
  margin-top: 30px;
  margin-bottom: 50px;
  max-width: 200px;
}

.profile-name-position h3 {
  padding-top: 15px;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

#qr-code {
  max-width: 169px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
}

.social-icon {
  width: 45px;
  position: relative;
}

.social-icons {
  margin: 0;
}

.contact-info {
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 330px;
  margin: auto;
  border-bottom: 2px solid #c3d566;
}

.contact-info div {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  padding-right: 25px;
}

.contact-info div .icon {
  padding-right: 40px;
  text-align: center;
}
.contact-info div .icon svg {
  margin: auto;
  width: 25px;
}

.contact-info div a,
.ext,
.contact-info div span {
  text-decoration: none;
  color: #704728;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
}

/* Desktop Media Queries */

@media (min-width: 768px) and (max-width: 7000px) {
  .header {
    margin-left: 83px;
  }

  .footer {
    padding-top: 0px;
    margin-top: 40px;
  }

  .contact-info {
    max-width: 330px;
  }

  body {
    background: #eaeaea;
  }

  .bcard {
    background-color: #fff;
  }

  #top-buttons {
    padding-top: 20px;
    margin-bottom: 0;
  }

  #contact-pic {
    padding-top: 20px !important;
  }

  .gradiante-borde {
    display: none;
  }
}
