* {
    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-color: #F1EFFF;
}

.h-layer {
    background-image: url(images/hero-bg.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;

}


.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;
}

/* What is Carrier Download?  */
.what {
    background-color: white;
    border-radius: 25px;
    max-width: 80%;
    margin: -150px auto 0;
    padding: 60px 100px;
    box-shadow: 0px 0px 24px 0px #00000026;
    text-align: center;
}

.what h3 {
    color: #5A47FB;
}


/* Statistics */


.stats-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.stat-div {
    padding-block: 70px;
}

.stat-div h3 {
    color: #120879;
    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;
}

/* Advantages */
.advantages .row {
    margin-left: 60px;
}

.advantages h2 {
    color: #120879;
    font-weight: bold;
}

.advantage-box {
    margin-top: 40px;
}

.advantage-box h5 {
    color: #120879;
    padding-top: 10px;
}

.advantage-box p {
    width: 75%;
}

/* Use Cases */
.use-cases {
    background-color: #5A47FB;
    padding-block: 80px;
}

.use-cases h2 {
    font-weight: bold;
}

.case {
    color: white;
    margin-top: 40px;
}

.case img {
    background-color: #7261FF;
    padding: 10px;
    border-radius: 10px;
}

.case h5 {
    font-size: 18px;
    font-weight: 600;
}


/* Reports */
.reports {
    padding-block: 70px;
}

.reports h2 {
    font-weight: bold;
    color: #120879;
}

.report-div {
    margin-top: 40px;
}

.report-div h4 {
    color: #5A47FB;
}


.report-div img {
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 100%;
    height: 300px;
    box-shadow: 0px 4px 10px 0px #00000040;
    border-radius: 15px;
}

.report-div img:hover {
    transform: scale(1.05);
}

#modalImage {
    width: 100%;
    height: 80vh;
    object-fit: contain;
}

/* Integrations */

.bermuda-box {
    display: flex;
    gap: 15px;
    padding: 25px 15px 12px;
    border-radius: 15px;
    background: #f9f9f9;

    height: 100%;

}


.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;
}


#integration h2 {
    padding-bottom: 40px;
    color: #120879;
    font-weight: bold;
}

/* About */
.about-us {
    margin-top: 40px;
}

.about-us h3 {
    color: #5A47FB;
}

.about-us p em {
    font-size: 24px;
    font-weight: 500;
    color: #5A47FB;
}



/* Footer */
.footer {
    background-color: #F1EFFF;
    padding-top: 70px;
    padding-bottom: 10px;
    margin-top: 50px;
}

.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: 200px;
    }

    .header-content img {
        margin-bottom: 40px;
        margin-top: 0;
    }

    .what {
        max-width: 92%;
        padding: 40px 10px;
        border-radius: 20px;
    }

    .stats-row {
        flex-direction: column;
        align-items: center;
    }

    .divider-vertical {
        display: none;
    }

    .advantages .row {
        margin-left: 0;
    }

    .advantage-box {
        margin-top: 20px;
    }

    .advantage-box p {
        min-width: 100%;
    }

    .image-div img {
        min-width: 80px;
    }

    .bubbles img {
        width: 20%;
    }

    .case {
        margin-top: 30px;
    }

    .about-us {
        margin-top: 70px;
    }

    .report-div img {
        height: auto;
    }


    #integration h2 {
        padding-bottom: 0;
    }

    .about-us img {
        width: 80%;
        position: relative;
        left: 60px;
    }


    .bermuda-box {
        flex-direction: column;
        margin-top: 30px;
        padding: 30px 20px 20px;
    }


    .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;
    }

    .btn-1 {
        padding: 10px 30px;
    }

    .stats-row {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .divider-vertical {
        display: none;
    }

    .report-div img {
        height: 200px;
    }

    .bubbles img {
        width: 30%;
    }

    .advantages p {
        min-width: 100%;
    }

    .image-div img {
        min-width: 80px;
    }

    .what {
        max-width: 90%;
        padding: 40px;
    }


    .bermuda-box {
        flex-direction: column;
    }

    .bermuda-box {
        padding: 25px;
    }

    .about-us {
        margin-top: 60px;
    }



    .about-us img {
        display: none;
    }

    .about-image-div {
        display: none;
    }

    .advantages .row {
        margin-left: -40px;
    }

    .advantage-box p{
        min-width: 100%;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .advantages .row {
        position: relative;
        left: -40px;
    }

    .about-us {
        padding-block: 60px;
    }

    .report-div img {
        height: 200px;
    }

    .bubbles img {
        width: 30%;
    }

    .advantages p {
        min-width: 100%;
    }

    .image-div img {
        min-width: 80px;
    }

}


#main-content h1 {
    font-size: 30px;
}

#main-content h2 {
    font-size: 24px;
}

#main-content h3 {
    font-size: 22px;
}