.podcasts .container {
  max-width: 83.33%;
  width: 98%;
  margin: 0 auto;
  padding: 8px;
}
@media (min-width: 1400px) {
  .podcasts .container {
    max-width: 66.67%;
  }
}
@media (max-width: 768px) {
  .podcasts .container {
    max-width: 96%;
  }
}
@media (max-width: 599px) {
  .podcasts .container__mob_p0 {
    padding: 0;
  }
}
.podcasts .adcardWrap {
  margin: 27px 0;
}
@media (max-width: 599px) {
  .podcasts .adcardWrap {
    margin: 13px 0;
  }
}
.podcasts__imgwrap {
  position: relative;
  padding-bottom: 56.65%;
  border-radius: 4px;
  overflow: hidden;
}
.podcasts__imgwrap::after {
  content: "";
  position: absolute;
  background: transparent linear-gradient(180deg, rgba(19, 7, 38, 0) 0%, rgba(19, 7, 38, 0.5568627451) 53%, #130726 100%) 0% 0% no-repeat padding-box;
  bottom: 0;
  width: 100%;
  height: 78px;
}
@media (max-width: 599px) {
  .podcasts__imgwrap::after {
    height: 27px;
  }
}
.podcasts__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.podcasts__playbutton {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 12px;
  left: 14px;
  z-index: 3;
}
@media (max-width: 599px) {
  .podcasts__playbutton {
    bottom: 4px;
    left: 4px;
  }
  .podcasts__playbutton .soundWave {
    max-width: 67%;
    height: 100%;
  }
}
.podcasts__playbutton .playIcon {
  margin-right: 10px;
  opacity: 85%;
}
@media (max-width: 599px) {
  .podcasts__playbutton .playIcon {
    width: 22px;
    height: auto;
    margin-right: 6px;
    opacity: 80%;
  }
}
.podcasts__title {
  font-weight: 400;
  color: #fff;
  font-size: clamp(13px, 2vw, 16px);
  line-height: clamp(16px, 2vw, 22px);
  margin-top: clamp(0px, 2vw, 16px);
  margin-bottom: 0;
  cursor: pointer;
  transition: 0.2s all;
}
.podcasts__title:hover {
  color: #03f87e;
  cursor: pointer;
}
@media (max-width: 599px) {
  .podcasts__title {
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .podcasts__mweb {
    width: 40%;
    min-width: 40%;
    margin-right: 12.5px;
  }
}
.podcasts__link:hover {
  cursor: pointer;
}
@media (max-width: 599px) {
  .podcasts__link {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  .podcasts__link::after {
    position: absolute;
    content: "";
    border-bottom: 1px dashed #443957;
    width: 100%;
    bottom: -10px;
    left: 0;
  }
}

.glasscard {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 15px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 340px);
}
@media (max-width: 991px) {
  .glasscard {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .glasscard {
    display: block;
  }
}
.glasscard:hover {
  cursor: pointer;
}
.glasscard__heroImgWrap {
  position: relative;
  padding-bottom: 56.65%;
}
.glasscard__heroImgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.glasscard__imgcontainer {
  max-width: 44%;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.glasscard__imgcontainer .soundWave {
  max-width: 75%;
}
.glasscard__imgcontainer::after {
  content: "";
  position: absolute;
  background: transparent linear-gradient(180deg, rgba(19, 7, 38, 0) 0%, rgba(19, 7, 38, 0.5568627451) 53%, #130726 100%) 0% 0% no-repeat padding-box;
  bottom: 0;
  width: 100%;
  height: 78px;
}
@media (max-width: 599px) {
  .glasscard__imgcontainer::after {
    height: 40px;
  }
}
@media (max-width: 599px) {
  .glasscard__imgcontainer {
    width: 100%;
    max-width: 100%;
  }
}
.glasscard__heroText {
  margin-left: clamp(16px, 2vw, 25px);
  width: 100%;
}
@media (max-width: 599px) {
  .glasscard__heroText {
    margin-left: 0;
    margin-top: 6px;
  }
}
.glasscard__heroTitle {
  color: #fff;
  font-weight: 500;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: clamp(30px, 2.6vw, 40px);
  margin-top: 0;
  margin-bottom: 0;
}
.glasscard__heroTitle:hover {
  color: #03f87e;
  cursor: pointer;
}
@media (max-width: 599px) {
  .glasscard__heroTitle {
    margin-top: 6px;
  }
}
.glasscard__subtitle {
  color: #fff;
  font-weight: 400;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: clamp(18px, 2vw, 24px);
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .glasscard__subtitle {
    display: none;
  }
}

.adcard {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .adcard {
    display: block;
  }
}
.adcard__withAd {
  width: calc(100% - 300px);
}
@media (max-width: 991px) {
  .adcard__withAd {
    width: 100%;
  }
}

.addBox {
  width: 320px;
  height: auto;
  margin: 0 0 0 20px;
}
@media (max-width: 991px) {
  .addBox__desktopAd {
    display: none;
  }
}
.addBox__tabAd {
  width: 100%;
  height: 100px;
  margin: 10px auto;
}
@media (min-width: 991px) {
  .addBox__tabAd {
    display: none;
  }
}
@media (max-width: 797px) {
  .addBox__tabAd {
    display: none;
  }
}

.playIcons {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  left: 10px;
  bottom: 7px;
  z-index: 1;
}

.playIcons__playbtn {
  width: 24px;
  height: 24px;
}

.playIcons__soundwave {
  max-width: 80%;
  margin-left: 7px;
}

.gutterAdBox {
  border: 1px solid #312641;
  overflow: unset;
  margin: 0 auto;
}

.fixedGridAdsLeft {
  position: fixed;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  color: #fff;
}
@media (max-width: 900px) {
  .fixedGridAdsLeft {
    display: none;
  }
}

.fixedGridAdsRight {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  color: #fff;
}
@media (max-width: 900px) {
  .fixedGridAdsRight {
    display: none;
  }
}

.playIconBg {
  display: inline-block;
  background: rgba(75, 20, 167, 0.6) url(https://images.ottplay.com/static/subscriptionimages/playIconGreen.svg) no-repeat center center;
  color: #03f87e;
  font-size: 13px;
  border-radius: 3px;
  font-weight: 500;
  padding: 1px 7px 4px 18px;
  background-position: 5px;
  background-size: 20%;
}

