/* Home */
.home-hero-section .home-title {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.home-hero-section .hero-text-1 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #fff;
  font-family: "Inter", sans-serif;
  margin-block-end: 0;
}

.home-triptic-cont .triptic-card h2 {
  font-family: "diatype compressed";
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  text-align: left;
}
.home-triptic-cont .triptic-card h2 span {
  padding: 0 5px;
  line-height: inherit;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #fff;
}

.interview-preview-card .interview-preview-text h3 {
  font-family: "Diatype Expanded";
  font-size: 22px;
  line-height: 24px;
}
.interview-preview-card .interview-preview-text h3 span {
  color: var(--primary-color);
}
.single-tags span a {
  color: inherit;
}

.home .credits-card-title {
  display: none;
}
.home .credits-cont .credits {
  margin-top: 0;
}
.home-classic {
  background-color: #f5b4cd;
  /* display:flex;
  flex-flow: column;
  
  align-items: center; */
}
.home-classic .centered-btn {
  display: flex;
  justify-content: center;
  margin: 0;
  margin-top: 25px;
}
.centered-btn .dropbtn:hover {
  color: #fff;
}
.centered-btn .dropbtn:hover svg {
  path {
    fill: #000;
  }
}
.home-classic h4 {
  margin-bottom: 20px;
}
.tesors-autor {
  font-size: 18px;
  margin-block-end: 20px;
}

/* subscription popup */
.subscription-pop-up .pop-up-text-cont {
  background-color: #fff;

  margin-top: 65px;
  margin-bottom: 30px;
}
.subscription-pop-up .pop-up-text {
  padding-top: 40px;
  padding-bottom: 50px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 620px;
}
.subscription-pop-up .pop-up-text .text-2 p {
  font-size: 32px;
  line-height: 38px;
}
.subscription-pop-up .pop-up-text *,
.subscription-pop-up .pop-up-text a {
  color: #000;
}
.subscription-pop-up .subscription-plan-btn {
  align-self: center;
  margin-top: auto;
  position: relative;
  color: #fff;
}

.subscription-pop-up .subscription-plan-btn span {
  position: absolute;
  inset: 0;
  margin: auto;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscription-pop-up form {
  padding-bottom: 30px;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.subscription-pop-up input {
  background-color: #d9d9d9;
  padding: 16px;
  width: 98%;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 18px;
}
.subscription-pop-up .pop-up-text p {
  margin-block-end: 0;
}
/* .subscription-pop-up input::placeholder {
    color:orange;
} */

.subscription-pop-up .subscription-plan-cont {
  grid-template-columns: repeat(3, 1fr);
  /* grid-column-gap: 24px; */
}
.subscription-pop-up .subscription-plan-cont h2 {
  font-size: 110px;
  line-height: 112px;
  margin-bottom: 10px;
}
.subscription-pop-up .subscription-plan-btn:hover .white-fancy-btn + span {
  color: #fff !important;
}
.subscription-pop-up .subscription-plan-btn:hover .white-fancy-btn svg path {
  fill: #000;
}
.subscription-pop-up .subscription-plan-btn:hover .black-fancy-btn svg path {
  fill: var(--purple);
}

@media (max-width: 768px) {
  .subscription-pop-up {
    padding: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgb(125, 35, 130) 30%,
      rgb(145, 52, 113) 70%,
      var(--orange) 100%
    );
  }
  .subscription-pop-up .pop-up-text-cont {
    margin: 0 var(--padding-2);
    margin-top: 65px;
    margin-bottom: 30px;
  }
  .subscription-pop-up .pop-up-text {
    padding-top: 24px;
    padding-bottom: 24px;
    padding: 20px;
  }
  .subscription-pop-up .pop-up-text .text-2 p {
    font-size: 24px;
    line-height: 28px;
    margin-block-end: 24px;
  }
  .subscription-pop-up .subscription-plan-cont h2 {
    font-size: 78px;
    line-height: 80px;
  }

  .subscription-pop-up form {
    padding-bottom: 24px;
  }

  .subscription-pop-up input {
    padding: 12px;
    width: 98%;
    margin-bottom: 24px;
    font-size: 14px;
  }
}

.subscription-pop-up .subscription-plan-cont .bottom-col {
  grid-column: 1 / span 3;
}

.filmtopia-btn {
  align-self: center;
  margin-top: auto;
  position: relative;
}

@media (min-width: 768px) {
  .interview-preview-card:hover .interview-preview-text h3 span {
    color: var(--secondary-color);
  }
}

.section-heading {
  text-align: left;
  margin-block-end: 0;
}

.subscription-plan-cont .subscription-type {
  font-family: "diatype compressed";
  text-transform: uppercase;
  font-size: 40px;
  line-height: 38px;
  margin-bottom: 20px;
}

.subscription-plan-cont .price {
  font-size: 110px;
  font-family: "cstm xprmntl 02";
  line-height: 105px;
}

/* Category */
.seccions-cont .category-h1 {
  font-family: "Diatype Expanded";
  font-size: 22px;
  line-height: 24px;
  color: #000;
  text-align: left;
  margin-block-end: 0;
}

.seccions-cont .section-desc {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-family: "Inter", sans-serif;
  margin-block-end: 20px;
  text-align: left;
}

/* Nosaltres */

.round-title-h1 {
  all: unset;
}
.page-about .intro-h2 {
  /* all:unset; */
  font-size: 40px;
  line-height: 38px;
  text-align: center;
  color: var(--purple);
}

/* Single */
.single-page .heading-autor {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}
.single-page .heading-autor h2 {
  font-size: 20px;
  line-height: 26px;
  margin-block-start: 0;
  margin-block-end: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.single-page .heading-autor p {
  font-size: 20px;
  line-height: 26px;
}
.single-video-cont{
  position:relative;
}
.single-video-cont .text-cont{
  right:-5vw;
  position: absolute;
    top: 10%;
    background-color: rgba(180, 180, 180, 0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 20px 14px;
    width: 250px;
    z-index:3;
}
.single-video-cont .text-cont .caption {
    font-weight: 700;
    font-size: 18px;
    line-height: 22.5px;
    margin-bottom: 5px;
}

.single-video-cont .text-cont .description {
    font-size: 14px;
    line-height: 17px;
}

@media (max-width: 767px) {
    .single-video-cont .text-cont {
       right:auto;
        position: relative;
        margin-top: -10%;
        
    }
}

/* Footer */
.footer-content .footer-credits-cont .footer-credits-names ul {
  font-family: "Diatype Compressed";
  font-size: 40px;
  line-height: 38px;
  display: inline;
  white-space: normal;
  margin-block-end: 0;
}
.footer-content .footer-credits-cont .footer-credits-names li {
  display: inline;
}
.footer-content .footer-credits-cont .footer-credits-names ul li:nth-child(2n) {
  color: #b3b3b3;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {
  /* Home */
  .home-hero-section .hero-text-1 {
    font-size: 12px;
    line-height: 14.5px;
  }

  .subscription-plan-cont .subscription-type {
    font-family: "diatype compressed";
    text-transform: uppercase;
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .subscription-plan-cont .price {
    font-size: 82px;
    line-height: 112px;
    margin-bottom: 0;
  }
}
