/*
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&amp;display=swap");
:root {
  --body: #ffffff;
  --primary: #ff4f00;
  --text: #777777;
  --heading: #000000;
  --light: #e4e4e4;
  --black: #000;
  --borders: rgba(255, 255, 255, 0.1);
  --white: #fff;
  --spantext: #757575;
  --theme: #ff4f00;
  --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: 'Poppins', sans-serif;
}

body {
  font-family: 'Poppins', 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: 20px;
}

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

@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);
}


.music-connect {
  position: relative;
  background: url("images/indian-music-bg.jpg") center/cover no-repeat;
  padding: 100px 20px;
  color: #2c1b12;
}

.music-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 248, 240, 0.85); /* light & warm */
}

.music-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.music-title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  margin-bottom: 12px;
}

.music-subtitle {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.music-text {
  max-width: 700px;
  margin: 0 auto 50px;
  font-size: 18px;
  line-height: 1.7;
}

.music-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: flex-start;
}

.music-form input,
.music-form textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #c9b7a2;
  background: #fff;
  font-size: 16px;
  outline: none;
}

.music-form textarea {
  height: 150px;
  resize: none;
}

.music-form button {
  margin-top: 20px;
  padding: 14px 36px;
  background: #b6482f;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.music-form button:hover {
  background: #8f3624;
}

/* Mobile */
@media (max-width: 768px) {
  .music-form {
    grid-template-columns: 1fr;
  }

  .music-title {
    font-size: 36px;
  }
}



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

.personal- -item .thumb {
  margin-top: -32px;
  transition: all 0.4s;
}
.personal- -item h5 {
  max-width: 270px;
  margin: 0 auto;
}
.personal- -item:hover .thumb {
  margin-top: -25px;
}
.personal- -item:hover h5 a {
  color: var(--theme);
}
.personal- -item:hover .theme-clr {
  color: var(--theme);
}
@media (max-width: 991px) {
  .personal- -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;
  }
}
.page-banner {
    background: url(../img/banner/mysore1.webp) no-repeat center center; /* your image */
   background-size: cover;
  padding: 285px 5px 350px;
  z-index: 1;
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
    justify-content: center;
    text-align: center;
}

.gallery-banner {
    background: url("../img/about/gallery1.webp") center center / cover no-repeat !important;
}

/* Dark overlay for text clarity */
.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}
.gallery-section {
    padding: 80px 0;
    background: #fff;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* Gallery Section */
.gallery-section {
  background: #fff;
  padding: 80px 0;
}

/* Tabs */
.gallery-tabs {
  display: flex;
  justify-content: center;
  gap: 250px;
  margin-bottom: 20px;
  font-size: 56px;
}

.tab {
  text-align: center;
  cursor: pointer;
}

.tab span {
  display: block;
  color: #000;
  font-size: 20px;
}

.tab .icon {
  font-size: 26px;
  margin-bottom: 8px;
}

.tab.active span {
  color: #c0392b;
}


/* Red underline */
.tab-line {
  width: 100%;
  height: 1px;
  background: #df0f0f;
  margin: 15px 0 40px;
  position: relative;
}

.tab-line::after {
  content: "";
  width: 120px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Description */
.gallery-description {
  text-align: center;
  color: #000;
  font-size: 20px;
  max-width: 1000px;
  margin: 0 10px 10px;
  line-height: 1.6;
}

/* Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gallery-grid img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  margin: 0%;
}


/* Content */
.banner-content {
    position: relative;
    max-width: 750px;
    color: #fff;
    z-index: 2;
}

.banner-content h1 {
  color: #fff;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.banner-content p {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.95;
}
/* Tabs hover */
.tab {
  transition: transform 0.3s ease;
}

.tab:hover {
  transform: translateY(-6px);
}

/* Active tab */
.tab.active span {
  color: #c0392b;
}

/* Content visibility */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Image hover animation */
.gallery-grid img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-grid img:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}
.tab-content { display: none; }
.tab-content.active { display: block; }

/* Smooth hover effect for tabs */
.tab { cursor: pointer; transition: all 0.3s ease; }
.tab:hover { color: #ff4500; }
.tab.active { font-weight: bold; }
.blog-card {
    transition: all 0.4s ease;
}

.blog-card:hover {
    background: #ffffff00;
}

/* Text color changes on hover */
.blog-card:hover h5,
.blog-card:hover p {
    color: #111;
}

.blog-card:hover .blog-date {
    color: #c0392b;
}

.blog-card:hover .read-more {
    color: #c0392b;
}

/* Image subtle zoom on hover */
.blog-card .blog-image img {
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

/* Overlay text stays readable */
.blog-card:hover .image-overlay h4,
.blog-card:hover .image-overlay p {
    color: #fff;
}

.blog-section {
    background:#ffffff;
    padding: 100px 0;
    color: #fff;
}

.section-title h1 {
    font-size: 52px;
    font-weight: 700;
}

.section-title h3 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 10px;
    color: #291833;
}

.blog-card {
    background: #1a1129;
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
}

.blog-image {
    position: relative;
    overflow: hidden;
}

.blog-image img {
    width: 120%;
    height: 240px;
    object-fit: cover;
}
.blog-image {
  position: relative;
  width: 120%;
  height: 240px;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.image-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.image-overlay h4 {
    color: #e74c3c;
    font-weight: 700;
}

.image-overlay p {
    font-size: 14px;
    color: #ccc;
}

.blog-content {
    padding: 25px;
}

.blog-content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-date {
    display: block;
    color: #e74c3c;
    font-size: 13px;
    margin-bottom: 15px;
}

.blog-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #ddd;
}

.read-more {
    color: #e74c3c;
    font-weight: 600;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .page-banner {
        height: 60vh;
        padding: 0 20px;
    }

    .banner-content h1 {
        font-size: 34px;
    }

    .banner-content p {
        font-size: 16px;
    }
}
/* ===== BLOG CARD BASE ===== */
.blog-card {
  background-color: #0f0f0f;
  border-radius: 12px;
  overflow: hidden;
}

/* Content area */
.blog-card .blog-content {
  background-color: #0f0f0f;
  padding: 20px;
}

/* ===== DEFAULT STATE ===== */
.blog-card h5,
.blog-card p {
  color: #ffffff !important;
}

.blog-card .blog-date,
.blog-card .read-more {
  color: #e53935 !important;
}

/* ===== HOVER STATE ===== */
.blog-card:hover h5,
.blog-card:hover p {
  color: #b3b3b3 !important;
}

.blog-card:hover .blog-date,
.blog-card:hover .read-more {
  color: #ffffff !important;
}

.header-section {
  width: 100%;
  z-index: 100;
  z-index: 999;
  padding-top: 8px !important;
  padding-bottom: 8px;
}
.header-section .brand-logo {
  max-width: 180px;
}
@media (max-width: 1199px) {
  .header-section .brand-logo {
    max-width: 100px;
  }
}
@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/element/mysore6.webp) 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: rgba(255, 255, 255, 0.6);
  font-family: var(--body-font);
}
.breadcrumnd-banner .breadcrumnd li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--body-font);
  transition: all 0.4s;
}
.breadcrumnd-banner .breadcrumnd li a:hover {
  color: var(--primary);
}
@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;
  }
}
.page-banner {
    height: 100vh;
    background: url("../img/pricing/learn.webp") center / cover no-repeat;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
}

.banner-content {
    position: relative;
    color: #fff;
    text-align: center;
    max-width: 900px;
    padding: 0 20px;
}

.banner-content h1 {
    font-size: 48px;
    margin-bottom: 15px;
}

.banner-content p {
    font-size: 16px;
    line-height: 1.7;
}
.learn-intro {
  padding: 80px 0;
  background-color: #ffffff;
}

.learn-intro .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Main heading */
.learn-intro h1 {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin-bottom: 30px;
}

/* Sub heading */
.learn-intro h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 700;
  margin: 60px 0 20px;
  color: #000;
}

/* Paragraphs */
.learn-intro p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
  margin-bottom: 20px;
}
/* ===== Learn Music Intro – margin reset ===== */
.learn-intro {
  padding: 0;
  margin: 0;
}

.learn-intro h1,
.learn-intro h2,
.learn-intro p {
  margin: 0;
}

.hero-section-version1 {
  background: url(../img/banner/myosre2.webp) no-repeat center center;
  background-size: cover;
  padding: 285px 5px 350px;
  z-index: 1;
  position: relative;
  min-height: 50vh;
}
.hero-section-version1 .hero-v1-content {
  min-height: 50vh;
  display: flex;
  align-items: flex-end;     /* 👈 pushes text to bottom */
  justify-content: center;   /* horizontal center */
  padding-bottom: 40px;
      /* 👈 move text slightly up/down */
}
.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: 50px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
  word-spacing: 10px;
  letter-spacing: 20px;
  white-space: nowrap;
   bottom: 60px;
}
.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;
}
.thumb iframe {
    width: 100%;
    height: 320px;   /* increase this value */
}
.video-box {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.video-box::before {
    /* content: "▶"; */
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 48px;
    color: #fff;
    background: rgba(0,0,0,0.4);
}
.thumb.video-box {
    height: 340px;   /* try 360px or 400px */
}

.thumb.video-box iframe {
    width: 100%;
    height: 100%;
}

@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;
    position: relative;
    top: 60px;
  }
  .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.png) 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: url(../img/banner/banner-v3.png) no-repeat top center;
  background-size: cover;
  padding: 168px 5px 140px;
}
@media (max-width: 1199px) {
  .hero-content-wrapv3 {
    padding: 120px 5px 120px;
  }
}
@media (max-width: 1199px) {
  .hero-content-wrapv3 {
    padding: 105px 5px 95px;
  }
}

#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.html) 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: 725px;
  margin-left: auto;
  background: url(../img/element/autoplay-cloud.html) 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%;
}

.about-thumb {
  position: relative;
  height: 550px;
  width: 100%;
  z-index: 1;
}
.about-thumb .thumb1,
.about-thumb .thumb2 {
  position: absolute;
  width: 530px;
  height: 575px;
}
.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%;
  }
}
.bio-editorial {
    background: #ffffff;
    padding-bottom: 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Divider line */
.bio-divider {
    border: none;
    border-top: 2px solid #000000;
    margin: 60px 0;
}

/* Two column layout */
.bio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Headings */
.bio-col h2 {
    font-family: serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    color: #0f172a;
    margin-bottom: 20px;
}

/* Paragraph text */
.bio-col p {
    font-size: 17px;
    line-height: 1.8;
    color: #1f2937;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* Card */
.video-card {
  display: flex;
  flex-direction: column;
}

/* Responsive video */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 16px;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Text */
.video-title {
  font-size: 22px;
  line-height: 1.3;
  margin: 10px 0;
  font-weight: 600;
}

.video-date {
  color: #d23a2e;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}

.video-description {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #333;
}

/* Mobile */
@media (max-width: 768px) {
  .video-grid {
    grid-template-columns: 1fr;
  }
}
.press-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

/* Card */
.press-card {
  display: flex;
  flex-direction: column;
}

/* Image */
.press-image img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

/* Title */
.press-title {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 600;
  margin: 0 0 10px;
}

/* Date */
.press-date {
  color: #d23a2e;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
}

/* Description */
.press-description {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .press-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* Responsive */
@media (max-width: 992px) {
    .bio-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bio-col h2 {
        font-size: 28px;
    }
}

.bio-intro {
    max-width: 1100px;        /* controls the line length */
    margin: 0 auto 48px;     /* centers it */
    font-size: 20px;
    line-height: 1.7;
    color: #0f172a;          /* dark, readable text */
    font-weight: 400;
}

.biography-section {
    padding: 0px 0;
    background-color: #ffffff;
}

.bio-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;

    display: grid;
    grid-template-columns: 1.6fr 1.6fr;
    gap: 60px;
    align-items: start;
}

.bio-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.bio-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #334155;
    margin-bottom: 24px;
}

.bio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

/* Responsive */
@media (max-width: 992px) {
    .bio-container {
        grid-template-columns: 1fr;
    }

    .bio-image {
        order: -1;
    }

    .bio-content h2 {
        font-size: 30px;
    }
}

.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;
}


.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-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;
  }
}
.popup-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #28a745; /* nice green */
  color: white;
  padding: 1.5rem 2.5rem;
  border-radius: 8px;
  font-size: 1.2rem;
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 9999;
}

.popup-message.show {
  opacity: 1;
  pointer-events: auto;
}

.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);
}

.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.html) 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;
  }
}

.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.html) 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;
  }
}

@keyframes dscroll {
  100% {
    transform: translateY(100vh);
  }
}


/* Base card */
.blog-card {
  background-color: #0f0f0f !important;
}

/* Content area */
.blog-card .blog-content {
  background-color: #0f0f0f !important;
}

/* DEFAULT STATE */
.blog-card h5,
.blog-card p {
  color: #ffffff !important;
}

.blog-card .blog-date,
.blog-card .read-more {
  color: #e53935 !important;
}

/* HOVER STATE */
.blog-card:hover h5,
.blog-card:hover p {
  color: #b3b3b3 !important;
}

.blog-card:hover .blog-date,
.blog-card:hover .read-more {
  color: #ffffff !important;
}
/* NORMAL STATE — readable */

.writing-card h3,
.writing-card p {
  color: #111111;   /* black text */
}

.writing-card .date {
  color: #e53935;   /* red date */
}

.writing-card a {
  color: #e53935;
}

/* HOVER STATE */

.writing-card:hover h3,
.writing-card:hover p { 
  color: #000000;  /* black on hover */
}

.writing-card:hover .date,
.writing-card:hover a {
  color: #777777;   /* grey on hover */
}
.writings-section p {
  color: #555;   /* or #333 */
  opacity: 1;
}
.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: #ff4f00;
    transform: rotate(180deg);
  }
}
@keyframes zin {
  50% {
    transform: scale(1.05);
  }
}

.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);
}

.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;
}


.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;
  }
}
.bio-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* fills the space nicely */
    border-radius: 10px; /* optional – looks premium */
    display: block;
}
/* Only for playlist section image */
.playlist-bio-fit {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.playlist-bio-fit img {
    width: 180%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Ensure column stretches only here */
.playlist-section .row {
    align-items: stretch;
}

/* Mobile safety */
@media (max-width: 991px) {
    .playlist-bio-fit img {
        height: auto;
    }
}

.writings-section {
  padding: 80px 0;
  background: #f9f9f9;
}

.writings-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.writing-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.writing-card:hover {
  transform: translateY(-6px);
}

.writing-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.writing-content {
  padding: 25px;
}

.writing-content .category {
  color: #ff5a00;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.writing-content h3 {
  font-size: 22px;
  margin: 10px 0;
}

.writing-content .date {
  font-size: 14px;
  color: #888;
}

.writing-content p {
  margin: 15px 0;
  line-height: 1.6;
}

.writing-content a {
  color: #ff5a00;
  font-weight: 600;
  text-decoration: none;
}

