@import url("./bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}

@font-face {
  font-family: barlettaregular;
  src: url("../fonts/barletta-rpywa-webfont.woff") format("woff2"), url("../fonts/barletta-rpywa-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: barlettashadow;
  src: url("../fonts/barlettashadow-bwxmd-webfont.woff2") format("woff2"), url("../fonts/barlettashadow-bwxmd-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.barlettaregular {
  font-family: barlettaregular;
}

.lovers-quarrel {
  font-family: "Lovers Quarrel", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
}

.bg-black {
  background-color: #222 !important;
}

.mr-dafoe {
  font-family: "Mr Dafoe", cursive;
  font-weight: 400;
  font-style: normal;
}

img {
  max-width: 100%;
}

.text-primary {
  color: rgb(125, 0, 178) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: rgb(125, 0, 178);
}

.nav-pills .nav-link.active i {
  color: rgb(255, 255, 255);
}

.nav-link {
  color: rgb(34, 34, 34);
}

.sub-heading-dark {
  color: rgba(255, 255, 255, 0.51);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.sub-heading-light {
  font-size: 16px;
  color: rgba(2, 1, 1, 0.28);
  text-transform: uppercase;
  letter-spacing: 0px;
}

.main-btn-light {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background-color: rgba(0, 0, 0, 0);
  color: rgb(34, 34, 34);
  padding: 8px 14px;
  border: 3px solid rgb(34, 34, 34);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 10px 0px;
  border-radius: 10px;
}

.main-btn-light:hover {
  background: rgb(34, 34, 34);
  color: rgb(232, 232, 232);
}

.read-more-btn {
  color: rgb(99, 99, 99);
  font-weight: 500;
  font-size: 16px;
}

.read-more-btn:hover {
  color: rgb(125, 0, 178);
}

.bg-primary {
  color: rgb(255, 255, 255);
  background: rgb(125, 0, 178) !important;
}

.border-primary {
  border: 1px solid rgb(125, 0, 178) !important;
}

.form-control:focus {
  box-shadow: none;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgb(212, 212, 212);
}

.form-control {
  border-radius: 0px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgb(212, 212, 212);
}

.form-control::placeholder {
  color: rgb(34, 34, 34);
}

a {
  text-decoration: none;
  color: rgb(34, 34, 34);
}

.main-btn-dark {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: rgb(34, 34, 34);
  color: rgb(255, 255, 255);
  padding: 12px 24px;
  border: 3px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 10px 0px;
  border-radius: 10px;
}

.main-btn-dark:hover {
  background: rgb(255, 255, 255);
  color: rgb(34, 34, 34);
  border: 3px solid rgb(34, 34, 34);
}

.transparent-btn {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: transparent;
  color: rgb(255, 255, 255);
  padding: 12px 24px;
  border: 3px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 10px 0px;
  border-radius: 10px;
}

.transparent-btn:hover {
  background: rgb(255, 255, 255);
  color: rgb(34, 34, 34);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul {
  margin-bottom: 0px;
}

h2 {
  font-size: 40px;
  font-weight: 900;
  color: rgb(34, 34, 34);
}

h1 {
  font-size: 72px;
  font-weight: 900;
  color: rgb(34, 34, 34);
}

.pointer {
  cursor: pointer;
}

ul {
  list-style: none;
  padding-left: 0px;
}

.form-error {
  color: rgb(234, 134, 143);
  font-size: 14px;
}

body {}

section .container {
  max-width: 1160px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-page {
  margin-bottom: 84px;
}

section.misvis ol li {
  padding-bottom: 10px;
}

header.header nav.navbar .logo {
  position: relative;
  z-index: 11;
  min-height: 50px;
  top: 0px;
  min-width: 164px;
  padding: 0rem;
}

header.header nav.navbar .logo a {
  width: 120px;
  padding: 0px;
  height: 120px;
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  background: rgb(255, 255, 255);
      border: 5px solid #222;
    border-radius: 50%;
    padding: 12px;
}

header.header {
  margin-top: 44px;
}

header.header nav.navbar .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

header.header ul.navbar-nav li.nav-item .submenu {
  position: absolute;
  background: rgb(255, 255, 255);
  transition: opacity 200ms ease-in 0s, transform 200ms ease-in 0s, visibility 200ms ease-in 0s;
  visibility: hidden;
  opacity: 0;
  top: 90%;
  z-index: 11;
  box-shadow: rgba(7, 32, 69, 0.25) 0px 11.98px 23.959px -8.985px, rgba(29, 79, 129, 0.04) 0px 0.749px 1.497px 0px, rgba(18, 55, 105, 0.08) 0px 0px 0px 0.749px;
  backdrop-filter: blur(3.74365px);
  overflow: hidden;
  min-width: 217px;
  border-radius: 8px;
  transform: translateY(20px);
}

header.header ul.navbar-nav li.nav-item:hover .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

header.header ul.navbar-nav li.nav-item .submenu li a {
  border-bottom: 1px solid rgb(216, 216, 216);
  padding: 8px 14px;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  width: 100%;
}

header.header nav.navbar .social-links li a i {
  color: rgb(232, 232, 232);
  font-size: 20px;
}

header.header nav.navbar .social-links li a i:hover {
  color: rgb(125, 0, 178);
}

header.header ul.navbar-nav li.nav-item .submenu li a:hover {
  background: rgb(229, 229, 229);
}

header.header .navbar-nav .nav-link.active {
  color: rgb(125, 0, 178);
  border-bottom: 4px solid rgb(255, 255, 255);
}

header.header .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(232, 232, 232);
}

header.header ul.navbar-nav li.nav-item {
  padding: 8px 12px;
  position: relative;
}

header.header nav.navbar {
  padding: 0px 40px;
}

header.header nav.navbar.is-menu-sticky {
  position: fixed;
  z-index: 1111;
  width: 90%;
  top: 0px;
  box-shadow: rgba(17, 17, 17, 0.12) 0px 6px 15px 0px;
  left: auto;
  right: auto;
  border-radius: 0px;
  transition: none 0s ease 0s;
}

header.header nav.navbar.is-menu-sticky li.nav-item {
  padding: 16px 12px;
}

header.header .navbar-expand-lg .navbar-nav .nav-link span.submenu-toggle {
  display: inline-block;
  margin-left: 2px;
}

header.header .navbar-expand-lg .navbar-nav .nav-link span.submenu-toggle i {
  font-size: 12px;
}

section.home-banner {
  position: relative;
  background: url("../images/homebanners.png") center center / cover no-repeat;
}

section.subsbtnsec .subscribe-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

section.subsbtnsec {
  position: relative;
  z-index: 1;
}

section.latest-episodes {
  position: relative;
  z-index: 1;
  padding-bottom: 56px;
  background: rgb(255, 255, 255);
}

ul.post-items .img-box .img-box img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

ul.post-items li .details span.rounded-point {
  height: 6px;
  width: 6px;
  display: inline-block;
  background: rgb(34, 34, 34);
  margin-bottom: 1px;
  margin-right: 10px;
  border-radius: 50% !important;
}

ul.post-items li .details p {
  display: flex;
  font-size: 14px;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

ul.post-items li {
  display: grid;
  border-bottom: 1px solid rgb(212, 212, 212);
  gap: 15px;
  grid-template-columns: 50px auto 150px;
  align-items: center;
  padding: 10px 0px;
}

ul.post-items li .downicons svg {
  width: 16px;
  height: 16px;
}

ul.post-items li .downicons a {
  border-right: 1px solid rgb(212, 212, 212);
  padding: 0px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.post-items li .downicons a:last-child {
  border-right: none;
}

ul.post-items li .downicons {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.post-items li .details p span {
  font-weight: 500;
}

ul.post-items li a.name {
  font-size: 18px;
  font-weight: 500;
  max-width: 425px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

ul.post-items .img-box i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}

ul.post-items .img-box i:hover {
  background: rgb(125, 0, 178);
}

ul.post-items.gridview {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

ul.post-items.gridview li {
  grid-template-columns: 1fr;
  margin-top: 90px;
  border: 6px solid rgba(37, 28, 28, 0.03);
  border-radius: 14px;
  padding: 0px 30px 20px;
}

ul.post-items.gridview .img-box .img-box img {
  width: 100%;
  max-height: 197px;
  max-width: 197px;
  height: 100%;
  border-radius: 36px;
  margin: auto;
  display: inline-block;
}

ul.post-items.gridview li .details p span {
  font-size: 16px;
}

ul.post-items.gridview li .details p {
  flex-wrap: wrap;
  gap: 5px;
}

ul.post-items.gridview .img-box .img-box {
  text-align: center;
}

ul.post-items.gridview a.img-box {
  margin-top: -90px;
}

section.spencer {
  z-index: 1;
  position: relative;
}

section.show-go-on {
  background: url("../images/support.jpg") center center / cover no-repeat;
  padding-bottom: 56px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 56px 56px 0px 0px !important;
}

section.show-go-on .bg-overlay {
  background-color: rgb(7, 23, 31);
  opacity: 0.57;
  transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}

section.show-go-on .tpblock {
  text-align: center;
  margin: auto;
  width: auto;
  display: inline-block;
}

section.show-go-on .tpblock h3 {
  font-size: 52px;
  margin-bottom: 50px;
  margin-left: -88px;
}

section.show-go-on h4 {
  font-size: 20px;
  font-weight: 400;
}

section.show-go-on .becomeapetron {
  fill: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background-color: rgb(255, 66, 77);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 30px 0px;
  font-size: 16px;
  padding: 25px 50px;
  border-radius: 6px;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 700;
}

section.show-go-on .becomeapetron:hover {
  transform: scale(0.9);
}

section.show-go-on .container {
  display: grid;
  grid-template-columns: 387px auto;
  padding-left: 0px;
  padding-right: 0px;
  align-items: center;
  gap: 40px;
}

section.show-go-on .container .iimg-box img {
  max-width: 120px;
}

section.show-go-on .container .iimg-box {
  text-align: center;
}

section.meet-your-host {
  /* position: relative; */
  z-index: 1;
  overflow: hidden;
}

section.meet-your-host .container .absmic {
  position: absolute;
  bottom: 0px;
  left: 35%;
  transform: translateX(-50%);
  display: flex;
  z-index: -1;
  align-items: center;
  justify-content: center;
}

section.meet-your-host .container .absmic img {
  width: 105px;
  height: 182px;
  object-fit: contain;
}

section.meet-your-host .container .inner-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 826px;
  margin: auto;
}

section.meet-your-host .container .inner-content .profile-card {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 10px 0px;
  padding: 20px 40px;
  border-radius: 36px;
}

section.meet-your-host .container .inner-content .profile-card .img-box img {
  height: 333px;
  width: 333px;
  border-radius: 50%;
  object-fit: cover;
}

section.meet-your-host .container .inner-content .iconbox {
  text-align: center;
  margin: 20px 0px;
}

section.meet-your-host .container .inner-content h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

section.meet-your-host .container .inner-content p.profile-designation {
  color: rgba(255, 255, 255, 0.39);
  margin-bottom: 12px;
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
}

section.meet-your-host .container .inner-content ul.profile-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

section.meet-your-host .container .inner-content ul.profile-footer li a {
  display: flex;
  align-items: center;
  height: 36px;
  justify-content: center;
  width: 36px;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.2);
}

section.meet-your-host .container .inner-content .profile-card:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

section.meet-your-host .container .inner-content .profile-card .iconbox i {
  color: rgba(255, 255, 255, 0.42);
  font-size: 30px;
}

section.meet-your-host .container .inner-content h3 a {
  color: rgb(255, 255, 255);
  display: inline-block;
}

section.meet-your-host .container .inner-content ul.profile-footer li a:hover {
  color: rgb(34, 34, 34);
  background-color: rgb(255, 255, 255);
}

section.the-blog {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: rgb(255, 255, 255);
  box-shadow: rgba(7, 32, 69, 0.25) 0px 11.98px 23.959px -8.985px, rgba(29, 79, 129, 0.04) 0px 0.749px 1.497px 0px, rgba(18, 55, 105, 0.08) 0px 0px 0px 0.749px;
}

.container .contents {
  display: grid;
  gap: 30px;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr 1fr;
}

.container .contents .item {
  border: 1px solid rgba(37, 28, 28, 0.08);
  border-radius: 14px;
}

.container .contents .item .img-box a img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 14px;
}

.container .contents .item .title-box h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.container .contents .item .title-box h4 a:hover {
  color: rgb(125, 0, 178);
}

section.slidersecshow {
  background: url("../images/a-02.jpg") center center / cover no-repeat;
  padding-bottom: 56px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 56px 56px 0px 0px !important;
}

section.slidersecshow .bg-overlay {
  background-color: rgb(7, 23, 31);
  opacity: 0.56;
  transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}

section.slidersecshow .container .quotebox i {
  font-size: 35px;
}

section.slidersecshow .container p {
  font-size: 36px;
  font-weight: 300;
  margin-top: 20px;
  text-align: center;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.95);
}

section.slidersecshow .container .avatar-box {
  text-align: center;
  margin-top: 30px;
}

section.slidersecshow .container .avatar-box img {
  height: 66px;
  width: 66px;
  border-radius: 50%;
  object-fit: cover;
}

section.slidersecshow .container span.profile-info strong.author-name {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
  display: block;
  text-align: center;
  margin-top: 15px;
}

section.slidersecshow .container span.profile-info span.author-des {
  color: rgba(255, 255, 255, 0.38);
  display: block;
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
}

section.slidersecshow .container .quotebox img {
  width: 42px;
}

section.slidersecshow .container .carousel-inner {
  max-width: 1014px;
  min-height: 400px;
  margin: auto;
}

section.slidersecshow .container .carousel-control-next,
section.slidersecshow .container .carousel-control-prev {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4%;
  padding: 0px;
  color: rgb(255, 255, 255);
  text-align: center;
  background: 0px 0px;
  border: 0px;
  opacity: 1;
  transition: opacity 0.15s ease 0s;
}

section.our-sponsors {
  position: relative;
  z-index: 1;
  border-radius: 56px 56px 0px 0px;
  padding-bottom: 80px;
  overflow: hidden;
}

section.our-sponsors .content {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-around;
}

section.our-sponsors .content li.items img {
  width: 45px;
  height: 45px;
  filter: grayscale(1);
  object-fit: contain;
}

section.our-sponsors .content a {
  display: flex;
  justify-content: center;
}

section.our-sponsors .content li.items {}

ul.pagination .page-link {
  color: rgb(34, 34, 34);
}

ul.pagination .active>.page-link,
.page-link.active {
  background: rgb(125, 0, 178);
  border: 1px solid rgb(125, 0, 178);
  color: rgb(255, 255, 255);
}

section.become-sposor {
  background: url("../images/footerbg.jpeg") center center / cover no-repeat;
  min-height: 300px;
  padding-bottom: 56px;
  position: relative;
  z-index: 1;
}

section.become-sposor .container {
  max-width: 585px;
  padding-top: 20px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 60px 0px;
  border-radius: 16px;
  position: relative;
  top: -60px;
  z-index: 1;
  padding-bottom: 20px;
}

section.become-sposor .container h2 {
  /* font-size: 36px; */
  /* margin: auto auto 20px; */
  /* text-align: center; */
  /* line-height: 1em; */
}

section.become-sposor p.feelfree {
  line-height: 1.5em;
  text-align: center;
  max-width: 352px;
  margin: auto;
  font-size: 16px;
}

section.become-sposor p.all-qu {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

section.become-sposor p.feelfree a {
  text-decoration: underline;
}

section.become-sposor p.all-qu a {
  text-decoration: underline;
}

section.newsletter{
  color: rgb(255, 255, 255);
}

section.newsletter h4{
  font-size: 30px;
}

section.newsletter p{
  font-size: 14px;
}

section.newsletter .btn-info{
  color: rgb(255, 255, 255);
  background-color: rgb(125, 0, 178);
  border-color: rgb(125, 0, 178);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

section.newsletter .btn-info:hover{
color: rgb(255, 255, 255);
  background-color: rgb(125, 0, 178);
  border-color: rgb(125, 0, 178);
}

footer.footer{
  padding: 0 40px;
}

footer.footer .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer.footer p {
  text-align: center;
  padding: 22px 0px;
  font-size: 12px;
  color: rgb(34, 34, 34);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

footer.footer p a:hover{
text-decoration: underline;
}



.filter-box .accordion-button {
  border-bottom: 1px solid rgb(212, 212, 212);
  font-weight: 600;
  color: rgb(34, 34, 34);
  border-radius: 0px !important;
}

.filter-box .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.form-check-input:focus {
  box-shadow: none;
  border-color: rgb(222, 226, 230);
}

.form-check-input:checked {
  background: url("../images/checkboxicon.svg") center center / 10px no-repeat;
  border-color: rgb(125, 0, 178);
}

.form-check-input[type="radio"],
.form-check-input[type="checkbox"] {
  border-radius: 0px;
}

.search-box .form-control {
  background: url("../images/searchIcon.svg") left 10px center no-repeat;
  padding-left: 35px;
  border: 1px solid rgb(212, 212, 212);
  border-radius: 6px;
}

.search-box .form-control:focus {
  box-shadow: none;
  border: 1px solid rgb(212, 212, 212);
}

.main-player {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1111;
  border-top: 2px solid rgb(255, 255, 255);
  height: 80px;
  background: rgb(125, 0, 178);
  padding: 10px;
}

.right-bx .share {
  display: flex;
  align-items: center;
  gap: 10px;
}

.right-bx .share i {
  font-size: 20px;
  color: rgb(255, 255, 255);
}

@keyframes load-a {
  0% {
    width: 0px;
  }

  100% {
    width: 88%;
  }
}

.progress {
  border-radius: 4px;
  align-items: center;
  position: relative;
  display: flex;
  gap: 15px;
  height: 5px;
  width: 100%;
}

.progress-value {
  animation: 3s ease 0s 1 normal forwards running load-a;
  border-radius: 4px;
  background: rgb(99, 66, 169);
  height: 5px;
}

span.asass {
  width: 18px;
  display: block;
}

a.epi span.epispan img {
  width: 20px;
}

a.epi {
  color: rgb(255, 255, 255);
}

.center-bx {
  width: 55%;
}

span.jaor img {
  width: 18px;
}

.textkm {
  font-size: 12px;
  color: rgb(255, 255, 255);
}

a.playerplaybtn {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(34, 34, 34);
  border: 2px solid rgb(255, 255, 255);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.playerplaybtn i {
  font-size: 31px;
  color: rgb(255, 255, 255);
}

.plyrimg {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 5px;
}

.plyrimg span.nafqa img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

section.abpgbanner {}

section.aboutcountersec {}

section.aboutmeethost {
  background: rgb(255, 255, 255);
}

section.aboutmeethost #more-text {
  display: none;
}

section.aboutmeethost #more-text-btn {
  padding:0;
  color: rgb(34, 34, 34);
      font-weight: 700;
}

section.pitchsec ul {
padding-left: 18px;
}

section.pitchsec ul li{
list-style-type: square;
margin-bottom: 10px;
}

section.contactsec {
  padding-top: 40px;
}

section.contactsec .form-container {
  max-width: 760px;
  margin: auto;
  padding: 80px;
  border: 5px solid rgb(34, 34, 34);
  box-shadow: rgba(0, 0, 0, 0.12) 12px 12px 0px 0px;
  border-radius: 24px;
}

section.contactsec .form-container>p {
  font-size: 20px;
  text-align: center;
  max-width: 78%;
  margin: auto auto 30px;
  font-weight: 400;
}

section.contactsec h3{
      margin-bottom: 40px;
    line-height: 160%;
}

section.contactsec p{
    line-height: 190%;
    font-size: 18px;
}


section.contactsec .keepintouch a{
  border: 1px solid #222;
  padding: 8px;
  display: inline-block;
  height: 48px;
  width: 48px;
  margin-top: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

section.contactsec .keepintouch a:not(:last-of-type){
  margin-right: 12px;
}

section.contactsec .keepintouch a:hover{
  background-color: #222;
  color: white;
}

section.partnersec{
  padding-top: 40px;
}



section.partnersec .form-container {
  max-width: 760px;
  margin: auto;
  padding: 40px;
}

section.partnersec .form-container .form-label{
  font-size: 14px;
  font-weight: 500;
}

.podcastdetailbanner {
  height: 300px;
  position: relative;
  display: block;
}

.podcastdetailbanner i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}

.podcastdetailbanner i:hover {
  background: rgb(125, 0, 178);
}

.podcastdetailbanner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.comment-views {
  display: grid;
  grid-template-columns: 50px auto;
  gap: 10px;
}

.comment-views img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.comment-views .date {
  font-size: 12px;
  font-weight: 600;
}

.comment-section {
  max-height: 500px;
  overflow: auto;
  min-height: 30px;
}

.comment-section::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: transparent;
}

.comment-section::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgb(225, 225, 225);
}

.comment-section::-webkit-scrollbar-thumb {
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
  background-color: rgb(125, 0, 178);
}

.related-posts ul li {
  display: grid;
  grid-template-columns: 60px auto;
  gap: 15px;
}

.related-posts ul li a,
.related-posts ul li span {
  font-size: 14px;
  font-weight: 500;
}

.related-posts ul li img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  border-radius: 50%;
}