/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 90%;
}

a {
  text-decoration: none;
  color: black;
}

html {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: calc(16px + 6 * (100vw - 320px) / 680);
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 22px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 32px;
  }
}
.header-welcome {
  position: fixed;
  width: 100%;
  box-shadow: #00000029 0 3px 6px;
  background: white;
  z-index: 5;
}

.header {
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.header li a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: black;
  font-family: "Open Sans";
  font-size: 0.8rem;
  height: 100%;
  border-bottom: 3px solid transparent;
}

.header li a:hover {
  color: black;
  font-weight: bold;
  border-bottom: 3px solid black;
  transition: 0.2s;
}

.header .offer-nav li {
  padding: 0;
}
.header .offer-nav li a {
  padding: 0.3rem 1rem;
  font-size: 0.8rem;
}

.offer-nav {
  position: fixed;
  right: 0;
  width: 70%;
  top: 3rem;
  display: none;
  justify-content: center;
  align-items: flex-start;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.31);
}
.offer-nav li {
  padding: 0.2rem 0;
}

.header .logo-container {
  display: inline-block;
}
.header .logo-container .logo {
  padding: 0.2rem 0.275rem;
  text-decoration: none;
  display: inline-block;
  font-family: "Caveat", cursive;
  color: black;
  border-radius: 6px;
  vertical-align: middle;
  letter-spacing: 0.05rem;
  line-height: 0.7rem;
}
.header .logo-container .logo img {
  height: 2.5rem;
}

/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.header .menu-icon .navicon {
  background: black;
  display: inline-block;
  height: 3px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: black;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */
.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 20rem;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */
@media (min-width: 1039px) {
  .header {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }

  .header .logo-container {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
  }

  .header .menu {
    clear: none;
    max-height: none;
    flex-direction: row;
    justify-content: flex-end;
  }

  .header .menu-icon {
    display: none;
  }

  .header-welcome {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1039px) {
  .header-welcome {
    display: flex;
    justify-content: center;
  }

  .header .menu {
    position: absolute;
    background: #FFDE59;
    height: 20rem;
    top: 3rem;
    align-items: flex-start;
    box-shadow: #00000029 0 3px 6px;
    left: 0;
    padding-left: 6%;
  }

  .header .logo-container .logo {
    font-size: 2rem;
  }

  .header {
    max-width: 90%;
    padding: 0.2rem;
  }

  .header li a {
    padding: 0.7rem;
  }
  .header li a:hover {
    border-bottom: none;
  }

  .header .offer-nav {
    height: 15rem;
    width: auto;
    background: #FFDE59;
    flex-direction: column;
  }
  .header .offer-nav li {
    padding: 0.5rem;
  }
}
.banner {
  min-height: 100vh;
  background-image: url(../assets/baner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: #00000029 0 3px 6px;
}

.banner-logo {
  font-size: 2rem;
  font-weight: bold;
  color: white;
}

.cookies-policy {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 50vw;
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.7rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: white;
  /* From https://css.glass */
  background: rgba(189, 189, 189, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cookies-policy span {
  font-size: 0.5rem;
  padding: 0.5rem;
  background-color: #FFDE59;
  border-radius: 0.5rem;
}
.cookies-policy span:hover {
  cursor: pointer;
}
.cookies-policy a {
  color: #FFDE59;
}

.about-me {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-me img {
  max-width: 45%;
  padding: 2rem 0;
  height: auto;
}

.about-me-title {
  font-family: "Caveat", cursive;
  font-size: 3rem;
  padding-top: 2.5rem;
  text-align: center;
}

.about-me-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
}

.about-me-txt h2 {
  font-style: italic;
  font-weight: bold;
  font-family: "Caveat", cursive;
  padding: 2rem 0;
  text-align: center;
  line-height: 1.5rem;
}
.about-me-txt p {
  text-align: justify;
  text-justify: inter-word;
  font-family: "Lato", sans-serif;
  line-height: 1.5rem;
}

@media screen and (orientation: landscape) {
  .about-me img {
    max-width: 20%;
  }

  .about-me-txt {
    max-width: 70%;
  }
}
.offer {
  min-height: 100vh;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFDE59;
  box-shadow: #00000029 0 3px 12px;
  font-family: "Lato", sans-serif;
}

.offer-background {
  width: 100%;
  height: 20vh;
}

.art-bg1 {
  background: url(../assets/coach-care.webp) no-repeat top/100% auto;
}

.art-bg2 {
  background: url(../assets/personal.webp) no-repeat top/100% auto;
}

.art-bg3 {
  background: url(../assets/trening-wyjazdowy.webp) no-repeat center/100% auto;
}

.art-bg4 {
  background: url(../assets/opieka.webp) no-repeat top/100% auto;
}

.art-bg5 {
  background: url(../assets/pexels-s-migaj-4252477.webp) no-repeat center/100% auto;
}

.art-bg6 {
  background: url(../assets/family.webp) no-repeat top/100% auto;
}

.art-bg7 {
  background: url(../assets/gory.webp) no-repeat top/100% auto;
}

.art-bg8 {
  background: url(../assets/moto.webp) no-repeat center/100% auto;
}

.art-bg9 {
  background: url(../assets/corpo.webp) no-repeat center/100% auto;
}

.art-bg10 {
  background: url(../assets/club.webp) no-repeat center/100% auto;
}

.offer-content {
  height: 30%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.offer-content h3 {
  font-size: 3rem;
  font-family: "Caveat", cursive;
  padding: 2.5rem;
  text-align: center;
}
.offer-content p {
  text-align: center;
  line-height: 1.3rem;
  font-family: "Lato", sans-serif;
}
.offer-content strong {
  font-weight: bold;
  padding: 1rem;
}

.offer-attention {
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 100;
  padding-top: 2rem;
}

.offer-sports {
  padding: 1rem;
}
.offer-sports li {
  padding: 0.5rem;
  text-align: center;
}

@media screen and (orientation: landscape) {
  .offer-background {
    height: 50vh;
  }
}
.recommendations {
  background: #FFDE59;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recommendations h4 {
  font-size: 2rem;
  font-family: "Caveat", cursive;
  padding: 3.5rem;
}

.recommendations-content {
  padding: 3vh 0;
  display: flex;
  justify-content: space-between;
}

.person-photo {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}

.opinion {
  max-width: 80%;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.2rem;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
}

.personal-records {
  padding: 1rem 0;
  text-align: center;
  line-height: 1.5rem;
  font-size: 0.7rem;
}

.pic {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.pic span {
  align-self: flex-end;
  font-weight: bold;
}

@-webkit-keyframes display {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  10% {
    transform: translateX(0);
    opacity: 1;
  }
  35% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(-200px);
    opacity: 0;
  }
}

@keyframes display {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  10% {
    transform: translateX(0);
    opacity: 1;
  }
  35% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(-200px);
    opacity: 0;
  }
}
.pic-ctn {
  position: relative;
  width: 90vw;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  overflow-x: clip;
}

.pic-ctn > article {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-animation: display 24s infinite;
          animation: display 24s infinite;
}

article:nth-child(2) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
article:nth-child(2) span {
  padding: 1rem 0;
}

article:nth-child(3) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
article:nth-child(3) span {
  padding: 1rem 0;
}

.partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
}

.partners-title {
  font-family: "Caveat", cursive;
  font-size: 3rem;
  padding: 2.5rem 0;
}

.partners-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.partners-link {
  display: block;
}

.partners-logo {
  width: 15rem;
  height: auto;
  border-radius: 50%;
  padding: 2rem;
}

@media screen and (orientation: landscape) {
  .partners {
    min-height: 100vh;
  }

  .partners-container {
    min-height: 80vh;
    align-items: center;
  }
}
.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}

.footer-title {
  font-family: "Caveat", cursive;
  font-size: 3rem;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}

.footer-container {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
}

.contact-data {
  width: 100%;
  line-height: 1.5rem;
}
.contact-data a {
  color: blue;
}
.contact-data a:hover {
  color: #FFDE59;
}

.socials-container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  position: fixed;
  bottom: 2rem;
  right: 0;
  background: white;
  border-radius: 0.5rem;
}
.socials-container i {
  padding: 0.5rem;
}

.copyright {
  font-size: 0.5rem;
  padding: 1rem;
  text-align: center;
}

.contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
.contact-form input, .contact-form textarea {
  width: 20rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #FFDE59;
  border-radius: 1rem;
}
.contact-form textarea {
  resize: none;
  height: 10rem;
}
.contact-form button {
  background-color: #FFDE59;
  border: 1px solid #FFDE59;
  border-radius: 0.5rem;
  width: 5rem;
  font-family: "Caveat", cursive;
  letter-spacing: 0.4rem;
}

.pricing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.pricing-title {
  font-family: "Caveat", cursive;
  font-size: 3rem;
  padding: 4rem 0 2rem 0;
  text-align: center;
}

.pricing-list {
  min-width: 90vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pricing-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Lato", sans-serif;
  padding: 1rem;
  margin: 1rem;
  border: 3px dotted #FFDE59;
  border-radius: 0.5rem;
}
.pricing-item h5 {
  width: 30%;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

.pricing-details {
  width: 70%;
  display: flex;
  flex-direction: column;
}

.details-item {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
}

.details-item p:last-child {
  text-align: end;
}

@media (max-width: 710px) {
  .pricing-item {
    flex-direction: column;
    text-align: center;
  }
  .pricing-item h5 {
    padding: 1rem;
    width: 100%;
    font-size: 1.5rem;
  }

  .pricing-details {
    width: 100%;
  }

  .details-item p {
    text-align: start;
  }
}
.send-confirm-page {
  min-height: 90vh;
}

.send-message-container {
  padding-top: 20vh;
}

.send-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 15rem;
  height: 15rem;
  border: 2px solid #FFDE59;
  border-radius: 1rem;
  background-color: #FFDE59;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.send-message p {
  padding: 1rem;
  font-size: 1.5rem;
  font-family: "Caveat", cursive;
  text-align: center;
}
.send-message a {
  font-size: 0.5rem;
  padding-top: 2rem;
  font-family: "Caveat", cursive;
  color: slategray;
}
.send-message a:hover {
  color: black;
}

.blog {
  display: flex;
  justify-content: center;
  min-height: 80vh;
  background: #FFDE59;
  box-shadow: #00000029 0 3px 12px;
}

.blog-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-title {
  padding: 5rem;
  font-size: 3rem;
  font-family: "Caveat", cursive;
  font-weight: bold;
}

.blog-description {
  font-family: "Lato", sans-serif;
  text-align: center;
}
/*# sourceMappingURL=main.css.map */
