/**
 * Colors
 */
/**
 * fonts
 */
/**
 * Breakpoints
 */
/** Media Queries
** phone = Viewport width is 767px or lower
** tablet = Viewport width is between 768px to 991px
** M = Viewport width is between 992px to 1199px
** L = Viewport width is between 1200px to 1399px
** XL = Viewport width is 1400px or higher
**/
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup-overlay .popup-content {
  background: #DBFF00;
  padding: 40px 20px;
  max-width: 400px;
  width: 90%;
  position: relative;
}
.popup-overlay .popup-content input {
  width: calc(100% - 40px);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 10px;
  padding: 16px;
  color: #767676;
  margin-bottom: 16px;
}
.popup-overlay .popup-content .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.popup-overlay .popup-content button {
  margin: 0 auto;
}

.page-template-home section {
  padding: 64px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-template-home section {
    padding: 40px 0;
  }
}
.page-template-home section.black-bg {
  background: #000000;
  color: #ffffff;
}
.page-template-home section.yellow-bg {
  background: #DBFF00;
}
.page-template-home .hero {
  background-image: url("../img/hero-bg.png");
  background-size: cover;
  background-color: #DBFF00;
  color: #000000;
  padding: 83px 0;
}
@media screen and (max-width: 768px) {
  .page-template-home .hero {
    padding: 40px 0;
  }
}
.page-template-home .hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .page-template-home .hero .container {
    align-items: center;
    justify-content: flex-start;
  }
}
.page-template-home .hero__content {
  width: 50%;
}
.page-template-home .hero__content h1 {
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .page-template-home .hero__content h1 {
    font-size: 32px;
    max-width: 180px;
  }
}
.page-template-home .hero__content p {
  font-size: 32px;
  line-height: 120%;
  margin-top: 24px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .page-template-home .hero__content p {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-home .hero__content {
    width: 100%;
  }
}
.page-template-home .hero__img {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .page-template-home .hero__img {
    width: fit-content;
    right: 6px;
    top: -14px;
    position: absolute;
  }
}
@media screen and (max-width: 992px) {
  .page-template-home .hero__img img {
    max-width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-home .hero__img img {
    max-width: 147px;
  }
}
.page-template-home .section-2 .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.page-template-home .section-2 .container h2 {
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-template-home .section-2 .container h2 {
    font-size: 28px;
    line-height: 100%;
  }
}
.page-template-home .section-2 .container p {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .page-template-home .section-2 .container p {
    font-size: 16px;
  }
}
.page-template-home .section-3 .container {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .page-template-home .section-3 .container {
    flex-direction: column;
    gap: 24px;
  }
}
.page-template-home .section-3 .container h2 {
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000000;
  min-width: 143px;
}
@media screen and (max-width: 768px) {
  .page-template-home .section-3 .container h2 {
    font-size: 28px;
    line-height: 100%;
  }
}
@media screen and (max-width: 992px) {
  .page-template-home .section-3 .container h2 {
    text-align: center;
  }
}
.page-template-home .section-3 .container p {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .page-template-home .section-3 .container p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .page-template-home .section-3 .container .btn {
    margin: 0 auto;
  }
}
.page-template-home .section-4 h2 {
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-template-home .section-4 h2 {
    font-size: 28px;
    line-height: 100%;
  }
}
.page-template-home .section-4 .episodes {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .page-template-home .section-4 .episodes {
    gap: 40px;
    margin-top: 32px;
  }
}
.page-template-home .section-4 .episodes__item {
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .page-template-home .section-4 .episodes__item {
    gap: 16px;
    flex-direction: column;
  }
}
.page-template-home .section-4 .episodes__item-img {
  max-width: 384px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-template-home .section-4 .episodes__item-img {
    max-width: 100%;
  }
}
.page-template-home .section-4 .episodes__item-img img {
  z-index: 1;
}
.page-template-home .section-4 .episodes__item-img:after {
  content: "";
  opacity: 0.8;
  background: #DBFF00;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_151_82)'%3E%3Cg clip-path='url(%23clip1_151_82)'%3E%3Cpath d='M0 20V0L20 10L0 20Z' fill='black'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_151_82'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_151_82'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.page-template-home .section-4 .episodes__item-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-template-home .section-4 .episodes__item-content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-template-home .section-4 .episodes__item-content h3 {
    font-size: 18px;
  }
}
.page-template-home .section-4 .episodes__item-content .links-wrap {
  display: flex;
  justify-content: space-between;
}
.page-template-home .section-4 .episodes__item-content .links-wrap .share {
  display: flex;
  gap: 28px;
}
.page-template-home .section-4 .episodes__item-content .links-wrap .share__option {
  transition: all 0.5s;
}
.page-template-home .section-4 .episodes__item-content .links-wrap .share__option:hover {
  filter: brightness(0.8);
}
.page-template-home .section-5 h2 {
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-template-home .section-5 h2 {
    font-size: 28px;
    line-height: 100%;
  }
}
.page-template-home .section-5 .subscribe {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .page-template-home .section-5 .subscribe {
    gap: 10px;
    justify-content: center;
    margin-top: 24px;
  }
}
.page-template-home .section-5 .subscribe__option {
  display: flex;
  background: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 43px 0;
  width: -webkit-fill-available;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .page-template-home .section-5 .subscribe__option {
    padding: 10px;
    width: auto;
  }
}
.page-template-home .section-5 .subscribe__option:hover {
  filter: brightness(0.9);
}
.page-template-home .section-6 .heading {
  display: flex;
  justify-content: space-between;
}
.page-template-home .section-6 .heading h2 {
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .page-template-home .section-6 .heading h2 {
    font-size: 28px;
    line-height: 100%;
  }
}
.page-template-home .section-6 .heading .pagination-wrap {
  position: relative;
  display: flex;
  gap: 32px;
}
.page-template-home .section-6 .heading .pagination-wrap .swiper-button-prev,
.page-template-home .section-6 .heading .pagination-wrap .swiper-button-next {
  position: relative;
  width: 38px;
  height: 38px;
}
.page-template-home .section-6 .heading .pagination-wrap .swiper-button-prev:after {
  width: 38px;
  height: 38px;
  content: "";
  border-radius: 50%;
  background-color: #DBFF00;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.35714 10.7144L8.28572 17.643L9.64286 16.2859L2.71429 9.35728L9.71429 2.35728L8.42857 0.928711L1.35714 7.92871L0 9.28585L1.35714 10.7144Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-home .section-6 .heading .pagination-wrap .swiper-button-next:after {
  width: 38px;
  height: 38px;
  content: "";
  border-radius: 50%;
  background-color: #DBFF00;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.39072 7.8508L1.46861 0.928711L0.0835379 2.31378L7.00563 9.23585L0 16.2415L1.38506 17.6266L8.39072 10.6209L8.39393 10.6241L9.779 9.23914L9.77579 9.23585L8.39072 7.8508Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-home .section-6 .media {
  margin-top: 32px;
  overflow: visible;
}
.page-template-home .section-6 .media__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-template-home .section-6 .media__item img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.page-template-home .section-6 .media__item .categories {
  display: flex;
  gap: 5px;
}
.page-template-home .section-6 .media__item .categories__item {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  padding: 6px 9px;
  border: 1px #000000 solid;
  border-radius: 4px;
  color: #000000;
}
.page-template-home .section-6 .media__item h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  color: #000000;
}
.page-template-home .section-7 h2 {
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-template-home .section-7 h2 {
    font-size: 28px;
    line-height: 100%;
  }
}
.page-template-home .section-7 p {
  font-size: 24px;
  line-height: 140%;
  margin: 16px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-template-home .section-7 p {
    font-size: 16px;
  }
}
.page-template-home .section-7 .form-wrap {
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-template-home .section-7 .form-wrap {
    max-width: 100%;
  }
}
.page-template-home .section-7 .form-wrap .row {
  margin-bottom: 16px;
}
.page-template-home .section-7 .form-wrap .row p {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .page-template-home .section-7 .form-wrap .row p {
    gap: 14px;
    flex-wrap: wrap;
  }
}
.page-template-home .section-7 .form-wrap .row p span {
  display: block;
  width: -webkit-fill-available;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-home .section-7 .form-wrap .row p span {
    width: auto;
  }
}
.page-template-home .section-7 .form-wrap .row p span input {
  width: calc(100% - 16px);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 10px;
  padding: 16px;
  color: #767676;
}
.page-template-home .section-7 .form-wrap .row .btn {
  margin: 16px auto 0;
}
@media screen and (max-width: 768px) {
  .page-template-home .section-7 .form-wrap .row .btn {
    width: 100%;
  }
}
.page-template-home .section-7 .form-wrap .row .wpcf7-spinner {
  display: none;
}

/*# sourceMappingURL=home.css.map */
