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 {
    color: white;
    margin: 0 auto;
    width: 348px;
    padding: 15px 15px 28px;
}

.page-details {
    position: relative;
    background-position:top;
    background-size: cover;
    box-shadow: 1px 1px 25px 0px rgb(88 88 88 / 35%);
    border-radius: 8px;
    height: 492px;
}

.layer {
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nav-bar {
    display: flex;
    justify-content: flex-end;
    padding: 0 40px;
    font-size: 9px;
    font-weight: 700;
    padding-top: 30px;
    gap: 12px;
}

.nav-bar-right {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}

.nav-bar a {
    color: white;
}

.box-border {
    border-radius: 22px;
    border: 2px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0px 8px 16px 11px rgba(0, 0, 0, 0.15);
    margin: 13px 36px 0;
}

.hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 8px;
    position: relative;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 14px;
}

.logo-img {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: red;
    border: 3px solid gold;
}

.qr-code {
    text-align: center;
    padding: 8px;
    width: 100px;
    margin: 20px auto 10px;
    background-color: white;
    border-radius: 14px;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
}

.box-section {
    margin: 120px 24px 0 24px;
    padding: 0 27px 0 27px;
    width: 270px;
}

.sub-title {
    font-weight: 700;
    font-size: 12px;
}

.title {
    font-weight: 700;
    font-size: 20px;
}

.sub-title {
    font-weight: 700;
    font-size: 14px;
}

h2 {
    font-weight: 700;
    font-size: 18px;
}

.box-badge {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    row-gap: 12px;
    margin-bottom: 16px;
    font-size: 12px;
}

.badge-pill {
    padding: 2px 9px;
    border: 1px solid #FFFFFF;
}

.description {
    font-weight: 300;
    font-size: 11px;
    height: 45px;
    overflow: hidden;
    margin-bottom: 16px;
}

.detail {
    margin: 10px 0;
    display: grid;
    grid-template-columns: 1fr;
}

.icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    align-self: center;
    row-gap: 10px;
}

.actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px,1fr));
    gap: 10px;
    margin-bottom: 17px;
    text-align: center;
}

.actions a, .icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 9px;
    display: inline-block;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25), -1px -1px 2px rgba(255, 255, 255, 0.25), 1px 1px 2px rgba(0, 0, 0, 0.25), -1px -1px 2px rgba(255, 255, 255, 0.25);
}

.actions a {
    color: white;
    background: #780B36;
}

.icons a {
    color: white;
    backdrop-filter: blur(3px);
}

.box-button {
    margin: 20px 60px;
    display: flex;
    justify-content: space-between;
}

.card-btn {
    font-weight: 700;
    border-radius: 14px;
    background: rgb(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.16);;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
    color: white;
    padding: 0 21px;
    backdrop-filter: blur(3px);
}

.card-btn:focus {
    outline: 1px solid
     #FFFF8E;
}

.add-to-contact-wrapper {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.modal-dialog {
    width: 318px;
    margin: auto;
}
