
/* Floating Social Media Bar Style Starts Here */


  /* Floating Social Media Bar Style Ends Here */

/* minified CSS */

  .new_button {
    display: inline-block;
    padding: 10px 20px;
    background: #006b91;
    border-radius: 5px;
    box-shadow: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: background .2s ease;
  }

  .new_button:hover {
    background: #000ba3;
  }

  .new_button:active {
    background: #00455e;
  }

/* Utilities */
.auto-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,
            minmax(var(--auto-grid-min-size, 14rem), 1fr));
    grid-gap: var(--auto-grid-gap, 0);
    padding: 0;
}

.flow>*+* {
    margin-top: var(--flow-space, 1em);
}

/* Composition */
.team {
    --flow-space: 2em;
}

/* Blocks */
.profile {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    aspect-ratio: 1/1;
    position: relative;
    padding: 1.5rem;
    color: #ffffff;
    background-color: #000000ad!important;
    backface-visibility: hidden; 
    text-decoration: none;
    overflow: hidden;
    margin-bottom: .5rem;

    background-color: linear-gradient(to top,
    hsla(0, 0%, 0%, 0.912) 7.8%,
    hsla(0, 0%, 0%, 0.822) 20.2%,
    hsl(0 0% 0% / 0.744) 25.3%,
    hsl(0 0% 0% / 0.717) 29.9%,
    hsl(0 0% 0% / 0.683) 34.3%,
    hsl(0 0% 0% / 0.641) 48.7%,
    hsl(0 0% 0% / 0.592) 53.3%,
    hsl(0 0% 0% / 0.534) 58.4%,
    hsl(0 0% 0% / 0.468) 64.1%,
    hsla(0, 0%, 0%, 0.598) 100%);
transition: 300ms opacity linear;
}
.profile__name
{
    background: linear-gradient(to top,
            hsla(0, 0%, 0%, 0.912) 7.8%,
            hsla(0, 0%, 0%, 0.822) 20.2%,
            hsl(0 0% 0% / 0.744) 25.3%,
            hsl(0 0% 0% / 0.717) 29.9%,
            hsl(0 0% 0% / 0.683) 34.3%,
            hsl(0 0% 0% / 0.641) 48.7%,
            hsl(0 0% 0% / 0.592) 53.3%,
            hsl(0 0% 0% / 0.534) 58.4%,
            hsl(0 0% 0% / 0.468) 64.1%,
            hsla(0, 0%, 0%, 0.598) 100%);
    transition: 300ms opacity linear;
    padding: 10px;
}

.profile::before,
.profile::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
}

.profile::before {
    background: linear-gradient(to top,
            hsla(0, 0%, 0%, 0.912) 7.8%,
            hsla(0, 0%, 0%, 0.822) 20.2%,
            hsl(0 0% 0% / 0.744) 25.3%,
            hsl(0 0% 0% / 0.717) 29.9%,
            hsl(0 0% 0% / 0.683) 34.3%,
            hsl(0 0% 0% / 0.641) 48.7%,
            hsl(0 0% 0% / 0.592) 53.3%,
            hsl(0 0% 0% / 0.534) 58.4%,
            hsl(0 0% 0% / 0.468) 64.1%,
            hsla(0, 0%, 0%, 0.598) 100%);
    transition: 300ms opacity linear;
}

.profile::after {
    background: linear-gradient(45deg,
            hsla(5, 97%, 63%, 0.888) 25%,
            hsla(0, 0%, 0%, 0.598) 100%);
    opacity: 0;
    transition: 300ms opacity linear;
}

.profile>* {
    z-index: 1;
}

.profile img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 0;
    object-fit: cover;
    /* filter: grayscale(1); */
    transition: filter 200ms ease, transform 250ms linear;
}

.profile::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    background: linear-gradient(to top,
            hsla(0, 0%, 0%, 0.912) 7.8%,
            hsla(0, 0%, 0%, 0.822) 20.2%,
            hsl(0 0% 0% / 0.744) 25.3%,
            hsl(0 0% 0% / 0.717) 29.9%,
            hsl(0 0% 0% / 0.683) 34.3%,
            hsl(0 0% 0% / 0.641) 48.7%,
            hsl(0 0% 0% / 0.592) 53.3%,
            hsl(0 0% 0% / 0.534) 58.4%,
            hsl(0 0% 0% / 0.468) 64.1%,
            hsla(0, 0%, 0%, 0.598) 100%);
    transition: 300ms opacity linear;
}

.profile h2,
.profile p {
    transform: translateY(2ex);
    text-align: center;
}

.profile h2 {
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.03ch;
    transition: 300ms transform ease;
}

.profile p {
    font-size: 1.05rem;
    font-weight: 600;
    padding-top: .5rem;
}

.profile p {
    opacity: 1.5;
    transition: 300ms opacity linear, 300ms transform ease-in-out;
}

/* .profile p:hover {
    opacity: 3;
} */

.profile:focus {
    outline: 0.5rem solid white;
    outline-offset: -0.5rem;
}

.profile:hover :is(h2, p),
.profile:focus :is(h2, p) {
    transform: none;
}

.profile:hover::after,
.profile:focus::after,
.profile:hover::before,
.profile:focus::before {
    opacity: 0.7;
}

/* minified CSS */

body {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    max-width: 30rem;
    color: #eee;
    position: relative
}

p {
    line-height: 1.5;
    margin: 0;
    max-width: 60ch
}

h1 {
    font-weight: 900;
    font-size: 2.7rem;
    max-width: 20ch;
}

h2,
h3 {
    margin: 0
}

.icon {
    width: 1.5rem;
    height: 1.5rem
}

a {
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#modal {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    transition: top .2s ease-out, opacity .1s ease-out;
    transform: translateZ(0)
}

#close {
    align-self: end;
    padding: 1rem;
    cursor: pointer;
    line-height: 0
}

#keyView,
#copyView,
#qrView {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1rem;
    text-align: center
}

#keyView p,
#copyView p,
#qrView p {
    margin: 2rem
}

#copyURL,
#dlKey {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    padding: 1rem 1.5rem;
    border: none;
    outline: none;
    cursor: pointer;
    box-sizing: border-box
}

#copyURL span,
#dlKey span {
    margin-left: .5rem
}

#qrView h3 {
    margin: 2rem 2rem 0
}

#qrView p {
    margin: .5rem 2rem 0
}

#qr {
    margin: 2rem;
    padding: 2rem;
    background: #fff;
    border-radius: .5rem
}

header {
    display: flex;
    justify-content: flex-start;
    flex-direction: column
}

.headerImgC {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    overflow: hidden
}

#cover {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 20rem;
    -o-object-position: top center;
    object-position: top center;
    -o-object-fit: cover;
    object-fit: cover
}

#logo {
    max-height: 6rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: center
}

#topActions {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start
}

#topActions>div {
    display: flex
}

#topActions a {
    padding: 1rem;
    cursor: pointer;
    line-height: 0
}

main {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

#profilePhoto {
    width: 10rem;
    height: 10rem;
    border-radius: .5rem;
    box-sizing: content-box;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: -6rem
}

#info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    line-height: 1.25;
    word-break: break-word
}

.name {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0
}

.pronouns {
    display: block;
    font-size: .9rem;
    opacity: .8;
    font-weight: normal;
    margin: 0 0 .5rem
}

.bizname {
    font-size: .9rem;
    margin: .5rem 0 0 0;
    opacity: .8
}
.bizdes{
    font-size: .8rem;
    margin: .5rem 0 0 0;
    opacity: .8;
    font-weight: lighter;
}

.bizaddr {
    font-size: .8rem;
    opacity: .6
}

.sub,
.textC {
    font-size: 1rem;
    white-space: pre-line;
    line-height: 1.5
}

.sub {
    font-size: .9rem;
    margin: .5rem 0 0;
    opacity: .8
}

.textC {
    margin: 1rem
}

#cta {
    display: flex;
    align-items: center;
    border-radius: .5rem;
    margin-top: 2rem;
    padding: 1rem 1.5rem;
    cursor: pointer;
    line-height: 0;
    width: 100%;
    justify-content: center;
    box-sizing: border-box
}

#cta .icon {
    margin-right: .5rem
}

#cta p {
    margin: 0
}

.actions {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.actionsC {
    width: 33.33%
}

.actionBtn {
    padding: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.actionBtn a {
    border-radius: .5rem;
    padding: 1rem;
    line-height: 0
}

.actionBtn p {
    margin: .5rem 0 0;
    font-size: .9rem
}

.secBtn {
    padding: 1rem
}

.featured {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2rem 0 0;
    width: 100%
}

.section {
    font-weight: bold;
    text-align: center;
    font-size: 1.3rem;
    padding: 1rem 0
}

.media {
    overflow: hidden;
    border-radius: .5rem;
    margin-top: 1rem
}

.media img {
    display: block;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.embedded {
    position: relative;
    padding-top: 100%
}

.embedded iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.music,
.video {
    width: 100%
}

.mediaC {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center
}

video {
    width: 100%
}

.controls {
    padding: 1rem;
    font-size: .9rem;
    text-align: center;
    width: 100%;
    box-sizing: border-box
}

.pCtrl,
.docDl {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.docDl {
    display: flex
}

.seekBar {
    width: 100%;
    height: .5rem;
    margin: 1.5rem 0 .5rem;
    border-radius: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.playPause,
.dlBtn {
    margin: 1rem 0 .5rem;
    padding: 1rem;
    border-radius: .5rem;
    line-height: 0;
    cursor: pointer
}

.pause {
    display: none
}

.title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    color: #006d91;
    font-family: 'Poppins', sans-serif
}

.prodInfo .sub {
    margin: -1rem 0 0
}

.price {
    margin: 1rem 0 0;
    font-size: 1rem;
    font-weight: bold
}

.label {
    display: inline-block;
    font-size: 1rem;
    margin: 1rem 0 .5rem;
    border-radius: .5rem;
    letter-spacing: 1px;
    padding: 1rem 1.5rem
}

.label p {
    margin: 0
}

footer {
    padding: 4rem 1rem 2rem;
    font-size: .9rem;
    text-align: center
}

footer a {
    text-decoration: underline;
    color: inherit
}