/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

.pum.pum-overlay.pum-theme-9788.pum-theme-floating-bar.popmake-overlay.pum-click-to-close.auto_open.click_open.pum-active {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    max-width: 100vw;
}

.pum-container {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    margin: auto !important;
    padding: 40px 25px !important;
    border-radius: 10px !important;
    -webkit-box-shadow: 1px 2px 20px 1px #2e2e2e;
    box-shadow: 1px 2px 20px 1px #2e2e2e;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation: popup 0.6s;
    animation: popup 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 1.0s linear;
    -o-transition: all 1.0s linear;
    transition: all 1.0s linear;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    background: url("/wp-content/uploads/popup.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@-webkit-keyframes popup {
    0% {
        -webkit-transform: scale(.7) translate(-50%, -50%);
        transform: scale(.7) translate(-50%, -50%);
    }
    45% {
        -webkit-transform: scale(1.05) translate(-50%, -50%);
        transform: scale(1.05) translate(-50%, -50%);
    }
    80% {
        -webkit-transform: scale(.95) translate(-50%, -50%);
        transform: scale(.95) translate(-50%, -50%);
    }
    100% {
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
    }
}

@keyframes popup {
    0% {
        -webkit-transform: scale(.7) translate(-50%, -50%);
        transform: scale(.7) translate(-50%, -50%);
    }
    45% {
        -webkit-transform: scale(1.05) translate(-50%, -50%);
        transform: scale(1.05) translate(-50%, -50%);
    }
    80% {
        -webkit-transform: scale(.95) translate(-50%, -50%);
        transform: scale(.95) translate(-50%, -50%);
    }
    100% {
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
    }
}

.pum-container h3 span {
    color: white !important;
    font-size: larger !important;
}

.pum-container p {
    color: white !important;
}

.button-default .button, .button-flat .button, .button-round .button {
    padding: 20px 35px;
    line-height: 0;
    margin-bottom: 5px;
    width: 100%;
    max-width: 350px;
    margin-top: 20px;
}

.button-default .button, .button-flat .button, .button-round .button {
    background-color: #ffffff !important;
    color: #52796f !important;
    line-height: inherit;
    font-weight: bold;
}

.pum-theme-9788 .pum-content + .pum-close, .pum-theme-floating-bar .pum-content + .pum-close {
    position: relative;
    border: none;
    padding: 20px 35px;
    height: 40px;
    border-radius: 50px;
    background-color: transparent;
    color: #d9e0e5;
    width: 100%;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 0;
    max-width: 350px;
    text-decoration: underline;
}

* {
    font-display: swap
}