@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400&display=swap');

* {
    font-family: 'Nunito Sans', sans-serif;
    /*font-size: 16px;*/
    color: #002147;
    scroll-behavior: smooth;
}

.header-shadow {
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}

.btn-primary {
    background-color: #002147 !important;
    border: #002147 !important;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
}

.section {
    margin-bottom: 100px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.problem-h1 {
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    color: #002147;
}

.prob-sec {
    position: relative;
    z-index: 100;
}

.line-dot-1 {
    margin-left: 80px;
}

.line-dot-2 {
    margin-left: 85px;
}

.line-dot-3 {
    margin-left: 98px;
}

.prob-card {
    width: 200px;
    height: 300px;
    padding: 35px 20px 30px 10px;
    background-color: #fff5ea;
    box-shadow: 5px 5px 8px 5px #fcbc75;
    border-radius: 10px;
    margin-top: -25px;
}

.main-prob {
    padding-left: 110px;
}

@media screen and (max-width: 600px) {
    .main-prob {
        padding-left: 73px;
    }
    .team-pl {
        padding-left: 63px;
    }
}

.solution-card {
    background: url("images/solution-card.svg") no-repeat;
    background-size: cover;
    padding: 20px 20px 5px 20px;
    border-radius: 12px;
}

.img-soln {
    margin-top: -73px;
}

.product-card {
    background-color: #ffffff;
    box-shadow: 5px 5px 8px 5px #fcbc75;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 50px;
}

.mpc-text-secondary {
    color: #fff5ea;
}

.team-name {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
}

.typed_wrap h1 {
    display: inline;
}

.typed::after {
    content: '|';
    display: inline;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor{
    opacity: 0;
    display: none;
}
/*Custom cursor animation*/
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.faq-card {
    box-shadow: 0 0 2px rgb(0 0 0 / 40%);
}

.faq-text {
    color: #002147;
    /*font-size: 20px;*/
    font-weight: 600;
}

/*footer*/
.main {
    width: 1170px;
    margin: 0 auto;
    border: 0.5px solid #EEEEEE;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    font-size: 14px;
}
.price-table tr td:first-child {
    border-left: 0 none;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}
.price-table tr:hover {
    background-color: #EEEEEE;
}
.price-table .fa-check {
    color: #002147;
}
.price-table .fa-times {
    color: #D8D6E3;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 8px 48px;
}
.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
}
/**/

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.price-table td.price {
    color: #002147;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
}
.price-table td.price a {
    background-color: #002147;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.pricing-section {
    margin-top: 100px;
    margin-bottom: 120px;
}

.pricing-section::-webkit-scrollbar {
    display: none;
}

i {
    font-style: normal;
}
