/* 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;
  padding: 0;
  padding-top: 10px !important;
  padding-bottom: 40px;
  position: relative;
}


#contact-position{
    color: #fff;
    font-size: 17px;
    font-weight: 200;
    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: #000000;
  background: linear-gradient(148deg, rgba(0, 0, 0, 1) 0%, rgba(75, 75, 75, 1) 31%, rgba(0, 0, 0, 1) 64%, rgba(0, 0, 0, 1) 86%, rgba(163, 163, 163, 1) 97%);
  border-radius: 25px; 
  border: 0;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 10px;
  padding-top: 17px;
  padding-bottom: 17px;
  width: 90%;
  margin: auto;
  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/pres-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;
}

.gradiante-borde {
    width: 100%;
    height: 100px;
    border-top-right-radius: 50px;
    background: #000000;
    background: linear-gradient(138deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 18%, rgba(76, 76, 76, 1) 38%, rgba(178, 178, 178, 1) 52%, rgba(196, 196, 196, 1) 66%, rgba(0, 0, 0, 1) 89%, rgba(163, 163, 163, 1) 100%);
    position: relative;
    margin-top: -50px;
    margin-bottom: -80px;
}

.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 #858585;
    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: 4px;
    padding-bottom: 4px;
    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:#000000;
    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: 0px;
        margin-top: 0;
    }

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

    body {
        background: #eaeaea;
    }

    .bcard {
        background-color: #fff;
    }

    #top-buttons {
        padding-top: 0;
    }

    .gradiante-borde {
        display: none;
    } 
}
