:root{
    --secondary-color: #fff;
    --main-color: #000;
}

/* #region Footer Buttons */

.fixed{
    &.one{
        .fixed-item{
            position: fixed;
            left: 50%;
            z-index: 1;
            width: 50%;
            background-color: #b8a99f;
            color: white;
            font-size: 18px;
            padding: 8px 10px;
            text-align: center;
            display: block;
            cursor: pointer;
            bottom: 10px;
            font-family: 'Butler';
            white-space: nowrap;
            transform: translateX(-50%);
            &.noshow{
                bottom: -75px;
            }
            @media (max-width: 1200px) {
                width: 300px;	
            }
            @media (max-width: 767px) {
                width: 90% !important;	
            }
        }
    }
    &.two{
        .fixed-item{
            position: fixed;
            z-index: 1;
            width: 32.5%;
            background-color: #b8a99f;
            color: white;
            font-size: 18px;
            padding: 8px 10px;
            text-align: center;
            display: block;
            cursor: pointer;
            bottom: 10px;
            font-family: 'Butler';
            &:nth-child(1){
                left: 15%;
            }
            &:nth-child(2){
                right: 15%;
            }
            &.noshow{
                bottom: -75px;
            }
            @media (max-width: 1200px) {
                width: 22.5%;
                &.first-item{
                    left: 38.75%;
                }
                &.second-item{
                    right: 25%;
                }
            }
            @media (max-width: 767px) {
                &.first-item{
                    width: 90%;
                }
                &:not(.first-item){
                    width: 42.5%;
                }
                &:nth-child(1){
                    left: 5%;
                }
                &:nth-child(2){
                    right: 5%;
                }
            }
        }
    }
}

/* #endregion */

/* #region Gift Modal*/
.blocker { 
    padding: none !important;
}
.modal-gift{
    @media (max-width: 767px) {
        width: 100%;
        margin: 20px;
    }
    @media (max-width: 480px){
        width: 88vw !important;
        height: auto;
    }
    .modal-overall{ 
        padding-top: 45px;
    }
    .close-modal {

        top: 0 !important;
        left: 50% !important;
        transform: translateX(-50%);

        cursor: pointer;
        display: inline-block;
        color: white;
        border-radius: 0 !important;
        outline: 0 !important;
        font-size: 20px;
        border: none;
        background-color: var(--main-color);
        padding: 6px 40px 8px 40px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }
    .modal-body-title{
        position: relative;
        margin-bottom: 10px;
        z-index: 2;
        text-align: center;
    }
    .weddinggifttitle {
        font-family: "the season", serif;
        font-size: 48px;
        font-weight: 600;
        font-style: normal;
        text-transform: uppercase;
    
        text-align: center;
        line-height: 1;
    
        color: #2f2f2f;
    
        @media (max-width: 480px) {
            font-size: 44px;
        }
    }
    .modal-body-qris{
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        text-align: center;
    }
    
    .modal-header{
        text-align: center;
    }
    .namabank{
        color:var(--main-color);
    }
    .modal-body-qris-img{
        width: 70%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
        /*box-shadow: 1px 1px 7px rgba(0,0,0,0.2);*/
    }
    
    
    .modal-body-qris-list {
        width: 70%;
        padding-left: 10px;
        padding-right: 10px;
        @media (max-width: 767px) {
            width: 100%;
            max-width: 400px;
        }
        @media (max-width: 991px) {
            width: 50%;
        }
        @media (max-width: 767px) {
            width: 70%;
        }
        @media (max-width: 480px) {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 40px;
        }
    }
    
    .modal-body-qris-list-copy {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        input {
            position: fixed;
            top: -100px;
            z-index: 1;
            left: 0;
        }
        button {
            background-color: var(--main-color);
            color: white;
            outline: none;
            border: none;
            font-family: 'Montserrat',sans-serif;
            font-weight: 400;
            font-size: 14px;
            text-align: center;
            padding: 1em 4em;
            margin-top: 2em;
        }
    }
    .modal-body-qris-list-copy-text {
        width: 60%;
        p {
            color: #6c6c6c;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            font-size: 1.2em;
        }
    }
}

/* #endregion */

/* #region gbwishes*/
#wishesdiv {
    background-color: white;
    padding-top: 10em;
    border-radius: 100% 100% 0 0;
}
.wishestitlewrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow-x: hidden;
    width: 100%;
    height: auto;
}
.wishestitle{
    font-family: 'newyork';
    font-size: 20vw;
    letter-spacing: 15px;
    line-height: normal;

    background: linear-gradient(to top, rgba(235, 226, 217, 0), rgba(162, 141, 125, 0.8));
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-align: center;
    @media (max-width: 767px) {
        letter-spacing: 10px;
    }
    @media (max-width: 480px) {
        font-size: 110px;
        letter-spacing: 8px;
    }
    @media (max-width: 370px) {
        font-size: 100px;
        letter-spacing: 8px;
    }
    @media (min-width: 767px) {
        font-size: 200px;
    }
}
.guestwisheswwrapper {
    display: flex;
    justify-content: center;
    
}
.guestwishesall{
    display: flex;
}
.guestwishes{
    position: relative;
    background-color: white;
    margin: 0 1em;

    font-family: 'newyork';
    letter-spacing: 1px;
    
}

.guestwishesfirst{
    display: flex;
    justify-content: center;
}
.fromwrapper{
    padding-top: 16px;
    text-align: center;
}
.wishesflower{
    width: 80px;
    margin: 16px;
}
.wishestextwrapper{
    padding: 16px;
}
.wishestext{
    text-align: center;
}

.backbtn, .nextbtn{
    margin-left: 2em;
    margin-right: 2em;
    height: auto;
    max-width: 100%;
    width: 2.4em;
    @media (max-width: 767px) {
        margin-left: 1em;
        margin-right: 1em;
    }
}
/* #endregion gbwishes*/