* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Header */
.header {
    /*
    background-image: url("images/curve.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    */

    background-color: #F1EFFF;


}

.h-layer {
    background-image: url(images/hero-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.header-content {
    padding-top: 100px;
    padding-bottom: 250px;
}

.header-content h1 {
    font-weight: 600;

}

.header-content p {
    font-size: 18px;

}

.header-content-blog {
    padding-top: 100px;
    padding-bottom: 150px;
}

.header-content-blog h1 {
    font-weight: 600;

}

.header-content-blog p {
    font-size: 18px;

}

.btn-1 {
    background-color: #5A47FB;
    color: white;
    padding: 10px 40px;
    border-radius: 5px;
}

.btn-1:focus {
    background-color: #5A47FB;
    color: white;
}

.btn-1:hover {
    background-color: #120879;
    color: white;
}

.p-div {
    display: table;
    height: 100%;
}

.c-div {
    display: table-cell;
    vertical-align: middle;
}

/* navbar */
.navbar-brand img {
    width: 200px;
}

.navbar-nav {
    margin-left: auto;
    gap: 15px;
}

.nav-link {
    color: #120879;
}

/* Section 1 */
.section-1 {
    background-color: #5A47FB;

    position: relative;
    z-index: 111;
    padding-top: 250px;
    padding-bottom: 50px;

}

.section-1-box {
    margin-top: 60px;
}

.section-1-box h5 {
    font-size: 18px;
    font-weight: 600;
}

.section-1-box img {
    background-color: #7261FF;
    padding: 10px;
    border-radius: 10px;
}

.section-1-box p {
    font-size: 14px;
}

/* Section 2 */
.section-2 {
    margin-block: 60px;

}

.section-2-div {
    background-color: white;
    box-shadow: 0px 4px 24px 0px #00000040;
    padding: 80px;
    border-radius: 20px;
}

.section-2-box {
    display: flex;
    gap: 15px;
    margin-top: 50px;
}

.section-2-box img {
    background-color: #7261FF;
    padding: 10px;
    border-radius: 10px;
}

/* Section 3 */
.bermuda-box {
    display: flex;
    gap: 15px;
    padding: 25px 15px 12px;
    border-radius: 15px;
    background: #f9f9f9;
    /* optional background */
    height: 100%;
    /* keeps equal heights within the row */
}


.bermuda-box h5 {
    font-weight: 600;
}

.integration-1 {
    background-color: #2CA01C1A;
}

.integration-2 {
    background-color: #FDDE531A;
}

.integration-3 {
    background-color: #20888D1A;
}

.integration-4 {
    background-color: #1C47771A;
}

.integration-5 {
    background-color: #F12E451A;
}

.integration-6 {
    background-color: #1A82E21A;
}

.integration-7 {
    background-color: #E374001A;
}

.integration-8 {
    background-color: #0B65E31A;
}

.integration-9 {
    background-color: #21A8491A;
}

.integration-10 {
    background-color: #3A72F31A;
}

.integration-11 {
    background-color: #e5e5e5;
}

.integration-12 {
    background-color: #F9DEF9;
}

.custom {
    background-image: url(images/custom.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    color: white;
    border-radius: 20px;
}

.custom p {
    width: 50%;
}

#integration h2 {
    padding-bottom: 40px;
}

/* About */
.about-div {
    padding-left: 70px;
}

.about-us h3 {
    color: #5A47FB;
}

.about-us p em {
    font-size: 24px;
    font-weight: 500;
    color: #5A47FB;
}

.about-us img {
    position: relative;
    left: 20px;
}

/* Testimonials */
.reviews {
    background-color: #120879;
    padding-block: 80px;
    color: white;
}

.review-box {
    margin-top: 50px;
    text-align: center;
}

.review-box img {
    width: 100px;
    height: 100px;
    border-radius: 50px;

}

/* Statistics */

.stats-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.stat-div {
    padding-block: 40px;
    background-color: white;
    margin-top: -400px;
    z-index: 999;
    background-color: white;
    border-radius: 20px;
    margin-bottom: 60px;
}

.stat-div h3 {
    color: #5A47FB;
    font-weight: 600;
    padding-bottom: 20px;
}

.stat {
    flex: 1 1 0;
    text-align: center;
    padding: 8px 12px;
    min-width: 0;
}

.stat .big {
    color: #5A47FB;
    font-weight: 600;
    font-size: 23px !important;
    line-height: 1.05;
    margin-bottom: 8px;
    letter-spacing: 0.2px;
}

.stat .small {
    font-size: 16px;
    line-height: 1.3;
    color: #120879;
}

.divider-vertical {
    width: 1px;
    background: #5A47FB;
    align-self: stretch;
    height: 60px;
    border-radius: 2px;
    flex: 0 0 1px;
    padding-top: 80px;
    margin: 40px 8px;
}

/* FAQs */
.faqs-container {
    background-color: #F1EFFF;
    padding: 80px 40px;
    border-radius: 20px;
}

.faqs-container h6 {
    color: #5A47FB;
    font-weight: 600;
}

.faqs-container h2 {
    color: #120879;
}

.accordion-button {
    border-radius: 40px !important;
    background-color: #120879;
    color: white;
    width: auto;
    display: inline-flex;

}

/* Remove default Bootstrap chevron */
.accordion-button::after {
    background-image: none !important;
    content: '+';
    font-size: 1.2rem;
    margin-left: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #5A47FB;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none !important;
}

.accordion-button:not(.collapsed)::after {
    content: '-';
    background-color: #fff;
    color: #5A47FB;
}

.accordion-item {
    border: none;
    background: transparent !important;
}

.accordion-collapse {
    border-radius: 0;
}


.accordion-body {
    background: #5A47FB;
    border-radius: 20px;
    color: white;
    width: 50%;
    margin-left: 100px;
}


/* Blog */
.blog {
    padding-block: 70px;
}

.blog-card {
    margin-top: 50px;
}

.blog-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}

.blog-content {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    margin-top: -40px;
    position: relative;
    z-index: 999;
    box-shadow: 0px 4px 24px 0px #0000001A;

    margin-inline: 10px;
}

.blog-content a {
    float: right;
}

/* packages */
.packages {
    background-color: #120879;
    padding-block: 80px;
}

.package-card {
    background-color: white;
    border-radius: 20px;
    padding: 25px 15px;
    margin-top: 50px;
}

.package-card h5 {
    text-align: center;

}

.package-card h5 small {
    font-size: 12px;
    font-style: italic;
    color: #ccc;
}

.package-card h3 {
    color: #5A47FB;
    font-size: 40px;
    text-align: center;
    padding-block: 10px;
}

.package-card p {
    text-align: center;
    color: #12087961;
    font-size: 15px;
    padding-top: 10px;
}

.package-card a {
    min-width: 100%;
}

.package-card ul {
    list-style: none;
    padding: 0;
}

.package-card ul li:nth-child(odd) {
    background-color: #F5F5F5;
    padding: 15px;
    border-radius: 8px;
}

.package-card ul li:nth-child(even) {
    background-color: white;
    padding: 15px;
}

/* Footer */
.footer {
    background-color: white;
    padding-top: 80px;
    padding-bottom: 20px;
}

.footer-1,
.follow {
    padding-top: 20px;
}

.footer-1 small,
.footer-2 small,
.follow small {
    color: #5A47FB;
    font-weight: 600;
}

.footer a i {
    color: #120879;
    font-size: 20px;
}

.footer-2 a {
    text-decoration: none;
    color: black;
}

.follow ul {
    list-style: none;
    display: flex;
    gap: 15px;
}

.footer img {
    width: 200px;
}

.footer h5 {
    color: #120879;
}

.footer ul {
    list-style: none;
    line-height: 40px;
    padding: 0;
}

.footer ul li a {
    text-decoration: none;
    color: black;
}


.footer-page {
    background-color: #F1EFFF;
    margin-top: 70px;
}

.privacy-mail {
    color: #120879;
    text-decoration: none;
}

.navbar-toggler {
    box-shadow: none !important;
    border: 0 !important;
}

/* Responsiveness */
@media screen and (max-width: 767px) {

    .ord-1 {
        order: 2;
    }

    .ord-2 {
        order: 1;
    }

    .header-content {
        padding-top: 60px;
        text-align: center;
        padding-bottom: 500px;
    }

    .header-content img {
        margin-bottom: 40px;
        margin-top: 0;
    }

    .header-content-blog {
        padding-top: 60px;
        text-align: center;
        padding-bottom: 80px;
    }

    .header-content-blog img {
        margin-bottom: 40px;
        margin-top: 0;
    }

    .blog {
        padding-block: 20px;
    }

    .section-1 {
        margin-top: -300px;
        padding-top: 350px;
    }

    .section-1-box {
        margin-top: 30px;
    }

    .section-2-div {
        padding: 40px 20px;
    }

    .section-2-box,
    .bermuda-box {
        flex-direction: column;
        margin-top: 30px;
    }

    .bermuda-box {
        padding: 30px 20px 20px;
    }

    .custom {
        padding: 40px 20px;
    }

    .custom p {
        min-width: 100%;
    }

    .about-us {
        margin-top: 70px;
    }

    .about-div {
        padding-left: 20px;

    }

    #integration h2 {
        padding-bottom: 0;
    }

    .about-us img {
        width: 80%;
        position: relative;
        left: 60px;
    }

    .stat-div {
        margin-top: -480px;
    }

    .btn-faqs {
        padding: 10px;
    }

    .stats-row {
        flex-direction: column;
        align-items: center;
    }

    .divider-vertical {
        display: none;
    }

    .faqs-container {
        padding: 40px 20px;
    }

    .accordion-body {
        margin-left: 0;
        width: 100%;
    }

    .footer h5 {
        margin-top: 20px;
    }

}


@media (min-width: 768px) and (max-width: 991px) {
    .header-content {
        padding-bottom: 300px;
        padding-top: 60px;
    }

    .header-content h1 {
        font-size: 25px;
    }

    .section-2-box,
    .bermuda-box {
        flex-direction: column;
    }

    .bermuda-box {
        padding: 25px;
    }

    .section-2-div {
        padding: 40px;
    }

    .section-2-box h5 {
        font-size: 18px;
    }

    .about-us {
        margin-top: 60px;
    }

    .about-div {
        padding-left: 40px;
    }

    .about-us img {
        display: none;
    }

    .about-image-div {
        display: none;
    }

    .accordion-body {
        width: 70%;
    }

    .btn-1 {
        padding: 10px 30px;
    }

    .stats-row {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .divider-vertical {
        display: none;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-us {
        padding-block: 60px;
    }

    .about-div {
        padding-left: 40px;
    }

    .nav-link {
        font-size: 12px;
    }
}

@media (min-width: 1900px) {

    .about-div {
        padding-left: 310px;
    }
}


@media (min-width: 2300px) {

    .about-div {
        padding-left: 550px;
    }


}

#main-content h1 {
    font-size: 30px;
}

#main-content h2 {
    font-size: 24px;
}

#main-content h3 {
    font-size: 22px;
}

.accordion-collapse {
    margin-top: 15px;
}