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

/* .header svg, .header path, .header rect{
    fill: #fff;
} */

#share-btn path, #qrcode-btn path, #qrcode-btn rect{
    fill: #C32A2C;
}

/* .footer svg, .footer path, .footer rect {
    fill: #fff;
} */


.container{
    max-width: 1000px;
}
.bcard{
    height: 100vh;
    max-height: 500px;
    background-color: #0D1117 !important;
}
#top-buttons{
  margin: 0;
  padding: 0;
  position: relative;
}


#contact-position{
    color: #0D1117;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 0px;
    position: relative;
    margin-top: 10px;
}

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

}

#contact-name{
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 17px;
    color: #0D1117;
    font-weight: 700;
    position: relative;
}

.btn.add-contact{
  font-weight: 600;
  background-color: #C32A2C;
  border-radius: 10px; 
  border: none;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 10px;
  padding-top: 17px;
  padding-bottom: 17px;
  width: 90%;
  margin: auto;
  max-width: 340px;
  text-transform: uppercase;

}

/* end basic customize area */

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

.header {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden !important;
    border-bottom: 10px solid #C32A2C
}

.footer {
    padding: 20px;
    padding-top: 40px;
    margin: auto;
    /* background-color: #0D1117; */
    position: relative;
}

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

}
.profile_pic{
    max-width: 120px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    max-height: 120px;
    position: relative;
    border: 2px solid #B33934;
    object-fit: cover;
}

.profile_pic2 {
    max-width: 180px;
}

.profile_2_border {
    border-radius: 50%;
    max-width: 120px;
    width: 120px;
    height: 120px;
    border: 2px solid #B33934;
    display: block;
    margin: auto;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

#brandLink {
    color: #0D1117;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 0px;
    position: relative;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
}


.contact-info{
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 330px; 
    margin: auto ;
    color: #fff;
}

.contact-info div{
    padding-top: 7px;
    padding-bottom: 7px;
    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 {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
}

.modal-btns {
    /* display: flex;*/
    padding: 20px 0px 30px 0px;  
    display: flex;
    max-width: 350px;
    margin: auto;
}

.btns-container {
    margin: 10px;
}

.modal-btns .col-3 {
    text-align: center !important;
}

.toyota-btn {
    background-color: #D7312E;
    border: none !important;
    border-radius: 0 !important;
}

.nissan-btn {
    background-color: #B32536;
    border: none !important;
    border-radius: 0 !important;
}

.kia-btn {
    background-color: #0B1016;
    border: none !important;
    border-radius: 0 !important;
}

.hyundai-btn {
    background-color: #2B395E;
    border: none !important;
    border-radius: 0 !important;
}


.modal-content {
    border-radius: 25px !important;
    margin: 0px 15px !important;
}

.brandLogo {
    width: 40%;
    margin: auto !important;
}

.btn-close {
    float: right !important;
    margin-right: 10px;
    margin-top: 15px;
}

  /* Desktop Media Queries */

  @media (min-width: 10px) and (max-width: 767px) {
    
    body {
        background: #0D1117 !important;
    }

}
  
  @media (min-width: 769px) and (max-width: 7000px) {

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

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

    body {
        background: #eaeaea;
    }

    .bcard {
        background-color: #0D1117;
    }

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