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

/* #region fixed Buttons */
    .fixed{
        &.one{
            .fixed-item{
                position: fixed;
                left: 50%;
                z-index: 100;
                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: 100;
                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 {
        margin-top: 1.5em;
    }
    .wisheswrapper{
        background-image: url("../aset/background.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position:center;
        box-shadow: inset 0px 0px 400px 110px rgba(140, 140, 141, 0.32), 1px 3px 3px #30303040;

        margin: calc(5% + 10px);
        padding: 2.5em;
        @media (max-width: 480px) {
            padding: 2em 8%;
        }
    }
    .guestwisheswwrapper {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: center;
    }
    .guestwishesall{
        display: flex;
        width: 100%;
        min-height: 144px;
    }
    .wishestitle{
        font-family: "Libre Caslon Display", serif;
        text-transform: uppercase;
        text-align: left;

        padding-bottom: 0.4em;

        font-size: 2em;
        color: #2c2c2c;
        border-bottom: 1px solid #232323;

        @media (max-width: 480px) {
            font-size: 1.6em;
        }
    }
    .guestwishes{
        position: relative;
        text-align: left;
        color: #343434;
        font-family: 'Gothic';  
    }
    .wishestext{
        font-size: 14px;
    }
    .guestwishesfirst{
        display: flex;
    }
    .fromwrapper{
        padding-top: 16px;
    }
    .wishesflower{
        width: 80px;
        margin: 16px;
    }
    .backbtn, .nextbtn{
        height: auto;
        max-width: 100%;

        margin-left: 0.4em;
        margin-right: 0.4em;
        width: 3em;
    }
    .arrowbutton {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 0.8em;
    }
/* #endregion gbwishes*/

/* #region One Pict */
    .onepict {
        background-color: #fff;
    }
    .onepictwrapper{
        overflow: hidden;
        backface-visibility: hidden;
        transform-style: preserve-3d;
        position: relative;
        width: 100%;
        height: 54vh;
        padding: 0 5%;
        @media (max-width: 767px) {
        height: 60vh;
        padding: 0 6%;
        }
        @media (max-width: 480px) {
        height: 121vw;
        padding: 0 6%;
        }
    }
    .pictimg {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
/* #endregion */