@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

.btn-outline-primary {
    --bs-btn-color: #b816b6;
    --bs-btn-border-color: #b816b6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b816b6;
    --bs-btn-hover-border-color: #b816b6;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b816b6;
    --bs-btn-active-border-color: #b816b6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #b816b6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #b816b6;
    --bs-gradient: none;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #b816b6;
    --bs-btn-border-color: #b816b6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #910a8f;
    --bs-btn-hover-border-color: #910a8f;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #910a8f;
    --bs-btn-active-border-color: #910a8f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #b816b6;
    --bs-btn-disabled-border-color: #b816b6;
}

.inter,
p,
a,
span,
button,
input,
label,
select,
textarea {
    font-family: "Inter", serif;
}

.dm-sans,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Sans", serif;
}

.brand-accordion .accordion-button {
    color: #212529;
    background-color: transparent;
    box-shadow: none;
}

.mobile-link {
    text-decoration: none;
    padding: 1.25rem;
}

/* utility classes  */
.max-w-sm {
    max-width: 540px;
}

.max-w-md {
    max-width: 720px;
}

.container-fluid {
    width: 96%;
}

.as1 {
    aspect-ratio: 1;
}

.h-graph {
    height: 280px !important;
}

/* utility classes end here  */

/* mega menu  */
.main-navbar {
    /* background-color: transparent; */
    /* position: fixed;
    top: 0px;
    left: 0px; */
    width: 100%;
    background: rgba(255, 255, 255);
    box-shadow: 0 0px 23px 0 rgba(31, 38, 135, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.header-nav-items {
    background-color: #f2f2f2;
}

.mega-menu-dropdown {
    min-width: 650px;
    /* left: -50%; */
    transform: translate(-40%);
    background-color: #f7f7f7;
    box-shadow: 0px 10px 20px rgb(148 148 148 / 42%) !important;
    border-radius: 24px;
    border: 1px solid #dbdbdb;
}

.mega-menu-container {
    padding: 18px;
}

.mega-menu-heading {
    color: var(--Gray-400, #97a3b7);
    letter-spacing: 0.59px;
    text-transform: uppercase;
}

.mega-menu-item {
    display: flex;
    align-items: start;
    gap: 19px;
    justify-content: start;
    padding: 16px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.mega-menu-item {
    text-decoration: none;
}

.mega-menu-item:hover,
.mega-menu-item:focus-within {
    background-color: rgba(151, 163, 183, 0.1);
}

.mega-menu-item:first-child {
    margin-top: 0;
}

.mega-menu-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 28px;
}

.mega-menu-content {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: start;
    flex: 1;
    flex-basis: 0%;
}

.mega-menu-title {
    color: var(--Gray-900, #111b29);
    font: 700 17px DM Sans, sans-serif;
}

.mega-menu-description {
    color: var(--Gray-500, #677489);
    font: 300 14px Inter, sans-serif;
    margin: 4px 0 0;
}

/* mega menu end here  */

/* hero section  */

.traffic-title {
    max-width: 200px;
}

.hero-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    width: 100%;
    padding-block: 30px;
}

.hero-content {
    align-self: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 842px;
    font-family: Inter, sans-serif;
}

.hero-title {
    color: #3f3f3f;
    text-align: center;
    font-size: 110px;
    margin: 0;
}

.highlight-text {
    background-color: #ffeaff;
    position: relative;
    padding-left: 18px;
    margin-right: 10px;
}

.highlight-text .arrow1 {
    position: absolute;
    left: -10px;
    bottom: 0;
}

.highlight-text .arrow2 {
    position: absolute;
    right: -10px;
    top: 0;
}

.highlight-text svg {
    width: auto;
    height: 148px;
}

.hero-description {
    color: rgba(135, 133, 133, 1);
    font: 300 24px/32px Inter, sans-serif;
    text-align: center;
    margin-top: 40px;
    max-width: 512px;
}

.cta-container {
    display: flex;
    gap: 12px;
    margin-top: 40px;
}

.stats-section .carousel-item img {
    height: 450px;
    object-fit: cover;
    object-position: center;
    /* border-radius: 24px; */
}

.stats-section .carousel-inner {
    border-radius: 24px;
    overflow: hidden;
}

.avatar-group {
    display: flex;
    gap: 0px;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    outline: 1px solid #a1a1a1;
    outline-offset: 2px;
}

.avatar-group .avatar {
    margin-left: -20px;
}

.avatar-group .avatar:nth-child(1) {
    margin-left: 0px;
}

.metrics-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.traffic-section {
    margin-top: 15px;
    padding: 16px;
    border-radius: 12px;
    background-color: rgba(247, 247, 247, 1);
}

.traffic-stats {
    background-color: rgba(255, 255, 255, 1);
    padding: 12px;
    border: 8px solid rgba(255, 234, 255, 1);
    border-radius: 12px;
    font: 25px/32px Inter, sans-serif;
}

/* here section end here  */

/* about section  */

.about-logo,
.about-image {
    object-fit: contain;
    object-position: center;
}

.about-logo {
    width: 50px;
    aspect-ratio: 1.11;
}

.about-image {
    width: 216px;
    aspect-ratio: 2.26;
}

.about-text {
    font-size: 64px;
    line-height: 68px;
}

/* about section end here  */

/* services section  */
.solutions-section {
    background-color: #f7f7f7;
}

.service-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 44px;
    z-index: 1;
}

/* services section end here  */

/* industry section  */
.industry-card {
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    background-color: #f8f9fa;
}

.industry-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.industry-icon {
    font-size: 2.5rem;
    color: #b816b6;
    margin-bottom: 1.5rem;
}

.industries-section {
    padding: 80px 0;
    background-color: #ffffff;
}

/* .section-title {
    position: relative;
    margin-bottom: 60px;
} */

/* .section-title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #B816B6;
} */

.card-body {
    padding: 2rem;
}

.industry-card h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 1rem;
}

.industry-card p {
    color: #6c757d;
    line-height: 1.6;
}

/* industry end here  */

/* technologies section  */
.box {
    display: grid;
    align-items: center;
    justify-items: center;
    width: 60%;
    height: auto;
    transition: transform 0.5s ease-in;
    margin: 8px auto;
}

.box img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.box:hover {
    transform: scale(1.2);
}

/* technologies section end here  */

/* why choose us section  */

.feature-item {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 5%;
    justify-content: space-between;
}

.feature-header {
    width: 45%;
}

.feature-number {
    border-radius: 130px;
    height: 65px;
    width: 65px;
    overflow: hidden;
    font-size: 28px;
    white-space: nowrap;
    letter-spacing: -1.28px;
    margin: auto 0;
    border: 1px solid rgba(197, 197, 197, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-description {
    color: rgba(135, 133, 133, 1);
    font-size: 16px;
    width: 50%;
    font-weight: 300;
}

.divider {
    height: 1px;
    margin: 24px 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.summary-section {
    display: flex;
    margin-top: 48px;
    align-items: end;
    gap: 24px;
    justify-content: space-between;
}

.summary-text {
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: -0.64px;
    width: 30%;
    max-width: 350px;
    flex-grow: 1;
    font: 300 16px Inter, sans-serif;
}

.stats-box {
    border-radius: 12px;
    background-color: rgba(241, 208, 240, 1);
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 16px 18px;
    width: 100%;
    max-width: 400px;
}

.stats-number {
    color: rgba(184, 22, 182, 0.7);
    letter-spacing: -3.36px;
    font: 900 84px DM Sans, sans-serif;
}

.stats-description {
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: -0.64px;
    margin-top: 40px;
    font: 500 16px Inter, sans-serif;
}

/* why choose us section end here  */

/* testimonial section  */

.testimonials-wrapper {
    background: rgba(183, 132, 255, 0.11);
    padding-block: 60px;
}

.quote-icon-wrapper {
    border-radius: 20px;
    background-color: rgba(184, 22, 182, 1);
    display: flex;
    width: 33px;
    height: 33px;
    justify-content: center;
    align-items: center;
}

/* testimonial section end here  */

.main-input {
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    background: #efefef;
    border-radius: 12px;
    padding-block: 12px;
}

.main-input:focus {
    background-color: #efefef;
    border-color: #f686fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(209, 13, 253, 0.25);
}

/* faq section start here  */
.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #b817b6;
    background-color: #f7f2ff;
}

/* end here  */

/* modal  */
.thank-you-modal .modal-header {
    background-color: #28a745;
    color: white;
    border-radius: 0.3rem 0.3rem 0 0;
}

.thank-you-modal .modal-body {
    padding: 2rem;
    text-align: center;
}

.thank-you-modal .checkmark {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #28a745;
    margin: 0 auto 1rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank-you-modal .checkmark i {
    color: white;
    font-size: 40px;
}

.thank-you-modal .modal-footer {
    border-top: none;
    justify-content: center;
}

.thank-you-modal .btn-success {
    padding: 0.5rem 2rem;
}

/* end here  */

@media (max-width: 1200px) {
    .h-graph {
        height: 225px !important;
    }

    /* for hero section  */

    .traffic-title {
        max-width: 100%;
    }

    /* hero section end here  */
}

@media (max-width: 992px) {
    .o1 {
        order: 1;
    }

    .o2 {
        order: 2;
    }

    .about-text {
        font-size: 54px;
        line-height: 58px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 72px;
    }

    .highlight-text svg {
        width: auto;
        height: 100px;
    }

    .highlight-text .arrow1 {
        position: absolute;
        left: -6px;
        bottom: 0;
    }

    .highlight-text .arrow2 {
        position: absolute;
        right: -6px;
        top: 0;
    }

    .about-text {
        font-size: 40px;
        line-height: 44px;
    }

    .about-image {
        width: 126px;
    }

    .feature-item {
        flex-direction: column;
        gap: 14px;
    }

    .feature-header,
    .feature-description,
    .summary-text,
    .stats-box {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .summary-section {
        flex-direction: column;
        gap: 24px;
    }

    .hero-description {
        font-size: 16px;
        line-height: 110%;
        width: 90%;
    }

    .stats-section .carousel-item img {
        height: 300px;
    }

    .hero-title {
        font-size: 52px;
    }

    .highlight-text svg {
        width: auto;
        height: 72px;
    }

    .highlight-text .arrow1 {
        position: absolute;
        left: -6px;
        bottom: 0;
    }

    .highlight-text .arrow2 {
        position: absolute;
        right: -6px;
        top: 0;
    }
}
