/* 
Theme Name: Kynett
Theme URI: https://netoholics.net
Description: Kynett
Author: netoholics
Author URI: https://netoholics.net
Template: hello-elementor
Version: 2.0.0
Text Domain: kynett
*/

#site-footer { display: none !important; }

header header { position: absolute !important; z-index: 9999 !important; background-color: transparent !important; }

#typed { color: #fff; text-align: center; font-size: 66px; line-height: 48px; }

.archive h1.entry-title { font-size: 50px; line-height: 50px; color: #fff; font-weight: 900; text-transform: uppercase; margin: 0; background: -webkit-linear-gradient(64deg, #6FE4CA, #2737A8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.archive h1.entry-title span { font-size: 25px; font-weight: 400; line-height: 30px; display: block; color: rgba(255, 255, 255, 0.7); background: transparent; -webkit-background-clip: border-box; -webkit-text-fill-color: #fff; }

.page-content-cwiczenia { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px; }

#content-cwiczenia { margin-top: 5vh; }
#content-cwiczenia .swiper-slide-cwiczenia img { opacity: 0.8; transition: all 0.3s linear; border-radius: 5px; }
#content-cwiczenia .swiper-slide-cwiczenia:hover img { opacity: 1; }
#content-cwiczenia .cwiczenia-z-index { position: absolute; z-index: 5; bottom: 0; left: 0; width: 100%; padding: 30px 15px; background: linear-gradient(180deg, rgba(7,5,28,0) 0%, rgba(7,5,28,0.5) 100%); }
#content-cwiczenia .cwiczenia-z-index h4 { color: #fff; font-size: 20px; font-weight: 600; text-transform: uppercase; margin: 0; padding: 0; text-align: center; }
#content-cwiczenia .cwiczenia-z-index .cwiczenia-z-index-category { color: #4D92BA; font-size: 15px; font-weight: 600; text-transform: uppercase; margin: 0; padding: 0; text-align: center; }
#content-cwiczenia .eicon-play { opacity: 0; color: #fff; font-size: 100px; width: 100%; text-align: center; position: absolute; z-index: 6; top: calc(50% - 50px); left: 0; transition: all 0.3s linear; }
#content-cwiczenia .swiper-slide-cwiczenia:hover .eicon-play { opacity: 1; }

.cwiczenia-header { width: 100%; margin: 0 auto; margin-top: 10vh; padding-left: 2%; padding-right: 2%; }
.cwiczenia-header .cwiczenia-header-bg { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 20px; width: 90%; margin: 0 auto; height: 80px; align-items: center; }

.page-header-right { position: relative; height: 100%; }

#kyna-assistant { display: grid; grid-template-columns: 250px auto; grid-gap: 30px; }
#kyna-assistant .kyna-assistant-left {  }
#kyna-assistant .kyna-assistant-left img { width: 100%; height: auto;  }
#kyna-assistant .kyna-assistant-right {  }
#kyna-assistant .kyna-assistant-right .kyna-assistant-hello { display: block; background: #fff; border-radius: 5px; border-bottom-left-radius: 0; padding: 15px; font-size: 18px; color: #000; margin-bottom: 30px; width: 100%; }
#kyna-assistant .kyna-assistant-right .kyna-assistant-search-form { display: grid; grid-template-columns: auto 50px 50px; grid-gap: 30px; }
#kyna-assistant .kyna-assistant-right .kyna-assistant-search-form .kyna-assistant-search-form-input { height: 70px; width: 100%; line-height: 70px; padding-left: 20px; padding-right: 20px; background: #fff; border-radius: 5px; border: 0; }
#kyna-assistant .kyna-assistant-right .kyna-assistant-search-form .kyna-assistant-search-form-mic { height: 70px; width: 70px; padding: 20px; display: block; line-height: 30px; text-align: center; border-radius: 50%; background: #fff; color: #13385E; box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    transform: scale(1);
    animation: pulse 2s infinite; }
#kyna-assistant .kyna-assistant-right .kyna-assistant-search-form .kyna-assistant-search-form-mic svg { height: 30px; width: auto; }
#kyna-assistant .kyna-assistant-right .kyna-assistant-search-form .kyna-assistant-search-form-search { height: 70px; width: 70px; padding: 20px; display: block; line-height: 30px; text-align: center; border-radius: 50%; background: #fff; color: #13385E; }
#kyna-assistant .kyna-assistant-right .kyna-assistant-search-form .kyna-assistant-search-form-search svg { height: 30px; width: auto; }

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.promptBox {
  height: 100px;
  width: 100px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 1;
  transition: 300ms;
  pointer-events: none;
  z-index: 1000;
  scale: 0.8;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.tapperoo {
  height: 48px;
  width: 100px;
  position: absolute;
  top: -5px;
  left: 50px;
  border-radius: 100px;
  background-color: #fff;
  z-index: -1;
  animation: tapperoo 3s infinite;
}

@keyframes tapperoo {
  0% {
    height: 25%;
    width: 25%;
  }

  50% {
    height: 5%;
    width: 35%;
    opacity: 0;
    transform: translate(-250%);
  }

  100% {
    opacity: 0;
  }
}

#tap-gesture {
  position: absolute;
  transform: rotate(30deg);
  animation: handMove 3s infinite;
}

@keyframes handMove {
  0% {
    transform: rotate(30deg);
  }

  50% {
    transform: translate(-60%, -10%) rotate(-30deg) scale(0.9);
  }

  100% {
    transform: rotate(30deg);
  }
}

/* typed */

.typed-cursor {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0);
}
.typed-cursor::before {
  content: "";
  display: block;
  position: absolute;
  right: 3px;
  bottom: 6px;
  width: 2px;
  height: 28px;
  -moz-border-radius: 2px;
       border-radius: 2px;
  background-color: #f987d6;
  background: -webkit-gradient(linear, left top, left bottom, from(#977ec7), to(#f987d6));
  background: -moz-linear-gradient(top, #977ec7 0%, #f987d6 100%);
  background: -o-linear-gradient(top, #977ec7 0%, #f987d6 100%);
  background: linear-gradient(to bottom, #977ec7 0%, #f987d6 100%);
}
@media only screen and (min-width: 768px) {
  .typed-cursor::before {
    width: 2px;
    height: 42px;
    position: absolute;
    right: 6px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .typed-cursor::before {
    width: 2px;
    height: 56px;
    position: absolute;
    right: 6px;
    bottom: 10px;
  }
}

/* lightbox */

 /* Styl dla tła lightbox */
    .lightbox-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
      z-index: 99999;
    }

    /* Styl dla kontenera wideo */
    .lightbox-content {
      position: relative;
      width: 90%;
      max-width: 800px;
    }

    .lightbox-content iframe {
      width: 100%;
      height: 80vh;
      border: none;
    }

    /* Styl przycisku zamykania */
    .lightbox-close {
      position: absolute;
      top: -20px;
      right: -20px;
      background: white;
      color: black;
      border: none;
      border-radius: 50%;
      font-size: 25px;
      cursor: pointer;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	  padding: 0;
    }