/*
 Theme Name:     AskBiznes by lilKriT
 Theme URI:      https://lilkrit.dev
 Description:    Only the best theme in the world. Created for AskBiznes.
 Author:         lilKriT
 Author URI:     https://lilkrit.dev
 Template:       Divi
 Version:        1.2.4
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* Hero slider */
.lk-hero-slider-lunchbox {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-top: -80px;
  position: relative;
}

.lk-hero-swiper {
  /* background-color: blue; */
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Poppins", sans-serif;
  position: relative;
}

/* .lk-hero-swiper .swiper-wrapper {
} */

.lk-hero-swiper .swiper-slide {
  display: grid;
  /* grid-template-rows: 1fr 67px; */
  grid-template-rows: 1fr auto;
}

.lk-hero-swiper .lk-slide-content,
.lk-hero-swiper .lk-slide-footer {
  width: 80%;
  max-width: 1252px;
  margin: 0 auto;
}

.lk-hero-swiper .lk-slide-content {
  /* background-color: red; */
  display: flex;
  flex-direction: column;
  justify-content: center;

  font-size: 24px;
  color: #fff;
  font-weight: 400;
}

.lk-hero-swiper h2 {
  color: #fff;
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0;
  line-height: 1.2em;
}

.lk-hero-swiper h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 30px;
}

.lk-orange-underline {
  display: inline-block;
}

.lk-orange-underline:after {
  content: "";
  float: left;
  background: #ff4d0f;
  width: 100%;
  height: 12px;
  border-radius: 6px;
  margin-top: -20px;
}

.lk-hero-swiper ul {
  /* padding-left: 2rem; */
  padding: 0 2px;
  list-style-type: none;
  margin-bottom: 15px;
}

.lk-hero-swiper li {
  margin-bottom: 20px;
  /* list-style-image: url(https://askbiznes.pl/wp-content/uploads/2022/04/Rectangle-183.png); */
  padding-left: 25px;
  background-image: url(https://askbiznes.pl/wp-content/uploads/2022/04/Rectangle-183.png);
  background-position: 0 50%;
  background-size: 9px 9px;
  background-repeat: no-repeat;
}

.lk-hero-swiper .lk-blue-button {
  color: #fff;
  font-size: 14px;
  background-color: #5f6db2;
  border-radius: 200px;
  padding: 10px;
  min-width: 140px;
  text-align: center;
  border: 1px solid #5f6db2;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  margin: 12px;
}

.lk-hero-swiper .lk-blue-button:hover {
  background-color: #202945;
  border: 1px solid #202945;
  transition: all 0.2s ease-in-out;
}

.lk-hero-swiper .lk-transparent-button {
  color: #fff;
  font-size: 14px;
  background-color: none;
  border-radius: 200px;
  padding: 10px;
  min-width: 140px;
  text-align: center;
  border: 1px solid #5f6db2;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.lk-hero-swiper .lk-transparent-button:hover {
  background-color: #5f6db2;
  transition: all 0.2s ease-in-out;
}

.lk-hero-swiper .lk-slide-footer {
  /* background-color: red; */
  display: flex;
  align-items: center;
  padding-bottom: 27px;
  padding-top: auto;
}

.lk-hero-swiper .lk-mouse-icon {
  width: 14px;
  height: 20px;
}

.lk-hero-swiper .lk-hero-social-icons {
  display: flex;
  height: 26px;
}

.lk-hero-swiper .lk-hero-social-icons img {
  width: 26px;
  height: 26px;
  margin: 0 8px;
}

.lk-hero-swiper .lk-hero-swiper-pagination {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.lk-hero-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
}

.lk-hero-swiper .swiper-pagination-bullet {
  background-color: #ffffff;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 0px;
  bottom: 3px;
  padding-bottom: 3px;
}

/* its important that this is later! */
.lk-hero-swiper .swiper-pagination-bullet-active {
  background-color: #ff4d0f !important;
  width: 15px;
  height: 15px;
  bottom: 0px;
  padding-bottom: 0px;
}

/* slider specific rules */
.lk-hero-swiper #hero-slide-1 {
  background: url("https://askbiznes.pl/wp-content/uploads/2022/04/header1dark.jpg")
    no-repeat;
  background-size: cover;
}

.lk-hero-swiper #hero-slide-2 {
  background: url("https://askbiznes.pl/wp-content/uploads/2022/04/header2dark.jpg")
    no-repeat;
  background-size: cover;
  background-color: #202945;
  background-blend-mode: normal;
}

@media screen and (max-width: 768px) {
  .lk-hero-slider-lunchbox {
    height: 760px;
  }

  .lk-hero-swiper h2 {
    font-size: 45px;
  }

  .lk-hero-swiper .lk-slide-content {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .lk-hero-swiper .lk-slide-content,
  .lk-hero-swiper .lk-slide-footer {
    width: 90%;
  }
}

/* the documents carousel */
.lk-doc-grid {
  width: 100%;
  /* max-width: 1920px; */
  margin: 0 auto;
}

.lk-doc-swiper {
  width: 80%;
  max-width: 1920px;
  height: 300px;
  overflow: hidden;
  margin: 0 auto;
}

.lk-doc-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lk-doc-swiper img {
  transition: transform 0.2s;
}

.lk-doc-swiper img:hover {
  transform: scale(1.2);
  transition: transform 0.2s;
}

/* logo carousel */
.lk-logo-swiper {
  width: 100%;
  overflow: hidden;
  height: 100px;
}

.lk-logo-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lk-privacy-and-rules {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 30% 70%;
}

.lk-privacy-tabs {
  background-color: rgba(20, 29, 45, 0.05);
  display: flex;
  justify-content: flex-end;
}

.lk-privacy-tabs-inner {
  width: min(calc(1252px * 0.3), 90%);
  /* width: 90%; */
}

.lk-privacy-tabs ul {
  list-style-type: none;
  position: sticky;
  position: fixed;
  margin-top: 40px;
}

.lk-privacy-tabs li {
  padding: 10px;
  cursor: pointer;
}

.lk-privacy-tabs li a {
  color: rgba(20, 31, 53, 0.54);
  font-size: 14px;
}

.lk-privacy-tabs li a.lk-privacy-active-tab {
  color: #141f35;
}

.lk-privacy-content {
  background-color: #fff;
  padding: 29px;
}

.lk-privacy-inner {
  width: min(calc(1252px * 0.7), 90%);
  color: #808695;
  font-size: 14px;
  display: none;
}

.lk-privacy-inner:first-child {
  display: block;
}

@media screen and (max-width: 768px) {
  .lk-privacy-and-rules {
    min-height: none;
    grid-template-columns: 1fr;
  }

  .lk-privacy-tabs-inner {
    width: 100%;
  }

  .lk-privacy-tabs ul {
    list-style-type: none;
    position: relative;
    margin-top: 15px;
    display: flex;
  }
}