
body{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: Gilgan-Font;
    src: url('../images/fonts/gilgan/Gilgan.otf');
}
@font-face {
    font-family: Gilgan;
    src: url('../images/fonts/gilgan/Gilgan-Regular.otf');
}
@font-face {
    font-family: Nunito-Font;
    src: url('../images/fonts/mixed-fonts/Nunito_Sans/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf');
}
@font-face {
    font-family: Nunito Sans;
    src: url('../images/fonts/mixed-fonts/Nunito_Sans/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf');
}
.text-warning-loader{
    color: #F3802C;
}
.text-success-loader{
    color:#672FC7;
}
.text-danger-loader{
    color:#C12CF3;
}

/* svg animation */
#card-flip {
 transform-origin: center;
 animation: infiniteFlip 5s infinite ease-in-out;
 } 

     @keyframes infiniteFlip {
     0% {
         transform: rotateY(0deg) rotate(5.43178deg);
     }
     45% {
         transform: rotateY(180deg) rotate(5.43178deg);
         opacity: 0;
     }
     90% {
         transform: rotateY(360deg) rotate(5.43178deg);
     }
     100% {
         transform: rotateY(360deg) rotate(5.43178deg);
     }
     }

     @keyframes drawPath {
     0% {
         stroke-dashoffset: 1000;
     }
     30% {
         stroke-dashoffset: 500;
     }
     100% {
         stroke-dashoffset: 0;
     }
     }


     #curved-aero {
     transform-origin: 247px 37px; /* starting point of the path (inner left) */
     animation: rotateAero 3s infinite ease-in-out;
     }

        @keyframes rotateAero {
        0% {
        transform: rotate(0deg);

        }
        50% {
        transform: rotate(10deg); /* rotate outward to the right */
        }
        100% {
        transform: rotate(0deg);  /* return back to original */
        }
        }


        #glimmer-wrapper {
        position: relative;
        }

        #loop-border {
        animation: glimmer-loop 2s linear infinite;
        filter: drop-shadow(0 0 1px #6d36cc);
        }

        @keyframes glimmer-loop {
        0%   { transform: translate(432px, 375.043px); }         /* Top-left */
        25%  { transform: translate(498px, 375.043px); }         /* Top-right */
        50%  { transform: translate(498px, 393.043px); }         /* Bottom-right */
        75%  { transform: translate(432px, 393.043px); }         /* Bottom-left */
        100% { transform: translate(432px, 375.043px); }         /* Back to top-left */
        }
        /* svg animation */


        /* dropdown style */
        .navbar-expand-lg .navbar-nav {
            .dropdown-menu{
                position: absolute;
                    margin-left: -14.5rem;
                    width: 920px;
                    font-size: 16px;
                    font-family: 'Nunito Sans';
                    height: auto;
                    margin-top: 1rem;
                    border: 0 !important;
                    background-color: #fff;
                    border-radius: 8px;
                    padding: 30px 12px;
                    box-shadow: 0px 4px 22px 0px #0000000D;
                   .dropdown-item{
                    span{
                        font-family: Gilgan-Font;
                        font-size: 16px;
                        line-height: 100%;
                        letter-spacing: 0%;
                        color: #524F5F;
                    }
                    p{
                        font-family: Nunito-Font;
                        font-weight: 400;
                        font-size: 16px;
                        line-height: 24px;
                        letter-spacing: 0%;
                        color: #3A3842;
                        margin-top: 0.5rem;
                    }
                    &:hover{
                        background-color: #fff;
                    }
                   }
                   .info-tab{
                        height: 44px;
                        gap: 10px;
                        border-radius: 12px;
                        padding-top: 10px;
                        padding-right: 80px;
                        padding-bottom: 10px;
                        padding-left: 80px;
                        max-width: 840px;
                        margin: 1.5rem auto 0 auto;
                        background: var(--Active, #F3F5FB);
                        margin-top: 1.5remrem;
                        span{
                            font-family: Nunito-Font;
                            font-weight: 400;
                            font-size: 16px;
                            line-height: 24px;
                            letter-spacing: 0%;
                            color: #3A3842;
                        }
                        a{
                            font-family: Gilgan-Font;
                            font-weight: 400;
                            font-size: 16px;
                            line-height: 100%;
                            letter-spacing: 0%;
                            text-decoration: underline;
                            text-decoration-style: solid;
                            text-decoration-offset: 0%;
                            text-decoration-thickness: 1px;
                            text-decoration-skip-ink: auto;
                            color: #672FC7;
                            margin-left: 0.5rem;
                        }
                   }
            }
            .dropdown-menu.show{
                display: flex;
            }
        }
/*dropdown style end  */
        
.dropdown-toggle::after {
    background-image: url('../images/chevron-down.svg');
    position: absolute;
    top: 14px;
    width: 10px;
    height: 14px;
    z-index: 99;
    background-repeat: no-repeat;
    border: 0;
}
.hero-sub-title{
    font-family: Nunito Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #6E36BE;
    margin-bottom: 0;
}
.screen-sec{
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    position: relative;
    background: url('../images/Frame 1618874307.png');
    background-size: 70vw;
    background-position: center right;
    background-repeat: no-repeat;
}
.screen-sec::before{
    content: '';
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F2F1FF 100%) !important;
    background-size:cover;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    z-index: -1;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    left: 0;
}

.sticky-head{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: white !important; /* or your header bg */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: auto;
    padding: 1rem 5rem;
    margin-top: 0 !important;
}

header{    
    .top-header{
        .div{
            background: linear-gradient(92.54deg, #E5D7FA 4.74%, #F0DDFD 51.3%, #E7F2F7 97.87%);
            padding: 12px 16px;
            border-radius: 12px;
            p{
                font-family: Gilgan-Font;
                font-weight: 400;
                font-size: 16px;
                line-height: 125%;
                letter-spacing: 0%;
                color: #000;
                span{
                    opacity: 0.6;
                }
                a{
                    font-family: Gilgan-Font;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 125%;
                    color: #000;
                }
            }
        }
    }
    .main-header{
        .navbar-nav{
            .nav-link{
                font-family: Gilgan;
                font-weight: 400;
                font-size: 16px;
                line-height: 100%;
                letter-spacing: 0%;
                color: #524F5F;
    
            }
        }
    }
}
.btn-normal{
    min-width: 115px;
    height: 44px;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 12px;
    border-width: 1px;
    color: #524F5F;
    border: 1px solid #524F5F;
    font-family: Gilgan-Font;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}
.btn-play{
    min-width: auto;
    height: 44px;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 12px;
    border-width: 2px;
    font-family: Gilgan-Font;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    font-size: 16px;
    color: #672FC7;
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, 
                linear-gradient(92.54deg, #6E36BE 4.74%, #CB91F2 51.3%, #4CC3F9 97.87%) border-box;
 
}



.btn-play:hover {
    color: #672FC7;
        }
            
.hero-section{
    .hero-title{
        font-family: Gilgan-Font;
        font-weight: 400;
        font-size: 64px;
        line-height: 125%;
        letter-spacing: -2%;
        color: #27252C;
    }
    .hero-content{
        font-family: Nunito-Font;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0%;
        color: #3A3842;
    }
}
.integration-sec{
    padding: 4rem 0;
    background-color: #FFFFFF;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-bottom: -50px;
    position: relative;
    z-index: 9;
    p{
        font-family: Gilgan-Font;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: center;
        color: #524F5F;
    }
    h2{
        font-family: Gilgan-Font;
        font-weight: 400;
        font-size: 36px;
        line-height: 125%;
        letter-spacing: -1px;
        color:#27252C;  
        margin-bottom: 0;      
    }
    img{
        filter: grayscale(100%);
        transition: 0.7s all;
    }
    img:hover{
        filter: grayscale(0%);
    }
}

.key-feature-sec{ 
    padding: 5rem 0;
    background: linear-gradient(180deg, #E9EDF5 0%, #FBFCFF 100%);
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-bottom: 1rem;

    p{
        font-family: Gilgan-Font;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: left;
        color: #524F5F;

    }
    h2{
        font-family: Gilgan-Font;
        font-weight: 400;
        font-size: 36px;
        line-height: 125%;
        letter-spacing: -1px;
        color:#27252C;        
    }
    .swiper-sec{
    
        h6{
            font-family: Gilgan-Font;
            font-weight: 400;
            font-size: 24px;
            line-height: 125%;
            letter-spacing: 0;
            color: #524F5F;
        }
        p{
            font-family: Nunito-Font;
            font-weight: 400;
            font-size: 16px;
            line-height: 25px;
            letter-spacing: 0;
            color: #3A3842;
        }
        
        .swiper-slide{
            width: 63%;
            background-color: #FFFFFF;
            border-radius: 12px;
            padding:20px;
            .list-content{
                li{
                    font-size: 16px;
                    font-family: Nunito-Font;
                }
            }
            .slide-item{
                .col:last-child{
                    text-align: end;
                }
            }
        }
    }
    .swiper-buttons {
        z-index: 999;
        top: 59px;
        right: 50px ;
        display: flex;
        flex-direction: row;
        gap: 1rem;

        .swiper-button-prev,.swiper-button-next{
            width: 40px;
            height: 40px;
            border-width: 1px;
            border-radius: 40px;
            padding: 8px;
            border: 1px solid #524F5F;
        }
        .swiper-button-prev:after, .swiper-button-next:after {
            font-size: 16px;
            color: #524F5F;
        }
    }

}
.synopsis-sec{
    background-color: #FFFFFF;
    padding: 5rem 0;
    margin-bottom: 3rem;
    p.title-syn{
        font-family: Gilgan-Font;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: start;
        color: #524F5F;

    }
    h2.heading-syn{
        font-family: Gilgan-Font;
        font-weight: 400;
        font-size: 36px;
        line-height: 125%;
        letter-spacing: -1px;
        color:#27252C;        
    }
    p.para-syn{
        font-family: Nunito-Font;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0;
        color: #3A3842;
    }
    .card{
        background: linear-gradient(180deg, #E9EDF5 0%, #FBFCFF 100%);
        border-radius: 20px;
        padding: 24px;
        border: 0;
        .img-area{
            background-color: #FFFFFF;
            text-align: center;
            min-height: 148px;
            gap: 10px;
            padding:14px 0;
            border-radius: 12px;
        }
        .content-area{
            margin-top: 24px;
           h6{
            font-family: Gilgan-Font;
            font-weight: 400;
            font-size: 18px;
            line-height: 25px;
            letter-spacing: 0px;
            color: #524F5F;
           } 
           p{
            font-family: Nunito Sans;
            font-weight: 400;
            font-size: 18px;
            line-height: 25px;
            letter-spacing: 0;
            color: #524F5F;
            margin-top: 16px;
            b{
                font-family: Gilgan;
                font-weight: normal;
            }
           }
           a{
            font-family: Gilgan-Font;
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: 0;
            color: #524F5F;
           }
        }
    }
}

.use-case-sec{
    padding-bottom: 5rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #E9EDF5 100%);

    .use-case-text-area{
        max-width:820px;
        margin: auto;

        p.title{
            font-family: Gilgan-Font;
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0px;
            text-align: center;
            color: #524F5F;
    
        }
        h2.heading{
            font-family: Gilgan-Font;
            font-weight: 400;
            font-size: 36px;
            line-height: 125%;
            letter-spacing: -1px;
            color:#27252C;        
        }
        p.para{
            font-family: Nunito-Font;
            font-weight: 400;
            font-size: 18px;
            line-height: 25px;
            letter-spacing: 0;
            color: #3A3842;
            margin-top: 2rem;
            padding: 0 3rem;
        }
    }

    
    .tabs-sec{
        margin-top: 4rem;
        .nav-tabs{
                max-width: 650px;
                margin: auto;
                border-bottom: 2px solid transparent; /* Ensures the border is visible */
                border-bottom-width: 2px; /* Explicitly setting bottom border */
                background: 
                  transparent padding-box, 
                  linear-gradient(9.54deg, #d7c3f3 0.74%, #CB91F2 51.3%, #e0c8f0 9.87%) border-box;
                border-image: linear-gradient(9.54deg, #d7c3f3 0.74%, #CB91F2 51.3%, #e0c8f0 9.87%);
                border-image-slice: 1;
                color: #000; /* Adjust text color as needed */
                cursor: pointer;
                background-clip: padding-box, border-box;
              
               
            .nav-link{
                margin-bottom: -2px;
                font-family: Gilgan;
                font-weight: 300;
                font-size: 16px;
                line-height: 25px;
                letter-spacing: 0;
                color: #918FA1;
                border: 2px solid transparent;
            }
            .nav-link.active {
                min-width: 88px;
                min-height: 36px;
                gap: 8px;
                padding-top: 7px;
                padding-right: 16px;
                padding-bottom: 8px;
                padding-left: 16px;
                border-top-left-radius: 12px;
                border-top-right-radius: 12px;
                border-top-width: 2px;
                border-right-width: 2px;
                border-left-width: 2px;
                border: 2px solid transparent;
                /* border-bottom: 0; */
                background: linear-gradient(white, white) padding-box, linear-gradient(92.54deg, #6E36BE 4.74%, #CB91F2 51.3%, #4CC3F9 97.87%) border-box;
                color: #0E2945;
                font-size: 16px;
                line-height: 25px;
                margin-top: 1px;
            }
            .nav-link:hover {
                min-width: 88px;
                min-height: 36px;
                gap: 8px;
                padding-top: 7px;
                padding-right: 16px;
                padding-bottom: 8px;
                padding-left: 16px;
                border-top-left-radius: 12px;
                border-top-right-radius: 12px;
                border-top-width: 2px;
                border-right-width: 2px;
                border-left-width: 2px;
                border: 2px solid transparent;
                background: linear-gradient(white, white) padding-box, linear-gradient(92.54deg, #6E36BE 4.74%, #CB91F2 51.3%, #4CC3F9 97.87%) border-box;
                color: #0E2945;
                font-size: 16px;
                line-height: 25px;
                margin-top: 1px;
            }
        } 

        .tabs-content-area{
            position: relative;
            padding-left: 1.5rem;
            h6{
                font-family: Gilgan-Font;
                font-weight: 400;
                font-size: 16px;
                line-height: 25px;
                letter-spacing: 0;
                color: #27252C;
            }
            p{
                font-family: Nunito-Font;
                font-weight: 400;
                font-size: 18px;
                line-height: 25px;
                letter-spacing: 0px;
                color: #3A3842;
            }
            .active-area{
                background-color: #f6f6fc00;
                border-radius: 12px;
                padding: 12px;
                cursor: pointer;
                .btn-show{
                   display: none !important;
                }
            }
            .active-area.active{
                background-color: #F6F6FC;
                border-radius: 12px;
                padding: 12px;  
                .btn-show{
                    display: block !important;
                 }
            }
            
        }
       
        .tabs-content-area{
            .active-area.active{
                position: relative;
            }
            .active-area.active::before{
                border-radius: 50px;
                top: 0;
                height: 100%;
                z-index: 1;
                content: "";
                position: absolute;
                left: -1.5rem;
                border: 2px solid transparent;
                border-image: linear-gradient(180deg, #D5C8EC 0%, #672FC7 83.05%);
                border-image-slice: 1;
                color: #000;
                cursor: pointer;
                background-clip: padding-box, border-box;
            }
        }
        
        
        .tabs-content-area::after {
            content: "";
            position: absolute;
            left: 0;
            border: 2px solid transparent;

            border-radius: 20px;
            top: 0%;
            left: 1px;
            height: 100%;
            border-width: 1px;
            border-image: linear-gradient(180deg, #D5C8EC 0%, #D5C8EC 83.05%);
            border-image-slice: 1;
            background-clip: padding-box, border-box;
           
        }
    }

    .contact-sec{
        gap: 24px;
        border-radius: 20px;
        padding: 24px;
        background-color: #FFFFFF;
        max-width: 1180px;
        margin: auto;
        margin-top: 4rem;
        h2{
            font-family: Gilgan-Font;
            font-weight: 400;
            font-size: 28px;
            line-height: 35px;
            letter-spacing: -1px;
            text-align: center;
        }
        label{
            font-family: Gilgan-Font;
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            letter-spacing: 0%;
            color: #524F5F;
        }
        input{
            height: 44px;
            gap: 10px;
            border-width: 1px;
            border-radius: 8px;
            padding: 12px;
            border: 1px solid #D9D8DF;
            min-width: 250px;
        }
        input::placeholder{
            font-family: Nunito-Font;
            font-weight: 400;
            font-size: 14px;
            line-height: 100;
            letter-spacing: 0;
            color: #B8B6C3;
        }
    }
}

textarea::placeholder{
    font-family: Nunito-Font;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    color: #B8B6C3 !important;
}
.use-case-sec.development-sec{
    background: linear-gradient(180deg, #E9EDF5 0%, #FBFCFF 100%);
    padding: 5rem 0;

    .dev-card{
        background-color: #ffffff;
        /* min-height: 239px; */
        gap: 10px;
        border-radius: 16px;
        padding: 20px 30px;
        height: 100%;
        .dev-content{
            margin-top: 3rem;
            p{
                font-family: Nunito-Font;
                font-weight: 400;
                font-size: 18px;
                letter-spacing: 0%;
                margin-bottom: 0;
                color: #3A3842;

            }
        }
        
    }
}
.footer-sec{
    padding-top: 64px;
    padding-right: 80px;
    padding-bottom: 32px;
    padding-left: 80px;
    background-color: #27252C;
    color: #FFFFFF;
    img{
        filter: grayscale(100%);
        transition: 0.7s all;
    }
    img:hover{
        filter: grayscale(0%);
    }
    p{
        font-family: Nunito Sans;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0;
        max-width: 240px;
        margin: 1rem 0;
        color: #B8B6C3;
    }
    h6{
        font-family: Gilgan;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0;
        color: #524F5F;
    }
    ul{
        li{
            padding-bottom: 0;
            a{
                font-family: Gilgan;
                font-weight: 400;
                font-size: 15px;
                line-height: 20px;
                letter-spacing: 0;
                color: #B8B6C3 !important;
            }
        }
    }
    .copyright p{
        max-width: 100%;
        color: #B8B6C3;
        margin-top: 2rem;
    }
}

/* products page */

.integration-sec.overview-workflow{
    .integration-contents{
        p{
            font-family: Nunito Sans;
            line-height: 22px;
            margin-bottom: 0rem;
        }
    }
}
.synopsis-sec.how-our-workflow{
    .content-area{
        p{
            margin-bottom: 0;
        }
    }
}

.key-feature-sec.why-choose-workflow{
    .swiper-sec {
            .swiper-slide { 

            width: 369px;
            min-height: 321px;
            padding: 30px;
            gap: 10px;
            border-radius: 16px;
            .workflow-slide-item{
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                align-content: space-between;
                flex-direction: column;
                min-height: 261px;

                .num-div{
                    width: 60px;
                    height: 60px;
                    padding: 10px;
                    gap: 10px;
                    border-radius: 50px;
                    border-width: 1px;
                    border: 1px solid #F2F1FF;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-family: Gilgan;
                    font-weight: 400;
                    font-size: 20px;
                    line-height: 100%;
                    letter-spacing: 0%;
                    text-align: center;
                    color: #524F5F;
    
                }
                h6{
                    font-family: Gilgan;
                    font-weight: 400;
                    font-size: 20px;
                    line-height: 100%;
                    letter-spacing: 0%;
                    color: #524F5F;
                }
                p{
                    font-family: Nunito Sans;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 25px;
                    letter-spacing: 0%;
                    color: #3A3842;
                    margin-bottom: 0;
                }
            }
            

        }
    }
}

.accordion-button.collapsed::after{
    background-image: url('../images/products/add-circle.svg');
    background-repeat: no-repeat;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../images/products/minus-cirlce.svg');   
}

.accordion-button:not(.collapsed) {
    background-color: #F3F5FB;
    font-family: Gilgan;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    color: #524F5F;
    box-shadow: unset;
}
.accordion-button.collapsed{
    font-family: Gilgan;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    color: #524F5F;
    border-top: 1px solid #F3F5FB ;
    border-radius: 12px !important;
}
.accordion-item{
    border-radius: 12px !important; 
    border: 1px solid #F3F5FB ;
    
}
.accordion-item .accordion-button:not(.collapsed) {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.accordion-collapse{
    background-color: #F3F5FB;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    p{
        font-family:'Gilgan';
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        color: #525252;
    }
    
}

.faq-header{
    p{
        font-family: Gilgan;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;    
        color: #524F5F;  
    }
    .faq-para{
        margin-top: 1.5rem;
        p{
        
            font-family: Nunito Sans;
            font-weight: 400;
            font-size: 18px;
            line-height: 24px;
            letter-spacing: 0%;
            
           span{
            font-family: Gilgan;
            font-weight: 400;
            font-size: 18px;
            line-height: 24px;
            letter-spacing: 0%;
           } 
           span.challange{
            color: #EA4D4D;
           }
           span.solution{
            color: #672FC7;
           }
        }
    }
    h2{
        font-family: Gilgan;
        font-weight: 400;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 0px;
        color: #0E2945;
    }
}
.integration-sec.overview-workflow.overwiew-form-builder, .integration-sec.overview-workflow.batch-processing{
    margin-bottom: 0;
}
.solution-content.plateform-overview-content{
    h6{
        font-family: Gilgan-Font;
        font-weight: 400;
        font-size: 24px;
        line-height: 125%;
        letter-spacing: 0%;
        color: #524F5F;
    }
    ul li{
        color: #3A3842;
        font-family: Nunito-Font;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0%;
        margin-top: 0.3rem;
    }
}

.solution-content{
    h6{
        font-family: Gilgan-Font;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;
        color: #3A3842;
    }
    h2{
        font-family: Gilgan-Font;
        font-weight:400;
        font-size: 36;
        line-height: 40px;
        letter-spacing: -1px;
        text-transform: capitalize;

    }
    p{
        font-family: Nunito-Font;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.5px;
        color: #524F5F;
        margin: 1.5rem 0;
    }
    ul{
        li{
            font-family:'Nunito-Font';
            margin-top: 1rem;
            font-weight: 400;
            font-size: 18px;
            line-height: 30px;
            letter-spacing: 0px;
            color: #524F5F;
            b{
                
                font-family: Gilgan;
                font-weight: normal !important;
                color: #524F5F;
            }
        }
    }

}
.solution-sec-color{
    background-color: #F3F5FB;
    padding: 5rem 0;
}
.solution-sec-color.build-amazing-app{
    background: linear-gradient(180deg, #FFFFFF 0%, #E9EDF5 100%);
}
.platform-overview{
    .swiper-slide{
        border: 1px solid #D9D8DF;
    }
}
.bg-soft-grey{
    background-color: #FBFCFF !important;
}


/* loader */
#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.load-item{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-icon {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 0.5s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* loaders end */

.best-in-market{
    border-radius: 16px;
    border: 1px solid #F3F5FB;
    padding: 2.5rem;
    background-image: url('../images/Frame\ 1618874307.png');
    background-size: cover;
    width: 100%;
    margin-bottom: 5rem;
    .best-in-market-contents{
        max-width: 57%;
        h2{
            font-family: Gilgan-Font;
            font-weight: 400;
            font-size: 40px;
            line-height: 46px;
            letter-spacing: -2%;
            text-transform: capitalize;
            
        }
        p{
            font-family: Gilgan-Font;
            font-weight: 400;
            font-size: 20px;
            line-height: 28px;
            letter-spacing: -2%;
            text-transform: capitalize;
            margin-bottom: 0;
        }
    }
}

.swiper.myGridSwiper{
    height: 608px;
}
.faq-section {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
}

.faq-section.plateform-faq{
    background: linear-gradient(180deg, #E9EDF5 0%, #FBFCFF 100%);
    .accordion-button:not(.collapsed)::after {
        background-image: url('../images/product-overview/faq-minus.svg');
        width: 41.5px;
        height: 41.5px;
        background-size: cover;
    }
    .accordion-button.collapsed::after {
        background-image: url('../images/product-overview/faq-plus.svg');
        background-repeat: no-repeat;
        width: 41.5px;
        height: 41.5px;
        background-size: cover;
    }
    .accordion-button:not(.collapsed) {
        background-color: #fff;
    }
    .accordion-collapse {
        background-color: #FFF;
    }
    .accodrion-button{
        color: #3A3842;
    }
    .accordion-body{
        p{
            color: #6F6C90;
            font-family: Nunito-Font;
        }
    }
}
.blog-section{
    margin:5rem 0;
    .title-text{
        p{
            font-family: Gilgan-Font;
            font-weight: 400;
            font-size: 16px;
            line-height: 25px;
            letter-spacing: 0px;
            text-align: center;
            color: #524F5F;
        }
        h2{
            font-family: Gilgan;
            font-weight: 400;
            font-size: 36px;
            line-height: 42px;
            letter-spacing: 0%;
            text-align: center;
            color: #0E2945;
           
        }
    }
    
    .blog-card{
        background: linear-gradient(180deg, #E9EDF5 0%, #FBFCFF 100%);
        border-radius: 20px;
        padding: 24px;
        
        img{
            border-radius: 12px;
        }
        .date-text{
            font-family: Gilgan-Font;
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: 0%;
            color: #524F5F;
            margin-top: 1.5rem;
        }
        h6{
            font-family: Gilgan-Font;
            font-weight: 400;
            font-size: 18px;
            line-height: 26px;
            letter-spacing: 0%;
            color: #524F5F;
            margin-top: 1rem;
        }
        p{
            font-family: Nunito Sans;
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0%;
            color: #3A3842;
            margin-top: 0.6rem;
        }
        .btn-play{
            margin-top: 0.2rem;
            border-width: 1px;
            min-width: fit-content;
            font-size: 16px;
        }

    }
}
/* integration page */
.hero-resp.integration-page{
    .hero-title{
        color: #27252C;
        font-size: 64px;
        width: 75%;
        margin: auto;
    }
}
.integration-page-filter{
 
    margin: 4rem 0;
    margin-bottom: 5rem;
    .filter-area{
       .list-group-item{
        height: 30px;
        border-radius: 8px;
        border-width: 1px;
        padding-top: 8px;
        padding-right: 12px;
        padding-bottom: 8px;
        padding-left: 12px;
        border: 1px solid #D9D8DF;
        font-family: Gilgan;
        font-weight: 400;
        font-size: 14px;
        line-height: 12px;
        letter-spacing: 0%;
        /* color: #5E5B6E; */
        color: #6E36BE;
        cursor: pointer;
       } 
       .list-group-item.active {
            z-index: 2;
            color: #fff !important;
            background-color: #000;
            border-color: #0b0b0c !important;
        }
    }
    .search-area {
        input{
            min-width: 273px;
            height: 36px;
            border-radius: 8px;
            border-width: 1px;
            padding-top: 8px;
            padding-right: 12px;
            padding-bottom: 8px;
            padding-left: 12px;
            border: 1px solid #D9D8DF;
            font-family: Nunito-Font;
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: 0%;
            padding-left: 2.5rem;
        }
        span{
            margin-left: 0.7rem;
        }
    }
    .integration-grid-sec{
        margin: 3rem 0;
        .card-title{
            font-family: Gilgan;
            font-weight: 400;
            font-size: 24px;
            line-height: 125%;
            letter-spacing: 0%;
            color: #27252C;
            margin-bottom: 1.5rem;
        }
        .card-title-para{
            font-family: Nunito-Font;
            font-weight: 400;
            font-size: 16px;
            letter-spacing: 0%;
            color: #3A3842;
        }
        .integration-card{
            background: linear-gradient(180deg, #E9EDF5 0%, #FBFCFF 100%);
            border-radius: 16px;
            padding: 24px;


            .brand-name{
                font-family: Gilgan-Font;
                font-weight: 400;
                font-size: 18px;
                line-height: 100%;
                letter-spacing: 0%;
                color: #524F5F;
                margin-top: 1.5rem;
            }
            .brand-desc{
                font-family: Nunito-Font;
                font-weight: 400;
                font-size: 16px;
                line-height: 20px;
                letter-spacing: 0px;
                color: #3A3842;
                margin-top: 0.7rem;
            }
            a{
                font-family: Gilgan-Font;
                font-weight: 400;
                font-size: 14px;
                line-height: 100%;
                letter-spacing: 0%;
                text-decoration: underline;
                text-decoration-style: solid;
                text-decoration-skip-ink: auto;
                color: #524F5F;
            }
        }
    }
}

/* integration page end */

/* request demo */
.use-case-sec.request-demo{
    margin-top: -4rem;
}

/* contact us */
.hero-section.contact-us-sec{
    .hero-title{
      font-size: 48px;  
      color: #27252C;
    }
    p.hero-content{
        font-family: Nunito-Font;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0%;
        color: #3A3842;
    }
    
}
.contact-sec{
    p.reach-text{
        font-family: Nunito-Font;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0%;
        color: #5E5B6E;
    }
    .address-sec{
        ul{
            list-style: none;
            padding: 0;
            li{
                padding-top: 0.9rem;
                .address-title{
                    font-family: Gilgan-Font;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 26px;
                    letter-spacing: 0px;
                    color: #27252C;
                }
                .address-desc{
                    font-family: Nunito-Font;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 100%;
                    letter-spacing: 0px;
                    color: #5E5B6E;
                    margin-bottom: 0;
                }
            }
           
        }
    }
}

/* about-us */
.years-of-experience{
    border: 1px solid #D9D8DF;
    max-width: 246px;
    height: 260px;
    border-radius: 20px;
    padding: 20px;
    border-width: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;

    h1,p{
        background: linear-gradient(180deg, #D5C8EC 0%, #672FC7 83.05%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    h1{
        font-family: Gilgan-Font;
        font-weight: 700;
        font-size: 80px;
        line-height: 144px;
        letter-spacing: -1.2px;
        text-align: center;
        vertical-align: middle;
    }
    p{
        font-family:Gilgan-Font;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0%;
        vertical-align: middle;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0;

    }
}
.about-us-sec{
    padding-bottom: 6.5rem;
}
.about-banner{
    margin-top: -6.5rem;
    img{
        border-radius: 30px;
    }
}
.our-mission-sec{
    padding: 80px;
    background: linear-gradient(180deg, #E9EDF5 0%, #FBFCFF 100%);
    margin: 5rem 0;

    p.title{
        font-family: Gilgan-Font;
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: left;
        color: #524F5F;        
    }
    h2.heading{
        font-family: Gilgan;
        font-weight: 400;
        font-size: 44px;
        line-height: 125%;
        letter-spacing: 0%;
        color: #27252C;
        text-align: left;
    }
    p.para{
        font-family: Nunito-Font;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0%;
        color:#5E5B6E;
        text-align: left;

    }

}
.mission-counter-sec{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    ul{
        li{
            border:0px;
            background-color: transparent;
            .count-num{
                font-family: Gilgan;
                font-weight: 400;
                font-size: 32px;
                line-height: 125%;
                letter-spacing: 0%;
               
            }
            .count-text{
                font-family: Gilgan-Font;
                font-weight: 400;
                font-size: 16px;
                line-height: 100%;
                letter-spacing: 0%;
                color: #524F5F;
                margin-bottom: 0;
            }
        }
        li::after{
            content: "";
            position: absolute;
            left: 0;
            border: 2px solid transparent;
            border-image: linear-gradient(180deg, #D5C8EC 0%, #672FC7 83.05%);
            border-image-slice: 1;
            color: #000;
            cursor: pointer;
            background-clip: padding-box, border-box;
            height: 100%;
            top:0;
        }
    }
}
.our-team-sec{
    .title{
        font-family: Gilgan-Font;
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        color: #524F5F;
    }
    .heading{
        font-family: Gilgan-Font;
        font-weight: 400;
        font-size: 36px;
        line-height: 125%;
        letter-spacing: -2%;
        text-align: center;
        color: #27252C;
    }
    .our-team-card{
        border-radius: 20px;
        padding: 24px;
        background: linear-gradient(180deg, #E9EDF5 0%, #FBFCFF 100%);
        .team-card-header{
            min-height: 118px;
            border-radius: 12px;
            background-color: #fff;
            .experience-card{
                max-width: 90px;
                min-height: 69px;
                border-radius: 10px;
                padding: 12px;
                background: linear-gradient(180deg, #FFFFFF 0%, #E9EDF5 100%);
                .exp-num{
                    font-family: Gilgan;
                    font-weight: 400;
                    font-size: 20px;
                    line-height: 36px;
                    letter-spacing: 0%;
                    text-align: center;
                    color: #524F5F; 
                }
                .exp-title{
                    font-family: Gilgan;
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 100%;
                    letter-spacing: 0%;
                    text-align: center;
                    color: #524F5F;
                    margin-bottom: 2px;
                }
            }
        }
        .team-card-bottom{
            margin-top: -2rem;
            padding: 0 1.5rem;
            .expert-name{
                font-family: Gilgan;
                font-weight: 400;
                font-size: 24px;
                line-height: 36px;
                letter-spacing: 0%;
                
            }
            .expert-title{
                font-family: Nunito-Font;
                font-weight: 400;
                font-size: 18px;
                line-height: 100%;
                letter-spacing: 0%;
                margin-bottom: 0;
            }
        }

    }
}
.use-case-sec.about-us{
    margin-top: 5.5rem;
}