@font-face {
  font-family: "PodcastarFont1";
  src: url("../font/PodcastarFont1.woff2") format("woff2");
}
@font-face {
  font-family: "PodcastarFont2";
  src: url("../font/PodcastarFont2.woff2") format("woff2");
}
@font-face {
  font-family: "PodcastarFont3";
  src: url("../font/PodcastarFont3.woff2") format("woff2");
}
@font-face {
  font-family: "HelveticaNeueCyr-Bold";
  src: url("../font/HelveticaNeueCyr-Bold.woff") format("woff");
}
.loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.off {
  display: none;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html, body {
  height: 100%;
  background-color: #000;
  color: #fff;
}

body {
  min-height: 100%;
}

.navbar-dark.bg-dark {
  background-color: #000 !important;
}
.navbar-dark.bg-dark a:not(.podcastar-btn) {
  color: #fff;
  line-height: 2rem;
}
.navbar-dark.bg-dark a:not(.podcastar-btn):hover, .navbar-dark.bg-dark a:not(.podcastar-btn):active {
  text-decoration: none;
  color: #007bff;
}

.podcastar-btn {
  border-radius: 3rem;
  padding: 0.25rem 1.25rem;
  color: #fff;
}
.podcastar-btn:hover {
  color: #fff;
  text-decoration: none;
}

footer {
  background: #000;
  color: #fff;
  font-size: 0.75rem;
}
footer h5 {
  font-size: 0.9rem;
}
footer .podcastar-btn {
  font-size: 0.75rem;
}

.hero-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.hero-image#heroImage1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/home_hero_image_1.webp");
}
.hero-image#heroImage2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/home_hero_image_2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
.hero-image#heroImage2 #headphones {
  position: absolute;
  top: 0;
  left: 2rem;
  z-index: 2;
  display: inline-block;
}
.hero-image#heroImage2 #iphone {
  position: absolute;
  top: 30px;
  left: 10px;
  z-index: 1;
  display: inline-block;
}
.hero-image#heroImage2 ul {
  list-style-type: none;
  padding: 0;
}
.hero-image#heroImage2 ul li {
  background: url("../img/green_checkmark.png") no-repeat left center;
  background-size: 25px;
  padding-left: 35px;
  padding-top: 10px;
}
.hero-image#heroImage3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5)), url("../img/home_hero_image_4.webp");
  min-height: 400px;
}
.hero-image#heroImage4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url("../img/home_hero_image_3.png");
  min-height: 400px;
}
.hero-image#heroImage5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/home_hero_image_4.webp");
}
.hero-image#heroImage5 #unlimitedBooks {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
}
.hero-image#heroImage5 svg {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
  fill: #fff;
  fill-opacity: 1;
  stroke: 1;
  stroke-opacity: 1;
  stroke-width: 0;
}
.hero-image#heroImage5 .smaller {
  font-size: 14px;
  font-weight: 400;
}
.hero-image#heroImageSignUp {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/signup_hero_image_1.png");
  background-position: center;
}

.hero-text {
  color: white;
}
.hero-text h1 {
  font-family: "PodcastarFont3";
  line-height: 3.5rem;
}
.hero-text p, .hero-text ul {
  font-size: 1.3rem;
}
.hero-text .podcastar-btn {
  padding: 0.75rem 1.5rem;
}

.carousel-item-part {
  width: 100%;
  border-radius: 2px;
  background: #333;
}
.carousel-item-part:hover {
  background: #646464;
}
.carousel-item-part.square {
  aspect-ratio: 1/1;
}
#search_input {
  border-radius: 10px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  border-color: #000;
  padding-left: 10px;
  background-color: #e3e3e3;
}

.sign-up-stars svg {
  fill: #fff;
}

#podcastInfoContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  column-gap: 2rem;
}

#subscribeBox {
  background-color: #042534;
  border-radius: 15px;
  width: 325px;
  font-size: 16px;
  line-height: 24px;
  margin: 2rem auto 1rem;
  padding: 3rem 1.5rem;
  text-align: left;
}
#subscribeBox input {
  border: none;
  background: #000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
}
#subscribeBox ul {
  list-style-type: none;
  padding: 0;
}
#subscribeBox ul li {
  background: url("../img/green_checkmark.png") no-repeat left center;
  background-size: 22px;
  padding-left: 35px;
  padding-top: 10px;
}
#subscribeBox .podcastar-btn {
  font-size: 1rem;
  padding: 0.5rem 2rem;
}

#subscribeTerms {
  text-align: center;
  font-size: 0.75rem;
}
#subscribeTerms p {
  margin: 0;
}

.ln-search-highlight {
  color: #f8104c;
}

@media only screen and (max-width: 768px) {
  #podcastInfoContainer {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

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