.complete-container{
    width: 100%;
    height: 100%;
    background-image: url('../image/background2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.container.complete{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
}
.complete-head{
    width: 100%;
    height: 20%;
    background-image: url('../image/complete-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.complete-head img{
    width: 100%;
    height: auto;
    max-height: 100%;
}
.download-btn-holder{
    width: 70%;
    min-width: max-content;
}
.download-btn-holder h1{
    font-size: 5dvh;
    text-align: center;
}
.btn-wallpaper{
    width: 100%;
    font-size: 4dvh;
    margin-bottom: 1vh;
    padding: 0.1rem 0.5rem;
}
.complete-krathong{
    display: grid;
    grid-template-columns: 1fr;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    width: 100%;
    height: 100%;
    max-height: 40dvh;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}
.c-preview-img{
    grid-row-start: 1;
    grid-column-start: 1;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 40dvh;
    place-self: center;
}
.c-preview-img svg{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 40dvh;
    font-weight: 700;
    color: var(--flag-purple);
}
.dl-modal{
    --bs-modal-padding: 0.3rem;
    --bs-modal-header-padding-x: 0.2rem;
    --bs-modal-header-padding-y: 0.2rem;
    --bs-modal-header-padding: 0.2rem 0.2rem;
}
.dl-modal .modal-header{
    border: 0;
}
/* .dl-modal .modal-body{
    padding: 0;
} */
.dl-modal .modal-content{
    border: 0;
    background-color: transparent;
}
.dl-modal .modal-footer{
    border: 0;
    justify-content: center;
}
.wall-image-wrapper{
    width: 100%;
    height: 100%;
    text-align: center;
}
.wall-image{
    width: auto;
    height: 100%;
    max-height: 85dvh;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.btn-dl img{
    width: auto;
    height: 2.5dvh;
}