/*
Template Name: <
Author:  Pixydrops
Author URI: https://themeforest.net/user/pixydrops/portfolio
Developer: Pixydrops
Version: 1.0.0
Description: 
*/
/* Css files are always kept clean. We do not any extra Css 


/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  --body: #ffffff;
  --primary: #eb8a12;
  --text: #777777;
  --heading: #000000;
  --light: #e4e4e4;
  --black: #000;
  --borders: rgba(255, 255, 255, 0.1);
  --white: #fff;
  --spantext: #757575;
  --theme: #eb8a12;
  --bg1: #161616;
  --bg2: #1b1b1b;
  --bg3: #fff;
  --bg4: #f5f5f5;
  --social: #1E1E1E;
  --border1: #454750;
  --pra-clr: #bebebe;
  --dd-clr: #dadada;
  --place: #858585;
  --tag: #646464;
  --bspan: #ababab;
}

/* -----------------------
    Template Default Fonts
 ------------------------- */
.body-font {
  font-family: "DM Sans", sans-serif;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--white);
  background-color: #fff;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--heading);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 112%;
}

h2 {
  font-size: 50px;
  line-height: 120%;
  font-weight: 700;
}

h3 {
  font-size: 40px;
  font-weight: 700;
}

h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

h5 {
  font-size: 26px;
  font-weight: 700;
}

h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: var(--white);
}

.zindex1 {
  z-index: 1;
}

.whitehover {
  color: var(--white) !important;
}

.pra-clr {
  color: #8f8f8f !important;
}

.light-clr {
  color: var(--light);
}

.light-bb {
  border-bottom: 1px solid var(--light);
}

.text-clr {
  color: var(--text) !important;
}

.theme-border {
  border: 1px solid var(--theme) !important;
}

.primaryhover {
  transition: all 0.4s;
}
.primaryhover:hover {
  color: var(--primary);
}

.pra-border {
  border: 1px solid #bebebe;
}

.radius100 {
  border-radius: 100px;
}

.bb-border {
  border-bottom: 1px solid var(--border1) !important;
}

.bt-border {
  border-top: 1px solid var(--border1) !important;
}

.socialbg {
  background: var(--social);
}

.htheme {
  transition: all 0.4s;
}
.htheme:hover {
  color: var(--theme);
}

.tag-clr {
  color: var(--tag);
}

.fs20 {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 1399px) {
  .fs20 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .fs20 {
    font-size: 16px;
    line-height: 26px;
  }
}

.fs18 {
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .fs18 {
    font-size: 16px;
    line-height: 26px;
  }
}

.fs14 {
  font-size: 14px;
}

.fs12 {
  font-size: 12px;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: var(--white);
}

.common-social li a {
  width: 41px;
  min-width: 41px;
  height: 41px;
  display: block;
  border: 1px solid var(--border1);
  transition: all 0.5s;
}
.common-social li a:hover {
  background: var(--theme);
  border-color: var(--theme);
}
.common-social li a:hover svg path {
  stroke: var(--white);
}
.common-social li a:hover i {
  color: var(--white);
}

@media (min-width: 575px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.slider-button .cmn-nextpre-controll,
.slider-button .cmn-prev {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
}
.slider-button .cmn-nextpre-controll i,
.slider-button .cmn-prev i {
  color: var(--border1);
  font-size: 24px;
  transition: all 0.4s;
}
.slider-button .cmn-nextpre-controll.active, .slider-button .cmn-nextpre-controll:hover,
.slider-button .cmn-prev.active,
.slider-button .cmn-prev:hover {
  background: var(--theme);
  border-color: var(--theme);
}
.slider-button .cmn-nextpre-controll.active i, .slider-button .cmn-nextpre-controll:hover i,
.slider-button .cmn-prev.active i,
.slider-button .cmn-prev:hover i {
  color: var(--white);
}
@media (max-width: 1399px) {
  .slider-button .cmn-nextpre-controll,
  .slider-button .cmn-prev {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
  .slider-button .cmn-nextpre-controll i,
  .slider-button .cmn-prev i {
    font-size: 17px;
  }
}
@media (max-width: 1399px) {
  .slider-button .cmn-nextpre-controll,
  .slider-button .cmn-prev {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
  .slider-button .cmn-nextpre-controll i,
  .slider-button .cmn-prev i {
    font-size: 16px;
  }
}
.slider-button .previus-text {
  font-size: 22px;
}
.slider-button .project-storke {
  font-size: 44px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #454750;
  color: transparent;
  display: block;
}
@media (max-width: 575px) {
  .slider-button .previus-text {
    font-size: 18px;
  }
  .slider-button .project-storke {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .slider-button .previus-text {
    font-size: 16px;
  }
  .slider-button .project-storke {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .slider-button .previus-text {
    font-size: 14px;
  }
  .slider-button .project-storke {
    display: none;
  }
}

.d-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.spantext-clr {
  color: var(--spantext) !important;
}

.common-form textarea,
.common-form input {
  outline: none;
  border-radius: 8px;
  padding: 16px 19px;
  color: var(--pra-clr);
  font-size: 16px;
  border: 1px solid var(--border1);
  background: transparent;
  width: 100%;
}
.common-form ::placeholder {
  color: var(--pra-clr);
  font-size: 16px;
}
.common-form .getin-touch {
  border: 1px solid var(--white);
  border-radius: 8px;
  transition: all 0.5s;
}
.common-form .getin-touch .icons {
  transform: rotate(35deg);
  display: block;
  transition: all 0.5;
}
.common-form .getin-touch .icons i {
  transition: all 0.5s;
}
.common-form .getin-touch:hover {
  border-color: var(--theme);
  color: var(--theme);
}
.common-form .getin-touch:hover .icons {
  transform: rotate(-35deg);
}

.heading-bg {
  background: var(--heading);
}

.black-clr {
  color: var(--black);
}

.white-clr {
  color: var(--white);
}

.whitebg {
  background: var(--white);
}

.theme-clr {
  color: var(--theme);
}

.theme-bg {
  background: var(--theme);
}

.bg1-clr {
  background: var(--bg1);
}

.bg2-clr {
  background: var(--bg2) !important;
}

.bg3-clr {
  background: var(--bg3);
}

.bg4-clr {
  background: var(--bg4);
}

.themebg {
  background: var(--theme);
}

.hb-border {
  border-bottom: 1px solid var(--border1);
}

.cmn-border {
  border: 1px solid #454750 !important;
}

.rot60 {
  transform: rotate(60deg);
  transition: all 0.4s;
}

.bspan-clr {
  color: var(--bspan);
}

.pt-space {
  padding-top: 120px;
}

.pb-space {
  padding-bottom: 120px;
}

@media (max-width: 1399px) {
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 44px;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 26px;
  }
  .pt-space {
    padding-top: 80px;
  }
  .pb-space {
    padding-bottom: 80px;
  }
  .pt-space {
    padding-top: 100px;
  }
  .pb-space {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .pt-space {
    padding-top: 80px;
  }
  .pb-space {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 29px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 19px;
  }
  h6 {
    font-size: 17px;
  }
  .pt-space {
    padding-top: 70px;
  }
  .pb-space {
    padding-bottom: 70px;
  }
}
.hoverwhite {
  transition: all 0.4s;
}
.hoverwhite:hover {
  color: #fff;
}

.hoverblack {
  transition: all 0.4s;
}
.hoverblack:hover {
  color: #000;
}

section,
footer {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.map-section iframe {
  width: 100%;
  height: 470px;
}
@media (max-width: 1199px) {
  .map-section iframe {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .map-section iframe {
    height: 300px;
  }
}

.sponsor-section {
  border-top: 1px solid #e5e5e5;
}
.sponsor-section .sponsor-item {
  margin: 0 auto;
  max-width: 190px;
  height: 50px;
}
.sponsor-section .sponsor-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.sponsor-section .sponsor-item img:hover {
  filter: brightness(0);
}

.new-podcast-section {
  position: relative;
  background: url(../img/banner/new-podcastbg.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}
.new-podcast-section .new-podcast-content .new-logo {
  width: 140px;
  height: 44px;
  display: block;
}
.new-podcast-section .new-podcast-content .new-logo img {
  width: 100%;
  height: 100%;
}
.new-podcast-section .big-mike {
  position: absolute;
  left: 50px;
  bottom: -10px;
  z-index: -1;
}
.new-podcast-section .new-pocast-btn:hover {
  background: var(--white);
  color: var(--black);
}
@media (max-width: 1800px) {
  .new-podcast-section .big-mike {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .new-podcast-section .big-mike {
    display: none;
  }
}

.new-podcast-sectionv2 {
  background: url(../img/banner/support-and-listen.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}
.new-podcast-sectionv2 .podact-line {
  position: absolute;
  right: 0;
  bottom: 0;
  animation: rots 2s linear infinite;
}
.new-podcast-sectionv2::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.691);
  z-index: -1;
}

.new-podcast-wrapsv2 {
  display: flex;
  align-items: center;
  gap: 142px;
}
.new-podcast-wrapsv2 .icon-thumb {
  width: 220px;
  min-width: 220px;
  height: 220px;
  border-radius: 50%;
}
.new-podcast-wrapsv2 .new-podcast-contentv2 {
  max-width: 650px;
}
@media (max-width: 1599px) {
  .new-podcast-wrapsv2 {
    gap: 50px;
  }
  .new-podcast-wrapsv2 .icon-thumb {
    width: 220px;
    min-width: 220px;
    height: 220px;
    border-radius: 50%;
  }
  .new-podcast-wrapsv2 .new-podcast-contentv2 {
    max-width: 650px;
  }
}
@media (max-width: 991px) {
  .new-podcast-wrapsv2 {
    gap: 30px;
  }
  .new-podcast-wrapsv2 .icon-thumb {
    width: 120px;
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  .new-podcast-wrapsv2 .icon-thumb img {
    width: 40px;
  }
  .new-podcast-wrapsv2 .new-podcast-contentv2 {
    max-width: 650px;
  }
}
@media (max-width: 575px) {
  .new-podcast-wrapsv2 {
    gap: 20px;
    display: grid;
  }
  .new-podcast-wrapsv2 .icon-thumb {
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
  }
  .new-podcast-wrapsv2 .icon-thumb img {
    width: 30px;
  }
  .new-podcast-wrapsv2 .new-podcast-contentv2 {
    max-width: 650px;
  }
}

@keyframes rots {
  50% {
    transform: rotate(5deg);
  }
}
.play-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.personal-podcast-item .thumb {
  margin-top: -32px;
  transition: all 0.4s;
}
.personal-podcast-item h5 {
  max-width: 270px;
  margin: 0 auto;
}
.personal-podcast-item:hover .thumb {
  margin-top: -25px;
}
.personal-podcast-item:hover h5 a {
  color: var(--theme);
}
.personal-podcast-item:hover .theme-clr {
  color: var(--theme);
}
@media (max-width: 991px) {
  .personal-podcast-item .thumb {
    margin-top: 16px;
  }
}

.support-donation {
  background: url(../img/banner/suport-bg.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.feature-item .thumb img {
  transition: all 0.4s;
}
.feature-item .thumb .feature-headphoe {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme);
  position: absolute;
  top: 40px;
  left: 40px;
}
.feature-item .touch-btn:hover {
  background: var(--theme);
  color: var(--white) !important;
}
.feature-item h4 {
  max-width: 262px;
}
.feature-item .fashion-life .episode-sri {
  padding-left: 10px;
}
.feature-item .fashion-life .episode-sri::before {
  position: absolute;
  content: "";
  left: 0;
  width: 4px;
  height: 4px;
  background: var(--pra-clr);
  border-radius: 50%;
}
.feature-item:hover .content .fashion-life a {
  color: var(--theme);
}
.feature-item:hover .content .black-clr {
  color: var(--theme);
}
.feature-item:hover .thumb img {
  transform: scale(1.08);
}
@media (max-width: 1399px) {
  .feature-item .thumb {
    width: 100%;
  }
  .feature-item .thumb img {
    width: 100%;
  }
  .feature-item .thumb .feature-headphoe {
    top: 15px;
    left: 15px;
  }
}

.feature-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cmn-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
  opacity: 0.302;
  position: relative;
}

.cmn-pagination .swiper-pagination-bullet-active {
  background: var(--theme);
  opacity: 1;
}

.application-circle {
  position: absolute;
  right: 50px;
  top: -40px;
  z-index: -1;
  animation: cir360 10s linear infinite;
}

.application-sponsor .app-sponsor-item img {
  transition: all 0.5s;
}
.application-sponsor .app-sponsor-item img:hover {
  filter: brightness(0);
}
@media (max-width: 991px) {
  .application-sponsor .app-sponsor-item {
    max-width: 120px;
  }
  .application-sponsor .app-sponsor-item img {
    width: 100%;
    object-fit: contain;
  }
}

@keyframes cir360 {
  100% {
    transform: rotate(360deg);
  }
}
.sponsor-section01 .sponsor-item img {
  filter: brightness(25);
}

.ex-vid {
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme);
  border-radius: 50%;
  margin: -30px auto 0;
  position: relative;
  transition: all 0.4s;
}
.ex-vid:hover {
  background: var(--black);
}
.ex-vid:hover i {
  color: var(--white);
}

.sub-header-link .line {
  height: 13px;
  border-left: 1px solid #7a7575;
  display: block;
}
.sub-header-link li a:hover {
  color: var(--theme) !important;
}

.cmn-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cmn-fixed {
    z-index: 9999 !important;
  }
}

.header-section {
  width: 100%;
  z-index: 100;
  z-index: 999;
}
.header-section .brand-logo {
  max-width: 180px;
}
@media (max-width: 1199px) {
  .header-section .brand-logo {
    max-width: 150px;
  }
}
@media (max-width: 380px) {
  .header-section .brand-logo {
    max-width: 136px;
  }
}
@media (max-width: 767px) {
  .header-section .search-toggle-box {
    display: none;
    position: absolute;
    width: 100%;
    top: 60px;
    z-index: 10;
  }
}
@media (max-width: 991px) {
  .header-section .main-navbar .navbar-toggle-item {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-section .main-navbar .navbar-toggle-item {
    display: initial !important;
  }
}
.header-section .main-navbar .custom-nav .menu-item button::after {
  position: absolute;
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 500;
  font-size: 12px;
  right: -20px;
  transition: all 0.2s ease;
}
.header-section .main-navbar .custom-nav .menu-item button,
.header-section .main-navbar .custom-nav .menu-item a,
.header-section .main-navbar .custom-nav .menu-link button,
.header-section .main-navbar .custom-nav .menu-link a {
  transition: all 0.4s;
  font-size: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  .header-section .main-navbar .custom-nav .menu-item button,
  .header-section .main-navbar .custom-nav .menu-item a,
  .header-section .main-navbar .custom-nav .menu-link button,
  .header-section .main-navbar .custom-nav .menu-link a {
    font-size: 14px !important;
    font-weight: 400 !important;
  }
}
@media (max-width: 575px) {
  .header-section .main-navbar .custom-nav .menu-item button,
  .header-section .main-navbar .custom-nav .menu-item a,
  .header-section .main-navbar .custom-nav .menu-link button,
  .header-section .main-navbar .custom-nav .menu-link a {
    font-size: 16px;
  }
}
.header-section .main-navbar .custom-nav .menu-item button:hover, .header-section .main-navbar .custom-nav .menu-item button.active,
.header-section .main-navbar .custom-nav .menu-item a:hover,
.header-section .main-navbar .custom-nav .menu-item a.active,
.header-section .main-navbar .custom-nav .menu-link button:hover,
.header-section .main-navbar .custom-nav .menu-link button.active,
.header-section .main-navbar .custom-nav .menu-link a:hover,
.header-section .main-navbar .custom-nav .menu-link a.active {
  color: var(--theme);
}
.header-section .main-navbar .custom-nav .menu-item button:hover::after, .header-section .main-navbar .custom-nav .menu-item button.active::after,
.header-section .main-navbar .custom-nav .menu-item a:hover::after,
.header-section .main-navbar .custom-nav .menu-item a.active::after,
.header-section .main-navbar .custom-nav .menu-link button:hover::after,
.header-section .main-navbar .custom-nav .menu-link button.active::after,
.header-section .main-navbar .custom-nav .menu-link a:hover::after,
.header-section .main-navbar .custom-nav .menu-link a.active::after {
  transform: rotate(90deg);
}
@media (max-width: 991px) {
  .header-section .main-navbar .custom-nav {
    width: 100%;
  }
  .header-section .main-navbar .custom-nav .sub-menu {
    display: none;
    padding: 5px 20px 5px;
    background: var(--bg1) !important;
  }
  .header-section .main-navbar .custom-nav .sub-menu li a {
    font-size: 14px !important;
    letter-spacing: 2px;
  }
}
@media (min-width: 992px) {
  .header-section .main-navbar .custom-nav .menu-item {
    padding: 34px 0;
  }
  .header-section .main-navbar .custom-nav .menu-item button:hover button::after {
    transform: rotate(-180deg);
  }
  .header-section .main-navbar .custom-nav .sub-menu {
    position: absolute;
    top: 20px;
    left: -30px;
    min-width: 240px;
    opacity: 0;
    width: max-content;
    visibility: hidden;
    transform: translateY(50px);
    text-wrap: nowrap;
    transition: 0.8s;
    display: initial !important;
    background: var(--white);
    z-index: 10;
    pointer-events: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 8px;
  }
  .header-section .main-navbar .custom-nav .sub-menu button {
    color: var(--black);
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
  }
  .header-section .main-navbar .custom-nav .sub-menu li a {
    color: var(--heading);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .header-section .main-navbar .custom-nav .sub-menu .sub-menu {
    border-left: 2px solid var(--p1);
    left: 99%;
    top: -55px;
    z-index: 9;
  }
  .header-section .main-navbar .custom-nav .menu-item {
    position: relative;
  }
  .header-section .main-navbar .custom-nav .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(60px);
    pointer-events: auto;
  }
}
.header-section .main-navbar .navbar-toggle-btn {
  width: 36px;
  height: 24px;
  position: relative;
  right: 0;
  transition: 0.5s;
  top: 0;
}
.header-section .main-navbar .navbar-toggle-btn span {
  background: var(--theme);
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.5s;
}
.header-section .main-navbar .navbar-toggle-btn span:nth-child(1) {
  top: 0;
}
.header-section .main-navbar .navbar-toggle-btn span:nth-child(2), .header-section .main-navbar .navbar-toggle-btn span:nth-child(3) {
  top: 12px;
}
.header-section .main-navbar .navbar-toggle-btn span:nth-child(4) {
  top: 24px;
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-section .search-icon {
  transition: all 0.4s;
  width: 48px;
  min-width: 48px;
  height: 48px;
}
.header-section .search-icon i {
  transition: all 0.4s;
  font-size: 20px;
}
.header-section .search-icon:hover {
  background: var(--primary);
}
.header-section .search-icon:hover i {
  color: var(--white);
}
.header-section .touch-btn {
  font-size: 12px;
  border-radius: 100px;
}
.header-section .touch-btn .icon {
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
}
.header-section .touch-btn .icon i {
  transition: all 0.4s;
}
.header-section .touch-btn:hover {
  color: var(--white);
  background: var(--bg1);
}
.header-section .touch-btn:hover .icon i {
  color: var(--primary);
}
.header-section .remove-clickbg-adding {
  border-radius: 50%;
  width: 50px;
  min-width: 50px;
  height: 50px;
  background: var(--bg1);
}
@media (max-width: 991px) {
  .header-section .remove-clickbg-adding {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
  .header-section .remove-clickbg-adding i {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .header-section {
    background: var(--heading);
  }
}

@media (min-width: 575px) {
  .header-onestyle .container {
    max-width: 1830px;
    margin: 0 auto;
  }
}

.cus__scroll {
  max-height: 65vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.header-fixed {
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  background: var(--bg1);
}
.header-fixed .sub-header-wrap {
  display: none !important;
}
.header-fixed .touch-btn {
  background: var(--theme);
}
.header-fixed .touch-btn:hover {
  background: #c74001;
}

.remove-click {
  width: 58px;
  height: 58px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remove-click i {
  font-size: 26px;
  color: var(--title);
}
.remove-click:hover {
  cursor: pointer;
}
@media (max-width: 1199px) {
  .remove-click {
    width: 39px;
    height: 39px;
  }
  .remove-click i {
    font-size: 22px;
  }
}

.subside-barmenu {
  width: 319px;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: #000;
  right: -320px;
  top: 0;
  transition: all 0.4s;
  overflow-y: scroll;
}
.subside-barmenu .remove-click {
  margin: 10px;
  padding: 5px;
  border-radius: 6px;
  margin: 0 auto;
}
.subside-barmenu .remove-click:hover {
  cursor: pointer;
}
.subside-barmenu .remove-click i {
  font-size: 36px;
  color: var(--theme);
}
.subside-barmenu .sub-contact-wrapper {
  padding: 40px 20px;
}
.subside-barmenu .sub-contact-wrapper .side-logo {
  margin-bottom: 20px;
}
.subside-barmenu .sub-contact-wrapper p {
  font-size: 14px;
  margin-bottom: 40px;
}
.subside-barmenu .sub-contact-wrapper .sub-contact-left {
  gap: 24px;
  margin-bottom: 40px;
}
.subside-barmenu .sub-contact-wrapper .social li a {
  width: 45px;
  height: 45px;
  background: var(--base);
  border: 1px solid var(--base);
}
.subside-barmenu .sub-contact-wrapper .social li a i {
  color: var(--title);
}
.subside-barmenu::before {
  display: none;
}
.subside-barmenu.active {
  right: 0px;
}

.ph-clickwrap {
  padding-left: 16px;
  border-left: 1px solid var(--borders);
}

.search-shopcart a:hover {
  color: var(--theme);
}

.header-threestyle {
  background: var(--white);
}
.header-threestyle .main-navbar .custom-nav .menu-item button::after {
  color: var(--black);
}
.header-threestyle .main-navbar .custom-nav .menu-item button,
.header-threestyle .main-navbar .custom-nav .menu-item a,
.header-threestyle .main-navbar .custom-nav .menu-link button,
.header-threestyle .main-navbar .custom-nav .menu-link a {
  color: var(--black);
}
.header-threestyle .main-navbar .custom-nav .menu-item button:hover, .header-threestyle .main-navbar .custom-nav .menu-item button.active,
.header-threestyle .main-navbar .custom-nav .menu-item a:hover,
.header-threestyle .main-navbar .custom-nav .menu-item a.active,
.header-threestyle .main-navbar .custom-nav .menu-link button:hover,
.header-threestyle .main-navbar .custom-nav .menu-link button.active,
.header-threestyle .main-navbar .custom-nav .menu-link a:hover,
.header-threestyle .main-navbar .custom-nav .menu-link a.active {
  color: var(--theme);
}
@media (max-width: 991px) {
  .header-threestyle .main-navbar .custom-nav .sub-menu {
    background: var(--white) !important;
  }
}
.header-threestyle .search-shopcart {
  border-left: 1px solid var(--pra-clr);
  padding-left: 40px;
}
.header-threestyle .search-icon i {
  color: var(--black);
}

.cmn-breadcrumnd-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.breadcrumnd-banner {
  background: url(../img/banner/base.jpg) no-repeat center center;
  background-size: cover;
  padding: 244px 2px 130px;
}
.breadcrumnd-banner h3 {
  letter-spacing: 3px;
}
.breadcrumnd-banner .breadcrumnd li {
  font-size: 14px;
  color: #fff;
  font-family: var(--body-font);
}
.breadcrumnd-banner .breadcrumnd li a {
  font-size: 14px;
  color: #fff;
  font-family: var(--body-font);
  transition: all 0.4s;
}
.breadcrumnd-banner .breadcrumnd li a:hover {
  color: #fff;
  opacity: 0.8;
}
@media (max-width: 1399px) {
  .breadcrumnd-banner {
    padding: 190px 2px 120px;
  }
}
@media (max-width: 991px) {
  .breadcrumnd-banner {
    padding: 200px 1px 100px;
  }
}
@media (max-width: 575px) {
  .breadcrumnd-banner {
    padding: 180px 1px 80px;
  }
}

.hero-section-version1 {
  background: url(../img/banner/bg-header-home-1.jpg) no-repeat center center;
  background-size: cover;
  padding: 285px 5px 250px;
  z-index: 1;
}
.hero-section-version1 .hero-v1-content {
  position: relative;
}

/* Homepage hero entrance. These classes only animate paint properties, so the
   original hero measurements and responsive layout remain unchanged. */
.hero-section-version1 .home-hero-reveal {
  opacity: 0;
  will-change: opacity, transform, filter;
  animation: homeHeroReveal 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.hero-section-version1 .home-hero-reveal--eyebrow {
  animation-delay: 0.08s;
}
.hero-section-version1 .home-hero-reveal--title {
  animation-delay: 0.22s;
}
.hero-section-version1 .home-hero-reveal--actions {
  animation-delay: 0.4s;
}
@keyframes homeHeroReveal {
  from {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
    filter: blur(7px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-section-version1 .home-hero-reveal {
    opacity: 1;
    animation: none;
    transform: none;
    filter: none;
  }
}
.hero-section-version1 .hero-v1-content .listen-subtile {
  font-size: 100px;
  font-family: "Reey", sans-serif;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  display: block;
}
.hero-section-version1 .hero-v1-content .listing-text {
  max-width: 322px;
  height: 222px;
  display: block;
  margin: 0 auto -60px;
}
.hero-section-version1 .hero-v1-content .listing-text img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.hero-section-version1 .hero-v1-content .hero-title {
  font-size: 100px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  line-height: 1.2;
  word-spacing: 10px;
  letter-spacing: 20px;
}
.hero-section-version1 .hero-v1-content .hero-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.hero-section-version1 .hero-v1-content .hero-tag .hero-tag-item {
  transition: all 0.4s;
  border-radius: 100px;
}
.hero-section-version1 .hero-v1-content .hero-tag .hero-tag-item i,
.hero-section-version1 .hero-v1-content .hero-tag .hero-tag-item span {
  transition: all 0.4s;
}
.hero-section-version1 .hero-v1-content .hero-tag .hero-tag-item:hover {
  background: var(--heading);
}
.hero-section-version1 .hero-v1-content .hero-tag .hero-tag-item:hover i,
.hero-section-version1 .hero-v1-content .hero-tag .hero-tag-item:hover span {
  color: var(--white);
}
.hero-section-version1 .hero-v1-content .bn-arrowv1 {
  position: absolute;
  right: 239px;
  top: 288px;
  animation: xani 2s linear infinite;
}
@media (max-width: 1399px) {
  .hero-section-version1 {
    padding: 240px 5px 190px;
  }
}
@media (max-width: 1199px) {
  .hero-section-version1 {
    padding: 200px 5px 180px;
  }
  .hero-section-version1 .hero-v1-content .hero-title {
    font-size: 80px;
    line-height: 1.2;
    word-spacing: 10px;
    letter-spacing: 20px;
  }
  .hero-section-version1 .hero-v1-content .listing-text {
    max-width: 222px;
    height: 222px;
    margin: 0 auto -40px;
  }
}
@media (max-width: 991px) {
  .hero-section-version1 {
    padding: 170px 5px 170px;
  }
  .hero-section-version1 .hero-v1-content .hero-title {
    font-size: 60px;
    line-height: 1.2;
    word-spacing: 2px;
    letter-spacing: 12px;
  }
  .hero-section-version1 .hero-v1-content .listing-text {
    max-width: 180px;
    height: 222px;
    margin: 0 auto -40px;
  }
  .hero-section-version1 .hero-v1-content .bn-arrowv1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-section-version1 {
    padding: 170px 5px 160px;
  }
}
@media (max-width: 575px) {
  .hero-section-version1 {
    padding: 120px 5px 100px;
  }
  .hero-section-version1 .hero-v1-content .hero-title {
    font-size: 48px;
    line-height: 1.2;
    word-spacing: 2px;
    letter-spacing: 12px;
  }
  .hero-section-version1 .hero-v1-content .listing-text {
    max-width: 140px;
    height: 222px;
    margin: 0 auto -40px;
  }
}
@media (max-width: 440px) {
  .hero-section-version1 .hero-v1-content .hero-title {
    font-size: 42px;
    word-spacing: 2px;
    letter-spacing: 5px;
  }
  .hero-section-version1 .hero-v1-content .listing-text {
    max-width: 100px;
    height: 222px;
    margin: 0 auto -40px;
  }
  .hero-section-version1 .hero-v1-content .hero-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@keyframes xani {
  50% {
    transform: rotate(5deg);
  }
}
.hero-section-version2 {
  background: url(../img/banner/banner-v2.jpg) no-repeat center center;
  background-size: cover;
  padding: 285px 5px 180px;
  z-index: 1;
}
.hero-section-version2 .banner-shape2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hero-section-version2 .hero-v2-content .listing-text {
  margin-bottom: -40px;
  display: block;
  z-index: 1;
  position: relative;
}
.hero-section-version2 .hero-v2-content .hero-tag {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-section-version2 .hero-v2-content .hero-tag .hero-tag-item {
  transition: all 0.4s;
  border-radius: 100px;
  background: #575757;
}
.hero-section-version2 .hero-v2-content .hero-tag .hero-tag-item i,
.hero-section-version2 .hero-v2-content .hero-tag .hero-tag-item span {
  transition: all 0.4s;
}
.hero-section-version2 .hero-v2-content .hero-tag .hero-tag-item:hover {
  background: var(--heading);
}
.hero-section-version2 .hero-v2-content .hero-tag .hero-tag-item:hover i,
.hero-section-version2 .hero-v2-content .hero-tag .hero-tag-item:hover span {
  color: var(--white);
}
.hero-section-version2 .hero-v2-content .hero-tag .hero-tag-item:hover {
  background: var(--theme);
}
.hero-section-version2 .hero-v2-content h1 {
  max-width: 590px;
}
@media (max-width: 1399px) {
  .hero-section-version2 {
    padding: 270px 5px 150px;
  }
}
@media (max-width: 1199px) {
  .hero-section-version2 {
    padding: 260px 5px 150px;
  }
}
@media (max-width: 991px) {
  .hero-section-version2 {
    padding: 200px 5px 130px;
  }
  .hero-section-version2 .hero-v2-content .hero-title {
    font-size: 60px;
  }
  .hero-section-version2 .hero-v2-content .listing-text {
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .hero-section-version2 {
    padding: 160px 5px 90px;
  }
  .hero-section-version2 .hero-v2-content .hero-title {
    font-size: 48px;
  }
  .hero-section-version2 .hero-v2-content .listing-text {
    margin-bottom: -1px;
    width: 300px;
  }
  .hero-section-version2 .hero-v2-content .listing-text img {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .hero-section-version2 {
    padding: 160px 5px 90px;
  }
  .hero-section-version2 .hero-v2-content .hero-title {
    font-size: 38px;
  }
  .hero-section-version2 .hero-v2-content .listing-text {
    margin-bottom: -1px;
    width: 200px;
  }
  .hero-section-version2 .hero-v2-content .listing-text img {
    width: 100%;
  }
}

.hero-section-version3 {
  padding-top: 145px;
  z-index: 1;
}
.hero-section-version3 .hero-v3-content {
  max-width: 589px;
  margin-left: auto;
}
.hero-section-version3 .hero-v3-content .subtitle-v3 {
  background: var(--heading);
  padding: 8px 20px;
  color: var(--theme);
  display: inline-block;
  letter-spacing: 2.5px;
}
@media (max-width: 991px) {
  .hero-section-version3 {
    padding-top: 90px;
  }
}

.hero-content-wrapv3 {
  background: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)), url(../img/banner/banner-v3.png) no-repeat top center;
  background-size: cover;
  padding: 168px 5px 140px;
}

.home-three-page .header-threestyle .ph-clickwrap {
  border-left: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .home-three-page .header-threestyle {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .home-three-page .header-threestyle > .container {
    max-width: 1180px;
  }
}

.home-three-page .hero-section-version3 {
  padding-top: 109px;
}

/* Additional Podover internal pages */
.podover-extra-section { min-height: 560px; }
.podover-extra-image { max-height: 650px; object-fit: cover; }
.podover-faq { max-width: 900px; }
.podover-faq details { border: 1px solid var(--borders); margin-bottom: 15px; background: var(--white); }
.podover-faq summary { cursor: pointer; list-style: none; padding: 22px 28px; color: var(--black); font: 700 20px var(--body-font); display: flex; align-items: center; justify-content: space-between; }
.podover-faq summary::-webkit-details-marker { display: none; }
.podover-faq details[open] summary { color: var(--theme); }
.podover-faq details[open] summary i { transform: rotate(45deg); }
.podover-faq summary i { transition: .3s; }
.podover-faq details p { padding: 0 28px 24px; color: var(--pra-clr); }
.donation-values button,.podover-filters button { border: 1px solid var(--borders); background: var(--white); padding: 12px 24px; color: var(--black); font-weight: 700; transition: .3s; }
.donation-values button:hover,.podover-filters button:hover,.podover-filters button.active { background: var(--theme); color: var(--white); border-color: var(--theme); }
.podover-field-label { display: block; color: var(--black); font-weight: 700; margin-bottom: 10px; }
.podover-input { width: 100%; border: 1px solid var(--borders); background: #f7f7f7; padding: 16px 18px; color: var(--black); outline: none; }
.podover-input:focus { border-color: var(--theme); }
.podover-product { border: 1px solid var(--borders); background: var(--white); transition: .3s; }
.podover-product:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,.08); }
.podover-product-image { height: 260px; overflow: hidden; background: #f7f7f7; }
.podover-product-image img { width: 100%; height: 100%; object-fit: cover; }
.podover-commerce { max-width: 920px; }
.podover-cart-row { display: grid; grid-template-columns: 130px 1fr 90px 120px; gap: 25px; align-items: center; border-bottom: 1px solid var(--borders); padding-bottom: 25px; }
.podover-cart-row img { width: 130px; height: 100px; object-fit: cover; }
.podover-cart-row input { width: 80px; padding: 10px; border: 1px solid var(--borders); }
.podover-price { border: 1px solid var(--borders); padding: 45px 38px; height: 100%; background: var(--white); }
.podover-price.featured { border: 2px solid var(--theme); transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,.08); }
.podover-price > span { color: var(--theme); font-weight: 700; text-transform: uppercase; letter-spacing: 2px; }
.podover-price h2 { margin: 18px 0 28px; color: var(--black); }
.podover-price ul { margin-bottom: 32px; }
.podover-price li { display: flex; gap: 10px; padding: 9px 0; color: var(--pra-clr); }
.podover-price li i { color: var(--theme); }
.podover-topic { display: block; height: 300px; position: relative; overflow: hidden; }
.podover-topic::after { content:""; position:absolute; inset:0; background:linear-gradient(transparent,rgba(0,0,0,.85)); }
.podover-topic img { width:100%; height:100%; object-fit:cover; transition:.4s; }
.podover-topic:hover img { transform:scale(1.06); }
.podover-topic span { position:absolute; z-index:1; left:28px; right:28px; bottom:24px; color:#fff; }
.podover-topic small,.podover-topic strong { display:block; }
.podover-topic strong { font-size:28px; margin-top:5px; }
.shared-page-banner {
  height: 470px;
  min-height: 470px;
  padding: 105px 2px 0;
  display: flex;
  align-items: center;
}
@media(max-width:991px){.shared-page-banner{height:400px;min-height:400px;padding-top:90px}}
@media(max-width:575px){.shared-page-banner{height:340px;min-height:340px;padding-top:80px}}
.header-section .has-nested-menu { position: relative; }
.header-section .has-nested-menu > a { display:flex; align-items:center; justify-content:space-between; gap:35px; }
@media(min-width:992px){
  .header-section .main-navbar .custom-nav .sub-menu .has-nested-menu:hover > .nested-sub-menu { opacity:1; visibility:visible; transform:translateY(55px); pointer-events:auto; }
  .header-section .main-navbar .custom-nav .sub-menu .nested-sub-menu { min-width:260px; max-height:min(650px,calc(100vh - 340px)); overflow-x:hidden; overflow-y:auto; overscroll-behavior:contain; scrollbar-width:thin; scrollbar-color:rgba(235,138,18,.55) #f1f1f1; }
  .header-section .main-navbar .custom-nav .sub-menu .nested-sub-menu::-webkit-scrollbar { width:5px; }
  .header-section .main-navbar .custom-nav .sub-menu .nested-sub-menu::-webkit-scrollbar-thumb { background:rgba(235,138,18,.45); border-radius:10px; }
}
@media(max-width:991px){
  .header-section .main-navbar .custom-nav .sub-menu .nested-sub-menu { display:block !important; position:static; background:rgba(255,255,255,.04) !important; margin:5px 0 5px 12px; }
  .header-section .has-nested-menu > a i { transform:rotate(90deg); }
}
@media(max-width:767px){.podover-cart-row{grid-template-columns:90px 1fr}.podover-cart-row img{width:90px;height:80px}.podover-price.featured{transform:none}}

@media (max-width: 991px) {
  .home-three-page .hero-section-version3 {
    padding-top: 90px;
  }
}
@media (max-width: 1199px) {
  .hero-content-wrapv3 {
    padding: 120px 5px 120px;
  }
}
@media (max-width: 1199px) {
  .hero-content-wrapv3 {
    padding: 105px 5px 95px;
  }
}

.breadcrumnd-episode-details {
  background: url(../img/podcast/edisode-detailsbg.png) no-repeat center center;
  background-size: cover;
  padding: 305px 2px 220px;
  overflow: hidden;
}
.breadcrumnd-episode-details .breadcrumnd-content {
  max-width: 740px;
}
@media (max-width: 1399px) {
  .breadcrumnd-episode-details {
    padding: 250px 2px 160px;
  }
}
@media (max-width: 991px) {
  .breadcrumnd-episode-details {
    padding: 200px 2px 120px;
  }
}
@media (max-width: 400px) {
  .breadcrumnd-episode-details {
    padding: 180px 2px 100px;
  }
}

#myProgress {
  width: 420px;
  background-color: #d9d9f2;
  cursor: pointer;
}

#myBar {
  width: 0%;
  height: 2px;
  background-color: #ffc266;
  border-radius: 10px;
}

.logo {
  fill: red;
}

.btn-action {
  cursor: pointer;
}

.btn-ctn,
.infos-ctn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.infos-ctn {
  padding-top: 20px;
}

.btn-ctn > div {
  padding: 1px;
}

.infos-ctn > div {
  color: #ffc266;
}

.duration {
  margin-left: 10px;
}

.title {
  margin-left: 10px;
  width: 210px;
  text-align: center;
}

.player-ctn {
  margin: auto;
}

.playlist-track-ctn {
  display: flex;
  background-color: #464646;
  margin-top: 3px;
  border-radius: 5px;
  cursor: pointer;
}

.playlist-track-ctn > div {
  margin: 10px;
}

.playlist-info-track {
  width: 80%;
}

.playlist-info-track,
.playlist-duration {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #e9cc95;
  font-size: 14px;
  pointer-events: none;
}

.playlist-ctn {
  padding-bottom: 20px;
}

.active-track {
  color: #ffc266 !important;
  font-weight: bold;
}

.active-track > .playlist-info-track,
.active-track > .playlist-duration,
.active-track > .playlist-btn-play {
  color: #ffc266 !important;
}

.playlist-btn-play {
  pointer-events: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.fas {
  color: #ffc266;
  font-size: 20px;
}

.minutes-clr {
  color: rgb(119, 119, 119) !important;
}

.cmn-playerwrap {
  margin-top: -60px;
  z-index: 6;
  position: relative;
}
.cmn-playerwrap .player-ctn {
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.cmn-playerwrap .player-ctn #btn-faws-volume {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-color: rgb(245, 245, 245);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.cmn-playerwrap .player-ctn #btn-faws-volume i {
  font-size: 16px;
  color: var(--black);
  transition: all 0.4s;
}
.cmn-playerwrap .player-ctn #btn-faws-volume:hover {
  background: var(--theme);
  cursor: pointer;
}
.cmn-playerwrap .player-ctn #btn-faws-volume:hover i {
  color: var(--white);
}
.cmn-playerwrap .player-ctn .rewindforword {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-color: rgb(245, 245, 245);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.cmn-playerwrap .player-ctn .rewindforword i {
  font-size: 10px;
  color: var(--black);
  transition: all 0.4s;
}
.cmn-playerwrap .player-ctn .rewindforword:hover {
  background: var(--theme);
  cursor: pointer;
}
.cmn-playerwrap .player-ctn .rewindforword:hover i {
  color: var(--white);
}
.cmn-playerwrap .player-ctn .theme-circle-audio {
  width: 92px;
  min-width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s;
}
.cmn-playerwrap .player-ctn .theme-circle-audio i {
  color: var(--white);
  font-size: 28px;
  transition: all 0.4s;
}
.cmn-playerwrap .player-ctn .theme-circle-audio:hover {
  background: var(--black);
}
.cmn-playerwrap .player-ctn .theme-circle-audio:hover i {
  color: var(--white);
}
.cmn-playerwrap .player-ctn #myProgress {
  background-color: var(--black);
}
.cmn-playerwrap .player-ctn #myProgress #myBar {
  background-color: var(--theme);
}
@media (max-width: 1399px) {
  .cmn-playerwrap .player-ctn .theme-circle-audio {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .cmn-playerwrap .player-ctn .theme-circle-audio i {
    font-size: 19px;
  }
  .cmn-playerwrap .player-ctn #btn-faws-volume {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
  .cmn-playerwrap .player-ctn #btn-faws-volume i {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .cmn-playerwrap .player-ctn #myProgress {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .cmn-playerwrap .player-ctn .title-audio-adjust {
    width: 100%;
  }
  .cmn-playerwrap .player-ctn #myProgress {
    width: 120px;
  }
}
@media (max-width: 450px) {
  .cmn-playerwrap .player-ctn #myProgress {
    width: 80px;
  }
}
@media (max-width: 370px) {
  .cmn-playerwrap .player-ctn .right-adjustment {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .cmn-playerwrap {
    margin-top: 0px;
  }
}

.audio-cmn-title .episode-sri .vdot {
  width: 4px;
  height: 4px;
  background: #777777;
  display: block;
  border-radius: 50%;
}
.audio-cmn-title:hover .black-clr {
  color: var(--black);
}

.audio-onetime-player02 {
  background: url(../img/banner/banner-linebg.png) no-repeat center center;
  background-size: cover;
}
.audio-onetime-player02 .cmn-playerwrap {
  margin-top: 0;
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn {
  background: transparent !important;
  box-shadow: none;
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn .theme-circle-audio {
  width: 65px;
  min-width: 65px;
  height: 65px;
  transition: all 0.4s;
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn .theme-circle-audio i {
  font-size: 18px;
  transition: all 0.4s;
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn .theme-circle-audio:hover {
  background: var(--white);
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn .theme-circle-audio:hover i {
  color: var(--black);
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn .episode-sri {
  color: #ffd9c8;
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn .episode-sri .vdot {
  background: #ffd9c8;
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn .episode-sri span {
  color: #ffd9c8;
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn .rewindforword {
  background-color: rgb(224, 77, 11);
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn .rewindforword i {
  color: var(--white);
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn .rewindforword:hover {
  background: var(--white);
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn .rewindforword:hover i {
  color: var(--black);
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn #btn-faws-volume {
  background-color: rgb(224, 77, 11);
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn #btn-faws-volume i {
  color: var(--white);
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn #btn-faws-volume:hover {
  background: var(--white);
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn #btn-faws-volume:hover i {
  color: var(--black);
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn #myProgress {
  width: 770px;
  background-color: var(--white);
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn #myProgress #myBar {
  background-color: var(--black);
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn .view-all {
  color: var(--white);
  transition: all 0.4s;
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn .view-all:hover {
  color: var(--black);
}
.audio-onetime-player02 .cmn-playerwrap .player-ctn .view-all:hover i {
  color: var(--black);
}
@media (max-width: 1199px) {
  .audio-onetime-player02 .cmn-playerwrap .player-ctn #myProgress {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .audio-onetime-player02 .cmn-playerwrap .player-ctn #myProgress {
    width: 400px;
  }
  .audio-onetime-player02 .cmn-playerwrap .player-ctn .theme-circle-audio {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
  .audio-onetime-player02 .cmn-playerwrap .player-ctn .theme-circle-audio i {
    font-size: 15px;
  }
}

.hoverblack {
  transition: all 0.4s;
}
.hoverblack:hover {
  color: var(--black);
}

@media (max-width: 991px) {
  .bn-musicthumb {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
  .bn-musicthumb img {
    width: 100%;
    height: 100%;
  }
}

.cmn-audioplyer-fixedwrap .player,
.audioplayer-listing-wraptwoverstion .player {
  height: 60px;
  margin: 0;
  position: relative;
  width: 400px;
}
.cmn-audioplyer-fixedwrap .player .large-toggle-btn,
.audioplayer-listing-wraptwoverstion .player .large-toggle-btn {
  float: left;
  font-size: 1.5em;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.cmn-audioplyer-fixedwrap .player .large-toggle-btn .large-play-btn,
.audioplayer-listing-wraptwoverstion .player .large-toggle-btn .large-play-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -14%;
}
.cmn-audioplyer-fixedwrap .player .large-toggle-btn .large-play-btn:before,
.audioplayer-listing-wraptwoverstion .player .large-toggle-btn .large-play-btn:before {
  content: "\f04b";
  font: 1.5em/1.75 "FontAwesome";
}
.cmn-audioplyer-fixedwrap .player .large-toggle-btn .large-pause-btn,
.audioplayer-listing-wraptwoverstion .player .large-toggle-btn .large-pause-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -13%;
}
.cmn-audioplyer-fixedwrap .player .large-toggle-btn .large-pause-btn:before,
.audioplayer-listing-wraptwoverstion .player .large-toggle-btn .large-pause-btn:before {
  content: "\f04c";
  font: 1.5em/1.75 "FontAwesome";
}
.cmn-audioplyer-fixedwrap .player .info-box,
.audioplayer-listing-wraptwoverstion .player .info-box {
  bottom: 10px;
  left: 65px;
  position: absolute;
  top: 15px;
}
.cmn-audioplyer-fixedwrap .player .info-box .track-info-box,
.audioplayer-listing-wraptwoverstion .player .info-box .track-info-box {
  float: left;
  font-size: 12px;
  margin: 0 0 6px 0;
  visibility: hidden;
  width: 400px;
}
.cmn-audioplyer-fixedwrap .player .info-box .track-info-box .track-title-text,
.audioplayer-listing-wraptwoverstion .player .info-box .track-info-box .track-title-text {
  display: inline-block;
}
.cmn-audioplyer-fixedwrap .player .info-box .track-info-box .audio-time,
.audioplayer-listing-wraptwoverstion .player .info-box .track-info-box .audio-time {
  display: inline-block;
  padding: 0 0 0 5px;
  width: 80px;
}
.cmn-audioplyer-fixedwrap .player .progress-box,
.audioplayer-listing-wraptwoverstion .player .progress-box {
  float: left;
  position: relative;
}
.cmn-audioplyer-fixedwrap .player .progress-box .progress-cell,
.audioplayer-listing-wraptwoverstion .player .progress-box .progress-cell {
  height: 12px;
  position: relative;
}
.cmn-audioplyer-fixedwrap .player .progress-box .progress-cell .progress,
.audioplayer-listing-wraptwoverstion .player .progress-box .progress-cell .progress {
  background: #fff;
  height: 8px;
  position: relative;
  width: auto;
}
.cmn-audioplyer-fixedwrap .player .progress-box .progress-cell .progress .progress-buffer,
.audioplayer-listing-wraptwoverstion .player .progress-box .progress-cell .progress .progress-buffer {
  background: var(--theme);
  height: 100%;
  width: 0;
}
.cmn-audioplyer-fixedwrap .player .progress-box .progress-cell .progress .progress-indicator,
.audioplayer-listing-wraptwoverstion .player .progress-box .progress-cell .progress .progress-indicator {
  background: #fff;
  border: 1px solid #bebebe;
  cursor: pointer;
  height: 10px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -2px;
  width: 22px;
}
.cmn-audioplyer-fixedwrap .player .controls-box,
.audioplayer-listing-wraptwoverstion .player .controls-box {
  bottom: 10px;
  left: 350px;
  position: absolute;
}
.cmn-audioplyer-fixedwrap .player .controls-box .previous-track-btn,
.audioplayer-listing-wraptwoverstion .player .controls-box .previous-track-btn {
  cursor: pointer;
  display: inline-block;
}
.cmn-audioplyer-fixedwrap .player .controls-box .previous-track-btn:before,
.audioplayer-listing-wraptwoverstion .player .controls-box .previous-track-btn:before {
  content: "\f049";
  font: 1em "FontAwesome";
}
.cmn-audioplyer-fixedwrap .player .controls-box .next-track-btn,
.audioplayer-listing-wraptwoverstion .player .controls-box .next-track-btn {
  cursor: pointer;
  display: inline-block;
}
.cmn-audioplyer-fixedwrap .player .controls-box .next-track-btn:before,
.audioplayer-listing-wraptwoverstion .player .controls-box .next-track-btn:before {
  content: "\f050";
  font: 1em "FontAwesome";
}
.cmn-audioplyer-fixedwrap .play-list,
.audioplayer-listing-wraptwoverstion .play-list {
  display: block;
  width: 100%;
}
.cmn-audioplyer-fixedwrap .play-list .play-list-row,
.audioplayer-listing-wraptwoverstion .play-list .play-list-row {
  width: 100%;
}
.cmn-audioplyer-fixedwrap .play-list .play-list-row .track-title .playlist-track,
.audioplayer-listing-wraptwoverstion .play-list .play-list-row .track-title .playlist-track {
  color: #000;
  text-decoration: none;
}
.cmn-audioplyer-fixedwrap .play-list .play-list-row .small-toggle-btn,
.audioplayer-listing-wraptwoverstion .play-list .play-list-row .small-toggle-btn {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.cmn-audioplyer-fixedwrap .play-list .play-list-row .small-toggle-btn .small-play-btn,
.audioplayer-listing-wraptwoverstion .play-list .play-list-row .small-toggle-btn .small-play-btn {
  display: inline-block;
}
.cmn-audioplyer-fixedwrap .play-list .play-list-row .small-toggle-btn .small-play-btn:before,
.audioplayer-listing-wraptwoverstion .play-list .play-list-row .small-toggle-btn .small-play-btn:before {
  content: "\f04b";
  font: 1em "FontAwesome";
}
.cmn-audioplyer-fixedwrap .play-list .play-list-row .small-toggle-btn .small-pause-btn,
.audioplayer-listing-wraptwoverstion .play-list .play-list-row .small-toggle-btn .small-pause-btn {
  display: inline-block;
}
.cmn-audioplyer-fixedwrap .play-list .play-list-row .small-toggle-btn .small-pause-btn:before,
.audioplayer-listing-wraptwoverstion .play-list .play-list-row .small-toggle-btn .small-pause-btn:before {
  content: "\f04c";
  font: 1em "FontAwesome";
}
.cmn-audioplyer-fixedwrap .play-list .play-list-row .track-number,
.audioplayer-listing-wraptwoverstion .play-list .play-list-row .track-number {
  display: inline-block;
}
.cmn-audioplyer-fixedwrap .play-list .play-list-row .track-title,
.audioplayer-listing-wraptwoverstion .play-list .play-list-row .track-title {
  display: inline-block;
}
.cmn-audioplyer-fixedwrap .play-list .play-list-row .track-title .playlist-track,
.audioplayer-listing-wraptwoverstion .play-list .play-list-row .track-title .playlist-track {
  text-decoration: none;
}
.cmn-audioplyer-fixedwrap .play-list .play-list-row .track-title .playlist-track:hover,
.audioplayer-listing-wraptwoverstion .play-list .play-list-row .track-title .playlist-track:hover {
  color: var(--theme);
}
.cmn-audioplyer-fixedwrap .play-list .play-list-row .track-title.active-track,
.audioplayer-listing-wraptwoverstion .play-list .play-list-row .track-title.active-track {
  font-weight: bold;
}

.screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.disabled {
  color: #666;
  cursor: default;
}

.vdot {
  width: 4px;
  height: 4px;
  background: #777777;
  display: block;
  border-radius: 50%;
}

.play-line {
  background-color: rgb(0, 0, 0);
  opacity: 0.102;
  width: 100%;
  height: 1px;
  display: block;
}

.show {
  display: inline-block !important;
}

.cmn-toggle-btnplay {
  width: 58px;
  min-width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.cmn-toggle-btnplay:hover {
  background: var(--theme);
}

.playlist-version001-wrap {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  border-top: 2px solid var(--theme);
  max-width: 525px;
  margin-left: auto;
  background: url(../img/element/autoplay-cloud.png) no-repeat center center;
  background-size: cover;
}

.cmn-audioplyer-fixedwrap .player {
  width: 100%;
}
.cmn-audioplyer-fixedwrap .player .info-box {
  width: 100%;
  position: initial;
}
.cmn-audioplyer-fixedwrap .audio-time {
  color: var(--white);
}
.cmn-audioplyer-fixedwrap .audio-time span {
  color: var(--white);
}
.cmn-audioplyer-fixedwrap .track-info-box {
  visibility: visible !important;
  display: block;
  opacity: 1;
}
.cmn-audioplyer-fixedwrap .track-info-box .track-title-text {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.cmn-audioplyer-fixedwrap .large-toggle-btn {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
}
.cmn-audioplyer-fixedwrap .large-toggle-btn .large-play-btn {
  top: 0 !important;
  position: initial;
  color: var(--black);
  font-size: 16px;
}
.cmn-audioplyer-fixedwrap .large-pause-btn,
.cmn-audioplyer-fixedwrap .controls-box {
  position: initial !important;
}
.cmn-audioplyer-fixedwrap .previous-track-btn {
  color: var(--white);
}
.cmn-audioplyer-fixedwrap .screen-reader-text {
  color: blue;
}
.cmn-audioplyer-fixedwrap .progress-box {
  min-width: initial;
  width: 100%;
}
.cmn-audioplyer-fixedwrap .cmn-playlist-audocontetnwrap {
  min-width: 500px;
}
@media (max-width: 1199px) {
  .cmn-audioplyer-fixedwrap .cmn-playlist-audocontetnwrap {
    min-width: 400px;
  }
}
@media (max-width: 991px) {
  .cmn-audioplyer-fixedwrap .cmn-playlist-audocontetnwrap {
    min-width: 200px;
    text-align: center;
  }
  .cmn-audioplyer-fixedwrap .audio-time {
    margin: 0 auto;
  }
  .cmn-audioplyer-fixedwrap .track-info-box {
    width: initial !important;
  }
}

.cmn-audioplyer-fixedwrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-bottom: 30px;
  transition: all ease 0.3s;
}
.cmn-audioplyer-fixedwrap .close-popup {
  position: absolute;
  top: -44px;
  left: 0;
  width: 44px;
  height: 44px;
  background: var(--theme);
}
@media (max-width: 991px) {
  .cmn-audioplyer-fixedwrap {
    height: 250px;
  }
}

.cmn-audioplyer-fixedwrap:not(.active) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}

.playlist-version002-wrap {
  box-shadow: none;
}
.playlist-version002-wrap .small-toggle-btn {
  background: var(--bg4);
}
.playlist-version002-wrap .small-toggle-btn i {
  color: var(--black);
}
.playlist-version002-wrap .play-list-row:hover .playlist-track {
  color: var(--theme) !important;
}
.playlist-version002-wrap .small-toggle-btn {
  background: var(--black);
}
.playlist-version002-wrap .small-toggle-btn i {
  color: var(--white);
}
.playlist-version002-wrap .small-toggle-btn:hover {
  background: var(--theme);
}
.playlist-version002-wrap .small-toggle-btn:hover i {
  color: var(--white);
}

.small-toggle-black .small-pause-btn::before {
  content: "\f04c";
  font: 1em "FontAwesome";
}

.playlist-version003-wrap {
  max-width: 100%;
  margin-left: initial;
}
.playlist-version003-wrap .play-list-row {
  width: initial !important;
}
.playlist-version003-wrap .this-isitem {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.playlist-version003-wrap .microphone-epi {
  display: flex;
  align-items: center;
  gap: 114px;
}
.playlist-version003-wrap .audioplayer-listing-wraptwoverstion {
  width: 100%;
}
@media (max-width: 991px) {
  .playlist-version003-wrap .microphone-epi {
    gap: 24px;
  }
}

.playlist-version004-wrap {
  max-width: 100%;
}

.audio-onetime-player03 .cmn-playerwrap {
  margin-top: 0;
  background: var(--black);
}
.audio-onetime-player03 .cmn-playerwrap .player-ctn {
  background: var(--black) !important;
}
.audio-onetime-player03 .cmn-playerwrap .player-ctn #myProgress {
  background: #fff;
}
.audio-onetime-player03 .cmn-playerwrap .player-ctn .pras,
.audio-onetime-player03 .cmn-playerwrap .player-ctn .episode-sri {
  color: var(--theme);
}
.audio-onetime-player03 .cmn-playerwrap .player-ctn .vdot {
  background: var(--theme);
}
.audio-onetime-player03 .cmn-playerwrap .player-ctn .rewindforword {
  background-color: rgb(30, 30, 30);
  transition: all 0.4s;
}
.audio-onetime-player03 .cmn-playerwrap .player-ctn .rewindforword i {
  color: var(--white);
  transition: all 0.4s;
}
.audio-onetime-player03 .cmn-playerwrap .player-ctn .rewindforword:hover {
  background: var(--theme);
}
.audio-onetime-player03 .cmn-playerwrap .player-ctn .rewindforword:hover i {
  color: var(--white);
}
.audio-onetime-player03 .cmn-playerwrap .player-ctn #btn-faws-volume {
  background-color: rgb(30, 30, 30);
  transition: all 0.4s;
}
.audio-onetime-player03 .cmn-playerwrap .player-ctn #btn-faws-volume i {
  color: var(--white);
  font-size: 15px;
  transition: all 0.4s;
}
.audio-onetime-player03 .cmn-playerwrap .player-ctn #btn-faws-volume:hover {
  background: var(--theme);
}
.audio-onetime-player03 .cmn-playerwrap .player-ctn #btn-faws-volume:hover i {
  color: var(--white);
}
.audio-onetime-player03 .cmn-playerwrap .title-audio-adjust {
  width: 700px;
}
.audio-onetime-player03 .cmn-playerwrap .right-adjustment {
  width: calc(100% - 700px);
}
.audio-onetime-player03 .cmn-playerwrap #myProgress {
  width: 850px;
}
.audio-onetime-player03 .audio-cmn-title:hover .hoverwhite {
  color: var(--theme) !important;
}
@media (max-width: 1919px) {
  .audio-onetime-player03 .cmn-playerwrap #myProgress {
    width: 350px;
    max-width: 850px;
  }
}
@media (max-width: 1399px) {
  .audio-onetime-player03 .cmn-playerwrap #myProgress {
    width: 160px;
    max-width: 850px;
  }
}
@media (max-width: 1199px) {
  .audio-onetime-player03 .cmn-playerwrap .title-audio-adjust {
    width: 300px;
  }
  .audio-onetime-player03 .cmn-playerwrap #myProgress {
    width: 160px;
    max-width: 850px;
  }
  .audio-onetime-player03 .cmn-playerwrap .right-adjustment {
    width: initial;
  }
}
@media (max-width: 767px) {
  .audio-onetime-player03 .theme-circle-audio {
    margin: 0 auto;
  }
}

.cmn-audioplyer-fixedwrap03 {
  position: relative;
}
.cmn-audioplyer-fixedwrap03:not(.active) {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.essential-wraping {
  max-width: 490px;
  background: url(../img/podcast/adv3.png) no-repeat top center;
  background-size: cover;
  border-right: 1px solid rgba(168, 168, 168, 0.44);
  border-left: 1px solid rgba(168, 168, 168, 0.44);
  background-color: rgb(255, 255, 255);
}
.essential-wraping .this-isitem {
  box-shadow: none;
  background: transparent;
}
.essential-wraping .this-isitem button:hover i {
  color: var(--theme);
}
.essential-wraping .playlist-version001-wrap {
  background: none;
}
.essential-wraping .cmn-audioplyer-fixedwrap {
  padding-bottom: 0;
  height: initial;
}
.essential-wraping .cmn-audioplyer-fixedwrap03.active {
  padding-bottom: 10px;
}
.essential-wraping .cmn-audioplyer-fixedwrap03 .track-info-box {
  width: initial !important;
}
.essential-wraping .cmn-audioplyer-fixedwrap03 .cmn-playlist-audocontetnwrap {
  min-width: initial;
}
.essential-wraping .cmn-audioplyer-fixedwrap03 .cmn-playlist-audocontetnwrap .progress-box {
  min-width: 120px !important;
}
.essential-wraping .cmn-audioplyer-fixedwrap03 .cmn-playlist-audocontetnwrap .progress-box .progress-cell {
  height: 1px !important;
}
.essential-wraping .cmn-audioplyer-fixedwrap03 .cmn-playlist-audocontetnwrap .progress-box .progress-cell .progress {
  height: 1px;
}
.essential-wraping .cmn-audioplyer-fixedwrap03 .audio-time span {
  font-size: 12px;
  color: var(--pra-clr);
}
.essential-wraping .cmn-audioplyer-fixedwrap03 .previous-track-btn {
  display: none !important;
}
.essential-wraping .cmn-audioplyer-fixedwrap03 .progress-box .progress-cell {
  height: 1px;
}
.essential-wraping .cmn-audioplyer-fixedwrap03 .progress-box .progress-cell .progress {
  height: 2px;
  background-color: rgb(228, 228, 228);
}
.essential-wraping .cmn-audioplyer-fixedwrap03 .progress-box .progress-cell .progress .progress-indicator {
  background: var(--black);
}
.essential-wraping .cmn-audioplyer-fixedwrap03 .large-toggle-btn {
  width: 25px;
  min-width: 25px;
  height: 25px;
  background: var(--theme);
  border: 1px solid var(--theme);
  transition: all 0.4s;
}
.essential-wraping .cmn-audioplyer-fixedwrap03 .large-toggle-btn .large-play-btn {
  font-size: 8px;
  color: #fff;
  transition: all 0.4s;
}
.essential-wraping .cmn-audioplyer-fixedwrap03 .large-toggle-btn .large-pause-btn {
  font-size: 8px;
  color: #fff;
  transition: all 0.4s;
}
.essential-wraping .cmn-audioplyer-fixedwrap03 .large-toggle-btn:hover {
  background: transparent;
}
.essential-wraping .cmn-audioplyer-fixedwrap03 .large-toggle-btn:hover .large-play-btn,
.essential-wraping .cmn-audioplyer-fixedwrap03 .large-toggle-btn:hover .large-pause-btn {
  color: var(--black);
}
.essential-wraping .cmn-audioplyer-fixedwrap03 .track-title-text {
  display: block !important;
}
.essential-wraping .track-title-text {
  color: var(--black) !important;
}
.essential-wraping .cmn-toggle-btnplay {
  width: 17px;
  min-width: 17px;
  height: 17px;
  background: var(--theme);
  border: 1px solid var(--theme);
  line-height: 16px;
  transition: all 0.4s;
}
.essential-wraping .cmn-toggle-btnplay .small-pause-btn,
.essential-wraping .cmn-toggle-btnplay .small-play-btn {
  transition: all 0.4s;
  color: var(--white);
  font-size: 8px;
}
.essential-wraping .cmn-toggle-btnplay:hover {
  background: transparent;
}
.essential-wraping .cmn-toggle-btnplay:hover .small-pause-btn,
.essential-wraping .cmn-toggle-btnplay:hover .small-play-btn {
  color: var(--black);
}

@media (max-width: 991px) {
  .single-play {
    width: 70px;
  }
  .single-play img {
    width: 100%;
  }
}

.play-btnblack .small-toggle-btn {
  background: var(--black);
}
.play-btnblack .small-toggle-btn .small-pause-btn,
.play-btnblack .small-toggle-btn .small-play-btn {
  color: var(--white);
}

.listing-timeline .small-toggle-btn {
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: var(--theme);
  border: 1px solid var(--theme);
  transition: all 0.4s;
}
.listing-timeline .small-toggle-btn .small-pause-btn,
.listing-timeline .small-toggle-btn .small-play-btn {
  font-size: 8px;
  transition: all 0.4s;
}
.listing-timeline .small-toggle-btn:hover {
  background: transparent;
}
.listing-timeline .small-toggle-btn:hover .small-pause-btn,
.listing-timeline .small-toggle-btn:hover .small-play-btn {
  color: var(--black);
}

.allepisode-tabbing-wrap .tablinks .nav-links {
  background-color: rgb(245, 245, 245);
  border-radius: 100px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--black);
  padding: 16px 32px;
  font-weight: 700;
}
.allepisode-tabbing-wrap .tablinks .nav-links button {
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .allepisode-tabbing-wrap .tablinks .nav-links {
    padding: 12px 30px;
    font-weight: 700;
  }
}
.allepisode-tabbing-wrap .tablinks .nav-links.active {
  background: var(--theme);
  color: var(--white);
}
.allepisode-tabbing-wrap .tablinks .nav-links.active button {
  color: var(--white);
}

.about-thumb {
  position: relative;
  height: 550px;
  width: 100%;
  z-index: 1;
}
.about-thumb .thumb1,
.about-thumb .thumb2 {
  position: absolute;
  width: 430px;
  height: 375px;
}
.about-thumb .thumb1 img,
.about-thumb .thumb2 img {
  width: 100%;
  height: 100%;
}
.about-thumb .thumb1 {
  top: 0;
  left: 0;
  z-index: 1;
}
.about-thumb .thumb2 {
  bottom: 0;
  right: 0;
}
.about-thumb .thumb-shape {
  position: absolute;
  left: 15%;
  top: 12%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-thumb .thumb1,
  .about-thumb .thumb2 {
    width: 300px;
    height: 305px;
  }
  .about-thumb .thumb1 img,
  .about-thumb .thumb2 img {
    object-fit: contain;
  }
  .about-thumb .thumb-shape {
    left: 15%;
    top: 12%;
    max-width: 300px;
  }
  .about-thumb .thumb-shape img {
    width: 100%;
  }
}

.donate-icon {
  width: 55px;
  min-width: 55px;
  height: 55px;
  background: var(--black);
  border-radius: 50%;
}

.about-thumbv2 {
  z-index: 1;
}
.about-thumbv2 .thumb1 {
  max-width: 430px;
  padding-top: 40px;
}
.about-thumbv2 .thumb1 img {
  width: 100%;
}
.about-thumbv2 .about-thumb-bar {
  position: absolute;
  top: 0;
  left: 40px;
  max-width: 430px;
}
.about-thumbv2 .about-thumb-bar img {
  width: 100%;
}
.about-thumbv2 .about-videov2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  z-index: 1;
  box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.1);
}
.about-thumbv2 .about-videov2 i {
  color: var(--theme);
  font-size: 26px;
}
.about-thumbv2 .about-videov2 .vid-ani {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
  transition: all 0.4s;
  animation: zoms 2s linear infinite;
}
.about-thumbv2 .about-dot {
  position: absolute;
  left: -80px;
  top: 40px;
  animation: updown 12s linear infinite;
  z-index: -1;
}
@media (max-width: 1399px) {
  .about-thumbv2 .about-dot {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-thumbv2 .about-videov2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 110px;
    height: 110px;
  }
  .about-thumbv2 .about-videov2 i {
    color: var(--theme);
    font-size: 26px;
  }
  .about-thumbv2 .about-videov2 .vid-ani {
    width: 75px;
    top: 16px;
    left: 16px;
  }
  .about-thumbv2 .about-videov2 .vid-ani img {
    width: 100%;
  }
  .about-thumbv2 .thumb1 {
    max-width: 100%;
    padding-top: 20px;
  }
  .about-thumbv2 .thumb1 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-thumbv2 .about-videov2 {
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
  }
}

@keyframes zoms {
  50% {
    transform: scale(1.05);
  }
}
.about-contentv2 .heading {
  font-size: 50px;
}
.about-contentv2 .heading span {
  font-size: 50px;
}
@media (max-width: 1199px) {
  .about-contentv2 .heading {
    font-size: 38px;
  }
  .about-contentv2 .heading span {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .about-contentv2 .heading {
    font-size: 36px;
  }
  .about-contentv2 .heading span {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .about-contentv2 .heading {
    font-size: 28px;
  }
  .about-contentv2 .heading span {
    font-size: 28px;
  }
}

.latest-episode-section .latest-episode-itemv1 {
  margin-bottom: 50px;
}

.latest-episode-itemv1 {
  transition: all 0.4s;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.latest-episode-itemv1 .thumb img {
  transition: all 0.4s;
}
.latest-episode-itemv1 .content .fashion-life .episode-sri {
  padding-left: 10px;
}
.latest-episode-itemv1 .content .fashion-life .episode-sri::before {
  position: absolute;
  content: "";
  left: 0;
  width: 4px;
  height: 4px;
  background: var(--pra-clr);
  border-radius: 50%;
}
.latest-episode-itemv1 .content .fashion-life .icon {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
}
.latest-episode-itemv1:hover .content .fashion-life a {
  color: var(--theme);
}
.latest-episode-itemv1:hover .content .black-clr {
  color: var(--theme);
}
.latest-episode-itemv1:hover .thumb img {
  transform: scale(1.08);
}

@media (min-width: 575px) {
  .latest-episodes-section02 .container {
    max-width: 1615px;
    margin: 0 auto;
  }
}
.latest-episodes-section02 .latest-episode-itemv1 {
  margin-bottom: 60px;
}

.play-rounded {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.explorer-episode-item {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
.explorer-episode-item .thumb .theme-bg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.explorer-episode-item .thumb img {
  transition: all 0.4s;
}
.explorer-episode-item .thumb:hover img {
  transform: scale(1.08);
}
.explorer-episode-item .thumb .marketing-btn {
  width: 140px;
  height: 50px;
  font-size: 12px;
  letter-spacing: 0.6;
  font-weight: 700;
  transition: all 0.4s;
}
.explorer-episode-item .thumb .marketing-btn:hover {
  background: var(--black);
}
.explorer-episode-item:hover h4 a {
  color: var(--theme);
}
.explorer-episode-item:hover a {
  color: var(--theme);
}
.explorer-episode-item .view-all:hover {
  background: var(--theme) !important;
  color: var(--white) !important;
}

.support-btn:hover {
  background: var(--white) !important;
  color: var(--theme) !important;
}

.common-audio-buttonwrap .common-audio-buttonitem {
  padding-bottom: 30px;
}
.common-audio-buttonwrap .common-audio-buttonitem .audio-cont .atitle:hover {
  color: var(--theme);
}
.common-audio-buttonwrap .common-audio-buttonitem:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.common-audio-buttonwrap .large-toggle-btn {
  width: 55px;
  min-width: 55px;
  height: 55px;
  background: var(--theme);
  transition: all 0.4s;
}
.common-audio-buttonwrap .large-toggle-btn .large-pause-btn,
.common-audio-buttonwrap .large-toggle-btn .large-play-btn {
  color: var(--white);
  font-size: 12px;
  transition: all 0.4s;
}
.common-audio-buttonwrap .large-toggle-btn:hover {
  background: var(--black);
}
.common-audio-buttonwrap .large-toggle-btn:hover .large-pause-btn,
.common-audio-buttonwrap .large-toggle-btn:hover .large-play-btn {
  color: var(--white);
}
.common-audio-buttonwrap .progress-box .progress-cell {
  height: 2px !important;
  background: var(--black) !important;
}
.common-audio-buttonwrap .progress-box .progress-cell .progress {
  height: 2px !important;
  background: var(--black) !important;
}
.common-audio-buttonwrap .progress-box .progress-cell .progress .progress-buffer {
  background: var(--black) !important;
}
.common-audio-buttonwrap .progress-box .progress-cell .progress .progress-indicator {
  background: var(--theme) !important;
}
.common-audio-buttonwrap .track-info-box .audio-time {
  width: initial !important;
}
.common-audio-buttonwrap .track-info-box .audio-time span {
  color: var(--pra-clr);
  font-size: 14px;
}
.common-audio-buttonwrap .previous-track-btn {
  display: none !important;
}
.common-audio-buttonwrap .custom-sound {
  background-color: rgb(245, 245, 245);
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.common-audio-buttonwrap .custom-sound i {
  color: var(--black);
  font-size: 16px;
  transition: all 0.4s;
}
.common-audio-buttonwrap .custom-sound:hover {
  background: var(--theme);
}
.common-audio-buttonwrap .custom-sound:hover i {
  color: var(--white);
}
@media (max-width: 1399px) {
  .common-audio-buttonwrap .common-audio-buttonitem {
    padding-bottom: 20px;
  }
  .common-audio-buttonwrap .common-audio-buttonitem:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .common-audio-buttonwrap .track-info-box {
    width: 240px !important;
  }
}
@media (max-width: 991px) {
  .common-audio-buttonwrap .common-audio-buttonitem {
    padding-bottom: 16px;
  }
  .common-audio-buttonwrap .common-audio-buttonitem:not(:last-child) {
    margin-bottom: 16px;
  }
  .common-audio-buttonwrap .cmn-audioplyer-fixedwrap {
    height: initial !important;
  }
}
@media (max-width: 767px) {
  .common-audio-buttonwrap .large-toggle-btn {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
  .common-audio-buttonwrap .large-toggle-btn .large-pause-btn,
  .common-audio-buttonwrap .large-toggle-btn .large-play-btn {
    color: var(--white);
    font-size: 9px;
    transition: all 0.4s;
  }
  .common-audio-buttonwrap .track-info-box {
    width: 180px !important;
  }
}

.view-btn-bg .view-all:hover {
  background: transparent !important;
  color: var(--theme) !important;
}
.view-btn-bg .view-all:hover i {
  color: var(--theme);
}

.explore-featured-item .thumb {
  max-width: 524px;
  overflow: hidden;
}
.explore-featured-item .content {
  width: calc(100% - 524px);
}
@media (max-width: 991px) {
  .explore-featured-item .thumb {
    max-width: 100%;
    width: 100%;
  }
  .explore-featured-item .thumb img {
    width: 100%;
  }
  .explore-featured-item .content {
    width: 100%;
  }
}

.cmn-dots {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--pra-clr);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: var(--bg1);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 50px;
  border: 0;
  padding: 0 0px;
  text-transform: capitalize;
  background: transparent;
  font-size: 16px !important;
  color: var(--theme);
  border-bottom: 1px solid var(--theme);
  text-align: start;
  letter-spacing: 2px;
}
.search-wrap .main-search-input ::placeholder {
  font-size: 16px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 16px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme);
}

input.main-search-input::placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.blog-sidebar .blog-search input {
  background: transparent;
  border: unset;
  width: 100%;
  padding: 24px 40px;
  color: var(--white);
}
.blog-sidebar .blog-search ::placeholder {
  color: var(--white);
}
.blog-sidebar .recent-postwrap .recent-items {
  padding: 28px 28px;
  transition: all 0.4s;
}
.blog-sidebar .recent-postwrap .recent-items .recent-content a {
  display: block;
  line-height: 24px;
}
.blog-sidebar .recent-postwrap .recent-items.active, .blog-sidebar .recent-postwrap .recent-items:hover {
  background: var(--white);
}
.blog-sidebar .recent-postwrap .recent-items.active .recent-content a, .blog-sidebar .recent-postwrap .recent-items:hover .recent-content a {
  color: var(--theme);
  cursor: pointer;
}
@media (max-width: 1199px) {
  .blog-sidebar .recent-postwrap .recent-items {
    padding: 8px 10px;
  }
}
.blog-sidebar .categorys li a {
  padding: 16px 28px;
  transition: all 0.4s;
  color: var(--text);
  font-weight: 500;
}
.blog-sidebar .categorys li a i {
  opacity: 0;
}
.blog-sidebar .categorys li a.active, .blog-sidebar .categorys li a:hover {
  background: var(--white);
  color: var(--theme);
}
.blog-sidebar .categorys li a.active span, .blog-sidebar .categorys li a:hover span {
  color: var(--theme);
}
.blog-sidebar .categorys li a.active i, .blog-sidebar .categorys li a:hover i {
  opacity: 1;
}
.blog-sidebar .tagwrap li a {
  color: var(--black);
  font-size: 12px;
  line-height: 27px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: 100px;
  background: var(--white);
  text-align: center;
  font-weight: 700;
}
.blog-sidebar .tagwrap li a:last-child {
  margin-right: 0;
}
.blog-sidebar .tagwrap li a:hover {
  background: var(--theme);
  color: var(--white) !important;
}
@media (max-width: 1399px) {
  .blog-sidebar .tagwrap li a {
    padding: 9px 28px;
  }
}
@media (max-width: 1399px) {
  .blog-sidebar .blog-search input {
    padding: 18px 20px;
  }
}

.tag-share {
  border-top: 1px solid var(--light);
  padding: 30px 0;
}
.tag-share .taglist li a {
  color: var(--white);
  font-size: 12px;
  line-height: 27px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 100px;
  background: var(--theme);
  text-align: center;
  font-weight: 600;
}
.tag-share .taglist li a:hover {
  background: var(--heading);
  color: var(--white) !important;
}
@media (max-width: 1399px) {
  .tag-share {
    padding: 20px 0;
  }
}
@media (max-width: 1199px) {
  .tag-share {
    padding: 16px 0;
  }
}

.comment-form-wrap h3 {
  font-size: 40px;
}
.comment-form-wrap .form-clt input,
.comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid var(--border1);
  padding: 16px 20px;
  font-weight: 500;
  background: var(--bg1);
}
.comment-form-wrap .form-clt input::placeholder,
.comment-form-wrap .form-clt textarea::placeholder {
  color: var(--pra-clr);
}
.comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
}

.base-btn {
  font-weight: 600;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 8px;
  padding: 12px 26px;
  background: var(--theme);
  transition: all 0.5s;
  border: 1px solid var(--theme);
}
.base-btn .rotcu {
  transform: rotate(-40deg);
}
.base-btn:hover {
  background: transparent;
  border-color: var(--theme);
}
.base-btn:hover .rotcu {
  transform: rotate(40deg);
}

.bulid-box {
  transition: all 0.4s;
  position: relative;
}
.bulid-box h6 {
  max-width: 272px;
  margin: 0 auto;
}
.bulid-box.active, .bulid-box:hover {
  background: var(--theme);
}
.bulid-box.active h6, .bulid-box:hover h6 {
  color: var(--white);
}

.blog-comment-wrap .thumb {
  width: 200px !important;
  height: 200px !important;
}
.blog-comment-wrap .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.blog-comment-wrap .content-comment {
  width: calc(100% - 200px);
}
.blog-comment-wrap .content-comment .reply {
  padding: 10px 30px;
  border-radius: 100px;
  background: var(--black);
  text-align: center;
  color: var(--white);
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.blog-comment-wrap .content-comment .reply:hover {
  background-color: var(--theme);
}
@media (max-width: 1399px) {
  .blog-comment-wrap .thumb {
    width: 120px !important;
    height: 120px !important;
  }
  .blog-comment-wrap .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
  }
  .blog-comment-wrap .content-comment {
    width: calc(100% - 200px);
  }
  .blog-comment-wrap .content-comment .reply {
    padding: 10px 30px;
    border-radius: 100px;
    background: var(--black);
    text-align: center;
    color: var(--white);
    font-size: 12px;
    text-transform: uppercase;
  }
}
@media (max-width: 575px) {
  .blog-comment-wrap .thumb {
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto;
  }
  .blog-comment-wrap .content-comment {
    width: 100%;
  }
}

.blog-widget-item {
  transition: all 0.5s;
}
.blog-widget-item .content {
  border: 1px solid var(--light);
  border-top: unset;
}
.blog-widget-item .thumb {
  width: 100%;
}
.blog-widget-item .thumb img {
  width: 100%;
  transition: all 0.5s;
}
.blog-widget-item .thumb .date-box {
  position: absolute;
  right: 20px;
  bottom: -20px;
  width: 59px;
  min-width: 59px;
  height: 59px;
  line-height: 16px;
}
.blog-widget-item .thumb .date-box span {
  line-height: 18px;
}
.blog-widget-item:hover {
  transform: translateY(-5px);
}
.blog-widget-item:hover h5 a {
  color: var(--theme);
}
@media (max-width: 1399px) {
  .blog-widget-item .thumb .date-box {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}

.blog-section01 {
  z-index: 1;
}
.blog-section01::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 490px;
  background: url(../img/element/bg-blog.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

.blog-widget-itemv02 {
  width: 100%;
}
.blog-widget-itemv02 .mimg {
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
}
.blog-widget-itemv02 .date-box {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 59px;
  min-width: 59px;
  height: 59px;
  line-height: 16px;
}
.blog-widget-itemv02 .date-box span {
  line-height: 18px;
}
.blog-widget-itemv02 .content {
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-widget-itemv02:hover .content h5 a {
  color: var(--theme);
}
.blog-widget-itemv02:hover .mimg {
  transform: scale(1.08);
}

.ova-contact-info-2 .icon {
  color: var(--heading);
  font-size: 26px;
  margin-bottom: 19px;
  border-radius: 50%;
  border: 11px solid var(--primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 109px;
  height: 109px;
}
.ova-contact-info-2 .icon i {
  display: flex;
}
.ova-contact-info-2 .contact .label {
  font-size: 24px;
  margin: 0 0px 10px 0px;
  padding: 0;
  font-weight: 600;
  line-height: 1.2em;
}
.ova-contact-info-2 .contact .info {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ova-contact-info-2 .contact .info .mases {
  max-width: 208px;
  margin: 0 auto;
}
.ova-contact-info-2 .contact .info .item {
  color: var(--text);
  line-height: 1.8;
}
.ova-contact-info-2 .contact .info .item a {
  font-size: 20px;
  color: var(--text);
  line-height: 1.8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.ova-contact-info-2 .contact .info .item a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  background-color: var(--primary);
}
.ova-contact-info-2 .contact .info .item a:hover {
  color: var(--primary);
}
.ova-contact-info-2 .contact .info .item a:hover:before {
  width: 100%;
}

.contact-border1 {
  position: relative;
}
.contact-border1::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 1px;
  background: var(--pra-clr);
  height: 200px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .contact-border1::before {
    display: none;
  }
}

.contact-left-cont .common-social li a svg path {
  fill: var(--heading);
}
.contact-left-cont .common-social li a:hover svg path {
  fill: var(--white);
}

.main-contact-form input,
.main-contact-form textarea {
  border: unset;
  background: var(--bg4);
  border-radius: 0;
}
.main-contact-form input::placeholder,
.main-contact-form textarea::placeholder {
  color: #777777;
}
.main-contact-form .touch-btn {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.main-contact-form .touch-btn:hover {
  background: var(--heading) !important;
  color: var(--white);
}

.cmn-btn {
  transition: all 0.4s;
}
.cmn-btn .icons {
  transform: rotate(60deg);
  transition: all 0.4s;
}
.cmn-btn:hover {
  border-color: var(--theme) !important;
  color: var(--theme) !important;
}
.cmn-btn:hover .get-text {
  color: var(--theme) !important;
}
.cmn-btn:hover .icons {
  transform: rotate(90deg);
}
.cmn-btn:hover .icons i {
  color: var(--theme) !important;
}

.touch-btn {
  font-size: 12px;
  border-radius: 100px;
  transition: all 0.5s;
  font-weight: 700 !important;
  letter-spacing: 0.6px;
}
.touch-btn .icon {
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
}
.touch-btn .icon i {
  transition: all 0.4s;
}
.touch-btn:hover {
  color: var(--white);
  background: var(--bg1);
}
.touch-btn:hover .icon i {
  color: var(--primary);
}

.view-all {
  font-size: 12px;
  font-weight: 700;
  color: rgb(119, 119, 119);
  transition: all 0.4s;
}
.view-all i {
  font-size: 16px;
  transition: all 0.4s;
}
.view-all:hover {
  color: var(--theme);
}

@keyframes updown {
  50% {
    transform: translateY(100%);
  }
}
@keyframes svgani {
  50% {
    fill: var(--theme);
    opacity: 0.5;
  }
}
@keyframes textani {
  100% {
    transform: rotate(390deg);
  }
}
#progress {
  background-color: var(--theme);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  right: 20px;
  z-index: 9999;
  display: none;
  bottom: 20px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  border: 2px solid var(--white);
}
#progress i {
  color: var(--white);
}
#progress #valiu {
  display: block;
}
#progress #valiu img {
  width: 16px;
}
#progress:hover {
  cursor: pointer;
  background-color: var(--theme);
}
.floating-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 72px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 2px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background: #25d366;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  font-size: 27px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.floating-whatsapp:hover {
  color: var(--white);
  background: #1fbd59;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}
@media (max-width: 575px) {
  .floating-whatsapp {
    right: 15px;
    bottom: 70px;
    width: 46px;
    height: 46px;
    font-size: 24px;
  }
}

.error-content .cmn-btn {
  border: 1px solid var(--theme);
}
.error-content .cmn-btn:hover {
  color: var(--theme);
  background: transparent;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.cmn-border {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cmn-bordert {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cmn-borderb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.section-title h3 {
  font-size: 48px;
  font-weight: 700;
}
.section-title h3 span {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .section-title h3 {
    font-size: 36px;
  }
  .section-title h3 span {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .section-title h3 {
    font-size: 30px;
  }
  .section-title h3 span {
    font-size: 30px;
  }
}

.hover-text:hover {
  background-color: var(--theme);
}

.hover-text-color:hover {
  color: var(--theme) !important;
}

.accordion-single {
  transition: all 0.4s;
  border-radius: 8px;
  border: 1px solid var(--border1);
}
.accordion-single .header-area {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
}
.accordion-single .header-area button {
  border: unset !important;
  color: var(--white);
  padding-right: 8%;
}
@media (max-width: 500px) {
  .accordion-single .header-area {
    font-size: 17px;
    font-weight: 500;
    color: var(--white);
  }
  .accordion-single .header-area button {
    padding-right: 4%;
  }
}

.header-area .accordion-btn::before {
  border-radius: 50%;
  width: 36px;
  min-width: 36px;
  height: 36px;
  font-size: 16px;
  background: var(--bg1);
}

.header-area .accordion-btn::after {
  font-size: 24px;
  color: var(--p1);
}

.faq .header-area {
  cursor: pointer;
}

.faq .header-area button::before,
.faq .header-area button::after {
  position: absolute;
  z-index: 1;
  right: 0;
  border-radius: 5px;
}

.faq .header-area button::before {
  content: "";
  background-color: var(--bg2);
  width: 38px;
  min-width: 38px;
  height: 38px;
  transition: all 0.4s;
}

.faq .header-area button::after {
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 20px;
  transform: rotate(0deg);
  transition: all 0.5s;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  width: 38px;
  min-width: 38px;
  height: 38px;
}
@media (max-width: 500px) {
  .faq .header-area button::after {
    font-size: 16px;
  }
}

.faq .content-area {
  display: none;
}

.faq .active button {
  color: var(--theme);
}

.faq .active button::after {
  font-family: "FontAwesome";
  transform: rotate(90deg);
  font-weight: 700;
  color: var(--theme);
}

.service-tabing-wrap .images-remove-area {
  transition: all 0.6s;
  margin-bottom: -400px;
  opacity: 0;
  transform: rotate(60);
}
.service-tabing-wrap .modern-list li {
  font-size: 16px;
  color: var(--white);
}
.service-tabing-wrap .modern-list li i {
  color: var(--theme);
  font-size: 14px;
}
.service-tabing-wrap .accordion-single {
  border: unset;
  overflow: hidden;
  transition: all 0.8s;
  border-radius: 0;
}
.service-tabing-wrap .accordion-single .accordion-btn::after {
  content: "+";
  font-family: "FontAwesome";
  font-size: 20px;
  transform: rotate(0deg);
  transition: all 0.5s;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  width: 44px;
  min-width: 44px;
  height: 44px;
  background: #1d1d1d;
  border-radius: 50%;
}
.service-tabing-wrap .accordion-single .accordion-btn .mtitle-ara {
  width: 450px;
}
.service-tabing-wrap .accordion-single .accordion-btn .mtitle-ara .serial-badge {
  padding: 8px 16px;
  opacity: 0.6;
  transition: all 0.4s;
}
.service-tabing-wrap .accordion-single .accordion-btn .mtitle-ara .serial-badge .rot60 {
  padding-left: 10px;
}
.service-tabing-wrap .accordion-single .accordion-btn .mtitle-ara .mtitle {
  font-size: 30px;
  font-weight: 500;
}
.service-tabing-wrap .accordion-single .accordion-btn .mtitle-ara .pras {
  font-size: 16px;
  font-weight: 400;
  display: none !important;
  transform: scale(0);
}
.service-tabing-wrap .accordion-single.active .images-remove-area {
  margin-bottom: 0px;
  opacity: 1;
}
.service-tabing-wrap .accordion-single.active .accordion-btn {
  height: initial;
  justify-content: space-between;
}
.service-tabing-wrap .accordion-single.active .accordion-btn::after {
  content: "\f068";
  font-family: "FontAwesome";
  color: var(--theme);
}
.service-tabing-wrap .accordion-single.active .mtitle-ara .serial-badge {
  opacity: 1;
}
.service-tabing-wrap .accordion-single.active .mtitle-ara .pras {
  display: block !important;
  transform: scale(1);
}
.service-tabing-wrap .accordion-single.active .content-area {
  display: none !important;
}
@media (max-width: 1399px) {
  .service-tabing-wrap .mtitle {
    font-size: 20px !important;
  }
  .service-tabing-wrap .tab-remove-thumb {
    max-width: 200px;
  }
  .service-tabing-wrap .tab-remove-thumb img {
    width: 100%;
  }
}

.stitle {
  font-size: 55px;
}
.stitle span {
  font-size: 55px;
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 991px) {
  .stitle {
    font-size: 44px;
  }
  .stitle span {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .stitle {
    font-size: 36px;
  }
  .stitle span {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .stitle {
    font-size: 29px;
  }
  .stitle span {
    font-size: 29px;
  }
}

.pricing-section {
  z-index: 1;
}
.pricing-section .nav {
  border: unset;
  border-radius: 10px;
  overflow: hidden;
}
.pricing-section .nav .nav-item .nav-link {
  border: unset;
  padding: 15px 26px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  background: #161616;
}
.pricing-section .nav .nav-item .nav-link.active {
  background: var(--theme);
}

.other-pricing-item {
  background: url(../img/pricing/pricing-itembg.png) no-repeat center center;
  background-size: cover;
  height: 243px;
  border: 1px solid var(--border1);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
}
.other-pricing-item .pricinge-head {
  min-width: 400px;
  border-right: 1px solid var(--border1);
  height: 243px;
  transition: all 0.5s;
}
.other-pricing-item .pricinge-head p {
  max-width: 314px;
}
.other-pricing-item .pricing-list-right .price-choose .month {
  font-size: 18px;
  font-weight: 700;
}
.other-pricing-item .price-under {
  border-bottom: 1px solid var(--white);
  display: inline-block;
}
.other-pricing-item .price-under i {
  transition: all 0.4;
}
.other-pricing-item .price-under:hover {
  border-color: var(--theme);
  color: var(--theme);
}
.other-pricing-item .price-under:hover i {
  color: var(--theme);
}
.other-pricing-item:hover {
  border-color: var(--theme);
}
.other-pricing-item:hover .pricinge-head {
  border-right: 1px solid var(--theme);
}
@media (max-width: 1199px) {
  .other-pricing-item .pricinge-head {
    min-width: 300px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .other-pricing-item {
    display: grid !important;
    height: initial;
  }
  .other-pricing-item .pricinge-head {
    height: initial;
    margin-bottom: 24px;
    margin-top: 24px;
    border-right: unset;
  }
}

.prcing-shape {
  position: absolute;
  right: 0;
  top: 120px;
  z-index: -1;
}
@media (max-width: 991px) {
  .prcing-shape {
    top: 10px;
    width: 250px;
  }
}

.hosts-item {
  transition: all 0.4s;
}
.hosts-item .thumb {
  transition: all 0.4s;
}
.hosts-item .thumb img {
  transition: all 0.4s;
}
.hosts-item .thumb .common-social {
  background: var(--white);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s;
}
.hosts-item .thumb .common-social li a {
  border: unset;
}
.hosts-item .thumb .common-social li a svg {
  transition: all 0.4s;
}
.hosts-item .thumb .common-social li a svg path {
  transition: all 0.4s;
  fill: var(--black);
}
.hosts-item .thumb .common-social li a:hover {
  background: var(--bg4);
}
.hosts-item .thumb .common-social li a:hover svg path {
  fill: var(--theme);
}
.hosts-item .thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background: var(--theme);
  bottom: -20px;
  left: 0;
  transition: all 0.4s;
}
.hosts-item:hover {
  transform: translateY(-10px);
}
.hosts-item:hover .thumb::before {
  bottom: 0px;
}
.hosts-item:hover .thumb .common-social {
  opacity: 1;
  bottom: 40px;
}
.hosts-item:hover .content h6 a {
  color: var(--primary);
}
@media (max-width: 1399px) {
  .hosts-item:hover .thumb .common-social {
    opacity: 1;
    bottom: 18px;
  }
}

.event-item .event-datebox {
  background-color: rgba(235, 138, 18, 0.902);
  width: 69px;
  height: 100%;
  position: absolute;
  left: -80px;
  top: 0;
  transition: all 0.4s;
}
.event-item .event-datebox .text {
  transform: rotate(-90deg);
  display: block;
  width: 200px;
  height: 30px;
  white-space: nowrap;
  letter-spacing: 2px;
}
.event-item .touch-btn {
  font-weight: 700;
}
.event-item .touch-btn:hover {
  background: var(--theme);
}
.event-item:hover h5 a {
  color: var(--theme);
}
.event-item:hover .event-datebox {
  left: 0;
}
@media (max-width: 1399px) {
  .event-item .event-datebox {
    width: 40px;
  }
}

.event-map iframe {
  width: 100%;
  height: 390px;
}

.host-details-content .common-social li a svg path {
  fill: var(--heading);
}
.host-details-content .common-social li a:hover svg path {
  fill: var(--white);
}
.host-details-content h5 {
  font-size: 28px;
}

.testimonial-wrap {
  position: relative;
}
.testimonial-wrap .test-thumbs-small {
  width: 76px;
  min-width: 76px;
  height: 76px;
  border-radius: 50%;
}
.testimonial-wrap .test-thumbs-small img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.testimonial-wrap .testimonial-middle .thumb {
  width: 212px;
  min-width: 212px;
  height: 212px;
  border-radius: 50%;
}
.testimonial-wrap .testimonial-middle .thumb img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.testimonial-wrap .testimonial-middle .testi-content .designation {
  letter-spacing: 2px;
}
.testimonial-wrap .small-sliderthumb-wrap {
  max-width: 260px;
  margin-left: initial !important;
}
.testimonial-wrap .small-sliderthumb-wrap .swiper-slide {
  border: 2px solid var(--white);
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-wrap .small-sliderthumb-wrap .swiper-slide-thumb-active {
  border-color: var(--primary);
}
@media (max-width: 1199px) {
  .testimonial-wrap .testimonial-middle .thumb {
    width: 172px;
    min-width: 172px;
    height: 172px;
  }
}
@media (max-width: 991px) {
  .testimonial-wrap .testimonial-middle .thumb {
    width: 152px;
    min-width: 152px;
    height: 152px;
  }
  .testimonial-wrap .testimonial-middle .quotes {
    width: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-wrap .testimonial-middle .thumb {
    width: 122px;
    min-width: 122px;
    height: 122px;
  }
  .testimonial-wrap .slider-button {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 15px;
  }
}

.testimonial-thumbig {
  position: absolute;
  z-index: -1;
  bottom: -20px;
}
.testimonial-thumbig img {
  max-width: unset;
}
@media (max-width: 991px) {
  .testimonial-thumbig {
    width: 100%;
    position: relative;
    margin-bottom: -80px;
    margin-top: 40px;
  }
  .testimonial-thumbig img {
    max-width: 100%;
  }
}

.cloud-left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.cloud-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.tilt {
  border-radius: 5px;
  transform-style: preserve-3d;
  transform: perspective(500px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);
}
.tilt:hover {
  background: transparent;
  box-shadow: 0 40px 70px -15px rgba(0, 0, 0, 0.192);
  box-shadow: none;
}

.watch-version01 {
  background: url(../img/team/watch-bg01.png) no-repeat center center;
  background-size: cover;
  padding: 300px 5px;
  background-attachment: fixed;
}
.watch-version01 .video-popup .icons {
  width: 122px;
  min-width: 122px;
  height: 122px;
}
.watch-version01 .video-popup .icons i {
  font-size: 36px;
}
.watch-version01 .video-popup .circle {
  position: absolute;
  top: -32px;
  left: -34px;
  animation: textani 14s linear infinite;
}
@media (max-width: 1399px) {
  .watch-version01 {
    padding: 220px 4px;
  }
}
@media (max-width: 991px) {
  .watch-version01 {
    padding: 180px 4px;
  }
}
@media (max-width: 575px) {
  .watch-version01 {
    padding: 140px 4px;
  }
}

.line-shape {
  max-width: 1531px;
  height: 100vh;
  position: fixed;
  left: 50%;
  top: -20px;
  justify-content: space-between;
  margin: 0 auto;
  transform: translateX(-50%);
}

.line-shape span {
  position: relative;
  width: 1px;
  height: 100%;
  display: block;
  background: #292929;
}

.line-shape span::before,
.line-shape span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: var(--theme);
  box-shadow: rgba(228, 235, 242, 0.2) 0px 8px 24px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
}

.line-shape span::after {
  animation: dscroll 2s linear infinite;
  width: 2px;
  height: 24px;
  bottom: 0;
  left: 0;
  background: var(--theme);
  box-shadow: rgba(228, 235, 242, 0.2) 0px 8px 24px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
}

.line-shape span:nth-child(2)::after {
  animation: dscroll 2.1s linear infinite;
}

.line-shape span:nth-child(3)::after {
  animation: dscroll 2.2s linear infinite;
}

.line-shape span:nth-child(4)::after {
  animation: dscroll 2.3s linear infinite;
}

.line-shape span:nth-child(5)::after {
  animation: dscroll 2.4s linear infinite;
}

.line-shape span:nth-child(6)::after {
  animation: dscroll 1s linear infinite;
}

.line-shape span:nth-child(7)::after {
  animation: dscroll 3.5s linear infinite;
}

.line-shape span:nth-child(2)::backdrop {
  animation: dscroll 4.1s linear infinite;
}

.line-shape span:nth-child(3)::before {
  animation: dscroll 4.2s linear infinite;
}

.line-shape span:nth-child(4)::before {
  animation: dscroll 4.3s linear infinite;
}

.line-shape span:nth-child(5)::before {
  animation: dscroll 4.4s linear infinite;
}

.line-shape span:nth-child(6)::before {
  animation: dscroll 4s linear infinite;
}

.line-shape span:nth-child(7)::before {
  animation: dscroll 4.5s linear infinite;
}

@keyframes dscroll {
  100% {
    transform: translateY(100vh);
  }
}
.software-fullwatch .video-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.software-fullwatch .video-wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .software-fullwatch .video-wrapper {
    width: 100%;
    height: 50vh;
    overflow: hidden;
  }
}

.episode-item {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.episode-item .microphone-epi {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 767px) {
  .episode-item {
    gap: 10px;
    display: grid;
    justify-content: center;
    text-align: center;
  }
  .episode-item .microphone-epi {
    justify-content: center;
    gap: 30px;
  }
  .episode-item .view-all {
    justify-content: center;
  }
}

.listing-details-wrap .thumb {
  max-width: 600px;
}
.listing-details-wrap .thumb img {
  width: 100%;
}
.listing-details-wrap .listing-timeline {
  width: 450px;
}
@media (max-width: 767px) {
  .listing-details-wrap .thumb {
    width: 100%;
  }
}

.project-counting-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .project-counting-wrap {
    flex-wrap: wrap;
    gap: 24px 0 !important;
  }
  .project-counting-wrap .project-count-item {
    width: 45%;
  }
  .project-counting-wrap .project-count-item .project-icon img {
    width: 60px;
  }
  .project-counting-wrap .project-count-item .project-icon::before {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
  .project-counting-wrap .project-count-item h2 span {
    font-size: 36px !important;
  }
  .project-counting-wrap .pro-line {
    display: none;
  }
}

.project-count-item .box .project-icon::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 52px;
  min-width: 52px;
  height: 52px;
  background: var(--theme);
  z-index: -1;
  border-radius: 50%;
  -webkit-animation: squareToCircle 2s 1s infinite alternate;
}
.project-count-item .box h2 span {
  font-size: 48px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}

.pro-line {
  border-left: 1px solid rgba(255, 255, 255, 0.149);
  height: 200px;
}

@-webkit-keyframes squareToCircle {
  0% {
    border-radius: 0 0 0 0;
    background: darksalmon;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 50% 0 0 0;
    background: rgba(255, 81, 0, 0.7254901961);
    transform: rotate(45deg);
  }
  50% {
    border-radius: 50% 50% 0 0;
    background: rgba(252, 110, 44, 0.7254901961);
    transform: rotate(90deg);
  }
  75% {
    border-radius: 50% 50% 50% 0;
    background: rgba(243, 118, 61, 0.7254901961);
    transform: rotate(135deg);
  }
  100% {
    border-radius: 50% 50% 50% 50%;
    background: #eb8a12;
    transform: rotate(180deg);
  }
}
@keyframes zin {
  50% {
    transform: scale(1.05);
  }
}
.subscriber-apple {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 32.9px 2.1px rgba(0, 0, 0, 0.07);
  position: absolute;
  top: -80px;
  left: 0;
  margin-bottom: -80px;
}
.subscriber-apple .apple-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.tabcontents {
  position: relative;
}

.tabcontents .tabitem {
  transform: translateY(100px);
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.8s all;
}

.tabcontents .tabitem.active {
  position: initial;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}

.start-donating-wrap .tablinks {
  display: flex;
  gap: 10px;
  align-items: center;
}
.start-donating-wrap .tablinks .nav-links {
  background: var(--bg4);
  width: 115px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.start-donating-wrap .tablinks .nav-links .tablink {
  font-size: 16px;
  font-weight: 500;
  color: var(--pra-clr);
}
.start-donating-wrap .tablinks .nav-links.active {
  background: var(--theme);
}
.start-donating-wrap .tablinks .nav-links.active .tablink {
  color: var(--white);
}
.start-donating-wrap .tabcontents {
  background: var(--bg4);
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.start-donating-wrap .tabitem {
  display: none;
}
.start-donating-wrap .tabitem .danating-valu-here span {
  font-size: 36px;
  font-weight: 800;
}
.start-donating-wrap .tabitem.active {
  display: block;
}

.footer-sound-element {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: -1;
}

.footer-version-one .widget-map {
  max-width: 145px;
}
.footer-version-one .widget-map a {
  transition: all 0.4s;
  color: var(--pra-clr);
}
.footer-version-one .widget-map a:hover {
  color: var(--primary) !important;
}

.cmn-hover {
  position: relative;
}
.cmn-hover::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 1px;
  background: var(--primary);
  transition: all 0.4s;
  opacity: 0;
}
.cmn-hover:hover::before {
  width: 100%;
  opacity: 1;
}

@media (max-width: 1399px) {
  .footer-logov1 {
    width: 100px;
    margin: 0 auto;
  }
  .footer-logov1 img {
    width: 100%;
    width: 100%;
  }
}

.flink-items {
  transition: all 0.6s;
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: var(--pra-clr);
}
.flink-items i {
  transition: all 0.6s;
}
.flink-items:hover {
  color: var(--theme) !important;
}
.flink-items:hover .ani-icons {
  transform: rotate(180deg);
}
.flink-items:hover .ani-icons i {
  color: var(--theme) !important;
}

.foote-formv1 {
  border: 1px solid var(--border1);
  border-radius: 4px;
  padding: 5px;
}
.foote-formv1 button {
  width: 53px;
  height: 50px;
  padding: 5px 16px;
}
.foote-formv1 input {
  background: transparent;
  border: unset;
  outline: none;
  padding: 10px 24px;
  color: var(--pra-clr);
  width: initial;
}
.foote-formv1 ::placeholder {
  color: var(--border1);
}
@media (max-width: 1399px) {
  .foote-formv1 input {
    padding: 10px 10px;
  }
}

.footer-topscroll {
  width: 58px;
  min-width: 58px;
  height: 58px;
  border-radius: 50%;
  display: block;
  border: 5px solid var(--white);
  transition: all 0.5s;
}
.footer-topscroll i {
  transition: all 0.5s;
}
.footer-topscroll:hover {
  background: var(--white);
  border-color: var(--theme);
}
.footer-topscroll:hover i {
  color: var(--theme);
}
@media (max-width: 575px) {
  .footer-topscroll {
    margin: 0 auto;
  }
}

.newsletter-wrap01 {
  background: url(../img/element/envelop-shape.png) no-repeat center center;
  background-size: cover;
  padding: 50px 50px 80px;
  margin-bottom: -34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}
.newsletter-wrap01 .newsletter-icon i {
  font-size: 80px;
  color: var(--white);
}
.newsletter-wrap01 form {
  background: var(--white);
  border: unset;
  border-radius: 100px;
  width: 477px;
}
.newsletter-wrap01 form button {
  width: 78px;
  border-radius: 100px;
  transition: all 0.4s;
}
.newsletter-wrap01 form button:hover {
  background: var(--black);
}
@media (max-width: 1100px) {
  .newsletter-wrap01 {
    padding: 50px 30px 80px;
    gap: 30px;
  }
  .newsletter-wrap01 .newsletter-icon i {
    font-size: 60px;
  }
  .newsletter-wrap01 form {
    width: 300px;
  }
  .newsletter-wrap01 form button {
    width: 58px;
  }
}
@media (max-width: 767px) {
  .newsletter-wrap01 {
    display: grid;
    gap: 20px;
    justify-content: center;
  }
  .newsletter-wrap01 .newsletter-icon i {
    font-size: 50px;
  }
  .newsletter-wrap01 form {
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .newsletter-wrap01 {
    padding: 50px 30px 100px;
    display: grid;
    gap: 20px;
    justify-content: center;
  }
  .newsletter-wrap01 .newsletter-contv01 {
    justify-content: center !important;
    display: grid !important;
    text-align: center;
  }
  .newsletter-wrap01 form {
    margin: 0 auto;
    max-width: 300px;
    width: initial;
  }
}

/* Podcast archive variants */
.single-episode-hero { min-height:683px; padding:285px 0 100px; display:flex; align-items:center; position:relative; background:url(../img/podcast/bg-header-single-audio.jpg) center/cover no-repeat; }
.single-episode-hero::before { content:""; position:absolute; inset:0; background:rgba(0,0,0,.46); }
.single-episode-hero .container { position:relative; z-index:1; }
.single-episode-hero-content { max-width:870px; }
.single-episode-hero h1 { margin-bottom:42px; color:#fff; font-size:54px; line-height:1.18; }
.single-episode-hero .touch-btn { display:inline-flex; align-items:center; gap:28px; padding:10px 10px 10px 30px; border-radius:40px; }
.single-episode-hero .touch-btn span { width:43px; height:43px; display:grid; place-items:center; border-radius:50%; color:var(--primary); background:#fff; }
.single-episode-player { padding:45px 0; }
.episode-player-heading { display:flex; align-items:center; gap:24px; }
.episode-player-heading > button { width:72px; height:72px; flex:0 0 72px; border:0; border-radius:50%; color:#fff; background:var(--primary); font-size:22px; }
.episode-player-heading h2 { margin:0 0 8px; color:#fff; font-size:34px; }
.episode-player-heading p,.episode-player-heading a { color:#fff; }
.episode-player-heading p span { margin:0 8px; }
.episode-native-audio { width:100%; height:48px; margin-top:28px; }
.episode-transcript > h4 { margin-bottom:35px; font-size:28px; }
.episode-transcript > div + div { margin-top:28px; }
.episode-transcript h6 { margin-bottom:8px; font-size:18px; }
.episode-transcript p { color:var(--pra); font-size:17px; line-height:1.8; }
.episode-sharing { display:flex; align-items:center; justify-content:space-between; margin:45px 0; padding:28px 0; border-block:1px solid #e6e6e6; }
.episode-sharing > div { display:flex; gap:10px; }
.episode-sharing a { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; color:#fff; background:#151515; }
.episode-sharing a:hover { background:var(--primary); }
.single-episode-timeline { display:grid; gap:12px; }
.single-episode-timeline h3 { margin-bottom:15px; }
.single-episode-timeline button { display:grid; grid-template-columns:38px 62px 1fr; align-items:center; gap:14px; padding:15px 20px; border:0; text-align:left; background:#f6f6f6; }
.single-episode-timeline button i { width:36px; height:36px; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--primary); }
.single-episode-timeline button span { color:var(--pra); }
.episode-donation { position:sticky; top:125px; padding:34px; border:1px solid #e5e5e5; border-radius:12px; background:#fff; box-shadow:0 16px 48px rgba(0,0,0,.06); }
.episode-donation h3 { font-size:25px; line-height:1.35; }
.episode-donation p { margin:15px 0 25px; color:var(--pra); }
.episode-donation label { display:block; margin-bottom:10px; font-weight:700; }
.episode-donation label b { color:var(--primary); }
.episode-donation > button { width:100%; padding:14px; margin-bottom:9px; border:1px solid #bbb; border-radius:8px; background:#fff; font-weight:700; }
.episode-donation > button.active { color:#fff; border-color:#67ba6b; background:#67ba6b; }
.episode-donation > a { display:flex; justify-content:center; align-items:center; gap:15px; margin-top:34px; padding:16px; border-radius:4px; color:#fff; background:#67ba6b; font-weight:700; }
.episode-donation small { display:block; margin-top:26px; text-align:center; }
.episode-donation small i { margin-right:8px; color:#f4a51c; }
.episode-comment-form { margin-top:75px; padding-top:55px; border-top:1px solid #e5e5e5; }
.episode-comment-form > p { margin:12px 0 25px; color:var(--pra); }
.episode-comment-form textarea,.episode-comment-form input:not([type="checkbox"]) { width:100%; padding:15px 18px; border:1px solid #ddd; background:#fafafa; }
.episode-comment-form > label { display:block; margin:20px 0; color:var(--pra); }
.episode-comment-form > label input { margin-right:8px; }
.episode-comment-form > button { padding:14px 28px; border:0; color:#fff; background:var(--primary); text-transform:uppercase; font-weight:700; }
.more-from-show { background:#f7f7f7; }
.more-from-show .section-title span { display:block; margin-bottom:12px; color:var(--primary); font-weight:700; }
.more-from-show .podover-episode-card .thumb img { width:100%; }
.more-from-show .podover-episode-card h3 { margin:18px 0; }
.more-from-show .podover-episode-card h3 a { color:#111; }
.podover-episode-card { background:#fff; border:1px solid #eee; transition:transform .4s ease,box-shadow .4s ease; }
.podover-episode-card:hover { transform:translateY(-7px); box-shadow:0 22px 55px rgba(31,29,29,.11); }
.podover-episode-card .thumb img { display:block; aspect-ratio:510/335; object-fit:cover; transition:transform .6s ease; }
.podover-episode-card:hover .thumb img { transform:scale(1.045); }
.podover-episode-card .episode-play { position:absolute; left:28px; bottom:0; transform:translateY(50%); width:58px; height:58px; border:0; border-radius:50%; font-size:20px; }
.podover-episode-card .episode-meta span { padding-left:14px; position:relative; }
.podover-episode-card .episode-meta span::before { content:""; width:4px; height:4px; border-radius:50%; background:var(--primary); position:absolute; left:4px; top:50%; }
.podover-episode-card .content h3 { font-size:25px; line-height:1.35; }
.podcast-archive--grid { padding-top:110px; padding-bottom:110px; }
.podcast-archive--grid .row { --bs-gutter-x:30px; --bs-gutter-y:30px; }
.podcast-archive--grid .podover-episode-card { position:relative; border:0; box-shadow:0 10px 35px rgba(20,20,20,.08); }
.podcast-archive--grid .podover-episode-card:hover { transform:none; box-shadow:0 15px 42px rgba(20,20,20,.12); }
.podcast-archive--grid .podover-episode-card .thumb { overflow:visible!important; }
.podcast-archive--grid .podover-episode-card .thumb > img { aspect-ratio:510/335; }
.episode-host-image { position:absolute; z-index:2; top:25px; right:25px; width:54px; height:54px; padding:2px; border:2px solid var(--primary); border-radius:50%; background:#fff; overflow:hidden; }
.episode-host-image img { width:100%!important; height:100%!important; border-radius:50%; object-fit:cover; aspect-ratio:1!important; }
.podcast-archive--grid .podover-episode-card .content { position:relative; min-height:267px; padding:48px 30px 30px!important; }
.episode-headphone { position:absolute; top:-30px; left:30px; width:60px; height:60px; border-radius:50%; color:#fff; background:var(--primary); display:grid; place-items:center; font-size:25px; }
.podcast-archive--grid .episode-meta { margin-bottom:14px!important; font-size:14px; }
.podcast-archive--grid .content h3 { min-height:68px; margin-bottom:29px!important; font-size:24px; }
.podcast-archive--grid .view-all { color:var(--primary); font-size:12px; font-weight:700; }
.topic-episode-pagination { display:flex; justify-content:center; gap:10px; margin-top:55px; }
.topic-episode-pagination button { width:45px; height:45px; border:1px solid #e5e5e5; color:#111; background:#fff; font-weight:700; }
.topic-episode-pagination button.active,.topic-episode-pagination button:hover { color:#fff; border-color:var(--primary); background:var(--primary); }
.episode-grid-filters { margin-bottom:70px!important; }
.episode-grid-filters button { min-width:116px; height:50px; padding:0 28px; border:0; border-radius:30px; color:#111; background:#f5f5f5; font-size:12px; font-weight:700; text-transform:uppercase; transition:color .3s ease,background .3s ease; }
.episode-grid-filters button:nth-child(5) { min-width:157px; }
.episode-grid-filters button.active,.episode-grid-filters button:hover { color:#fff; background:var(--primary); }
@media(max-width:767px){
  .episode-grid-filters { gap:10px!important; margin-bottom:50px!important; }
  .episode-grid-filters button,.episode-grid-filters button:nth-child(5) { min-width:calc(50% - 5px); padding:0 12px; }
}
.podover-episode-card--simple { display:grid; grid-template-columns:minmax(280px,41%) 1fr; align-items:stretch; }
.podover-episode-card--simple .thumb img { height:100%; min-height:315px; }
.podcast-category-card { min-height:380px; background:#171717; }
.podcast-category-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 25%,rgba(0,0,0,.82)); }
.podcast-category-card img { width:100%; height:380px; object-fit:cover; transition:transform .6s ease; }
.podcast-category-card:hover img { transform:scale(1.06); }
.podcast-category-card > span { position:absolute; z-index:1; left:35px; bottom:30px; color:#fff; }
.podcast-category-card small,.podcast-category-card strong { display:block; }
.podcast-category-card strong { font-size:34px; margin-top:7px; }
.podcast-archive--category { padding-top:110px; padding-bottom:110px; }
.episode-category-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:35px 20px; align-items:start; }
.episode-category-group { min-width:0; padding:30px; background:#fff; box-shadow:0 12px 40px rgba(25,25,25,.08); }
.episode-category-cover { position:relative; display:block; overflow:hidden; }
.episode-category-cover::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.7)); }
.episode-category-cover img { display:block; width:100%; aspect-ratio:505/337; object-fit:cover; transition:transform .5s ease; }
.episode-category-cover:hover img { transform:scale(1.035); }
.episode-category-cover strong { position:absolute; z-index:1; right:0; bottom:0; padding:16px 25px; color:#fff; background:var(--primary); font-size:18px; text-transform:uppercase; }
.episode-category-rows { padding-top:24px; }
.episode-category-row { padding:17px 0; border-bottom:1px solid #eee; }
.episode-category-row h3 { margin:0 0 7px; font-size:19px; line-height:1.4; }
.episode-category-row h3 a { color:#111; }
.episode-category-row p { margin:0; color:#8b8b8b; font-size:14px; }
.episode-category-row p a { color:var(--primary); }
.episode-category-row p span { margin:0 7px; }
.episode-category-all { display:inline-flex; align-items:center; gap:9px; margin-top:27px; color:var(--primary); font-size:12px; font-weight:700; text-transform:uppercase; }
@media(max-width:767px){
  .episode-category-list { grid-template-columns:1fr; }
  .episode-category-group { padding:20px; }
}
.season-block { padding-bottom:60px; border-bottom:1px solid #e7e7e7; }
.podcast-archive--season { padding-top:110px; padding-bottom:110px; }
.season-list-exact { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; align-items:start; }
.season-list-panel { min-width:0; padding:30px 30px 35px; background:#fff; box-shadow:0 12px 40px rgba(25,25,25,.08); }
.season-list-cover { display:block; overflow:hidden; }
.season-list-cover img { display:block; width:100%; aspect-ratio:505/337; object-fit:cover; transition:transform .5s ease; }
.season-list-cover:hover img { transform:scale(1.035); }
.season-list-panel > h2 { margin:25px 0 12px; font-size:30px; }
.season-list-panel > h2 a { color:#111; }
.season-list-row { padding:18px 0; border-bottom:1px solid #eee; }
.season-list-row p { margin:0 0 7px; color:#888; font-size:14px; }
.season-list-row p a { color:var(--primary); }
.season-list-row p span { margin:0 7px; }
.season-list-row h3 { margin:0; font-size:20px; line-height:1.4; }
.season-list-row h3 a { color:#111; }
@media(max-width:767px){
  .season-list-exact { grid-template-columns:1fr; }
  .season-list-panel { padding:20px 20px 28px; }
}
.about-demo-intro { padding:110px 0; }
.about-demo-intro-grid { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }
.about-demo-collage { position:relative; min-height:500px; }
.about-demo-collage img { position:absolute; object-fit:cover; }
.about-decoration-one { top:0; left:0; width:76%; height:375px; }
.about-decoration-two { right:0; bottom:0; width:76%; height:375px; }
.about-decoration-main { z-index:2; left:50%; bottom:18px; width:430px; height:425px; object-fit:contain!important; transform:translateX(-50%); }
.about-demo-copy>span,.about-demo-hosts header span,.about-demo-testimonials header span { color:var(--primary); font-size:18px; font-weight:500; }
.about-demo-copy h2,.about-demo-hosts h2,.about-demo-testimonials h2 { margin:13px 0 27px; font-size:48px; line-height:1.15; }
.about-demo-copy p { color:#777; line-height:1.8; }
.about-demo-copy ul { margin:27px 0 38px; padding:0; }
.about-demo-copy li { display:flex; gap:9px; margin:10px 0; color:#111; font-size:17px; font-weight:700; list-style:none; }
.about-demo-copy li i { color:var(--primary); font-size:22px; }
.about-demo-button,.about-demo-cta-copy a { display:inline-block; padding:16px 30px; color:#fff; background:var(--primary); font-size:13px; font-weight:700; text-transform:uppercase; }
.about-demo-cta { position:relative; min-height:586px; display:flex; align-items:center; color:#fff; background:url('/img/about/podover/cta-base.jpg') center/cover no-repeat; overflow:hidden; }
.about-demo-cta::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.68) 0%,rgba(0,0,0,.48) 52%,rgba(0,0,0,.16) 100%); }
.about-demo-cta::after { content:""; position:absolute; inset:0 50% 0 0; background:url('/img/about/podover/cta-lines.png') center/cover no-repeat; }
.about-demo-cta .container { position:relative; z-index:1; }
.about-demo-cta-copy { position:relative; isolation:isolate; width:48%; }
.about-demo-cta-copy::before { content:""; position:absolute; z-index:-1; inset:-32px -45px; background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.58)); box-shadow:0 0 45px rgba(0,0,0,.28); }
.about-demo-cta-copy > span { color:#fff; text-shadow:0 2px 10px rgba(0,0,0,.75); }
.about-demo-cta-copy h2 { margin:20px 0 45px; color:#fff; font-size:54px; line-height:1.15; text-shadow:0 3px 16px rgba(0,0,0,.8); }
.about-demo-cta .container>img { position:absolute; right:50px; bottom:-180px; width:310px; }
.about-demo-hosts { padding:110px 0; text-align:center; }
.about-demo-hosts header,.about-demo-testimonials header { margin-bottom:55px; }
.about-host-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:30px; }
.about-host-grid img { width:100%; aspect-ratio:270/292; object-fit:cover; }
.about-host-grid h3 { margin:22px 0 5px; font-size:22px; }
.about-host-grid p { color:var(--primary); font-size:13px; font-weight:700; text-transform:uppercase; }
.about-demo-testimonials { padding:100px 0; background:#f7f7f7 url('/img/about/podover/testimonial-bg.png') center/cover no-repeat; }
.about-testimonial-grid { display:grid; grid-template-columns:1.2fr .8fr; align-items:end; gap:50px; }
.about-review-list article { display:grid; grid-template-columns:95px 1fr; gap:25px; padding:25px 0; border-top:1px solid #ddd; }
.about-review-list article>img { width:95px; height:95px; border-radius:50%; object-fit:cover; }
.about-review-list p { margin:0 0 10px; color:#777; line-height:1.7; }
.about-stars { color:var(--primary); letter-spacing:2px; }
.about-review-list h3 { margin:6px 0 0; font-size:19px; }
.about-review-list small { color:#888; text-transform:uppercase; }
.about-testimonial-person { width:100%; max-height:619px; object-fit:contain; align-self:end; }
@media(max-width:991px){.about-demo-intro-grid,.about-testimonial-grid{grid-template-columns:1fr}.about-demo-cta-copy{width:70%}.about-demo-cta .container>img{opacity:.35}.about-host-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.about-demo-intro{padding:70px 0}.about-demo-collage{min-height:390px}.about-decoration-one,.about-decoration-two{height:290px}.about-decoration-main{width:330px;height:330px}.about-demo-copy h2,.about-demo-hosts h2,.about-demo-testimonials h2{font-size:36px}.about-demo-cta{min-height:480px}.about-demo-cta-copy{width:100%}.about-demo-cta-copy h2{font-size:39px}.about-host-grid{grid-template-columns:1fr}.about-demo-hosts,.about-demo-testimonials{padding:75px 0}.about-testimonial-person{display:none}}
.faq-demo-main { padding:110px 0; }
.faq-demo-grid { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:start; }
.faq-demo-intro>span,.faq-cta-copy>span { color:var(--primary); font-size:18px; font-weight:600; }
.faq-demo-intro h2 { margin:20px 0 28px; font-size:50px; line-height:1.12; }
.faq-demo-intro>p { max-width:500px; color:#777; font-size:17px; line-height:1.8; }
.faq-socials { display:flex; gap:10px; margin-top:35px; }
.faq-socials .common-social { margin:0; padding:0; gap:10px !important; }
.faq-socials a { width:42px; height:42px; display:grid; place-items:center; color:#fff; background:#111; border-radius:50%; }
.faq-socials a:hover { background:var(--primary); }
.faq-demo-accordion { border:1px solid #e4e4e4; }
.faq-demo-accordion article+article { border-top:1px solid #e4e4e4; }
.faq-demo-accordion button { width:100%; min-height:59px; padding:16px 20px; display:flex; justify-content:space-between; align-items:center; gap:15px; border:0; color:#111; background:#fff; font-size:18px; font-weight:700; text-align:left; }
.faq-demo-accordion button span { color:#111 !important; }
.faq-demo-accordion article.active button { color:var(--primary); }
.faq-demo-accordion article.active button span { color:var(--primary) !important; }
.faq-demo-accordion article p { margin:0; padding:25px 27px 30px; border-top:1px solid #e4e4e4; color:#777; font-size:16px; line-height:1.8; }
.faq-demo-cta { min-height:532px; display:flex; align-items:center; color:#fff; background-image:url('/img/faq/line.png'),linear-gradient(90deg,rgba(0,0,0,.83),rgba(0,0,0,.28)),url('/img/faq/support-and-listen.jpg'); background-position:right bottom,left center,center; background-size:auto,cover,cover; background-repeat:no-repeat; }
.faq-demo-cta .container { position:relative; }
.faq-cta-copy { max-width:620px; }
.faq-cta-copy h2 { margin:18px 0 38px; color:#fff; font-size:49px; line-height:1.15; }
.faq-cta-copy a { display:inline-block; padding:16px 30px; color:#fff; background:var(--primary); font-size:13px; font-weight:700; text-transform:uppercase; }
.faq-demo-cta img { position:absolute; right:60px; top:50%; width:228px; transform:translateY(-50%); }
@media(max-width:991px){.faq-demo-grid{grid-template-columns:1fr}.faq-demo-cta img{opacity:.35}}
@media(max-width:767px){.faq-demo-main{padding:70px 0}.faq-demo-grid{gap:45px}.faq-demo-intro h2{font-size:37px}.faq-demo-accordion button{font-size:16px}.faq-demo-cta{min-height:450px}.faq-cta-copy h2{font-size:37px}}
.hosts-demo-page { padding:110px 0; }
.hosts-demo-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:60px 30px; }
.hosts-demo-card { min-width:0; text-align:center; }
.hosts-demo-photo { position:relative; overflow:hidden; }
.hosts-demo-photo img { display:block; width:100%; aspect-ratio:2/3; object-fit:cover; object-position:center top; transition:transform .55s ease; }
.hosts-demo-card:hover .hosts-demo-photo img { transform:scale(1.04); }
.hosts-demo-socials { position:absolute; left:50%; bottom:20px; display:flex; gap:7px; opacity:0; transform:translate(-50%,15px); transition:opacity .35s ease,transform .35s ease; }
.hosts-demo-card:hover .hosts-demo-socials { opacity:1; transform:translate(-50%,0); }
.hosts-demo-socials a { width:38px; height:38px; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--primary); }
.hosts-demo-card h2 { margin:24px 0 5px; font-size:22px; }
.hosts-demo-card h2 a { color:#111; }
.hosts-demo-card p { margin:0; color:var(--primary); font-size:13px; font-weight:700; text-transform:uppercase; }
@media(max-width:991px){.hosts-demo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:575px){.hosts-demo-page{padding:70px 0}.hosts-demo-grid{grid-template-columns:1fr;gap:45px}.hosts-demo-socials{opacity:1;transform:translate(-50%,0)}}
.host-detail-profile { padding:110px 0; }
.host-detail-profile-grid { display:grid; grid-template-columns:525px 1fr; gap:100px; align-items:center; }
.host-detail-profile-grid>img { width:525px; height:568px; object-fit:cover; }
.host-detail-profile h1 { margin:0 0 6px; font-size:45px; }
.host-detail-profile h1+span,.host-podcasts header span,.host-support-cta span { color:var(--primary); font-size:18px; font-weight:500; }
.host-detail-socials { display:flex; gap:10px; margin:25px 0 37px; }
.host-detail-socials a { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; color:#111; background:#f5f5f5; }
.host-detail-socials a:hover { color:#fff; background:var(--primary); }
.host-detail-profile h2 { margin:0 0 25px; font-size:29px; line-height:1.35; }
.host-detail-profile p { margin:0 0 22px; color:#777; font-size:16px; line-height:1.8; }
.host-podcasts { padding:0 0 110px; }
.host-podcasts header { margin-bottom:55px; text-align:center; }
.host-podcasts header h2 { margin:10px 0 0; font-size:48px; }
.host-podcast-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:30px; }
.host-podcast-grid article { padding:30px 30px 35px; border:1px solid #e5e5e5; text-align:center; }
.host-podcast-grid article>div { position:relative; overflow:hidden; }
.host-podcast-grid img { display:block; width:100%; aspect-ratio:481/316; object-fit:cover; }
.host-podcast-grid button { position:absolute; left:50%; top:50%; width:62px; height:62px; border:0; border-radius:50%; color:#fff; background:var(--primary); transform:translate(-50%,-50%); }
.host-podcast-grid h3 { margin:25px auto 20px; max-width:430px; font-size:25px; }
.host-podcast-grid h3 a { color:#111; }
.host-podcast-grid article>a,.host-view-podcasts { color:var(--primary); font-size:13px; font-weight:700; text-transform:uppercase; }
.host-view-podcasts { width:max-content; display:flex; align-items:center; gap:8px; margin:45px auto 0; }
.host-support-cta { padding:85px 0; color:#fff; background:linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.35)),url('/img/faq/support-and-listen.jpg') center/cover no-repeat; }
.host-support-cta .container { display:flex; align-items:center; justify-content:space-between; gap:35px; }
.host-support-cta h2 { margin:10px 0 0; color:#fff; font-size:46px; }
.host-support-cta .container>a { padding:16px 30px; color:#fff; background:var(--primary); font-size:13px; font-weight:700; text-transform:uppercase; white-space:nowrap; }
@media(max-width:991px){.host-detail-profile-grid{grid-template-columns:1fr;gap:45px}.host-detail-profile-grid>img{width:min(525px,100%);height:auto}.host-detail-profile{padding:80px 0}}
@media(max-width:767px){.host-podcast-grid{grid-template-columns:1fr}.host-detail-profile h1{font-size:38px}.host-podcasts header h2{font-size:38px}.host-support-cta .container{display:block}.host-support-cta h2{font-size:36px;margin-bottom:30px}.host-podcast-grid article{padding:20px 20px 28px}}
.events-demo-page { padding:110px 0; }
.events-demo-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.events-demo-card { min-width:0; background:#f7f7f7; }
.events-demo-image { display:block; overflow:hidden; }
.events-demo-image img { display:block; width:100%; aspect-ratio:700/450; object-fit:cover; transition:transform .5s ease; }
.events-demo-card:hover .events-demo-image img { transform:scale(1.04); }
.events-demo-content { min-height:243px; padding:26px 27px 30px; text-align:center; }
.events-demo-meta { display:flex; justify-content:center; flex-wrap:wrap; gap:18px; color:#888; font-size:14px; }
.events-demo-meta span { display:flex; align-items:center; gap:6px; }
.events-demo-meta i { color:var(--primary); }
.events-demo-content h2 { margin:17px 0 7px; font-size:25px; }
.events-demo-content h2 a { color:#111; }
.events-demo-content>p { margin:0; color:#888; font-size:13px; font-weight:700; text-transform:uppercase; }
.events-demo-actions { display:flex; justify-content:center; gap:10px; margin-top:27px; }
.events-demo-actions a { padding:11px 17px; color:#111; background:#fff; font-size:11px; font-weight:700; text-transform:uppercase; }
.events-demo-actions a:hover { color:#fff; background:var(--primary); }
@media(max-width:991px){.events-demo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:575px){.events-demo-page{padding:70px 0}.events-demo-grid{grid-template-columns:1fr}}
.event-detail-demo { padding:110px 0; }
.event-detail-hero { display:block; width:100%; height:520px; object-fit:cover; margin-bottom:70px; }
.event-detail-layout { display:grid; grid-template-columns:minmax(0,767px) 353px; gap:30px; align-items:start; }
.event-detail-meta { display:flex; gap:20px; color:#888; font-size:14px; }
.event-detail-meta span { display:flex; align-items:center; gap:6px; }
.event-detail-meta i { color:var(--primary); }
.event-detail-article h1 { margin:18px 0 27px; font-size:34px; }
.event-detail-article p { margin:0 0 28px; color:#777; font-size:16px; line-height:1.85; }
.event-detail-article h2 { margin:55px 0 25px; font-size:28px; }
.event-booking-panel { padding:38px 35px; background:#f5f5f5; }
.event-booking-button { display:block; margin-bottom:30px; padding:15px 22px; color:#fff; background:var(--primary); text-align:center; font-size:13px; font-weight:700; text-transform:uppercase; }
.event-booking-panel dl { margin:0; }
.event-booking-panel dl>div { padding:17px 0; border-top:1px solid #ddd; }
.event-booking-panel dt { margin-bottom:6px; color:#111; font-weight:700; }
.event-booking-panel dd { margin:0; color:var(--primary); font-weight:700; }
.event-booking-panel dd a { color:var(--primary); }
@media(max-width:991px){.event-detail-layout{grid-template-columns:1fr}.event-detail-hero{height:auto}.event-booking-panel{margin-top:25px}}
@media(max-width:575px){.event-detail-demo{padding:70px 0}.event-detail-hero{margin-bottom:45px}.event-detail-article h1{font-size:29px}.event-booking-panel{padding:28px 22px}}
.podcast-archive--simple { background:#f9f9f9; }
.podcast-archive--simple .ova-audio-category-filter { max-width:1150px; margin:0 auto; }
.simple-category-filter { gap:10px; margin:0 0 65px; padding:0; }
.simple-category-filter li { list-style:none; }
.simple-category-filter button { min-width:140px; height:50px; padding:0 27px; border:0; border-radius:30px; background:#f2f2f2; color:#151515; font-size:12px; font-weight:700; text-transform:uppercase; transition:all .3s ease; }
.simple-category-filter button:hover,.simple-category-filter button.active { color:#fff; background:var(--primary); }
.podcast-archive--simple .audio-container { display:grid; gap:10px; }
.podcast-archive--simple .item-audio-list { min-height:120px; padding:30px 40px; display:flex; align-items:center; background:#fff; box-shadow:0 14px 45px rgba(35,35,35,.065); }
.podcast-archive--simple .ova-controls { width:60%; min-width:0; display:flex; align-items:center; gap:20px; }
.podcast-archive--simple .ovau-btn-play { width:60px; height:60px; flex:0 0 60px; border:0; border-radius:50%; color:#fff; background:#000; display:grid; place-items:center; transition:background .3s ease; }
.podcast-archive--simple .ovau-btn-play:hover { background:var(--primary); }
.podcast-archive--simple .ovau-btn-play i { font-size:18px; }
.podcast-archive--simple .ova-controls .title { flex:1 1 auto; width:auto; max-width:none; margin:0; min-width:0; font-size:20px; line-height:1.5; text-align:left; }
.podcast-archive--simple .title a { color:#101010; }
.podcast-archive--simple .ovau-info { width:40%; display:grid; grid-template-columns:1.15fr .9fr .9fr 1.2fr; align-items:center; gap:17px; font-size:14px; white-space:nowrap; }
.podcast-archive--simple .host,.podcast-archive--simple .ovau-category a { color:var(--primary); }
.podcast-archive--simple .ovau-info .episode,.podcast-archive--simple .ovau-info .episode span { color:#888; }
.podcast-archive--simple .detail-link a { color:#5f5f5f; font-size:11px; font-weight:700; text-transform:uppercase; }
.podcast-archive--simple .detail-link i { margin-left:6px; }

/* WordPress demo blog archive layouts */
.blog-simple-breadcrumb { padding:115px 0 30px; background:#f8f8f8; }
.blog-simple-breadcrumb .container { display:flex; align-items:center; gap:8px; color:#747474; }
.blog-simple-breadcrumb a { color:#747474; }
.blog-simple-breadcrumb span { color:var(--primary); }
.blog-masonry-exact { padding:60px 0 110px; }
.blog-masonry-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:45px 30px; align-items:start; }
.blog-masonry-post { min-width:0; }
.blog-masonry-post .post-media { display:block; margin-bottom:24px; overflow:hidden; }
.blog-masonry-post .post-media img { display:block; width:100%; aspect-ratio:768/517; object-fit:cover; transition:transform .5s ease; }
.blog-masonry-post:hover .post-media img { transform:scale(1.035); }
.blog-masonry-post h2 { margin:0 0 18px; font-size:25px; line-height:1.25; }
.blog-masonry-post h2 a { color:#111; }
.blog-masonry-post ul { display:flex; flex-wrap:wrap; gap:14px; margin:0 0 20px; padding:0; }
.blog-masonry-post ul li { display:flex; align-items:center; gap:5px; color:#888; font-size:14px; list-style:none; }
.blog-masonry-post ul i { color:var(--primary); font-size:16px; }
.blog-masonry-post p { margin-bottom:22px; color:#777; font-size:16px; line-height:1.8; }
.masonry-read-more { display:inline-block; padding:13px 25px; border:1px solid var(--primary); border-radius:4px; color:var(--primary); font-size:15px; font-weight:700; }
.masonry-read-more:hover { color:#fff; background:var(--primary); }
.blog-masonry-layout { display:grid; grid-template-columns:minmax(0,760px) 360px; gap:30px; align-items:start; }
.blog-masonry-with-sidebar .blog-masonry-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:55px 0; }
.blog-masonry-with-sidebar .blog-masonry-post { padding-right:30px; }
.masonry-sidebar { padding-left:0; }
.masonry-search { display:flex; height:50px; margin-bottom:45px; border:1px solid #ddd; border-radius:4px; }
.masonry-search input { width:100%; padding:0 18px; border:0; background:transparent; }
.masonry-search button { width:52px; flex:0 0 52px; border:0; color:#999; background:transparent; font-size:21px; }
.masonry-sidebar section { padding-top:42px; border-top:1px solid #eee; }
.masonry-sidebar section + section { margin-top:38px; }
.masonry-sidebar h4 { margin-bottom:28px; font-size:23px; }
.masonry-sidebar ul { margin:0; padding:0; }
.masonry-sidebar li { display:flex; align-items:center; gap:10px; padding:11px 0; color:#fff; list-style:none; }
.masonry-sidebar li i { color:#bbb; }
.masonry-sidebar li a { color:#999; }
.masonry-sidebar li span { margin-left:auto; }
.masonry-tags { display:flex; flex-wrap:wrap; gap:10px; }
.masonry-tags a { padding:9px 15px; border:1px solid #ddd; color:#888; font-size:14px; }
.masonry-tags a:hover { color:#fff; border-color:var(--primary); background:var(--primary); }
.blog-grid-exact { padding:60px 0 110px; }
.blog-grid-exact-list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:95px 25px; }
.blog-grid-exact-post { min-width:0; }
.blog-grid-exact-post .post-media { display:block; margin-bottom:24px; overflow:hidden; }
.blog-grid-exact-post .post-media img { display:block; width:100%; aspect-ratio:366/247; object-fit:cover; transition:transform .5s ease; }
.blog-grid-exact-post:hover .post-media img { transform:scale(1.035); }
.blog-grid-exact-post h2 { min-height:62px; margin:0 0 14px; font-size:25px; line-height:1.25; }
.blog-grid-exact-post h2 a { color:#111; }
.blog-grid-exact-post ul { display:flex; flex-wrap:wrap; gap:13px; margin:0 0 20px; padding:0; }
.blog-grid-exact-post ul li { display:flex; align-items:center; gap:5px; color:#888; font-size:14px; list-style:none; }
.blog-grid-exact-post ul i { color:var(--primary); font-size:16px; }
.blog-grid-exact-post p { min-height:58px; margin-bottom:25px; color:#777; font-size:16px; line-height:1.8; }
.grid-read-more { display:inline-block; padding:14px 26px; border-radius:3px; color:#fff; background:var(--primary); font-size:15px; font-weight:700; }
.grid-read-more:hover { color:#fff; background:#111; }
.blog-grid-sidebar-layout { display:grid; grid-template-columns:minmax(0,730px) 360px; gap:60px; align-items:start; }
.blog-grid-with-sidebar .blog-grid-exact-list { grid-template-columns:repeat(2,minmax(0,1fr)); gap:95px 25px; }
.blog-classic-no-sidebar { padding:60px 20px 110px; }
.classic-blog-list { width:min(800px,100%); margin:0 auto; }
.classic-blog-post + .classic-blog-post { margin-top:70px; }
.classic-blog-post .post-media { display:block; margin-bottom:25px; overflow:hidden; }
.classic-blog-post .post-media img { display:block; width:100%; aspect-ratio:800/538; object-fit:cover; transition:transform .5s ease; }
.classic-blog-post:hover .post-media img { transform:scale(1.025); }
.classic-blog-post h2 { margin:0 0 16px; font-size:30px; line-height:1.25; }
.classic-blog-post h2 a { color:#111; }
.classic-blog-post ul { display:flex; flex-wrap:wrap; gap:18px; margin:0 0 22px; padding:0; }
.classic-blog-post li { display:flex; align-items:center; gap:6px; color:#888; font-size:15px; list-style:none; }
.classic-blog-post li i { color:var(--primary); font-size:17px; }
.classic-blog-post p { margin:0 0 26px; color:#777; font-size:16px; line-height:1.85; }
.blog-classic-with-sidebar { padding-left:0; padding-right:0; }
.blog-classic-sidebar-layout { display:grid; grid-template-columns:minmax(0,730px) 360px; gap:60px; align-items:start; }
.blog-classic-with-sidebar .classic-blog-list { width:100%; }
.blog-classic-with-sidebar .classic-blog-post .post-media img { aspect-ratio:730/491; }
.podover-blog-card { background:#fff; border:1px solid #ececec; height:100%; }
.podover-blog-card .thumb img { display:block; width:100%; aspect-ratio:510/335; object-fit:cover; transition:transform .6s ease; }
.podover-blog-card:hover .thumb img { transform:scale(1.04); }
.podover-blog-card .content h2 { font-size:28px; line-height:1.35; }
.podover-blog-card--wide .thumb img { aspect-ratio:770/455; }
.blog-meta { color:var(--pra); font-size:14px; }
.blog-meta i { margin-right:4px; }
.sidebar-widget { border:1px solid #e7e7e7; padding:32px; margin-bottom:30px; background:#fff; }
.sidebar-widget > h4 { font-size:23px; margin-bottom:24px; padding-bottom:16px; border-bottom:1px solid #e7e7e7; }
.sidebar-search { display:flex; background:#f5f5f5; }
.sidebar-search input { width:100%; padding:15px 18px; background:transparent; border:0; }
.sidebar-search button { width:54px; flex:0 0 54px; color:#fff; background:var(--primary); border:0; }
.sidebar-widget ul li + li { border-top:1px solid #eee; }
.sidebar-widget ul a { display:flex; justify-content:space-between; padding:12px 0; color:var(--pra); }
.recent-post { display:grid; grid-template-columns:82px 1fr; gap:15px; align-items:center; color:var(--heading); font-weight:700; line-height:1.35; }
.recent-post + .recent-post { margin-top:18px; }
.recent-post img { width:82px; height:72px; object-fit:cover; }
.podover-pagination { display:flex; gap:10px; }
.podover-pagination button { width:48px; height:48px; border:1px solid #ddd; background:#fff; }
.podover-pagination button.active,.podover-pagination button:hover { color:#fff; background:var(--primary); border-color:var(--primary); }
.blog-archive-page--masonry .row > div:nth-child(3n+2) .podover-blog-card .thumb img { aspect-ratio:1/1; }

/* Topics mega menu */
.topics-mega-menu { position:fixed; top:98px; left:50%; width:min(1170px,calc(100vw - 40px)); padding:48px 20px 52px; background:#fff; box-shadow:0 22px 55px rgba(0,0,0,.13); opacity:0; visibility:hidden; pointer-events:none; transform:translate(-50%,12px); transition:opacity .3s ease,visibility .3s ease,transform .3s ease; }
.topics-mega-heading { margin:0 0 16px; color:#111; font-size:14px; font-weight:700; text-transform:uppercase; }
.topics-mega-heading::after { content:""; display:block; width:64px; height:2px; margin-top:4px; background:var(--primary); }
.topics-mega-viewport { overflow:hidden; padding:0 0 2px; }
.topics-mega-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:30px; }
.topics-mega-card { min-width:0; min-height:365px; border:2px solid #e8e8e8; background:#fff; text-align:center; }
.topics-mega-thumb { position:relative; display:block; margin:0 10px; overflow:visible; }
.topics-mega-thumb > img { display:block; width:100%; height:220px; object-fit:cover; transition:transform .45s ease; }
.topics-mega-card:hover .topics-mega-thumb > img { transform:scale(1.025); }
.topics-host { position:absolute; z-index:2; top:30px; right:28px; width:50px; height:50px; padding:2px; border:2px solid var(--primary); border-radius:50%; background:#fff; overflow:hidden; }
.topics-host img { width:100%; height:100%; border-radius:50%; object-fit:cover; }
.topics-play { position:absolute; z-index:2; left:50%; bottom:-30px; width:60px; height:60px; border-radius:50%; color:#fff; background:var(--primary); display:grid; place-items:center; transform:translateX(-50%); font-size:19px; }
.topics-mega-content { padding:42px 22px 26px; }
.topics-mega-content h5 { min-height:58px; margin:0 0 26px; font-size:22px; line-height:1.25; }
.topics-mega-content h5 a { color:var(--heading)!important; }
.topics-listen { color:var(--primary)!important; font-size:13px; font-weight:500; text-transform:uppercase; }
.topics-mega-pagination { display:flex; justify-content:center; gap:8px; padding-top:42px; }
.topics-mega-pagination button { width:10px; height:10px; padding:0; border:0; border-radius:50%; background:#ccc; }
.topics-mega-pagination button.active { background:var(--primary); }
@media(min-width:992px){
  .header-section .menu-item:hover > .topics-mega-menu { opacity:1; visibility:visible; pointer-events:auto; transform:translate(-50%,0); }
}
@media(max-width:991px){
  .blog-masonry-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .blog-masonry-layout { grid-template-columns:1fr; }
  .masonry-sidebar { margin-top:25px; }
  .blog-grid-exact-list { grid-template-columns:repeat(2,minmax(0,1fr)); gap:65px 25px; }
  .blog-grid-sidebar-layout { grid-template-columns:1fr; gap:70px; }
  .blog-classic-sidebar-layout { grid-template-columns:1fr; gap:70px; }
  .topics-mega-menu { display:none; position:static; width:100%; padding:18px 15px; opacity:1; visibility:visible; pointer-events:auto; transform:none; box-shadow:none; }
  .topics-mega-heading { margin-bottom:14px; }
  .topics-mega-grid { grid-template-columns:1fr; gap:12px; }
  .topics-mega-card { display:grid; grid-template-columns:100px 1fr; min-height:100px; gap:14px; text-align:left; }
  .topics-mega-thumb { margin:5px; overflow:hidden; }
  .topics-mega-thumb > img { height:88px; }
  .topics-host,.topics-play { display:none; }
  .topics-mega-content { padding:12px 10px 8px 0; }
  .topics-mega-content h5 { min-height:0; font-size:15px; margin:0 0 8px; }
  .topics-mega-pagination { padding-top:15px; }
  .podcast-archive--simple .item-audio-list { align-items:flex-start; gap:24px; }
  .podcast-archive--simple .ova-controls { width:56%; }
  .podcast-archive--simple .ovau-info { width:44%; grid-template-columns:1fr 1fr; row-gap:10px; white-space:normal; }
}
@media(max-width:767px){
  .blog-simple-breadcrumb { padding-top:105px; }
  .blog-masonry-exact { padding:45px 0 80px; }
  .blog-masonry-grid { grid-template-columns:1fr; }
  .blog-masonry-with-sidebar .blog-masonry-grid { grid-template-columns:1fr; }
  .blog-masonry-with-sidebar .blog-masonry-post { padding-right:0; }
  .blog-grid-exact { padding:45px 0 80px; }
  .blog-grid-exact-list { grid-template-columns:1fr; gap:55px; }
  .blog-grid-with-sidebar .blog-grid-exact-list { grid-template-columns:1fr; gap:55px; }
  .blog-grid-exact-post h2,.blog-grid-exact-post p { min-height:0; }
  .blog-classic-no-sidebar { padding:45px 20px 80px; }
  .classic-blog-post + .classic-blog-post { margin-top:55px; }
  .classic-blog-post h2 { font-size:25px; }
  .single-episode-hero { min-height:570px; padding:190px 0 80px; }
  .single-episode-hero h1 { font-size:38px; }
  .episode-player-heading { align-items:flex-start; }
  .episode-player-heading > button { width:58px; height:58px; flex-basis:58px; }
  .episode-player-heading h2 { font-size:25px; }
  .episode-donation { padding:25px 20px; }
  .podover-episode-card--simple { grid-template-columns:1fr; }
  .podover-episode-card--simple .thumb img { min-height:0; }
  .podcast-category-card,.podcast-category-card img { min-height:300px; height:300px; }
  .simple-category-filter { margin-bottom:40px; }
  .simple-category-filter li { flex:1 1 calc(50% - 10px); }
  .simple-category-filter button { min-width:0; width:100%; padding:0 12px; }
  .podcast-archive--simple .item-audio-list { padding:25px 22px; display:block; }
  .podcast-archive--simple .ova-controls,.podcast-archive--simple .ovau-info { width:100%; }
  .podcast-archive--simple .ova-controls { align-items:flex-start; }
  .podcast-archive--simple .ovau-btn-play { width:52px; height:52px; flex-basis:52px; }
  .podcast-archive--simple .title { font-size:18px; }
  .podcast-archive--simple .ovau-info { margin-top:20px; padding-left:72px; }
}
/*# sourceMappingURL=main.css.map */

/* Donate page - mirrors the original GiveWP form while keeping it local to React. */
.donate-demo-section{padding:10px 20px 126px;min-height:552px;background:#fff}
.donate-demo-form{width:560px;max-width:100%;margin:0 auto;padding:25px 32px 31px;border:1px solid #e3e3e3;border-radius:7px;box-shadow:0 1px 2px rgba(0,0,0,.08);font-family:Roboto,Arial,sans-serif;color:#101010}
.donate-demo-form h2{margin:0 0 6px;font-size:20px;line-height:1.4;font-weight:600;color:#111}
.donate-progress{height:4px;margin:0 0 24px;background:#e9e9e9;overflow:hidden}
.donate-progress span{display:block;width:0;height:100%;background:#69ba6c}
.donate-demo-form>p{margin:0 0 26px;font-size:16px;line-height:1.55;color:#353535}
.donate-field-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.donate-field-heading label{font-size:16px;font-weight:500}.donate-field-heading b{color:#e04b3f}
.donate-field-heading span{padding:5px 12px;border-radius:5px;background:#e5e5e5;font-size:12px;color:#555}
.donate-amount-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:48px}
.donate-amount-grid button{height:56px;border:1px solid #777;border-radius:8px;background:#fff;color:#101010;font-size:18px;font-weight:600;transition:background-color .2s,color .2s,border-color .2s}
.donate-amount-grid button:hover,.donate-amount-grid button.active{border-color:#69ba6c;background:#69ba6c;color:#fff}
.donate-submit{display:flex;align-items:center;justify-content:center;gap:18px;width:100%;height:50px;border:0;border-radius:3px;background:#69ba6c;color:#fff;font-size:16px;font-weight:600;transition:background-color .2s}
.donate-submit:hover{background:#57aa5b}.donate-submit i{font-size:20px}
.donate-demo-form small{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:31px;font-size:12px;color:#111}
.donate-demo-form small i{font-size:15px;color:#f4a522}
@media(max-width:575px){.donate-demo-section{padding:10px 15px 80px}.donate-demo-form{padding:22px 18px 28px}.donate-demo-form h2{font-size:18px}.donate-amount-grid{grid-template-columns:repeat(2,1fr);margin-bottom:34px}.donate-amount-grid button{font-size:16px}}

/* Pricing page */
.pricing-demo-section{padding:108px 20px 120px}.pricing-demo-header{text-align:center}.pricing-demo-header>span{display:block;margin-bottom:18px;color:#eb8a12;font-size:18px;font-weight:500}.pricing-demo-header h2{margin:0;color:#050505;font-size:50px;line-height:1.2;font-weight:700}.pricing-period{display:flex;align-items:center;justify-content:center;gap:15px;margin:34px 0 50px}.pricing-period>button:not(.pricing-switch){border:0;background:none;color:#777;font-size:16px}.pricing-period>button.active{color:#050505;font-weight:600}.pricing-switch{position:relative;width:55px;height:28px;padding:3px;border:0;border-radius:20px;background:#eb8a12}.pricing-switch i{display:block;width:22px;height:22px;border-radius:50%;background:#fff;transition:transform .25s}.pricing-switch.yearly i{transform:translateX(27px)}
.pricing-demo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.pricing-demo-card{position:relative;overflow:hidden;border-radius:38px;background:#fff;box-shadow:0 5px 30px rgba(0,0,0,.07);color:#111}.pricing-demo-card.featured{background:#050505;color:#fff}.pricing-pick{position:absolute;left:0;top:0;width:100px;height:100px;background:#eb8a12;clip-path:polygon(0 0,100% 0,0 100%)}.pricing-pick i{position:absolute;top:18px;left:19px;color:#fff;font-size:29px}.pricing-card-head{padding:40px 35px 27px;text-align:center;border-bottom:1px solid #e6e6e6}.featured .pricing-card-head{border-color:#393939}.pricing-card-head h3{margin:0 0 14px;font-size:24px;font-weight:700}.pricing-value{display:flex;align-items:baseline;justify-content:center}.pricing-value sup{margin-right:5px;font-size:16px;font-weight:700}.pricing-value strong{font-size:48px;line-height:1;font-weight:700}.pricing-value span{margin-left:5px;font-size:18px;font-weight:600}.pricing-card-head p{margin:22px 0 0;color:#858585;font-size:16px}.featured .pricing-card-head p{color:#ddd}.pricing-demo-card ul{min-height:386px;margin:0;padding:28px 35px 10px;list-style:none}.pricing-demo-card li{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:19px;font-size:16px;line-height:1.35}.pricing-demo-card li i{flex:0 0 auto;color:#68c784;font-size:21px}.pricing-demo-card li.disabled{color:#999}.pricing-demo-card li.disabled i{color:#ff5151}.pricing-demo-card>a{display:block;margin:5px 35px 40px;padding:15px;text-align:center;border:1px solid #eb8a12;border-radius:3px;color:#eb8a12;font-weight:600;transition:.25s}.pricing-demo-card>a:hover,.pricing-demo-card.featured>a{background:#eb8a12;color:#fff}
@media(max-width:991px){.pricing-demo-header h2{font-size:42px}.pricing-demo-grid{grid-template-columns:repeat(2,1fr)}.pricing-demo-card.featured{order:-1}}@media(max-width:767px){.pricing-demo-section{padding:70px 15px 80px}.pricing-demo-header h2{font-size:34px}.pricing-demo-grid{grid-template-columns:1fr;max-width:480px;margin:auto}}@media(max-width:430px){.pricing-demo-header h2{font-size:29px}.pricing-period{gap:7px}.pricing-period>button:not(.pricing-switch){font-size:13px}.pricing-card-head,.pricing-demo-card ul{padding-left:24px;padding-right:24px}.pricing-demo-card>a{margin-left:24px;margin-right:24px}}

/* Shop archive */
.shop-demo-section{padding:110px 20px 120px}.shop-demo-layout{display:grid;grid-template-columns:minmax(0,790px) 310px;gap:20px}.shop-demo-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:43px}.shop-demo-toolbar p{margin:0;color:#171717;font-size:16px}.shop-demo-toolbar select{width:215px;height:50px;padding:0 15px;border:1px solid #e1e1e1;background:#fff;color:#444}.shop-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:72px 30px}.shop-product{position:relative;text-align:center}.shop-product>a:first-child{display:block;color:#111}.shop-product-image{overflow:hidden;margin-bottom:25px;background:#f3f3f3}.shop-product-image img{display:block;width:100%;aspect-ratio:1;object-fit:cover;transition:transform .45s}.shop-product:hover .shop-product-image img{transform:scale(1.05)}.shop-sale{position:absolute;z-index:2;top:15px;right:14px;padding:5px 10px;border-radius:4px;background:#eb8a12;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase}.shop-product-categories{min-height:20px;color:#eb8a12;font-size:13px}.shop-product h2{margin:7px 0 9px;font-size:20px;line-height:1.25;font-weight:600}.shop-rating{margin-bottom:7px;color:#ffb400;font-size:14px;letter-spacing:2px}.shop-price{color:#111;font-size:15px}.shop-price del{margin-right:4px;color:#999}.shop-price strong{font-weight:600}.shop-add-cart{display:inline-block;margin-top:20px;padding-bottom:5px;border-bottom:1px solid #eb8a12;color:#eb8a12!important;font-size:13px;font-weight:600;text-transform:uppercase}.shop-pagination{display:flex;gap:8px;margin-top:60px}.shop-pagination button{display:grid;place-items:center;width:42px;height:42px;border:1px solid #ddd;background:#fff;color:#111}.shop-pagination button.active,.shop-pagination button:hover{border-color:#eb8a12;background:#eb8a12;color:#fff}
.shop-sidebar form{display:flex;height:58px;margin-bottom:35px;border:1px solid #e2e2e2}.shop-sidebar form input{min-width:0;flex:1;padding:0 20px;border:0;outline:0}.shop-sidebar form button{width:58px;border:0;background:#eb8a12;color:#fff;font-size:21px}.shop-widget{padding:27px 24px;border:1px solid #e7e7e7}.shop-widget+.shop-widget{margin-top:30px}.shop-widget h3{margin:0 0 21px;font-size:21px}.shop-widget>a{display:block;padding:7px 0;color:#555;font-size:15px}.shop-widget>a:hover{color:#eb8a12}.shop-top-products>a{display:flex;gap:14px;padding:8px 0}.shop-top-products img{width:62px;height:62px;object-fit:cover}.shop-top-products span{display:flex;flex-direction:column}.shop-top-products b{color:#222;font-size:14px}.shop-top-products em{color:#ffb400;font-size:11px;letter-spacing:1px}.shop-top-products small{color:#555}.shop-price-line{position:relative;height:4px;margin:28px 0;background:#111}.shop-price-line:before,.shop-price-line:after{content:"";position:absolute;top:-5px;width:14px;height:14px;border-radius:50%;background:#111}.shop-price-line:before{left:0}.shop-price-line:after{right:0}.shop-price-filter{display:flex;align-items:center;justify-content:space-between}.shop-price-filter button{padding:7px 16px;border:0;background:#111;color:#fff}.shop-price-filter span{font-size:13px;color:#555}.shop-tags{display:flex;flex-wrap:wrap;gap:8px}.shop-tags a{padding:7px 11px;background:#f4f4f4;color:#555;font-size:13px}.shop-tags a:hover{background:#eb8a12;color:#fff}
@media(max-width:991px){.shop-demo-layout{grid-template-columns:1fr}.shop-sidebar{margin-top:60px}}@media(max-width:767px){.shop-demo-section{padding:70px 15px 80px}.shop-product-grid{grid-template-columns:repeat(2,1fr);gap:50px 20px}}@media(max-width:520px){.shop-demo-toolbar{align-items:flex-start;flex-direction:column;gap:18px}.shop-demo-toolbar select{width:100%}.shop-product-grid{grid-template-columns:1fr;max-width:360px;margin:auto}.shop-sidebar{margin-top:50px}}

/* Empty cart state from the original WooCommerce page. */
.cart-empty-section{min-height:285px;padding:111px 20px 115px}.cart-empty-section p{margin:0 0 8px;color:#777;font-size:16px;line-height:1.6}.cart-empty-section a{color:#eb8a12;font-size:15px;font-weight:600}.cart-empty-section a:hover{color:#111}@media(max-width:767px){.cart-empty-section{min-height:240px;padding:72px 15px 80px}}
