{"version":3,"file":"public/css/thha-image-masking.css","mappings":"AAAA;;iEAAA;AAKE;;;;;;EAME;EACA;KAAA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AADJ;;AAKA;AAEE;;;;;;EAME;EACA;AAHJ;;AAQE;;;;;;EAME;EACA;AALJ;;AAUE;;;;;;EAME;EACA;AAPJ;;AAYE;;;;;;EAME;EACA;AATJ;;AAcE;;;;;;EAME;EACA;AAXJ;;AAgBE;;;;;;EAME;EACA;AAbJ;;AAkBE;;;;;;EAME;EACA;AAfJ;;AAoBE;;;;;;EAME;EACA;AAjBJ;;AAqBA;AACA;EACE;MAAA;UAAA;AAlBF;;AAqBA;EACE;MAAA;UAAA;AAlBF;;AAqBA;EACE;MAAA;UAAA;AAlBF,C","sources":["webpack://huge-addons-for-elementor/./assets/scss/thha-image-masking.scss"],"sourcesContent":["/****************************************************************\n * Huge Addons - Image Masking Extension Styles\n ****************************************************************/\n\n.thha-image-mask-yes {\n  img,\n  .advance_icon_box_media img,\n  .elementor-image img,\n  .elementor-widget-image img,\n  .elementor-widget-container img,\n  img.thha-masked-image {\n    display: block;\n    object-fit: cover;\n    -webkit-mask-repeat: no-repeat;\n    mask-repeat: no-repeat;\n    -webkit-mask-position: center center;\n    mask-position: center center;\n    -webkit-mask-size: contain;\n    mask-size: contain;\n    transition: all 0.4s ease, -webkit-mask-image 0.4s ease, mask-image 0.4s ease, -webkit-mask-position 0.3s ease, mask-position 0.3s ease, -webkit-mask-size 0.3s ease, mask-size 0.3s ease;\n  }\n}\n\n/* Shape Definitions using SVG Masks for Full Mask Position & Size Support */\n.thha-mask-shape-circle {\n  img,\n  .advance_icon_box_media img,\n  .elementor-image img,\n  .elementor-widget-image img,\n  .elementor-widget-container img,\n  img.thha-masked-image {\n    -webkit-mask-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='50' fill='%23000'/></svg>\");\n    mask-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='50' fill='%23000'/></svg>\");\n  }\n}\n\n.thha-mask-shape-hexagon {\n  img,\n  .advance_icon_box_media img,\n  .elementor-image img,\n  .elementor-widget-image img,\n  .elementor-widget-container img,\n  img.thha-masked-image {\n    -webkit-mask-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><polygon points='25,0 75,0 100,50 75,100 25,100 0,50' fill='%23000'/></svg>\");\n    mask-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><polygon points='25,0 75,0 100,50 75,100 25,100 0,50' fill='%23000'/></svg>\");\n  }\n}\n\n.thha-mask-shape-diamond {\n  img,\n  .advance_icon_box_media img,\n  .elementor-image img,\n  .elementor-widget-image img,\n  .elementor-widget-container img,\n  img.thha-masked-image {\n    -webkit-mask-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><polygon points='50,0 100,50 50,100 0,50' fill='%23000'/></svg>\");\n    mask-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><polygon points='50,0 100,50 50,100 0,50' fill='%23000'/></svg>\");\n  }\n}\n\n.thha-mask-shape-triangle {\n  img,\n  .advance_icon_box_media img,\n  .elementor-image img,\n  .elementor-widget-image img,\n  .elementor-widget-container img,\n  img.thha-masked-image {\n    -webkit-mask-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><polygon points='50,0 0,100 100,100' fill='%23000'/></svg>\");\n    mask-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><polygon points='50,0 0,100 100,100' fill='%23000'/></svg>\");\n  }\n}\n\n.thha-mask-shape-star {\n  img,\n  .advance_icon_box_media img,\n  .elementor-image img,\n  .elementor-widget-image img,\n  .elementor-widget-container img,\n  img.thha-masked-image {\n    -webkit-mask-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><polygon points='50,0 61,35 98,35 68,57 79,91 50,70 21,91 32,57 2,35 39,35' fill='%23000'/></svg>\");\n    mask-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><polygon points='50,0 61,35 98,35 68,57 79,91 50,70 21,91 32,57 2,35 39,35' fill='%23000'/></svg>\");\n  }\n}\n\n.thha-mask-shape-shield {\n  img,\n  .advance_icon_box_media img,\n  .elementor-image img,\n  .elementor-widget-image img,\n  .elementor-widget-container img,\n  img.thha-masked-image {\n    -webkit-mask-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><polygon points='50,0 100,15 100,65 50,100 0,65 0,15' fill='%23000'/></svg>\");\n    mask-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><polygon points='50,0 100,15 100,65 50,100 0,65 0,15' fill='%23000'/></svg>\");\n  }\n}\n\n.thha-mask-shape-heart {\n  img,\n  .advance_icon_box_media img,\n  .elementor-image img,\n  .elementor-widget-image img,\n  .elementor-widget-container img,\n  img.thha-masked-image {\n    -webkit-mask-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path d='M50,25 C60,5 90,5 90,35 C90,65 50,90 50,90 C50,90 10,65 10,35 C10,5 40,5 50,25 Z' fill='%23000'/></svg>\");\n    mask-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path d='M50,25 C60,5 90,5 90,35 C90,65 50,90 50,90 C50,90 10,65 10,35 C10,5 40,5 50,25 Z' fill='%23000'/></svg>\");\n  }\n}\n\n.thha-mask-shape-blob {\n  img,\n  .advance_icon_box_media img,\n  .elementor-image img,\n  .elementor-widget-image img,\n  .elementor-widget-container img,\n  img.thha-masked-image {\n    -webkit-mask-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><path fill='%23000' d='M44.7,-76.4C58,-69.2,69.2,-58,76.4,-44.7C83.7,-31.4,87,-15.7,85.6,-0.8C84.2,14.1,78.1,28.2,70.1,40.8C62.1,53.4,52.2,64.5,39.9,71.7C27.6,78.9,13.8,82.2,-0.7,83.4C-15.2,84.6,-30.4,83.7,-43.7,77.2C-57,70.7,-68.4,58.6,-76.1,44.7C-83.8,30.8,-87.8,15.4,-86.9,0.5C-86,-14.4,-80.2,-28.8,-71.9,-41.4C-63.6,-54,-52.8,-64.8,-39.9,-72.3C-27,-79.8,-13.5,-84,0.9,-85.6C15.3,-87.2,30.6,-83.6,44.7,-76.4Z' transform='translate(100 100)' /></svg>\");\n    mask-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><path fill='%23000' d='M44.7,-76.4C58,-69.2,69.2,-58,76.4,-44.7C83.7,-31.4,87,-15.7,85.6,-0.8C84.2,14.1,78.1,28.2,70.1,40.8C62.1,53.4,52.2,64.5,39.9,71.7C27.6,78.9,13.8,82.2,-0.7,83.4C-15.2,84.6,-30.4,83.7,-43.7,77.2C-57,70.7,-68.4,58.6,-76.1,44.7C-83.8,30.8,-87.8,15.4,-86.9,0.5C-86,-14.4,-80.2,-28.8,-71.9,-41.4C-63.6,-54,-52.8,-64.8,-39.9,-72.3C-27,-79.8,-13.5,-84,0.9,-85.6C15.3,-87.2,30.6,-83.6,44.7,-76.4Z' transform='translate(100 100)' /></svg>\");\n  }\n}\n\n/* Hover Micro-Animations */\n.thha-mask-hover-scale:hover img {\n  transform: scale(1.12);\n}\n\n.thha-mask-hover-scale-out:hover img {\n  transform: scale(0.88);\n}\n\n.thha-mask-hover-rotate:hover img {\n  transform: rotate(6deg) scale(1.05);\n}\n"],"names":[],"ignoreList":[],"sourceRoot":""}