/*
 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;
}
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: .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;
}




@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;
}
}
@media (max-width: 767.98px) { 
  
    .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;
  }
  
}