/* font-famaly-hear */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@font-face {
    font-family: 'GT Sectra';
    src: url('../fonts/GTSectra-Regular.eot');
    src: url('../fonts/GTSectra-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTSectra-Regular.woff2') format('woff2'),
        url('../fonts/GTSectra-Regular.woff') format('woff'),
        url('../fonts/GTSectra-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* font-famaly-hear-end */

/* root */
:root {
  --poppins: 'Poppins', sans-serif;

  --black-color: #000;
  --body: #161616;

  --primary: #fff;
  --secondary: #817E7B;
  --v-red: #F34968;

  --hover-colo: #000;

  --heading-color: #007a89;
}
/* root */


/* GENERAL */

.title__c{
  background: linear-gradient(270deg, #EBEAEF -5.79%, rgba(255, 255, 255, 0.00) 121.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

.container {
    max-width: 1200px;
    padding: 0;
}

body {
  margin: 0;
  padding: 0;
  line-height: 36px;
  font-family: var(--poppins);
  font-size: 20px;
  font-weight: 400;
  background: var(--body);
}

a,
button {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--poppins);
  color: var(--primary);
  margin-top: 0px;
  margin-bottom: 0px;
  font-style: normal;
  text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
li {
  list-style: none;
}
h1{
  font-size: 60px;
  line-height: 80px;
}
h2{
  font-size: 46px;
  line-height: 58px;
}
h3{
  font-size: 36px;
  line-height: 46px;
}
h4{
  font-size: 32px;
  line-height: 42px;
}
h5{
  font-size: 28px;
  line-height: 40px;
}
h6{
  font-size: 15px;
  line-height: 28px;
}
p,span, li {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  color: var(--secondary);
  margin-bottom: 25px;
}


/*  */


.hero__content {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

section.hero {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


section.hero>img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 480px;
    top: 25px;
    height: 100%;
    object-fit: contain;
}

.hero__content h1 {
    font-size: 110px;
    margin-bottom: 90px;
    font-family: 'GT Sectra';
    line-height: 100px;
}

.hero__content p {
    color: var(--primary);
    font-weight: 300;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 60px;
}

.hero__content p>strong {
    font-weight: 500;
}

.hero__content h1>span {
    font-size: 110px;
    margin-bottom: 80px;
    line-height: 100px;
}

.cta__button a {
    height: 40px;
    width: 226px;
    display: block;
    margin: 0 auto;
    border: 1px solid white;
    color: var(--primary);
    text-decoration: none;
    font-size: 14px;
    font-family: 'GT Sectra';
    letter-spacing: 1px;
    text-align: center;
}

.cta__button a>svg {
    left: 15px;
    position: relative;
    top: -1px;
}

.hero__content__social {
    margin-top: 70px;
}

.hero__content__social i {
    color: white;
}

.hero__content__social ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 45px;
}

.hero__content__social ul a {
    width: 38px;
    height: 38px;
    background: #020718;
    display: block;
    border-radius: 50%;
}

.hero__content__social ul a i {
    font-size: 16px;
}

section.hero::before {
    content: '';
    opacity: 0.2;
    background: rgba(65, 65, 71, 0.60);
    /* background: red; */
    width: 100%;
    height: 100%;
    position: absolute;
}

section.companies {
    padding-top: 200px;
    padding-bottom: 200px;
}

.head__horizontal>div {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
}

.companies__logos>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 85px;
}

.companies__logos {
    margin-top: 50px;
    margin-bottom: 50px;
}

.path__lines__vertical {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.interactive__center__block__watch {
    position: relative;
    left: -25px;
    right: 0;
    margin: 0 auto;
    max-width: 750px;
    top: 115px;
}

.interactive__center__block__watch .owl-carousel.owl-carousel-wath {
    position: absolute;
    top: 0;
}

.interactive__center__block__watch .owl-carousel.owl-carousel-wath {
    position: absolute;
    top: 196px;
    max-width: 335px;
    margin: 0 auto;
    left: 45px;
    right: 0;
}

.interactive__center__block__watch .owl-carousel.owl-carousel-wath img {
    width: 100%;
    border-radius: 85px;
}

.interactive__center__block__circle .interactive__center__block__circle__1 {
    border-radius: 736.142px;
    opacity: 0.5;
    background: linear-gradient(134deg, rgba(65, 65, 71, 0.20) 2.26%, rgba(65, 65, 71, 0.20) 106.25%);
    width: 736.142px;
    height: 733.914px;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: pulse 2s infinite;
}

.interactive__center__block__circle__2 {
    border-radius: 582.993px;
    background: #414147;
    width: 582px;
    height: 582.993px;
    flex-shrink: 0;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.2;
    animation: pulse2 2s infinite;
}

.interactive__center__block__circle {
    position: relative;
}

.interactive__right__block {
    max-width: 275px;
    position: absolute;
    right: 15%;
    bottom: 240px;
}

.interactive__right__block>p {
    font-size: 55px;
    font-weight: 700;
    line-height: 98%;
    letter-spacing: -3px;
    text-align: right;
    opacity: 0.3;
}

.interactive__right__block>span {
    color: #F34968;
    text-align: right;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 70%;
    letter-spacing: -4px;
}

section.interactive {
    position: relative;
}

.interactive__left__block {
    max-width: 275px;
    position: absolute;
    left: 17%;
    top: 22%;    
    z-index: 1;
}

.interactive__left__block>p {
    color: var(--primary);
    text-align: right;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 70%;
    letter-spacing: -3.9px;
    opacity: 0.7;
    margin-bottom: 40px;
}

.interactive__left__block>span {
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 98%;
    letter-spacing: -3px;
    opacity: 0.7;
    color: #FFF;
    opacity: 0.7;
    text-align: right;
    display: block;
}

.interactive__path__vector {
    width: 150%;
    height: 100%;
    position: absolute;
    right: 0;
    background-size: 100%;
    top: -125px;
    background-position: 460px 46%;
}

.interactive__center__block__circle__path {
    text-align: center;
    top: 150px;
    position: relative;
}

.interactive__vector_point_red {
    text-align: right;
    right: 130px;
    position: relative;
    bottom: 125px;
}

.interactive__vector_point_purple {
    top: -225px;
    position: relative;
}

.interactive__vector__circles__vertical {
    position: absolute;
    left: 100px;
}

section.features {
    padding-top: 300px;
    padding-bottom: 0px;
}

.head__gradient h2 {
    background: linear-gradient(270deg, #EBEAEF -5.79%, rgba(255, 255, 255, 0.00) 121.99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 60px;
}

.head__gradient.head__gradient__left {
    max-width: 560px;
    margin-bottom: 80px;
}

.features__content__block {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 5px 8px 43px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    max-width: 530px;
    padding: 30px;
    padding-right: 130px;
}

.features__content__block h5 {
    color: #24282C;
    margin-bottom: 20px;
    margin-top: 15px;
}

.features__content__block h6 {
    color: #817E7B;
    font-weight: 400;
    margin-bottom: 20px;
}

.features__content__block span {
    position: absolute;
    top: 25px;
    right: 12px;
}

.features__content__block {
    position: relative;
}

.features__content__block span {
    background: #5E5E5E;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    display: flex;
    padding: 18px;
}

.features__content__block.features__content__block__margin {
    left: 130px;
}

.features__content__block.features__content__block__margin.features__content__block__active {
    background: #24282C;
    filter: drop-shadow(0px 4px 45px rgba(255, 255, 255, 0.25));
}

.features__content__block.features__content__block__margin.features__content__block__active h5 {
    color: white;
}

.features__content__block.features__content__block__margin.features__content__block__active span {
    background: var(--v-red);
}

.features__patch_circle {
    position: absolute;
    top: 0;
}

section.features {
    position: relative;
    overflow: hidden;
}

.features__patch_circle {
    position: absolute;
    top: 50px;
    right: 32%;
}

section.features::before {
    content: '';
    background-image: url(https://www.kntndr.com/wp-content/uploads/2023/11/features__vector__right.svg);
    display: block;
    width: 845px;
    height: 972.785px;
    position: absolute;
    right: -350px;
    top: 550px;
}

.features__patch_tasklist {
    position: absolute;
    right: -60px;
    top: 1350px;
}

.features__patch_twath {
    position: absolute;
    right: 135px;
    top: 670px;
}

.features__patch_light {
    position: absolute;
    top: 500px;
    right: 150px;
}

.head__gradient.head__gradient__center {
    text-align: center;
    max-width: 645px;
    margin: 0 auto;
}

.whykntndr__content {
    max-width: 550px;
    margin: 0 auto;
}

.whykntndr__content>div {
    position: relative;
}

.whykntndr__content>div::before {
    content: '';
    border-radius: 20px;
    border: 1px solid #424242;
    background: rgba(255, 255, 255, 0.03);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.owl-carousel-why .owl-item>div {
    padding: 10px 50px 35px 50px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.whykntndr__content {
    margin-top: 75px;
    position: relative;
}

.whykntndr__content>div {
    text-align: center;
}

.whykntndr__content>div>svg {
    margin-top: 30px;
    margin-bottom: 10px;    
}

.owl-carousel-why .owl-item>div p {
    line-height: 30px;
}

.owl-carousel-why-caption {
    max-width: 50%;
    margin: 0 auto;
    text-align: left;
    padding-left: 50px;
    position: relative;
}

.owl-carousel-why-caption h6 {
    font-size: 16px;
    line-height: 0;
}

.owl-carousel-why-caption span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150.5%;
}

.owl-carousel-why-caption {
    margin-top: 50px;
}

.owl-carousel-why-caption::before {
    content: '';
    width: 44px;
    height: 1px;
    background: white;
    display: block;
    position: absolute;
    left: 0;
}

.whykntndr__content>img {
    position: absolute;
    top: 220px;
    right: -45px;
}


section.whykntndr::before {
    content: '';
    background-image: url(https://www.kntndr.com/wp-content/uploads/2023/11/vector__why.svg);
    display: block;
    width: 749.611px;
    height: 859.398px;
    position: absolute;
    left: -500px;
    background-repeat: no-repeat;
    top: 350px;
}

section.whykntndr {
    position: relative;
}

section.whykntndr {
    overflow: hidden;
    padding-top: 250px;
    padding-bottom: 150px;
}

.whykntndr__gradint {
    position: absolute;
    right: -36%;
    top: -4%;
}

.whykntndr__results {
    margin-top: 300px;
    width: 100%;
    height: 715px;
    background-size: cover;
}

.whykntndr__results {
    position: relative;
}

.whykntndr__results::before {
    content: '';
    background: linear-gradient(180deg, rgba(243, 73, 104, 0.50) 32.81%, rgba(243, 73, 104, 0.00) 87.5%);
    height: 455px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
    border-radius: 20px;
}

.whykntndr__results__content {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.whykntndr__results__content>div {
    flex: 1;
    transition: 0.3s;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.whykntndr_active {
    position: relative;
    transition: 0.3s;
}

.whykntndr_active::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 23.82%, rgba(0, 0, 0, 0.00) 64.44%, rgba(0, 0, 0, 0.40) 99.86%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    transition: 0.3s;
    z-index: 1;
}

.whykntndr__results__content>div>div {
    padding: 30px;
    transition: 0.3s;
}

.whykntndr__results__content>div>div>p {
    display: none;
}

.whykntndr__results__content>div>div>h5 {
    position: relative;
    transition: 0.3s;
}

.whykntndr__results__content>div.whykntndr_active>div>p {
    display: block;
    position: absolute;
    bottom: 0;
    color: var(--primary);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
    transition: 0.3s;
}

.whykntndr__results__content>div>img {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: 0.3s;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.whykntndr__results__content>div.whykntndr_active>img {
    opacity: 1;
}

.whykntndr__results__content>div.whykntndr_active>div {
    z-index: 1;
    position: relative;
    height: 100%;
}

section.plans {
    background: rgba(255, 255, 255, 0.03);
    padding-top: 170px;
    padding-bottom: 250px;
}

.plans__content__cards__content {
    display: flex;
    flex-wrap: wrap;
    gap: 90px;

}

.plans__content {
    max-width: 950px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 50px;
}

.plans__content__cards__content>div {
    flex: 1;
    background: linear-gradient(0deg, rgba(65, 65, 71, 0.30) 0%, rgba(65, 65, 71, 0.30) 100%), linear-gradient(0deg, #111 0%, #111 100%), #FFF;
    box-shadow: 10px 8px 31px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 80px 40px 60px 40px;
    position: relative;
}

.plans__content__cards__content>div>p {
    color: var(--primary);
    margin-bottom: 0;
}

.plans__content__cards__content>div>h3 {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.plans__content__cards__content>div>h6 {
    font-size: 16px;
    color: #817E7B;
    font-weight: 400;
    margin-bottom: 30px;
}

.plans__content__cards__content>div>h4 {
    color: var(--v-red);
    font-size: 22px;
}

.plans__content__cards__content__featured>div {
    position: absolute;
    left: 0;
    top: 0;
}

.plans__content__cards__content__featured>div>span {
    color: var(--primary);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
}

.plans__content__cards__content {
    margin-bottom: 120px;
}

.plans__content__cards__content__featured {
    filter: drop-shadow(0px 10px 30px rgba(255, 255, 255, 0.35));
}

section.plans .head__gradient.head__gradient__center {
    max-width: 845px;
}

section.plans {
    position: relative;
}

section.plans .features__patch_light {
    top: auto;
    bottom: 70px;
}

section.benefits {
    border: 1px solid #202020;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #111;
    padding-top: 170px;
    padding-bottom: 200px;
}

section.benefits .head__horizontal>div * {
    flex: 1;
}

section.benefits .head__horizontal>div h2 {
    background: linear-gradient(270deg, #EBEAEF 0%, rgba(221, 220, 225, 0.93) 42.73%, rgba(28, 31, 35, 0.00) 122.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.benefits .head__horizontal>div h2 {
    line-height: 80px;
}

section.benefits .head__horizontal>div p {
    line-height: 30px;
    margin-bottom: 0;
    top: 20px;
    position: relative;
}

.benefits__content>div {
    display: flex;
    flex-wrap: wrap;
}

.benefits__content>div>.benefits__content__list {
    flex: 1;
}

.benefits__content>div>img {
    margin-left: -80px;
    width: 44%;
    margin-right: 150px;
    top: -60px;
    position: relative;
}

.benefits__content__list>div {
    display: flex;
    flex-wrap: wrap;
    gap: 65px;
}

.benefits__content__list>div>div {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
}

.benefits__content__list>div>div>span {
    width: 99px;
    height: 99px;
    background: #24282C;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.benefits__content__list>div>div>div {
    flex: 1;
}

.benefits__content {
    margin-top: 80px;
}

.benefits__content__list>div>div>div h5 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
}

.benefits__content__list>div>div>div h6 {
    color: #616368;
}

.benefits__content__list>div>div .cta__button {
    margin-left: 170px;
    margin-top: 50px;
}

section.benefits::before {
    content: '';
    background-image: url(https://www.kntndr.com/wp-content/uploads/2023/11/path_right_benefits.png);
    display: block;
    width: 749.611px;
    height: 912.624px;
    position: absolute;
    right: -600px;
    background-repeat: no-repeat;
    top: 50px;
}

section.benefits {
    position: relative;
    overflow: hidden;
}

section.related__articles {
    padding-top: 170px;
    padding-bottom: 170px;
}

.related__articles__content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.related__articles__content>div {
    flex: 1;
}

.related__articles__content__head {
    height: 197px;
    border-radius: 10px;
    background-size: cover;
    position: relative;
}

.related__articles__content__head a {
    width: 37px;
    height: 38px;
    display: flex;
    background: #F34968;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.related__articles__content__head::before {
    content: '';
    background: #24282C;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.related__articles__content__info>a {
    font-size: 25px;
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    line-height: 35px;
}

.related__articles__content__info {
    padding: 30px;
    background: #111111;
}

.related__articles__content__info>h5 {
    color: #616368;
    font-size: 15px;
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.related__articles__content>div {
    background: #111111;
}

.related__articles__content__meta strong {
    color: var(--primary);
    font-size: 15px;
}

.related__articles__content__meta>span {
    font-size: 14px;
    color: #616368;
    margin-left: 10px;
}

.related__articles__content__format2 .related__articles__content__head {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

section.related__articles .head__gradient.head__gradient__center {
    max-width: 1000px;
}

.related__articles__content {
    margin-top: 135px;
}

section.related__articles .cta__button {
    margin-top: 120px;
}

section.getstarted {
    text-align: center;
    position: relative;
    padding-top: 250px;
    padding-bottom: 250px;
    overflow: hidden;
}

section.getstarted .getstarted__gradient {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.getstarted__content {
    position: relative;
}

.getstarted__content h2 {
    font-size: 60px;
    line-height: 76px;
    font-weight: 700;
    margin-bottom: 70px;
}

section.getstarted::before {
    content: '';
    display: block;
    background-image: url(https://www.kntndr.com/wp-content/uploads/2023/11/Glow-gradient-min.png);
    position: absolute;
    width: 1040px;
    height: 100%;
    background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
}

footer.footer .footer__header {
    text-align: center;
}

.footer__links>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer__links>ul>li {
    flex: 1;
    text-align: center;
}

.footer__links>ul>li a {
    color: #6B6B6B;
    text-decoration: none;
}

.footer__links {
    margin-top: 60px;
    margin-bottom: 80px;
}

.footer__links>ul>li a.active__footer {
    color: var(--primary);
}

.footer__actions>div {
    display: flex;
    flex-wrap: wrap;
}

.footer__actions {
    padding-bottom: 80px;
}

.footer__actions form input {
    width: 324px;
    height: 55px;
    border-radius: 50px;
    border: 1px solid rgba(243, 73, 104, 0.20);
    background: #F0ECF7;
    font-size: 15px;
    color: #6B6B6B;
    padding-left: 15px;
    font-weight: 400;
}

.footer__actions form button {
    width: 137px;
    border-radius: 50px;
    background: #F34968;
    height: 55px;
    right: 100px;
    position: relative;
    color: white;
    border: 0;
    top: -1px;
    font-size: 15px;
    font-weight: 400;
} 

.footer__actions>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

.footer__actions p {
    font-size: 15px;
    color: #6B6B6B;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.navbar-custom {
    background: rgba(65, 65, 71, 0.60) !important;
    position: absolute;
    width: 100%;
    background: none !important;
    padding-top: 50px;
    top: 0;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.navbar-custom ul.d-flex {
    gap: 60px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.navbar-custom .container-fluid {
    max-width: 1400px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.navbar-custom ul.d-flex a {
    font-size: 15px;
    letter-spacing: 0.45px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.navbar-custom ul.d-flex li {
    margin-bottom: 0;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.navbar-custom ul.d-flex a.nav-link.active {
    color: white;
}

/* .masonry-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.blog-post {
  width: 416px;
  margin: 10px;
  background-color: #f0f0f0;
  padding: 15px;
  box-sizing: border-box;
  flex: 1 0 300px;
  margin: 10px;
  background-color: #f0f0f0;
  padding: 15px;
  box-sizing: border-box;
}


 */

section.blog__breadcrumb li.breadcrumb-item a {
    color: var(--white-50, rgba(255, 255, 255, 0.50));
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

section.blog__breadcrumb li.breadcrumb-item.active {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #F34968;
    line-height: 42px;
}

section.blog__breadcrumb li.breadcrumb-item::before {
    color: var(--white-50, rgba(255, 255, 255, 0.50));
}

.blog__head__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.blog__head {
    margin-bottom: 100px;
}

.blog__head__content form {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.blog__head__content form select {
    width: 220px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    border-radius: 16px;
    border: 1px solid var(--white-30, rgba(255, 255, 255, 0.30));
    background: transparent;
    color: white;
}

.blog__head__content form div {
    border: 1px solid var(--white-30, rgba(255, 255, 255, 0.30));
    background: transparent;
    border-radius: 16px;
    padding-left: 15px;
}

.blog__head__content form div input {
    background: transparent;
    border: 0;
    height: 48px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

footer.footer {
    padding-top: 100px;
}


.grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(350px,1fr));
  grid-auto-rows: 20px;
}

/* Non-grid specific CSS */  


.photothumb{
  width: 100%;
}

.title {
  padding-top: 15px;
  padding-bottom: 10px;
 }


/* .project .title{
  background-color: #607D8B;
}

.blog .title{
  background-color: #ff9800;
}

.photo .title{
  background-color: #f44336;
}
 */
.desc{
  padding: 10px 10px 5px 10px;
}

.desc img{
  width: 50%;
  margin: 0 10px 10px 0;
  float: left;
}

.desc p{
  margin-bottom: 10px;
}


section.blog__breadcrumb {
    margin-top: 200px;
}

.blog__maszory .item {
    position: relative;
}

.blog__maszory .item::before {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
    background: var(--white-2, rgba(255, 255, 255, 0.03));
    border-radius: 36px;
}

.blog__maszory .item .content .content__blog__info {
    padding: 35px;
}

.blog__maszory .item .content .blog__meta span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color:  rgba(255, 255, 255, 0.50);
    margin-bottom: 0;
}

.blog__maszory .item .content .blog__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.blog__maszory .item .content .blog__meta >div>span {
    border-radius: 36px;
    border: 1px solid var(--white-12, rgba(255, 255, 255, 0.12));
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: white;
}

.blog__maszory .item .content .title h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: #ffffff;
}

.blog__maszory .item .content .desc p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
    opacity: 0.7;
}

.blog__maszory .item .content .desc {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.blog__feature span {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: var(--primary);
    display: block;
    margin-bottom: 0;
    margin-left: 20px;
}

.blog__feature>div {
    width: 48px;
    height: 48px;
    border-radius: 100px;
}

.blog__feature {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blog__featured img {
    width: 100%;
    border-top-right-radius: 36px;
    border-top-left-radius: 36px;
}

.blog__pagination {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog__pagination__list ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 0;
}

.blog__pagination__list ul li a {
    color: rgba(255, 255, 255, 0.50);
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.blog__pagination__results span {
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    margin-right: 15px;
}

.blog__pagination__results i {
    color: rgba(255, 255, 255, 0.90);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.blog__pagination__list ul li a.active {
    color: #F34968;
}

section.subscribe__newsletter {
    margin-top: 150px;
    margin-bottom: 100px;
}

section.subscribe__newsletter .subscribe__newsletter__content {
    padding: 128px 48px 128px 48px;
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.03);
}

.subscribe__newsletter__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subscribe__newsletter__content>div {
    flex: 1;
}

.subscribe__newsletter__content>div form input[type="email"] {
    border-radius: 36px;
    border: 1px solid var(--white-30, rgba(255, 255, 255, 0.30));
    width: 100%;
    height: 64px;
    padding: 8px 8px 8px 24px;
    background: transparent;
    font-size: 14px;
}

.subscribe__newsletter__content>div form>div {
    position: relative;
}

.subscribe__newsletter__content>div form button {
    position: absolute;
    right: 0;
    height: 64px;
    border-radius: 36px;
    background: #F34968;
    padding: 12px 28px;
    border: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: white;
}

.subscribe__newsletter__content>div span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 25px;
    display: block;
}

.subscribe__newsletter__content>div span a {
    color: #F34968;
}

section.blog__head.blog__head__single .blog__head__content >div {
    flex: 1;
}

section.blog__head.blog__head__single .blog__head__content>div:first-child {
    flex: 1 0 55%;
}

section.blog__head.blog__head__single .blog__head__content>div:last-child {
    flex: 1 0 30%;
    padding-left: 120px;
}

.blog__head__content__metatags>div {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
    gap: 20px;
}

.blog__head__single__author>div {
    border-radius: 36px;
    border: 1px solid #202020;
    background: var(--white-2, rgba(255, 255, 255, 0.03));
    padding: 40px;
    text-align: center;
}

.blog__head__single__author>div img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    margin-bottom: 15px;
    object-fit: cover;
}

.blog__head__single__author>div p {
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 10px;
}

.blog__head__single__author>div h6 {
    color: rgba(255, 255, 255, 0.70);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 15px;
}

.blog__head__single__author>div a {
    border-radius: 12px;
    border: 1px solid #F34968;
    color: #F34968;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    padding: 8px 20px;
    text-decoration: none;
}

section.blog__head.blog__head__single .blog__head__content h2 {
    font-weight: 600;
}

.blog__head__content__metatags>div>div>span{
    font-size: 14px;
}

.blog__head__content__metatags__date {
    position: relative;
}

.blog__head__content__metatags__date>span::before {
    content: '|';
    position: absolute;
    left: -5px;
    top: 2px;
}

.blog__head__content__metatags__date {
    padding-left: 10px;
}

.blog__head__content__metatags__tags>div>span {
    border-radius: 36px;
    border: 1px solid var(--white-12, rgba(255, 255, 255, 0.12));
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: var(--white-90, rgba(255, 255, 255, 0.90));
    margin-bottom: 0;
    padding: 2px 12px;
}

section.blog__head.blog__head__single .blog__head__content {
    align-items: center;
}

section.single__featured__img>div {
    height: 570px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

section.content_single__blog .container {
    max-width: 850px;
    margin-top: 120px;
    margin-bottom: 180px;
}

section.content_single__blog .container p {
    color: white;
    opacity: 0.7;
}

section.content_single__blog .container img {
    width: 100%;
    margin-top: 50px;
    border-radius: 25px;
    margin-bottom: 15px;
}

section.content_single__blog h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-top: 75px;
    margin-bottom: 30px;
}

section.content_single__blog .container h6 {
    color: rgba(255, 255, 255, 0.50);
    font-weight: 400;
}

section.content_single__blog h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 30px;
}

section.content_single__blog blockquote {
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.03);
    padding: 40px 70px 40px 100px;
    margin-top: 75px;
    margin-bottom: 75px;
    position: relative;
}

section.content_single__blog blockquote::before {
    content: '';
    width: 44px;
    background-image: url(https://www.kntndr.com/wp-content/uploads/2023/11/vector_quote.png);
    display: block;
    height: 33px;
    position: absolute;
    left: 30px;
}

section.content_single__blog .container blockquote p {
    color: white;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 1;
}

section.content_single__blog .container blockquote h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: white;
    position: relative;
    padding-left: 60px;
}

section.content_single__blog .container blockquote h6::before {
    content: '';
    width: 34px;
    display: block;
    height: 1px;
    background: white;
    position: absolute;
    left: 0;
    top: 12px;
    opacity: 0.6;
}


section.content_single__blog .container li {
    color: white;
    opacity: 0.7;
}

section.content_single__blog .container ul li {
    list-style: disc;
}

section.content_single__blog .container ul {
    padding-left: 30px;
}

section.content_single__blog .container ul li {
    list-style: disc;
    margin-bottom: 20px;
}

.content_single__blog__relevant__tags>div {
    display: flex;
    flex-wrap: wrap;
}

.content_single__blog__relevant__tags>div>span {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: var(--primary);
    margin-right: 20px;
}

.content_single__blog__relevant__tags>div>p>span {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: var(--primary);
    opacity: 0.9;
}
0
section.content_single__blog .content_single__blog__relevant__tags>div>p {
    opacity: 1;
}

.content_single__blog__relevant__tags>div>p>span>i {
    color: #F34968;
}

.content_single__blog__author__info {
    display: flex;
    flex-wrap: wrap;
}

.content_single__blog__author__info .content_single__blog__author__info__photo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-position: center top;
}

.content_single__blog__author__info__text {
    flex: 1;
    padding-left: 30px;
}

.content_single__blog__relevant__tags {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 40px;
}

section.content_single__blog .content_single__blog__author__info__text>p {
    opacity: 1;
    margin-bottom: 10px;
}

.content_single__blog__author {
    display: flex;
    flex-wrap: wrap;
}

.content_single__blog__author__description {
    flex: 1;
    padding-right: 160px;
}

section.content_single__blog .content_single__blog__author__share ul {
    padding-left: 0;
    list-style: none;
}

section.content_single__blog .content_single__blog__author__share ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

section.content_single__blog .content_single__blog__author__share ul li {
    list-style: none;
}

section.content_single__blog .content_single__blog__author__share ul li {
    opacity: 1;
    margin-bottom: 0;
}

section.content_single__blog .content_single__blog__author__share>p {
    opacity: 1;
    font-weight: 600;
    margin-bottom: 10px;
}

section.content_single__blog .content_single__blog__author__info__text h6 {
    color: rgba(255, 255, 255, 0.70);
    line-height: 26px;
}

.single__blog__related__head {
    margin-bottom: 35px;
}

.single__blog__related__content .owl-item img {
    border-radius: 36px;
    margin-bottom: 40px;
    height: 268px;
    object-fit: cover;
}

.single__blog__related__content .owl-item h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.90);
}

.single__blog__related__content {
    margin-bottom: 200px;
}

ul#menu-header a {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    color: var(--secondary);
    text-decoration: none;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.navbar-custom {
    z-index: 1000;
}

ul#menu-header>li.current-menu-item a {
    color: white;
}

.blog__maszory .item .content {
    position: relative;
    z-index: 1;
}

.blog__maszory .item .content .title h3>a {
    text-decoration: none;
}

.blog__pagination .blog__pagination__list a.page-numbers {
    color: rgba(255, 255, 255, 0.50);
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.blog__pagination .blog__pagination__list span.page-numbers.current {
    color: rgba(255, 255, 255, 0.50);
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    color: #F34968;
}

.blog__head__content form select option {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-shadow: 0 1px 0 rgb(26 26 26 / 70%);
}

.blog__head__content form div input {
    color: white;
}

.blog__maszory .item .content .blog__meta >div>span>a {
    color: white;
    text-decoration: none;
}

.blog__head__content__metatags__share>i {
    color: rgba(255, 255, 255, 0.40);
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-left: 5px;
}

section.content_single__blog blockquote cite {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: white;
    position: relative;
    padding-left: 60px;
}

section.content_single__blog .container blockquote cite::before {
    content: '';
    width: 34px;
    display: block;
    height: 1px;
    background: white;
    position: absolute;
    left: 0;
    top: 12px;
    opacity: 0.6;
}

section.content_single__blog .container figure figcaption {
    color: rgba(255, 255, 255, 0.50);
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

section.content_single__blog .container figure.wp-block-image {
    margin-bottom: 70px;
}

.single__blog__related__content .owl-item h5>a {
    text-decoration: none;
}

a {
    color: inherit;
    text-decoration: none;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#F34968),to(#F34968));
    background-image: linear-gradient(to bottom,#F34968 0%,#F34968 100%);
    background-repeat: no-repeat;
    background-size: 100% 0;
    background-position: 0 111%;
    -webkit-transition: background-size .25s ease-in;
    transition: background-size .25s ease-in;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    background-size: 100% 88%;
    cursor: pointer;
}

footer.footer a:hover, ul#menu-header a:hover, .subscribe__newsletter__content>div span a:hover, section.blog__breadcrumb li.breadcrumb-item a:hover {
    color: white;
    background-size: 100% 23%;
}

a.navbar-brand, .blog__maszory .item .content .blog__meta >div>span>a, .blog__head__single__author>div a {
    background: none;
}

section.hero .container .cta__button, section.hero .container .hero__content__social {
    z-index: 100;
    position: relative;
}

.cta__button a:hover {
    background-size: 100% 100%;
    border: 1px solid #F34968;
}

.hero__content__social ul a {
    transition: 0.3s;
}

.hero__content__social ul a:hover {
    background: #F34968;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes pulse2 {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.02);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes pulse3 {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

.interactive__left__block>p span.letter {
    letter-spacing: -3px;
    font-size: 57px;
    font-weight: 700;
    color: var(--primary);
}

.interactive__left__block {
    opacity: 0;
    transition: 0.3s;
}


section.whykntndr .head__gradient.head__gradient__center>div>p {
    opacity: 0;
    transition: 0.3s;
}

.whykntndr__gradint {
    animation: pulse3 2s infinite;
}

.features__patch_light {
    animation: pulse3 2s infinite;
}


.ml11 {
  font-weight: 700;
  font-size: 3.5em;
}

.ml11 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml11 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #fff;
  transform-origin: 0 50%;
}

.ml11 .line1 { 
  top: 0; 
  left: 0;
}

.ml11 .letter {
  display: inline-block;
  line-height: 1em;
}

.benefits__content__list>div>div>div h5 span.letters>span {
    font-size: 28px;
    line-height: 40px;
    text-transform: capitalize !important;
    font-weight: 700;
    font-family: var(--poppins);
    color: var(--primary);
}

section.companies .container {
    display: none;
}

section.companies {
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer__links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer__links ul li {
    flex: 1;
    text-align: center;
}

.footer__links ul li.current-menu-item {
    color: var(--primary);
}

ul#menu-header>li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-67>a {
    color: var(--secondary);
}


a#open_fc_widget {
    color: var(--secondary);
    font-size: 15px;
    letter-spacing: 0.45px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}   

a#open_fc_widget:hover {
    color: white;
    background-size: 100% 23%;
}

div#custom_fc_button {
    margin-left: 60px;
}

.blog__feature>div {
    background-size: cover;
    background-position: center;
}

.cta__button a img {
    width: 100%;
}

section.hero .cta__button>a {
    border: 0;
}

section.hero .cta__button>a:hover {
    background-size: 0% 0%;
}

/* .hero__content h1 {
    line-height: 130px;
} */