/* ===================================
    The Kinship Project
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');
@font-face {
      font-family: 'TKP'; /* Choose a name for your font */
      src: url('../fonts/tkp.woff2') format('woff2'), /* Path to WOFF2 file */
           url('../fonts/tkp.ttf') format('ttf'); /* Path to WOFF file for fallback */
      font-weight: normal; /* Optional: Define font weight */
      font-style: normal; /* Optional: Define font style */
    }
/* variable */
:root {     
    --base-color: #f9e5c7; 
    --dark-gray: #2a3619;
    --medium-gray: #828c8a;
    --yellow: #e29b3c;
    --orange: #bd5817;
    --extra-medium-gray: #e4e4e4;
    --alt-font: 'TKP', sans-serif;
    --primary-font: 'Inter', sans-serif;
}
.fc-tkp-light {
    color: #fbeccd;
}
/* reset */
body {
    font-size: 17px;
    line-height: 30px;
    overflow-x: hidden;
}
p, span {
    letter-spacing: -0.15px;
}
a:hover { 
    color: var(--dark-gray); 
}
.top-25 {
    top: 25%;
}
.mt-minus-12 {
    margin-top: -12%;
}
.mt-minus-1 {
    margin-top: -1%;
}
.left-minus-200px {
    left: -200px;
}
.mt-minus-4 {
    margin-top: -4px;
}
.last-paragraph-no-margin p:last-of-type {
    line-height: 25px;
}
.bottom-minus-320px {
    bottom: -320px;
}
.terms-condition .box:before {
    border-color: #e4e4e4;
    background-color: var(--white);
    top: 1px;
}
.terms-condition .box:after {
    top: 5px;
}
/* border color */
.border-color-transparent-white-very-light {
    border-color: rgba(255, 255, 255, 0.2) !important;
}
.border-color-transparent-dark-very-light {
    border-color: var(--extra-medium-gray) !important;
}
/* bg gradient color */
.bg-gradient-deep-zuccini-green {
    background-image: linear-gradient(to right bottom, #19493e, #164339, #143e34, #113830, #0f332b);
}
.bg-gradient-aztec-green {
    background-image: linear-gradient(to right bottom, #2a3619, #2a3619, #273315, #232f12, #1e2a0d);
}
.bg-gradient-tranquil-white { 
    background-image: linear-gradient(to bottom, #ffffff, #f7f9f9, #f3f6f6, #eff3f3, #ecf1f1);
}
.bg-yellow {
    background-color: var(--yellow);
}
.bg-tranquil {
    background-color: #f3f8f8;
}
/*.bg-tkp-beige {
    background-color: #f9e5c7;
}*/
.bg-tkp-beige {
    background-color: #faecd8;
}
.bg-tkp-light-cream {
    background-color: #fefaf4;
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #36332e), to(transparent));
    background: linear-gradient(to top, #262a29 0%, transparent 100%);
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 22px;
    color: #fbeccd;
}
.header-icon .icon .header-account > a {
    padding-left: 14px;
    color: #fbeccd;
    font-size: 17px;
}
header .navbar-brand img {
    max-height: 60px;
}
header .navbar-brand {
    padding: 25px 0;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 335px;
    padding: 25px 35px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
    padding: 15px 30px 21px 0;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    font-size: 14px;
    line-height: normal;
        font-weight: 400;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    font-size: 17px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a i {
    color: var(--dark-gray);
    font-size: 34px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li.active > a {
    opacity: 0.7;
}
.header-account-icon .header-account .account-item-list {
    display: none;
    left: auto;
    right: 0;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fbeccd;
    border: 0;
    padding: 20px 0;
    min-width: 210px;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 100%;
}
.header-account-icon .header-account .account-item-list .account-item {
    display: inline-block;
    padding: 0 35px 14px 20px;
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}
.tkp-page-title-double-large h2 {
    font-size: 32px;
    line-height: 45px;
}
/*******  NAVIGATION FIX ********
header.sticky.sticky-active [data-header-hover=light].header-icon .icon .header-account > a {
}
header.sticky.sticky-active [data-header-hover=light] .navbar-nav .nav-link .header-icon .icon .header-account > a {
    color: #2a3619 !important;
} */

/* icon */
.icon-extra-medium {
    font-size: 22px;
}
.icon-larger {
    font-size: 55px;
}
.video-icon-large .video-icon {
    width: 70px;
    height: 70px;
    font-size: 18px;
}
.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 120px;
    height: 120px;
}
.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 90px;
    height: 90px;
}
.medium-icon li, .small-icon li {
    margin: 0 3px;
}
.social-icon-style-03 ul li a.tiktok {
    background-color: #030203;
}
.elements-social .tiktok:hover {
    color: #030203;
}
/* review  */
.review-star-icon i {
    letter-spacing: 1px;
}
/* btn */
.btn {
    font-family: var(--primary-font);
    text-transform: none;
    letter-spacing: 0;
}
.btn.btn-medium {
    font-size: 16px;
    padding: 16px 30px;
}
.btn.btn-tkp-gold, .btn.btn-tkp-gold-scroll {
    background-color: #e29b3c;
    color: #482807;
}
.btn.btn-tkp-gold:hover {
    background-color: #2a3619;
    color: #f9e5c7;
}
.btn.btn-tkp-green, .btn.btn-tkp-green-scroll {
    background-color: #2a3619;
    color: #f9e5c7;
}
.btn.btn-tkp-green:hover {
    background-color: #e29b3c;
    color: #482807;
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 15px 38px;
    font-size: 17px; 
}
.btn.btn-switch-text.btn-large > span {
    padding: 13px 32px;
    font-size:15px;
}
.btn.btn-switch-text.btn-medium > span {
    padding: 12px 30px;
    font-size:14px;
}
.btn.btn-base-color { 
    color: var(--dark-gray); 
}
.btn.btn-base-color:hover, .btn.btn-box-shadow.btn-base-color:hover {
    background-color:  var(--base-color);
    color: var(--dark-gray);
}
.btn.btn-link {
    padding: 0 0 2px;
}
/* heading */
h2 {
    line-height: 3.55rem;
}
/* tab */
.tab-style-04 .nav-tabs .nav-item {
    padding: 0;
    width: 25%;
}
.tab-style-04 .nav-tabs .nav-item .nav-link {
    color: var(--medium-gray);
}
.tab-style-04 .nav-tabs .nav-item .nav-link .tab-border {
    height: 3px;
}
.tab-style-04 .nav-tabs .nav-item .nav-link.active {
    font-weight: 600;
    border: 0;
   outline: 0;
}
.tab-style-04 .nav-tabs .nav-item .nav-link:focus-visible {
    outline: none;
    box-shadow: none;
}
/* accordion */
.accordion-style-04 .accordion-item .accordion-body {
    padding: 0 35px 25px;
}
.accordion-style-04 .accordion-item .accordion-collapse {
    margin-top: -1px;
}
/* progress bar */
.progress-bar-style-02 .progress {
    height: 10px;
}
/* page title */
.page-title-extra-small h2 {
    font-size: 3.75rem;
    line-height: 4.55rem;
}
.page-title-extra-small h1 {
    font-size: 20px;
}
/* pages */
.contact-form-style-03 > div { 
    border-radius: 6px 0 6px 0;
}
/* newsletter style 02 */
.newsletter-style-02 input { 
    padding-right: 100px !important;
    font-size: 14px;
}
/* Pricing Section */
.list-style-02 li {
    font-size: 15px;
}

/* footer */
footer {
    /*padding-bottom: 30px;*/
}
footer .footer-logo img {
    max-height: 39px;
}
.footer-dark,
.footer-dark .newsletter-style-02 input,
.footer-dark p, .footer-dark a {
    color: var(--medium-gray);
}
.footer-dark a:hover {
    color: var(--base-color);
}
.footer-dark .newsletter-style-02 input::placeholder {
    color: var(--medium-gray) !important;
    opacity: 1; /* Firefox */
}
.footer-dark .newsletter-style-02 input:-ms-input-placeholder {
    color: var(--medium-gray) !important;
}
.footer-dark .newsletter-style-02 input::-ms-input-placeholder {
    color: var(--medium-gray)  !important;
}
.footer-dark .elements-social .light li a:hover {
    color: var(--white);
    opacity: .5;
}
.footer-dark .small-icon li {
    margin: 0 7px;
}
.footer-navbar li {
    line-height: normal;
}
footer ul li {
    margin-bottom: 2px;
}
/* media query responsive */
@media (max-width: 1600px) {
    header .navbar-brand img {
        max-height: 50px;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 17px;
    }
    .header-account-icon .header-account .account-item-list .account-item {
        padding: 0 35px 14px 20px;
        font-size: 15px;
        font-weight: 500;
    }
    .blog-modern figure .post-content-wrapper .separator {
        margin: 0 5px;
    }
    .list-style-02 li {
        font-size: 14px;
    }
    .fs-14 {
        font-size: 12px;
    }
    .fs-19 {
        font-size: 16px;
    }
    .fs-28 {
        font-size: 1.35rem;
        line-height: 2rem;
    }
    .fs-80 {
        font-size: 3.8rem;
        line-height: 3.8rem;
    }
    .fs-190 {
        font-size: 8.875rem;
        line-height: 8.875rem;
    }
    .ls-minus-10px {
        letter-spacing: 5px;
    }
    .pe-50px {
        padding-right: 10px !important;
    }
    .pb-10px {
        padding-bottom: 5px !important;
    }
    .outside-box-left-10 {
        margin-left: -5vw;
    }
    .lh-26 {
        line-height: 23px;
    }
}
@media (max-width: 1399px) {
    header .navbar-brand img {
        max-height: 50px;
    }
    .accordion-style-06 .accordion-item {
        padding-left: 35px;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 17px;
    }
    .header-account-icon .header-account .account-item-list .account-item {
        padding: 0 35px 14px 20px;
        font-size: 15px;
        font-weight: 500;
    }
    .blog-modern figure .post-content-wrapper .separator {
        margin: 0 5px;
    }
    .list-style-02 li {
        font-size: 14px;
    }
    .fs-14 {
        font-size: 12px;
    }
    .fs-19 {
        font-size: 16px;
    }
    .fs-28 {
        font-size: 1.35rem;
        line-height: 2rem;
    }
    .fs-80 {
        font-size: 3.8rem;
        line-height: 3.8rem;
    }
    .fs-190 {
        font-size: 8.875rem;
        line-height: 8.875rem;
    }
    .ls-minus-10px {
        letter-spacing: 5px;
    }
    .pe-50px {
        padding-right: 10px !important;
    }
    .pb-10px {
        padding-bottom: 5px !important;
    }
    .outside-box-left-10 {
        margin-left: -5vw;
    }
    .lh-26 {
        line-height: 23px;
    }
    
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
    .navbar .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
    .team-style-05 .social-icon a {
        margin: 0 10px;
    }
}
@media (max-width: 991px) {
    .widget-text {
        color: var(--dark-gray);
    }
    .navbar .navbar-nav .nav-link {
        font-size: 18px;
    }
    .team-style-05 .social-icon a {
        margin: 0 10px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
        padding: 0 15px 6px 15px;
    }
}
@media (max-width: 767px) {
    header .navbar-brand img {
        max-height: 40px;
    }
    .accordion-style-05 .accordion-item {
        padding: 20px 35px 22px 55px;
    }
    .contact-form-style-03 > div {
        border-radius: 6px;
    }
    .tab-style-04 .nav-tabs .nav-item:last-child {
        margin-bottom: 0;
    }
    .accordion-style-04 .accordion-item .accordion-body {
        padding: 0 25px 25px;
    }
    .tab-style-04 .nav-tabs .nav-item {
        width: auto;
    }
}
@media (max-width: 575px) {
    .accordion-style-06 .accordion-item {
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .accordion-style-06 .accordion-item.active-accordion {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .accordion-style-05 .accordion-item {
        padding: 17px 20px 17px 45px;
    }
    .accordion-style-05 .accordion-item .accordion-body {
        padding-right: 15px;
    }
    .accordion .accordion-item .accordion-header .accordion-title {
    	line-height: 28px;
	}
}