       

        

        .cyac-ins-slider

        {

            width: 100%;

            max-width: 100%;;

        }        

            

       .story-ins-slide {

            display: flex !important;

            gap: 20px;

            align-items: center;           

        }

       .story-ins-thumbnail {

            flex: 0 0 45%;

            display: flex;

            height: 550px;

            position: relative;

        }



        .story-ins-thumbnail img {

            width: 100%;

            height: 100% !important; 

            object-fit: cover;

             border-radius: 16px;

             ;



        }



        .story-ins-content {

            width: calc(100% - 50%);

            flex: 1;

            padding: 20px;

            color: rgba(255,255,255, 70%);

            padding-right: 50px;

        }



        .story-ins-image {

            max-width: 100%;

            height: auto;

            display: block;

            /* margin-bottom: 10px; */



        }

     

        .indtype

        {

            font-size: 12px;

            text-transform: uppercase;

            letter-spacing: 1.2px;

            opacity: .4;

        }

        .icbox {

            border-radius: 15.36px;

            border: 1.28px solid rgba(255, 51, 102, 0.20);

            background: rgba(230, 57, 70, 0.10);

            width: 50px;

            height: 50px;

            display: flex;

            align-items: center;

            justify-content: center;

        }

            

        .category-ins-box {

            display: flex;

            align-items: center;

            gap: 20px;

        }         

         .category-ins-box p

         {

            margin: 0;

            font-size: 16px;

            color:  var( --e-global-color-secondary );;

         }

       h2.story-ins-title {

            margin: 20px 0px;

            color: #fff;

            font-family: inherit;

            font-size: 26px;

            font-weight: 700;

        }

        .story-ins-content p
        {

            font-weight: 400;
            font-size:16px

        }



        .story-ins-content ul {

            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            position: relative;
            list-style: none;
            padding: 0;
            

        }

       .story-ins-content li {

            border-radius: 16px;

            border: 1px solid rgba(255, 255, 255, 0.06);

            background: rgba(255, 255, 255, 0.04);

            padding: 10px 20px;  

            padding-left: 30px;;  

            position: relative;  

            font-size: 14px;      
            font-weight: 400;

        }

        .story-ins-content li::before {

            content: '';

            position: absolute;

            width: 8px;

            height: 8px;

            background: var( --e-global-color-secondary );

            top: 20px;

            left: 16px;

            border-radius: 100%;

        }





        .story-ins-thumbnail:before {

            background: linear-gradient(270deg, rgb(3 6 24 / 99%) 0%, rgb(2 6 24 / 0%) 100%);

            content: '';

            position: absolute;

            right: 0;

            z-index: 1;

            width: 50%;

            height: 100%;

        }



        .story-ins-thumbnail:after {

            content: '';

            position: absolute;

            background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgb(255 51 102 / 29%) 50%, rgba(0, 0, 0, 0.00) 100%);

            height: 100%;

            width: 7px;

            right: 0;

            z-index: 1;

        }

             

        .cyac-ins-slider .slick-prev 

        {

            left: 10px !important;;

            z-index: 9;

            opacity: 1 !important;;



        }



         .cyac-ins-slider .slick-next 

        {

           

            right: 00px !important;;

            z-index: 9;

            opacity: 1 !important;

        }



    /* Previous arrow */

    .cyac-ins-slider .slick-next:before {

        content: '';

        display: block;

         position: absolute;

        width: 38px;

        height: 38px;

        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38' fill='none'><circle cx='19' cy='19' r='19' fill='black' fill-opacity='0.3'/><circle cx='19' cy='19' r='18.5' stroke='white' stroke-opacity='0.1'/><path d='M17 23L22 18.5L17 14' stroke='white' stroke-opacity='0.6' stroke-width='1.91997' stroke-linecap='round' stroke-linejoin='round'/></svg>");

        background-size: cover;

         right: 10px !important;;

    }



    /* Next arrow */

    .cyac-ins-slider .slick-prev:before {

        content: '';

        display: block;

        width: 38px;

        height: 38px;

        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38' fill='none'><circle cx='19' cy='19' r='19' fill='black' fill-opacity='0.3'/><circle cx='19' cy='19' r='18.5' stroke='white' stroke-opacity='0.1'/><path d='M22 23L17 18.5L22 14' stroke='white' stroke-opacity='0.6' stroke-width='1.91997' stroke-linecap='round' stroke-linejoin='round'/></svg>");

        background-size: cover;

         position: absolute;

        

    }



    .cyac-slider-wrapper

    {

         background: #020618;

        border-radius: 20px;

        overflow: hidden;

    }



  .cyac-ins-nav .slick-track {

        margin-left: 0 !important;

    }



    .cyac-ins-nav .slick-list {

        text-align: left !important;

    }



    .cyac-ins-nav .slick-track {

        display: flex !important;

        justify-content: flex-start !important;

    }

    .cyac-ins-nav .nav-item {

        cursor: pointer;

        padding: 10px;

        display: flex !important;

        align-items: start;

        gap: 10px;

        opacity: 0.6;

        transition: 0.3s;

        border-top: 4px solid #ff000000;

        border-right: 1px solid #ffffff1f;

    }



    .cyac-ins-nav .slick-current.nav-item {

        opacity: 1;

        border-top: 4px solid var(--e-global-color-secondary);

        background: rgba(255,255,255, .05);

    }



    .nav-thumb img {

        width: 44px;

        height: 44px !important;

        object-fit: cover;

        border-radius: 5px !important;

    }



    .nav-number {

        font-size: 12px;

        color: #ff3c3c;

        display: block;

    }



    .nav-title {

        font-size: 13px;

        color: #fff;

    }





@media(max-width: 992px) {

   .story-ins-slide {

        flex-direction: column;

    }



    .story-ins-thumbnail,

    .story-ins-content {

        width: 100%;

    }

}





@media(max-width: 880px) {

    .category-ins-box p,

    .story-ins-content p

     {   

        font-size: 14px;    

    }

     h2.story-ins-title {

        font-size: 22px;

    }

    .story-ins-content ul {

        grid-template-columns: repeat(1, 1fr);

    }

    .story-ins-content {

        padding-right: 20px;

    }

    .icbox {

        width: 40px;

        height: 40px;

    }

     .icbox svg {

        width: 20px;

        height: 20px;

    }

    .nav-thumb img {

        width: 34px;

        height: 34px !important;

    }

    .slick-arrow

    {

        display: none !important;

    }

   .story-ins-thumbnail {

    flex: unset;

    max-height: 290px !important;

}

     .story-ins-content {

        flex: 0 0 100% !important;

        width: 100% !important;

    }

    .story-ins-thumbnail::before,

    .story-ins-thumbnail::after

    {

        display: none;

    }

}