@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');

body {
    font-family: 'IBM Plex Sans', sans-serif;
    background-color: #f5f5f5;
}

.bg-gradint {
    background: radial-gradient(113.2% 109.72% at 48.44% 100.18%, #350E44 0%, #060533 100%);
    color: #fff;
    padding: 8rem 4rem 0 4rem;

    h1 {
        font-size: 58px;
        font-weight: 700;
        padding-right: 8rem;
        /* border-width: 0px 0 0 7px; */
        line-height: 5rem;
        /* border-style: solid; */
        /* border-image: linear-gradient(to bottom, #1EE0D1, #8EE83B) 1; */
        /* border-radius: 1rem 0 0 1rem; */
        /* padding-left: 1rem; */
        margin-bottom: 1.5rem;
        background-image: url(../images/style.png);

        background-repeat: no-repeat;
        background-size: 20px;
        padding-left: 24px;
    }

    p {
        font-size: 1.1rem;
        font-weight: 300;
        line-height: 1.8;
        padding-right: 10rem;
    }

    .customers {
        display: flex;
        height: 88px;
        align-items: center;
        padding-top: 1rem;

        >img {
            width: 88px;
            margin-right: 40px;
        }
    }

    .customers img:nth-child(4) {
        margin-right: 24px;
    }

    .platform {
        border-left: 1px solid #3DED6C;
        display: flex;
        height: 30px;
        padding-left: 24px;
        gap: 40px;

        >img {}

    }
}

/*!Heading */
.heading {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    color: #1e1e1e;
}

.subhesding {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    padding: 0 24rem;
    line-height: 32px;
    margin: 0;
    color: #464646;
}

.ali-center {
    align-content: center;
}

.install-giude {
    background-color: #fff;
    padding: 80px 0 0;

    .custom-tabs {
        border: 0;
        justify-content: center;
        margin: 44px 0 34px 0;
        gap: 24px;

        button {
            border: 0;
            border-radius: 4rem;
            font-size: 18px;
            padding: 1rem 2.6rem;
            font-weight: 300;
            background-color: rgba(31, 30, 30, 0.1);
            color: #464646;
        }

        .active {
            font-weight: 400;
            background: linear-gradient(to right, #8c25b2 0%, #1714bd 100%);
            color: #fff;
        }

    }


    .content {
        padding-left: 3rem;

        h3 {
            font-size: 32px;
            font-weight: bold;
            margin: 0;
            color: #1e1e1e;
        }

        ol {
            margin: 0;
            padding: 1rem 0 0rem 1.3rem;
            line-height: 42px;
            font-size: 18px;
            color: #464646;
            font-weight: 300;
        }
    }

    .note {
        background: rgba(30, 30, 30, 0.02);
        padding: 1rem;
        border: solid 1px #8EE83B;
        border-radius: 12px;
        bottom: -160px;
        position: relative;
        color: #464646;
        font-size: 18px;
        line-height: 32px;

        img {
            float: left;
            position: relative;
            top: 4px;
            margin-right: 8px;
        }
    }

    .bottm-0 {
        bottom: 0;
        margin-bottom: 2rem;
    }
}

.mb {
    margin-bottom: 44px;
}



.key-benefits {
    padding: 80px 0;

    .benefits {
        background-color: #fff;
        border-radius: 24px;
        padding: 36px;
    }

    .benfit {
        background: linear-gradient(to right, #1FE0D0 0%, #A7E91B 100%);
        color: #1e1e1e;
        font-size: 18px;
        padding: 0.8rem 1.6rem;
        border-radius: 2rem;
        display: inline-block;
        margin-bottom: 1rem;
        font-weight: 500;
    }

    .content-key {
        h3 {
            font-size: 24px;
            font-weight: 500;
            color: #1e1e1e;
        }

        h6 {
            color: #1D1048;
            margin-bottom: 24px;
        }

        p {
            font-size: 18px;
            font-weight: 300;
            line-height: 32px;
            color: #464646;
        }

        ul {
            line-height: 42px;
            padding: 0;
        }

        li {
            list-style: none;
            color: #464646;display: flex
;
            font-size: 18px;
            font-weight: 300; line-height: 32px; margin-bottom: 1rem;

            img {
                margin: 12px 8px 0 0;height: fit-content;
            }
        }

    }

    .boxshodw {
        width: 729px;
        height: 151px;
        border-radius: 350px;
        background: rgba(30, 30, 30, 0.16);
        flex-shrink: 0;
        filter: blur(24px);
        position: absolute;
        bottom: -24px;
        margin: auto;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .mb-80 {
        margin-bottom: 80px;
    }

 

    .border {
        height: 1px;
        background-color: #f5f5f5;
        margin-bottom: 34px;
        position: relative;
        left: -1.5rem;
        min-width: 103.9%;
    }
}


footer {
    background-color: #100C33;
    padding: 1.5rem 0;
    color: #fff;
}

.footer-links {
    text-align: right;
    display: flex;
    gap: 24px;
    justify-content: end;

    a {
        color: #fff;
    }
}

.circle {
    background-color: #100C33;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
    line-height: 2.9;
    animation: bounce 2s infinite alternate;
    /* Applies the animation */
    position: absolute;
    bottom: -2rem; margin: auto; left: 0; right: 0;

}
.key-hed{ 
    font-size: 28px; font-weight: 600; text-align: left; padding-bottom: 1.5rem;
    color: #1e1e1e;
/* color: #98e06d; 
 background-image: linear-gradient(90deg, #1714bd , #8a14c3 50%, #7964da 100%); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}



@keyframes bounce {
    0% {
        transform: translateY(0);
        /* Starting position */
    }

    100% {
        transform: translateY(-10px);
        /* Moves up by 50px */
    }
}

@media (max-width: 1199.98px) {
    .border{ left: 0 !important;}
    .bg-gradint {
        padding: 6rem 4rem 0 4rem;
    }

    .bg-gradint .img-fluid {
        max-width: 100% !important;
    }

    h1 {
        text-align: center;
        padding: 0 !important;
        border: 00 !important;
        background-image: none !important;
    }

    p {
        text-align: center;
        padding: 0 !important;
    }

    .customers {
        align-items: center;
        justify-content: center;
        margin: 2rem 0;
    }

    .note {
        bottom: -20px !important;
    }

    .img-fluid {
        max-width: 60%;
        height: auto;
        margin: 0 auto;
        display: table;
    }

    .subhesding {
        padding: 0 10rem !important;
    }

    .content {
        text-align: center;
        padding: 3rem 0 0;
    }

    .benefits {
        text-align: center;
    }

}


@media (max-width: 767.98px) {

    .bg-gradint {
        padding: 2rem 1rem 0 !important;
    }

    h1 {
        font-size: 36px !important;
        line-height: normal !important;
    }

    .customers {
        flex-wrap: wrap;
        padding: 0 !important;
        margin-top: 0 !important;
    }

    .customers img {
        width: 48px !important;
        margin-right: 20px !important;
    }

    .platform {
        height: auto !important;
    }

    .heading {
        font-size: 34px;
    }

    .subhesding {
        padding: 0 !important;
    }

    .content h3 {
        font-size: 28px !important;
    }

    ol,
    ul {
        line-height: 32px !important;
    }

    .content-key h3 {
        font-size: 28px !important;
    }

    .note {
        position: static !important;
        margin: 3rem 0;
    }

    .content,
    .ps-5 {
        padding: 0 !important;
    }

    .boxshodw {
        width: 359px !important;
    }

    .img-fluid {
        max-width: 100%;
    }

    footer {
        text-align: center;
    }

    .mb-6 {
        margin-bottom: 2rem;
    }
}


@media (min-width: 1108px) and (max-width: 1280.98px) { 
    

.bg-gradint  h1{font-size: 50px;
        font-weight: 700;
        padding-right: 1rem;}
 }
