@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Inter', sans-serif;
    color: #18395A;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    text-align: center;
    letter-spacing: 1px;
}

h1 {
    font-weight: 800;
    font-size: 17px;
}

h2 {
    font-weight: 700;
    font-size: 20px;
}

h3 {
    font-size: 18px;
    font-weight: 300;
}

.circulioTitle {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 70px;
}

ul.icon {
    list-style-type: none;
}

li {
    margin: 1em 0;
}

ul.icon li:before
{
    font-family: "Material Icons";
    content: "\e86c";
    float: left;
    width: 1.4em;
    color: #008cba;
}

/*.banner-carousel {*/
/*    position: relative !important;*/
/*}*/

/*.banner-carousel-overlay {*/
/*    position: absolute !important;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 100;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.banner-carousel-item {*/
/*    height: 500px;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*}*/

/*.banner-carousel-overlay .container-fluid {*/
/*    padding: 20px;*/
/*}*/

/*.banner-carousel-overlay h1 {*/
/*    font-size: 75px;*/
/*    max-width: 33%;*/
/*    text-align: left;*/
/*    color: white;*/
/*}*/

/*.banner-carousel-overlay h2 {*/
/*    font-size: 30px;*/
/*    max-width: 33%;*/
/*    text-align: left;*/
/*    color: white;*/
/*}*/

.banner {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.banner-titles, .banner-image {
    max-width: 33%;
}

.banner-image img {
    width: 100%;
    height: 100%;
}

.banner h1 {
    font-size: 50px;
    text-align: left;
    color: black;
}

.banner h2 {
    font-size: 30px;
    text-align: left;
    color: black;
}

/* =======================================================================
 * NAVIGATION BAR STYLING
 * =======================================================================
 */

.navbar {
    transition: all 0.4s;
    width: 100%;
    background-color: white;
}

.navbar .nav-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #18395A !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #007bff !important;
    text-decoration: none;
}

.navbar .navbar-brand {
    display: flex;
}

.navbar-dark .navbar-toggler-icon {
    filter: invert(1);
}

/*
Sections
 */
.section {
    padding: 20px 0;
}

.dark-section {
    background-color: #f2f2f2;
    color: black;
}

.circulioStrapline {
    font-weight: 600;
}

.smallHeader {
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
}

.card-body {
    flex-direction: row;
}

.pricingPlan {
    padding: 20px 20px 40px 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    border: solid;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    width: 49%;
}

.planPrice {
    color: rgb(70, 118, 250);
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 20px;
}

.pricingPlan:hover {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}

footer {
    padding: 50px 0;
}

.footer-text {
    color: #aaaaaa;
    font-size: .75rem;
    margin-top: 10px;
}

.footer-text p {
    margin: 0;
}

.material-icons
{
    font-family: "Material Icons";
    width: 1.4em;
    color: #008cba;
    padding-right: 12px;
}

form label .required:after, .requiredIcon
{
    color: red;
    content: " *";
}

.contactItem {
    margin-top: 10px;
}

.contactLabel {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.contactLabelTextContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.contactUsAlert {
    margin-top: 14px;
    width: 100%;
}

.innovation-panel {
    display:flex;
    align-items: center;
}

.innovation-list {
    text-align: left;
}

.innovation-image {
    margin-bottom: 20px;
}

.clients a {
    height: 70px;
    padding: 15px;
    border-radius: 10px;
    display: flex !important;
    justify-content: center;
    margin: 0 10px;
}

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

.screenshotWithBullets {
    display: flex;
    gap: 20px;
    padding: 20px;
    align-items: center;
}

.screenshotWithBullets .screenshots {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.screenshotWithBullets .bullets {
    width: 50%;
    font-weight: 400;
    font-size: 18px;
}

.screenshotWithBullets img {
    width: 100%;
    border-radius: 10px;
    filter: drop-shadow(0 0 10px #bbbbbb);
}

.noDropShadow img {
    filter: none !important;
}

.itemOnRight {
    order: 1;
}

.featureWithQuote {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}

.featureWithQuote > * {
    padding: 50px 20px;
    font-size: 24px;
}

.feature {
    font-weight: bold;
}

.quote {
    font-style: italic;
}

.contact-us-button-wrapper {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.contact-us-button-wrapper .btn {
    padding: 10px 40px;
}

.dropdown-menu {
    background-color: white;
}

.dropdown-item {
    color: #18395A;
}

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

.navbar-nav {
    gap: 25px;
}

.demoButtonWrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.featureGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 30px 0;
    grid-gap: 1px;
    background-color: #337ab7;
}

.featureGridItem {
    color: #337ab7;
    min-width: 30px;
    text-align: center;
    background-color: white;
    padding: 10px;
}

.iconBlockIcon {
    font-size: 30px;
}

.iconBlockTitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.iconBlockText {
    font-size: 14px;
    color: #18395A;
}

.gartner-embeds {
    display: flex;
    align-items: center;
    margin: 20px auto;
    padding: 30px 10px;
    justify-content: space-between;
}

.gartner-embeds a {
    width: 33.33%;
    display: flex;
    justify-content: center;
}

.gartner-embeds img {
    height: 100px;
}

/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    /*h1 {*/
    /*    font-size: 30px;*/
    /*}*/

    /*h2 {*/
    /*    font-size: 25px;*/
    /*}*/

    .screenshotWithBullets {
        flex-direction: column;
        padding: 0;
        margin: 20px 0;
        overflow-x: hidden;
    }

    .screenshotWithBullets img {
        width: 100%;
    }

    .screenshotWithBullets ul {
        padding-inline-start: 30px;
    }

    .screenshotWithBullets .screenshots {
        width: 100%;
    }

    .screenshotWithBullets .bullets {
        width: 100%;
    }

    .itemOnRight {
        order: 0;
    }

    .featureWithQuote {
        flex-direction: column;
        gap: 0;
    }

    .featureWithQuote > * {
        padding: 20px;
    }

    #contact {
        padding: 10px 0 0 0;
    }

    #contact .card-body {
        padding: 10px;
    }

    .pricingPlan {
        padding: 0;
    }

    header {
        background: url('/img/mobile-header.jpg') black no-repeat center center scroll;
        background-size:  100% 100%;
    }

    header video {
        display: none;
    }

    .banner {
        padding: 10px;
        flex-direction: column;
        gap: 30px;
    }

    .banner-titles, .banner-image {
        max-width: 100%;
    }

    .banner h1 {
        font-size: 30px;
        max-width: 100%;
        text-align: center;
    }

    .banner h2 {
        font-size: 20px;
        max-width: 100%;
        text-align: center;
    }

    /*.banner-carousel-overlay .container-fluid {*/
    /*    padding: 10px;*/
    /*}*/

    /*.banner-carousel-overlay h1 {*/
    /*    font-size: 40px;*/
    /*    max-width: 100%;*/
    /*}*/

    /*.banner-carousel-overlay h2 {*/
    /*    font-size: 24px;*/
    /*    max-width: 100%;*/
    /*}*/

    .navbar-collapse {
        /* background: #fff; */
        color: rgba(0, 0, 0, 0.5);
    }

    .navbar-nav {
        gap: 0;
    }

    li.nav-item {
        margin: 5px 0;
    }

    .nav-link {
        color: rgba(0, 0, 0, 0.5);
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #555;
    }

    .card-body {
        flex-direction: column;
    }

    .pricingPlan {
        width: 100%;
    }

    ul.icon li {
        text-align: center;
    }

    ul.innovation-list {
        padding: 0;
    }

    .innovation-list li {
        text-align: left !important;
    }

    .innovation-image {
        width: 100%;
    }


    .banner-carousel-item {
        height: 200px;
    }

    .featureGrid {
        grid-template-columns: repeat(1, 1fr);
    }


    .gartner-embeds img {
        height: 50px;
    }
}

@media (max-width: 768px) {
    .gartner-embeds {
        flex-wrap: wrap;
        justify-content: center;
    }

    .gartner-embeds a {
        width: 50%;
        display: flex;
        justify-content: center !important;
        margin: 10px 0;
    }

    .gartner-embeds a:nth-child(2) {
        order: 1;
    }
}