/*====================================================
Template Name   : Yocast
Description     : Podcast HTML5 Template
Author          : LunarTemp
Version         : 1.0
=======================================================*/
/* 


/* @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital@0;1&display=swap'); */


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

/*====================
1. Google fonts
======================*/
/* 
@font-face {
  font-family: ;
  src: url('../fonts/Dosis-Regular.woff2') format('woff2'),
    url('../fonts/Dosis-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: '';
  src: url('../fonts/.woff2') format('woff2'),
    url('../fonts/.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dosis-SemiBold';
  src: url('../fonts/Dosis-SemiBold.woff2') format('woff2'),
    url('../fonts/Dosis-SemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baloo2-SemiBold';
  src: url('../fonts/Baloo2-SemiBold.woff2') format('woff2'),
    url('../fonts/Dosis-SemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baloo2-Medium';
  src: url('../fonts/Baloo2-Medium.woff2') format('woff2'),
    url('../fonts/Baloo2-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baloo-Regular';
  src: url('../fonts/Baloo-Regular.woff2') format('woff2'),
    url('../fonts/Baloo-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

/*====================
2. Theme variables
======================*/
html {
  scroll-behavior: smooth !important;
}

:root {
  --body-font: "Inter", sans-serif;
  --heading-font: "Inter", sans-serif;
  --body-text-color: #7386a8;
  --theme-color: #f10065;
  --theme-bg-light: rgba(2, 171, 253, .08);
  --theme-color-light: rgba(255, 255, 255, 0.6);
  --color-white: #ffffff;
  --color-dark: #000A24;
  --color-success: #10B981;
  --color-primary: #29B6F6;
  --color-info: #8358FF;
  --color-danger: #FF7782;
  --color-warning: #FFBB55;
  --color-secondary: #E9ECEF;
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 3px 24px rgb(0 0 0 / 10%);
  --transition: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;
  --border-info-color: rgba(117, 127, 149, .25);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --footer-bg: #000A24;
  --footer-text-color: #F5FAFF;
}



/*====================
3. General css
======================*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  background: var(--body-bg);
  font-family: var(--body-font);
  font-style: normal;
  font-size: 16px;
  color: #5c5c5c;
  line-height: 1.6;
  letter-spacing: 0.6px;
    font-optical-sizing: auto;
  font-weight: 400;
}

a {
  color: var(--color-dark);
  display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

a:hover {
  color: var(--color-blue);
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-dark);
  margin: 0px;
  font-weight: 600;
  font-family: var(--heading-font);
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: var(--color-white);
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

::selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}



/*====================
4. Preloader
======================*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #121212;
  /* Change this to your desired background color */
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdl-wave-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loader-logo img {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}

.wave {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: end;
  height: 140px;
}

.wave .bar {
  width: 10px;
  background: var(--theme-color);
  border-radius: 6px;
  animation: waveAnim 1.2s infinite ease-in-out;
}

.wave .bar:nth-child(1) {
  height: 40px;
  animation-delay: 0s;
}

.wave .bar:nth-child(2) {
  height: 60px;
  animation-delay: 0.1s;
}

.wave .bar:nth-child(3) {
  height: 100px;
  animation-delay: 0.2s;
}

.wave .bar:nth-child(4) {
  height: 140px;
  animation-delay: 0.3s;
}

.wave .bar:nth-child(5) {
  height: 100px;
  animation-delay: 0.4s;
}

.wave .bar:nth-child(6) {
  height: 60px;
  animation-delay: 0.5s;
}

.wave .bar:nth-child(7) {
  height: 40px;
  animation-delay: 0.6s;
}

@keyframes waveAnim {

  0%,
  100% {
    transform: scaleY(1);
  }

  50% {
    transform: scaleY(1.8);
  }
}




/*===================
5. Theme default css
======================*/

.ovrflow-hidden {
  overflow: hidden;
}

.position-relative {
  position: relative;
  z-index: 1;
}

.text-right {
  text-align: right;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-pd {
  padding: 0 7rem;
}

.s-pd {
  padding: 0 12rem;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

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



/*====================
6. Margin & padding
======================*/

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

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

.pt-150 {
  padding-top: 150px;
}

.pt-190 {
  padding-top: 190px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

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

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

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

.py-80 {
  padding: 80px 0;
}

.py-90 {
  padding: 90px 0;
}

.py-100 {
  padding: 100px 0;
}

.py-110 {
  padding: 110px 0;
}

.py-120 {
  padding: 120px 0;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.my-80 {
  margin: 80px 0;
}

.my-90 {
  margin: 90px 0;
}

.my-100 {
  margin: 100px 0;
}

.my-110 {
  margin: 110px 0;
}

.my-120 {
  margin: 120px 0;
}



/*====================
8. Nice select css
======================*/

.nice-select {
  width: 100%;
  height: 50px;
  line-height: 48px;
  border-radius: 10px;
  background: var(--color-white);
  font-size: 16px;
  color: var(--color-dark);
  border-color: var(--border-info-color) !important;
  outline: none;
}

.nice-select::after {
  width: 8px;
  height: 8px;
  margin-top: -6px;
  right: 15px;
}

.nice-select .list {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  background: var(--color-white);
  border: 1px solid var(--border-info-color);
  box-shadow: none;
}

.nice-select .option {
  border-radius: 10px;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background: var(--theme-color);
  color: var(--theme-dark);
}



/*====================
9. Site title css
======================*/

.site-heading {
  position: relative;
  /* margin-bottom: 50px; */
  z-index: 1;
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.site-heading-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.site-heading-inline .site-title {
  font-size: 50px;
}

.site-heading-inline .theme-btn {
  border-radius: 10px;
  padding: 4px 12px;
}

.site-title-tagline {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-dark);
  padding: 5px 2px 5px 5px;
}

.site-title-tagline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--theme-color);
  height: 50%;
  width: 100%;
  z-index: -1;
}

.site-title-tagline i {
  line-height: 0;
  font-size: 20px;
}

.site-title {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 50px;
  color: var(--color-dark);
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
}

.site-title span {
  color: var(--theme-color);
}

.heading-divider {
  position: relative;
}

.heading-divider::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 60px;
  background: var(--theme-color);
  bottom: -12px;
  border-radius: 50px;
}

.heading-divider::after {
  content: "";
  position: absolute;
  background: var(--body-bg);
  top: 0;
  left: 0;
  bottom: -12px;
  width: 8px;
  animation: heading-move 5s infinite linear;
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(52px);
  }

  100% {
    transform: translateX(-1px);
  }
}

@media all and (max-width: 767px) {

  .site-title,
  .site-heading-inline .site-title {
    font-size: 32px;
  }

  .site-heading-inline {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}




/*====================
10. Theme button
======================*/

.theme-btn {
  position: relative;
  font-size: 16px;
  color: var(--color-white);
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  text-align: center;
  background: #f01a75;
  cursor: pointer;
  overflow: hidden;
  vertical-align: middle;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  z-index: 1;
}

.theme-btn::before {
  content: "";
  position: absolute;
  background: #A9218B;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .24s ease-in-out;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.theme-btn:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.theme-btn:hover {
  color: var(--color-white);
}

.theme-btn2 {
  background: var(--color-danger);
}

.theme-btn2:hover {
  color: var(--color-white);
}

.theme-btn2::before {
  background: var(--theme-color);
}

.theme-btn i {
  margin-left: 5px;
}

.theme-btn span {
  margin-right: 5px;
}



/*====================
11. Scroll top css
======================*/

.scroll-top {
  position: fixed;
  bottom: -20px;
  right: 30px;
  font-size: 20px;
  color: var(--color-white);
  background-color: transparent;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.scroll-top-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #F10065;
}

.scrooll-circle {
  color: #F10065 !important;
}

.scroll-top-icon:hover {
  color: #F10065;
}

.scroll-top i {
  transform: rotate(-35deg);
  transition: var(--transition2);
}

.scroll-top:hover i {
  transform: rotate(0);
}

.scroll-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

/* scroll progress */
.scroll-progress-circle {
  width: 50px;
  height: 50px;
}

.scroll-progress-bar {
  fill: none;
  stroke: var(--theme-color);
  stroke-width: 5;
  stroke-dasharray: 283;
  stroke-dashoffset: 0;
  transform-origin: center;
  transition: stroke-dashoffset 0.3s ease;
  transform: rotate(-90deg);
}

.scroll-progress-bg {
  fill: transparent;
  stroke: var(--theme-color);
  stroke-width: 5;
  stroke-dasharray: none;
  opacity: .4;
}


@media all and (min-width: 768px) and (max-width: 1199px) {
  .scroll-top.active {
    bottom: 100px;
  }
}



/*====================
12. Navbar css
======================*/

.navbar {
  background: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 999;
}

.navbar.fixed-top {
  background: var(--color-white);
  padding-top: 2px;
  padding-bottom: 2px;
  box-shadow: var(--box-shadow2);
  animation: slide-down 0.7s;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.navbar-brand {
  margin-right: 0;
}

.navbar-brand img {
  width: auto;
}

.navbar-brand .logo-light-mode {
  display: none;
}

.navbar .navbar-brand .logo-display {
  display: block;
}

.navbar .navbar-brand .logo-scrolled {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}

.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-mobile-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.navbar .dropdown-toggle::after {
  content: "\f107";
  display: inline-block;
  vertical-align: baseline;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 600;
  border: none;
  font-size: 14px;
  margin-left: 5px;
}

.navbar .nav-item.live .nav-link i {
  color: var(--color-danger);
  font-size: 12px;
  vertical-align: middle;
  margin-right: 2px;
}

.navbar .color-mode .dark-btn {
  display: none;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 24px;
    padding: 26px 0 26px 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-white);
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    letter-spacing: 0px;
  }

  .navbar .nav-item .nav-link::before {
    content: "";
    position: absolute;
    background: #F10065;
    width: 0px;
    height: 3px;
    bottom: 20px;
    left: 1px;
    border-radius: 50px;
    transition: var(--transition);
  }

  .navbar .nav-item .nav-link.active::before,
  .navbar .nav-item .nav-link:hover::before {
    width: 20px;
  }

  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    padding: 15px 12px;
    /* left: -15px; */
    border: none;
    border-radius: 15px;
    background: var(--color-white);
    width: 284px;
    box-shadow: var(--box-shadow);
  }

  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-dark);
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    white-space: wrap;
    transition: all .3s ease-in-out;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: var(--theme-color);
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:focus {
    background: transparent !important;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "\f111";
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    left: 2px;
    top: 14px;
    color: var(--theme-color);
    font-size: 6px;
    font-weight: bold;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: -1;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .navbar .nav-item .nav-link {
    position: relative;
  }

  .navbar.fixed-top .nav-item .nav-link {
    color: var(--color-dark);
    font-weight: 600;
  }

  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: #F10065;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }

  .navbar #main_nav {
    justify-content: flex-end;
  }

  /* .navbar-nav {
    margin: 0 auto;
  } */

  /* mega menu */
  .nav-item.mega-menu {
    position: static;
  }

  .navbar .nav-item.mega-menu .dropdown-menu {
    width: 98%;
    left: 50%;
    transform: translateX(-50%);
  }

  .mega-menu .mega-content {
    padding: 5px 8px 5px 15px;
  }

  .mega-menu .mega-menu-title {
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--color-dark);
  }

  .mega-menu .mega-menu-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40px;
    border-bottom: 2px solid var(--theme-color);
  }

  .mega-menu-img img {
    border-radius: 10px;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item {
    padding-left: 0;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item::before {
    left: 0;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item:hover {
    padding-left: 15px;
  }
}

/* nav right */
.nav-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.nav-right-link {
  position: relative;
  width: 25px;
  padding: 0px;
  font-size: 25px;
  text-align: center;
  color: var(--color-white);
  background: transparent;
  border: none;
  transition: var(--transition);
}

.nav-right-link:hover {
  color: var(--theme-color) !important;
}

.navbar.fixed-top .nav-right-link {
  color: var(--color-dark);
}

.nav-right-btn .theme-btn {
  padding: 9px 15px;
}


@media all and (min-width: 1199px) and (max-width: 1399px) {
  .navbar .nav-item .nav-link {
    margin-right: 18px;
  }

  .nav-right {
    gap: 10px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .navbar-brand img {
    width: 100px;
  }

  .navbar .nav-item .nav-link {
    margin-right: 15px;
  }
}

@media all and (max-width: 1199px) {
  .nav-right-btn {
    display: none;
  }

  .navbar .mega-menu-img {
    display: none;
  }
}

/* mobile menu */
.mobile-menu-right {
  display: none;
}

@media all and (max-width: 991px) {
  .navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px 0;
    background-color: #000002;
  }

  .navbar .navbar-brand {
    padding: 0px;
  }

  .navbar .navbar-brand img {
    width: 80px;
  }

  .navbar .navbar-collapse {
    /* max-height: 220px; */
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
    background: #0c0110;
    color: #fff;
    border-radius: 0px;
    /* border: 1px solid var(--border-info-color); */
  }

  .navbar .dropdown-toggle::after {
    float: right;
    margin-top: 2px;
  }

  .navbar .nav-item .nav-link {
    color: #d9d9d9;
    font-weight: 700;
    transition: var(--transition);
  }

  .navbar .nav-item .nav-link:hover {
    color: #F10065 !important;
  }

  .navbar .navbar-toggler {
    padding: 0;
    border: none;
  }

  .navbar .mega-menu .mega-menu-title {
    margin-left: 16px;
    margin-bottom: 10px;
  }

  .mobile-menu-right {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .mobile-menu-right .nav-right-link {
    width: 20px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: var(--color-white);
  }

  .mobile-menu-right .nav-right-link:hover {
    color: var(--theme-color);
  }

  .mobile-menu-right .search-area {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar-toggler-mobile-icon {
    font-size: 25px;
    color: #F10065;
    font-weight: 500;
  }

  .navbar.fixed-top .navbar-toggler-mobile-icon {
    color: #F10065;
  }

  .navbar .dropdown-menu {
    background: var(--color-white);
    border-radius: 12px;
  }

  .navbar .dropdown-menu .dropdown-item {
    color: var(--heading-color);
  }

  .nav-right {
    display: none;
  }
}


/*============================
13. Multi level dropdown menu
==============================*/

.navbar .nav-item .dropdown-submenu {
  position: relative;
}

.navbar .nav-item .dropdown-submenu .dropdown-menu::before {
  display: none;
}

.navbar .nav-item .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 10px;
  top: 6px;
  font-weight: 600;
}

.navbar .nav-item .dropdown-submenu a:hover {
  background: transparent;
  color: var(--color-white);
}

.navbar .nav-item .dropdown-submenu .dropdown-menu {
  top: 120%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media all and (max-width: 991px) {
  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    background: var(--color-white);
    margin: 0 17px;
    opacity: unset;
    visibility: unset;
  }

  .navbar .nav-item .dropdown-submenu a::after {
    top: 4.8px;
    right: 14px;
  }

  .navbar .nav-item .dropdown-submenu a:hover {
    color: var(--theme-color);
  }

  .about-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #ef007c, #8f2ba7);
    border-radius: 12px;
    flex-wrap: wrap;
    /* allow items to wrap on smaller screens */
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .about-text {
    color: white;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 6px;
    flex: 1 1 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 30px;
  }
}

/*====================
14. Search area css 
======================*/

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, .8);
  transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  border: none;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50px;
  text-align: center;
  background: var(--theme-color);
  text-align: center;
  width: 50px;
  height: 50px;
  color: var(--color-white);
  font-size: 20px;
  cursor: pointer;
  box-shadow: var(--box-shadow);
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  width: 100%;
  height: 60px;
  outline: none;
  border-radius: 50px;
  border: none;
  padding: 0 70px 0 35px;
  transition: all 500ms ease;
  text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50px;
  background: var(--theme-color);
  text-align: center;
  font-size: 20px;
  color: var(--color-white) !important;
  height: 50px;
  width: 50px;
  border: none;
  cursor: pointer;
  transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  background: var(--theme-color);
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: var(--color-dark);
}


/*====================
15. Sidebar popup css 
======================*/

.sidebar-popup {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.sidebar-popup.open {
  visibility: visible;
  opacity: 1;
}

.sidebar-wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  background: var(--color-white);
  visibility: hidden;
  opacity: 0;
  padding: 40px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 9999;
}

.sidebar-wrapper.open {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.sidebar-content {
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 75px);
}

.close-sidebar-popup {
  position: absolute;
  top: 0px;
  right: 1px;
  width: 38px;
  height: 38px;
  line-height: 36px;
  border-radius: 50px;
  text-align: center;
  border: none;
  font-size: 20px;
  background: var(--theme-color);
  color: var(--color-white);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.close-sidebar-popup:hover {
  background: var(--color-danger);
}

.close-sidebar-popup i {
  transition: var(--transition2);
}

.close-sidebar-popup:hover i {
  transform: rotate(180deg);
}

.sidebar-logo img {
  width: 150px;
}

.sidebar-about {
  margin-top: 40px;
}

.sidebar-about h4 {
  margin-bottom: 10px;
}

.sidebar-contact {
  margin-top: 20px;
}

.sidebar-contact h4 {
  margin-bottom: 15px;
}

.sidebar-contact li {
  margin: 10px 0;
}

.sidebar-contact li i {
  margin-right: 5px;
  color: var(--theme-color);
}

.sidebar-contact li a:hover {
  color: var(--theme-color);
}

.sidebar-social {
  margin-top: 25px;
}

.sidebar-social h4 {
  margin-bottom: 20px;
}

.sidebar-social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  margin-right: 8px;
  background: var(--theme-color);
  color: var(--color-white);
  box-shadow: var(--box-shadow);
}

.sidebar-social a:hover {
  background: var(--color-dark);
  color: var(--color-white);
}


/*====================
16. Main section css 
======================*/

.main {
  margin-top: -7rem;
}

@media all and (max-width: 991px) {
  .main {
    margin-top: -3rem;
  }
}



/*====================
17. Hero css 
======================*/

.hero-section {
  position: relative;
}

.hero-single {
  position: relative;
  padding-top: 200px;
  padding-bottom: 120px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}

.hero-single::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-single .hero-content {
  height: 100%;
}

.hero-single .hero-content .hero-sub-title {
  display: inline-block;
  color: var(--color-white);
  font-size: 25px;
  letter-spacing: 6px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.hero-single .hero-content .hero-title {
  color: var(--color-white);
  font-size: 75px;
  font-weight: 600;
  margin: 20px 0;
  text-transform: capitalize;
  line-height: 1.2;
}

.hero-single .hero-content .hero-title span {
  color: transparent;
  -webkit-text-stroke: 2px var(--color-white);
  -webkit-text-fill-color: transparent;
}

.hero-single .hero-content p {
  color: var(--color-white);
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.hero-single .hero-btn {
  display: flex;
  justify-content: start;
  gap: 1rem;
  margin-top: 35px;
}

.hero-single .hero-btn .theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-img-ani-1 {
  animation: hero-img-ani-1 7s linear infinite;
}

@keyframes hero-img-ani-1 {

  0%,
  100% {
    transform: translateX(0);
    transition: all 0.3s ease;
  }

  50% {
    transform: translateX(-20px);
    transition: all 0.3s ease;
  }
}

.hero-img-ani-2 {
  animation: hero-img-ani-2 7s linear infinite;
}

@keyframes hero-img-ani-2 {

  0%,
  100% {
    transform: translateY(0);
    transition: all 0.3s ease;
  }

  50% {
    transform: translateY(-20px);
    transition: all 0.3s ease;
  }
}


@media all and (max-width: 1199px) {
  .hero-single .hero-content .hero-title {
    font-size: 32px;
  }
}

@media all and (max-width: 991px) {
  .hero-single .hero-content .hero-sub-title {
    font-size: 22px;
  }

  .hero-single .hero-img {
    margin-top: 70px;
  }
}

@media all and (max-width: 767px) {
  .hero-single .hero-content .hero-btn {
    gap: .5rem;
  }

  .hero-single .hero-content .hero-btn .theme-btn {
    padding: 8px 15px;
  }
}

/* hero slider */
.hero-slider.owl-theme .owl-nav button {
  display: inline-block;
  font-size: 35px;
  text-align: center;
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  position: absolute;
  height: 55px;
  width: 55px;
  line-height: 55px;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
}

.hero-slider .owl-nav button:hover {
  background: var(--color-white);
  color: var(--theme-color);
}

.hero-slider .owl-nav .owl-prev {
  left: 30px;
}

.hero-slider .owl-nav .owl-next {
  right: 30px;
}

.hero-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-slider .owl-dots .owl-dot span {
  background: transparent;
  border: 3px solid var(--color-white);
  margin: 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50px;
  transition: var(--transition);
}

.hero-slider .owl-dots .owl-dot.active span {
  background-color: var(--theme-color);
}

@media all and (max-width: 1199px) {
  .hero-slider.owl-theme .owl-nav button {
    top: unset;
    bottom: -10px;
  }

  .hero-slider .owl-nav .owl-prev {
    left: unset;
    right: 65px;
  }

  .hero-slider .owl-nav .owl-next {
    right: 10px;
  }
}



/*====================
18. Platform css 
======================*/

.platform-content>h4 {
  color: var(--color-white);
  letter-spacing: 2px;
  font-weight: 500;
}

.platform-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 15px;
}

.platform-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.platform-img {
  width: 45px;
  height: 45px;
  background: var(--color-white);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.platform-img img {
  width: 24px;
}

.platform-item h5 {
  color: var(--color-white);
  font-weight: 500;
  transition: var(--transition);
}

.platform-item:hover h5 {
  color: var(--theme-color);
}



/*====================
19. About css 
======================*/

.about-left {
  position: relative;
}

.about-img {
  position: relative;
}

.about-experience {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--theme-color);
  width: 105px;
  height: 105px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.about-experience::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 2px dashed var(--color-white);
  border-radius: 50%;
}

.about-experience h6 {
  font-size: 25px;
  color: var(--color-white);
}

.about-experience p {
  color: var(--color-white);
  font-weight: 600;
}

.about-img img {
  width: 100%;
  border-radius: 20px;
}

.about-img .img-1 {
  position: relative;
  margin-top: 15px;
}

.about-img .img-1::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  border: 5px solid var(--theme-color);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
}

.about-img .img-2 {
  margin-top: 90px;
}

.about-right {
  position: relative;
  display: block;
  padding-left: 30px;
}

.about-content {
  margin-top: 20px;
  padding-bottom: 30px;
  /* border-bottom: 1px solid var(--border-info-color); */
}

.about-item-wrap {
  margin-top: 10px;
}

.about-item {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.about-item .icon {
  width: 60px;
  height: 60px;
  line-height: 57px;
  background: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  margin-bottom: 15px;
}

.about-item .icon img {
  width: 40px;
  filter: brightness(0) invert(1);
}

.about-item .content {
  flex: 1;
}

.about-item .content h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.about-list {
  background: var(--color-white);
  border: 15px;
  padding: 15px 20px;
  border-left: 3px solid var(--theme-color);
  box-shadow: var(--box-shadow);
  margin-top: 25px;
}

.about-list li {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-dark);
  margin: 6px 0;
}

.about-list li i {
  color: var(--theme-color);
  margin-right: 5px;
}

.about-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
}

.about-phone {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-phone .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: var(--color-danger);
  color: var(--color-white);
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  box-shadow: var(--box-shadow);
}

.about-phone .number {
  line-height: 1;
}

.about-phone .number span {
  color: var(--body-text-color);
  font-weight: 500;
}

.about-phone .number h6 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 8px;
}

.about-phone .number h6 a {
  color: var(--color-danger);
}


@media all and (max-width: 991px) {
  .about-right {
    margin-top: 70px;
    padding-left: 0;
  }
}

@media all and (max-width: 767px) {
  .about-item {
    margin-top: 30px;
  }

  .about-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}



/*====================
20. Feature css 
======================*/

.feature-area {
  position: relative;
}

.feature-item {
  display: flex;
  gap: 20px;
  padding: 25px 20px;
  position: relative;
  background: var(--theme-color);
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  overflow: hidden;
  z-index: 1;
}

.feature-content {
  flex: 1;
}

.feature-item:hover {
  transform: translateY(-10px);
}

.feature-item .count {
  font-size: 50px;
  font-weight: 800;
  -webkit-text-stroke: 2px var(--color-white);
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: -1;
}

.feature-icon {
  width: 85px;
  height: 85px;
  line-height: 80px;
  background: var(--footer-bg);
  text-align: center;
  border-radius: 50px;
  margin-bottom: 20px;
  transition: var(--transition);
}

.feature-icon img {
  width: 50px;
  filter: brightness(0) invert(1);
}

.feature-item:hover .feature-icon {
  transform: rotateY(360deg);
}

.feature-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--color-white);
}

.feature-content p {
  color: var(--color-white);
}

.feature-item.active {
  background: var(--footer-bg);
}

.feature-item.active .feature-icon {
  background: var(--theme-color);
}

.feature-shape img {
  position: absolute;
  right: 20px;
  bottom: -10px;
  width: 120px;
  opacity: .15;
  z-index: -1;
}

.feature-item.active .feature-shape img {
  filter: brightness(0) invert(1);
}



/* ===================
21. Main category css 
====================== */

.main-category {
  position: relative;
}

.main-category .category-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  border-radius: 14px;
  padding: 10px;
  background: var(--color-white);
  margin-top: 35px;
  box-shadow: var(--box-shadow);
}

.main-category .category-img {
  margin-top: -25px;
  overflow: hidden;
  border-radius: 14px;
}

.main-category .category-img img {
  width: 120px;
  height: 100px;
  object-fit: cover;
  border-radius: 14px;
}

.main-category .category-item:hover .category-img img {
  transform: scale(1.1);
}

.main-category .category-content h4 {
  font-size: 22px;
  color: var(--color-dark);
  font-weight: 500;
  margin-bottom: 5px;
  transition: var(--transition);
}

.main-category .category-item:hover .category-content h4 {
  color: var(--theme-color);
}

.main-category .category-content span i {
  color: var(--color-danger);
  margin-right: 5px;
}

.main-category .category-content span {
  color: var(--body-text-color);
  font-weight: 500;
}




/* ===================
22. Show css 
====================== */

.show-area {
  position: relative;
}

.show-item {
  background: var(--color-white);
  padding: 15px;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
}

.show-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.show-img img {
  border-radius: 20px;
  box-shadow: var(--box-shadow);
}

.show-item:hover .show-img img {
  transform: scale(1.1) rotate(1deg);
}

.show-favourite {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 38px;
  height: 38px;
  line-height: 40px;
  text-align: center;
  color: var(--color-danger);
  font-size: 18px;
  background: var(--color-white);
  border-radius: 50px;
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.show-favourite:hover {
  color: var(--color-white);
  background: var(--color-danger);
}

.show-content {
  margin-top: 15px;
}

.show-content h4 a {
  color: var(--color-dark);
  text-transform: capitalize;
}

.show-content h4 a:hover {
  color: var(--theme-color);
}

.show-meta ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  margin-bottom: 6px;
}

.show-meta ul li {
  color: var(--body-text-color);
}

.show-meta ul li i {
  color: var(--color-danger);
}

.show-meta ul li a {
  color: var(--body-text-color);
}

.show-meta ul li a:hover {
  color: var(--theme-color);
}

.show-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-info-color);
  margin-top: 15px;
  padding-top: 15px;
}

.show-host {
  display: flex;
  align-items: center;
  gap: 10px;
}

.show-host .host-img img {
  width: 50px;
  border-radius: 50px;
}

.show-host .host-content h6 {
  color: var(--color-dark);
}

.show-host .host-content p {
  color: var(--body-text-color);
  font-size: 15px;
}

.show-player .player-btn {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: var(--theme-color);
  color: var(--color-white);
  font-size: 18px;
  border-radius: 50px;
  border: none;
  box-shadow: var(--box-shadow);
}

/* show slider */
.show-slider .show-item {
  box-shadow: none;
}

.show-slider.owl-theme .owl-nav button {
  color: var(--color-white);
  font-size: 25px;
  background: var(--theme-color);
  height: 42px;
  width: 42px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .5s ease-in-out;
}

.show-slider.owl-theme .owl-nav .owl-prev {
  left: -25px;
  opacity: 0;
}

.show-slider.owl-theme .owl-nav .owl-next {
  right: -25px;
  opacity: 0;
}

.show-slider:hover .owl-nav .owl-prev {
  left: -10px;
  opacity: 1;
}

.show-slider:hover .owl-nav .owl-next {
  right: -10px;
  opacity: 1;
}

.show-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.show-slider .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid var(--theme-color);
  margin: 5px;
  width: 20px;
  height: 10px;
  display: inline-block;
  border-radius: 50px;
  transition: var(--transition);
}

.show-slider .owl-dots .owl-dot.active span {
  background-color: var(--theme-color);
}




/* ===================
23. Show single css 
====================== */

.show-single {
  position: relative;
}

.show-single-img img {
  border-radius: 15px;
  width: 100%;
}

.show-single-meta {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}

.show-single-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.show-single-meta .meta-img img {
  width: 60px;
  border-radius: 50%;
}

.show-single-meta .meta-icon {
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
}

.show-single-meta .player-btn {
  width: 50px;
  height: 50px;
  line-height: 48px;
  background: var(--theme-color);
  color: var(--color-dark);
  font-size: 20px;
  border-radius: 50px;
  border: none;
  box-shadow: var(--box-shadow);
}

.show-single-info {
  margin-top: 30px;
}

.show-single-info .title {
  margin-bottom: 15px;
}

.show-single-more-img img {
  border-radius: 15px;
}

.show-single-list i {
  color: var(--theme-color);
  margin-right: 10px;
}

.show-single .widget {
  background: var(--color-white);
  padding: 20px;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  margin-bottom: 25px;
}

.show-single .widget-title {
  position: relative;
  margin-bottom: 35px;
}

.show-single .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 35px;
  border-bottom: 3px solid var(--theme-color);
}

.show-single .widget .listen-on {
  display: flex;
  gap: 12px;
}

.show-single .widget .listen-on a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  background: var(--theme-bg-light);
  border-radius: 50px;
  text-align: center;
}

.show-single .widget .listen-on a:hover {
  transform: translateY(-5px);
}

.show-single .widget .listen-on img {
  width: 25px;
}

.show-single .widget .category-list a {
  display: block;
  padding: 10px 0;
  color: var(--body-text-color);
  font-weight: 500;
  border-bottom: 1px dashed var(--border-info-color);
  transition: var(--transition);
}

.show-single .widget .category-list a:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.show-single .widget .category-list a:hover {
  color: var(--theme-color);
  padding-left: 5px;
}

.show-single .widget .category-list a i {
  color: var(--theme-color);
  margin-right: 8px;
}

.show-single .widget .category-list a span {
  float: right;
}

.show-single .widget .tag-list a {
  background: var(--theme-bg-light);
  color: var(--body-text-color);
  padding: 5px 12px;
  border-radius: 8px;
  margin-right: 5px;
  margin-bottom: 7px;
}

.show-single .widget .tag-list a:hover {
  background: var(--theme-color);
  color: var(--color-dark);
}

.show-single-list {
  background: var(--color-white);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: var(--box-shadow);
  border-radius: 10px;
}

.show-single-list .title {
  border-bottom: 1px solid var(--border-info-color);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.show-single-list-img img {
  border-radius: 15px;
}

.show-single-list .show-list-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--border-info-color);
}

.show-single-list .show-list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.show-single-list .show-list-item .player-btn {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  border: none;
  background: var(--theme-bg-light);
  color: var(--theme-color);
  padding-left: 12px;
}

.show-single-list .show-list-item img {
  width: 40px;
  border-radius: 5px;
}

.show-single-list .show-list-item h6 {
  flex: 1;
}



/* ===================
24. Episode css 
====================== */

.episode-area {
  position: relative;
}

.episode-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--color-white);
  border-radius: 15px;
  padding: 10px 20px 10px 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.episode-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.episode-img img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 15px;
}

.episode-item:hover .episode-img img {
  transform: scale(1.1) rotate(2deg);
}

.episode-favourite {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  background: var(--theme-color);
  color: var(--color-white);
  text-align: center;
  border-radius: 50px;
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.episode-favourite:hover {
  background: var(--color-danger);
  color: var(--color-white);
}

.episode-content {
  flex: 1;
}

.artist-content {
  padding: 15px;
}

.episode-content h4 a {
  color: #F10065;
  font-size: 21px;
}

.episode-content h4 a:hover {
  color: var(--theme-color);
}

.episode-meta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.episode-meta ul li {
  color: var(--body-text-color);
}

.episode-meta ul li a {
  color: var(--body-text-color);
}

.episode-meta ul li i {
  color: var(--color-danger);
}

.episode-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-info-color);
  margin-top: 15px;
  padding-top: 8px;
}

.episode-host h6 i {
  color: var(--color-danger);
  margin-right: 5px;
}

.episode-player .player-btn {
  width: 42px;
  height: 42px;
  background: var(--theme-color);
  color: var(--color-white);
  border: none;
  border-radius: 50px;
  box-shadow: var(--box-shadow);
}

/* episode list */
.episode-list .episode-item {
  gap: 20px;
}

.episode-list .episode-img img {
  /* width: 200px;
  height: 200px; */
  width: 254px;
  height: 344px;
}

/* episode video */
.episode-video .episode-item {
  flex-direction: column;
  align-items: unset;
  padding: 15px;
}

.episode-video .episode-img img {
  width: 100%;
  height: 200px;
}

.episode-video .episode-img .video-btn {
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: var(--theme-color);
  color: var(--color-white);
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.episode-video .episode-favourite {
  position: unset;
  width: unset;
  height: unset;
  background: transparent;
  font-weight: 600;
  color: var(--color-dark);
  box-shadow: unset;
}

.episode-video .episode-favourite i {
  color: var(--color-danger);
}


@media all and (max-width: 767px) {
  .episode-item {
    align-items: unset;
    flex-direction: column;
  }

  .episode-img img {
    width: 100%;
    height: 200px;
  }

  .episode-list .episode-img img {
    width: 100%;
  }
}




/* ===================
25. Episode single css 
====================== */

.episode-single {
  position: relative;
}

.episode-single-img img {
  border-radius: 15px;
  width: 100%;
}

.episode-single-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.episode-single-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.episode-single-meta .meta-img img {
  width: 60px;
  border-radius: 50%;
}

.episode-single-meta .meta-icon {
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
}

.episode-single-meta .player-btn {
  width: 50px;
  height: 50px;
  line-height: 48px;
  background: var(--theme-color);
  color: var(--color-white);
  font-size: 20px;
  border-radius: 50px;
  border: none;
  box-shadow: var(--box-shadow);
}

.episode-single-info {
  margin-top: 30px;
}

.episode-single-info .title {
  margin-bottom: 15px;
}

.episode-single-guest {
  margin-top: 30px;
  margin-bottom: 30px;
}

.episode-single-guest .title {
  margin-bottom: 25px;
}

.episode-single-guest .guest-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--color-white);
  border-radius: 15px;
  padding: 20px;
  border: 1px solid var(--border-info-color);
}

.episode-single-guest .guest-img img {
  width: 90px;
  border-radius: 50%;
}

.episode-single-guest .guest-content {
  flex: 1;
}

.episode-single-guest .guest-content h4 {
  font-size: 20px;
}

.episode-single-guest .guest-content span {
  color: var(--color-danger);
  font-weight: 500;
}

.episode-single-guest .guest-content p {
  margin-top: 5px;
}

.episode-single-guest .guest-social {
  margin-top: 10px;
}

.episode-single-guest .guest-social a {
  margin-right: 15px;
  color: var(--color-dark);
}

.episode-single-guest .guest-social a:hover {
  color: var(--color-danger);
}

.episode-single-more-img img {
  border-radius: 15px;
}

.episode-single-list i {
  color: var(--theme-color);
  margin-right: 10px;
}

.episode-single .widget {
  background: var(--color-white);
  padding: 20px;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  margin-bottom: 25px;
}

.episode-single .widget-title {
  position: relative;
  margin-bottom: 35px;
}

.episode-single .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 35px;
  border-bottom: 3px solid var(--theme-color);
}

.episode-single .widget .listen-on {
  display: flex;
  gap: 12px;
}

.episode-single .widget .listen-on a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  background: var(--theme-bg-light);
  border-radius: 50px;
  text-align: center;
}

.episode-single .widget .listen-on a:hover {
  transform: translateY(-5px);
}

.episode-single .widget .listen-on img {
  width: 25px;
}

.episode-single .widget .category-list a {
  display: block;
  padding: 10px 0;
  color: var(--body-text-color);
  font-weight: 500;
  border-bottom: 1px dashed var(--border-info-color);
  transition: var(--transition);
}

.episode-single .widget .category-list a:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.episode-single .widget .category-list a:hover {
  color: var(--theme-color);
  padding-left: 5px;
}

.episode-single .widget .category-list a i {
  color: var(--theme-color);
  margin-right: 8px;
}

.episode-single .widget .category-list a span {
  float: right;
}

.episode-single .widget .tag-list a {
  background: var(--theme-bg-light);
  color: var(--body-text-color);
  padding: 5px 12px;
  border-radius: 8px;
  margin-right: 5px;
  margin-bottom: 7px;
}

.episode-single .widget .tag-list a:hover {
  background: var(--theme-color);
  color: var(--color-dark);
}

@media all and (max-width: 1199px) {
  .episode-single-meta {
    justify-content: flex-start;
    gap: 20px;
  }
}



/* ===================
26. Podcast css 
====================== */

.podcast-area {
  position: relative;
}

/* podcast sidebar */
.podcast-sidebar {
  background: var(--color-white);
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  margin-bottom: 30px;
}

.podcast-sidebar .podcast-widget {
  margin-bottom: 25px;
}

.podcast-sidebar .widget-title {
  position: relative;
  font-size: 18px;
  color: var(--color-dark);
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-info-color);
}

.podcast-sidebar .category-list li {
  margin: 8px 0;
}

.podcast-sidebar .category-list a {
  color: var(--body-text-color);
}

.podcast-sidebar .category-list a:hover {
  color: var(--theme-color);
}

.podcast-sidebar .category-list a i {
  color: var(--theme-color);
  margin-right: 10px;
}

.podcast-sidebar .checkbox-list li {
  margin: 8px 0;
}

.podcast-sidebar .checkbox-list .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.podcast-sidebar .checkbox-list .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 8px;
  margin: 0;
  padding: 0;
  background-color: var(--color-white);
  border-width: 2px;
  border-color: var(--border-info-color);
  box-shadow: none;
}

.podcast-sidebar .checkbox-list .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.podcast-sidebar .checkbox-list label {
  color: var(--body-text-color);
}


/* podcast search */
.podcast-search-form .form-group {
  position: relative;
}

.podcast-search-form .form-control {
  color: var(--color-dark);
  padding: 10px 45px 10px 15px;
  border-radius: 10px;
  border-color: var(--border-info-color);
  box-shadow: none;
}

.podcast-search-form .form-control:focus {
  border-color: var(--theme-color);
}

.podcast-search-form .form-control::placeholder {
  color: var(--body-text-color);
}

.podcast-search-form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 15px 6px 15px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: var(--theme-color);
}

/* podcast sort */
.podcast-sort {
  background: var(--color-white);
  padding: 12px 12px 12px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.podcast-sort-label {
  white-space: nowrap;
}

.podcast-sort-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}


@media all and (max-width: 1199px) {
  .podcast-area .site-heading-inline {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
  }
}

@media all and (max-width: 767px) {
  .podcast-sort-show {
    margin-bottom: 12px;
  }
}



/* ===================
27. Process css 
====================== */

.process-area {
  position: relative;
}

.process-item {
  position: relative;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
}

.process-item span {
  position: absolute;
  top: 0px;
  right: 20px;
  font-weight: 600;
  font-size: 40px;
  color: var(--color-white);
  -webkit-text-stroke: 2px var(--theme-color);
  -webkit-text-fill-color: transparent;
}

.process-icon {
  position: relative;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: var(--theme-color);
  border-radius: 50px;
  margin: 0 auto 30px auto;
  font-size: 30px;
  text-align: center;
  color: var(--color-white);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.process-icon::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 2px dashed var(--theme-color);
  border-radius: 50px;
}

.process-item:hover .process-icon {
  transform: rotateY(-360deg);
}

.process-icon img {
  width: 45px;
  filter: brightness(0) invert(1);
}

.process-content h4 {
  color: var(--color-dark);
  font-size: 23px;
  margin-bottom: 10px;
}

.process-content p {
  color: var(--body-text-color);
}




/*====================
28. Choose css 
======================*/

.choose-area {
  position: relative;
  background-color: #eaeced;
  z-index: 1;
}

.choose-content {
  margin-right: 40px;
}

.choose-item-wrap {
  margin-top: 35px;
}

.choose-item {
  position: relative;
  display: flex;
  gap: 20px;
  margin-top: 25px;
}

.choose-item .content {
  flex: 1;
}

.choose-item .icon {
  width: 70px;
  height: 70px;
  line-height: 62px;
  background: var(--theme-color);
  color: var(--color-white);
  font-size: 40px;
  border-radius: 50px;
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  box-shadow: var(--box-shadow);
}

.choose-item .icon::before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 2px dashed var(--theme-color);
  border-radius: 50px;
}

.choose-item .icon img {
  width: 42px;
  filter: brightness(0) invert(1);
}

.choose-item .content h5 {
  color: var(--color-dark);
  font-size: 20px;
  margin-bottom: 5px;
}

.choose-img {
  position: relative;
  margin-left: 45px;
  display: block;
  -webkit-mask-image: url(../img/shape/02.png);
  mask-image: url(../img/shape/02.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: 100% 100%;
  -webkit-mask-position: center center;
  mask-position: center center;
  overflow: hidden;
}

.choose-img-wrap {
  position: relative;
}

.choose-img-shape {
  position: absolute;
  left: 0;
  bottom: 80px;
  opacity: .3;
  z-index: -1;
}

.choose-img-shape img {
  width: 100%;
}

.choose-img-content {
  position: absolute;
  left: 0;
  bottom: 20px;
  background: var(--color-white);
  border-radius: 15px;
  padding: 25px 30px 25px 20px;
  box-shadow: var(--box-shadow);
}

.choose-img-content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.choose-img-content ul li {
  color: var(--color-dark);
  font-weight: 500;
}

.choose-img-content ul li i {
  color: var(--theme-color);
  margin-right: 8px;
}


@media all and (max-width: 991px) {
  .choose-content {
    margin-bottom: 60px;
  }

  .choose-img {
    margin-left: 0;
  }
}

@media all and (max-width: 767px) {
  .choose-img-content {
    bottom: -50px;
  }
}




/* ===================
29. Pricing css 
====================== */

.pricing-area {
  position: relative;
}

.pricing-item {
  position: relative;
  background: var(--color-white);
  padding: 40px;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  overflow: hidden;
  z-index: 1;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.pricing-item:hover {
  transform: translateY(-10px);
}

.pricing-shape img {
  position: absolute;
  width: 80%;
  right: 10px;
  bottom: 50px;
  opacity: .1;
  z-index: -1;
}

.pricing-header-wrapper {
  margin-bottom: 30px;
}

.pricing-header {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px dashed var(--theme-color);
}

.pricing-header h5 {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  color: #F10065;
}

.pricing-header p {
  color: var(--color-dark);
  font-weight: 500;
}

.pricing-amount {
  margin: 15px 0;
}

.pricing-amount strong {
  font-size: 40px;
  font-weight: 900;
  color: var(--color-dark);
  line-height: 1;
}

.pricing-amount-type {
  color: var(--color-dark);
  font-size: 16px;
  font-weight: 500;
}

.pricing-text {
  color: var(--color-dark);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.pricing-feature {
  padding: 40px 0 0 0;
}

.pricing-feature li {
  margin-bottom: 15px;
}

.pricing-feature li:last-child {
  margin-bottom: 0px;
}

.pricing-feature li i {
  color: var(--theme-color);
  margin-right: 10px;
}

.pricing-btn-wrapper .theme-btn {
  width: 100%;
}

.pricing-item.active {
  outline: 3px solid var(--theme-color);
}

@media all and (max-width: 991px) {
  .pricing-amount strong {
    font-size: 50px;
  }
}



/*====================
30. Donate css 
======================*/

.donate-area {
  position: relative;
}

.donate-img img {
  border-radius: 15px;
  width: 100%;
}

.donate-content h1 {
  margin-bottom: 20px;
}

.donate-form {
  margin-top: 20px;
}

.donate-form h5 {
  color: var(--theme-color);
  margin-bottom: 15px;
}

.donate-form .input-group {
  margin-bottom: 22px;
}

.donate-form .input-group:focus-within {
  outline: 2px solid var(--theme-color);
  border-radius: 50px;
}

.donate-form .input-group.textarea:focus-within {
  border-radius: 30px;
}

.donate-form .input-group .form-control {
  padding: 15px 25px 15px 0px;
  border-radius: 50px;
  border: none;
  box-shadow: none;
  background: var(--theme-bg-light);
}

.donate-form .input-group .form-control::placeholder {
  color: var(--body-text-color);
}

.donate-form .input-group .input-group-text {
  background: var(--theme-bg-light);
  color: var(--theme-color);
  border-radius: 50px;
  padding-left: 20px;
  border: none;
}

.donate-form .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
}

.donate-form .form-check-input {
  margin: 0;
  box-shadow: none;
  border-radius: 50px;
  border: none;
  width: 20px;
  height: 20px;
  background-color: var(--theme-bg-light);
}

.donate-form .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.donate-form .form-check-label {
  margin-bottom: 0;
  color: var(--body-text-color);
}




/* ========================
31. Gallery css 
=========================== */

.gallery-item {
  position: relative;
  width: 100%;
  text-align: center;
}

.gallery-img {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.gallery-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  transition: all 0.7s ease-in-out;
  transform: translateX(-110%);
}

.gallery-img:hover::before {
  transform: translateX(110%);
}

.gallery-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  opacity: .8;
  transition: all 0.7s ease-in-out;
  transform: translateX(-110%);
}

.gallery-img:hover::after {
  transform: none;
}

.gallery-img img {
  width: 100%;
  border-radius: 15px;
}

.gallery-link {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: var(--theme-color);
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--color-white);
  transition: all 200ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
}

.gallery-item:hover .gallery-link {
  transform: translate(-50%, -50%) scale(1);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.7s;
}



/*====================
32. Testimonial css 
======================*/

.testimonial-area {
  position: relative;
  overflow: hidden;
}

/* .testimonial-bg img {
  position: absolute;
  top: 0;
  right: 0;
  width: 23%;
} */

/* Default testimonial item styling */
.testimonial-item {
  position: relative;
  background: var(--color-white);
  padding: 23px;
  margin: 22px 10px;
  border-radius: 20px;
  z-index: 1;
  transition: border-radius 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
}

/* Enhanced styling for the active/centered testimonial card */
.testimonial-slider .owl-item.center .testimonial-item {
  border-radius: 30px;
  /* or any value you want for more rounding */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  /* optional visual pop */
  z-index: 2;
}

/* Default styling for all items */
.testimonial-slider .owl-item {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transform: scale(0.92);
  z-index: 1;
}

/* Pop effect on active (centered) item */
.testimonial-slider .owl-item.center {
  transform: scale(1.12);
  /* increased zoom-in */
  z-index: 2;
  border-radius: 20px;
}

.testimonial-item::before {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: -6px;
  height: 10px;
  background: linear-gradient(to right, #F10065, #A9218B);
  border-radius: 0 0 10px 10px;
}

.testimonial-item::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  height: 50px;
  width: 50px;
  border-top: 3px solid #F10065;
  border-right: 3px solid #A9218B;
  border-top-right-radius: 15px;
  transition: var(--transition);
}


.testimonial-item:hover::after {
  height: 70px;
  width: 70px;
}

.testimonial-quote p {
  color: var(--body-text-color);
  /* font-style: italic; */
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border-info-color);
}

.testimonial-author .author-info {
  margin: 15px 0 10px 0;
}

.testimonial-author .author-img {
  width: 70px;
  padding: 4px;
  border-radius: 50px;
  border: 2px solid #F10065;
}

.testimonial-author .author-img img {
  border-radius: 50%;
}

.testimonial-author .author-info h4 {
  font-size: 20px;
  color: var(--color-dark);
  margin-bottom: 2px;
  font-weight: 500;
}

.testimonial-author .author-info p {
  color: var(--theme-color);
  font-weight: 500;
}

.testimonial-item .quote-icon {
  position: absolute;
  right: 30px;
  bottom: 0px;
  color: var(--theme-color);
  font-size: 70px;
  opacity: .1;
  z-index: -1;
}

.testimonial-item .quote-icon img {
  width: 140px;
}

.testimonial-rate {
  background: linear-gradient(90deg, #e91e63, #9c27b0);
  /* Example gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 15px;
}

.testimonial-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial-area .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid #F10065;
  margin: 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50px;
  transition: var(--transition);
}

.testimonial-area .owl-dots .owl-dot.active span {
  background-color: #F10065;
}


@media all and (max-width: 1199px) {
  .testimonial-bg img {
    width: 55%;
  }
}

@media all and (max-width: 991px) {
  .testimonial-bg {
    display: none;
  }
}



/*===================
33. Play btn
=====================*/

.play-btn i {
  position: relative;
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  background: #F10065;
  color: var(--color-white) !important;
  border-radius: 50%;
  z-index: 1;
}

.play-btn i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #A9218B;
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}



/*====================
34. Video css 
======================*/

.video-content {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.video-content::before {
  content: "";
  position: absolute;
  background: rgba(0, 10, 36, .2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 15px;
}

.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  height: 500px;
  z-index: 100;
}

.video-wrapper img {
  border-radius: 12px;
}

.video-area .play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-info {
  text-align: center;
  margin-top: 40px;
}

.video-title {
  color: var(--color-white);
  text-transform: capitalize;
  margin-bottom: 10px;
}

.video-info p {
  color: var(--color-white);
}


@media all and (max-width: 1199px) {
  .video-info {
    padding: 15px;
  }

  .video-area .play-btn {
    margin-top: 40px;
  }
}

@media all and (max-width: 767px) {
  .video-area .play-btn {
    margin-top: 80px;
  }
}



/*====================
35. Counter css 
======================*/

.counter-area {
  position: relative;
  background-image: url(../img/counter/01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.counter-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 18, 36, .7);
  z-index: -1;
}

.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 25px;
  position: relative;
  z-index: 1;
}

.counter-box .icon {
  position: relative;
  text-align: center;
  font-size: 45px;
  width: 95px;
  height: 95px;
  line-height: 85px;
  border-radius: 50%;
  color: var(--color-white);
  background: var(--theme-color);
}

.counter-box .icon img {
  width: 55px;
  filter: brightness(0) invert(1);
}

.counter-box .icon::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
  border: 2px dashed var(--color-white);
  transition: var(--transition);
  z-index: -1;
}

.counter-box .counter-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-box .counter-unit {
  color: var(--color-white);
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
}

.counter-box .counter {
  display: block;
  line-height: 1;
  color: var(--color-white);
  font-size: 45px;
  font-weight: 600;
}

.counter-box .title {
  color: var(--color-white);
  margin-top: 8px;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
}

@media all and (max-width: 991px) {
  .counter-area .counter-box {
    margin: 40px 0;
  }
}




/*====================
36. Cta css 
======================*/

.cta-area {
  position: relative;
  background: #121214;
  overflow: hidden;
  z-index: 1;
  padding-top: 40px;
}

.cta-content h1 {
  color: var(--color-white);
  text-transform: capitalize;
  font-size: 38px;
}

.cta-content p {
  color: var(--color-white);
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.cta-img {
  position: relative;
  text-align: center;
  z-index: 1;
}

.cta-img-shape img {
  position: absolute;
  width: 80%;
  top: 80px;
  right: 0;
  z-index: -1;
}

.cta-shape img {
  position: absolute;
  width: 35%;
  left: 0;
  bottom: 0;
  opacity: .07;
  z-index: -1;
}

@media all and (max-width: 1199px) {
  .cta-content p {
    margin-bottom: 15px;
  }
}

@media all and (max-width: 991px) {
  .cta-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-shape img {
    top: 20px;
    bottom: unset;
    width: 50%;
  }
}




/*====================
37. Partner css 
======================*/

.partner-area {
  position: relative;
}




/*====================
38. Blog css 
======================*/

.blog-area {
  position: relative;
}

.blog-item {
  background: var(--color-white);
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 25px;
  box-shadow: var(--box-shadow);
}

.blog-item .blog-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.blog-item .blog-img img {
  border-radius: 15px;
}

.blog-item:hover .blog-img img {
  transform: scale(1.1);
}

.blog-item .blog-date {
  position: absolute;
  padding: 2px 10px;
  right: 10px;
  bottom: 10px;
  background: var(--theme-color);
  font-weight: 500;
  color: var(--color-white);
  border-radius: 10px;
  z-index: 2;
}

.blog-item .blog-meta {
  margin-bottom: 15px;
}

.blog-item .blog-meta ul {
  padding: 14px 0;
  border-bottom: 1px solid var(--border-info-color);
  width: 100%;
}

.blog-item .blog-meta ul li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-weight: 500;
  color: var(--body-text-color);
}

.blog-item .blog-meta ul li i {
  margin-right: 5px;
  color: var(--theme-color);
}

.blog-item .blog-meta a {
  color: var(--body-text-color);
}

.blog-item .blog-meta a:hover {
  color: var(--theme-color);
}

.blog-item .blog-title a {
  color: var(--heading-color);
  font-weight: 500;
}

.blog-item .blog-title a:hover {
  color: var(--theme-color);
}

.blog-item .blog-info p {
  margin-top: 10px;
}

.blog-item .theme-btn {
  margin-top: 25px;
}



/*========================
39. Blog single css
==========================*/

.blog-single {
  position: relative;
}

.blog-single-content .blog-thumb-img {
  margin-bottom: 20px;
}

.blog-single-content .blog-thumb-img img {
  border-radius: 15px;
}

.blog-single-info .blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.blog-single-info .blog-meta ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-single-info .blog-meta ul li {
  font-weight: 500;
}

.blog-single-info .blog-meta i {
  margin-right: 5px;
  color: var(--theme-color);
}

.blog-single-info .blog-meta a {
  color: var(--body-text-color);
  font-weight: 500;
}

.blog-single-info .blog-meta a:hover {
  color: var(--theme-color);
}

.blog-single-info .blog-details-title {
  font-size: 34px;
  color: var(--color-dark);
}

.blog-single-info .blockqoute {
  position: relative;
  background: var(--color-white);
  border-left: 5px solid var(--theme-color);
  padding: 30px;
  font-size: 17px;
  font-style: italic;
  margin: 20px 0;
  border-radius: 0px;
  box-shadow: var(--box-shadow);
}

.blog-single-info .blockqoute-icon {
  position: absolute;
  right: 120px;
  bottom: 0;
  font-size: 120px;
  color: var(--theme-color);
  line-height: 1;
  opacity: .2;
}

.blog-single-info .blockqoute-author {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
  color: var(--color-dark);
}

.blog-single-info .blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: var(--theme-color);
  left: 0;
  top: 10px;
}

.blog-single-info .blog-details img {
  border-radius: 15px;
}

.blog-single-info .blog-details-tags {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-single-info .blog-details-tags h5 {
  color: var(--color-dark);
}

.blog-single-info .blog-details-tags ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-single-info .blog-details-tags ul li a {
  background: var(--color-white);
  color: var(--body-text-color);
  padding: 5px 15px;
  border-radius: 10px;
  transition: var(--transition);
  border: 1px solid var(--border-info-color);
}

.blog-single-info .blog-details-tags ul li a:hover {
  background: var(--theme-color);
  color: var(--color-dark);
}

.blog-single-info .blog-author {
  display: flex;
  justify-content: start;
  align-items: center;
  background: var(--color-white);
  border-left: 5px solid var(--theme-color);
  margin: 50px 0;
  padding: 20px;
  box-shadow: var(--box-shadow);
}

.blog-single-info .blog-author .author-img {
  width: 320px;
}

.blog-single-info .blog-author .author-img img {
  border-radius: 50%;
  box-shadow: var(--box-shadow);
}

.blog-single-info .blog-author .author-info h6 {
  color: var(--color-dark);
}

.blog-single-info .blog-author .author-name {
  font-size: 22px;
  color: var(--theme-color);
  font-weight: 500;
  margin: 8px 0;
}

.blog-single-info .blog-author .author-info {
  padding: 0 20px;
}

.blog-single-info .blog-author .author-social {
  margin-top: 10px;
}

.blog-single-info .blog-author .author-social a {
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  margin-right: 5px;
  color: var(--theme-color);
  transition: var(--transition);
}

.blog-single-info .blog-author .author-social a:hover {
  color: var(--color-dark);
  background: var(--theme-color);
}

.blog-single-comment {
  margin-top: 60px;
}

.blog-single-comment .comment-title {
  color: var(--color-dark);
}

.blog-single-comment .comment-item {
  display: flex;
  gap: 18px;
  background: var(--color-white);
  padding: 25px;
  border-radius: 15px;
  margin: 35px 0;
  box-shadow: var(--box-shadow);
}

.blog-single-comment .comment-reply {
  margin-left: 50px;
}

.blog-single-comment .comment-img {
  width: 60px;
  height: 60px;
}

.blog-single-comment .comment-img img {
  border-radius: 50%;
}

.blog-single-comment .comment-content {
  flex: 1;
}

.blog-single-comment .comment-author {
  display: flex;
  justify-content: space-between;
}

.blog-single-comment .comment-author .author-info h5 {
  color: var(--color-dark);
  margin-bottom: 4px;
}

.blog-single-comment .comment-author .author-info span {
  color: var(--body-text-color);
  font-size: 16px;
}

.blog-single-comment .comment-author .author-info span i {
  margin-right: 5px;
  font-size: 14px;
}

.blog-single-comment .comment-author .author-rating {
  color: var(--body-text-color);
  font-weight: 500;
}

.blog-single-comment .comment-author .author-rating i {
  color: var(--theme-color);
  margin-right: 5px;
}

.blog-single-comment .comment-text {
  padding: 10px 0 18px 0;
}

.blog-single-comment .comment-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-info-color);
  padding-top: 12px;
}

.blog-single-comment .comment-action .reply {
  flex: 1;
}

.blog-single-comment .comment-action .like a {
  margin-left: 12px;
}

.blog-single-comment .comment-action a {
  color: var(--theme-color);
  font-weight: 500;
}

.blog-single-comment .comment-action a:hover {
  color: var(--color-danger);
}

.blog-single-comment .comment-action a i {
  margin-right: 5px;
}

.blog-single-comment .comment-form {
  padding: 30px;
  margin-top: 50px;
  border-radius: 15px;
  background: var(--color-white);
  box-shadow: var(--box-shadow);
}

.blog-single-comment .comment-form h4 {
  color: var(--color-dark);
  font-size: 28px;
  margin-bottom: 25px;
}

.blog-single-comment .comment-form .form-group {
  margin-bottom: 20px;
}

.blog-single-comment .comment-form .form-control {
  padding: 15px 20px;
  border-radius: 12px;
  color: var(--color-dark);
  border-color: var(--border-info-color);
  box-shadow: none;
  transition: var(--transition);
}

.blog-single-comment .comment-form .form-control::placeholder {
  color: var(--body-text-color);
}

.blog-single-comment .comment-form .form-control:focus {
  border-color: var(--theme-color);
}


@media all and (max-width: 991px) {
  .blog-single-wrapper {
    margin-bottom: 25px;
  }
}

@media all and (max-width: 767px) {
  .blog-single-info .blog-meta {
    flex-direction: column;
    font-size: 15px;
  }

  .blog-single-info .blog-meta ul {
    gap: 10px;
  }

  .blog-single-info .blog-details-title {
    font-size: 32px;
  }

  .blog-single-info .blog-details-tags {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-single-info .blog-author {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }

  .blog-single-info .blog-author .author-info {
    margin-top: 25px;
  }

  .blog-single-comment .comment-item {
    flex-direction: column;
  }

  .blog-single-comment .comment-reply {
    margin-left: 25px;
  }
}



/*=======================
40. Widget sidebar css
=========================*/

.sidebar {
  position: relative;
}

.sidebar .widget {
  background: var(--color-white);
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: var(--box-shadow);
}

.sidebar .widget .widget-title {
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  font-size: 22px;
  color: var(--color-dark);
}

.sidebar .widget .widget-title::before {
  position: absolute;
  content: '';
  width: 15px;
  border-bottom: 3px solid var(--theme-color);
  bottom: 0;
  left: 0;
}

.sidebar .widget .widget-title::after {
  position: absolute;
  content: '';
  width: 30px;
  border-bottom: 3px solid var(--theme-color);
  bottom: 0;
  left: 22px;
}

.sidebar .widget .search-form .form-group {
  position: relative;
}

.sidebar .widget .search-form .form-control {
  padding: 12px 50px 12px 15px;
  border-radius: 10px;
  color: var(--color-dark);
  border-color: var(--border-info-color);
  box-shadow: none;
}

.sidebar .widget .search-form .form-control::placeholder {
  color: var(--body-text-color);
}

.sidebar .widget .search-form .form-control:focus {
  border-color: var(--theme-color);
}

.sidebar .widget .search-form .form-group button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 8px 18px 6px 18px;
  background: transparent;
  border: none;
  color: var(--theme-color);
}

.sidebar .widget .category-list a {
  display: block;
  padding: 10px 0;
  color: var(--body-text-color);
  font-weight: 500;
  border-bottom: 1px solid var(--border-info-color);
  transition: var(--transition);
}

.sidebar .widget .category-list a:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.sidebar .widget .category-list a:hover {
  padding-left: 10px;
  color: var(--theme-color);
}

.sidebar .widget .category-list a i {
  margin-right: 5px;
  color: var(--theme-color);
}

.sidebar .widget .category-list a span {
  float: right;
}

.sidebar .widget .recent-post-item {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}

.sidebar .widget .recent-post-img {
  margin-right: 20px;
}

.sidebar .widget .recent-post-img img {
  width: 80px;
  border-radius: 10px;
}

.sidebar .widget .recent-post-info {
  flex: 1;
}

.sidebar .widget .recent-post-info h6 a {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.sidebar .widget .recent-post-info h6 a:hover {
  color: var(--theme-color);
}

.sidebar .widget .recent-post-info span {
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 500;
  display: block;
  margin-top: 8px;
}

.sidebar .widget .recent-post-info span i {
  margin-right: 5px;
}

.sidebar .widget .social-share-link a {
  width: 35px;
  height: 35px;
  line-height: 32px;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  text-align: center;
  margin-right: 5px;
  border-radius: 50px;
  transition: var(--transition);
}

.sidebar .widget .social-share-link a:hover {
  background: var(--theme-color);
  color: var(--color-dark);
}

.sidebar .widget .tag-list a {
  color: var(--body-text-color);
  padding: 5px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 10px;
  border: 1px solid var(--border-info-color);
  display: inline-block;
  transition: var(--transition);
}

.sidebar .widget .tag-list a:hover {
  background-color: var(--theme-color);
  color: var(--color-dark);
}




/*===================
41. Contact us css 
=====================*/

.contact-area {
  position: relative;
}

.contact-content {
  margin-bottom: 80px;
}

.contact-content .contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 25px;
  background: var(--color-white);
  border-radius: 15px;
  /* box-shadow: var(--box-shadow); */
  transition: var(--transition);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  min-height: 290px;
}

.contact-content .contact-info::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0px;
  height: 4px;
  background: var(--theme-color);
  border-radius: 10px;
}

.contact-content .contact-info-icon {
  font-size: 38px;
  color: var(--color-white);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  background: var(--theme-color);
  transition: var(--transition);
}

.contact-content .contact-info:hover .contact-info-icon {
  transform: rotateY(365deg);
}

.contact-content .contact-info h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--color-dark);
}

.contact-content .contact-info p {
  color: var(--body-text-color);
  font-weight: 500;
  font-size: 16px;
}

.contact-form-wrap {
  background: var(--color-white);
  border-radius: 15px;
  padding: 20px;
  box-shadow: var(--box-shadow);
}

.contact-img img {
  width: 100%;
}

/* .contact-form {
  padding: 20px;
} */

.contact-form .contact-form-header {
  margin-bottom: 30px;
}

.contact-form .contact-form-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-dark);
}

.contact-form .contact-form-header p {
  font-size: 17px;
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form .form-control {
  padding: 15px 20px;
  border-radius: 12px;
  color: var(--color-dark);
  box-shadow: none;
  border: 1px solid var(--border-info-color);
  transition: var(--transition);
}

.contact-form .form-control::placeholder {
  color: var(--body-text-color);
}

.contact-form .form-control:focus {
  border-color: var(--theme-color);
}

.contact-map {
  margin-bottom: -9px;
}

.contact-map iframe {
  width: 100%;
  height: 450px;
}


@media all and (max-width: 768px) {
  .contact-content {
    margin-bottom: 50px;
  }
}




/*===================
42. Team css 
=====================*/

.team-area {
  position: relative;
  overflow: hidden;
}

.team-item {
  position: relative;
  background: var(--color-white);
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 20px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.team-item::before {
  content: "";
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 0;
  height: 3px;
  background: var(--theme-color);
  border-radius: 5px;
}

.team-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.team-img img {
  border-radius: 20px;
}

.team-item:hover .team-img img {
  transform: scale(1.1);
}

.team-info {
  position: relative;
  background: var(--color-white);
  text-align: center;
  padding: 20px 25px 5px 25px;
  border-radius: 50px;
}

.team-info h5 a {
  color: var(--heading-color);
  font-size: 22px;
  font-weight: 500;
}

.team-info h5 a:hover {
  color: var(--theme-color);
}

.team-info span {
  display: inline-block;
  font-size: 17px;
  color: var(--color-danger);
  font-weight: 500;
  margin-top: 4px;
}

.team-social {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 1;
}

.team-social::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 20%;
  bottom: 0;
  right: 27px;
  background: var(--color-white);
  border-radius: 5px 5px 0 0;
  transition: var(--transition2);
  z-index: -1;
}

.team-item:hover .team-social::before {
  height: 38%;
}

.team-social a {
  display: block;
  color: var(--color-white);
  width: 38px;
  height: 38px;
  line-height: 39px;
  margin: 10px;
  border-radius: 50px;
  text-align: center;
  background: var(--theme-color);
}

.team-social a:hover {
  color: var(--color-white);
  background: var(--color-danger);
}




/*====================
43. Team single css 
======================*/

.team-single {
  position: relative;
}

.team-sidebar {
  position: relative;
  background: var(--color-white);
  padding: 0 25px 25px 25px;
  box-shadow: var(--box-shadow);
  margin-top: -80px;
  border-radius: 15px;
  z-index: 1;
}

.team-sidebar-img {
  width: 120px;
  margin: auto;
  position: relative;
}

.team-sidebar-img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 7px solid var(--color-white);
  margin-top: -35px;
}

.team-sidebar-name {
  margin-top: 5px;
  text-align: center;
}

.team-sidebar-name .name {
  margin-bottom: 4px;
}

.team-sidebar-name .name a {
  color: var(--heading-color);
  font-size: 20px;
}

.team-sidebar-name .name a:hover {
  color: var(--theme-color);
}

.team-sidebar-name .username a {
  color: var(--theme-color);
}

.team-sidebar-name .meta {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 12px;
}

.team-sidebar-name .meta b {
  color: var(--theme-color);
}

.team-sidebar-about {
  margin-top: 10px;
}

.team-sidebar-link {
  margin-top: 20px;
}

.team-sidebar-link li {
  margin: 5px 0;
  color: var(--body-text-color);
}

.team-sidebar-link li i {
  color: var(--theme-color);
  width: 22px;
}

.team-sidebar-link li a {
  color: var(--body-text-color);
}

.team-sidebar-link li a:hover {
  color: var(--theme-color);
}

.team-sidebar-social {
  margin-top: 20px;
}

.team-sidebar-social a {
  width: 35px;
  height: 35px;
  line-height: 36px;
  background: var(--theme-color);
  color: var(--color-white);
  text-align: center;
  border-radius: 50px;
  margin-right: 5px;
}

.team-sidebar-social a:hover {
  color: var(--color-white);
  background: var(--color-danger);
}

.team-sidebar-info {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  border-top: 1px solid var(--border-info-color);
  padding-top: 10px;
}

.team-sidebar-info .info-item h6 {
  color: var(--theme-color)
}

.team-sidebar-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border-info-color);
}

.team-sidebar-btn .theme-btn {
  padding: 8px 15px;
}

.team-single-content .nav {
  gap: 30px;
  background: var(--color-white);
  border-radius: 12px;
  padding: 0 25px;
  margin-top: 20px;
  box-shadow: var(--box-shadow);
}

.team-single-content .nav .nav-link {
  color: var(--body-text-color);
  font-weight: 500;
  padding: 18px 0;
}

.team-single-content .nav .nav-link:hover {
  border-bottom-color: var(--body-text-color);
}

.team-single-content .nav .nav-link.active {
  color: var(--theme-color);
  border-bottom-color: var(--theme-color);
}

.team-single-content .nav .nav-link i {
  margin-right: 8px;
}


@media all and (max-width: 991px) {
  .team-sidebar {
    margin-top: -45px;
  }

  ;
}

@media all and (max-width: 767px) {
  .team-single-content .nav {
    gap: 15px;
    padding: 20px;
  }

  .team-single-content .nav .nav-link {
    padding: 0;
  }
}




/*====================
44. Faq css 
======================*/

.faq-area .accordion-item {
  border: none;
  margin-bottom: 20px;
  background: var(--color-white);
  border-radius: 10px !important;
  box-shadow: var(--box-shadow);
}

.faq-area .accordion-item span {
  /* width: 45px;
  height: 45px; */
  margin-right: 15px;
}

.faq-area .accordion-item i {
  width: 30px;
  height: 30px;
  line-height: 29px;
  border-radius: 50px;
  background: var(--theme-color);
  text-align: center;
  color: var(--color-white);
}

.faq-area .accordion-button {
  border-radius: 0px !important;
  background: transparent;
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
  box-shadow: none !important;
}

.faq-area .accordion-button:not(.collapsed) {
  color: var(--theme-color);
  background: transparent;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.faq-area .accordion-button::after {
  content: "\f107";
  background: none !important;
  color: #F10065;
  font-family: 'Font Awesome 6 pro';
  width: unset;
  height: unset;
  margin-right: 3px;
  font-weight: 400;
}

.faq-area .accordion-button:not(.collapsed)::after {
  content: "\f107";
  transform: rotate(90deg);
}

.faq-area .accordion-body {
  color: var(--body-text-color);
  border-top: 1px solid var(--border-info-color);
}

@media all and (max-width: 991px) {
  .faq-area .faq-right {
    margin-bottom: 50px;
  }

  .faq-area .accordion-button {
    font-size: 16px;
  }
}



/*====================
45. Breadcrumb css
======================*/

.site-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
  z-index: 1;
}

.site-breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.site-breadcrumb .breadcrumb-title {
  font-size: 35px;
  color: var(--color-white);
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: var(--color-white);
  font-weight: 500;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li a {
  color: var(--color-white);
  transition: all 0.5s ease-in-out;
}

.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '\f101';
  font-family: 'Font Awesome 6 Pro';
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: var(--color-white);
}

.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}

.site-breadcrumb .breadcrumb-menu li a:hover {
  color: var(--theme-color);
}

.site-breadcrumb .breadcrumb-menu li.active {
  color: var(--theme-color);
}



/*====================
46. Pagination css 
======================*/

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .page-link {
  background: var(--theme-bg-light);
  color: var(--color-dark);
  padding: 0;
  margin: 0 10px;
  border-radius: 12px !important;
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  font-weight: 500;
  border: none;
  transition: var(--transition);
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  background: var(--theme-color);
  color: var(--color-white);
}

.pagination .page-link span {
  line-height: 40px;
}

.pagination span.page-link {
  line-height: 27px;
  font-size: 22px;
}

.pagination span.page-link:hover {
  background: var(--theme-bg-light);
  color: var(--body-text-color);
}




/*====================
47. Auth css 
======================*/

.auth-area {
  position: relative;
}

.auth-wrap {
  position: relative;
  padding: 40px;
  background: var(--color-white);
  border-radius: 15px;
  box-shadow: var(--box-shadow);
}

.auth-header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-info-color);
}

.auth-header img {
  width: 170px;
  margin: 0 auto 10px auto;
}

.auth-header h3 {
  color: var(--theme-color);
  margin-bottom: 5px;
  font-weight: 700;
}

.auth-header p {
  font-size: 20px;
  color: var(--body-text-color);
}

.auth-form .form-group {
  margin-bottom: 15px;
}

.auth-form label {
  color: var(--body-text-color);
  margin-bottom: 5px;
}

.auth-form .form-control {
  color: var(--body-text-color);
  border: 1px solid var(--border-info-color);
  border-radius: 10px;
  padding: 12px 18px;
  box-shadow: none;
}

.auth-form .form-control::placeholder {
  color: var(--body-text-color);
}

.auth-form .form-control:focus {
  border-color: var(--theme-color);
}

.auth-form .auth-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.auth-form .auth-check .form-check,
.auth-form .auth-check .form-check-label {
  margin-bottom: 0;
}

.auth-form .form-check-input {
  width: 1.15em;
  height: 1.15em;
  margin-top: .35em;
  border-radius: 6px;
  border-color: var(--border-info-color);
  box-shadow: none;
}

.auth-form .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.auth-form .form-check-input:focus {
  border-color: var(--theme-color);
}

.auth-form .auth-check a {
  color: var(--theme-color);
}

.auth-form .auth-check a:hover {
  color: var(--color-danger);
}

.auth-btn {
  margin-top: 25px;
}

.auth-btn .theme-btn {
  width: 100%;
  padding: 12px 18px;
}

.auth-footer {
  text-align: center;
}

.auth-divider {
  display: block;
  margin: 12px 0;
}

.auth-social-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.auth-social-list a {
  background: var(--theme-color);
  color: var(--color-white);
  padding: 5px 18px;
  border-radius: 50px;
  box-shadow: var(--box-shadow);
}

.auth-social-list a i {
  margin-right: 5px;
}

.auth-social-list a:hover {
  opacity: .8;
}

.auth-social-list .auth-fb {
  background: #3B5998;
}

.auth-social-list .auth-gl {
  background: #DD4B39;
}

.auth-social-list .auth-tw {
  background: #1D9BF0;
}

.auth-footer p {
  margin-top: 30px;
  color: var(--body-text-color);
}

.auth-footer p a {
  color: var(--theme-color);
}

.auth-footer p a:hover {
  color: var(--color-danger);
}



/*====================
48. Coming soon css 
======================*/

.coming-soon {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
  min-height: 100vh;
  width: 100%;
  z-index: 1;
}

.coming-soon:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.coming-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75vh;
}

.coming-content {
  text-align: center;
}

.coming-info h1 {
  color: var(--color-white);
  font-weight: 700;
  font-size: 50px;
}

.coming-info p {
  font-size: 18px;
  color: var(--color-white);
  margin-top: 10px;
}

.coming-countdown-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.coming-countdown .time-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.coming-countdown .time {
  background: var(--color-white);
  width: 125px;
  border-radius: 15px;
  padding: 14px 10px;
}

.coming-countdown .time span {
  display: block;
}

.coming-countdown .time span:first-child {
  color: var(--theme-color);
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
}

.coming-countdown .time .unit {
  color: var(--body-text-color);
  font-weight: 500;
}

.coming-countdown .divider {
  display: none;
}

.coming-newsletter-form {
  margin-top: 50px;
  margin-bottom: 25px;
}

.coming-newsletter-form .form-group {
  position: relative;
}

.coming-newsletter-form .form-control {
  padding: 17px 150px 17px 20px;
  border-radius: 12px;
  border: none;
  box-shadow: none;
}

.coming-newsletter-form .theme-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 9px 15px;
}

.coming-social {
  margin-top: 40px;
  text-align: center;
}

.coming-social a {
  display: inline-block;
  background: var(--theme-color);
  color: var(--color-dark);
  margin: 5px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50px;
  transition: .5s;
  box-shadow: var(--box-shadow2);
}

.coming-social a:hover {
  background: var(--color-danger);
  color: var(--color-white);
}

@media all and (max-width: 767px) {
  .coming-info h1 {
    font-size: 40px;
  }
}




/*====================
49. Error css 
======================*/

.error-wrapper {
  text-align: center;
}

.error-wrapper h1 {
  font-size: 250px;
  letter-spacing: 5px;
  font-weight: bold;
  color: var(--theme-color);
}

.error-wrapper h1 span {
  color: var(--color-dark);
}

.error-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: var(--color-dark);
}

.error-wrapper img {
  width: 100%;
}

.error-wrapper .theme-btn {
  margin-top: 30px;
}


@media all and (max-width: 767px) {
  .error-wrapper h1 {
    font-size: 160px;
  }
}




/*====================
50. Terms/privacy css 
====================== */

.terms-content:not(:last-child) {
  margin-bottom: 54px;
}

.terms-content:first-child {
  margin-top: -3px;
}

.terms-content .terms-list {
  margin-top: 37px;
}

.terms-content h3 {
  color: #F10065;
  margin-bottom: 23px;
}

.terms-content p:not(:last-child) {
  margin-bottom: 26px;
}

.terms-list li:not(:last-child) {
  margin-bottom: 16px;
}



/* ===================
51. Instagram css 
====================== */

.instagram-area {
  position: relative;
}

.instagram-item {
  position: relative;
}

.instagram-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 0;
  transition: 0.4s;
}

.instagram-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: var(--theme-color);
  color: var(--color-white);
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  z-index: 2;
  transition: 0.4s;
  transform: translate(-50%, -50%);
}

.instagram-item:hover::after {
  width: 100%;
  opacity: 1;
}

.instagram-item:hover a {
  visibility: visible;
  opacity: 1;
}



/*====================
52. Footer css 
======================*/

.footer-area {
  position: relative;
  background: var(--footer-bg);
}

.footer-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/home/music_tune-01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .15;
}

.footer-widget-box {
  margin-bottom: 20px;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 160px;
  margin-bottom: 10px;
}

.footer-logo .logo-light-mode {
  display: none;
}

.footer-widget-title {
  color: var(--color-white);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  z-index: 1;
}

.footer-widget-title::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 20px;
  height: 3px;
  background: #F10065;
  border-radius: 50px;
  bottom: 0;
  left: 0;
}

/* .footer-widget-title::after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 10px;
  height: 3px;
  background: var(--theme-color);
  border-radius: 50px;
  bottom: 0;
  left: 25px;
} */

.footer-list {
  display: flex;
  flex-direction: column;
  gap: .65rem;
}

.footer-list li a {
  position: relative;
  color: var(--footer-text-color);
  transition: var(--transition);
  padding-left: 14px;
}

.footer-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 3px;
  background: #F10065;
  border-radius: 50px;
  transform: translateY(-50%);
  transition: var(--transition);
}

.footer-list li a:hover::before {
  width: 10px;
}

.footer-list li a:hover {
  padding-left: 20px;
  color: #F10065;
}

.footer-widget-box p {
  color: var(--footer-text-color);
  padding-right: 18px;
  margin-bottom: 20px;
}

.footer-language {
  margin-top: 30px;
}

.footer-language img {
  width: 20px;
  margin-right: 10px;
}

.footer-language .language {
  color: var(--footer-text-color);
  border: 1px solid var(--border-info-color);
  border-radius: 10px;
  padding: 6px 15px 6px 12px;
}

.footer-language .language:hover {
  border-color: var(--theme-color);
}

.footer-language .language img {
  margin-top: -3.5px;
  margin-right: 5px;
}

.footer-language .dropdown-menu {
  background: var(--color-white);
  border: none;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
}

.footer-language .dropdown-item {
  color: var(--color-dark);
}

.footer-language .dropdown-item:hover {
  background: transparent;
  color: var(--theme-color);
}

.footer-social {
  display: flex;
  /* gap: 15px; */
  justify-content: flex-start;
  margin-left: 20px;
}

ul.footer-social li {
  margin: 0 5px;
}



.footer-social li a i {
  height: 28px;
  width: 28px;
  text-align: center;
  border-radius: 8px;
  background: linear-gradient(to right, #e6007e, #b839b6);
  color: #fff;
  line-height: 28px;
  font-size: 15px;

}

.footer-social li a i:hover {
  background: linear-gradient(to right, #e6007e, #b839b6);
  color: #050000;
  transition: var(--transition);
}

.subscribe-form .form-control {
  padding: 14px 20px;
  border-radius: 12px;
  background: var(--footer-bg);
  color: var(--footer-text-color);
  border: 2px solid var(--color-white);
  box-shadow: none;
}

.subscribe-form .form-control::placeholder {
  color: var(--footer-text-color);
}

.subscribe-form .form-control:focus {
  border-color: var(--theme-color);
}

.subscribe-form .theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  margin-top: 20px;
}

.footer-top-link {
  margin-top: 30px;
}

.footer-top-link a {
  border: 1px solid var(--border-info-color);
  color: var(--body-text-color);
  font-size: 15px;
  padding: 2px 15px;
  border-radius: 50px;
  margin: 5px 5px 5px 0px;
}

.footer-top-link a:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.footer-download .download-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-download a {
  background: var(--color-white);
  padding: 0px 8px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--border-info-color);
}

.footer-download a .icon {
  font-size: 28px;
  color: var(--theme-color);
}

.footer-download .info p {
  font-size: 13px;
  font-weight: 500;
  color: var(--body-text-color);
  margin-bottom: 0;
  line-height: 1;
}

.footer-download .info h5 {
  font-size: 17px;
  font-weight: 700;
}

.copyright {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid var(--border-info-color);
}

.copyright .footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

.copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}

.copyright .footer-menu li a {
  color: var(--footer-text-color);
  transition: var(--transition);
}

.copyright .footer-menu li a:hover {
  color: #F10065;
}

.copyright .copyright-text {
  color: var(--footer-text-color);
  margin-bottom: 0px;
  font-size: 16px;
}

.copyright .copyright-text a {
  color: #F10065;
  font-weight: 500;
}

.clr-icon {
  color: #F10065;
}

@media all and (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }

  .footer-social {
    gap: 5px;
  }
}

@media all and (max-width: 991px) {
  .footer-top-link {
    margin-top: 0;
  }

  .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 14px;
  }
}

@media all and (max-width: 767px) {
  .footer-social {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .copyright .copyright-text a {
    color: var(--theme-color);
  }

  .copyright .footer-menu {
    text-align: left;
  }
}



/*====================
53. Home 2 css 
======================*/

.home-2 .hero-single {
  background: var(--footer-bg);
  padding-top: 150px;
  padding-bottom: 60px;
}

.home-2 .hero-single::before {
  display: none;
}

.home-2 .hero-shape img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .2;
  z-index: -1;
}

.home-2 .hero-single .hero-content .hero-title {
  font-size: 65px;
}

.home-2 .hero-single .hero-content .hero-sub-title {
  background: var(--theme-color);
  color: var(--color-white);
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 500;
}

.home-2 .hero-img {
  position: relative;
}

.home-2 .hero-img .img-1 img {
  border-radius: 50% 50% 0px 50%;
}

.home-2 .hero-img .img-2 img {
  border-radius: 50% 50% 50% 0px;
}

.home-2 .hero-img .img-3 img {
  border-radius: 50% 0px 50% 50%;
}

.home-2 .hero-img .img-4 img {
  border-radius: 0px 50% 50% 50%;
}

.home-2 .hero-img .player-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--theme-color);
  text-align: center;
  border-radius: 50px;
  border: 10px solid var(--footer-bg);
  margin-top: 10px;
}

.home-2 .hero-img .player-btn i {
  width: 100px;
  color: var(--color-white) !important;
  font-size: 30px;
}

.home-2 .hero-img .hero-img-text {
  position: absolute;
  left: -150px;
  top: 50px;
  background: var(--color-white);
  color: var(--color-dark);
  text-align: center;
  font-weight: 500;
  padding: 10px;
  width: 230px;
  border-radius: 20px 20px 0px 20px;
  box-shadow: var(--box-shadow);
}

.home-2 .platform {
  position: relative;
  margin-top: -80px;
  z-index: 1;
}

.home-2 .platform-content {
  width: fit-content;
  padding: 10px 50px 10px 20px;
}

.home-2 .platform-content>h4 {
  color: var(--color-dark);
}

.home-2 .platform .platform-content {
  background: var(--color-white);
  border-radius: 0 50px 0 0;
}

.home-2 .platform-item h5 {
  color: var(--color-dark);
}

.home-2 .platform-img {
  background: var(--theme-bg-light);
}


@media all and (min-width: 992px) and (max-width: 1199px) {
  .home-2 .hero-img .hero-img-text {
    top: -10px;
    left: -50px;
  }

  .home-2 .platform {
    margin-top: -30px;
  }
}


@media all and (max-width: 991px) {
  .home-2 .hero-img .hero-img-text {
    left: 0;
    top: 0;
  }

  .home-2 .platform {
    margin-top: -50px;
  }
}


@media all and (max-width: 767px) {
  .home-2 .hero-single {
    padding-top: 200px;
    padding-bottom: 60px;
  }

  .home-2 .hero-single .hero-content .hero-title {
    font-size: 50px;
  }

  .home-2 .hero-img .hero-img-text {
    left: unset;
    right: 50px;
    top: 0px;
  }
}



/*====================
54. Home 3 css 
======================*/

.home-3 .navbar {
  background: var(--color-white);
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 10px solid var(--theme-color);
}

.home-3 .navbar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5%;
  background: var(--theme-color);
  clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
}

.home-3 .nav-right-link {
  color: var(--color-dark);
}

.home-3 .main {
  margin-top: 0;
}

.home-3 .navbar-toggler-mobile-icon {
  color: var(--color-dark);
}

.home-3 .hero-single {
  padding-top: 150px;
  padding-bottom: 150px;
}

.home-3 .platform-content {
  text-align: center;
}

.home-3 .platform-content>h4 {
  color: var(--color-dark);
}

.home-3 .platform-content ul {
  justify-content: center;
  margin-top: 25px;
}

.home-3 .platform-item h5 {
  color: var(--color-dark);
}

.home-3 .footer-area::before {
  display: none;
}

.home-3 .footer-area::before {
  display: none;
}

.home-3 .audio-player {
  bottom: -121px;
}

.home-3 .audio-player.show {
  bottom: 30px;
}

.home-3 .audio-player .audio-player-hide {
  top: -20px;
  box-shadow: var(--box-shadow2);
}

.home-3 .audio-player.show .audio-player-hide {
  top: 2px;
  box-shadow: none;
}

@media all and (min-width: 992px) {
  .home-3 .navbar .nav-item .nav-link {
    color: var(--color-dark);
  }

  .home-3 .navbar .nav-item .dropdown-menu {
    border-radius: 0;
    border-top: 3px solid var(--theme-color);
  }
}

/* prangya css */

/* Banner */
.hero-banner {
  /* height: 100vh; */
  width: 100%;
  /* background-image: url('../img/home/banner.webp'); */
  /* Your wave or background image */
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}



.banner-content {
  text-align: center;
  /* padding: 0 20px; */
}

.animate-text {
  font-size: 3.9rem;
  background: #fff;
  background: linear-gradient(to right, #1cc5ef, #f10065, #f91dc9, #2b5df2);
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeSlideIn 1s ease-out forwards;
  animation-delay: 0.5s;
  position: relative;
  /* top: 93px; */
}

.banner-subtext {
  color: #f232cf;
  position: relative;
  /* top: 90px; */
}

@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.platforms-section {
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(to right, #F10065, #A9218B);
  color: white;
}

.platforms-title {
  font-size: 28px;
  border: 2px solid white;
  padding: 8px 20px;
  display: inline-block;
  position: relative;
  color: #fff;
}

.platforms-title::before,
.platforms-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 2px;
  background: white;
}

.platforms-title::before {
  left: -60px;
}

.platforms-title::after {
  right: -60px;
}

.icon-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  padding-top: 50px;
}

.icon-circle {
  width: 80px;
  height: 80px;
  border: 2px dashed #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  animation: float 2s ease-in-out infinite;
}

.icon-circle img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* Zigzag positioning and animation delay */
.icon-circle:nth-child(odd) {
  transform: translateY(-10px);
  animation-delay: 0s;
}

.icon-circle:nth-child(even) {
  transform: translateY(10px);
  animation-delay: 1s;
}

/* Special style for Meta icon */
.icon-circle.center {
  border: 2px solid transparent;
  background: radial-gradient(circle, white 60%, #d4145a);
  transform: translateY(0);
  animation-delay: 0.5s;
  /* stays in center */
}

/* Keyframe for floating animation */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.logo-row {
  background: #fff;
  padding: 10px 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
  position: relative;
}

.logo-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  /* thickness of the "border" */
  width: 100%;
  background: linear-gradient(to right, #F10065, #A9218B);
}

.logo-box img {
  height: 55px;
  max-width: 120px;
  object-fit: contain;
}

.logo-box {
  padding: 10px 20px;
  position: relative;
}

.logo-box:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -212px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 83%;
  background: linear-gradient(to bottom, #F10065, #A9218B);
}

/* 
.logo-box:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #F10065, #A9218B);
}  */

/* Gradient divider line below the logo row */
.logo-divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #F10065, #A9218B);
  border-radius: 2px;
}

.logo-display {
  height: 150px;
  width: auto;
  position: fixed;
  top: 20px;
}

.logo-scrolled {
  height: 70px;
  width: auto;
}


.white-bg {
  background-image: url(../img/home/testimony_bg_2-03.webp);
  position: relative;
  /* background-repeat: round;
  background-position: left; */
  background-size: 125% 100%;
}

.testimonial-heading {
  text-align: center;
  font-size: 2.5rem;
  background: linear-gradient(to right, #ec008c, #fc6767);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}

.testimonial-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

/* .testimonial-title {
  position: relative;
  right: 58px;
} */

.testimonial-slider {
  margin-top: 30px;
}

/* arpita css */
.work-methodology {
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

.method-item {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
}

.method-image-container {
  position: relative;
  background-color: black;
  border: 2px solid white;
  border-radius: 10px;
  width: 300px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.method-image {
  max-width: 80%;
  height: auto;
}

.method-number {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  color: white;
  /* border: 2px solid white; */
  border-radius: 10px;
  padding: 2px 12px;
}

.method-text-container {
  position: relative;
  max-width: 500px;
}

.method-line {
  height: 2px;
  width: 120px;
  background: linear-gradient(to right, #e6007e, #b839b6);
  margin-bottom: 10px;
}

.method-title {
  font-size: 48px;
  font-weight: 400;
  margin: 0 0 15px 0;
}

.method-description {
  color: #ddd;
  line-height: 1.5;
}

.logo-img {
  height: 100px;
  width: 100px;
}

.f-logo {
  height: 160px;
  width: 160px;
}

.pdl-title {
  border: 1px solid #fff;
  border-radius: 10px;
}

.pdl-h3 {
  font-size: 55px;
  color: #F10065;
  margin-bottom: 0px;
}


.contact-header {
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 12px;
  padding: 0px 9px;
  margin-bottom: 30px;
  justify-content: center;
  display: flex;
  width: 373px;
}

.contact-header span {
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(to right, #F10065, #A9218B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.line {
  width: 109px;
  height: 2px;
  background-color: #ccc;
  margin-left: 20px;
  right: -109px;
  position: relative;
}

.pointer {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #ccc;
  margin-left: 8px;
}

.tagline {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.4;
  color: #fff;
  font-weight: 900;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 700px;
}

.form-group {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 8px;
  color: #fff;
}

.form-group input {
  padding: 10px 14px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  outline: none;
}

.form-submit {
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.submit-bar {
  width: 0px;
  height: 40px;
  /* background: linear-gradient(to bottom, #e81cff, #40c9ff); */
  /* margin-right: 6px; */
  border-radius: 4px;
}

.form-submit button {
  padding: 9px 63px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  background: linear-gradient(to right, #ef007c, #8f2ba7);
  cursor: pointer;
  color: #000;
  transition: 0.3s;
}

.form-submit button:hover {
  background: #ddd;
}

@media (max-width: 600px) {

  .form-group,
  .form-submit {
    flex: 1 1 100%;
  }

  .tagline {
    font-size: 22px;
  }

  .contact-header span {
    font-size: 28px;
  }
}

/* .cta-image{
        position: absolute;
    bottom: -607px;
    height: 600px;
} */
.about-section {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #555;
}

.about-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  position: relative;
}

.about-header h2 {
  background: linear-gradient(to right, #d40087, #ae00ff);
  color: white;
  padding: 10px 25px;
  border-radius: 10px;
  font-size: 28px;
  margin: 0;
}

.header-line {
  flex: 1;
  height: 2px;
  background: #d40087;
  max-width: 100px;
}

.tagline {
  color: #d40087;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}

.subtagline {
  font-size: 16px;
  margin: 10px 0 20px;
}

.description {
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
  max-width: 90%;
  margin: 0 auto;
}

.about-banner {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 2px 40px;
  background: linear-gradient(to right, #ef007c, #8f2ba7);
  border-radius: 12px;
  /* font-family: 'Segoe UI', sans-serif; */
}

.about-text {
  color: white;
  font-size: 28px;
  letter-spacing: 0.6px;
  flex: 1 1 100%;
  overflow-wrap: break-word;
  word-break: break-word;
}

.about-line {
  display: inline-block;
  height: 2px;
  width: 15px;
  margin-left: 15px;
  background: #fff;
  position: relative;
  right: -70px;
}

.about-line::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 2px;
  width: 67px;
  background: linear-gradient(to right, #fff, #e6007e);
}

.about-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  color: #444;
}

.main-heading {
  color: #e6007e;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.sub-heading {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}

.about-paragraph {
  line-height: 1.7;
  margin-bottom: 20px;
  color: #5c5c5c;
  text-align: justify;
  /* margin-right: 157px; */
}

.partner-logos {
  /* max-width: 1100px; */
  margin: 40px auto;
  padding: 0 20px;
}

.clients-header {
  background: linear-gradient(to right, #e6007e, #b839b6);
  padding: 5px 0;
  display: flex;
  justify-content: center;
}

.clients-title {
  color: white;
  font-size: 25px;
  border: 2px solid white;
  border-radius: 10px;
  padding: 2px 80px;
  position: relative;
  letter-spacing: 1px;
}

.clients-title .line {
  content: "";
  position: absolute;
  top: 50%;
  right: -59px;
  width: 103px;
  height: 2px;
  background-color: white;
  transform: translateY(-50%);
}


.method-step {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 40px;
  max-width: 900px;
  margin: 50px auto;
}

.method-image {
  width: 300px;
  height: 200px;
  border: 2px solid white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  position: relative;
}

.method-image img {
  max-width: 80%;
  height: auto;
}

.method-number {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  color: white;
  /* border: 2px solid white; */
  border-radius: 10px;
  padding: 2px 10px;
}

/* 
.method-text {
  flex: 1;
  position: relative;
} */

.line-heading {
  display: flex;
  align-items: center;
  position: relative;
}

.method-title {
  font-size: 51px;
  font-weight: 500;
  margin: 0;
  padding-right: 20px;
  color: #fff
}

.horizontal-line {
  flex-grow: 1;
  height: 2px;
  background: linear-gradient(to right, #f5f0f3, #ff0ea8);
  bottom: -36px;
  position: relative;
  left: -322px;
}

.method-desc {
  margin-top: 10px;
  color: #ddd;
  max-width: 500px;
}

.pdl-cta-title {
  font-size: 40px;
  font-weight: 40px;
}

.play-btn {
  top: -370px;
  position: relative;
  right: -260px;

}



.about-img {
  border-radius: 0px 26px 26px 0px;
}

.cosmos-sec {
  background-image: url(../img/home/methodology_bg-01.png);
  background-color: #121214;
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.horizontal-line {
  flex-grow: 1;
  height: 2px;
  background: linear-gradient(to right, #f5f0f3, #ff0ea8);
  bottom: 7px;
  position: relative;
  left: -83px;
  width: 250px;
}

.horizontal-line-orbit {
  flex-grow: 1;
  height: 2px;
  background: linear-gradient(to right, #f5f0f3, #ff0ea8);
  bottom: 7px;
  position: relative;
  left: 340px;
  width: 250px;
  z-index: 1;
}

.method-desc-orbit {
  margin-top: 10px;
  color: #ddd;
  max-width: 500px;
  right: -20px;
  position: relative;
}

.Worked {
  margin: 0 auto;
}

.card-pdl-img {
  border-radius: 10px;
}

.card-pdl-img:hover {
  background-color: #000;
}

.card-pdl-wrap:hover {
  /* position: relative; */
  height: 400px;
  width: 250px;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
}




.header-title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;

  &::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    background: linear-gradient(to right, #00b4db, #0083b0);
    width: 150px;
    height: 5px;
    border-radius: 1rem;
  }
}


.pdl-services-card {
  position: relative;
  height: 220px;
  width: 310px;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.25);
  overflow: hidden;

  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: all .25s ease;
    z-index: -1;
  }

  &.card-1 {
    &::before {
      background-image: url("https://images.pexels.com/photos/1694621/pexels-photo-1694621.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
    }
  }

  &.card-2 {
    &::before {
      background-image: url("https://images.pexels.com/photos/1078983/pexels-photo-1078983.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
    }
  }

  &.card-3 {
    &::before {
      background-image: url("https://images.pexels.com/photos/1743165/pexels-photo-1743165.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
    }
  }

  &.card-4 {
    &::before {
      background-image: url("https://images.pexels.com/photos/1731660/pexels-photo-1731660.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
    }
  }

  .card-content {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 1.5rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    color: #FFF;
    transition: background-color .25s ease, opacity .25s ease;
    opacity: 0;
    border-radius: 10px;
    border: 1px solid #fff;

    .title {
      font-size: 1.5rem;
      margin-bottom: 1rem;
      font-weight: 600;
    }

    p {
      text-align: center;
      font-weight: 200;
    }
  }

  &:hover {
    &:before {
      transform: scale(1.2);
    }

    .card-content {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(8px);
    }
  }
}

@media (max-width: 992px) {
  .header {
    padding: 4rem 2rem;
  }

  .logo-display {
    height: 70px;
    width: auto;
    position: static;
  }

  .animate-text {
    font-size: 40px !important;
    letter-spacing: 0 !important;
  }

  .banner-subtext {
    /* font-size: 20px;
      padding-top: 20px;
   top: 0px; */
    font-size: 18px;
    padding-top: 1px;
    top: 0px;
  }

  .container {
    /* flex-direction: column;
    padding: 0 2rem; */
  }

  .about-paragraph {
    margin-right: 0px;
  }

  .cta-image {
    min-height: 0px !important;
    left: 0px !important;
  }

  .about-line {
    right: -70px;
    display: none;
  }

  .line {
    right: -60px;
  }

  .contact-header {
    width: 266px;
  }

  .bg-image {
    top: 74px !important;
    width: 137px !important;
    left: 402px !important;
  }

  .testimonial-bg::before {
    display: none;
  }

  .testimonial-bg::after {
    display: none;
  }

  .testimonial-bg img {
    display: none;
  }

  .testimonial-title {
    position: revert;
  }

  .about-banner {
    display: flex;
    padding: 5px 15px;
  }

  .horizontal-line {
    display: none;
  }

  .horizontal-line-orbit {
    display: none;
  }

  .method-desc-orbit {
    right: -29px;
  }

  .method-title {
    padding-left: 13px;
  }

  .about-text {
    font-size: 14px;
    font-weight: 600;
  }

  .card {
    margin: 2rem 0;
    width: 100%;

    &::before {
      background-position: center;
    }
  }

  .about-img .img-1::before {
    border: none;
  }
}

/* 13-05-2025 */

.black-bg {
  background-color: #010102;
  /* margin-top: 25px; */
}

.partner-area {
  background-color: #eaeced;
}

/* arpita 13-05-25 */
.image-wrapper {
  position: relative;
  display: inline-block;
}

.bg-image {
  position: absolute;
  top: 52px;
  width: 266px;
  left: 398px;
}

.cta-image {
  min-height: 437px;
  border-bottom: 2px solid #F10065;
  position: relative;
  left: 46px;
}

.main-image {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.about-bg-image {
  position: absolute;
  left: 304px;
  width: 81%;
  z-index: -1;
  transform: rotate(-5deg);
  height: 252px;
  top: 1px;
}

.about-vedio-image {
  border-radius: 0px 30px 30px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  /* position: relative;
  top: -53px; */
}

.pdl-play-btn i {
  position: relative;
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  background: #F10065;
  color: var(--color-white) !important;
  border-radius: 50%;
  z-index: 1;
}

.play-btn i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #A9218B;
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.pdl-play-btn {
  top: -257px;
  position: relative;
  right: -276px;

}


.choose-img-wrap {
  position: relative;
}

.choose-img img.rounded-img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #d81b60;
  cursor: pointer;
  z-index: 2;
}

.testimonial-bg {
  position: relative;
  display: contents;
}

.testimonial-photo {
  width: 100%;
  /* or fixed size like 150px /
  display: block;
  border-radius: 10px;
  / Optional */
}

.testimonial-bg::after {
  content: '';
  position: absolute;
  top: 27%;
  right: 38px;
  width: 160px;
  height: 129px;
  background-image: url(../img/home/bass-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.9;
}

.testimonial-bg::before {
  content: '';
  position: absolute;
  bottom: 17%;
  left: 61%;
  width: 227px;
  height: 98px;
  background-image: url(../img/home/bass-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.3;
}

.testi-v-img {
  position: relative;
  top: 30px;
}

/*  */
.Orbit-box {
  border: 2px solid #d81b60;

}

.Orbit-n {
  color: #d81b60;
}

.pdl-services-wrap1 {
  background-image: url(../img/home/play_count.webp);
  background-color: #121214;
  /* padding-top: 30px;
  padding-bottom: 30px; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.pdl-services-wrap2 {
  background-image: url(../img/home/online_lisence.webp);
  background-color: #121214;
  /* padding-top: 30px;
  padding-bottom: 30px; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.pdl-services-wrap3 {
  background-image: url(../img/home/content-marketing.webp);
  background-color: #121214;
  /* padding-top: 30px;
    padding-bottom: 30px; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}


.Methodology-wrap {
  background-image: url(../img/home/music_tune-01.webp);
}

.arrow-btn {
  background: linear-gradient(to right, #ff00ff, #ff5e62);
  color: #fff;
  padding: 10px;
  border-radius: 20px;
}

.Methodology-bg-image {
  position: absolute;
  /* top: 0; */
  height: 276px;
  width: 100%;
  left: 18px;
  z-index: 0;

}

.Methodology-wrap {
  background: url(../img/home/music_tune-01.webp);
  padding: 40px;
  max-width: 100%;
  background-size: contain;
}

/* @media (max-width: 992px) {
}
@media (max-width: 992px) {
    .contact-header {
        width: 335px;
    }
        .bg-image {
        position: absolute;
        top: 33px !important;
        width: 240px !important;
        left: 368px !important;
        }
} */



.hero-line {
  border-bottom: 1px solid #ff00ff;
}

.pdl-services-h {
  font-size: 20px;
  padding-top: 10px;
}

@media (max-width: 992px) {
  .pdl-play-btn {
    top: -313px;
    position: relative;
    right: -49%;
  }

  .clients-title .line {
    width: 70px;
    right: -33px;
  }

  .clients-title {
    font-size: 19px;
    font-weight: 800;
  }

  .choose-content {
    margin-right: 0px;
  }

  .pdl-cta-title {
    font-size: 33px;
  }

  .choose-content {
    margin-bottom: 0px;
  }

  .choose-area {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .about-bg-image {
    display: none;
  }

  .logo-box:not(:last-child)::after {
    right: -30px;
  }

  .pdl-services-card {
    margin-top: 30px;
  }

  .License {
    padding-top: 20px;
  }
}

@media (max-width: 576px) {
  .bg-image {
    top: 29px !important;
    width: 135px !important;
    left: 176px !important;
  }

  .pdl-play-btn {
    top: -146px;
    position: relative;
    right: -45%;
  }
}


/* artist-slider */
.carousel-container {
  width: 100%;
  /* max-width: 1200px; */
  height: 450px;
  position: relative;
  /* perspective: 1000px;  */
  margin-top: 80px;
}

.carousel-track {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card {
  position: absolute;
  width: 350px;
  height: 480px;
  background: white;
  /* border-radius: 20px; */
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card.center {
  z-index: 10;
  transform: scale(1.1) translateZ(0);
}

.card.center img {
  filter: none;
}

.card.left-2 {
  z-index: 1;
  transform: translateX(-400px) scale(0.8) translateZ(-300px);
  opacity: 0.7;
}

.card.left-2 img {
  filter: grayscale(100%);
}

.card.left-1 {
  z-index: 5;
  transform: translateX(-200px) scale(0.9) translateZ(-100px);
  opacity: 0.9;
}

.card.left-1 img {
  filter: grayscale(100%);
}

.card.right-1 {
  z-index: 5;
  transform: translateX(200px) scale(0.9) translateZ(-100px);
  opacity: 0.9;
}

.card.right-1 img {
  filter: grayscale(100%);
}

.card.right-2 {
  z-index: 1;
  transform: translateX(400px) scale(0.8) translateZ(-300px);
  opacity: 0.7;
}

.card.right-2 img {
  filter: grayscale(100%);
}

.card.hidden {
  opacity: 0;
  pointer-events: none;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to top, rgba(241, 0, 101, 0.8), rgba(169, 33, 139, 0.5), transparent 60%);
  pointer-events: none;
  z-index: 2;
  /* border-radius: 20px; */
}

.view-count {
  z-index: 3;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 1.4rem;
  color: white;
  pointer-events: none;
}

.member-info {
  text-align: center;
  margin-top: 80px;
  transition: all 0.5s ease-out;
}

.member-name {
  color: #F10065;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  display: none;
}

.member-name::before,
.member-name::after {
  content: "";
  position: absolute;
  top: 55%;
  width: 100px;
  height: 2px;
  background: linear-gradient(to right, #F10065, #A9218B);
}

.member-name::before {
  left: -120px;
}

.member-name::after {
  right: -120px;
}

.member-role {
  color: #848696;
  font-size: 1.5rem;
  font-weight: 500;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px 0;
  margin-top: -15px;
  position: relative;
  display: none;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(to right, #ff00ff, #ff5e62);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #fff;
  transform: scale(1.2);
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(to right, #ff00ff, #ff5e62);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  border: none;
  outline: none;
  padding-bottom: 4px;
}

/* .nav-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
} */

.nav-arrow.left {
  left: 50px;
  padding-right: 7px;
}

.nav-arrow.right {
  right: 50px;
  padding-left: 7px;
}

.name-overlay {
  z-index: 3;
  position: absolute;
  bottom: 50px;
  left: 20px;
  font-size: 1.8rem;
  color: white;
  font-weight: 600;
  pointer-events: none;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}


@media (max-width: 768px) {
  .black-bg {
    padding-top: 85px;
  }

  .carousel-container {
    margin-top: 0px;
  }

  .card {
    width: 200px;
    height: 280px;
  }

  .card.left-2 {
    transform: translateX(-250px) scale(0.8) translateZ(-300px);
  }

  .card.left-1 {
    transform: translateX(-120px) scale(0.9) translateZ(-100px);
  }

  .card.right-1 {
    transform: translateX(120px) scale(0.9) translateZ(-100px);
  }

  .card.right-2 {
    transform: translateX(250px) scale(0.8) translateZ(-300px);
  }

  .member-info {
    margin-top: 0px;
  }

  .member-name {
    font-size: 1.8rem;
  }

  .member-role {
    font-size: 1.2rem;
  }

  .member-name::before,
  .member-name::after {
    width: 50px;
  }

  .member-name::before {
    left: -70px;
  }

  .member-name::after {
    right: -70px;
  }

  .nav-arrow.left {
    left: 0;
  }

  .nav-arrow.right {
    right: 0;
  }
}

/*  */
.mission-sec {
  background-color: #121214;
}

.mission-card-wrap {
  border: 4px dashed #F10065;
}

.mission-img {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.grey-bg-area {
  background-color: #eaeced;
  position: relative;
  z-index: 1;
}

.abt-bg-image {
  position: absolute;
  left: 25%;
  width: 76%;
  transform: rotate(-6deg);
  height: 190px;
  top: 737px;
  z-index: -1;
}

.artist-item-bg {
  background-color: #eaeced;
}

.wm-black-bg {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.wm-white-bg {
  margin-bottom: 33px;
  background-color: #f4f4f4;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.wm-img {
  width: 387px;
}

.artist-item-bg {
  background-color: #eaeced;
}

.our-clients-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #222;
}

.clients-row {
  display: flex;
  justify-content: center;
  gap: 40px 150px;
  /* vertical & horizontal gap */
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.client-logo {
  max-width: 135px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.client-logo:hover {
  transform: scale(1.05);
}

.row-2 {
  gap: 40px 130px;
}

/* worksection */

.video-section {
  position: relative;
  width: 100%;
  height: 80vh;
  background: linear-gradient(to right, rgba(138, 43, 226, 0.7), rgba(0, 0, 255, 0.6)),
    url('../img/works/video-img-pdl.webp') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.play-button-works {
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.play-button-works::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 30px solid #000;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  margin-left: 5px;
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
}

.video-wrapper video {
  width: 80%;
  height: auto;
}

.partner-bg {
  background-color: aliceblue;
  border-radius: 20px;
}

.Benefits-sec {
  background-image: url(../img/home/methodology_bg-01.png);
  background-color: #121214;
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.partner-bg {
  background-color: aliceblue;
  border-radius: 20px;
}

.tagline-para {
  color: #fff;
  font-size: 25px;
}

.pdl-cta-title-abt {
  font-size: 35px;
}

.service-wm-img {
  border-radius: 10px;
}

.our-clients-section {
  padding: 60px 0;
  background-color: #ffffff;
}


.clients-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 126;
  margin-bottom: 40px;
}

.client-logo {
  width: 100px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.client-logo:hover {
  transform: scale(1.05);
}

/* Tablet: 2-3 logos per row */
@media (max-width: 992px) {
  .clients-row {
    gap: 100px;
    padding-top: 20px;
  }

  .client-logo {
    width: 80px;
  }

  .Mission-p {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .Benefits {
    margin-top: 20px;
  }
}

/* Mobile: 2 logos per row */
@media (max-width: 576px) {
  .clients-row {
    gap: 20px;
  }

  .client-logo {
    width: 70px;
  }

  .about-banner .about-text {
    font-size: 20px;
  }
}

.pdl-header {
  margin-left: 20px;
  margin-right: 20px;
}

video {
  transition: none !important;
}


.video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-content {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: white;
  background: rgb(23 23 23 / 33%);
  padding: 2rem;
  /* border-radius: 12px; */
  height: 325px;
}

.overlay-content h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.overlay-content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.overlay-content button {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  background-color: #00aaff;
  border: none;
  border-radius: 6px;
  color: white;
  cursor: pointer;
}

.overlay-content button:hover {
  background-color: #0077aa;
}

@media (max-width: 992px) {
  .overlay-content {
    width: 90%;
    padding: 1rem;

    .overlay-content h1 {
      font-size: 20px;
      letter-spacing: -1px;
    }
  }

  .overlay-content p {
    font-size: 1rem;
  }

  .overlay-content button {
    width: 100%;
    font-size: 1.1rem;
    padding: 1rem 0;
  }

  .video-container video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
}


.test-page-sec{
background: #edf0f2;
}
.service-pl{
  padding-left: 40px;
}
