.flex {
    display: flex;
}


.free-mgmt-tool-container {
    position: relative;
    font-family: poppins-regular;
    .section-container {
        max-width: 1400px;
        margin: auto;
        width: 100%;
        .section-heading{
            font-size: 28.6px;
        }
    }
    


.section-1 {


    position: relative;
    height: 515px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(13, 44, 59);
    margin-top: 25px;
    .section-container{
        display: flex;
        justify-content: space-between;
        max-width: 1250px;
    }
    .banner-lhs {
        width: 50%;
        height: 100%;
        display: flex;
        /* align-items: center; */

        justify-content: center;
        flex-direction: column;
        .banner-btn-wrapper{
            margin-top: 35px;
            font-size: 13px;
        }
    }

    .bottom-curve {
        position: absolute;
        bottom: -213px;
        left: 0;
        width: 100%;
        height: 300px;
        z-index: 1;

        img {
            width: 100%;
        }
    }

    .banner-rhs {
        display: flex;
        align-items: center;
        animation: fade-left 1s forwards;

        img {
            width: 535px;
            width: 100%;
        }
    }

    .section-heading {
        font-size: 28px;
        font-family: poppins-regular;
        /* color: #241a44; */
        color: white;
        width: 520px;
        .highlight-text{
            color: #1ce99c;
            font-family: poppins-semibold;
        }
    }

    .section-description {
        margin-top: 20px;
        color: rgb(255 255 255 / 90%);
        font-family: work-sans-regular;
        animation: fade-right 0.7s forwards;
        font-size: 14.3px;
        line-height: 20.8px;
        .des-2{
            margin-top: 15px;
        }
    }


}

.section-2 {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, #e1f4ff, #f4f4ff);

    .section-heading {
        align-items: center;
        font-size: 36px;
        margin-top: 30px;
    }

    .section-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 1;
        border-radius: 20px;
    }

    .free-bait {
        position: relative;

        .stroke-line-container {
            position: absolute;
            top: -2px;
            left: -15px;
            /* width: 183px; */
            overflow: hidden;
            width: 0;
            transition: all 0.7s;
         
            img {
                width: 183px;
            }
        }
    }

    .section-heading-slideup {
        .free-bait .stroke-line-container {
            width: 183px;
        }

        .feature-grid-heading {
            width: 258px;
        }
    }

    .feature-grid-heading {
        /* background: #fffefd; */
        margin: 10px 20px;
        overflow: hidden;
        height: 55px;
        /* box-shadow: 3px 4px 5px #9da3eb45; */
        transition: all 1s;
        transition-delay: 0.8s;
        width: 0;
        font-family: poppins-medium;;
        margin-top: 5px;
        color: #1a9609;
        display: flex;
        align-items: center;
        text-wrap: nowrap;
        img{
            height: 50px;
            width: 50px;
            margin-left: 10px;
        }
    }

    .feature-grid-container {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: min(100%, 1400px);
        /* transform: translateY(-40px); */
        opacity: 1;
        margin-bottom: 70px;

        .feature-container {
            display: flex;
            flex-direction: column;
            align-items: center;

            text-align: center;
            /* border: 1px solid rgba(106, 12, 230, 0.021); */
            width: 366px;
            /* box-shadow: 10px 7px 10px #d3d0d761; */
            margin: 20px;
            transition: all 0.8s;
            transform: translateY(100px);
            opacity: 0;

            .feature-image {
                height: 60px;
                width: 60px;
                /* background: linear-gradient(45deg, #e1f4ff, #e7e8ff);
                box-shadow: 20px 20px 60px #c2c0c0, -20px -20px 60px #ffffff; */
                padding: 5px;
                display: grid;
                place-items: center;
                border-radius: 50%;
                i{
                    font-size: 40px;
                }
            }

            /* padding: 15px;
            border: 1px solid rgb(173, 179, 235); */
            .feature-heading {
                text-wrap: nowrap;
                color: #4b4262;
                font-family: 'poppins-semibold';
            }

            .feature-content {
                position: relative;
                padding: 10px 15px;

                /* background: linear-gradient(45deg, #fefdff, #fbfaff); */
                color: rgb(82 78 94 / 70%);
                font-family: poppins-medium;
                ;
                display: flex;
                flex-direction: column;
                /* justify-content: space-around; */
                flex: 1;
            }

            .feature-description {
                font-size: 14.3px;
                margin-top: 5px;
                font-family: work-sans-medium;
            }
        }

        .feature-container-sliedup {
            transform: translateY(0);
            opacity: 1;
        }
    }

}

.section-3 {

    background: white;
    /* rgb(227 229 255 / 30%); */
    padding: 50px 0 100px;

    .section-container {
        /* max-width: 1050px; */
        border-radius: 10px;
        /* background: rgb(242 245 255); */
        /* overflow: hidden; */
        justify-content: space-between;
        position: relative;
        flex-direction: column;
        .image-container{
            position: absolute;
            left: 58px;
            bottom: 0;
        }
    }

    .feature-grid-heading {
        margin-bottom: 24px;
        text-align: center;
        font-size: 28.6px;
        color: #170939eb;
        font-family: poppins-medium;
        margin-top: 10px;
    }

    .feature-grid-container {
        display: flex;
        width: min(100%, 1370px);
        /* flex-wrap: wrap; */
        /* justify-content: center; */
        font-size: 14px;
        flex-direction: column;
        /* height: 1066px; */
        /* align-items: center; */
        /* margin: auto; */
        /* max-width: 1200px; */
        background: #ffffff;
        border-radius: 10px;
        padding-top: 70px;
        margin: 3px auto;
        position: relative;
      
        .feature-grid-sub-heading{
            text-align: center;
            font-size: 22px;
            margin-bottom: 10px;
            font-family: poppins-medium;
            color: #000c2dcf;
        }
        .all-feature-list{
            display: flex;
            flex-wrap: wrap;
            margin: auto;
            gap: 20px;
            max-width: min(100vw,1288px);
            padding: 50px;
            background: linear-gradient(45deg, hsl(233deg 95% 84% / 10%), rgb(223 177 249 / 10%));
            border-radius: 12px;
            margin-top: 15px;
            justify-content: center;
        }

        .feature-container {
            /* border: 1px solid #6493cc1c; */
            border-radius: 10px;
            padding: 10px 20px;
            /* margin: 16px 12px; */
            position: relative;
            z-index: 1;
            background: white;
            /* height: fit-content; */
            width: min(382px,95vw);
            /* width: min(304px, calc(100% - 24px)); */
            transition: all 0.6s;
            margin-top: 2px;
            box-shadow: none;
            border: none;
            padding-top: 20px;
            border: 1px solid hsl(228deg 63% 52% / 10%);
            box-shadow: 6px 6px 20px rgb(0 0 0 / 5%);
            /* box-shadow: 0 0 20px #9199aa33; */
            .feature-heading {
                color: #1b4454e8;
                font-size: 14px;
                display: flex;
                align-items: center;
                width: fit-content;
                padding: 7px 13px;   
                text-wrap: nowrap; 
             
                border-radius: 5px;
                font-family: 'poppins-medium';
                position: relative;
                left: 0px;
                height: 34px;
                top: 3px;
                padding-left: 0;
                .feature-heading-icon {
                    font-size: 22px;
                    margin-right: 10px;
                    padding: 12px;
                    border-radius: 50px;
                    height: 46px;
                    color: #144778d9;
                    backdrop-filter: blur(10px);
                }
            }

            /* .feature-heading::before {
                width: 0;
                height: 0;
                background: transparent;
                content: "";
                position: absolute;
                z-index: 1;
                left: -4px;
                border: 8px solid transparent;
                border-left: 8px solid #fafbff;
                border-top: 8px solid #fafbff;
                top: -1px;
            } */

            .feature-points-list{
                padding-top: 23px;
                padding-left: 10px;
              
              .feature-point {
                margin: 8px 0;
                color: #5f5c61;
                display: flex;
                /* align-items: center; */
                font-size: 12.5px;
                .feature-icon {
                    margin-right: 2px;
                    height: 20px;
                    width: 20px;
                    display: flex;
                    /* align-items: center; */
                    justify-content: center;
                    color: #00c000;
                    font-size: 13px;
                    padding-top: 2px;
                    img {
                        width: 20px;
                    }
                }
                .feature-point-description{
                    font-family: 'work-sans-regular';
                }
              }
              :nth-child(1).feature-point{
                margin-top: 0;
              }
            }
            &.feature-container-5{
                margin-top: 0;
            }
            &.ml-0{
                margin-left: 0;
             }

            &.blue-box{
              
                .feature-heading-icon{
                  background: linear-gradient(45deg, hsl(210deg 100% 39% / 8%), hsl(172deg 100% 44% / 8%));
                  
                }
            }
            &.pink-box{
        
                .feature-heading-icon{
                    background: linear-gradient(45deg, #b600c70d, hsl(212deg 100% 44% / 5%));
                    color: #80018d;
                }
            }   
            &.orange-box{
            
                .feature-heading-icon{
                    background: linear-gradient(45deg, #c724001a, hsl(33deg 100% 44% / 10%));
                    color: #c72400c9;
                }
            } 
            &.yellow-box{
            
                .feature-heading-icon{
                    background: linear-gradient(45deg, hsl(61deg 94% 40% / 10%), #e099001a);
                    color: #ce8d02;
                }
            }
            &.long-cards{
                width: min(584px,95vw);
            }
        }
         .admin-feature-container ,.license-feature-container{
            margin-top: 0;
         }

        .slide-card-up {
            transform: translateY(0px);
            opacity: 1;
        }

        .explore-more-btn-container {
            width: fit-content;
            border-radius: 50px;
            background: linear-gradient(45deg, #008a8a, #004c8a);
            color: white;
        }
    }

    .sub-category-container {

        /* display: flex; */

        /* width: min(100%, 434px); */
        /* background: linear-gradient(0deg, #12d8d01a, #142bec1a); */
        width: 100%;
        display: grid;
        grid-template-columns: repeat(38, 21.4px);
        grid-gap: 15px;
        grid-auto-rows: 40px;
        padding: 15px;
        position: relative;
        :nth-child(1){
            grid-column: span 14;
            grid-row: span 4;
        }
        :nth-child(2){
            grid-column: span 15;
            grid-row: span 4;
        }
        :nth-child(3){
            grid-column: span 9;
            grid-row: span 7;
        }
        :nth-child(4){
            grid-column: span 9;
            grid-row: span 10;
        }
        :nth-child(5){
            grid-column: span 20;
            grid-row: span 5;
        }
        :nth-child(6){
            grid-row: span 7;
            grid-column: span 9;
        }
        :nth-child(7){
            grid-row: span 5;
            grid-column: span 10;
        }
        :nth-child(8){
            grid-row: span 5;
            grid-column: span 10;
        }
        :nth-child(9){
            grid-column: span 7;
            grid-row: span 4;
        }
        .image-container {
            width: 800px;
            height: 600px;

            img {
                width: 100%;
                height: 100%;
            }
        }
        .feature-card-wrapper{
            position: relative;
            background: white;
            overflow: hidden;
        }
        .feature-card {
            /* width: min(100%, 470px);
            min-height: 88px; */
            display: flex;
            border-radius: 10px;

            padding-top: unset;
            padding-bottom: unset;
            /* margin-bottom: 15px; */
            position: relative;
            z-index: 1;
            /* opacity: 0; */
            /* transform: translatey(60px); */
            transition: all 0.8s;
            border: 1px solid #3505cf12;
            /* align-items: flex-end; */
            flex-direction: column;
            background: #ffffff;
            width: 100%;
            height: 100%;
            .feature-card-heading {
                font-family: poppins-semibold;
                margin-bottom: 3px;
                position: relative;
                z-index: 2;
                color: #00132eb8;
                font-size: 18px;
            }

            .feature-card-content {
                font-size: 13.65px;
                color: #1e102787;
                position: relative;
                z-index: 2;
                font-family: 'work-sans-medium';
            }

            .feature-card-icon  {
                margin-right: 15px;
                position: absolute;
                z-index: 2;
                padding: 8px;
                top: -1px;
                right: -18px;
                font-size: 21px;
                color: #e9e9e9;
                display: none;
            }
            .feature-card-img{
                height: 100%;
                /* box-shadow: 0 0 10px 0px #0b0f2408; */
                border-radius: 12px;
                position: absolute;
                bottom: 0;
                width: 100%;
                /* background: #ffffff96; */
            }
            span{
                padding: 18px;
                padding-top: 15px;
            }
            &.purple-card{
                background: hsl(259deg 100% 94% / 20%);
                border-color: hsl(259deg 100% 88% / 50%);
                .feature-card-heading{
                    color: #070016b8;
                }
            }
            &.green-card{
                background: hsl(111deg 37% 93% / 30%);
                border-color: hsl(126deg 15% 36% / 28%);
                .feature-card-heading{
                    color: #1e321e;
                }
            }
            &.orange-card{
                background: rgb(255 236 215 / 40%);
                border-color: hsl(32deg 96% 19% / 22%);
                .feature-card-heading{
                    color: #533807;
                }
            }
            &.brown-card{
                background: hsl(358deg 45% 89% / 30%);
                border-color: rgb(195 161 162 / 50%);
                .feature-card-heading{
                    color: #634c4d;
                }
            }
            &.gray-card{
                background: rgb(245 245 245 / 50%);
                border-color: hsl(0deg 0% 79% / 60%);
                .feature-card-heading{
                    color: #444343;
                }
            }
            &.violet-card{
                background: hsl(317deg 43% 90% / 30%);
                border-color: hsl(317deg 17% 67% / 40%);
                .feature-card-heading{
                    color: #4f3b49;
                }  
            }
            &.yellow-card{
                background: hsl(36deg 76% 90% / 40%);
                border-color: hsl(35deg 52% 76% / 50%);
                .feature-card-heading{
                    color: #6e5c41;
                }
            }
            &.blue-card{
                background: hsl(180deg 25% 88% / 40%);
                border-color: rgb(161 189 189 / 50%);
                .feature-card-heading{
                    color: #33335f;
                }
            }
            &.blur-white::after{
                content: "";
                width: 200px;
                height: 100px;
                background: #ffffffd6;
                position: absolute;
                z-index: 1;
                top: 22px;
                left: 62px;
                filter: blur(46px);
                border-radius: 150px;
            }
            &.left-blur::after{
                left: -60px;
            }
            &>*{
                position: relative;
                z-index: 2;
            }
        }
         .feature-card.slide-right-card {
            opacity: 1 ;
            transform: translateX(0) ;
        }
        .feature-card::before {
            content: "";
            width: 40px;
            height: 40px;
            border-bottom-left-radius: 40px;
            position: absolute;
            right: 0;
            top: 0;

            border-top-right-radius: 10px;
        }
    }

    .company-qoute {
        animation: fade-right 0.7s forwards;
        border-radius: 8px;
        color: rgb(4 73 118 / 80%);
        font-family: work-sans-medium;
        width: fit-content;
        margin: 25px auto;
        font-style: italic;
        z-index: 2;
        position: relative;
        i{
            font-size: 24px;
            position: absolute;
            top: -11px;
            left: -14px;
            color: rgb(0 154 255);
            opacity: 0.09;
        }
        &::after{
            content: "";
            width: 100%;
            height: calc(100% + 30px);
            background: linear-gradient(45deg, transparent, #00a4e60d, transparent);
            left: 0;
            position: absolute;
            top: -15px;
        }
    }
}

.section-4 {
    padding: 80px 0;


}

.section-5 {
    display: flex;
    justify-content: center;
    /* height: 600px; */
    flex-direction: column;
    padding-top: 65px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
    background: #0e1723;

    .section-container {
        position: relative;
        z-index: 1;
    }

    .section-heading {
        margin-bottom: 50px;
        text-align: center;
    
        color: #efefef;
        font-family: poppins-medium;
        ;
    }

    .bird-eye-container-list {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .bird-eye-container {
        width: min(400px, calc(100% - 20px));
        height: 390px;
        border-radius: 10px;
        overflow: hidden;
        background: #1c2737;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 12px;
        line-height: 1.2em;
        transform: translateY(80px);
        opacity: 0;
        transition: all 0.7s;

        .img-conatiner {
            height: 250px;
            width: 100%;

            img {
                width: calc(100% - 30px);
                height: calc(100% - 30px);
                margin: 15px;
                border-radius: 10px;
            }
        }

        .container-heading {
            color: rgba(255, 255, 255, 1);
            font-family: poppins-medium;
            ;
            font-size: 1.15em;
            margin-top: 10px;
            padding: 0 15px;
        }

        .container-description {
            font-size: .82em;
            margin-top: 3px;
            padding: 0 15px;
            /* text-align: justify; */
            color: rgba(250, 250, 250, 0.725);
            font-family: work-sans-regular;
        }
    }

    .bird-eye-container-slideup {
        transform: translateY(0px);
        opacity: 1;
    }

    .github-link-container {
        width: fit-content;
        margin: 50px auto;
        padding: 10px 20px;
        background: #008a8a;
        border-radius: 5px;
        color: white;
        font-size: 14px;
        cursor: pointer;
        align-items: center;
        transition: background 0.4s;
        img{
            width: 20px;
            height: 20px;
            margin: 0 5px;
        }
    }
    .github-link-container:hover{
        background: #01a7a7;
    }

}

.section-6 {
    padding: 40px;
    padding: 60px 0;
    background: linear-gradient(45deg, rgb(227 229 255 / 30%), rgb(255 233 247 / 32%));
    position: relative;
    z-index: 1;

    .section-heading {
        margin-bottom: 50px;
        text-align: center;
       
        color: #170939eb;
        font-family: poppins-medium;
        ;

        .highlight-text {
            color: transparent;
            background: linear-gradient(45deg, #039c71, #022e89);
            background-clip: text;
        }
    }

    .content-container {
        align-items: center;
    }

    .powershell-description {
        display: flex;
        flex-direction: column;
        flex: 1;
        color: #5f5c61;
        position: relative;
        z-index: 2;

        .powershell-point {
            margin-bottom: 15px;
            display: flex;
            align-items: center;

            .gradient-dot {
                margin-right: 10px;
                background: linear-gradient(224deg, #12d8d01a, #142bec1a);
                padding: 7px;
                border-radius: 8px;
                display: none;
            }
        }
    }

    .power-shell-image {
        width: 300px;
        height: 300px;
        position: absolute;
        right: 189px;
        top: 1px;
        opacity: 0.05;

        img {
            width: 100%;
        }
    }

    .sample-card-container {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        background: linear-gradient(224deg, #12d8d01a, #142bec1a);
        padding: 20px;
        border-radius: 15px;
        backdrop-filter: blur(70px);

        .card-container-heading {
            color: #04042ec4;
            font-family: poppins-medium;
            ;
            font-size: 18px;
        }

        .sample-card {
            width: 310px;
            border-radius: 10px;
            font-size: 14px;      
            display: flex;
            align-items: center;
            font-size: 14px;
            background: #ffffff9c;
            transition: all 0.5s;
            cursor: pointer;
            opacity: 0;
            transform: translateX(-60px);
            justify-content: center;
            flex-direction: column;
            padding: 14px;
            border: 1px solid #0e44e030;
            box-shadow: 5px 10px 13px #3a4b5817;
            .sample-card-tilte{
                margin-top: 13px;
                font-size: 13px;
                font-family: 'poppins-regular';
                color: transparent;
                background: linear-gradient(224deg, #200857ba, #495556c7);
                background-clip: text;
            }
            .card-img {
                height: 166px;
                transition: all 0.25s;
                border-radius: 8px;
                overflow: hidden;

                img {
                    width: 100%;
                    height: 100%;


                }
            }
        }
        .sample-card.slide-right-card {
            opacity: 1 ;
            transform: translateX(0) ;
        }

        .sample-card.slide-right-card:hover {    
                transform: scale(1.04) translateX(0);
                border:1px solid #0e3ce054;
        }

        .sample-card-list {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
        }
    }

    .more-script-tag {
        display: flex;
        margin-top: 40px;
        align-self: center;
        background: linear-gradient(45deg, #3B6FBD, #3baebd);
        width: fit-content;
        padding: 10px 15px;
        border-radius: 5px;
        color: white;
        font-size: 14.5px;
        align-items: center;
        background-size: 200% 200%;
        text-decoration: none;
        transition: background-size 0.3s;
    }
    .more-script-tag:hover{
        background-size: 100% 100%;
    }

    .company-qoute {
        margin-top: 60px;
        text-align: center;
        color: transparent;
        background: linear-gradient(175deg, #05c78f, #022e89);
        font-style: italic;
        background-clip: text;
        font-size: 22px;
        font-family: poppins-medium;
        display: flex;
        justify-content: center;

        img {
            width: 20px;
            margin-right: 5px;
        }
    }
}





.section-7{
    position: relative;
    z-index: 1;
    .cta-banner {
        width: min(1200px, calc(100% - 20px));
        margin: 50px auto;
        background: linear-gradient(45deg,  #000439, #004b6e);
        max-height: 285px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        padding-left: 50px;
        color: white;
  
        .cta-banner-content {
            font-size: 13px;
            padding-right: 0;
            margin-right: 52px;
            .cta-banner-download{
                margin-top: 15px;
            }
        }
        .cta-banner-img{
            flex: 1;
            margin-bottom: 38px;
            svg{
                width: 100%;
                height: 100%;
            }
        }
        .cta-banner-heading {
            font-size: 26px;
            max-width: 650px;
        }
  
        .download-btn{
            font-size: 1.5em;
        }
        .explore-more {
            margin-top: 14px;
            font-size: 14.3px;

        }
        .interlinking{
            color: #00ffac;
        }
    }
  
}
/* 
.know-more-btn {
    margin-left: 10px;
    padding: 5px 10px;
    background: white;
    color: #5e5e5e;
    font-family: poppins-medium;
    text-decoration: none;
    font-size: 13px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s;
}

.know-more-btn:hover {
    box-shadow: 0 0 0 3px rgba(189, 219, 255, 0.69), 0 0 0 6px rgba(92, 154, 229, 0.505);
    color: #5e5e5e;
} */

.curve-path {
    position: absolute;
    max-width: 100%;
    left: 0px;
    min-width: 99%;
    max-height: 500px;
    opacity: 0.1;
    overflow: hidden;

    .line {
        width: 100vw;
        height: 146vh;
        transform: rotate(180deg);
    }
}

.curve-02 {
    top: 650px;
}

.end-waves-wrapper {
    position: absolute;
    bottom: -60px;
    width: 100%;
    left: 0;
    height: 400px;
    overflow: hidden;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    .end-wave{
        flex: 1
    }
}

.bg-pattern {
    position: absolute;
    width: 150%;
    left: 0;
    top: 0;
    z-index: 0;
    bottom: 0;
    opacity: 0.1;

    svg {
        width: 80%;
        height: 100%;
    }
}

@keyframes fade-right {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-left {
    from {
        transform: translateX(50px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}


.slide-right-card {
    opacity: 1 ;
    transform: translateX(0) ;
}

@media screen and (max-width:800px) {
     overflow: hidden;
    .section-1 {
        height: unset;
        padding-top: 80px;
        padding-bottom: 50px;
        .section-container{
            margin-top: unset;
            flex-direction: column;

            .banner-lhs {
                width: 100%;
                padding: 15px;

                .section-heading {
                    width: unset;
                    font-size: 28px;
                }

                .section-description {
                    width: unset;
                    font-size: 12px;
                }
                .company-qoute{
                    font-size: 12px;
                }

                div{
                    padding-left: 10px;
                }
            }

            .banner-rhs {
                img {
                    width: 100%;
                }
            }
        }
        .bottom-curve{
           bottom: -296px;
        }
    }

    .section-2 {
        padding: 20px;

        .section-heading {
            flex-direction: column;
        }
        .section-container{
            background: #f6fcff;
        }
        .free-bait {
            .stroke-line-container {
               top: -6px;
               left: -28px;
               img{
                width: 128px;
               }
            }
        } 
        .feature-grid-heading {
            height: 30px;
            img{
                width: 25px;
                height: 25px;
            }
        }   
        .section-heading-slideup .feature-grid-heading {
           font-size: 20px;
           width: 143px;
     
        }
        .feature-grid-container {
            .feature-container {
                .feature-heading {
                  font-size: 13px;
                }
                .feature-description {
                  font-size: 12px;
                }
           }
        }
    }

    .section-3 {
        padding: 20px 0;
        .feature-grid-heading {
            padding: 0 15px;
            font-family: 20px;
        }

        .section-container {
            flex-direction: column;
            padding-right: unset;
        }
        .sub-category-container{ 
            margin: auto;
            margin-top: 12px;
            display: flex;
            flex-direction: column;
            .feature-card-wrapper{
                img{
                    opacity: 0.10;
                    width: 100%;
                    height: unset;
                    object-fit: contain;
                }
            }
         .feature-card{
           .feature-card-heading{
             font-size: 13px;
           }
           .feature-card-content{
             font-size: 11px;
           }
          }
        }
        .image-container{
            display: none;
        }
        .feature-grid-container {
            height: unset;
            align-items: center;
            .all-feature-list{
                gap: 6px;
                padding: 0;
            }
            .feature-container {
                 width: calc(100% - 24px);
                 .feature-points-list{
                    padding-left: 12px;
                 }
                .feature-point-description,.feature-heading{
                    font-size: 12px;
                    left: -22px;
                }
            }
        }
    }

    .section-5 {
        .bird-eye-container {
            margin: 10px;
            .container-heading{
                font-size: 1em;
            }
            .container-description{
                font-size: 0.72em;
                margin-top: 7px;
            }
        }

        .bird-eye-container-list {
            flex-direction: column;
        }

        .github-link-container,
        .github-link {
            flex-direction: column;
            align-items: center;
            display: flex;
            font-size: 12px;
        }

        .github-link,
        .know-more-btn {
            margin-top: 5px;
        }
    }

    .section-6 {
        .content-container {
            display: block;

            .powershell-point {
                padding: 0 10px;
                font-size: 13px;
            }
        }

        .sample-card-container {
            margin: 10px;

            .sample-card-list {
                flex-direction: column;
                align-items: center;
                .sample-card{
                    margin: 10px 0;
                }
            }
        }

        .more-script-tag {
            margin: auto;
            font-size: 12px;
            margin-top: 10px;
        }

        .company-qoute {
            margin: 10px;
            font-size: 14px;
        }
    }


    .section-7{
        .cta-banner {
            flex-direction: column-reverse;
            margin: 10px;
            padding-left: 0;
            max-height: unset;
            .cta-banner-content {
                width: unset;
                padding: 38px;
                text-align: center;
                margin-right: 0;
                .cta-banner-heading {
                    font-size: 20px;
                }
            }

            img {
                width: 300px;
            }
        }
    }


    .section-container{
        .section-heading{
            font-size: 20px;
            padding: 0 10px;
        }
    }
    .know-more-btn{
        font-size: 11px;
    }
    .end-waves-wrapper {
        display: none;
    }
}
@media (min-width: 801px) and (max-width : 1350px){
    .section-1{
        padding: 60px;
        height: unset;
        .container-1{
            flex-wrap: wrap;
            justify-content: center;
           .banner-lhs{
            width: 100%;
           }
        }
        .bottom-curve{
            bottom: -300px;
        }
    }
    .section-2{
        padding: 0 20px;
        .section-container{
            background: #f6fcff;
        }
    }
    .section-5{
        .bird-eye-container-list{
            justify-content: center;
            flex-wrap: wrap;
        }
        .bird-eye-container{
            margin: 15px;
        }
    }
    .section-3{
        .section-container{
            justify-content: center;
        }
        .feature-grid-container{
            height:unset;
            width: unset;
        }
    }
    .section-6 .sample-card-container .sample-card-list{
        flex-wrap: wrap;
        justify-content: center;
        .sample-card{
            margin: 15px;
        }
    }
}

@media (min-width:801px) and (max-width:1390px) {
    .section-3{
        .section-container{
            .sub-category-container{
                grid-auto-rows: 40px;
                grid-template-columns: repeat(38, 1.1%);
                .feature-card .feature-card-img{
                    height: unset;
                }
            }
        }
    }
}
@media screen and (min-width: 2000px) {
    .section-2{
        padding-top: 0;
        .section-container{
            background: #f6fcff;
        }
    }
    
}
@media screen and (min-width: 1700px) {
    .section-3{
        /* .section-container{
            max-width: 1300px;
        }
        .sub-category-container{
            width:  434px
        } */
        .feature-grid-container{
            /* width:  824px;
            height: 1046px; */
            .feature-container{
             
                .feature-point{
                    font-size: 12px;
                }
            }
        }
    }
}
}

body.high-contrast{
    .free-mgmt-tool-container{
        .section-2{
            .feature-grid-container{
                .feature-container{
                    .feature-content{
                        color: rgb(82 78 94);
                    }
                }
            }
        }
        .section-3{
            .sub-category-container{
                .feature-card{
                    .feature-card-content{
                        color: #1e1027c2;
                    }
                }
            }
        }
        .section-5{
            .github-link-container{
                background: #004848;
                border: 2px solid rgb(0, 224, 0);
            }
        }
    }
}