/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.coverbox::before{
        content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(37.36deg, #0A3710 1.89%, #1D9D2F 98.99%);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
}

.elementor-widget-video .e-hosted-video .elementor-video {
    border-radius: 24px;}
    .my-gallery-overlay img.swiper-slide-image {
    border: 1px solid transparent;
    background: linear-gradient(180deg, #0A3710 0%, #1D9D2F 100%) border-box;
    /* mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0); */
    /* mask-composite: exclude; */
    border-radius: 20px;
  
    object-fit: cover;  
}

.my-gallery-overlay figure.swiper-slide-inner::before
{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(172deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 89%);
    z-index: 3;
  
}

.my-gallery-overlay img.swiper-slide-image {
  position: relative;
  z-index: 1;
  display: block;
}
   