.home-bg {
    background-color: #F7FBFD;
}

.home-hero-section {
    margin-bottom: 3rem;
    margin-top: 6.5rem;
    padding-left: 40px;
    padding-right: 40px;

    .hero-title {
        color: #272727 !important;
        font-size: 52px;
        font-weight: 600;
        line-height: 62px;
        font-style: normal;
        font-kerning: normal;
        text-decoration: none;
    }

    .hero-sub-title {
        color: #184554 !important;
        font-size: 32px;
        font-weight: 400;
        line-height: 45px;
        font-style: normal;
        font-kerning: normal;
        text-decoration: none;
        opacity: 70%;
    }

    .hero-description {
        color: #272727 !important;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        font-style: normal;
        font-kerning: normal;
        text-decoration: none;
    }

    .desc-color {
        color: #272727;
        font-weight: 700;
    }

    .hero-banner {
        width: 100%;
        height: auto;
    }
}

.icon-section {
    display: block;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #0000001A;
    border-radius: 20px;
    padding: 40px;
    margin: 0px 40px;

    .box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 18px;
        align-items: center;

        .trusted-by {
            color: #272727;
            font-size: 40px;
            font-weight: 600;
            line-height: 56px;
            font-style: normal;
            font-kerning: normal;
            text-decoration: none;
            margin-bottom: 15px;
        }

        .img-nium {
            height: 26px;
            width: 100px;
        }
    }
}

.marquee {
    overflow: hidden;
    position: relative;
    flex: 1;
}

.track {
    display: flex;
    width: max-content;
    animation: scroll 25s linear infinite;
}

.box {
    flex: 0 0 auto;
    padding: 0 36px;
}

.box img {
    height: 45px;
    object-fit: contain;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.backed-experience-section {
    background-color: #00425A;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    /* box-shadow: 0 4px 32px -14px rgba(64, 87, 109, .3); */

    .backed-experience-title {
        color: #FFFFFF !important;
        font-size: 40px;
        font-weight: 600;
        line-height: 56px;
        font-style: normal;
        font-kerning: normal;
        text-decoration: none;
    }

    .backed-experience-desc {
        color: #FFFFFF !important;
        font-size: 18px;
        font-weight: 500;
        line-height: 32px;
        font-style: normal;
        font-kerning: normal;
        text-decoration: none;
    }

    .for-your-card {
        height: 100%;
        width: 100%;
        background-color: #003548;
        border-radius: 20px;
        box-shadow: 0px 0px 20px 0px #00000008;
        padding: 20px;

        .for-your-container {
            display: grid;
            grid-template-columns: 20% 75%;
            gap: 10px;
        }

        .for-your-icon-bg {
            background: #00425A;
            height: 65px;
            width: 65px;
            border-radius: 50%;
            text-align: center;
            align-content: center;
        }

        .for-your-icon {
            /* mix-blend-mode: multiply; */
            height: 38px;
            width: 38px;
        }

        .for-your-title {
            color: #FFFFFF !important;
            font-size: 28px;
            font-weight: 600;
            line-height: 36px;
            font-style: normal;
        }

        .for-your-sub-title {
            color: #FFFFFF !important;
            font-size: 20px;
            font-weight: 600;
            line-height: 28px;
            font-style: normal;
            opacity: 50%;
        }

        .my-bullet {
            color: #FFFFFF;
            font-size: 5px;
            margin-top: 10px;
        }

        .bullet-point-txt {
            color: #FFFFFF !important;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            font-style: normal;
            font-kerning: normal;
            text-decoration: none;
        }
    }
}

.our-suite-section {
    padding-top: 60px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;

    .our-solution-suite-title {
        color: #272727 !important;
        font-size: 40px;
        font-weight: 600;
        font-style: normal;
        line-height: 56px;
        font-kerning: normal;
        text-decoration: none;
    }

    .our-suite-sub-title {
        color: #184554 !important;
        font-size: 32px;
        font-weight: 400;
        font-style: normal;
        line-height: 45px;
        font-kerning: normal;
        text-decoration: none;
        opacity: 70%;
    }

    .our-suite-desc {
        color: #272727 !important;
        font-size: 18px;
        font-weight: 500;
        font-style: normal;
        line-height: 32px;
        font-kerning: normal;
        text-decoration: none;
    }

    .our-suite-card {
        background-color: #F3F4F6;
        border-radius: 20px;
        width: 100%;
        height: auto;

        .our-suite-icon {
            mix-blend-mode: multiply;
            height: auto;
            width: 100%;
        }
    }
}

.differ-delivery-section {
    padding-left: 40px !important;
    padding-right: 40px !important;

    .differ-delivery-title {
        color: #272727 !important;
        font-size: 40px;
        font-weight: 600;
        font-style: normal;
        line-height: 56px;
        font-kerning: normal;
        text-decoration: none;
    }

    .curated-txt {
        color: #184554 !important;
        font-size: 32px;
        font-weight: 400;
        font-style: normal;
        line-height: 45px;
        font-kerning: normal;
        text-decoration: none;
        margin-bottom: 0px !important;
        opacity: 70%;
    }

    .card-mb-20 {
        margin-bottom: 20px !important;
    }

    .dif-del-card {
        height: 100%;
        background-color: #FFFFFF;
        border: 1px solid #D9D9D9;
        border-radius: 20px;
        box-shadow: 0px 0px 20px 0px #00000008;

        .card-top-section {
            display: flex;
            gap: 10px;
            border-bottom: 1px solid #D9D9D9;
            padding: 15px 20px;

            .delivery-icon-div {
                height: 69px;
                width: 69px;
                background-color: #BAD7E9;
                border-radius: 50%;
                align-content: center;
                text-align: center;

                .icon-40 {
                    height: 40px;
                    width: 40px;
                }
            }

            .card-title-div {
                align-content: center;

                .deliver-card-title {
                    color: #272727 !important;
                    font-size: 28px;
                    font-weight: 500;
                    font-style: normal;
                    line-height: 32px;
                    font-kerning: normal;
                    text-decoration: none;
                }

                .deliver-card-sub-title {
                    color: #184554 !important;
                    font-size: 20px;
                    font-weight: 400;
                    font-style: normal;
                    line-height: 25px;
                    font-kerning: normal;
                    text-decoration: none;
                    opacity: 70%;
                    margin-bottom: 0px !important;
                }
            }
        }

        .ul-li-div {
            padding: 15px 20px;

            .list-d-flex {
                display: flex;
            }

            .check-icon {
                width: 20px;
                height: 20px;
                margin-top: 6px;
                margin-right: 8px;
            }

            .list-title {
                color: #272727 !important;
                font-size: 18px;
                font-weight: 600;
                font-style: normal;
                line-height: 24px;
                font-kerning: normal;
                text-decoration: none;
                white-space: nowrap;
                margin-bottom: 0px !important;
            }

            .list-value {
                color: #272727 !important;
                font-size: 16px;
                font-weight: 500;
                font-style: normal;
                line-height: 24px;
                font-kerning: normal;
                text-decoration: none;
                margin-bottom: 0px !important;
            }
        }
    }
}

.clients-say-about-us-section {
    padding-left: 40px !important;
    padding-right: 40px !important;

    .clients-say-about-us-title {
        color: #272727 !important;
        font-size: 40px;
        font-weight: 600;
        font-style: normal;
        line-height: 56px;
        font-kerning: normal;
        text-decoration: none;
    }

    .say-aboutus-scroll-container {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 1rem;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none;
        scrollbar-width: none;

        .say-item {
            min-width: 600px;
            max-width: 600px;
            flex-shrink: 0;
            scroll-snap-align: start;
            margin-bottom: 45px;

            .aboutus-quote {
                height: 69px;
                width: 69px;
                margin-bottom: -32px;
                margin-left: 40px;
            }

            .say-aboutus-card {
                background: #FFFFFF;
                border: 1px solid #BDD7EA;
                border-radius: 20px;
                box-shadow: 0px 0px 20px 0px #00000008;
                padding: 30px 40px 40px 40px;

                .the-quote-desc {
                    color: #272727 !important;
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 30px;
                    font-style: italic;
                    font-kerning: normal;
                    text-decoration: none;
                }

                .user-icon {
                    height: 50px;
                    width: 50px;
                    border-radius: 50%;
                }

                .user-name-txt {
                    color: #272727 !important;
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 24px;
                    font-style: normal;
                    font-kerning: normal;
                    text-decoration: none;
                }

                .user-post-txt {
                    color: #004259 !important;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 20px;
                    font-style: normal;
                    font-kerning: normal;
                    text-decoration: none;
                    opacity: 60%;
                }
            }
        }
    }

    .say-aboutus-scroll-container::-webkit-scrollbar {
        display: none;
    }
}

.quickDemo {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    color: #fff;
    background: #004259;
    border: 1px solid #004259;
    border-radius: 10px;
    padding: 12px 22px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    justify-self: center;
    margin-left: 65px !important;
    /* margin: 0 auto; */
    margin-top: -70px;
    gap: 10px;
    z-index: 1;
    position: relative;
}

.mobile-d-none {
    display: none !important;
}

.desktop-d-none {
    display: block !important;
}

.modal .modal-w-35 {
    width: 35% !important;
}

@media (max-width: 480px) {
    .home-hero-section {
        margin-bottom: 1.5rem;
        margin-top: 2.5rem;
        padding-left: 16px !important;
        padding-right: 16px !important;

        .hero-title {
            font-size: 32px;
            line-height: 44px;
            margin-top: -50px;
        }

        .hero-sub-title {
            font-size: 26px;
            line-height: 39px;
        }
    }

    .icon-section {
        padding: 20px;
        margin: 0px 16px !important;

        .box {
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 18px;
            align-items: center;
            padding: 0px 20px;

            .trusted-by {
                font-size: 24px;
                line-height: 47px;
            }

            .img-nium {
                height: 20px;
                width: 80px;
            }
        }
    }

    .backed-experience-section {
        padding-left: 16px;
        padding-right: 16px;

        .backed-experience-title {
            font-size: 28px;
            line-height: 44px;
            text-align: center;
        }

        .backed-experience-desc {
            font-size: 18px;
            font-weight: 500;
            line-height: 28px;
            text-align: center;
        }

        .for-your-card {
            height: 100%;
            width: 100%;
            background-color: #003548;
            border-radius: 20px;
            box-shadow: 0px 0px 20px 0px #00000008;
            padding: 20px;

            .for-your-container {
                display: grid;
                grid-template-columns: 18% 82%;
                gap: 10px;
            }

            .for-your-icon-bg {
                background: #00425A;
                height: 50px;
                width: 50px;
                border-radius: 50%;
                text-align: center;
                align-content: center;
            }

            .for-your-icon {
                height: 29px;
                width: 29px;
            }

            .for-your-title {
                font-size: 24px;
                line-height: 30px;
            }

            .for-your-sub-title {
                font-size: 17px;
                line-height: 24px;
            }
        }
    }

    .text-center {
        text-align: left !important;
    }

    .our-suite-section {
        padding-left: 16px !important;
        padding-right: 16px !important;

        .our-solution-suite-title {
            font-size: 32px;
            line-height: 44px;
        }

        .our-suite-sub-title {
            font-size: 26px;
            line-height: 39px;
            font-weight: 400;
        }

        .our-suite-desc {
            font-size: 16px;
            font-weight: 500;
            line-height: 26px;
        }
    }

    .differ-delivery-section {
        padding-left: 16px !important;
        padding-right: 16px !important;

        .differ-delivery-title {
            font-size: 32px;
            line-height: 44px;
        }

        .curated-txt {
            font-size: 26px;
            line-height: 39px;
        }

        .dif-del-card {
            display: block !important;
            margin-left: 0px;

            .card-top-section {
                display: flex;
                gap: 10px;
                border-bottom: 1px solid #D9D9D9;
                padding: 10px 15px;

                .delivery-icon-div {
                    height: 50px;
                    width: 50px;
                    min-width: 50px;
                    min-height: 50px;
                    background-color: #BAD7E9;
                    border-radius: 50%;
                    align-content: center;
                    text-align: center;

                    .icon-40 {
                        height: 29px;
                        width: 29px;
                    }
                }

                .card-title-div {
                    align-content: center;

                    .deliver-card-title {
                        font-size: 24px;
                        font-weight: 500;
                        line-height: 32px;
                    }

                    .deliver-card-sub-title {
                        font-size: 16px;
                        font-weight: 500;
                        line-height: 24px;
                    }
                }
            }

            .delivery-icon-div {
                margin-left: 0px;
            }

            .list-d-flex {
                display: block;
            }
        }
    }

    .clients-say-about-us-section {
        padding-left: 16px !important;
        padding-right: 16px !important;

        .clients-say-about-us-title {
            font-size: 32px;
            font-weight: 600;
            line-height: 44px;
        }

        .say-aboutus-scroll-container {

            .say-item {
                min-width: 300px;
                max-width: 300px;
                flex-shrink: 0;
                scroll-snap-align: start;
                margin-bottom: 35px;

                .aboutus-quote {
                    height: 52px;
                    width: 52px;
                    margin-bottom: -32px;
                    margin-left: 22px;
                }

                .say-aboutus-card {
                    height: 100%;
                    background: #FFFFFF;
                    border: 1px solid #BDD7EA;
                    border-radius: 20px;
                    box-shadow: 0px 0px 20px 0px #00000008;
                    padding: 30px 22px 22px 22px;

                    .the-quote-desc {
                        font-size: 16px;
                        font-weight: 500;
                        line-height: 28px;
                    }

                    .user-icon {
                        height: 39px;
                        width: 39px;
                        border-radius: 50%;
                    }

                    .user-name-txt {
                        font-size: 14px;
                        font-weight: 500;
                        line-height: 20px;
                    }

                    .user-post-txt {
                        font-size: 12px;
                        font-weight: 500;
                        line-height: 18px;
                    }
                }
            }
        }

        .say-aboutus-scroll-container::-webkit-scrollbar {
            display: none;
        }
    }

    .quickDemo {
        margin: 0px;
        margin-top: 0px;
        margin-left: 0px !important;
        justify-self: start !important;
    }

    .mobile-d-none {
        display: block !important;
    }

    .desktop-d-none {
        display: none !important;
    }

    .modal .modal-w-35 {
        width: 90% !important;
    }
}