@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
@import "swiper-bundle.min.css";
@import "odometer.css";
@import "animate.css";
@import "magnific-popup.css";
@import "nice-select.css";
@font-face {
  font-family: "borda"; /* The name you want to give to your font */
  src: url("../bordafont/Borda.ttf") format("truetype");
  src: url("../bordafont/Borda%20Bold.ttf") format("truetype");
  src: url("../bordafont/Borda%20DemiBold.ttf") format("truetype");
  src: url("../bordafont/Borda%20ExtraBold.ttf") format("truetype");
  src: url("../bordafont/Borda%20Light.ttf") format("truetype");
  src: url("../bordafont/Borda%20Medium.ttf") format("truetype");
}
/*CSS Table Of Content Starts Here*/
/*============================================ 
# Template Name: SportStream
# Version: 1.0
# Date: 26/07/2023
# Author: pixelaxis
# Author URI: https://themeforest.net/user/pixelaxis
# Description: SportStream - HTML Templates
============================================*/
/*======== scss compiles =========
# mixin
# variables
# Typography
# button 
# animation
# banner
# blog
# header
# section
# footer
============================================*/
/*CSS Table Of Content Ends Here*/
:root {
  --body: #070707;
  --white: #ffffff;
  --whitesub: #F5F6F7;
  --bgsection: #070707;
  --cmnbg: #0F0F0F;
  --cmnbox: #141718;
  --base: #25A56A;
  --base2: #FD3658;
  --base3: #8E55EA;
  --pra: #BAB9BB;
  --pra2: #E8ECEF;
  --title: #121519;
  --ratting: #FFBE57;
  --headborder: #212529;
  --hover: #fff;
  --border: #212529;
  --pra3: #FEFEFE;
  --viewbox: #343839;
  --subtitle: #222E48;
  --pricieborder: #343E56;
  --base2border: rgba(255, 251, 31, 0.20);
  --teamborder: #404A60;
  --placeholder: #B2B6BF;
  --danger: #ED5050;
  --success: #3FCA90;
  --success2: #2E7D32;
}

body {
  color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll !important;
  background-color: var(--body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--white);
  font-family: "borda", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--title);
  font-family: "borda", sans-serif;
}

button {
  border: unset;
}

::-moz-placeholder {
  color: var(--title);
}

::placeholder {
  color: var(--title);
}

h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
}
@media (max-width: 575px) {
  h2 {
    font-size: 29px;
  }
}

h3 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
}
@media (max-width: 575px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 700;
}
@media (max-width: 500px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
}
@media (max-width: 500px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

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

a {
  text-decoration: none;
  margin: 0;
  color: var(--title);
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
  color: var(--white);
}

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

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

::-moz-placeholder {
  color: var(--title);
}

::placeholder {
  color: var(--title);
}

p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0;
  color: var(--pra);
  font-family: "Poppins", sans-serif;
}

.pl-24 {
  padding-left: 24px;
}
@media (max-width: 1399px) {
  .pl-24 {
    padding-left: 14px;
  }
}
@media (max-width: 991px) {
  .pl-24 {
    padding-left: 10px;
  }
}

.pr-24 {
  padding-right: 24px;
}
@media (max-width: 1399px) {
  .pr-24 {
    padding-right: 14px;
  }
}
@media (max-width: 991px) {
  .pr-24 {
    padding-right: 10px;
  }
}

.ml-24 {
  margin-left: 24px;
}
@media (max-width: 1399px) {
  .ml-24 {
    margin-left: 14px;
  }
}

.mr-24 {
  margin-right: 24px;
}
@media (max-width: 1399px) {
  .mr-24 {
    margin-right: 14px;
  }
}

.arrowrotate {
  transform: rotate(-32deg);
  font-size: 24px;
}

.fs-8 {
  font-size: 8px;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .fs-16 {
    font-size: 14px;
  }
}

.fs-18 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .fs-18 {
    font-size: 16px;
  }
}

.fs-20 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .fs-20 {
    font-size: 18px;
  }
}

.fs-xxl16 {
  font-size: 16px;
}

.fs-24 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .fs-24 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .fs-24 {
    font-size: 18px;
  }
}

.fs-xl-16 {
  font-size: 16px;
}

.fs-26 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .fs-26 {
    font-size: 22px;
  }
}

.fs-30 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .fs-30 {
    font-size: 26px;
  }
}

.fs-32 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .fs-32 {
    font-size: 28px;
  }
}

.fs-38 {
  font-size: 38px;
}
@media (max-width: 991px) {
  .fs-38 {
    font-size: 28px;
  }
}

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

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

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

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

.d1 {
  font-size: 80px;
  line-height: 120%;
  font-weight: 600;
  display: block;
  font-family: "borda", sans-serif;
}

.d2 {
  font-size: 72px;
  line-height: 120%;
  font-weight: 600;
  display: block;
  font-family: "borda", sans-serif;
}

.d3 {
  font-size: 64px;
  line-height: 150%;
  font-weight: 600;
  display: block;
  font-family: "borda", sans-serif;
}

.d4 {
  font-size: 56px;
  line-height: 150%;
  font-weight: 600;
  display: block;
  font-family: "borda", sans-serif;
}

.pfs-24 {
  font-size: 24px;
  line-height: 150%;
}
@media (max-width: 991px) {
  .pfs-24 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pfs-24 {
    font-size: 18px;
  }
}

.pfs-20 {
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 991px) {
  .pfs-20 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pfs-20 {
    font-size: 16px;
  }
}

.pfs-18 {
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 991px) {
  .pfs-18 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pfs-18 {
    font-size: 16px;
  }
}

.pfs-16 {
  font-size: 16px;
  line-height: 150%;
}

.pfs-14 {
  font-size: 14px;
  line-height: 150%;
}

.pfs-12 {
  font-size: 12px;
  line-height: 150%;
}

.p-24 {
  padding: 24px;
}
@media (max-width: 991px) {
  .p-24 {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .p-24 {
    padding: 15px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.custom__150 {
  padding-top: 170px;
}
@media (max-width: 1399px) {
  .custom__150 {
    padding-top: 150px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

.pt-110 {
  padding-top: 110px;
}
@media (max-width: 1199px) {
  .pt-110 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-110 {
    padding-top: 80px;
  }
}

.pb-110 {
  padding-bottom: 110px;
}
@media (max-width: 1199px) {
  .pb-110 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-110 {
    padding-bottom: 80px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .pt-100 {
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 65px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .pb-100 {
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .pt-80 {
    padding-top: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .pt-60 {
    padding-top: 50px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .pb-60 {
    padding-bottom: 50px;
  }
}

.pt-50 {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .pt-50 {
    padding-top: 40px;
  }
}

.pb-50 {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .pb-50 {
    padding-bottom: 40px;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .pt-40 {
    padding-top: 30px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .pb-40 {
    padding-bottom: 30px;
  }
}

.pb-30 {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .pb-30 {
    padding-bottom: 20px;
  }
}

.pt-30 {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .pt-30 {
    padding-top: 20px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .pb-24 {
    padding-bottom: 15px;
  }
}

.pt-24 {
  padding-top: 24px;
}
@media (max-width: 991px) {
  .pt-24 {
    padding-top: 15px;
  }
}

.pb-20 {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .pb-20 {
    padding-bottom: 15px;
  }
}

.pt-20 {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .pt-20 {
    padding-top: 15px;
  }
}

.pb-16 {
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .pb-16 {
    padding-bottom: 10px;
  }
}

.pt-16 {
  padding-top: 16px;
}
@media (max-width: 991px) {
  .pt-16 {
    padding-top: 10px;
  }
}

.pb-15 {
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .pb-15 {
    margin-bottom: 10px;
  }
}

.pt-15 {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .pt-15 {
    margin-top: 10px;
  }
}

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

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

.pb5 {
  padding-bottom: 5px;
}

.pt5 {
  padding-top: 5px;
}

.p-8 {
  padding: 8px;
}

.mt-120 {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 80px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .mt-100 {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .mt-80 {
    margin-top: 60px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .mt-60 {
    margin-top: 50px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .mb-60 {
    margin-bottom: 35px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .mt-40 {
    margin-top: 30px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .mt-30 {
    margin-top: 20px;
  }
}

.mb-28 {
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .mb-28 {
    margin-bottom: 18px;
  }
}

.mt-28 {
  padding-top: 28px;
}
@media (max-width: 991px) {
  .mt-28 {
    margin-top: 18px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 15px;
  }
}

.mt-24 {
  padding-top: 24px;
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 10px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .mb-20 {
    margin-bottom: 15px;
  }
}

.mt-20 {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .mt-20 {
    margin-top: 15px;
  }
}

.mb-18 {
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .mb-18 {
    margin-bottom: 16px;
  }
}

.mt-18 {
  margin-top: 18px;
}
@media (max-width: 991px) {
  .mt-18 {
    margin-top: 16px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .mb-15 {
    margin-bottom: 10px;
  }
}

.mt-15 {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .mt-15 {
    margin-top: 10px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .mt-16 {
    margin-top: 10px;
  }
}

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

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

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

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

.mb5 {
  margin-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.bodyfont {
  font-family: "Poppins", sans-serif;
}

.headfont {
  font-family: "borda", sans-serif;
}

.custom__space {
  padding-top: 112px;
}

.nice-select {
  background: rgb(255, 255, 255);
  border-radius: 100px;
  border: 1px solid var(--border);
  color: var(--title);
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  width: unset;
  outline: none;
  padding: 13px 24px 13px;
}
.nice-select:hover {
  border-color: var(--border);
}
.nice-select option {
  color: var(--white);
}
.nice-select .current {
  margin-right: 12px;
}

.nice-select:after {
  right: 23px;
  border-bottom: 1px solid var(--title);
  border-right: 1px solid var(--title);
  width: 10px;
  height: 10px;
}

.nice-select.open .list {
  background: var(--white);
  margin-top: 16px;
  width: 100%;
}

.nice-select .option.selected.focus {
  background: rgb(255, 255, 255);
  outline: none;
}

.nice-select .option {
  background: var(--white);
  border: 1px solid var(--border);
}
.nice-select .option:hover {
  background: transparent;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.pagination a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--pagination);
  transition: all 0.4s;
}
.pagination a:hover {
  background: var(--base);
  color: var(--title);
  border-color: var(--base);
}
.pagination a:hover i {
  color: var(--white);
}
.pagination a span i {
  font-size: 22px;
  color: var(--text);
}

.social {
  gap: 12px;
}
.social li a {
  width: 54px;
  height: 54px;
  display: block;
  border-radius: 12px;
  border: 1px solid var(--pra);
  display: flex;
  align-items: center;
  justify-content: center;
}
.social li a i {
  color: var(--pra);
  font-size: 24px;
}
@media (max-width: 1399px) {
  .social li a {
    width: 40px;
    height: 40px;
  }
  .social li a i {
    font-size: 20px;
  }
}
.social li:hover a {
  border: 1px solid var(--base);
}
.social li:hover a i {
  color: var(--base);
}

.cmn__icon {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--white);
}
.cmn__icon i {
  color: var(--white);
  font-size: 16px;
}

.socila__shape li a {
  border: unset;
  background: rgba(13, 71, 161, 0.05);
}
.socila__shape li a i {
  color: var(--base);
}
.socila__shape li a:hover {
  background: var(--base);
}
.socila__shape li a:hover i {
  color: var(--white);
}

.section__title .sub {
  position: relative;
  display: inline-block;
}
@media (max-width: 500px) {
  .section__title .sub {
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .section__title .sub {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .section__title h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .section__title h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .section__title h2 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .section__title h2 {
    font-size: 28px;
  }
}
@media (max-width: 470px) {
  .section__title h2 {
    font-size: 24px;
  }
}

@media (max-width: 1399px) {
  .header__text h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .header__text h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .header__text h2 {
    font-size: 22px;
  }
}
.header__text .view__btn {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.header__text .view__btn i {
  font-size: 24px;
}

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

.base2 {
  color: var(--base2);
}

.base3 {
  color: var(--base3);
}

.base4 {
  color: var(--icolor1);
}

.base5 {
  color: var(--icolor2);
}

.success {
  color: var(--success);
}

.success2 {
  color: var(--success2);
}

.basebg {
  background: var(--base);
}

.basebg2 {
  background: var(--base2);
}

.basebg3 {
  background: var(--base3);
}

.praborder {
  border: 1px solid var(--pra);
}

.blackbg {
  background: #0F0F0F;
}

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

.sportborder {
  border: 1px solid rgba(101, 255, 75, 0.3);
}

.baseborder__bottom {
  border-bottom: 1px solid var(--base2border);
}

.baseborder__bottomdadh {
  border-bottom: 1px dashed var(--base2border);
}

.baseborder__topdadh {
  border-top: 1px dashed var(--base2border);
}

.dotactivebase {
  position: relative;
}
.dotactivebase::before {
  position: absolute;
  content: "";
  left: -10px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--base);
}

.cmnborder {
  border: 1px solid var(--borderdot);
}

.ratting {
  color: var(--base3);
}

.opacitys {
  color: var(--opacitys);
}

.title {
  color: var(--title);
}

.whitesub {
  color: var(--whitesub);
}

.subtitle {
  color: #343E56;
}

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

.whitep {
  color: var(--whitep);
}

.cef__pra {
  color: var(--tableborder);
}

.pra {
  color: var(--pra);
  line-height: 150%;
}

.pra2 {
  color: var(--pra2);
  line-height: 150%;
}

.pra3 {
  color: var(--pra3);
  line-height: 150%;
}

.hover {
  color: var(--hover);
}

.ptext {
  color: var(--pragraph);
}

.ptext2 {
  color: var(--pragraph2);
}

.ptext3 {
  color: var(--pragraph3);
}

.bartext {
  color: var(--bartext);
}

.rattingbg {
  background: var(--ratting);
}

.gradient__bg {
  background: linear-gradient(94deg, rgba(101, 255, 75, 0.1) 0%, rgba(255, 251, 31, 0.1) 100%);
}

.gradient__before {
  position: relative;
}
.gradient__before::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(94deg, #65FF4B 0%, #FFFB1F 100%) !important;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
}

.cmn__date {
  padding-left: 40px;
}
.cmn__date::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 35px;
  height: 1px;
  background: var(--base2);
}
@media (max-width: 1800px) {
  .cmn__date {
    padding-left: 20px;
  }
  .cmn__date::before {
    width: 15px;
  }
}

.gratext {
  background: linear-gradient(90deg, #1A4DBE 0%, #AE5EBE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.sectionbg {
  background: #F8F9FC;
}

.cmnbg {
  background: var(--cmnbg);
}

.mainbg {
  background: var(--bgsection);
}

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

.transition {
  transition: all 0.4s;
}

.bg-trans {
  background: transparent !important;
}

.bord {
  border: 1px solid var(--base);
}

.bord2 {
  border: 1px solid var(--base2);
}

.bord3 {
  border: 1px solid var(--base3);
}

.menubordert {
  border-top: 1px solid var(--menuborder);
}

.menuborderb {
  border-bottom: 1px solid var(--menuborder);
}

.bborder {
  border-bottom: 1px solid rgba(255, 251, 31, 0.3);
}

.tborder {
  border-top: 1px solid rgba(255, 251, 31, 0.3);
}

.bborderdash {
  border-bottom: 1px dashed rgba(255, 251, 31, 0.2);
}

.tborderdash {
  border-top: 1px dashed rgba(255, 251, 31, 0.2);
}

.bright {
  border-right: 1px solid var(--border);
}

.bleft {
  border-right: 1px solid var(--border);
}

.details__border {
  border-bottom: 1px solid var(--headborder);
}

.ralt {
  position: relative;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.overhid {
  overflow: hidden;
}

.bgadd {
  position: relative;
}
.bgadd::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1A4DBE 0%, #AE5EBE 100%);
  opacity: 0.1;
  z-index: -1;
}

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

.boxes1 {
  background: var(--boxes1);
}

.boxes2 {
  background: var(--boxes2);
}

.boxes3 {
  background: var(--boxes3);
}

.boxes4 {
  background: var(--boxes4);
}

.icolor1 {
  color: var(--icolor1);
}

.icolor2 {
  color: var(--icolor2);
}

.round5 {
  border-radius: 5px;
}

.round10 {
  border-radius: 10px;
}

.round16 {
  border-radius: 16px;
}

.round20 {
  border-radius: 20px;
}

.round100 {
  border-radius: 100px;
}

.round50 {
  border-radius: 50%;
}

.shadow1 {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.shadow2 {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.04);
}

.shadow6 {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
}

.fshadow {
  filter: drop-shadow(0px 6px 30px rgba(0, 0, 0, 0.06));
}

.live__badge {
  padding: 4px 12px 4px;
  background: var(--base2);
  color: var(--subtitle);
  font-size: 16px;
  border-radius: 100px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 4px;
}
.live__badge i {
  font-size: 20px;
}
.live__badge:hover {
  color: var(--subtitle);
}
.live__badge:hover i {
  color: var(--subtitle);
}

.live__date {
  padding: 4px 12px 4px;
  background: var(--base);
  color: var(--subtitle);
  font-size: 16px;
  border-radius: 100px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 4px;
}
.live__date i {
  font-size: 20px;
}
.live__date:hover {
  color: var(--subtitle);
}
.live__date:hover i {
  color: var(--subtitle);
}

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

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme-bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--base);
  border-radius: 10px;
}

.twitter {
  background: var(--secoundary-color) !important;
}

.twitch {
  background: rgb(110, 60, 210) !important;
}

.youtube {
  background: rgb(172, 46, 46) !important;
}

.insta {
  background: rgb(207, 93, 93) !important;
}

.lind {
  background: rgb(78, 131, 228) !important;
}

.face {
  background: rgb(27, 114, 244) !important;
}

i {
  font-size: 18px;
}

.cmn-button-next,
.cmn-button-prev,
.cmn-button-next2,
.cmn-button-prev2 {
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--base);
  border-radius: 50%;
  transition: all 0.4s;
  position: initial;
}
.cmn-button-next:hover,
.cmn-button-prev:hover,
.cmn-button-next2:hover,
.cmn-button-prev2:hover {
  background: var(--base);
  cursor: pointer;
}

.bn__navigation {
  position: absolute;
  right: 40px;
  bottom: 40px;
  gap: 12px;
  z-index: 999;
}
.bn__navigation i {
  font-size: 24px;
}
.bn__navigation .cmn-pagination {
  position: initial;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bn__navigation .cmn-pagination .swiper-pagination-bullet {
  background: var(--white);
  height: 12px;
  width: 12px;
  margin: 0;
  opacity: 1;
}
.bn__navigation .cmn-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(94deg, #65FF4B 0%, #FFFB1F 100%);
  width: 28px;
  height: 12px;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .bn__navigation {
    bottom: 15px;
    right: 15px;
  }
}

.bn__navigationnew {
  position: absolute;
  right: 40px;
  bottom: 40px;
  gap: 12px;
  z-index: 999;
}
.bn__navigationnew .swiper-button-prev,
.bn__navigationnew .swiper-button-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--base);
  border-radius: 50%;
  transition: all 0.4s;
  position: initial;
}
.bn__navigationnew .swiper-button-prev i,
.bn__navigationnew .swiper-button-next i {
  font-size: 24px;
  color: var(--white);
}
.bn__navigationnew .swiper-button-prev:hover,
.bn__navigationnew .swiper-button-next:hover {
  background: var(--base);
  cursor: pointer;
}
.bn__navigationnew .swiper-button-prev::after,
.bn__navigationnew .swiper-button-next::after {
  display: none;
}
@media (max-width: 767px) {
  .bn__navigationnew {
    bottom: 15px;
    right: 15px;
  }
}

.cmn-pagination {
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cmn-pagination .swiper-pagination-bullet {
  background: var(--base);
  height: 12px;
  width: 12px;
  margin: 0;
  opacity: 1;
}
.cmn-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(94deg, #65FF4B 0%, #FFFB1F 100%);
  width: 28px;
  height: 12px;
  border-radius: 100px;
}

.cmn__paginationtwo {
  z-index: 99;
}
.cmn__paginationtwo .swiper-pagination-bullet {
  background: rgba(101, 255, 75, 0.3);
  height: 12px;
  width: 12px;
  margin: 0;
  opacity: 1;
}
.cmn__paginationtwo .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(94deg, #65FF4B 0%, #FFFB1F 100%);
  width: 28px;
  height: 12px;
  border-radius: 100px;
}

.preloader__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  background: rgba(6, 4, 4, 0.874);
  position: fixed;
  width: 100%;
  height: 100%;
}
.preloader__wrap .preloader__box {
  position: relative;
  z-index: 1;
}
.preloader__wrap .preloader__box .circle {
  animation: round2 4s linear infinite;
}
.preloader__wrap .preloader__box .recharge {
  width: 40px;
  height: 40px;
  margin: 0 auto 16px;
  animation: city 3s linear infinite;
}
.preloader__wrap .preloader__box .recharge img {
  width: 100%;
  height: 100%;
}
.preloader__wrap .preloader__box .recharge img {
  width: 100%;
}

.video__style {
  width: 60px;
  height: 60px;
  background: var(--base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video__style i {
  font-size: 26px;
  color: var(--white);
}
@media (max-width: 1399px) {
  .video__style {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .video__style {
    width: 38px;
    height: 38px;
  }
}

.cmn__arrow {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base);
  border-radius: 50%;
}
.cmn__arrow i {
  color: var(--white);
}
@media (max-width: 1399px) {
  .cmn__arrow {
    width: 40px;
    height: 40px;
  }
  .cmn__arrow i {
    font-size: 20px;
  }
}

.cmn__arrow40 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base);
  border-radius: 50%;
}
.cmn__arrow40 i {
  color: var(--white);
  font-size: 20px;
}
@media (max-width: 1399px) {
  .cmn__arrow40 {
    width: 30px;
    height: 30px;
  }
  .cmn__arrow40 i {
    font-size: 16px;
  }
}

.header__section__attachment {
  z-index: 9999;
  position: relative;
}

.main__body {
  margin-left: 240px;
  position: relative;
  transition: all 0.8s;
}
.main__body.body-collapse {
  margin-left: 0px;
}
.main__body.body-collapse .closebts__two {
  left: 0px;
}
.main__body.body-collapse .closebts__two i {
  font-size: 26px;
}
@media (max-width: 1199px) {
  .main__body {
    margin-left: 0;
    overflow-x: hidden;
  }
}

.closebts__two {
  position: fixed;
  top: 15px;
  left: -40px;
  z-index: 99999;
  background: var(--base);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s;
}
.closebts__two:hover {
  cursor: pointer;
}
.closebts__two i {
  color: var(--white);
  font-size: 26px;
}
@media (max-width: 1199px) {
  .closebts__two {
    left: 0px;
    top: 20px;
  }
}
@media (max-width: 575px) {
  .closebts__two {
    top: 15px;
  }
}

.sidebar-wrapper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
.sidebar-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme-bg);
  border-radius: 5px;
}

/* Handle */
.sidebar-wrapper::-webkit-scrollbar-thumb {
  background: var(--cmnbg);
  border-radius: 10px;
}

.sidebar-wrapper {
  width: 240px;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  transition: all 0.7s;
  overflow-y: scroll;
  border-right: 1px solid var(--headborder);
}
.sidebar-wrapper .sidebar__wrapbox {
  padding: 20px 30px 30px;
}
@media (max-width: 1600px) {
  .sidebar-wrapper .sidebar__wrapbox {
    padding: 20px 15px 100px;
  }
}
.sidebar-wrapper .logo__wrap {
  position: relative;
  padding: 18px 30px 21px;
}
.sidebar-wrapper .logo__wrap::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--headborder);
  content: "";
}
@media (max-width: 1199px) {
  .sidebar-wrapper .logo__wrap {
    padding: 14px 14px 10px;
  }
}
.sidebar-wrapper.active {
  margin-left: -240px;
}
.sidebar-wrapper .closebtn {
  margin-bottom: -12px;
}
.sidebar-wrapper .closebtn i {
  font-size: 24px;
}
.sidebar-wrapper .closebtn:hover {
  cursor: pointer;
}
.sidebar-wrapper .logout__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 28px 34px;
}
@media (max-width: 1199px) {
  .sidebar-wrapper .logout__btn {
    position: initial;
    padding-bottom: 80px;
  }
}
.sidebar-wrapper .sidebar__menu li {
  position: relative;
  transition: all 0.4s;
}
.sidebar-wrapper .sidebar__menu li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar-wrapper .sidebar__menu li a {
  padding: 15px 20px 16px;
  font-size: 18px;
  font-weight: 500;
  color: var(--pra);
  transition: all 0.4s;
  font-family: "Poppins", sans-serif;
}
.sidebar-wrapper .sidebar__menu li a i {
  font-size: 22px;
}
.sidebar-wrapper .sidebar__menu li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  transition: all 0.4s;
}
.sidebar-wrapper .sidebar__menu li::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  inset: 0;
  background: var(--base);
  z-index: -1;
  transition: all 0.4s;
}
.sidebar-wrapper .sidebar__menu li:hover::before {
  z-index: -2;
}
.sidebar-wrapper .sidebar__menu li:hover::after {
  width: 100%;
}
.sidebar-wrapper .sidebar__menu li:hover .hcolor {
  color: var(--white);
}
@media (max-width: 1199px) {
  .sidebar-wrapper {
    left: -310px;
  }
  .sidebar-wrapper.active {
    left: 240px;
    top: 80px;
  }
}
@media (max-width: 500px) {
  .sidebar-wrapper.active {
    top: 71px;
  }
}

.menucontent {
  display: none;
}
.menucontent ul {
  background: var(--cmnbg);
  z-index: 4;
  position: relative;
  padding: 30px 0px 4px;
  margin-top: -20px;
}
.menucontent ul li {
  transition: all 0.4s;
}
.menucontent ul li a {
  background: var(--cmnbox);
  transition: all 0.4s;
  padding: 8px 14px !important;
  gap: 12px;
  color: var(--white) !important;
  font-size: 14px !important;
  display: block;
}
.menucontent ul li::after {
  display: none;
}
.menucontent ul li:hover {
  background: var(--base);
}
.menucontent ul li:hover a {
  color: var(--white);
}
.menucontent ul li:not(:last-child) {
  margin-bottom: 4px !important;
}

.liclick::after {
  display: none;
}
.liclick .mclick {
  z-index: 9;
  transition: all 0.4s;
}
.liclick .mclick .minus {
  display: none;
}
.liclick .mclick.reply-active {
  background: var(--base);
}
.liclick .mclick.reply-active .plus {
  display: none;
  color: var(--white);
}
.liclick .mclick.reply-active .minus {
  display: block;
  color: var(--white);
}
.liclick .mclick.reply-active .click__title {
  color: var(--white);
}
.liclick .mclick.reply-active .click__title i {
  color: var(--white);
}
.liclick:hover .mclick {
  background: var(--base);
}

.header-wrapper.menu-fixed {
  position: fixed;
  top: 0;
  transition: all 0.9s;
}

.logo {
  max-width: 180px;
}
.logo img {
  width: 100%;
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0.7s;
  position: absolute;
  padding: 16px 24px;
  width: calc(100% - 240px);
  left: 240px;
  border-bottom: 1px solid var(--headborder);
}
@media (max-width: 1199px) {
  .header-wrapper .max-xl-none {
    display: none;
  }
}
.header-wrapper .xl__devicecustomize .menucontent {
  position: absolute;
  left: 0;
  width: 180px;
}
.header-wrapper .xl__devicecustomize .menucontent ul li a {
  background: var(--cmnbg);
}
.header-wrapper .xl__devicecustomize .mclick.reply-active {
  background: transparent;
}
.header-wrapper .xl__devicecustomize span:hover a {
  background: transparent;
}
.header-wrapper.body-collapse {
  width: calc(100% - 0px);
  left: 0px;
  padding-left: 70px;
}
@media (max-width: 1199px) {
  .header-wrapper {
    left: 0;
    width: calc(100% - 0px);
    padding-left: 65px;
  }
}
.header-wrapper .main-menuone {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header-wrapper .main-menuone {
    width: 100%;
    display: none;
  }
}
.header-wrapper .main-menuone li {
  transition: all 0.6s;
  position: relative;
}
.header-wrapper .main-menuone li form {
  width: 500px;
  padding: 5px 15px;
  background: var(--cmnbg);
}
.header-wrapper .main-menuone li form input,
.header-wrapper .main-menuone li form button {
  background: transparent;
  border: unset;
  outline: none;
  font-size: 14px;
  color: var(--pra);
}
.header-wrapper .main-menuone li form input i,
.header-wrapper .main-menuone li form button i {
  padding-top: 5px;
  font-size: 22px;
}
.header-wrapper .main-menuone li form ::-moz-placeholder {
  color: var(--pra);
}
.header-wrapper .main-menuone li form ::placeholder {
  color: var(--pra);
}
.header-wrapper .main-menuone li form input {
  padding: 11px 2px 15px;
  width: 100%;
}
@media (max-width: 1800px) {
  .header-wrapper .main-menuone li form {
    width: 300px;
  }
}
@media (max-width: 1600px) {
  .header-wrapper .main-menuone li form {
    width: 250px;
  }
}
@media (max-width: 1199px) {
  .header-wrapper .main-menuone li form {
    width: 200px;
    padding: 5px 8px;
  }
}
.header-wrapper .main-menuone li a {
  color: var(--pra);
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.header-wrapper .main-menuone li a:hover {
  color: var(--hover);
}
.header-wrapper .main-menuone li a i {
  margin-left: 2px;
  color: var(--base-color);
}
.header-wrapper .main-menuone li .sub-menu {
  transition: all 4s;
  width: 100%;
  border-radius: 16px;
  position: relative;
}
.header-wrapper .main-menuone li .sub-menu::before {
  position: absolute;
  content: "";
  border-radius: 0 0 16px 16px;
  width: 100%;
  height: 100%;
  background: rgb(29, 43, 46);
  background: linear-gradient(90deg, rgba(29, 43, 46, 0.9528186275) 0%, rgb(43, 43, 42) 100%);
}
@media (min-width: 992px) {
  .header-wrapper .main-menuone li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    z-index: 999;
    transition: all 0.4s;
    box-shadow: -1px 7px 19px -14px rgb(66, 106, 184);
    border-radius: 1px;
    justify-content: center;
    opacity: 0;
    gap: 5px;
    visibility: hidden;
  }
}
.header-wrapper .main-menuone li .sub-menu li {
  margin: 5px 12px;
  transition: all 0.3s;
}
.header-wrapper .main-menuone li .sub-menu li:last-child {
  margin-bottom: 14px;
}
.header-wrapper .main-menuone li .sub-menu li a {
  color: var(--white) !important;
  text-transform: capitalize;
  font-weight: 500 !important;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 10px 24px 10px;
  border-radius: 16px;
  transition: all 0.4s;
}
.header-wrapper .main-menuone li .sub-menu li a i {
  font-size: 28px;
  color: var(--white) !important;
}
.header-wrapper .main-menuone li .sub-menu li:hover a {
  color: var(--subtitle) !important;
  background: var(--secondary-color-secondary-color, #FFFB1F);
}
.header-wrapper .main-menuone li .sub-menu li:hover a i {
  color: var(--subtitle) !important;
}
.header-wrapper .main-menuone li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  display: block;
}
.header-wrapper .main-menuone li:hover .addedicon {
  visibility: hidden;
  display: none;
}
.header-wrapper .main-menuone li:hover .minusicon {
  visibility: visible;
  display: block;
}
.header-wrapper .main-menuone li:not(.liclick li) {
  margin-right: 40px;
}
@media (max-width: 1399px) {
  .header-wrapper .main-menuone li:not(.liclick li) {
    margin-right: 20px;
  }
}
.header-wrapper .main-menuone .small__logo {
  display: none;
}
@media (max-width: 1199px) {
  .header-wrapper .main-menuone .small__logo {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-wrapper .main-menuone .search__show {
    display: none;
  }
}
.header-wrapper .menu__right__components {
  gap: 15px;
}
@media (max-width: 991px) {
  .header-wrapper .menu__right__components {
    justify-content: end;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .header-wrapper .menu__right__components {
    gap: 10px;
  }
}
.header-wrapper .menu__components {
  gap: 24px;
}
.header-wrapper .menu__components .shop__tolley {
  position: relative;
}
.header-wrapper .menu__components .shop__tolley .shop__badge {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--base);
  display: flex;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: -5px;
}
.header-wrapper .menu__components .glose__icon {
  display: block;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--border);
  position: relative;
}
.header-wrapper .menu__components .glose__icon::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--base2);
}
@media (max-width: 991px) {
  .header-wrapper .menu__components .glose__icon::before {
    width: 8px;
    height: 8px;
  }
}
.header-wrapper .menu__components .glose__icon i {
  font-size: 26px;
  color: var(--white);
}
@media (max-width: 500px) {
  .header-wrapper .menu__components .glose__icon {
    width: 35px;
    height: 35px;
  }
  .header-wrapper .menu__components .glose__icon i {
    font-size: 18px;
    color: var(--white);
  }
}
.header-wrapper .menu__components .globe__language {
  background: var(--cmnbg);
  padding: 11px 12px 12px;
  border-radius: 100px;
}
.header-wrapper .menu__components .globe__language i {
  transition: all 0.4s;
  color: var(--white);
}
.header-wrapper .menu__components .globe__language:hover i {
  color: var(--white);
}
@media (max-width: 500px) {
  .header-wrapper .menu__components .globe__language {
    padding: 8px 7px 9px;
  }
  .header-wrapper .menu__components .globe__language i {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .header-wrapper .menu__components {
    gap: 14px;
  }
}
@media (max-width: 1199px) {
  .header-wrapper .menu__components {
    gap: 14px;
  }
}
@media (max-width: 991px) {
  .header-wrapper .menu__components {
    gap: 10px;
  }
}
.header-wrapper .menu__components .profie__dropdown .dropdown-menu {
  width: 306px;
  padding: 32px 32px;
  border: unset;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  background: var(--cmnbg);
  border: 1px solid var(--border);
}
.header-wrapper .menu__components .profie__dropdown .dropdown-menu .jenny {
  width: 80px;
  height: 80px;
  border: 1px solid var(--border);
  padding: 8px;
  position: relative;
}
.header-wrapper .menu__components .profie__dropdown .dropdown-menu .checks {
  position: absolute;
  bottom: 8px;
  right: 2px;
  font-size: 13px;
  padding: 3px;
  background: var(--base);
  color: var(--white);
  border-radius: 50%;
}
.header-wrapper .menu__components .profie__dropdown .dropdown-menu .list li .dropdown-item {
  padding: 0;
}
.header-wrapper .menu__components .profie__dropdown .dropdown-menu .list li .dropdown-item.active {
  background: transparent;
}
.header-wrapper .menu__components .profie__dropdown .dropdown-menu .list li:hover .dropdown-item {
  color: var(--base);
  background: transparent;
}
@media (max-width: 500px) {
  .header-wrapper .menu__components .profie__dropdown .dropdown-menu {
    width: 250px;
    padding: 20px 15px;
  }
}
.header-wrapper .menu__components .profie__dropdown .user__active {
  gap: 12px;
  position: relative;
}
.header-wrapper .menu__components .profie__dropdown .user__active span i {
  font-size: 20px;
}
.header-wrapper .menu__components .profie__dropdown .user__active .profile__img {
  border: 2px solid var(--base2);
  width: 42px;
  height: 42px;
}
@media (max-width: 470px) {
  .header-wrapper .menu__components .profie__dropdown .user__active .profile__img {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 470px) {
  .header-wrapper .menu__components .profie__dropdown .user__active {
    gap: 6px;
  }
  .header-wrapper .menu__components .profie__dropdown .user__active span {
    font-size: 12px;
  }
}
.header-wrapper .menu__components .dropdown-item.active, .header-wrapper .menu__components .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--cmnbg);
}
.header-wrapper .menu__components .notification__dropdown .dropdown-menu {
  width: 306px;
  padding: 25px 20px;
  border: unset;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  background: var(--cmnbg);
  border: 1px solid var(--border);
}
.header-wrapper .menu__components .notification__dropdown .dropdown-menu .dropdown-item {
  padding: 0;
  gap: 10px;
}
.header-wrapper .menu__components .notification__dropdown .dropdown-menu .dropdown-item .notification__thumb {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.header-wrapper .menu__components .notification__dropdown .dropdown-menu .dropdown-item .notify__content .message {
  margin-bottom: -5px;
}
@media (max-width: 500px) {
  .header-wrapper .menu__components .notification__dropdown .dropdown-menu {
    width: 250px;
    padding: 20px 15px;
    position: absolute;
  }
}
.header-wrapper .menu__components .globe__active {
  position: relative;
}
.header-wrapper .menu__components .globe__active::before {
  position: absolute;
  top: 7px;
  right: 6px;
  width: 4px;
  height: 4px;
  background: var(--base);
  border-radius: 50%;
  content: "";
}

.search__popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  animation: slideIn 0.3s ease-in-out;
  z-index: 999999;
}
.search__popup .popup-content input {
  width: 100%;
  height: 60px;
  border: unset;
  padding: 5px 40px;
  color: var(--pragraph);
  font-size: 18px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.search__popup .popup-content ::-moz-placeholder {
  color: var(--title);
}
.search__popup .popup-content ::placeholder {
  color: var(--title);
}
.search__popup .popup-content button {
  background: linear-gradient(90deg, #1A4DBE 0%, #AE5EBE 100%);
  height: 60px;
  padding: 0;
  width: 160px;
  border: unset;
}
.search__popup .popup-content button i {
  font-size: 36px;
  color: var(--white);
}

#searchBtn {
  border: unset;
  padding: 0;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.04);
}
@media (max-width: 500px) {
  #searchBtn {
    width: 30px;
    height: 30px;
  }
  #searchBtn i {
    font-size: 18px;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.search__popup.open {
  display: block;
}

.search__popup.close {
  animation: slideOut 0.3s ease-in-out;
}

@keyframes slideOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.bn__thumb1 {
  background: url(../img/bn/banner1.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
}

.bn__thumb2 {
  background: url(../img/bn/banner2.jpg) no-repeat center center;
  background-size: cover;
}

.bn__thumb3 {
  background: url(../img/bn/banner3.jpg) no-repeat center center;
  background-size: cover;
}

.bn__thumb4 {
  background: url(../img/bn/banner4.jpg) no-repeat center center;
  background-size: cover;
}

.side__thumbs__custom {
  height: 516px;
  width: 100%;
}
.side__thumbs__custom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .side__thumbs__custom {
    height: 300px;
  }
}

.mySwiper22 {
  position: relative;
}

.banner__space {
  padding-top: 113px;
}
@media (max-width: 991px) {
  .banner__space {
    padding-top: 100px;
  }
}
@media (max-width: 500px) {
  .banner__space {
    padding-top: 90px;
  }
}

.banner__slide {
  padding: 100px 84px 120px;
}
.banner__slide::before {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .banner__slide::before {
    background: rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 1399px) {
  .banner__slide {
    padding: 90px 40px 120px;
  }
}
@media (max-width: 575px) {
  .banner__slide {
    padding: 90px 14px 100px;
  }
}
@media (max-width: 575px) {
  .banner__slide {
    padding: 80px 14px 100px;
  }
}

.banner__thumbside {
  background: url(../img/bn/bnside1.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banner__thumbside:hover .bn__sidebarcontent {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .banner__thumbside {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .banner__thumbside {
    height: 300px;
  }
}

.banner__content {
  position: relative;
  max-width: 560px;
}
.banner__content .banner__btn {
  gap: 10px;
}
@media (max-width: 500px) {
  .banner__content h1 {
    font-size: 29px;
    line-height: 1.4;
  }
}

.bn__sidebarcontent {
  position: absolute;
  bottom: -100%;
  transition: all 0.5s;
  left: 0;
  background: linear-gradient(360deg, rgba(24, 19, 19, 0.9) 0%, rgba(7, 7, 7, 0) 100%);
  padding: 20px 20px 60px 60px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1399px) {
  .bn__sidebarcontent {
    padding: 20px 10px 30px 30px;
  }
}
@media (max-width: 470px) {
  .bn__sidebarcontent {
    padding: 20px 10px 20px 10px;
  }
}

.banner__v2 {
  overflow: hidden;
}

.banner__slidetwo {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 142px 32px 342px;
  position: relative;
}
@media (max-width: 1199px) {
  .banner__slidetwo {
    padding: 100px 32px 342px;
  }
}
@media (max-width: 767px) {
  .banner__slidetwo {
    padding: 80px 24px 120px;
  }
}

.bn__thumbv1 {
  background: url(../img/bn/v2-banner1.jpg) no-repeat center center;
  background-size: cover;
}

.bn__thumbv2 {
  background: url(../img/bn/v2-banner2.png) no-repeat center center;
  background-size: cover;
}

.bn__thumbv3 {
  background: url(../img/bn/v2-banner3.png) no-repeat center center;
  background-size: cover;
}

.bn__thumbv4 {
  background: url(../img/bn/banner3.jpg) no-repeat center center;
  background-size: cover;
}

.bn__pagis {
  position: absolute;
  top: 30%;
  right: 60px;
  z-index: 99;
}
.bn__pagis .cmn-pagination {
  display: grid;
  gap: 20px;
}
.bn__pagis .cmn-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--base);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
}
.bn__pagis .cmn-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--base);
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.bn__pagis .cmn-pagination .swiper-pagination-bullet {
  background: #FEFEFE;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .bn__pagis {
    top: 95%;
    right: 50%;
    transform: translateX(50%);
  }
  .bn__pagis .cmn-pagination {
    display: flex;
  }
}

.trending__abs {
  margin-top: -200px;
  z-index: 1;
}
.trending__abs .header__text {
  margin-right: 20px;
  margin-left: 20px;
}
.trending__abs .trending__slider {
  margin-right: 16px;
  margin-left: 16px;
}
@media (max-width: 1600px) {
  .trending__abs .trending__slider {
    margin-right: 12px;
    margin-left: 12px;
  }
  .trending__abs .header__text {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .trending__abs {
    margin-top: 0px;
    padding-top: 80px;
  }
}

.trending__item .thumb .pause__abs {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
}
.trending__item .thumb .pause__abs .audioplayer .audioplayer-playpause {
  width: 60px;
  height: 60px;
}
@media (max-width: 1199px) {
  .trending__item .thumb .pause__abs .audioplayer .audioplayer-playpause {
    width: 40px;
    height: 40px;
  }
}
.trending__item .thumb .artist__popup {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  padding: 0 20px 0;
  opacity: 0;
  transition: all 0.4s;
}
.trending__item .thumb .podcast__viwer {
  padding: 0px 40px;
  transition: all 0.4s;
  top: -80px;
  left: 0;
  width: 100%;
  position: absolute;
}
.trending__item .thumb .podcast__viwer .live {
  background: var(--base2);
  padding: 4px 12px;
  display: inline-block;
}
.trending__item .thumb .podcast__viwer .viewer {
  background: var(--viewbox);
  padding: 4px 12px;
  display: inline-block;
}
@media (max-width: 1800px) {
  .trending__item .thumb .podcast__viwer {
    padding: 0 15px;
  }
}
.trending__item .thumb img {
  width: 100%;
}
.trending__item .trending__bbar {
  background: var(--base);
  padding: 16px 10px;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
}
.trending__item:hover .thumb img {
  transform: scale(1.1);
}
.trending__item:hover .thumb .trending__bbar {
  opacity: 1;
  bottom: 0;
}
.trending__item:hover .thumb .pause__abs {
  opacity: 1;
  visibility: visible;
}
.trending__item:hover .thumb .artist__popup {
  opacity: 1;
  bottom: 15px;
}
.trending__item:hover .thumb .artist__popup h5 a {
  color: var(--white);
}
.trending__item:hover .thumb .podcast__viwer {
  top: 25px;
}
.trending__item:hover .content h5 a {
  color: var(--base);
}
.trending__item:hover .content h5 span {
  color: var(--base);
}
@media (max-width: 1399px) {
  .trending__item .trending__bbar {
    padding: 10px 5px;
  }
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px;
  background: rgba(37, 165, 106, 0.5);
  position: initial;
  border-radius: 0;
}

.swiper-scrollbar-drag {
  background: var(--base);
  height: 5px;
  width: 177px !important;
  border-radius: 0;
  top: -1px;
}
@media (max-width: 500px) {
  .swiper-scrollbar-drag {
    width: 100px !important;
  }
}

.moods__item {
  background: var(--cmnbg);
  padding: 24px 24px;
  transition: all 0.4s;
}
.moods__item .thumb {
  position: relative;
}
.moods__item .thumb .pause__abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 1399px) {
  .moods__item {
    padding: 16px 16px;
  }
}
@media (max-width: 1600px) and (min-width: 1200px) {
  .moods__item .content h5 {
    font-size: 16px;
  }
}
.moods__item:hover {
  background: var(--base);
}
.moods__item:hover .thumb img {
  transform: scale(0.9);
}
.moods__item:hover .thumb .pause__abs {
  visibility: visible;
  opacity: 1;
}
.moods__item:hover .content span {
  color: var(--white);
}
@media (max-width: 575px) {
  .moods__item {
    max-width: 300px;
    margin: 0 auto;
  }
  .moods__item .thumb {
    width: 100px;
  }
  .moods__item .thumb .video__style {
    width: 34px;
    height: 34px;
  }
  .moods__item .thumb .video__style i {
    font-size: 18px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .workout__section .moods__item .content span {
    font-size: 10px;
  }
}

.f__showcontent {
  background: var(--cmnbox);
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 24px 24px;
  margin-right: 24px;
  margin-left: 24px;
  transform: translateY(-120px);
  margin-bottom: -120px;
  transition: all 0.4s;
}
.f__showcontent .show__date {
  display: block;
  padding-left: 44px;
}
.f__showcontent .show__date::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 35px;
  height: 1px;
  background: var(--base2);
  content: "";
}
@media (max-width: 500px) {
  .f__showcontent .show__date {
    padding-left: 18px;
  }
  .f__showcontent .show__date::before {
    width: 15px;
  }
}
.f__showcontent .show__listen {
  gap: 24px;
}
@media (max-width: 1399px) {
  .f__showcontent {
    padding: 20px 18px;
    margin-right: 0;
    margin-left: 0;
    transform: translateY(-60px);
    margin-bottom: -60px;
  }
  .f__showcontent .show__listen {
    gap: 14px;
  }
}
@media (max-width: 500px) {
  .f__showcontent {
    padding: 20px 16px;
    transform: translateY(-30px);
    margin-bottom: -30px;
  }
  .f__showcontent p {
    font-size: 14px;
  }
  .f__showcontent .show__listen {
    gap: 8px;
  }
  .f__showcontent .show__listen li a {
    font-size: 10px;
  }
  .f__showcontent .show__listen li a i {
    font-size: 20px;
  }
}

.featured__show:hover .thumb img {
  transform: scale(1.1);
}
.featured__show:hover .f__showcontent {
  background: var(--base);
}
.featured__show:hover .f__showcontent .show__date::before {
  background: var(--white);
}
.featured__show:hover .f__showcontent span {
  color: var(--white);
}
.featured__show:hover .f__showcontent .show__listen i {
  color: var(--white) !important;
}
.featured__show:hover .f__showcontent p {
  color: var(--white);
}
.featured__show:hover .f__showcontent .cmn__arrow40 {
  background: var(--white);
}
.featured__show:hover .f__showcontent .cmn__arrow40 i {
  color: var(--base);
}

@media (max-width: 991px) {
  .show__rightbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
  }
  .show__rightbox .showbox {
    width: 48.5%;
  }
}
@media (max-width: 575px) {
  .show__rightbox {
    gap: 15px;
    display: grid;
    flex-wrap: wrap;
  }
  .show__rightbox .showbox {
    width: 100% !important;
  }
}

.showbox {
  background: var(--cmnbox);
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 16px 20px;
  gap: 20px;
}
.showbox .s__content .cmn__arrow40 {
  min-width: 32px;
  min-height: 32px;
}
.showbox .s__content .cmn__arrow40 i {
  font-size: 19px;
}
.showbox .s__content .show__listen {
  gap: 24px;
}
@media (max-width: 1800px) {
  .showbox {
    padding: 14px 14px;
    gap: 8px;
  }
  .showbox .s__content h5 {
    font-size: 16px;
  }
  .showbox .s__content .show__listen {
    gap: 14px;
  }
  .showbox .s__content .show__listen li a {
    font-size: 10px;
  }
}
@media (max-width: 1800px) and (min-width: 1400px) {
  .showbox .s__content .cmn__arrow40 {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1399px) {
  .showbox {
    flex-wrap: wrap;
  }
}

.product__item .product__badge {
  background: var(--base);
  padding: 16px 10px;
  transition: all 0.4s;
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
}
.product__item .product__badge i {
  border-right: 1px solid var(--white);
  padding-right: 12px;
  margin-right: 12px;
}
@media (max-width: 1800px) {
  .product__item .content h5 {
    font-size: 16px;
  }
  .product__item .content span {
    font-size: 12px;
  }
}
.product__item:hover .product__badge {
  bottom: 0;
}
.product__item:hover .content .white {
  color: var(--base);
}
@media (max-width: 1800px) {
  .product__item .product__badge {
    padding: 8px 10px;
    font-size: 12px;
  }
}

.latest__item .thumb .pause__abs {
  position: absolute;
  top: 50%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  transform: translate(-50%, -50%);
}
.latest__item .thumb .pause__abs .audioplayer .audioplayer-playpause {
  width: 60px;
  height: 60px;
}
@media (max-width: 1199px) {
  .latest__item .thumb .pause__abs .audioplayer .audioplayer-playpause {
    width: 40px;
    height: 40px;
  }
}
.latest__item .l__badge {
  position: absolute;
  top: 24px;
  right: 24px;
}
.latest__item .video__style {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
.latest__item:hover .content h4 a {
  color: var(--base);
  text-decoration: underline;
}
.latest__item:hover .thumb .pause__abs {
  visibility: visible;
  opacity: 1;
}
.latest__item:hover .thumb img {
  transform: scale(1.1);
}
@media (max-width: 1800px) {
  .latest__item .content h4 {
    font-size: 18px;
    font-weight: 500;
  }
}

.l__badge {
  padding: 4px 12px 6px;
  display: inline-block;
  background: var(--base2);
  color: var(--white);
}

.latest__songsidebar {
  position: sticky;
  top: 100px;
}

.latest__songwrap table {
  border: none;
  border-collapse: separate;
  border-spacing: 0em 1em;
}
.latest__songwrap table thead tr th {
  background: transparent;
  padding-bottom: 15px;
  border-bottom: 1px solid #212529;
}
@media (max-width: 991px) {
  .latest__songwrap table tr .d__custom {
    display: none !important;
  }
}
.latest__songwrap table tr td {
  padding: 12px 24px;
  border: none;
  background: var(--cmnbg);
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .latest__songwrap table tr td {
    width: 100%;
    padding: 10px 14px;
  }
}
.latest__songwrap table tr:hover td {
  background: var(--base);
}
.latest__songwrap table tr:hover td .laufey {
  color: var(--white);
}
.latest__songwrap table tr:hover td .latest__time {
  color: var(--white);
}
.latest__songwrap .dropdown-toggle {
  background: none;
}
.latest__songwrap .dropdown-toggle::after {
  display: none;
}
.latest__songwrap .dropdown-menu {
  background: var(--cmnbox);
}
.latest__songwrap .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: var(--pra);
}

.modal__playlist {
  background: var(--cmnbox);
  padding: 20px 20px 20px;
}
.modal__playlist .btn {
  background: var(--viewbox);
  padding: 8px 8px;
  display: inline-block;
  width: 47%;
}
.modal__playlist .modal-header {
  border-bottom: unset;
  margin-bottom: 25px;
  padding: 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal__playlist .modal-header .btn-clos {
  background: transparent;
}
.modal__playlist .modal-header .btn-clos i {
  font-size: 26px;
}
.modal__playlist .new {
  padding: 4px 8px 6px;
  background: var(--viewbox);
  font-size: 12px;
  color: var(--base2);
  display: block;
  font-weight: 500;
}
.modal__playlist .modal-body {
  padding: 0 0;
}
.modal__playlist .modal-body .report__track {
  width: 100%;
  background: var(--border);
  color: var(--white);
  padding: 10px 10px;
}
.modal__playlist .modal-body ::-moz-placeholder {
  color: var(--white);
  font-size: 14px;
}
.modal__playlist .modal-body ::placeholder {
  color: var(--white);
  font-size: 14px;
}
.modal__playlist .modal-footer {
  padding: 0 0;
  border-top: unset;
}

.bgnone__music td {
  background: none !important;
  padding: 10px 0px !important;
}
.bgnone__music td .dropdown {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--viewbox);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .bgnone__music td .dropdown {
    width: 24px;
    height: 24px;
  }
}

.overlayadd {
  background: rgba(0, 0, 0, 0.626);
  z-index: 9999;
}

.modal .modal-bottom .modal-content {
  position: absolute;
  bottom: 0;
  left: 0;
}

.modal-backdrop.show {
  opacity: 0;
}

.big__playbar {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 24px;
  background: var(--cmnbox);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.big__playbar .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  content: "";
  justify-content: center;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
  border-left: 12px solid var(--white);
}
.big__playbar .middle__audioboxes {
  margin-left: 200px;
}
@media (max-width: 1199px) {
  .big__playbar .middle__audioboxes {
    margin-left: 3px;
  }
}
.big__playbar .audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: var(--base);
}
.big__playbar .circle__add {
  border: 1px solid var(--pra);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 14px;
}
.big__playbar .cross__btnsnone {
  padding: 0;
  outline: none;
  border: unset;
  margin-left: 10px;
}
.big__playbar .leftside__text {
  width: 150px;
}
.big__playbar .audioplayer-bar {
  position: absolute;
  top: -6px;
  left: 0;
  width: 99%;
}
.big__playbar .audioplayer-bar .audioplayer-bar-loaded {
  background: #6D6F72;
}
.big__playbar .audioplayer-bar .audioplayer-bar-played {
  background: var(--base);
}
.big__playbar .switch {
  position: absolute;
  right: 39%;
  gap: 32px;
}
.big__playbar .switch i {
  color: var(--pra);
}
@media (max-width: 1399px) {
  .big__playbar .switch {
    right: 34%;
  }
}
@media (max-width: 1399px) {
  .big__playbar .switch {
    right: 42%;
  }
}
.big__playbar .audioplayer-playpause {
  order: 9;
  border: unset !important;
  background: var(--base) !important;
  width: 38px;
  height: 38px;
}
.big__playbar .righttrun {
  padding-left: 24px;
}
.big__playbar .audioplayer-volume {
  order: 1;
  position: absolute;
  right: 135px;
}
.big__playbar .audioplayer-time {
  color: var(--white);
  border: 1px solid #212529;
  border-radius: 100px;
  padding: 4px 20px;
  border-left: unset;
  width: 60px;
  order: 1;
}
.big__playbar .audioplayer-time.audioplayer-time-duration {
  margin-right: 116px;
}
.big__playbar .audioplayer-time-current {
  margin-right: 7px;
}
@media (max-width: 991px) {
  .big__playbar {
    padding: 12px 20px;
    text-align: center;
    flex-wrap: wrap;
    display: grid;
    justify-content: flex-start;
    width: 100%;
  }
  .big__playbar .leftside__text {
    margin-bottom: 10px;
  }
  .big__playbar .small__center {
    justify-content: flex-start;
  }
  .big__playbar .audioplayer-bar {
    position: absolute;
    width: 95%;
  }
  .big__playbar .audioplayer {
    justify-content: flex-start;
    gap: 5px;
  }
  .big__playbar .righttrun {
    text-align: left;
    margin: 10px 0;
    padding-left: 0;
  }
  .big__playbar .righttrun .pra {
    margin-right: 29px;
  }
  .big__playbar .audioplayer-time-current {
    margin-left: 0;
  }
  .big__playbar .audioplayer-playpause {
    order: 1;
    position: absolute;
    top: 84px;
    left: 20px;
  }
  .big__playbar .middle__audioboxes {
    flex-wrap: wrap;
  }
  .big__playbar .audioplayer-volume {
    position: initial;
  }
  .big__playbar .switch {
    position: initial;
    justify-content: flex-start;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 10px;
  }
  .big__playbar .audioplayer-time.audioplayer-time-duration {
    margin-right: 0px;
  }
}

@media (min-width: 1600px) {
  .backdrop {
    z-index: 9999;
  }
  .backdrop .width__maintain {
    min-width: 1600px !important;
  }
  .backdrop .width__maintain .modal-content {
    background: none;
  }
}
@media (max-width: 1600px) {
  .backdrop {
    z-index: 9999;
  }
  .backdrop .width__maintain {
    min-width: 1400px !important;
  }
  .backdrop .width__maintain .modal-content {
    background: none;
  }
}
@media (max-width: 1399px) {
  .backdrop {
    z-index: 9999;
  }
  .backdrop .width__maintain {
    min-width: 1140px !important;
  }
  .backdrop .width__maintain .modal-content {
    background: none;
  }
}
@media (max-width: 1199px) {
  .backdrop {
    z-index: 9999;
  }
  .backdrop .width__maintain {
    min-width: 980px !important;
  }
  .backdrop .width__maintain .modal-content {
    background: none;
  }
}
@media (max-width: 991px) {
  .backdrop {
    z-index: 9999;
  }
  .backdrop .width__maintain {
    min-width: 280px !important;
  }
  .backdrop .width__maintain .modal-content {
    background: none;
  }
}

.play__shapewrap {
  background: var(--cmnbox);
  padding: 24px 24px;
  max-width: 550px;
  margin: 0 auto;
}
.play__shapewrap .modal-body {
  padding: 0 0;
}
.play__shapewrap .modal-body .nav {
  border-bottom: 1px solid var(--headborder);
  margin-bottom: 10px;
  gap: 40px;
}
.play__shapewrap .modal-body .nav .nav-item {
  outline: none;
}
.play__shapewrap .modal-body .nav .nav-item .nav-link {
  background: none;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: var(--pra);
  padding: 0 0;
  outline: none;
  border: none;
  padding-bottom: 12px;
}
.play__shapewrap .modal-body .nav .nav-item .nav-link.active {
  color: var(--base2);
  border-bottom: 1px solid var(--base2);
  padding-bottom: 12px;
}
.play__shapewrap .modal-body .custom__social li a {
  width: 52px;
  height: 52px;
  background: #334C8C;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.play__shapewrap .modal-body .custom__social li a i {
  color: var(--white);
  font-size: 24px;
}
@media (max-width: 991px) {
  .play__shapewrap .modal-body .custom__social li a {
    width: 38px;
    height: 38px;
  }
  .play__shapewrap .modal-body .custom__social li a i {
    font-size: 20px;
  }
}
.play__shapewrap .modal-body .custom__social li:nth-child(2) a {
  background: #00A6DE;
}
.play__shapewrap .modal-body .custom__social li:nth-child(3) a {
  background: #C3266B;
}
.play__shapewrap .modal-body .custom__social li:nth-child(4) a {
  background: #5662F6;
}
.play__shapewrap .modal-body .custom__social li:nth-child(5) a {
  background: #2AA81A;
}
.play__shapewrap .modal-body .custom__social li:nth-child(6) a {
  background: #E80000;
}
.play__shapewrap .modal-body .custom__social li:nth-child(7) a {
  background: #4065D6;
}
.play__shapewrap .modal-body .custom__social li:nth-child(8) a {
  background: #0057FF;
}
@media (max-width: 500px) {
  .play__shapewrap .modal-body .custom__social {
    flex-wrap: wrap;
  }
}
.play__shapewrap .modal-body .thmb_url {
  margin-top: 20px;
  width: 100%;
  padding: 10px 12px 14px;
  text-align: center;
  background: #070707;
  border: unset;
}
.play__shapewrap .modal-body .embed__input {
  gap: 4px;
}
.play__shapewrap .modal-body .embed__input .thmb_url {
  margin-top: 0;
  padding: 10px 5px 14px !important;
}
.play__shapewrap .modal-footer {
  border-top: unset;
  padding: 0 0;
  margin-top: 24px;
}
.play__shapewrap .modal-footer .btn {
  background: var(--viewbox);
  padding: 8px 10px 10px;
  border-radius: 2px;
  color: var(--white);
  width: 234px;
}
@media (max-width: 500px) {
  .play__shapewrap {
    padding: 24px 14px;
  }
}

.online__embeded .online__thumb {
  width: 130px;
  height: 130px;
}
.online__embeded .online__thumb img {
  width: 100%;
  height: 100%;
}
.online__embeded .pause__block {
  margin-top: 15px;
}
.online__embeded .pause__block .audioplayer .audioplayer-playpause {
  width: 32px;
  height: 32px;
}
.online__embeded .song__bar {
  width: 200px;
}
.online__embeded .song__bar img {
  width: 100%;
}
@media (max-width: 470px) {
  .online__embeded {
    flex-wrap: wrap;
  }
}

.ctablemy tbody .citem__border td {
  border-bottom: 1px solid var(--headborder);
}

.weekly__tracks {
  background: var(--cmnbg);
  padding: 30px;
  position: sticky;
  top: 80px;
}
@media (max-width: 1399px) {
  .weekly__tracks {
    padding: 20px;
  }
}

.weeklytop__tracks li {
  border-radius: 12px;
  border: 1px solid var(--headborder);
  padding: 12px 20px;
}
@media (max-width: 1399px) {
  .weeklytop__tracks li {
    padding: 10px 10px;
  }
}
.weeklytop__tracks li:not(:last-child) {
  margin-bottom: 16px;
}
.weeklytop__tracks li .pause__block .audioplayer-playpause {
  background: transparent;
  border: 1px solid var(--base);
}
.weeklytop__tracks li .pause__block .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  border-left: 12px solid var(--base);
}
.weeklytop__tracks li .pause__block:hover .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  border-left: 12px solid var(--white);
}

.genres__song {
  background: var(--cmnbox);
}
.genres__song .content a .playlist {
  color: var(--base);
}
.genres__song:hover .content a {
  color: var(--white);
}
.genres__song:hover .content a .playlist {
  color: var(--white);
}

.pause__block .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
  background: var(--base);
}
.pause__block .audioplayer .audioplayer-playpause {
  width: 40px;
  height: 40px;
  background: var(--base);
  border: unset;
}
.pause__block .audioplayer .audioplayer-time.audioplayer-time-current {
  display: none;
}
.pause__block .audioplayer .audioplayer-bar {
  display: none;
}
.pause__block .audioplayer .audioplayer-time.audioplayer-time-duration {
  display: none;
}
.pause__block .audioplayer .audioplayer-volume {
  display: none;
}
.pause__block .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  content: "";
  justify-content: center;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
  border-left: 12px solid var(--white);
}

.bebgadd__box {
  position: relative;
}
.bebgadd__box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 380px;
  background: var(--cmnbox);
  z-index: -1;
}

.conveter__head {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .conveter__head h2 {
    font-size: 29px;
    margin-right: 14px;
  }
}
@media (max-width: 767px) {
  .conveter__head h2 {
    font-size: 22px;
    margin-right: 14px;
  }
}
@media (max-width: 470px) {
  .conveter__head h2 {
    font-size: 18px;
    margin-right: 14px;
  }
}
.conveter__head .conveter__follow {
  gap: 24px;
}
.conveter__head .dropdown-toggle {
  background: var(--viewbox);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.conveter__head .dropdown-toggle::after {
  display: none;
}
.conveter__head .dropdown-menu {
  background: var(--cmnbox);
}
.conveter__head .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: var(--pra);
}

.conveter__barwrap {
  width: 100%;
  gap: 162px;
}
.conveter__barwrap .audio__probar {
  width: 100%;
}
.conveter__barwrap .audio__probar img {
  width: 100%;
}
@media (max-width: 575px) {
  .conveter__barwrap .audioplayer-playpause {
    margin: 5px auto;
  }
}
.conveter__barwrap .online__audiowrap {
  position: relative;
}
.conveter__barwrap .online__audiowrap .audioplayer-bar {
  display: block !important;
  position: absolute;
  bottom: 90px;
  left: 50%;
  height: 12px;
  transform: translateX(-50%);
  width: 100%;
  margin: 0 0;
}
.conveter__barwrap .online__audiowrap .audioplayer-bar::before {
  height: 0;
}
@media (max-width: 991px) {
  .conveter__barwrap .online__audiowrap .audioplayer-bar {
    bottom: 80px;
  }
}
@media (max-width: 575px) {
  .conveter__barwrap .online__audiowrap .audioplayer-bar {
    bottom: 170px;
  }
}
.conveter__barwrap .online__audiowrap .audioplayer-bar-played {
  height: 12px;
  border-radius: 100px;
  background: var(--base);
  top: 11px;
  left: 8px;
  width: 25%;
}
.conveter__barwrap .online__audiowrap .audioplayer-bar-played::after {
  display: none;
}
.conveter__barwrap .online__audiowrap .audioplayer-bar-loaded {
  z-index: 1;
  height: 24px;
  background: var(--viewbox);
  border-radius: 100px;
}
@media (max-width: 575px) {
  .conveter__barwrap .online__audiowrap .like__dislike {
    flex-wrap: wrap;
    display: grid !important;
    justify-content: center !important;
  }
}
@media (max-width: 1600px) {
  .conveter__barwrap {
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .conveter__barwrap {
    flex-wrap: wrap;
  }
}

.genres__description {
  padding: 36px 36px;
  background: var(--cmnbg);
}
@media (max-width: 1399px) {
  .genres__description {
    padding: 20px 20px;
  }
}
@media (max-width: 470px) {
  .genres__description {
    padding: 20px 14px;
  }
}
.genres__description .nav {
  border-bottom: 1px solid var(--headborder);
  margin-bottom: 10px;
  gap: 40px;
}
.genres__description .nav .nav-item {
  outline: none;
}
.genres__description .nav .nav-item .nav-link {
  background: none;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: var(--pra);
  padding: 0 0;
  outline: none;
  border: none;
  padding-bottom: 12px;
}
.genres__description .nav .nav-item .nav-link.active {
  color: var(--base2);
  border-bottom: 1px solid var(--base2);
  padding-bottom: 12px;
}

.listend__thumb a:not(:first-child) {
  margin-left: -8px;
}

.reply__content {
  display: none;
}
.reply__content .small__author {
  gap: 16px;
}
@media (max-width: 470px) {
  .reply__content .small__author {
    gap: 8px;
  }
}
.reply__content form {
  background: var(--cmnbg);
  border-radius: 100px;
  padding: 4px;
  justify-content: space-between;
}
.reply__content form input {
  width: 400px;
  color: var(--whitesub);
  font-size: 14px;
  padding: 8px 10px;
  background: transparent;
  border: unset;
  outline: none;
}
@media (max-width: 1399px) {
  .reply__content form input {
    width: 300px;
  }
}
@media (max-width: 470px) {
  .reply__content form input {
    width: 200px;
  }
}
.reply__content form ::-moz-placeholder {
  color: var(--whitesub);
}
.reply__content form ::placeholder {
  color: var(--whitesub);
}
.reply__content form button {
  background: transparent;
}
.reply__content form button i {
  color: var(--base);
  font-size: 22px;
  padding-right: 10px;
}

.comments__box .author__attach {
  gap: 12px;
}
.comments__box .author__attach .cont__box .headtext {
  margin-bottom: -1px;
}
@media (max-width: 470px) {
  .comments__box .author__attach {
    flex-wrap: wrap;
  }
}

.main__comment textarea {
  width: 100%;
  background: var(--cmnbg);
  padding: 20px 20px;
  border: unset;
  outline: none;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.main__comment ::-moz-placeholder {
  color: var(--white);
}
.main__comment ::placeholder {
  color: var(--white);
}

.moods__allsong table tbody tr .d__custom {
  display: none;
}
.moods__allsong table tbody tr .upgrade__left {
  gap: 12px;
}
@media (max-width: 1600px) {
  .moods__allsong table tbody tr .upgrade__left {
    gap: 8px;
  }
  .moods__allsong table tbody tr .upgrade__left span {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .moods__allsong table tbody tr td span {
    font-size: 12px;
  }
}

.trending__selected {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}
.trending__selected .select__lefts {
  gap: 24px;
}
.trending__selected .select__lefts .nice-select {
  padding: 0 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  border: none;
  background: transparent;
}
.trending__selected .select__lefts .nice-select .current {
  padding-right: 28px;
}
.trending__selected .select__lefts .nice-select::after {
  border-bottom: 1.5px solid var(--white);
  border-right: 1.5px solid var(--white);
  width: 10px;
  height: 10px;
}
.trending__selected .select__lefts .nice-select .list {
  background: var(--cmnbg);
}
.trending__selected .select__lefts .nice-select .list li {
  background: none;
  padding-right: 10px;
}
.trending__selected form {
  background: var(--cmnbg);
  padding: 0 20px;
  border-radius: 100px;
}
.trending__selected form input {
  background: transparent;
  border: unset;
  color: var(--pra);
  font-size: 14px;
  font-weight: 400;
  padding: 12px 5px 14px;
}
.trending__selected form button {
  background: none;
  color: var(--pra);
}
.trending__selected form ::-moz-placeholder {
  color: var(--pra);
}
.trending__selected form ::placeholder {
  color: var(--pra);
}
.trending__selected .nav {
  background: var(--cmnbox);
  border-radius: 100px;
  border: unset;
}
.trending__selected .nav .nav-item .nav-link {
  padding: 12px 40px;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  border: none;
  font-family: "Poppins", sans-serif;
  color: var(--pra);
  border-radius: 100px;
}
.trending__selected .nav .nav-item .nav-link.active {
  color: var(--white);
  background: var(--base);
  border: unset;
  border-radius: 100px;
  outline: none;
}
.trending__selected .nav .nav-item .nav-link:hover {
  border: unset;
  outline: none;
  isolation: none;
}
@media (max-width: 991px) {
  .trending__selected .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 470px) {
  .trending__selected .nav {
    padding: 14px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    border-radius: 5px;
  }
}
@media (max-width: 991px) {
  .trending__selected {
    flex-wrap: wrap;
    gap: 14px;
  }
  .trending__selected .select__lefts {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    width: 100%;
  }
}

.artist__allhead {
  gap: 18px;
}
.artist__allhead .artist__allcontent {
  margin-right: 40px;
}
.artist__allhead .artist__allcontent .artist__list {
  max-width: 290px;
  display: flex;
  flex-wrap: wrap;
}
.artist__allhead .artist__allcontent .artist__list li {
  width: 50%;
  padding: 6px 2px 6px 14px;
  position: relative;
}
.artist__allhead .artist__allcontent .artist__list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--white);
}
@media (max-width: 1399px) {
  .artist__allhead {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .artist__allhead img {
    width: 100%;
  }
  .artist__allhead .artist__allcontent {
    margin-right: 0;
  }
}

.story__change {
  position: relative;
  width: 252px;
  height: 252px;
}
.story__change .file-upload {
  display: none;
}
.story__change img {
  width: 100%;
  height: 100%;
}
.story__change .p-image {
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  color: var(--white);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.story__change .p-image .bbgadd {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--title);
  margin: 0 auto;
}
.story__change .p-image .boxes {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base2);
  color: var(--white);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.story__change .p-image .boxes:hover {
  cursor: pointer;
}

.story__change2 {
  display: flex;
  gap: 16px;
  align-items: center;
  background: var(--cmnbox);
  padding: 24px 24px;
  width: 341px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.story__change2 .content a i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--base2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.story__change2 .content a:hover {
  color: var(--base2);
}
.story__change2 .thumb {
  position: relative;
  width: 110px;
  height: 110px;
}
.story__change2 .thumb img {
  width: 100%;
  height: 100%;
}
.story__change2 .thumb .boxes {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--base);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.story__change2 .thumb .boxes:hover {
  cursor: pointer;
}
.story__change2 .thumb .boxes input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.story__change2 .thumb .boxes:hover input {
  cursor: pointer !important;
}
.story__change2 .thumb .boxes:hover i {
  cursor: pointer !important;
}
@media (max-width: 500px) {
  .story__change2 {
    width: 260px;
    padding: 18px 14px;
    gap: 10px;
  }
  .story__change2 .thumb {
    width: 80px;
    height: 80px;
  }
}

.hotsong__section .moods__item {
  background: var(--cmnbox);
}
.hotsong__section .moods__item:hover {
  background: var(--base);
}
.hotsong__section .moods__item .thumb {
  margin-bottom: 20px;
}

.topsinger__song .moods__item {
  background: var(--cmnbox);
}
.topsinger__song .moods__item:hover {
  background: var(--base);
}

.event__wrapper {
  background: url(../img/event/event-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 20px 220px;
}
.event__wrapper .event__boxes {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.event__wrapper .event__boxes .create__btn {
  border: 1px solid var(--white);
  display: inline-block;
  padding: 9px 24px;
  width: 146px;
}
.event__wrapper .event__boxes .cmn-button-prev2 {
  position: absolute;
  top: 138px;
  left: -2px;
}
.event__wrapper .event__boxes .cmn-button-next2 {
  position: absolute;
  top: 138px;
  right: -2px;
}
@media (max-width: 1600px) {
  .event__wrapper .event__sldebtn {
    justify-content: center;
    margin-top: 30px;
  }
  .event__wrapper .event__sldebtn .cmn-button-prev2 {
    position: initial;
  }
  .event__wrapper .event__sldebtn .cmn-button-next2 {
    position: initial;
    right: -2px;
  }
}
@media (max-width: 500px) {
  .event__wrapper {
    padding: 70px 10px 200px;
  }
}

.event__sliderwrap {
  max-width: 1020px;
  margin: 0 auto;
}
.event__sliderwrap .event__slider {
  text-align: center;
  margin: 0 auto;
}
.event__sliderwrap .event__slider .sbox {
  padding-right: 16px;
  position: relative;
  width: 55px;
  margin: 0 auto;
}
.event__sliderwrap .event__slider .sbox::before {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--white);
}

.browse__events {
  background: var(--cmnbox);
  padding: 32px 32px;
}
@media (max-width: 500px) {
  .browse__events {
    padding: 24px 10px;
  }
}

.browse__position {
  transform: translateY(-120px);
  margin-bottom: -120px;
}
.browse__position .browse__boxes {
  max-width: 1080px;
  margin: 0 auto;
}

.browse__box {
  border: 1px solid var(--headborder);
  padding: 12px 12px;
}
.browse__box .event__check {
  min-width: 32px;
  min-height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #BAB9BB;
}
.browse__box .event__check i {
  color: var(--base);
  font-size: 20px;
}
@media (max-width: 500px) {
  .browse__box .event__check {
    min-width: 26px;
    min-height: 26px;
  }
  .browse__box .event__check i {
    font-size: 14px;
  }
}

.browse__right .create__hand {
  background: var(--base);
  justify-content: center;
  color: var(--white);
  padding: 9px 8px;
}

.event__createcover .event__coverhead {
  padding: 60px 24px;
  position: relative;
  background: #232627;
}
.event__createcover .event__coverhead .file-upload {
  display: none;
}
.event__createcover .event__coverhead .arrow {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
.event__createcover .event__coverhead .thingkin {
  position: relative;
}
.event__createcover .event__coverhead .thingkin:hover {
  cursor: pointer;
}
.event__createcover .cover__form {
  background: var(--cmnbox);
  padding: 40px 40px;
}
.event__createcover .cover__form .cover__grp textarea,
.event__createcover .cover__form .cover__grp .nice-select,
.event__createcover .cover__form .cover__grp input {
  padding: 16px 20px;
  border: 1px solid #232627;
  color: #BAB9BB;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  outline: none;
  background: var(--cmnbox);
  width: 100%;
  border-radius: 0;
}
.event__createcover .cover__form .cover__grp textarea::after,
.event__createcover .cover__form .cover__grp .nice-select::after,
.event__createcover .cover__form .cover__grp input::after {
  right: 23px;
  border-bottom: 1px solid var(--pra);
  border-right: 1px solid var(--pra);
  width: 10px;
  height: 10px;
}
.event__createcover .cover__form .cover__grp textarea .list li,
.event__createcover .cover__form .cover__grp .nice-select .list li,
.event__createcover .cover__form .cover__grp input .list li {
  background: var(--cmnbox);
}
@media (max-width: 1199px) {
  .event__createcover .cover__form .cover__grp textarea,
  .event__createcover .cover__form .cover__grp .nice-select,
  .event__createcover .cover__form .cover__grp input {
    font-size: 14px;
  }
}
.event__createcover .cover__form .cover__grp ::-moz-placeholder {
  color: #BAB9BB;
}
.event__createcover .cover__form .cover__grp ::placeholder {
  color: #BAB9BB;
}
.event__createcover .cover__form .cover__grp label {
  color: #FEFEFE !important;
}
@media (max-width: 1399px) {
  .event__createcover .cover__form .cover__grp label {
    font-size: 14px;
  }
}
.event__createcover .cover__form .file__uploadedcover .fileupload {
  border: 1px dashed #232627;
  padding: 32px 10px;
  position: relative;
}
.event__createcover .cover__form .file__uploadedcover .fileupload .up__fileup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.event__createcover .cover__form .file__uploadedcover .fileupload .up__fileup:hover {
  cursor: pointer;
}
@media (max-width: 575px) {
  .event__createcover .cover__form {
    padding: 24px 16px;
  }
}

.checkout__wrapper {
  padding: 60px 60px;
  background: var(--cmnbox);
}
.checkout__wrapper .cover__form {
  padding: 0 0;
}
@media (max-width: 1199px) {
  .checkout__wrapper h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .checkout__wrapper h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .checkout__wrapper {
    padding: 30px 24px;
  }
}
@media (max-width: 575px) {
  .checkout__wrapper {
    padding: 24px 18px;
  }
}

.checkout__account {
  gap: 60px;
}
@media (max-width: 767px) {
  .checkout__account {
    gap: 20px;
  }
}
@media (max-width: 500px) {
  .checkout__account {
    flex-wrap: wrap;
    gap: 5px;
  }
}

@media (max-width: 767px) {
  .message__title {
    font-size: 18px;
  }
}

.order__side .order__boxes {
  border: 1px solid #232627;
  padding: 24px 24px;
}
@media (max-width: 575px) {
  .order__side .order__boxes {
    padding: 20px 16px;
  }
}

.payment__check {
  padding: 24px 24px;
  border: 1px solid #232627;
}
@media (max-width: 575px) {
  .payment__check {
    padding: 20px 16px;
  }
}

.pay__check .form-check-input {
  width: 24px;
  height: 24px;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #141718;
  outline: none;
  border-color: var(--pra);
  box-shadow: none;
}

.orborder {
  border-bottom: 1px solid #232627;
}

.tag__shareshow {
  max-width: 991px;
}

.list__show li {
  position: relative;
  padding-left: 12px;
}
.list__show li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  background: var(--white);
  border-radius: 50%;
}
@media (max-width: 575px) {
  .list__show li {
    font-size: 14px;
  }
}

.remember__radio .form-check-input {
  border: 2px solid var(--white);
  border-radius: 8px;
}

.sign__inbtn .cmn--btn {
  padding: 16px 32px 19px;
}

.faq__components .accordion-item {
  border: none;
  background: none;
  border-bottom: 1px solid #212529;
  padding: 14px 0 16px;
}
.faq__components .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  background: none;
  color: var(--white);
  border-radius: 0;
  padding: 0 0;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 575px) {
  .faq__components .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
  }
}
.faq__components .accordion-item .accordion-header .accordion-button::after {
  background: none;
  border: 2px solid var(--pra);
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  color: var(--pra);
  font-size: 14px;
}
.faq__components .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: none;
  background: none;
  border: 2px solid var(--base);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--base);
}
.faq__components .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--base);
  box-shadow: none;
}
.faq__components .accordion-body {
  border-top: unset;
  padding: 10px 0 0;
}
.faq__components .accordion-body p {
  font-size: 16px;
  color: var(--pra);
  line-height: 150%;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  opacity: 0.7;
}
@media (max-width: 575px) {
  .faq__components .accordion-body p {
    font-size: 14px;
  }
}

.faq__tabs {
  background: #141718;
  padding: 32px 32px;
}
.faq__tabs .nav {
  border: unset;
}
.faq__tabs .nav .nav-item {
  border: unset;
}
.faq__tabs .nav .nav-item:not(:last-child) {
  margin-bottom: 24px;
}
.faq__tabs .nav .nav-item .nav-link {
  width: 100%;
  border: unset;
  border-radius: 16px;
  transition: all 0.4s;
  padding: 0 0;
  display: block;
  background: transparent;
  justify-content: space-between;
}
.faq__tabs .nav .nav-item .nav-link i,
.faq__tabs .nav .nav-item .nav-link span {
  transition: all 0.4s;
}
@media (max-width: 1600px) {
  .faq__tabs .nav .nav-item .nav-link i,
  .faq__tabs .nav .nav-item .nav-link span {
    font-size: 16px;
  }
}
.faq__tabs .nav .nav-item .nav-link.active {
  border: unset;
}
.faq__tabs .nav .nav-item .nav-link.active span {
  color: var(--base);
}
.faq__tabs .nav .nav-item .nav-link.active i {
  color: var(--base);
}
.faq__tabs .nav .nav-item:hover .nav-link {
  border: unset;
}
.faq__tabs .nav .nav-item:hover .nav-link span {
  color: var(--base);
}
.faq__tabs .nav .nav-item:hover .nav-link i {
  color: var(--base);
}

.price__section .switch-label {
  text-align: center;
  opacity: 0.6;
  font-size: 18px;
  cursor: pointer;
  padding: 0 12px;
  color: var(--white);
}
.price__section .switch-label .save-money {
  color: #3498db;
  font-style: italic;
  padding-left: 0.5rem;
}
.price__section .save-money--mobile {
  color: #3498db;
  font-style: italic;
  display: none;
}
.price__section .switch-label.active {
  opacity: 1;
}
.price__section .switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 20px;
  vertical-align: -50%;
  margin: 0;
}
.price__section .switch input {
  display: none;
}
.price__section .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--base);
  border-radius: 34px;
  transition: 0.1s;
}
.price__section .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: var(--white);
  border-radius: 50%;
  transition: 0.1s;
}
.price__section #js-pricing-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.price__section #js-pricing-switch input:checked + .slider:before {
  transform: translateX(21px);
}
@media (max-width: 980px) {
  .price__section .switch-label {
    display: inline-block;
    width: auto;
  }
  .price__section .save-money {
    display: none;
  }
  .price__section .save-money--mobile {
    display: block;
    font-weight: bold;
  }
}

.pricing__item {
  background: var(--cmnbox);
  padding: 32px 32px;
}
@media (max-width: 991px) {
  .pricing__item {
    padding: 24px 14px;
  }
}

.price__count {
  border-bottom: 1px solid #212529;
  padding-bottom: 12px;
}
.price__count .adjust .dollar {
  margin-right: -9px;
}
.price__count .month {
  margin-bottom: 5px;
}

.pricing__list li i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.pricing__list li:not(:last-child) {
  margin-bottom: 16px;
}

.pricing__btn {
  padding: 12px 12px 13px;
}

.before__price {
  position: relative;
}
.before__price::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100px;
  height: 80px;
  background: var(--base2);
  border-radius: 0 0 0 500px;
}

.error__content .thumb {
  width: 100%;
  max-width: 370px;
  margin: 0 auto 70px;
}
.error__content .thumb img {
  width: 100%;
}
@media (max-width: 575px) {
  .error__content .content h1 {
    font-size: 29px;
  }
}

.profile__cover .profile__coverchange {
  padding: 0px 0px;
  height: 500px;
}
.profile__cover .profile__coverchange .thingkin {
  position: absolute;
  right: 28px;
  top: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile__cover .profile__coverchange .thingkin i {
  font-size: 20px;
}

.profile__tabsbar {
  background: var(--cmnbox);
  padding: 32px 24px;
}
.profile__tabsbar .nav {
  border: unset;
  display: flex;
  align-items: center;
  gap: 12px;
}
.profile__tabsbar .nav .nav-item .nav-link {
  outline: none;
  border: unset;
  background: #232627;
  border-radius: 100px;
  padding: 12px 40px 14px;
  font-size: 16px;
  font-weight: 500;
  color: var(--pra);
}
.profile__tabsbar .nav .nav-item .nav-link.active {
  background: var(--base);
  color: var(--white);
}
@media (max-width: 500px) {
  .profile__tabsbar .nav .nav-item .nav-link {
    padding: 8px 20px 10px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .profile__tabsbar {
    padding: 24px 24px;
  }
}
@media (max-width: 767px) {
  .profile__tabsbar {
    padding: 24px 14px;
  }
  .profile__tabsbar .nav {
    gap: 8px;
  }
}

.follower__box {
  background: #0F0F0F;
  padding: 40px 60px;
}
.follower__box .thumb {
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
}
.follower__box .thumb img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
@media (max-width: 500px) {
  .follower__box .thumb {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1399px) {
  .follower__box {
    padding: 20px 20px;
  }
}

.no__tracksfound {
  background: #0F0F0F;
  padding: 147px 10px;
}
.no__tracksfound .boxes i {
  background: #232627;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--base2);
  margin: 0 auto 20px;
}
@media (max-width: 991px) {
  .no__tracksfound {
    padding: 120px 10px;
  }
}

.profile__editcheck {
  border-bottom: 1px solid #212529;
  padding-bottom: 20px;
}
.profile__editcheck .pay__check .form-check-input {
  border-radius: 7px;
  border: 2px solid var(--base);
  min-width: 24px;
}
.profile__editcheck .pay__check .form-check-input:checked[type=checkbox] {
  background-image: url(../img/profile/check.png);
  background-size: 10px;
}

.profile__cancel {
  gap: 32px;
  align-items: center;
}

@keyframes cir90 {
  50% {
    transform: rotate(90deg);
  }
}
@keyframes cir360 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes skew1 {
  50% {
    transform: skewY(5deg);
  }
}
@keyframes cir5 {
  50% {
    transform: rotate(10deg);
  }
}
@keyframes element1 {
  50% {
    transform: rotate(-5deg);
  }
}
@keyframes updown10 {
  50% {
    transform: translateY(-10px);
  }
}
@keyframes zm {
  50% {
    transform: scale(1.1);
  }
}
@media (max-width: 991px) {
  .blog__leftwrap {
    margin-bottom: 30px;
  }
  .blog__leftwrap .content h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .blog__leftwrap .content h2 {
    font-size: 21px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .blog__leftwrap .content h3 {
    font-size: 22px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .blog__leftwrap .content h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.pragraph__bold {
  padding: 32px 28px;
  border-left: 5px solid var(--base);
  background: rgba(37, 165, 106, 0.1);
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .pragraph__bold {
    padding: 16px 20px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .pragraph__bold {
    padding: 16px 12px;
    font-size: 14px;
  }
}

.emotion__thumb {
  gap: 24px;
  width: 100%;
}
.emotion__thumb img {
  width: 100%;
}
@media (max-width: 1399px) {
  .emotion__thumb img {
    width: 50%;
    height: 250px;
  }
}
@media (max-width: 575px) {
  .emotion__thumb {
    flex-wrap: wrap;
  }
  .emotion__thumb img {
    width: 100%;
    height: initial;
  }
}

.emotion__list li {
  gap: 14px;
  width: 50%;
  padding: 12px 0;
}
.emotion__list li i {
  min-width: 32px;
  min-height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base);
  color: var(--white);
}
@media (max-width: 575px) {
  .emotion__list {
    flex-wrap: wrap;
  }
  .emotion__list li {
    width: 100%;
    padding: 6px 0;
  }
}

.tag__boxes {
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  padding: 12px 0;
  justify-content: space-between;
}
.tag__boxes .tag {
  gap: 12px;
}
.tag__boxes .tag li .tagbtn {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid var(--base);
}
.tag__boxes .tag li .tagbtn:hover {
  background: var(--base);
}
@media (max-width: 767px) {
  .tag__boxes {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .tag__boxes .tag {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.blog__detailsright {
  position: sticky;
  top: 100px;
}

.blog__drightcommon {
  padding: 24px 24px;
  background: var(--cmnbox);
}
.blog__drightcommon .search__form {
  border: 1px solid #212529;
}
.blog__drightcommon .search__form input {
  width: 100%;
  height: 48px;
  color: var(--pra);
  font-size: 16px;
  background: transparent;
  border: unset;
  padding: 6px 16px 12px;
}
.blog__drightcommon .search__form ::-moz-placeholder {
  color: var(--pra);
}
.blog__drightcommon .search__form ::placeholder {
  color: var(--pra);
}
.blog__drightcommon .search__form button {
  background: var(--base);
  border: unset;
  outline: none;
  height: 48px;
  width: 48px;
  color: var(--white);
}
.blog__drightcommon .cates li:not(:last-child) {
  margin-bottom: 16px;
}
.blog__drightcommon .recent__post li a {
  gap: 16px;
}
.blog__drightcommon .recent__post li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .blog__drightcommon .recent__post li a {
    gap: 10px;
  }
  .blog__drightcommon .recent__post li a .content .fs-20 {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .blog__drightcommon {
    padding: 16px 16px;
  }
}

.get__touch {
  width: 100%;
}
.get__touch img {
  width: 100%;
}
.get__touch .gettouch__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.pro__detail__button {
  gap: 12px;
}
.pro__detail__button .qty {
  border: 1px solid #212529;
  display: flex;
  padding: 5px 30px;
  height: 48px;
}
.pro__detail__button .qty button {
  background: none;
  color: var(--pra);
  padding: 0;
}
.pro__detail__button .qty input {
  background: transparent;
  border: unset;
  width: 30px;
}
@media (max-width: 575px) {
  .pro__detail__button .qty {
    padding: 5px 16px;
  }
}

.buybtn {
  padding: 12px 32px;
  background: var(--base);
  color: var(--white);
}
@media (max-width: 575px) {
  .buybtn {
    padding: 12px 12px;
    font-size: 14px;
  }
}

.buybtn2 {
  padding: 12px 16px 6px;
  background: var(--base);
  color: var(--white);
}

.product__detailsthumb {
  display: flex;
  gap: 24px;
}
.product__detailsthumb .mySwiper2 .swiper-slide {
  width: 100%;
}
.product__detailsthumb .mySwiper2 .swiper-slide img {
  width: 100%;
}
.product__detailsthumb .mySwiper .swiper-wrapper {
  gap: 24px;
  display: grid;
}
.product__detailsthumb .slide__small {
  min-width: 114px;
}
@media (max-width: 1600px) {
  .product__detailsthumb {
    flex-wrap: wrap;
  }
  .product__detailsthumb .slide__small {
    width: unset;
    margin: 0 auto;
  }
  .product__detailsthumb .mySwiper .swiper-wrapper {
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product__detailsthumb .mySwiper .swiper-wrapper .swiper-slide {
    width: 100px !important;
  }
  .product__detailsthumb .mySwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
}
@media (max-width: 1600px) and (max-width: 1199px) {
  .product__detailsthumb .mySwiper .swiper-wrapper {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .product__detailsthumb {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .product__detailsthumb {
    margin-bottom: 5px;
  }
}

.reviews .nav {
  border: unset;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.reviews .nav .nav-item .nav-link {
  background: #141718;
  padding: 16px 60px;
  color: var(--pra);
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  outline: none;
  border: unset;
  border-radius: unset;
}
.reviews .nav .nav-item .nav-link.active {
  color: var(--white);
  background: var(--base);
}
@media (max-width: 500px) {
  .reviews .nav .nav-item .nav-link {
    padding: 10px 30px;
    font-size: 14px;
  }
}
.reviews .author__attach {
  gap: 12px;
}
@media (max-width: 500px) {
  .reviews .author__attach {
    flex-wrap: wrap;
  }
}

.cart__wrapper table {
  width: 100%;
  border-spacing: 0px 24px;
  border-collapse: separate;
}
.cart__wrapper table thead tr th {
  border: unset;
  background: none;
  font-size: 24px;
  color: var(--white);
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.cart__wrapper table tr td {
  padding: 14px 14px;
  border: unset;
  background: var(--cmnbox);
  color: var(--white);
}
.cart__wrapper table tr td i {
  color: var(--white);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #343839;
}
.cart__wrapper table tr .quantity__td form .qty {
  display: grid;
}
.cart__wrapper table tr .quantity__td form .qty button {
  padding: 0;
  background: transparent;
}
.cart__wrapper table tr .quantity__td form .qty button i {
  width: 36px;
  height: 36px;
  border-radius: 0;
  background: #343839;
}
.cart__wrapper table tr .quantity__td form .qty input {
  width: 36px;
  height: 48px;
  background: transparent;
  text-align: center;
  border: unset;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 1800px) {
  .cart__wrapper table tr .quantity__td form .qty input {
    margin-left: 7px;
  }
}
.cart__wrapper table tr .quantity__td form .qty ::-moz-placeholder {
  font-weight: 500;
}
.cart__wrapper table tr .quantity__td form .qty ::placeholder {
  font-weight: 500;
}
.cart__wrapper table tr .thumb__td {
  display: flex;
  align-items: center;
  gap: 24px;
}
.cart__wrapper table tr .thumb__td img {
  width: 126px;
  height: 126px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .cart__wrapper {
    overflow-x: scroll;
  }
  .cart__wrapper table {
    width: 900px;
  }
  .cart__wrapper table thead tr th {
    font-size: 16px;
  }
  .cart__wrapper table tr td i {
    color: var(--white);
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .cart__wrapper table tr .quantity__td form .qty {
    display: flex;
  }
  .cart__wrapper table tr .quantity__td form .qty button i {
    width: 28px;
    height: 28px;
  }
  .cart__wrapper table tr .quantity__td form .qty input {
    width: 28px;
    height: 38px;
    font-size: 14px;
  }
  .cart__wrapper table tr .thumb__td {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .cart__wrapper table tr .thumb__td img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cart__wrapper table tr .thumb__td span {
    font-size: 16px;
  }
}

.coupon__codedwrap {
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .coupon__codedwrap {
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }
}

.coupon__code {
  max-width: 705px;
  gap: 24px;
  justify-content: space-between;
}
.coupon__code form {
  width: 100%;
  border: 1px solid #212529;
}
.coupon__code form input {
  width: 100%;
  background: transparent;
  border: unset;
  padding: 10px 20px;
  color: var(--pra);
  outline: none;
}
.coupon__code form ::-moz-placeholder {
  color: var(--pra);
}
.coupon__code form ::placeholder {
  color: var(--pra);
}
.coupon__code form button {
  background: var(--base);
  padding: 19px 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  font-family: "Poppins", sans-serif;
  min-width: 155px;
}
.coupon__code .updatcart {
  padding: 19px 24px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: var(--white);
  border: 1px solid #212529;
  min-width: 153px;
  display: block;
}
@media (max-width: 991px) {
  .coupon__code {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .coupon__code {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .coupon__code form input {
    font-size: 12px;
  }
  .coupon__code form button {
    background: var(--base);
    padding: 10px 6px;
    font-size: 12px;
    font-weight: 400;
    color: var(--white);
    font-family: "Poppins", sans-serif;
    min-width: 100px;
  }
  .coupon__code .updatcart {
    padding: 10px 16px;
    font-size: 16px;
    min-width: 153px;
    text-align: center;
  }
}

.coupon__price {
  width: 390px;
  border: 1px solid #212529;
  padding: 0 10px 32px;
}
.coupon__price .carttoal {
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: var(--white);
  background: var(--base);
  display: inline-block;
}
.coupon__price .cehckout {
  padding: 16px 21px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: var(--white);
  background: var(--base);
  display: inline-block;
  min-width: 278px;
}
@media (max-width: 575px) {
  .coupon__price {
    width: 260px;
    margin-bottom: 20px;
  }
  .coupon__price .cehckout {
    min-width: 180px;
  }
}

.footer__section {
  background: var(--cmnbg);
}

.footer__top {
  padding: 80px 0 40px;
}

.footer__widget .link__attach {
  gap: 64px;
}
@media (max-width: 1800px) {
  .footer__widget .link__attach {
    gap: 20px;
  }
}
@media (max-width: 1600px) {
  .footer__widget .link__attach {
    flex-wrap: wrap;
  }
}
.footer__widget .footer__form {
  margin-top: 60px;
}
.footer__widget .footer__form input {
  width: 100%;
  border: unset;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  padding: 16px 24px;
  font-family: "Poppins", sans-serif;
  background: #232627;
  transform: skewX(15deg);
}
.footer__widget .footer__form ::-moz-placeholder {
  transform: skewX(-15deg);
  color: var(--white);
}
.footer__widget .footer__form ::placeholder {
  transform: skewX(-15deg);
  color: var(--white);
}
.footer__widget .footer__form button {
  background: var(--base);
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: var(--white);
  transform: skewX(15deg);
}
.footer__widget .footer__form button span {
  transform: skewX(-15deg);
  display: block;
}

.quick__space {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .quick__space {
    padding-right: 15px;
  }
}

.footercontact__link {
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .footercontact__link {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .footercontact__link {
    padding-top: 30px;
  }
}

.footer__streamio {
  padding: 0 55px;
  border-left: 1px dashed var(--border);
  border-right: 1px dashed var(--border);
}
.footer__streamio .level__message {
  max-width: 200px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .footer__streamio {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .footer__streamio {
    padding: 0 10px;
    border-left: none;
    border-right: none;
  }
  .footer__streamio .footer__widget {
    text-align: left !important;
  }
  .footer__streamio .footer__widget img {
    margin-bottom: 10px;
  }
  .footer__streamio .footer__widget a {
    margin-bottom: 10px;
  }
  .footer__streamio .level__message {
    margin: 0 0;
    text-align: left;
  }
}

.footer__bottom {
  padding: 30px 0 30px;
  justify-content: space-between;
  border-top: 1px solid var(--headborder);
}
.footer__bottom p .design__side {
  border-left: 1px solid var(--headborder);
  padding-left: 12px;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .footer__bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    text-align: center;
    padding: 20px 0;
  }
}
@media (max-width: 470px) {
  .footer__bottom {
    gap: 6px;
  }
  .footer__bottom p {
    font-size: 10px;
  }
  .footer__bottom ul li a {
    font-size: 10px;
  }
}

.cmn__form {
  justify-content: space-between;
  background: var(--white);
  border-radius: 100px;
  padding: 12px 12px;
}
.cmn__form input {
  width: 100%;
  background: transparent;
  outline: none;
  border: unset;
  color: var(--pragraph2);
  font-size: 16px;
  font-weight: 400;
  padding-left: 12px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 575px) {
  .cmn__form input {
    padding-left: 8px;
    font-size: 12px;
  }
}
.cmn__form .cmn--btn {
  padding: 0;
  width: 180px;
  padding: 5px 5px 8px;
  height: 45px;
  border: unset;
}
@media (max-width: 575px) {
  .cmn__form .cmn--btn {
    font-size: 14px;
  }
}

/*--Button Area Start--*/
.cmn--btn {
  padding: 13px 32px 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  background: var(--base);
  overflow: hidden;
  gap: 12px;
  color: var(--white);
  font-family: "Poppins", sans-serif;
  transform: skewX(15deg);
}
.cmn--btn span {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  display: block;
  transform: skewX(-15deg);
  letter-spacing: 1px;
}
.cmn--btn::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0px;
  height: 0px;
  background: var(--hover);
  transition: all 0.5s;
  background: var(--base2);
}
.cmn--btn:hover {
  color: var(--white);
}
.cmn--btn:hover::before {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .cmn--btn {
    padding: 10px 20px 10px;
  }
}
@media (max-width: 500px) {
  .cmn--btn {
    padding: 8px 20px 8px;
    font-size: 14px;
  }
}

.cmn--btntwo {
  background: #232627;
}
.cmn--btntwo::before {
  bottom: 0;
  left: 0;
}

.outline__btn {
  background: transparent;
  border: 1px solid var(--base);
  padding: 11px 25px 13px;
}
.outline__btn span {
  color: var(--base);
}
.outline__btn:hover span {
  color: var(--title);
}

.cmbtn {
  padding: 8px 16px;
  background: var(--viewbox);
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: var(--white);
  align-items: center;
}

.cmn__simple {
  padding: 12px 40px;
  background: var(--base);
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: var(--white);
}

.cmn__simple2 {
  padding: 12px 32px 15px;
  background: var(--cmnbox);
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: var(--white);
  transition: all 0.4s;
}
.cmn__simple2:hover {
  background: var(--base);
}

/*--Button Area End--*//*# sourceMappingURL=main.css.map */