/*
 Theme Name: brainfaktor
 Author: tadamart.pl
 Version: 1.0
 */

:root {
  --color: #009ee2;
}

body {
  font-family: "Dosis", serif;
}

.admin-bar {
  margin-top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
  font-family: sol-pro, sans-serif;
}
.h2 {
  font-weight: 600 !important;
  font-family: sol-pro, sans-serif;
}
.dosis {
  font-family: "Dosis", serif !important;
}
.fs1 {
  font-size: 18px;
}
a {
  transition: 0s !important;
}
p,
li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}

/* ------------------------- MOBILE BURGER ------------------------- */
.navbar-toggler span {
  display: block;
  background-color: white;

  height: 3px;
  width: 25px;
  margin-top: 6px;
  border-radius: 2px;
  margin-bottom: 5px;
  position: relative;
  opacity: 1;
  transition: all 0.2s ease-out;
  transform-origin: center left;
  margin-left: auto;
}

.navbar-toggler-icon {
  background-image: none !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, -23%) rotate(-45deg);
  width: 100% !important;
}

.navbar-light .navbar-toggler {
  border: 0px;
}
.navbar-toggler:focus {
  box-shadow: none;
}

/* ------------------------- MOBILE BURGER ------------------------- */

.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

.hero-shape {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9;
  background-image: linear-gradient(180deg, rgba(89, 131, 252, 0) 70%, rgba(255, 255, 255, 1) 100%);
  width: 100%;
  height: 100%;
}
.overlay2 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9;
  background-image: linear-gradient(90deg, var(--color) 35%, transparent 80%), linear-gradient(180deg, var(--color) 5%, transparent 50%), linear-gradient(0deg, var(--color) 5%, transparent 50%);
  width: 100%;
  height: 100%;
}
.overlay4 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9;
  background-image: linear-gradient(90deg, var(--color) 45%, transparent 80%), linear-gradient(180deg, var(--color) 20%, transparent 50%), linear-gradient(0deg, var(--color) 20%, transparent 50%);
  width: 100%;
  height: 100%;
}
.sec-photo .container-xxl {
  position: relative;
  z-index: 10;
}

.logo {
  max-width: 188px !important;
}
.hero-section {
  margin-top: -135px;
  min-height: 700px;
}
header {
  position: relative;
  z-index: 99;
}
.navbar-nav > li > a {
  color: white !important;
  font-size: 18px;
  padding: 0px 20px !important;
}
.navbar-nav > li > a:hover {
  text-decoration: underline !important;
}
.navbar-nav > li:last-child > a {
  padding-right: 0px !important;
}
.hero-inner {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 10;
}
.pmax {
  max-width: 463px;
}
.hero-inner {
  padding-top: 90px;
}
.btn1 {
  background-color: var(--color);
  color: white;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0px 0px 15px #0000000d;
  width: fit-content;
  border: 0px;
}
.btn1:hover {
  background-color: black;
  color: white;
}
.btn2 {
  background-color: white;
  color: black;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0px 0px 15px #0000000d;
  width: fit-content;
  border: 0px;
}
.wc-block-components-checkout-place-order-button {
  background-color: var(--color) !important;
  color: white !important;
  padding: 10px 30px !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  font-size: 18px !important;
  box-shadow: 0px 0px 15px #0000000d !important;
  border: 0px !important;
}
.wc-block-components-checkout-place-order-button:hover {
  background-color: black !important;
  color: white !important;
}
.form-label {
  width: 100%;
}
.form-control {
  background-color: white;
  border-radius: 25px;
  border: 0px;
  color: black !important;
  font-weight: 600;
  padding: 10px 20px;
}
.form-control::placeholder {
  color: black;
  opacity: 0.7;
}
.wpcf7-not-valid-tip {
  color: #cc2020 !important;
  font-size: 13px !important;
}
.form-control:focus {
  box-shadow: none;
  background-color: white;
  border-bottom: 0px;
}
.accept label {
  color: white;
  font-size: 12px !important;
  line-height: 1.2;
  cursor: pointer;
}
.accept a {
  color: white !important;
  font-size: 12px !important;
}
.form-check .form-check-input {
  margin-left: -2.6em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 5px;
  border: 0px !important;
}
.form-check-input:checked {
  background-color: black !important;
}
.form-check-input:focus {
  box-shadow: none !important;
}
.lab-sp {
  margin-top: 5px;
  display: block;
}

.btn2:hover {
  color: white;
  background-color: black;
}
textarea {
  height: 150px;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
  background-color: var(--color) !important;
  color: white;
  padding: 10px 30px;
  border-radius: 10px !important;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0px 0px 15px #0000000d;
  width: fit-content;
}
.nav-pills .nav-link {
  background-color: white;
  color: black;
  padding: 10px 30px;
  border-radius: 10px !important;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0px 0px 15px #0000000d;
  width: fit-content;
}
.particles-js-canvas-el {
  position: absolute;
  top: 0px;
  z-index: -1;
}
footer {
  background-color: var(--color);
  color: white;
  position: relative;
  z-index: 9;
}
.border-bottom {
  border-bottom: 1px solid #32b1e8 !important;
}
.bg-dark {
  background-color: var(--color) !important;
  color: white;
}
.mh3 h3 {
  font-size: 1.7rem;
}
.shape {
  width: 100%;
  position: relative;
  z-index: 99;
}
.sec3 {
  background-size: cover;
  background-position: center;
}
.z-1 {
  z-index: 99;
}
.sec-min-margin {
  margin-top: -70px;
  padding-top: 100px;
  margin-bottom: -70px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center;
}
.sec-photo {
  background-position: right;
  background-repeat: no-repeat;
}
.footer-top p,
.footer-top a {
  font-size: 16px;
  line-height: 1.5;
}
.owl-clients img {
  width: auto !important;
  margin: 0 auto;
  display: block;
  max-height: 100px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.owl-theme .owl-dots span {
  background-color: black !important;
  width: 17px !important;
  height: 17px !important;
}
.owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--color) !important;
  width: 20px !important;
  height: 20px !important;
}
.owl-dots {
  align-items: center;
  display: flex;
  justify-content: center;
}

.owl-clients .owl-stage {
  display: flex;
  align-items: center;
}
.product-item {
  background-color: white;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px 0px 15px #0000000d;
}
.product-item img {
  border-radius: 10px;
}
.owl-offer .product-item {
  margin: 10px;
}
.product-item .product-content {
  padding: 15px;
}
.product-item .price,
.product .price {
  font-size: 24px;
  font-weight: 600;
  font-family: sol-pro, sans-serif;
  color: var(--color);
}
.product-item .badge {
  position: absolute;
  top: 20px;
  right: 20px;
  color: black;
  background-color: white;
  padding: 10px 15px;
  border-radius: 10px;
  z-index: 40;
}
.product-item .product-img {
  height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.overlay3 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9;
  background-image: linear-gradient(0deg, rgba(0, 158, 226, 1) 0%, rgba(89, 131, 252, 0) 100%);

  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.p-content-desc h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.dropdown-menu {
  border: 0px !important;
  border-radius: 10px !important;
  margin-top: 5px !important;
}
.hs2 {
  position: absolute !important;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin-top: 0px !important;
}
.custom-page a {
  color: black;
}
.wp-block-woocommerce-checkout-order-summary-block {
  background-color: white;
  border-radius: 10px !important;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  border: 1px solid rgb(229 229 229) !important;
  border-radius: 10px !important;
}
.single-product .woocommerce-notices-wrapper {
  display: none !important;
}
.wc-block-components-country-input,
.wc-block-components-checkout-return-to-cart-button {
  display: none !important;
}

.post-password-form input[type="submit"] {
  background-color: var(--color);
  color: white;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0px 0px 15px #0000000d;
  width: fit-content;
  border: 0px;
}
.post-password-form input[type="submit"]:hover {
  background-color: black;
  color: white;
}
.post-password-form input[type="password"] {
  background-color: white;
  border: 1px solid #dadada;
  color: black;
  padding: 9px;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.post-password-form {
  padding-top: 50px;
  padding-bottom: 50px;
}
.post-password-form p {
  font-weight: 600;
}
.post-password-form {
  text-align: center;
}
.woocommerce-table--order-details tfoot {
  display: none !important;
}
.wpcf7-spinner {
  position: absolute !important;
}
.b-min {
  margin-bottom: -45px;
}
.smm2 {
  padding-top: 140px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color) !important;
  background-color: var(--bs-dropdown-link-hover-bg) !important;
}
.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.faq-button {
  box-shadow: none !important;
  outline: none !important;
  font-weight: 600;
}
.accordion-body {
  padding-top: 0px !important;
}

.faq-button:focus {
  box-shadow: none !important;
  outline: none !important;
}
.accordion-button::after {
  filter: invert(1);
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.faq-item:last-child {
  border-bottom: 0px !important;
}

/* Testimonial Carousel Styles */
.testimonial-carousel {
  margin-top: 30px;
}

.testimonial-item {
  padding: 0 15px;
}

.testimonial-content {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-top: 10px;
  position: relative;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.testimonial-content::before {
  content: '"';
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 60px;
  color: #e0e0e0;
  font-family: Georgia, serif;
  line-height: 1;
}

.stars {
  margin-bottom: 20px;
}

.stars i {
  color: #ffc107;
  font-size: 16px;
  margin: 0 2px;
}

.testimonial-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 25px;
  font-style: italic;
}

.author h5 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.author span {
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.testimonial-carousel .owl-dots {
  margin-top: 0px !important;
}

.pricing__table {
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
}
.pricelist p {
  font-size: 16px !important;
}
.pricelist p.h5,
.pricelist p.h4 {
  font-size: 20px !important;
}

@media (max-width: 640px) {
  .pricing__table {
    margin: 20px 0px;
  }
  .pricelist p {
    font-size: 14px !important;
  }
  .pricelist p.h5 {
    font-size: 16px !important;
  }
}

.pt__title {
  max-width: 25%;
  flex: 1;
}

@media (max-width: 991px) {
  .pt__title {
    max-width: 50%;
  }
}

.pt__title__wrap {
  position: relative;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 0;
  font-size: 1.375rem;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 991px) {
  .pt__title__wrap {
    font-size: 1.3rem;
  }
}

.pt__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  min-height: 70px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid rgba(73, 72, 74, 0.1);
  text-align: left;
  align-items: flex-start;
}

.pt__title__wrap .pt__row:first-child {
  border-bottom: 0;
}

@media (max-width: 991px) {
  .pt__row {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 640px) {
  .pt__row {
    padding-left: 0;
    padding-right: 15px;
    font-size: 14px;
  }
}

.pt__option {
  position: relative;
  flex: 1;
}

@media (max-width: 991px) {
  .pt__option {
    max-width: 50%;
  }
}

.pt__option__mobile__nav {
  position: absolute;
  z-index: 1;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  display: none;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 991px) {
  .pt__option__mobile__nav {
    z-index: 2;
    top: -13px;
    display: flex;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    width: 110%;
    margin-left: -5%;
  }
}

.mobile__nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  background-color: var(--color);
  transition: 0.25s;
  border: 1px solid white;
}

.mobile__nav__btn:hover {
  background-color: var(--color);
}

.mobile__nav__btn.swiper-button-disabled {
  background-color: #c0beb6;
  pointer-events: none;
}

.mobile__nav__btn svg {
  width: 16px;
  color: #faf7f2;
}

@media (max-width: 991px) {
  .pt__option__slider {
    overflow: hidden;
  }
}

.pt__option__item {
  flex: 1;
  width: auto;
  max-width: 33.3333%;
  margin-right: 0;
}

@media (max-width: 991px) {
  .pt__option__item {
    width: 100%;
    max-width: none;
    flex: none;
  }
}

.pt__item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 1em;
  overflow: hidden;
  border-radius: 24px;
}

@media (max-width: 991px) {
  .pt__item {
    border: 1px solid #ddd;
    background-color: #fafafa;
  }
}

.pt__item.recommend {
  background-color: rgb(0 157 226);
  color: white;
}

.pt__item__wrap {
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  padding: 24px 0 0 0;
  font-size: 1.375rem;
  line-height: 1.4;
  position: relative;
  text-align: center;
}

@media (max-width: 991px) {
  .pt__item__wrap {
    font-size: 1.3rem;
  }
}

.pt__item .pt__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 70px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid rgba(73, 72, 74, 0.1);
}

.pt__item .pt__row:first-child {
  border-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.pt__item .pt__row:last-child {
  display: inline-flex;
  padding: 20px 15px;
  align-items: center;
  border-bottom: 0;
}

@media (max-width: 576px) {
  .pt__item .pt__row:last-child a {
    padding: 12px 20px;
  }
}

@media (max-width: 640px) {
  .pt__item .pt__row {
    font-size: 14px;
    font-weight: 400;
  }
}

.pt__row p {
  width: 100%;
  text-align: center;
}
.swiper-wrapper {
  padding-top: 1px;
}

@media (max-width: 1279.98px) {
  .hero-shape {
    width: 70%;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    margin-top: -150px;
    padding-top: 150px;
  }
  .hero-inner {
    padding-top: 20px;
  }
  .pmax {
    margin: 0 auto;
  }
  .hero-inner img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }
  .btn-mob {
    margin: 0 auto !important;
    margin-top: 15px !important;
  }
  .navbar-nav > li > a {
    color: black !important;
    font-size: 20px;
    padding: 0px !important;
    text-align: center;
    margin-bottom: 15px;
  }
  .navbar-nav {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-content {
    padding: 30px 20px;
  }

  .testimonial-content p {
    font-size: 15px;
  }

  .author h5 {
    font-size: 16px;
  }
  .hero-section .btn1,
  .hero-section .btn2 {
    margin: 0 auto;
  }
  .logo {
    max-width: 148px !important;
  }
  .sec1 img {
    margin: 0 auto;
  }
  .sec1 h5 {
    font-size: 17px;
  }
  .shape {
    height: 30px !important;
  }
  .sec-photo {
    background-image: none !important;
  }
  .owl-clients img {
    max-height: 70px;
  }
  .hero-shape {
    width: 62%;
  }
}
@media (max-width: 420px) {
  .post-password-form input[type="submit"] {
    margin-top: 20px;
  }
}
