body {
    font-family: 'Poppins', sans-serif;
}

p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.bg-light-gray {
    background-image:linear-gradient(270deg,#d7dee4,#e7ecf1,#d7dee4);
}

.navbar .nav-link {
    font-weight: 600;
}

.hamburger {
    width: 30px;
    height: 19px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.bar {
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: black;
    transition: all 0.3s ease-in-out;
}

.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.active .bar:nth-child(2) {
    opacity: 0;
}

.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.link-text {
    font-family: 'Roboto', 'sans-serif';
    font-weight: 400;
    font-size: 14px;
    color: black
}

.dropdown-center {
    position: relative;
}

.show {
    opacity: 1 !important;
}

.dropdown-menu {
    min-width: max-content !important;
    display: block;
    opacity: 0.4;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    margin-left: -180px;
}

.nav-item.dropdown-center:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: .5s;
}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:focus-visible, .navbar-toggler:active {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.navbar-toggler-icon {
    width: 1.8em;
    height: 1.8em;
}

.dropdown-menu ul {
    list-style: none;
    padding-left: 0;
}

.dropdown-menu .link-header {
    font-weight: 700;
}

.dropdown-menu ul li:hover .link-header {
    color: #e9358a;
    background-color: transparent;
}

.dropdown-item {
    display: flex;
    align-items: center;
}

.dropdown-item:hover {
    background-color: transparent;
}

.dropdown-toggle::after {
    display: none !important;
}

.nav-item:hover .nav-link {
    color: #e9358a !important;
}

.container {
    padding: 0;
}

.hero-section {
    margin-top: 79px;
    padding: 72px 12px;
}

.hero-container {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.hero-heading {
    font-size: 45px;
    font-weight: 800;
}

.hero-title {
    font-weight: 800;
    font-size: 60px;
    line-height: 1;
}

#about-us-nav-link, #demo-nav-link {
    margin: 0 10px;
}

.tag {
    color: #E9358A;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.rounded-btn {
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    border-radius: 35px;
    border: solid 2px #E9358A;
    padding: 5px 25px;
    text-decoration: none;
    transition: all 0.2s;
}

.text-pink {
    color: #E9358A;
}

.mini-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}

.large-title {
    font-size: 32px;
    font-weight: 800;
}

.page-title {
    font-weight: 800;
    font-size: 45px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.description {
    font-family: 'Roboto', 'sans-serif';
    font-size: 18px;
}

.section-gap {
    margin-top: 80px;
}

.hero-section .mini-title {
    font-size: 18px;
}

.hero-section-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.hero-section-links .explore-product {
    margin-left: 12px;
}

.request-demo {
    background-color: #E9358A;
    color: white;
}

.explore-product {
    background-color: white;
    color: #E9358A;
}

.request-demo:hover {
    border: solid 2px #be2169;
    background-color: #be2169;
    color: white;
}

.explore-product:hover {
    background-color: #E9358A;
    color: white;
}

.data-count {
    overflow: hidden;
    padding: 60px 0;
    background-color: #e7ecf1;
}

.data-img {
    max-width: 100%;
}

.data-text-wrapper {
    padding-left: 40px;
}

.data-item {
    padding: 30px 35px;
    background-color: #dbe0e5;
    border-radius: 15px;
    text-align: center;
    line-height: 1;
}

.data-item .data {
    color: #E9358A;
    font-weight: 900;
    font-size: 36px;
}

.data-item-text {
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.feature-item-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.4;
}

.feature-text-wrapper-odd {
    padding-right: 40px;
}

.feature-text-wrapper-even {
    padding-left: 40px;
}

.line-gap {
    height: 4px;
    width: 100px;
    background-color: #E9358A;
    margin: 18px 0;
}

.feat-img {
    max-width: 100%;
}

.functionality {
    margin-bottom: 50px;
}

.functionality:nth-child(odd) {
    padding-right: 20px;
}

.functionality:nth-child(even) {
    padding-left: 20px;
}

.functionality-title {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: 800;
}

.section-overview {
    text-align: center;
    padding: 90px 0;
}

.product-overview .list-parent, .list-text {
    overflow: hidden;
}

.product-overview .fa-check {
    float: left;
    display: block;
    margin-top: 4px;
}

.product-overview .fa-check:before {
    content: "\f00c";
}

.product-overview .pink {
    color: #e9358a !important;
}

.demo-area-wrapper {
    background-color: #2a3042;
}

.demo-area-wrapper .hero-section {
    text-align: left;
}

.demo-request-form {
    padding: 32px;
    background-color: white;
    border-radius: 20px;
    margin-left: 48px;
}

.demo-request-form .form-group label {
    font-weight: 800;
}

.consent-text {
    font-size: 12px;
    color: rgb(108, 117, 125);
}

.privacy-policy h1, h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

.privacy-policy h1 {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 1.2;
}

.demo-area {
    background-color: #2a3042;
    margin-top: 100px;
}

.demo-area-content {
    text-align: center;
    padding: 80px 0;
}

.see-in-action {
    font-size: 45px;
    font-weight: 800;
}

.error {
    font-weight: normal !important;
}

.footer {
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer .logo {
    max-width: 100%;
    margin-bottom: 40px;
}

.footer .page-link {
    font-size: 16px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.footer .page-link:hover {
    color: #e9358a;
}

.footer .link-header {
    font-weight: bold;
    font-size: 16px;
}

.copy-right .text {
    font-size: 16px;
    font-weight: bold;
}

.footer .copy-right .logos {
    display: flex;
    justify-content: flex-start;
}

.logos img {
    margin-right: 15px;
}

@media (max-width: 991px) {
    .dropdown-menu {
        position: fixed !important;
        margin-left: 0 !important;
    }

    #about-us-nav-link, #demo-nav-link {
        margin: 0;
    }

    .nav-item .nav-link .request-demo {
        margin-top: 20px;
    }
}

@media (max-width:600px) {
    .container {
        padding: 0 24px;
    }

    .container-fluid {
        padding: 0;
    }

    .hero-section {
        margin-top: 72px;
        padding: 24px 24px;
    }

    .hero-container {
        text-align: left;
    }

    .hero-section-links {
        display: block;
        margin-top: 20px;
    }

    .hero-img {
        margin-top: 30px;
    }

    .section-gap {
        margin-top: 60px;
    }

    .hero-section-links .explore-product {
        margin-left: 0;
        margin-top: 10px;
    }

    .feature-item-title {
        font-size: 24px;
    }

    .hero-title {
        font-size: 36px;
        line-height: 1.2;
    }

    .page-title {
        font-size: 36px;
        line-height: 1.2;
    }

    .rounded-btn {
        display: block;
        text-align: center;
    }

    .data-count {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .data-text-wrapper {
        padding-left: 0;
    }

    .data-item {
        width: 100%;
        margin: auto;
    }

    .feature-text-wrapper-even, .feature-text-wrapper-odd {
        padding: 0;
    }

    .feat-img, .data-img {
        margin-bottom: 20px;
    }

    .functionality {
        margin-bottom: 20px;
    }

    .functionality:nth-child(odd) {
        padding-right: 12px;
    }

    .functionality:nth-child(even) {
        padding-left: 12px;
    }

    .functionality-title {
        font-size: 24px;
        margin-top: 20px;
    }

    .section-overview {
        padding: 50px 0;
    }

    .features img {
        margin-top: 20px;
    }

    .features .section-gap {
        margin-top: 60px;
    }

    .features-title .img-fluid {
        margin-top: 0 !important;
    }

    .product-overview .learn-more {
        width: fit-content !important;
    }

    .product-overview .po-img {
        margin-top: 40px;
    }

    .demo-area {
        margin-top: 60px;
    }

    .demo-area .request-demo {
        margin-top: 30px;
    }

    .demo-area-content {
        padding: 50px 24px;
    }

    .demo-request-form {
        margin-left: 0;
    }

    .demo-request-form {
        margin-top: 30px;
    }

    .see-in-action, .large-title {
        font-size: 24px;
    }

    .footer {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .footer .logo {
        max-width: 200px;
        margin-bottom: 0;
    }

    .page-link {
        font-family: 'Poppins', sans-serif !important;
    }

    .link-header {
        margin-top: 20px;
    }

    .copy-right .logos {
        max-width: 300px;
        margin: 20px 0;
    }
}

@media (max-width:375px) {
    .navbar-brand {
        max-width: 230px;
    }

    .menu-bar {
        width: 28px;
    }
}

@media (max-width:330px) {
    .navbar-brand {
        max-width: 200px;
    }

    .menu-bar {
        width: 28px;
    }
}
