* {
    font-family: "Figtree", sans-serif;
    transition: all 0.3s ease-in-out;
}

p {
    padding: 0px !important;
}

.gap-24 {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 24px;

    @media (max-width: 768px) {
        gap: 15px;
    }
}

.gap-34 {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 34px;

    @media (max-width: 768px) {
        gap: 15px;
    }
}


.gap-45 {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 45px;

    @media (max-width: 768px) {
        gap: 25px;
    }
}


.pd-80 {
    padding: 80px 0;

    @media (max-width: 768px) {
        padding: 40px 0;
    }
}

iconify-icon {
    display: inline-flex;
}

.container {
    @media (min-width: 1250px) {
        width: 1250px;
    }
}

a{
    color: #b58b3b;
}
/*header*/

.header_bg {

    .navbar {
        max-width: 1280px;
        padding-left: 0;
    }

    .responsive-logo {
        margin-left: 0;

        img {
            width: 200px;
        }
    }


    .navbar-nav {

        gap: 5px;

        li {
            a {
                font-family: "Figtree", sans-serif;
                text-transform: capitalize;
                letter-spacing: 1px;
                color: #3F454F;
                font-size: 16px;
                font-weight: 500;
            }
        }

        .contact-menu {
            a {
                background: #bf9140 !important;
                padding: 12px 22px;
                border-radius: 50px;
                color: #FFF;
                align-items: center;
                gap: 5px;
                box-shadow: 0 0 46px 0 rgba(191, 145, 64, .4);

                @media (max-width: 1000px) {
                    background: transparent !important;
                    box-shadow: none;
                }

                iconify-icon {
                    font-size: 25px;
                    display: flex;

                    @media (max-width: 1000px) {
                        font-size: 20px;
                    }
                }
            }


        }

        .get-in-touch {
            display: none !important;
        }

        .tab-menu {
            width: 100% !important;
            left: 0px !important;

            .tab-menu-ul {
                a {
                    font-size: 14px;
                    letter-spacing: 0;

                    &:hover {
                        color: #b58b3b;
                    }
                }
            }

            .heading-tab {
                a {
                    color: #b58b3b;
                    letter-spacing: 0;
                }
            }

            .ul-link {
                a {
                    font-size: 14px;
                    align-items: center;
                    letter-spacing: 0;

                    &:hover {
                        color: #b58b3b;
                    }
                }
            }
        }

        .megamenu {
            a {
                font-size: 14px;
                letter-spacing: 0px;
            }
        }
    }
}



/*banner*/


.banner {
    overflow: hidden;
    position: relative;
    padding: 80px 0 120px;
    background: url(../../ui/img/applesdk-bg.svg), #fff0d1;
    background-position: center;


    @media (max-width: 768px) {
        padding: 40px 0 80px;
    }

    h1 {
        color: #bf9140;
        margin: 0px;
        font-weight: 700;
        line-height: 1.2;

        @media (max-width: 768px) {
            font-size: 30px;
            line-height: 1.2;
            margin-top: 20px;
        }
    }

    p {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        color: #333;
        margin: 0px
    }

    i {
        font-size: 20px;
        font-weight: 700;
        color: #000
    }

    ol {
        display: inline-flex;
        flex-wrap: wrap;
        padding: 0px;
        margin: 0;
        list-style: none;
        gap: 10px;

        li {
            background: #ffffff;
            padding: 10px 20px 10px 15px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 16px;
            font-weight: 600;

            iconify-icon {
                font-size: 30px;
                color: #a5a5a5;
            }
        }
    }

    .btn-ui {
        display: inline-flex;
        align-items: center;
        padding: 18px 28px;
        background: #bf9140;
        color: #FFF !important;
        font-family: "Figtree", sans-serif;
        font-size: 17px;
        border-radius: 50px;
        font-weight: 500;
        letter-spacing: 0.5px;
        box-shadow: 0 0 46px 0 rgba(191, 145, 64, .4);
        gap: 10px;
    }

    .sub_text {
        font-size: 18px;
        font-weight: 600;
        font-style: italic;
        color: #000;
        margin-bottom: 5px;
    }

    .also_work {
        display: flex;
        align-items: center;

        a {
            background: #FFF;
            width: 70px;
            height: 70px;
            min-width: 70px;
            border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: -15px;
            border: 2px solid #ffe0ad;
            transition: transform 0.3s ease;

            img {
                width: 80%;
            }

            &:first-child {
                margin-left: 0px;
            }

            a[href]&:hover{
                border-color: #e5a62e;
                background: #e5a62e;
            }
        }
    }

    &::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        /* Increased wave height */
        background: #fffaf2;
        /* Wave color */

        -webkit-clip-path: polygon(0% 70%, 10% 60%, 20% 75%, 30% 55%,
                40% 78%, 50% 52%, 60% 78%, 70% 55%,
                80% 75%, 90% 60%, 100% 70%,
                100% 100%, 0% 100%);
        clip-path: polygon(0% 70%, 10% 60%, 20% 75%, 30% 55%,
                40% 78%, 50% 52%, 60% 78%, 70% 55%,
                80% 75%, 90% 60%, 100% 70%,
                100% 100%, 0% 100%);
        z-index: 2;
    }

    @media (max-width: 768px) {
        .d-flex {
            flex-direction: column-reverse;
            display: flex;
        }
    }

}


/*section-01*/
.section-01 {
    position: relative;

    .row {
        display: flex;
        flex-wrap: wrap;

        .ms-auto {
            margin-left: auto;
        }
    }


    .sticky-box {
        position: sticky;
        top: 80px;
        align-self: flex-start;


        @media (max-width: 768px) {
            position: relative;
            top: 0;
            margin-bottom: 20px;
        }
    }

    
    .card-bg {
        background: #ffeecc;
        padding: 50px 50px 0;
        border-radius: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
        text-align: center;
        img {
            width: 80%;
        }

    }

    .title-box {

        display: flex;
        align-items: start;
        flex-direction: column;
        gap: 24px;

        @media (max-width: 768px) {
            gap: 15px;
        }

        h2 {
            color: #000;
            margin: 0px;
            font-weight: 600;
            line-height: 1.2;
            font-size: 40px;

            span {
                font-weight: 800
            }

            @media (max-width: 768px) {
                font-size: 24px;
            }
        }

        p {
            font-size: 18px;
            font-weight: 400;
            line-height: 34px;
            color: #6e6e6e;
            margin: 0px;

            @media (max-width: 768px) {
                font-size: 16px;
                line-height: 24px;
            }
        }
    }

}

/* section-02 */
.section-02 {

    .row {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        margin: auto;
    }

    .title_box {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-direction: column;
        width: 100%;
        align-items: center;

        @media (max-width: 768px) {
            gap: 5px;
        }

        h2 {
            color: #000;
            margin: 0px;
            font-size: 40px;
            line-height: 54px;
            font-weight: 400;
            display: flex;
            flex-direction: column;
            text-align: center;
            justify-content: center;

            span {
                font-weight: 700;
            }

            @media (max-width: 768px) {
                font-size: 24px;
                line-height: 30px;
            }
        }

        p {
            font-size: 18px;
            font-weight: 400;
            line-height: 28px;
            color: #6e6e6e;
            margin: 0px;
            letter-spacing: 0;
            text-align: center;
            max-width: 60%;

            @media (max-width: 768px) {
                max-width: 100%;
            }
        }
    }

    .card-ui {
        display: flex;
        align-items: start;
        flex-direction: column;
        gap: 15px;
        padding: 35px;
        border-radius: 24px;
        cursor: pointer;
        background: #FFF;
        height: 100%;
        position: relative;
        width: 100%;

        .icon {
            font-size: 50px;
            color: #dfa640;
        }

        .text {
            display: flex;
            flex-direction: column;
            gap: 20px;
            position: relative;
            z-index: 1;

            h3 {
                margin: 0;
                color: #000;
                font-weight: 700;
                font-size: 26px;
                line-height: 32px;
            }
            p {
                font-size: 15px;
                font-weight: 400;
                line-height: 25px;
                color: #6e6e6e;
                margin: 0px;

            }
            
        }

        &:hover {

            &::after {
                content: '';
                position: absolute;
                width: 250px;
                height: 250px;
                background: rgba(241, 193, 102, 0.1);
                border-radius: 50%;
                filter: blur(50px);
                top: -50px;
                right: -50px;
            }

            h3 {
                color: #bf9140;
            }

            p {
                color: #3c3c3c;
            }
        }

        &.contact_us {
            background: #f1c166;
            align-items: center;
            justify-content: center;

            img {
                width: 150px;
            }

            a {
                width: 50px;
                height: 50px;
                background: #FFF;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 24px;
                border-radius: 50px;
                color: #000;
            }

            &:hover {

                h3,
                p {
                    color: #000;
                }
            }
        }
    }
}


/* section-03 */
.section-03 {
    background: url(../../ui/webp/developers.webp);
    background-attachment: fixed;
    background-size: cover;
    position: relative;

    .row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    h2 {
        color: #FFF;
        margin: 0px;
        font-size: 40px;
        line-height: 54px;
        font-weight: 600;


        @media (max-width: 768px) {
            font-size: 30px;
        }
    }

    p {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #dddfeb;
        margin: 0px;
        letter-spacing: 0;
    }

    ol {
        color: #FFF;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;

        li {
            list-style: none;
            font-size: 20px;
            display: flex;
            align-items: center;
            gap: 10px;

            iconify-icon {
                font-size: 28px;
                color: #bf9140;
            }
        }
    }


}

/* section-04 */

.section-04 {
    background: #ffebc4;
    position: relative;

    .title-box {
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: 100%;
        align-items: center;
        text-align: center;

        h2 {
            color: #000;
            margin: 0px;
            font-size: 40px;
            line-height: 54px;
            font-weight: 600;

            @media (max-width: 768px) {
                font-size: 30px;
                line-height: 34px;
            }
        }

        p {
            font-size: 18px;
            font-weight: 400;
            line-height: 28px;
            color: #6e6e6e;
            margin: 0px;
            letter-spacing: 0;
            max-width: 60%;

            @media (max-width: 768px) {
                max-width: 100%;
            }
        }
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        width: 100%;
        margin: auto;

        @media (max-width: 768px) {
            display: block;
        }
    }

    .card-ui {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 12px;
        padding: 20px;
        border-radius: 12px;
        cursor: pointer;
        background: #FFF;

        iconify-icon {
            background: #ffebc4;
            color: #000;
            width: 60px;
            height: 60px;
            font-size: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 15px;
            transform: rotate(-5deg);
        }

        h3 {
            margin: 0;
            color: #000;
            font-weight: 500;
            font-size: 20px;
        }

        p {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: #6e6e6e;
            margin: 0px;

        }

        &:hover {
            background: #b58b3b;

            h3 {
                color: #FFF;
            }

            p {
                color: #FFF;
            }

            iconify-icon {
                background: #FFF;
                color: #b58b3b;
                transform: rotate(5deg);
            }
        }
    }

    &::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        /* Increased wave height */
        background: #fffaf2;
        /* Wave color */

        -webkit-clip-path: polygon(0% 70%, 10% 60%, 20% 75%, 30% 55%,
                40% 78%, 50% 52%, 60% 78%, 70% 55%,
                80% 75%, 90% 60%, 100% 70%,
                100% 100%, 0% 100%);
        clip-path: polygon(0% 70%, 10% 60%, 20% 75%, 30% 55%,
                40% 78%, 50% 52%, 60% 78%, 70% 55%,
                80% 75%, 90% 60%, 100% 70%,
                100% 100%, 0% 100%);
        z-index: 2;
    }

}

.projects-section {

    @media (max-width: 768px) {
        .gap-45 {
            gap: 0;
        }
    }

    .title-box {
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: 100%;
        align-items: center;

        h2 {
            color: #000;
            margin: 0px;
            font-size: 40px;
            line-height: 54px;
            font-weight: 600;
            text-align: center;


            @media (max-width: 768px) {
                font-size: 30px;
                line-height: 34px;
            }
        }

        p {
            font-size: 18px;
            font-weight: 400;
            line-height: 28px;
            color: #6e6e6e;
            margin: 0px;
            letter-spacing: 0;
            max-width: 60%;
            text-align: center;


            @media (max-width: 768px) {
                max-width: 100%;
            }
        }
    }


    .projects {
        min-width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;

        @media (max-width: 768px) {
            gap: 20px 0;
        }

        img {
            width: 50%;

            @media (max-width: 768px) {
                width: 100%;
            }
        }

        .projects_text {
            width: 50%;
            display: flex;
            flex-direction: column;
            gap: 20px;

            @media (max-width: 768px) {
                width: 100%;
                gap: 10px;
            }


            h3 {
                margin: 0;
                color: #000;
                font-weight: 700;
                font-size: 36px;

                @media (max-width: 768px) {
                    font-size: 24px;
                    line-height: 30px;
                }
            }

            p {
                font-size: 18px;
                font-weight: 400;
                line-height: 28px;
                color: #6e6e6e;
                margin: 0px;

            }

            ul {
                color: #666;
                margin: 0;
                padding: 0;
                display: flex;
                flex-direction: column;
                gap: 16px;

                li {
                    list-style: none;
                    font-size: 20px;
                    display: flex;
                    align-items: center;
                    gap: 10px;

                    iconify-icon {
                        font-size: 28px;
                        color: #bf9140;
                    }
                }
            }
        }
    }

    .owl-nav {
        display: flex;
        position: relative;
        width: 100%;
        justify-content: center;
        right: 0;
        top: 0;
        margin-top: 50px;
        gap: 15px;

        .owl-next,
        .owl-prev {
            background: #bf9140;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;

            i {
                opacity: 1;
                filter: brightness(10);
            }
        }
    }



    @media (max-width: 768px) {

        .projects {
            gap: 20px 0;

            .projects_text,
            img {
                width: 100%;
            }
        }
    }
}



.contact-box {
    padding: 24px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0px -5px 5px 2px #0000000a;

    h2 {
        color: #000;
        margin: 0px;
        font-size: 36px;
        line-height: 50px;
        font-weight: 600;

        @media (max-width: 768px) {
            font-size: 30px;
            line-height: 40px;
        }
    }

    p {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #6e6e6e;
        margin: 0px;
        letter-spacing: 0;
        max-width: 90%;

        @media (max-width: 768px) {
            max-width: 100%;
        }
    }

    .btn-ui {
        display: inline-flex;
        align-items: center;
        padding: 18px 28px;
        background: #bf9140;
        color: #FFF !important;
        font-family: "Figtree", sans-serif;
        font-size: 17px;
        border-radius: 50px;
        font-weight: 500;
        letter-spacing: 0.5px;
        gap: 10px;
        box-shadow: 0 0 46px 0 rgba(191, 145, 64, .4);
    }
}



/*  */

.hero_plaidsdk {
    padding: 80px 0;
    background: url(../../ui/img/banner-bg.svg), linear-gradient(180deg, #fff8ed 20%, #ffd48e 100%);

    h1 {
        color: #bf9140;
        margin: 0px;
        font-weight: 700;
        line-height: 1.2;
    }

    p {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        color: #333;
        margin: 0px
    }

    .btn-ui {
        display: inline-flex;
        align-items: center;
        padding: 18px 28px;
        background: #bf9140;
        color: #FFF !important;
        font-family: "Figtree", sans-serif;
        font-size: 17px;
        border-radius: 50px;
        font-weight: 500;
        letter-spacing: 0.5px;
        box-shadow: 0 0 46px 0 rgba(191, 145, 64, .4);
        gap: 10px;
    }

    @media (max-width: 768px) {
        padding: 40px 0;

        .d-flex {
            flex-direction: column-reverse;
            display: flex;
        }

        h1 {
            font-size: 30px;
            line-height: 1.2;
        }
    }

}