@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Thin.ttf");
    font-weight: 100;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-ExtraLight.ttf");
    font-weight: 200;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-ExtraBold.ttf");
    font-weight: 800;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Black.ttf");
    font-weight: 900;
}


body {
    font-family: "Poppins";
    font-size: 16px;
    background: rgb(245 254 255);
}

a {
    text-decoration: none;
    transition: 0.3s ease;
}

p {
    /*line-height: normal;*/
    color: #525252;
}

.absolute-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.btn {
    border-radius: 25px;
    font-size: 16px;
    padding: 8px 16px;
}

.btn-dark {
    color: #fff;
    background-color: #02938F;
    border-color: #02938F;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #638f49;
        border-color: #638f49;
    }

.cursor-pointer {
    cursor: pointer
}

.topnav .nav-link {
    color: white;
    font-size: 16px;
    font-weight: normal;
    padding: 0 18px !important;
    font-weight: 500;
}

.topnav.sticky-header .nav-link {
    color: black
}


.topnav .nav-link:hover, .topnav .nav-link.active {
    color: #dddddd;
}

.topnav.sticky-header .nav-link:hover, .topnav.sticky-header .nav-link.active, .link {
    color: #02938F;
}

.topnav.sticky-header {
    position: fixed;
    top: -80px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    z-index: 99;
    background: #ffffff;
    width: 100%;
    box-shadow: 0 0px 8px #0000000d;
    z-index: 999;
}

.navbar-brand .logo {
    width: 170px;
}

.logo-dark {
    display: none
}

.sticky-header .logo-dark {
    display: block
}

.sticky-header .logo-white {
    display: none
}

.banner-section {
    padding: calc(75px + 150px) 0px 150px 0;
    background-image: url("../images/banner-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-title h1 {
    font-size: 46px;
    color: white;
    font-weight: 600;
}

.banner-img {
    position: relative;
}

    .banner-img img {
        box-shadow: 0 0px 50px -40px #106512;
        /* border-radius: 14px; */
    }

.section {
    padding: 75px 0;
}

.small-title {
    font-size: 18px;
    color: #02938F;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 500;
}

.med-title {
    font-size: 26px;
    font-weight: 600;
    color: #202020;
}

.title {
    font-size: 32px;
    font-weight: 600;
    color: #202020;
}

.feature li::marker {
    font-size: 24px;
    color: #02938f;
    line-height: initial;
}

.icons-md img {
    width: 52px;
}

.feature p {
    font-weight: 500;
}

.plan-badge {
    padding: 6px 16px;
    border-radius: 12px;
    background: #f5feff;
    color: #02938f;
}

.plan-name {
    font-size: 24px;
    font-weight: 500;
}

.disc-badge {
    border-radius: 25px;
    padding: 4px 12px;
    font-size: 12px;
    background: #FEEDED;
    color: #d11b1b;
}

.pricing .nav-link {
    color: #202020;
    padding: 16px 20px;
    border-radius: 18px;
    border: 1px solid #ededed;
}

.plan-price, .plan-name {
    color: inherit;
}

.price {
    font-size: 28px;
    font-weight: 600;
}

.pricing.nav-pills .nav-link {
    transition: 0.3s ease
}

    .pricing.nav-pills .nav-link:hover {
        color: inherit;
        background: inherit;
        box-shadow: 0 0px 55px -35px #162f9578;
    }

@media screen and (min-width: 992px) {
    .pricing.nav-pills .nav-link:hover {
        transform: translateY(-8px);
    }
}

.pricing-plan-card {
    background: #f5feff;
    border: 1px solid #eff2f7 !important;
}

.pricing.nav-pills .nav-link.active, .pricing.nav-pills .show > .nav-link {
    color: #fff;
    border-color: #02938F;
    background-color: #02938F;
}

.pricing .active .plan-name, .pricing .active .disc-badge, .pricing .active .plan-price {
    color: white;
}

.disc-price {
    color: #bbbbbb;
    font-size: 18px;
}

.pricing .active .disc-price {
    color: #bbbbbb;
}

.pricing .active .disc-badge {
    background: #ffffff47;
}

.pricing-features p {
    color: #202020;
    font-weight: 500;
    font-size: 15px;
}

    .pricing-features p:last-child {
        margin: 0
    }

    .pricing-features p i {
        margin-right: 8px;
        font-size: 18px;
        color: #02938f;
    }

        .pricing-features p i.not-inc {
            color: #9b9797;
        }

.price-switch.nav-pills {
    background: #f9f7ff;
    border-radius: 36px;
    padding: 6px 8px;
    gap: 8px;
    width: fit-content;
}

    .price-switch.nav-pills .nav-link {
        border-radius: 33px;
        padding: 8px 28px;
        color: #202020;
        background: transparent;
    }

        .price-switch.nav-pills .nav-link.active, .price-switch.nav-pills .show > .nav-link {
            color: #fff;
            background-color: #02938f;
        }


.card.popular-plan {
    background: #d5f3c4;
}

.testimonial-card {
    margin: 0;
    background: #F7FAF8;
    /*height: 100%*/
}

.testi-slider .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 45%;
}

    .testi-slider .owl-nav .owl-prev {
        float: left;
    }

    .testi-slider .owl-nav .owl-next {
        float: right;
    }

    .testi-slider .owl-nav .owl-prev, .testi-slider .owl-nav .owl-next {
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #02938F !important;
        border-radius: 50% !important;
        color: white !important
    }

        .testi-slider .owl-nav .owl-prev i, .testi-slider .owl-nav .owl-next i {
            line-height: 0
        }

.testi-slider .owl-stage-outer::before {
    content: '';
    height: 100%;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, white, transparent);
    z-index: 1;
}

.testi-slider .owl-stage-outer::after {
    content: '';
    height: 100%;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, white);
    z-index: 1;
}

.testi-slider .owl-dots {
    margin-top: 10px
}

.testi-slider.owl-theme .owl-dots .owl-dot.active span, .testi-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #02938F;
}

.faq .accordion-item {
    margin-bottom: 16px;
    border: 1px solid #d7d7d7;
    background: white;
    border-radius: 16px !important;
}

.faq .accordion-button {
    background: white;
    border-radius: 16px !important;
    font-size: inherit;
}

    .faq .accordion-button:not(.collapsed) {
        box-shadow: none !important;
        border-bottom: 0px solid #e3e3e3;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

.faq .accordion-body {
    padding: 0 1rem 1.25rem;
}

.footer {
    background: #078c91;
}

.footer-logo {
    width: 170px;
}

.footer .nav-link {
    color: #e5eaff;
}

    .footer .nav-link:hover {
        color: #ffffff;
    }

.footer .nav-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.app-badge {
    width: 160px
}

.contact-form .form-control {
    background: #ffffff57;
    border: 0;
    padding: 12px 20px;
    border-radius: 50px;
    color: white;
    font-size: 14px;
}

    .contact-form .form-control:focus {
        color: #ffffff;
        outline: 0;
        -webkit-box-shadow: 0 0px 0px 2px #ffffff87;
        box-shadow: 0 0px 0px 2px #ffffff87;
    }

.contact-form textarea.form-control {
    border-radius: 20px
}

.contact-form .form-control::placeholder {
    color: #fff
}

.contact-form .form-control::-moz-placeholder {
    color: #fff
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #fff
}

.lynx-logo {
    width: 150px;
}

@media screen and (max-width: 991px) {
    .topnav .nav-link {
        padding: 8px 18px !important;
    }

    .navbar-brand .logo-white {
        display: none
    }
    .navbar-brand .logo-dark {
        display: block;
    }
    q
    .topnav .nav-link {
        color: black;
    }

    .absolute-top {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background: white
    }

    .banner-section {
        padding: 75px 0px;
    }

    .banner-title h1 {
        font-size: 36px;
    }

    .title {
        font-size: 26px;
    }

    .small-title {
        font-size: 16px;
    }

    .med-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .footer-logo {
        width: 140px;
    }
}

@media screen and (max-width: 479px) {
    .banner-section {
        padding: 50px 0px;
    }

    .banner-title h1 {
        font-size: 28px;
    }

    .title {
        font-size: 22px;
    }

    .small-title {
        font-size: 14px;
    }

    .section {
        padding: 50px 0;
    }

    .med-title {
        font-size: 20px;
    }

    .app-badge {
        width: 120px;
    }

    .footer .nav-title {
        font-size: 16px;
    }

    .btn {
        font-size: 14px;
        padding: 6px 12px;
    }
}

@media screen and (max-width: 320px) {
    .title {
        font-size: 18px;
    }

    .med-title {
        font-size: 16px;
    }

    .small-title {
        font-size: 12px;
    }

    body {
        font-size: 14px;
    }

    .navbar-brand .logo {
        width: 100px;
    }

    .testi-slider .owl-stage-outer::before {
        width: 10px;
    }

    .testi-slider .owl-stage-outer::after {
        width: 10px;
    }
}
