/*
Theme Name:Training Effect Theme
Author: QuickPick @januszmaro
Author URI: https://quickpick.pl/
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 8.1
*/
* {
  box-sizing: border-box;
  font-family: 'Mulish', sans-serif;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
}
.nav {
  height: 100px;
  background-color: #000;
  display: flex;
  align-items: center;
}
.nav__container {
  display: flex;
  gap: 28px;
  align-items: center;
}
.nav__logo {
  margin: 0 auto 0 0;
}
.nav__ul {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav__right {
  display: flex;
  gap: 14px;
  align-items: center;
}
.questions {
  border-collapse: collapse;
  margin-top: 30px;
}
@media screen and (max-width: 428px) {
  .questions {
    display: none;
  }
}
.questions tr:nth-child(2n-1) td {
  background-color: #F6F6F6;
}
.questions tr:nth-child(2n) td:last-child {
  background-color: #F6F6F6;
}
.questions tr td {
  padding: 20px;
  border: 1px solid #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: -0.32px;
}
.questions tr td:last-child div {
  padding: 0 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 25px;
  margin: 0 auto;
}
.container__sm {
  max-width: 900px;
}
.contact__form {
  max-width: 690px;
}
.contact__form input:not([type="submit"], [type="checkbox"]),
.contact__form textarea {
  margin-top: 8px;
  padding: 10px 10px 10px 16px;
  border-radius: 8px;
  border: 1px solid #CCC;
  background: var(--W-Background, #FFF);
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  transition: 0.3s;
  line-height: 24px;
  margin-bottom: 11px;
  width: 100%;
}
.contact__form input:not([type="submit"], [type="checkbox"]):focus,
.contact__form textarea:focus {
  outline: none;
  border-color: #E32122;
}
.contact__ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.contact__ul li a {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.contact__ul li a img {
  width: 30px;
  height: auto;
}
.contact__piotr {
  display: block;
}
.creator__name {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.56px;
}
.creator__position {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
}
.btn,
a.btn,
button.btn,
input.wpcf7-submit {
  background-color: #E32122;
  color: #fff !important;
  padding: 14px 36px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 3px 4px 6px 0px rgba(239, 58, 34, 0.35);
  transition: 0.3s;
}
.btn img,
a.btn img,
button.btn img,
input.wpcf7-submit img {
  height: 24px;
  width: auto;
}
.btn:hover,
a.btn:hover,
button.btn:hover,
input.wpcf7-submit:hover {
  background-color: #ba1718;
}
.btn__container {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.btn__heading {
  font-size: 20px;
}
a,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.header {
  background: linear-gradient(60deg, #101010 29.2%, #181818 93.63%);
  color: #fff;
  padding: 18px 0;
}
.header__container {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 828px) {
  .header__container {
    flex-direction: column;
  }
}
.header__title {
  font-size: 55px;
  line-height: 110%;
}
.header__title span {
  color: #C4A65D;
}
@media screen and (max-width: 468px) {
  .header__title {
    font-size: 35px;
  }
}
.header__subtitle {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  /* 19.8px */
  letter-spacing: -0.54px;
}
.header__content {
  margin: auto;
  width: 100%;
  max-width: 388px;
  display: flex;
  flex-direction: column;
  gap: 29px;
}
.header__content hr {
  width: 100%;
}
.header__content img {
  max-width: 70%;
  margin: 0 auto;
}
.header__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
.header__grid-item {
  position: relative;
}
.header__grid-item p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  color: #C4A65D;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  font-size: 26px;
  font-weight: 700;
  line-height: 110%;
  /* 28.6px */
  letter-spacing: -0.78px;
  text-transform: uppercase;
}
@media screen and (max-width: 468px) {
  .header__grid-item p {
    font-size: 6vw;
  }
}
.header__grid-item:first-child p,
.header__grid-item:last-child p {
  color: #fff;
}
.training__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin-top: 36px;
}
@media screen and (max-width: 688px) {
  .training__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 488px) {
  .training__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.training__item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  flex-direction: column;
  text-align: center;
  padding: 30px 11px 20px;
  position: relative;
}
.training__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.training__item .btn,
.training__item p,
.training__item img {
  position: relative;
  z-index: 4;
}
.training__item .btn {
  width: 100%;
  padding: 14px 2px;
  text-align: center;
  justify-content: center;
  display: inline-flex;
}
.training__item .btn:hover {
  background-color: #E32122;
  cursor: unset;
}
.training__item p {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  color: #C4A65D;
  line-height: 32px;
  margin: 7px 0 16px;
}
.heading__h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.56px;
}
.heading__span {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  list-style: none;
}
.wp-block-list li {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}
.wp-block-list li:before {
  content: '';
  position: absolute;
  background-image: url("./assets/image/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  top: 0px;
  left: -40px;
  width: 24px;
  height: 24px;
}
.course__row {
  display: flex;
  gap: 32px;
  margin-top: 36px;
}
.course__row--invert {
  flex-direction: row-reverse;
}
.course__thumbnail {
  position: relative;
}
.course__thumbnail__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course__thumbnail__content {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 24px;
  text-align: center;
}
.course__thumbnail__content p {
  color: #C4A65D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.2px;
}
.course__date {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 9px;
}
.course__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #333;
  text-transform: uppercase;
}
.course__description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  color: #000;
}
.course__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.course__content .text-center {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
}
.course__content .text-center hr {
  border: 1px solid #C4A65D;
  width: 46px;
}
img,
iframe {
  max-width: 100%;
  height: auto;
}
.row {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 688px) {
  .row {
    flex-direction: column;
  }
}
@media screen and (max-width: 688px) {
  .is-layout-flex {
    flex-direction: column;
  }
}
iframe {
  aspect-ratio: 1.77777778;
}
.review__container {
  padding: 20px;
  background-color: #C4A65D;
  margin-bottom: 10px;
}
@media screen and (max-width: 468px) {
  .review__container span {
    font-size: 32px !important;
  }
}
.review__header {
  display: flex;
  padding-bottom: 20px;
  justify-content: center;
}
.review__content {
  background-color: #fff;
  padding: 15px 30px;
  width: 100%;
}
@media screen and (max-width: 468px) {
  .review__content {
    padding: 5px 10px;
  }
}
.review__content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
}
.review__author {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.review__author__name {
  font-weight: 700;
}
.review__author img {
  max-height: 50px;
  max-width: 140px;
}
.col {
  flex: 1;
  min-width: 330px;
}
@media screen and (max-width: 428px) {
  .col {
    min-width: 100%;
  }
}
.section {
  padding: 30px 0;
}
.section__yellow {
  background-color: #C4A65D;
}
.section__road {
  background-image: url("./assets/image/road.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.section__road .heading {
  color: #fff;
}
.text-center {
  text-align: center;
}
.text-colored {
  color: #C4A65D;
}
.lp-feature__container {
  display: grid;
  grid-gap: 60px 36px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}
@media screen and (max-width: 688px) {
  .lp-feature__container {
    grid-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 488px) {
  .lp-feature__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lp-feature__col {
  padding: 10px 12px 40px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  flex-shrink: 0;
  display: flex;
  border-radius: 8px;
  background: var(--Neutral-White, #FFF);
  box-shadow: 0px 2px 4px 0px rgba(212, 165, 99, 0.6);
}
.lp-feature__col__content {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  color: #717171;
}
