@font-face {
  font-family: "AmericanaStd-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/AmericanaStdFUHA-Regular.woff2") format("woff2");
}
:root {
  --wrapper: 100vw;
  --gutter: 40px;
  --rh: calc((var(--wrapper) - (3 * var(--gutter))) / 4);
}

.podcast {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.podcast__title {
  margin: 0;
  color: #064C37;
  font-family: "AmericanaStd-Regular", sans-serif;
  font-weight: 500;
  font-size: 32px;
  font-size: 2rem;
  line-height: 39px;
  line-height: 2.4375rem;
}
.podcast__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 24px;
  width: 100%;
}
.podcast__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 64px 0;
  width: 100%;
  max-width: 920px;
}
.podcast__info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 0;
}
.podcast__info__time {
  padding: 0 16px 0 0;
  color: #17C37B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 400;
}
.podcast__info__duration {
  position: relative;
  padding: 0 0 0 8px;
  color: #17C37B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 400;
}
.podcast__info__duration::before {
  position: absolute;
  top: 6px;
  left: -8px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #17C37B;
}
.podcast__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.podcast__wrapper .publication-podcast {
  width: 100%;
  max-width: 920px;
  height: 80px;
}
.podcast__others {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 40px 0;
  margin: 100px 0 0 0;
  width: 100%;
}
.podcast__others.-hide {
  display: none;
}
.podcast__others__title {
  margin: 0 0 40px 0;
}
.podcast__others .swiper-container {
  width: 100%;
}
.podcast__others .swiper-pagination {
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.podcast__others .swiper-pagination-bullet {
  opacity: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  width: 40px;
  height: 4px;
  border-radius: 0;
  background-color: #C4C4C4;
}
.podcast__others .swiper-pagination-bullet-active {
  opacity: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 40px;
  height: 4px;
  background-color: #17C37B;
}
.podcast__slider {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.podcast__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 40px 16px 40px;
  width: 100%;
  min-height: 574px;
  max-height: 100%;
}
.podcast__item.-hide {
  display: none;
}
.podcast__item__top {
  position: relative;
  width: 100%;
}
.podcast__item__tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  width: auto;
  min-width: 74px;
  height: 32px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 500;
  background-color: #2991CC;
}
.podcast__item__tag.-tag-yayinlar {
  background-color: #CC4429;
}
.podcast__item__tag.-tag-videolar {
  background-color: #2991CC;
}
.podcast__item__tag.-tag-podcastler {
  background-color: #C38817;
}
.podcast__item__tag.-tag-bizden-haberler {
  background-color: #714CD9;
}
.podcast__item__tag.-tag-covid-19 {
  background-color: #F07860;
}
.podcast__item__tag.-tag-hukuk-postasi {
  background-color: #8E526C;
}
.podcast__item__tag.-tag-hukuki-gelismeler {
  background-color: #0C526C;
}
.podcast__item__image {
  display: block;
  margin: 0 0 25px 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 162px;
}
.podcast__item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 0 24px;
  border-left: 1px solid #CCCCCC;
}
.podcast__item__name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #064C37;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 500;
  text-decoration: none;
}
.podcast__item__text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 500;
}
.podcast__item__info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.podcast__item__category {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 12px 0 0;
  color: #17C37B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 500;
}
.podcast__item__date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 500;
}
@media only screen and (min-width: 560px) {
  .podcast__others .swiper-pagination {
    display: none;
  }
}
@media only screen and (min-width: 640px) {
  .podcast__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  .podcast__container {
    padding: 116px 100px;
  }
  .podcast__item {
    margin: 0 10px 40px 10px;
    width: calc(33.3333333333% - 20px);
  }
}
@media only screen and (min-width: 1280px) {
  .podcast__slider {
    flex-wrap: wrap;
  }
  .podcast__item {
    margin: 0 10px 40px 10px;
    width: calc(25% - 20px);
  }
}