:root {
    --img-translateY: 19px;
}

.container-fluid.final {
    overflow-x: hidden;
}

.final .main {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    align-content: center;
    gap: 32px;
}

.final .main h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 100%;
}

.final .main .img-container img {
    flex: 0;
    height: 100%;
    width: auto;
    /* transform: scale(116%) translateY(var(--img-translateY)); */
    border-radius: 16px;
}

.final .main .img-container .shadow {
    border-radius: 50%;
    background-color: #034D88;
    width: 260px;
    height: 4px;
    flex-shrink: 0;
    filter: blur(3.549999952316284px);
    position: relative;
    transform: translateY(var(--img-translateY));
}

.final .main p {
    margin-top: var(--img-translateY);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}

.final .main p strong {
    font-weight: 700;
}

/* .final .btn-share {
    margin: 32px 0 15px 0;
    width: 325px;
    height: 52px;
    padding: 16px 0;
    text-align: center;
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 8px;

    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
} */

.final .btn-download {
    margin: 32px 0 20px 0;
    width: 325px;
    height: 52px;
    padding: 13px 0;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 8px;

    color: #1A6EB0;
    font-family: "Clash Display";
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.5px;
}

/* .modal-dialog {
    justify-content: center;
}

.social-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    gap: 16px;
    padding: 30px;
    background-color: transparent;
    border-color: transparent;
}

.social-container img {
    width: 64px;
    height: 64px;
    z-index: 2000;
} */

@keyframes scrollDown {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 -4400%;
    }
  }