/* 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: #4D4D4D;
  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: #2C3A8A;
  position: relative;
}

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

/* end basic customize area */

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

.header {
    background-image: url('../assets/Group 303.png');
    max-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden !important;
    position: relative;
    margin: 0;
    padding: 0 0 10px 0;
}

.divider {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 0;
}

.divider img {
  width: 100%;
  display: block;
}


.footer {
  padding: 20px;
  padding-top: 40px;
  margin: auto;
  background-color: #01467F;
  position: relative;

}

#logo {
  text-align: center;
}
#logo img {
  width: 80%;
}

#contact-pic {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile_pic {
  max-width: 150px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  max-height: 150px;
  display: block;
  margin: 0 auto;
  position: relative;
  border: 4px solid #01467F;
  object-fit: cover;
  object-position: top;
}

.profile_pic--logo {
  width: 200px;
  height: auto;
  max-width: 200px;
  max-height: 110px;
  border: 0;
  border-radius: 0;
  object-fit: contain;
}

.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;
}

.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: #ffffff;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1px;
}

/* Desktop Media Queries */

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

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

  .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;
  }

  .bcard {
  /* height: 100vh; */
  max-height: 50vh;
}
}
