.marvilix-pop-up{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:9999999;background-color:rgba(0,0,0,0.6);-webkit-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear}.marvilix-pop-up .mx-popup-box{position:absolute;display:-moz-flex;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;top:50%;left:50%;width:90%;overflow:hidden;max-width:500px;max-height:95%;-webkit-transform:translate(-50%, -50%) scale(.1);-ms-transform:translate(-50%, -50%) scale(.1);transform:translate(-50%, -50%) scale(.1);-webkit-border-radius:22px;border-radius:22px;-webkit-box-shadow:0 0 14px 0 rgba(0,0,0,0.5);box-shadow:0 0 14px 0 rgba(0,0,0,0.5);background-color:#fff;-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.marvilix-pop-up .mx-popup-box.imgonly{font-size:0}.marvilix-pop-up .mx-popup-box:not(.imgonly){padding-top:35px}.marvilix-pop-up .mx-popup-box .mx-popup-cls{position:absolute;top:-18px;right:-20px;width:90px;height:85px;-webkit-border-radius:50%;border-radius:50%;background-color:#f2f2f2}.marvilix-pop-up .mx-popup-box .mx-popup-cls,.marvilix-pop-up .mx-popup-box .mx-popup-cls:after,.marvilix-pop-up .mx-popup-box .mx-popup-cls:before{-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.marvilix-pop-up .mx-popup-box .mx-popup-cls:after,.marvilix-pop-up .mx-popup-box .mx-popup-cls:before{content:"";display:block;position:absolute;top:55%;left:25%;width:30px;height:1px;background-color:#000}.marvilix-pop-up .mx-popup-box .mx-popup-cls:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.marvilix-pop-up .mx-popup-box .mx-popup-cls:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.marvilix-pop-up .mx-popup-box .mx-popup-cls:hover{background-color:#eb972a}.marvilix-pop-up .mx-popup-box .mx-popup-cls:hover:after,.marvilix-pop-up .mx-popup-box .mx-popup-cls:hover:before{background-color:#fff}.marvilix-pop-up .mx-popup-box .mx-popup-thumb{font-size:0;max-width:80%;margin-bottom:20px}.marvilix-pop-up .mx-popup-box .mx-popup-thumb img{width:auto;height:100px;max-width:100%}.marvilix-pop-up .mx-popup-box .mx-popup-btn,.marvilix-pop-up .mx-popup-box .mx-popup-text,.marvilix-pop-up .mx-popup-box .mx-popup-title{font-family:"AlmoniDLAAA"}.marvilix-pop-up .mx-popup-box .mx-popup-tbox,.marvilix-pop-up .mx-popup-box .mx-popup-thumb{padding:0 calc(10px + 2vw)}.marvilix-pop-up .mx-popup-box .mx-popup-tbox{overflow-y:auto;overflow-x:hidden;padding-bottom:10px}.marvilix-pop-up .mx-popup-box .mx-popup-title,.marvilix-pop-up .mx-popup-box .mx-popup-title p{color:#5f2318;font-size:45px;font-weight:700;line-height:.8}.marvilix-pop-up .mx-popup-box .mx-popup-hr{border:0;width:90%;height:4px;margin:20px 0 15px 0;max-width:54px;background-color:#eb972a}.marvilix-pop-up .mx-popup-box .mx-popup-text{max-width:345px}.marvilix-pop-up .mx-popup-box .mx-popup-text,.marvilix-pop-up .mx-popup-box .mx-popup-text p{color:#5f2318;font-size:18px;line-height:1.2}.marvilix-pop-up .mx-popup-box .mx-popup-btn,.marvilix-pop-up .mx-popup-box .mx-popup-link{display:inline-block}.marvilix-pop-up .mx-popup-box .mx-popup-btn{position:relative;color:#fff;font-size:18px;margin-top:20px;padding:15px 30px;z-index:2;text-align:center;line-height:1;-webkit-border-radius:42px;border-radius:42px;-webkit-box-shadow:0 0 5px -1 rgba(0,0,0,0.5);box-shadow:0 0 5px -1 rgba(0,0,0,0.5);background-color:#da502d;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.marvilix-pop-up .mx-popup-box .mx-popup-btn:hover{background-color:#de3104}.marvilix-pop-up .mx-popup-img-holder{position:relative;font-size:0;height:33vh;max-height:300px;min-height:160px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.marvilix-pop-up .mx-popup-img-holder .mx-popup-img-over{position:absolute;height:180%;width:125%;top:0;right:calc(-20px - 35%);overflow:hidden;-webkit-border-radius:50%;border-radius:50%}.marvilix-pop-up .mx-popup-img-holder .mx-popup-img-over img{position:absolute;width:auto;height:auto;max-width:none;min-width:75%}.marvilix-pop-up .mx-popup-img-holder .mx-popup-img-regular img{width:100%;margin-top:25px}.marvilix-pop-up.active{opacity:1 !important;visibility:visible !important;pointer-events:all !important}.marvilix-pop-up.active .mx-popup-box{-webkit-transform:translate(-50%, -50%) scale(1);-ms-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}html[dir="rtl"] .marvilix-pop-up .mx-popup-box .mx-popup-cls{left:-20px;right:auto}html[dir="rtl"] .marvilix-pop-up .mx-popup-box .mx-popup-cls:after,html[dir="rtl"] .marvilix-pop-up .mx-popup-box .mx-popup-cls:before{left:43%}html[dir="rtl"] .marvilix-pop-up .mx-popup-box .mx-popup-img-holder .mx-popup-img-over{left:calc(-20px - 35%);right:auto}@media (max-width:1024px),(max-device-width:1024px){.marvilix-pop-up .mx-popup-box .mx-popup-title p{font-size:35px}.marvilix-pop-up .mx-popup-img-holder{height:170px;margin-top:10px}}
/*# sourceMappingURL=./style.css.map */