@font-face {
    font-family: 'PragmaticaBook-Reg';
    src: url('../fonts/PragmaticaBook-Reg.eot');
    src: url('../fonts/PragmaticaBook-Reg.eot?#iefix') format('embedded-opentype'), url('../fonts/PragmaticaBook-Reg.woff2') format('woff2'), url('../fonts/PragmaticaBook-Reg.woff') format('woff'), url('../fonts/PragmaticaBook-Reg.ttf') format('truetype'), url('../fonts/PragmaticaBook-Reg.svg#PragmaticaBook-Reg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PragmaticaMedium-Reg';
    src: url('../fonts/PragmaticaMedium-Reg.eot');
    src: url('../fonts/PragmaticaMedium-Reg.eot?#iefix') format('embedded-opentype'), url('../fonts/PragmaticaMedium-Reg.woff2') format('woff2'), url('../fonts/PragmaticaMedium-Reg.woff') format('woff'), url('../fonts/PragmaticaMedium-Reg.ttf') format('truetype'), url('../fonts/PragmaticaMedium-Reg.svg#PragmaticaMedium-Reg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.joinMcell {
    display: none;
}

.joinMcell #mnp1 {
    display: none;
}

.joinMcell.show {
    background: url('../img/join-mcell-bg.jpg') no-repeat center center / cover;
    /*padding: 10px;*/
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left:0;
    z-index: 999999;
}

@media (max-device-width: 768px) {
    .joinMcell.show {
        background: url('../img/join-mcell-bg-mob.jpg') no-repeat center center / cover;
    }
}

@media (max-device-width: 425px) {
    .joinMcell .container-fluid {
        padding: 0;
    }
}

.joinMcell .close-btn {
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
}

.joinMcell .close-btn:hover {
    opacity: 1 !important;
    cursor: pointer;
}

.joinMcell .wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-device-width: 768px) {
    .joinMcell .wrapper {
        /*max-width: 500px;*/
    }
}

.joinMcell h3 {
    color: #ffdf00;
    font-size: 23px;
    font-family: 'PragmaticaMedium-Reg', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    text-transform: uppercase;
}

@media (max-device-width: 425px) {
    .joinMcell h3 {
        font-size: 20px;
    }
}

.joinMcell p {
    color: #fff;
    font-family: 'PragmaticaBook-Reg', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0;
    font-size: 16px;
}

.joinMcell .form-control:focus {
    color: #999999 !important;
    border-color: #fff;
    box-shadow: none;
}

.joinMcell.bootstrap input {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    color: #999999;
    font-size: 14px;
    font-family: 'PragmaticaMedium-Reg', sans-serif;
    font-weight: normal;
    font-style: normal;
    width: calc(100% - 30px);
}

/*@media (max-device-width: 576px) {*/
/*    .joinMcell h3 {*/
/*        font-size: 20px;*/
/*    }*/
/*    .joinMcell input {*/
/*        font-size: 12px;*/
/*    }*/
/*}*/

.joinMcell input::-webkit-input-placeholder {
    color: #999999;
}

.joinMcell input:-moz-placeholder {
    color: #999999;
}

.joinMcell input::-moz-placeholder {
    color: #999999;
}

.joinMcell input:-ms-input-placeholder {
    color: #999999;
}

.joinMcell input::-ms-input-placeholder {
    color: #999999;
}

.joinMcell input::placeholder {
    color: #999999;
}

.joinMcell .submit {
    color: #990ae3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #ffdf00;
    font-size: 16px;
    font-family: 'PragmaticaMedium-Reg', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 5px;
    border: 0;
    padding: 7px 20px;
    text-transform: uppercase;
}

.joinMcell .submit:hover {
    color: #990ae3;
    background-color: #fff;
}

@media (max-device-width: 768px) {
    .joinMcell .close-btn {
        width: 40px;
        height: 40px;
    }
    .joinMcell .row img {
        width: 130px;
    }
    .joinMcell h3 {
        font-size: 40px;
        margin-top: 30px;
    }
    .joinMcell p {
        font-size: 32px;
    }
    .joinMcell input {
        font-size: 36px !important;
        border-radius: 40px !important;
        padding: 15px 40px !important;
        width: calc(100% - 110px) !important;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .joinMcell .submit {
        font-size: 36px !important;
        margin-bottom: 30px;
        padding: 15px 40px !important;
        border-radius: 40px !important;
    }
}
