*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
    font-family: Lexend, Verdana, Arial;
}

.page-container {
    position: relative;
}
ul, li {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}

.navbar {
    --mdb-navbar-box-shadow: 0 4px 12px 0 rgba(0,0,0,0.07),0 2px 4px rgba(0,0,0,0.05);
    --mdb-navbar-padding-top: 0.5625rem;
    --mdb-navbar-brand-img-margin-right: 0.25rem;
    box-shadow: var(--mdb-navbar-box-shadow);
    padding: 12px 24px !important;
    margin-bottom: 24px !important;
    font-family: Lexend !important;
    font-weight: 600 !important;
    font-size: 14px !important;

    background-color: #FFFFFF;
}

.nav-link {
    color: #475569 !important;
    font-size: 14px !important;
    font-family: Lexend !important;
    font-weight: 600 !important;

}

.navbar-header {
    padding: 12px 24px;
    margin-bottom: 24px;
}

#navbar {
    padding: 8px;
    border-radius: 6px;
}

#navbar li {
    display:inline-block;
    margin-right: 8px;
}

#navbar a {
    color: #475569;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.homepage-inline {
    display: inline-block;
}

.homepage-product-distance {
    margin-left: -6px;
    margin-right: 7px;
}

.homepage-logo {
    width: 150px;
    margin-right: 32px;
}

.homepage-flag {
    border-radius: 999px;
    margin-right: 24px;
    vertical-align: middle;
}

.no-decoration {
    text-decoration: none;
}

.homepage-btn-login {
    width: 71px;
    height: 34px;
    border-radius: 6px;
    padding: 8px 16px;
    border: #FFFFFF;
    font-weight: 600;
    font-size: 10px;
    background-color: #94A3B8;
    color: #FFFFFF;
    margin-right: 16px;
    text-align: center;
}

.homepage-btn-login:hover {
    color: #FFFFFF !important;
  }

.homepage-btn-get-started {
    width: 198px;
    height: 34px;
    border-radius: 6px;
    padding: 8px 16px;
    border: #3B82F6;
    background-color: #3B82F6;
    font-weight: 600;
    font-size: 10px;
    color: #FFFFFF;
}

.homepage-btn-get-started:hover {
    color: #FFFFFF !important;
  }


.primary-color, #terms a {
    color: #3B82F6 !important;
    text-decoration: none;
}

.homepage-h2 {
    font-weight: 700;
    font-size: 32px;
}

.secondary-color {
    color: #1E293B;
}
.pricing {
    padding: 48px 24px;
    border: 1px solid #EFF6FF;
    border-radius: 24px;
    background-color: #EFF6FF;
}

.pricing-section1 {
    margin: 0 auto;
    margin-bottom: 48px;
}

.pricing-title {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin-bottom: 16px;
}

.months-free {
    margin-bottom: 16px;
    text-align: center;
}

.pricing-description {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #475569;
}





.pricing-table {
    padding: 48px 48px 40px 48px;
}

.pricing-table-basic-enterprise {
    border: 1px solid #E2E8F0;
    background-color: #FFFFFF;
    border-radius: 24px;
}

.pricing-distance {
    margin-bottom: 48px;
}

.pricing-table-section1 {
    margin-bottom: 48px;
}

.subscription-type-basic {
    background: url('../images/homepage/basic.png') no-repeat;
    background-size: 64px 64px;
    padding-left: 80px;
    margin-bottom: 24px;
    height: 64px;
}

.subscription-type-title {
    font-weight: 500;
    font-size: 12px;
    padding-top: 8px;
}

.subscription-type-subtitle {
    font-weight: 700;
    font-size: 24px;
}

.fourth-color {
    color: #475569;
}

.costs {
    width: 246px;
}

.costs-row1 {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
}

.costs-row2 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}

.costs-row3 {
    font-weight: 700;
    font-size: 36px;
}


.pricing-section2-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 16px;
}

.pricing-table-section2 ul li{
    background: url('../images/homepage/blue-check-icon.png') no-repeat;
    background-size: 26px 26px;
    padding-left: 40px;
    padding-top: 2px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
}

.pricing-btn {
    display: inline-block;
    width: 246px;
    padding: 16px 24px;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    margin-top: 14px;
}

.pricing-btn-basic-enterprise {
    border: 1px solid #3B82F6;
    background-color: #3B82F6;
    border-radius: 6px;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
}

.pricing-table-professional {
    border: 1px solid #3B82F6;
    background-color: #3B82F6;
    border-radius: 24px;
}

.subscription-type-professional {
    background: url('../images/homepage/professional.png') no-repeat;
    background-size: 64px 64px;
    padding-left: 80px;
    margin-bottom: 24px;
    height: 64px;
}

.pricing-color {
    color: #FFFFFF;
}

.pricing-section2-title-professional {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 16px;
}

.pricing-section2-professional ul li{
    background: url('../images/homepage/white-check-icon.png') no-repeat;
    background-size: 26px 26px;
    padding-left: 40px;
    padding-top: 2px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
}

.pricing-btn-professional {
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    border-radius: 6px;
    color: #3B82F6;
    display: block;
    margin: 0 auto;
}

.subscription-type-enterprise {
    background: url('../images/homepage/enterprise.png') no-repeat;
    background-size: 64px 64px;
    padding-left: 80px;
    margin-bottom: 24px;
    height: 64px;
}

.pricing-footer-row1 {
    margin-bottom: 8px;
}

.pricing-footer-row1-1 {
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}

.pricing-footer-row1-2 {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
}

.pricing-footer-row2 {
    margin: 0 auto;
    text-align: center;
}

.pricing-footer-row2-title {
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #3B82F6;
    padding: 8px 0px;
}

.distance-before-btn {
    margin-bottom: 36px;
}


.questions {
    padding: 48px 24px;
    justify-content: center;
}

.questions-section1 {
    margin-bottom: 48px;
}

.questions-title {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin-bottom: 16px;
}

.questions-description {
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.faq{
    padding: 24px 0px 0px 0px;
    margin-bottom: 48px;
}

.faq li.q {
    background: url('../images/homepage/plus-icon.png') no-repeat 0px 7px;
    background-size: 16px 16px;
    padding-left: 36px;
    margin-bottom: 20px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    color: #1E293B;
    cursor: pointer;
}

.faq li.a {
    padding: 0px 0px 0px 32px;
    font-weight: 400;
    font-size: 16px;
    color: #475569;
    margin-bottom: 20px;
    display: none;
}

.faq li.q.active-answer {
    background: url('../images/homepage/minus-icon.png') no-repeat 0px 7px;
    background-size: 16px 16px;
    padding-left: 36px;
    margin-bottom: 20px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    color: #2563EB;
    cursor: pointer;
}

.questions-footer-row1 {
    margin-bottom: 8px;
}

.questions-footer-row1-1{
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}

.questions-footer-row1-2{
    font-weight: 400;
    font-size: 12px;
    text-align: center;
}

.questions-footer-row2 {
    margin: 0 auto;
    text-align: center;
}

.questions-footer-row2-title {
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #3B82F6;
    padding: 8px 0px;
}


.footer-content {
    margin: 0 auto;
    padding: 96px 48px;
    background-color: #F8FAFC;
}

.footer-content a {
    text-decoration: none;
    color: #3B82F6;
}

ul.footer-nav{
    text-align: center;

}

.footer-nav li {
    display: inline-block;
}

.footer-nav a {
    color: #3B82F6;
    font-size: 14px;
    font-weight: 500;
}

.footer-content-row {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    margin-bottom: 30px;
}


.eighth-color{
    color: #475569;
}

.ninth-color{
    color: #64748B;
}

.footer-content-last-row {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.spacer-footer {
    margin-right: 10px;
    margin-left: 10px;
}

.product-container {
    justify-content: center;
}

.page-title {
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: #3B82F6;
    margin-bottom: 20px;
    margin-top: 80px;
}

img.under-construction {
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
}

.roadmap-container {
    justify-content: center;
}

  #topBtn {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 99;
    font-size: 24px;
    border: #3B82F6;
    outline: none;
    background-color: #3B82F6;
    color: white;
    cursor: pointer;
    padding: 12px;
    height: 48px;
    width: 48px;
    border-radius: 48px;
  }



.alert-success {
    margin-bottom: 15px;
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    padding: 10px;
}

.navbar-nav .nav-link.active {
    color: #3B82F6 !important;
}

.btn-login-navbar {
    margin-left:24px;
}


@media (max-width: 768px) {
    #tawkchat-minified-box, #tawkchat-container {
        display: none !important;
    }
}
