
@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: #ffffff;
}

a {
    text-decoration: none;
    transition: 0.3s ease;
}

p {
    /*line-height: normal;*/
    color: #525252;
}

.title-md {
    font-size: 24px;
    font-weight: 600;
}

.absolute-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.btn {
    border-radius: 8px;
    font-size: 16px;
    padding: 8px 16px;
}

.btn-dark {
    color: #fff;
    background-color: #8A5D22;
    border-color: #8A5D22;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #638f49;
        border-color: #638f49;
    }

.cursor-pointer {
    cursor: pointer
}

.topnav .nav-link {
    color: black;
    font-size: 16px;
    font-weight: normal;
    padding: 0 14px !important;
    font-weight: 500;
}

    .topnav .nav-link:hover, .topnav .nav-link.active {
        color: #8A5D22;
    }

.topnav.sticky-header {
    position: sticky;
    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: #ffffff4f;
    border-bottom: 1px solid #ffffff;
    backdrop-filter: blur(17px);
    width: 100%;
    box-shadow: 0 0px 8px #0000000d;
    z-index: 999;
}

.navbar-brand .logo {
    width: 90px;
}

a.footer-brand {
    padding: 9px 18px;
    display: inline-block;
    border: 1px solid #B5884E;
    border-radius: 12px;
    background: white;
}

.footer-brand .logo {
    width: 90px;
}




.topnav .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.topnav .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


.topnav .dropdown-menu {
    left: 0px !important;
}

.topnav .dropdown-menu {
    border: 0;
    border-radius: 12pt;
    top: 99%;
    left: 0;
    right: 0;
    padding: 0;
    display: flex;
    visibility: hidden;
    transition: .3s ease;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: #fff;
    width: max-content;
    padding: 20px;
}

.topnav .dropdown-item:hover {
    color: var(--darkpurple);
    background: transparent;
}

.topnav .dropdown-item {
    color: #1e1e1e;
    transition: .2s ease;
    padding: 5px 0;
    font-weight: 600;
}

.topnav .product_nav_right {
    height: 100%;
}

.banner-overlay {
    background: #0000007D;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .topnav .dropdown-menu {
        left: 0px !important;
        box-shadow: 0 8px 7px #00000026;
    }
}


@media screen and (max-width: 991px) {
    .topnav .dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: unset;
        transform-origin: unset;
        padding: 0px 20px;
        box-shadow: none;
    }

        .topnav .dropdown-menu.show {
            display: block;
            width: 100%;
            background: transparent;
        }
}


.banner-slider .slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
}

.banner-title h1 {
    font-weight: 600;
    font-size: 54px;
}

.banner-title h6 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.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: #8A8A8A;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.med-title {
    font-size: 26px;
    font-weight: 600;
    color: #202020;
}

.section-title {
    padding-left: 16px;
    border-left: 5px solid #8a5d22;
}

.title {
    font-size: 36px;
    font-weight: 500;
    color: #1B1B1B;
}

.feature li::marker {
    font-size: 24px;
    color: #8A5D22;
    line-height: initial;
}

.feature li {
    color: #1B1B1B;
}

.icons-md {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    width: 84px;
    border-radius: 50%;
    background: white;
}

    .icons-md img {
        width: 52px;
    }

.feature p {
    font-weight: 500;
}

.product-card {
    position: relative;
    background: white;
}

    .product-card img {
        object-fit: contain;
        height: 350px;
    }

    .product-card:hover .prod-card-details {
        height: 100%;
        visibility: visible;
    }

    .product-card:hover .view-prod {
        visibility: visible;
        opacity: 1;
    }

.prod-card-details {
    visibility: hidden;
    display: flex;
    height: 0%;
    border-bottom: 4px solid #8A5D22;
    position: absolute;
    bottom: 0;
    background: #000000ab;
    left: 0;
    width: 100%;
    flex-direction: column;
    transition: 0.3s ease;
    justify-content: end;
}

.view-prod {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #8A5D22;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    font-size: 24px
}
    .view-prod i{
        line-height:0 
    }

    .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: #8A5D22 !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: #8A5D22;
}

.testi-card {
    background: #624014;
}

.testimonial-img img {
    height: 64px !important;
    width: 64px !important;
    border-radius: 100%;
    object-fit: cover;
    position: relative;
}

.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: #624014
}

.footer-logo {
    width: 170px;
}

.footer .nav-link {
    color: #F0F0F0;
    font-weight: 300;
}

    .footer .nav-link:hover {
        color: #ffffff;
    }

.footer .nav-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}


.lynx-logo {
    width: 150px;
}

.prod-banner {
    height: 600px;
}

.prod-img {
    height: calc(300px - 0.5rem);
}

    .prod-banner img, .prod-img img, .prod-img video {
        height: 100%;
        object-fit: contain;
    }

.contact-card {
    background: white;
    border: none;
    box-shadow: 0 4px 12px #0000000f;
    border-radius: 0
}

.contact-form {
    padding: 24px;
}

.contact-info {
    background: #f6f6f6;
    padding: 24px;
}

    .contact-info .card {
        background: #ffffff;
        border: 1px solid #8a5d22;
    }

    .contact-info a {
        color: #232323;
        font-size: 16px;
    }

.contact-form .form-control {
    border: 0;
    border-bottom: 1px solid #9f9f9f;
    background: white;
    padding: .575rem .75rem;
    border-radius: 0;
    font-size: 14px;
}

    .contact-form .form-control:focus {
        box-shadow: 0px 2px 0px 0px #8a5d2254;
        border-color: #8A5D22;
    }

    .contact-form .form-control::placeholder {
        color: #c9c9c9
    }

    .contact-form .form-control::-moz-placeholder {
        color: #c9c9c9
    }

    .contact-form .form-control::-webkit-input-placeholder {
        color: #c9c9c9
    }

.pro-type input[type="checkbox"] {
    display: none;
}
    .pro-type input[type="checkbox"]:checked ~ label .icon {
        border-color: #8A5D22;
    }
.pro-type .icon {
    border: 2px solid #1C25341A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin: auto;
    flex-direction: column;
    position: relative;
    padding: 8px 12px;
    background: white;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .topnav .nav-link {
        padding: 8px 18px !important;
    }

    .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;
    }

    .prod-banner, .prod-img {
        height: 100%
    }
}

@media screen and (max-width: 767px) {
    .footer-logo {
        width: 140px;
    }
}

@media screen and (max-width: 479px) {
    .banner-section {
        padding: 40px 0px;
    }

    .banner-title h1 {
        font-size: 28px;
    }

    .title {
        font-size: 22px;
    }

    .title-md {
        font-size: 18px;
    }
    .contact-info {
        padding: 14px;
    }
    .contact-info a {
        font-size: 14px;
    }


    .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;
    }

    .prod-banner, .prod-img {
        height: 300px
    }
}

@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: 60px;
    }

    .testi-slider .owl-stage-outer::before {
        width: 10px;
    }

    .testi-slider .owl-stage-outer::after {
        width: 10px;
    }
}
