html {
    scroll-behavior: smooth;
}

body {
    font-family: Calibri,'Roboto', sans-serif;
    text-decoration: none;
    background: linear-gradient(to right, var(--theme-color-1), var(--theme-color-0_5));
}

.page-wrapper {
    margin: 15px auto;
    width: 348px;
}

.page-details {
    color: white;
    position: relative;
    background-position:top;
    background-size: cover;
    box-shadow: 1px 1px 25px 0px rgb(88 88 88 / 35%);
    border-radius: 8px;
    height: 225px;
}

.layer {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
}

.nav-bar a {
    color: white;
}

.badge-pill {
    margin: 5px;
    padding: 2px 5px;
    font-size: 10px;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
}

.badge-black {
    background: #000000;
}

.logo-img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
}

.hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
}

.qr-code {
    padding: 7px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
}

.box-section {
    margin: 13px 20px 12px 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, 
        rgba(0, 0, 0, 0) 100%);
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 7px 5px;
    width: 308px;
    height: 200px;
}

.sub-title {
    font-weight: 700;
    font-size: 12px;
}

.title {
    font-weight: 700;
    font-size: 20px;
}

.sub-title {
    font-weight: 700;
    font-size: 15px;
    padding: 0 14px;
}

.contact {
    font-weight: 700;
    font-size: 15px;
}

.description {
    font-weight: 300;
    font-size: 13px;
    height: 45px;
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 16px;
    padding: 0 14px;
}

.actions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.actions {
    margin-bottom: 17px;
    text-align: center;
}

.actions a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000000;
    background: #FFFFFF;
    border-radius: 9px;
    display: inline-block;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
}

.social a {
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 24px;
    color: #000000;
    background: #FFFFFF;
    border-radius: 9px;
    display: inline-block;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
}

.box-button {
    width: fit-content;
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}

.card-btn {
    height: 17px;
    font-weight: 700;
    font-size: 10px;
    border-radius: 14px;
    background: #000000;
    color: white;
    padding: 0 8px;
    line-height: 0;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
    border: 0;
}

.card-btn:focus {
    outline: 5px auto white;
}

.add-to-contact-wrapper {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.modal-dialog {
    width: 318px;
    margin: auto;
}
