/* Include all css for poscast page. */

@charset "UTF-8";

.podcast-select {
  padding: 0 0 85px 0;
}
.podcast-select .custom-select-trigger {
  background: #497362;
  padding: 15px 120px;
  font-size: 19px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  border-radius: 0;
}
.podcast-select .custom-select-trigger:after {
  background: url(/beta/wp-content/uploads/2025/01/slect-arrow.svg) right top
    no-repeat;
  width: 18px;
  height: 10px;
  right: 24px;
  margin: 0;
  transform: translateY(-50%);
}
.podcast-select .custom-select.opened .custom-select-trigger:after {
  background: url(/beta/wp-content/uploads/2025/01/slect-arrow-hv.svg) right top
    no-repeat;
  width: 18px;
  height: 10px;
  right: 24px;
  margin: 0;
  transform: translateY(-50%);
}
.podcast-videonw-top {
  position: relative;
  padding-bottom: 60px;
}
.podcast-videonw-top iframe {
  height: 860px !important;
  margin: 0;
}
.podcast-videonw-top .video-img-hv img {
  width: 100%;
  height: 860px;
  display: block;
}
.podcast-videonw-top .video-img-hv img.podcast-video-icon {
  width: auto !important;
  height: auto !important;
}
.podcast-videonw-top .video-img-hv {
  width: 100%;
}
.video-main-title {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  padding: 20px 0 0 0;
  display: block;
}
.podcast-videonw-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 50px;
  justify-content: flex-start;
}
.podcast-videonw-box {
  width: calc(25% - 23px);
  cursor: pointer;
}
.podcast-videonw-box-vd {
  position: relative;
}
.podcast-videonw-box-vd .podcast-video-icon {
  height: 70px;
}
.podcast-videonw-sec {
  padding-bottom: 90px;
}
.podcast-loader {
  width: 60px;
  margin: 0 auto 50px;
  aspect-ratio: 1;
  display: grid;
  grid: 50%/50%;
  color: #497362;
  --_g: no-repeat linear-gradient(currentColor 0 0);
  background: var(--_g), var(--_g), var(--_g);
  background-size: 50.1% 50.1%;
  animation: 1.5s steps(1) infinite alternate l6-0, 3s steps(1) infinite l6-0-0;
}
.podcast-loader::before {
  content: "";
  background: #e7d6c3;
  transform: perspective(150px) rotateY(0) rotateX(0);
  transform-origin: bottom right;
  animation: 1.5s linear infinite alternate l6-1;
}

@keyframes l6-0 {
  0% {
    background-position: 0 100%, 100% 100%, 100% 0;
  }
  33% {
    background-position: 100% 100%, 100% 100%, 100% 0;
  }
  66% {
    background-position: 100% 0, 100% 0, 100% 0;
  }
}
@keyframes l6-0-0 {
  0% {
    transform: scaleX(1) rotate(0);
  }
  50% {
    transform: scaleX(-1) rotate(-90deg);
  }
}
@keyframes l6-1 {
  16.5% {
    transform: perspective(150px) rotateX(-90deg) rotateY(0) rotateX(0);
  }
  33% {
    transform: perspective(150px) rotateX(-180deg) rotateY(0) rotateX(0);
  }
  66% {
    transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(0);
  }
  100% {
    transform: perspective(150px) rotateX(-180deg) rotateY(-180deg)
      rotateX(-180deg);
  }
}

@media screen and (max-width: 1440px) {
  .podcast-videonw-top .video-img-hv img {
    height: 450px;
  }
  .podcast-videonw-top iframe {
    height: 450px !important;
  }
  .podcast-videonw-top .video-img-hv img.podcast-video-icon {
    height: 90px !important;
  }
}

@media screen and (max-width: 1366px) {
  .podcast-videonw-box {
    width: calc(33.3% - 20px);
  }
  .podcast-videonw-bottom {
    row-gap: 30px;
  }
  .video-main-title {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 0 0 0;
  }
  .podcast-videonw-box-vd .podcast-video-icon {
    height: 50px;
  }
  .podcast-videonw-top {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .podcast-videonw-bottom {
    gap: 15px;
    row-gap: 20px;
  }
  .podcast-videonw-box {
    width: calc(33.3% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .podcast-videonw-box {
    width: calc(50% - 10px);
  }
  .podcast-videonw-top .video-img-hv img {
    height: 300px;
  }
  .podcast-videonw-top iframe {
    height: 300px !important;
  }
  .podcast-videonw-top .video-img-hv img.podcast-video-icon {
    height: 60px !important;
  }
  .video-main-title {
    font-size: 14px;
    line-height: 16px;
  }
  .podcast-videonw-box-vd .podcast-video-icon {
    height: 35px;
  }
  .podcast-select,
  .podcast-videonw-sec {
    padding: 0 0 60px 0;
  }
}
