#coverOverlay {
    min-height: 100vh;
    width: 100%;
    position: relative;
    background-color: #69424b;
}

#coverOverlay .mainContainer {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#coverStory {
    position: relative;
    width: 100%;
    top: 0;
    text-align: center;
    color: white;
}

.c-giftcard-container {
    padding: 100px 10px;
    max-width: 550px;
    margin: 0 auto;
}

#cForm {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 10px;
}

.c-ornament-top img, .c-ornament-bottom img {
    width: 100%;
    height: auto;
}

#cForm form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#cForm form textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #f4f4f1;
    color: #f4f4f1;
    line-height: 0.8;
}

#cForm form textarea {
    background-color: transparent;
    /* border: 0; */
    /* border-bottom: 1px solid #f4f4f1; */
    /* color: #f4f4f1; */
    line-height: 0.8;
    padding-top: 10px;
    padding-left: 5px;
    box-sizing: border-box;
    background-color: #f4f4f1;
    border-radius: 5px;
    color: #333;
}

#cForm form input {
    background-color: transparent;
    border: 0;
    line-height: 0.8;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 5px;
    box-sizing: border-box;
    background-color: #f4f4f1;
    border-radius: 5px;
    color: #333;
}

#cForm form textarea::placeholder {
    /* color: #f4f4f1; */
}

#cForm form button {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 15px 20px;
    color: #69424b;
    margin: auto;
    background-color: #f4f4f1;
    transition: 0.3s;
    letter-spacing: 1px;
    border: 0px;
    font-family: 'Manrope', sans-serif;
}

.c-giftcard-overtitle, .c-giftcard-title {
    margin-top: 10px;
}

.c-giftcard-icon img {
    width: 18vw;
    height: auto;
    max-width: 120px;
}

.c-giftcard-overtitle img {
    width: 50vw;
    height: auto;
    max-width: 230px;
}

.c-giftcard-title img {
    width: 90vw;
    max-width: 460px;
    height: auto;
}

.c-giftcard-value {
    margin-top: 20px;
    line-height: 1;
}

.c-bignumber {
    font-size: clamp(100px, 7vw, 180px);
    font-family: 'Gilda Display', serif;
}

.c-smallnumber {
    font-size: clamp(40px, 2vw, 80px);
    font-family: 'Gilda Display', serif;
}

@media (max-width: 768px) {

.c-giftcard-container p {
    font-size: 14px;
}

.c-giftcard-icon {
    margin-top: -10px;
}

.c-giftcard-overtitle img {
    width: 45vw;
}
.c-giftcard-title img {
    width: 80vw;
}
.c-giftcard-value {
    margin-top: 10px;
}

}