.overlay {
    /* background-color: rgba(255, 255, 255, .1); */
    /* padding: 50px; */
    border-radius: 32px;
    color: #fff;
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0px;
    right: 0px;
    bottom: 30px;
    max-width: 545px;
    height: fit-content;
    z-index: 100;
}

.hero-bg-image {
    background-image: url('/assets/img/products/rfid-components/hero-banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
}

.hero-bg-image h1 {
    color: #fff;
    text-shadow: 0px 5px 10px #00000080;
}

.hero-bg-image p {
    color: #fff;
    text-shadow: 0px 5px 10px #00000080;
}

.content {
    z-index: 10;
}

 .btl-24
        {
            border-top-left-radius: 24px !important;
        }

        #why .cutting-edge
        {
            height: unset !important;
        }
        .card-plan-sub-header
        {
            text-align:left;
        }
        .card-plan-body.big li
        {
            display:flex;
            align-items: center;
            min-height:75px;
            font-family: 'mulish';;
            font-size:14px;
            font-weight: 700 !important;

            padding: 0px 0px 0px 30px !important;
            margin:0px;
        }
        .card-plan-body.big li:before,  .card-plan-body li.hide-bullet:before 
        {
            display:none;
        }

        .drum-wrapper {
            display: flex;
            gap: 20px;
        }

        .drum
        {
            position:relative;
            overflow:hidden;
            opacity:1;
            display:flex;
            justify-content: center;
            align-items: center;
            background-color:#DADFE4;
            border-radius: 32px;
            min-height: 350px;
            padding:10px;
            
        }
        .drum h6
        {   color: #fff !important;}
        .drum h3
        {   color: #FFAD5F !important;}

        .drum:before
        {
            content:'';
            position:absolute;
            width:100%;
            height: 100%;
            background-color:#773DBD;
            left:0px;
            top:0px;
            transform: translateY(100%);
            transition: all 2s;
            z-index: 0;
            
        }
        .drum.full:before
        {
            transform: translateY(0%);
            transition: all 2s;

        }
        @keyframes fullAnim
        {
            0%
            {
                transform: translateY(100%);
            }
            100%
            {
                transform: translateY(0px);
            }
            
        }

        ul
        {
            padding-left:20px;
        }

        .card-content .icon
        {
            position: absolute;
            right:40px;
            top:-36px;
        }

        @media only screen and (max-width: 767px){
            .drum-wrapper {
                flex-direction: column;
            }
        }
        
            @media (max-width: 768px)
    {
        .edge-card, .scroller-item
        {
            transform: translateX(0px);
        }

    }