:root {
  --green-kb-dark: #1D4A4B;
  --green-kb-dark2: #1d4a4b39;
  --black131313: #131313;
  --blackKeybe: #000000;
  --whiteKeybe: #ffffff;
  --greenKeybe: #49ff9b;
  --greenKeybe2: #03FF90;
  --greenKeybe3: #03FFCF;
  --greenKeybeGradient: #00E6B4;
  --blueKeybe: #00ffff;
  --blueKeybe2: #61F5FF;
  --darkblueKeybe: #004261;
  --tesseractPlus: #0e2323;
  --redkb: #ef5350;

  --shade1: #334155;
  --shade2: #0f172a;
  --primaryColor: var(--shade2);
  --backgroundColor: #ffffff;
  --backgroundColorDark: var(--primaryColor);
  --size: 300px;
  --gap: 20px;
  --cardShadow: 0 4px 7px rgb(0 0 0 / 25%);
  --paddingNormal: 120px;
  --paddingSmall: 42px;
  --textColor: var(--shade2);
  --textColorDark: #fff;
  --linkColor: #06c;
  --gradient1: radial-gradient(164.75% 100% at 50% 0,
      var(--shade1) 0,
      var(--shade2) 48.73%);
}

.txt_GradientsEffect {
  color: transparent;
  background-image: -webkit-linear-gradient(90deg, var(--greenKeybe) 4%, var(--blueKeybe) 62%);
  background-clip: text;
  -webkit-background-clip: text;
}

html a.biky_ctabtn {
  font-size: 20px;
  font-weight: 600;
}

#hero_lp {
  background-color: var(--black131313);
  background-image: url(../img/lp-biky-auto/lp-auto-hero-100.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100dvh;
  max-height: 100%;
  min-height: 420px;
  padding: 0% 0 0% 0;
  position: relative;
  width: 100%;
  transform: translate(0%, 0%);
  z-index: 4;
  margin-bottom: -5px;
}

.hero_lp_copy {
  position: relative;
  transform: translate(0%, 0%);
  margin: 0 auto;
  padding: 0 1.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 90%;
}

#hero_lp h1 {
  font-size: 76px;
  font-weight: 300;
  line-height: 1.1;
  text-align: left;
}

#hero_lp p {
  color: var(--whiteKeybe);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.2px;
  margin-bottom: 1%;
}

html .hero_lp_copy a#talkwBiky.biky_ctabtn {
  margin: 2% 0 2% 0;
  font-size: 18px;
  padding: 14px 40px;
}

html .hero_lp_copy a#talkwBiky.biky_ctabtn:hover {
  color: var(--blackKeybe) !important;
  background-color: var(--whiteKeybe) !important;
  background-image: -webkit-linear-gradient(0deg, var(--whiteKeybe) 31%, var(--whiteKeybe) 92%);
}

html .bikydo-wrapper a.biky_ctabtn {
  color: var(--whiteKeybe) !important;
  background-color: var(--blackKeybe) !important;
  background-image: -webkit-linear-gradient(0deg, var(--blackKeybe) 31%, var(--blackKeybe) 92%);
}

html .bikydo-wrapper a.biky_ctabtn:hover {
  color: var(--blackKeybe) !important;
  background-color: var(--whiteKeybe) !important;
  background-image: -webkit-linear-gradient(0deg, var(--whiteKeybe) 31%, var(--whiteKeybe) 92%);
}


/* .biky_ctabtn i {
  margin-right: 3%;
} */

a#kbgreen.scrolldown_btn {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  border: 2px solid var(--greenKeybe2);
}

a.scrolldown_btn {
  width: fit-content;
  padding: .8% .5%;
  border-radius: 30em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 1% auto;
  transform: scale(0.8);
  transform-origin: center;
}

.kbflows_brands {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4% 4%;
  transform: translate(9%, 0%) scale(0.8);
  transform-origin: left;
}

/** section 2 **/
#lp-sect-01 {
  background-color: var(--blackKeybe);
  background-image: url(../img/lp-biky-auto/kb-grdientbg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  min-height: 420px;
  padding: 8% 0;
  margin-top: -10px;
  position: relative;
  z-index: 4;
}

.lp-pains {
  max-width: 1260px;
  margin: 0 auto;
}

.lp-pains h2 {
  color: var(--greenKeybe2);
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 4%;
}

/* .lp-pains h2 strong.earn-invest,
.lp-pains h2 strong.lost-invest {
  font-weight: 900;
} */

strong.earn-invest {
  color: var(--greenKeybe2);
  font-weight: 800;
}

strong.lost-invest {
  color: var(--redkb);
  font-weight: 800;
}

ul.lp-pains-items li {
  color: white;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 3%;
  position: relative;
}

ul.lp-pains-items li:before {
  content: "";
  color: var(--blackKeybe);
  padding: 2%;
  font-size: 28px;
  font-weight: 900;
  background-color: var(--greenKeybe2);
  border-radius: 30em;
  line-height: 1;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 44%;
  left: -2%;
  transform-origin: top left;
  transform: translate(-50%, -50%) scale(0.7);
}

ul.lp-pains-items li:first-child:before {
  content: "1";
}

ul.lp-pains-items li:nth-child(2):before {
  content: "2";
}

ul.lp-pains-items li:nth-child(3):before {
  content: "3";
}

ul.lp-pains-items {
  padding: 2%;
  margin-left: 6%;
}

.lp-solutions {
  display: grid;
  grid-template-columns: 55% 45%;
  max-width: 1260px;
  margin: 0 auto;
  align-items: center;
  gap: 4%;
}

.biky-solutions-info h2 {
  color: var(--greenKeybe2);
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 4%;
}

.biky-solutions-info p {
  color: white;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 4%;
}

.biky-solutions-info a.biky_ctabtn.talkWBiky {
  min-width: 250px;
  max-width: 300px;
  text-align: center;
  margin-top: 8%;
  transform: translate(-10%, 0%);
}

.biky-solutions-info a.biky_ctabtn.talkWBiky:hover {
  color: var(--blackKeybe) !important;
  background-color: var(--whiteKeybe) !important;
  background-image: -webkit-linear-gradient(0deg, var(--whiteKeybe) 31%, var(--whiteKeybe) 92%);
}

ul.lp-solutions-items {
  padding: 2%;
  margin-left: 4%;
}

ul.lp-solutions-items li {
  color: white;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 3%;
  position: relative;
}

ul.lp-solutions-items li:before {
  content: '';
  background-image: url(../img/lp-biky-auto/verifyMark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: -20px;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 20px;
  height: 20px;

}

html .bikyall_title_section ul li:before {
  content: "";
  background-image: url(../biky/assets/img/angleright.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  left: -20px;
  top: 10px;
}


html section#how-kb-works {
  height: auto !important;
}








@media only screen and (max-width: 1024px) {
  .kbflows_brands {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4% 4%;
    transform: translate(4%, 0%) scale(0.86);
    transform-origin: left;
  }

  html body .howtoWorks_content {
    min-height: 540px !important;
  }

  #hero_lp h1 {
    font-size: 46px;
  }

  #hero_lp p {
    font-size: 18px;
  }

  .hero_lp_copy>* {
    margin-bottom: 6% !important;
  }

  #hero_lp {
    background-position: 66%;
  }

  a#kbgreen.scrolldown_btn {
    padding: 4.2% 2.2%;
  }

  .lp-pains {
    padding: 4% 2.5%;
  }

  .lp-pains h2 {
    font-size: 20px;
  }

  ul.lp-pains-items {
    padding: 4%;
    margin-left: 10%;
  }

  ul.lp-pains-items li {
    margin-bottom: 8%;
    font-size: 17px;
  }

  ul.lp-pains-items li:before {
    transform: translate(-50%, 20%) scale(0.9);
    font-size: 24px;
    width: 30px;
    height: 30px;
    padding: 7%;
    left: -9%;
    top: 0;
  }

  .lp-solutions {
    display: flex;
    flex-direction: column-reverse;
    padding: 4% 2.6%;
  }

  .biky-solutions-info h2 {
    font-size: 60px;
  }

  ul.lp-solutions-items {
    padding: 6%;
    margin-left: 6%;
  }

  .biky-solutions-info {
    margin-bottom: 10%;
  }

  #biky-home-sec2 {
    transform: translate(0, -4%);
  }

  #biky-gradient-sector {
    margin-top: -10%;
  }

  #biky-gradient-sector h2 {
    font-size: 40px;
  }

  #biky-gradient-sector h2 br {
    display: none;
  }

  .bikyall_title_section {
    padding: 12% 0 0 0;
  }

  div#biky_fetures {
    padding: 20% 0;
  }

  div#bikyvshumans {
    padding: 12% 0 12% 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1140px) {
  ul.lp-pains-items li:before {
    transform: translate(-50%, 0%) scale(0.9) !important;
    font-size: 24px;
    width: 20px !important;
    height: 20px !important;
    padding: 4% !important;
    left: -5% !important;
    top: 0;
  }

  .lp-solutions {
    display: grid !important;
  }
}

@media only screen and (min-width: 1070px) and (max-width: 1160px) {
  html ul.lp-pains-items li:before {
    padding: 2% !important;
    left: -3% !important;
  }

  .lp-solutions {
    display: grid !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  ul.lp-pains-items li:before {
    transform: translate(-50%, 0%) scale(0.9);
    font-size: 24px;
    width: 20px;
    height: 20px;
    padding: 4%;
    left: -6%;
    top: 0;
  }
}