@charset "UTF-8";
/*---------------------------------------------"
// Template Name: Audio Beats
// Template URL: https://techpedia.co.uk/template/audiobeats
// Description: Audio Beats Innovative Audio Music Theme
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Reset Styles
|___ Responsive
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
/*@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&amp;display=swap");*/
/*-------------------------
    Variables
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #0e5b37;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

@media (min-width: 1440px) {
  .container,
  .container-fluid {
    padding: 0 96px;
    width: 100%;
  }
}

.page-content {
  margin: 20px 0;
}

.slick-prev::after {
  content: "\f053";
  font-family: 'Poppins', sans-serif;
  height: 32px;
  width: 32px;
  background-size: cover;
  position: absolute;
  background: linear-gradient(180deg, rgba(27, 28, 30, 0.8) 0%, rgba(27, 28, 30, 0.48) 100%);
  border-radius: 10px;
  font-size: 20px;
  line-height: 16px;
  padding: 8px;
  color: #797D86;
  top: -61px !important;
  right: 46px !important;
  z-index: 10;
}
.slick-prev:hover::after {
  color: #0e5b37;
}

.slick-next::after {
  content: "\f054";
  font-family: 'Poppins', sans-serif;
  height: 32px;
  width: 32px;
  background-size: cover;
  position: absolute;
  background: linear-gradient(180deg, rgba(27, 28, 30, 0.8) 0%, rgba(27, 28, 30, 0.48) 100%);
  border-radius: 10px;
  font-size: 23px;
  line-height: 18px;
  padding: 8px;
  color: #797D86;
  top: -61px !important;
  right: 0px !important;
  z-index: 10;
}
.slick-next:hover::after {
  color: #0e5b37;
}

.banner-slider .slick-prev::after {
  background: transparent;
  top: 45% !important;
  left: -40px !important;
}
@media (max-width: 575px) {
  .banner-slider .slick-prev::after {
    left: -30px !important;
  }
}
.banner-slider .slick-prev:hover::after {
  color: #0e5b37;
}
.banner-slider .slick-next::after {
  background: transparent;
  top: 45% !important;
  right: -16px !important;
}
@media (max-width: 575px) {
  .banner-slider .slick-next::after {
    right: -8px !important;
  }
}
.banner-slider .slick-next:hover::after {
  color: #0e5b37;
}

/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #25A66B;
  font-weight: 400;
  font-size: clamp(14px, 0.833vw, 22px);
  line-height: 150%;
  letter-spacing: 0.02em;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background: url(../media/bg/main.html);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    background-size: cover !important;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: clamp(14px, 1.563vw, 18px);
  }
}
@media (max-width: 991px) {
  body {
    font-size: clamp(13.5px, 1.778vw, 16px);
  }
}
@media (max-width: 767px) {
  body {
    font-size: clamp(13px, 2.286vw, 14px);
  }
}
@media (max-width: 575px) {
  body {
    font-size: clamp(11px, 3.59vw, 14px);
  }
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 32px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 32px;
  background: #0e5b37;
}
body.dark-bg {
  background: #0D0D0D;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(43px, 3.177vw, 80px);
  line-height: 120%;
  letter-spacing: -1.22px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: clamp(35px, 4.837vw, 50px);
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: clamp(30px, 5.556vw, 40px);
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: clamp(28px, 6.462vw, 35px);
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: clamp(24px, 9vw, 32px);
  }
}

h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 2.446vw, 60px);
  line-height: 125%;
  letter-spacing: -0.47px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: clamp(32px, 4.199vw, 40px);
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: clamp(27px, 4.471vw, 35px);
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: clamp(24px, 5.231vw, 30px);
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: clamp(21px, 6.75vw, 28px);
  }
}

h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 1.875vw, 46px);
  line-height: 120%;
  letter-spacing: -0.27px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: clamp(27px, 3.225vw, 36px);
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: clamp(24px, 3.493vw, 28px);
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: clamp(22px, 4.23vw, 24px);
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: clamp(20px, 6.575vw, 22px);
  }
}

h4 {
  font-weight: 700;
  font-size: clamp(20px, 1.406vw, 32px);
  line-height: 120%;
  letter-spacing: -0.01em;
}
@media (max-width: 1199px) {
  h4 {
    font-size: clamp(22px, 2.539vw, 24px);
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: clamp(20px, 2.738vw, 22px);
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: clamp(19px, 3.438vw, 23px);
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: clamp(16px, 5.25vw, 18px);
  }
}

h5 {
  font-weight: 600;
  font-size: clamp(16px, 1.094vw, 24px);
  line-height: 130%;
}
@media (max-width: 1199px) {
  h5 {
    font-size: clamp(15.5px, 2.051vw, 17px);
  }
}
@media (max-width: 991px) {
  h5 {
    font-size: clamp(15px, 2.381vw, 16px);
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: clamp(14.5px, 2.969vw, 16px);
    letter-spacing: 0.2px;
  }
}
@media (max-width: 575px) {
  h5 {
    font-size: clamp(14px, 4.325vw, 15px);
  }
}

h6 {
  font-weight: 600;
  font-size: clamp(14px, 0.833vw, 22px);
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media (max-width: 1199px) {
  h6 {
    font-size: clamp(14px, 1.563vw, 18px);
  }
}
@media (max-width: 991px) {
  h6 {
    font-size: clamp(13.5px, 1.778vw, 16px);
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: clamp(13px, 2.286vw, 14px);
  }
}
@media (max-width: 575px) {
  h6 {
    font-size: clamp(11px, 3.59vw, 14px);
  }
}

p {
  font-size: clamp(14px, 0.833vw, 22px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media (max-width: 1199px) {
  p {
    font-size: clamp(14px, 1.563vw, 18px);
  }
}
@media (max-width: 991px) {
  p {
    font-size: clamp(13.5px, 1.778vw, 16px);
  }
}
@media (max-width: 767px) {
  p {
    font-size: clamp(13px, 2.286vw, 14px);
  }
}
@media (max-width: 575px) {
  p {
    font-size: clamp(11px, 3.59vw, 14px);
  }
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease;
}
a:hover {
  color: #0e5b37;
  transition: all 0.5s ease;
}

span {
  display: inline-block;
}

b,
strong {
  font-family: 'Poppins', sans-serif;
}

.search-input {
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(27, 28, 30, 0.68) 0%, rgba(27, 28, 30, 0.48) 100%);
  max-width: 414px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
}
.search-input button {
  background: transparent;
  border: none;
  color: #25A66B;
  font-size: 24px;
}
.search-input input {
  background: transparent;
  border: none;
  padding: 0;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #0e5b37 !important;
}

.bg-primary {
  background-color: #0e5b37 !important;
}

.color-white {
  color: #25A66B !important;
}

.bg-white {
  background-color: #25A66B !important;
}

.light-black {
  color: #2C2D2F !important;
}

.bg-light-black {
  background-color: #2C2D2F !important;
}

.color-black {
  color: #1B1C1E !important;
}

.bg-black {
  background-color: #1B1C1E !important;
}

.dark-black {
  color: #0D0D0D !important;
}

.bg-dark-black {
  background-color: #0D0D0D !important;
}

.lightest-gray {
  color: #F0F2F4 !important;
}

.bg-lightest-gray {
  background-color: #F0F2F4 !important;
}

.light-gray {
  color: #D6D8DB !important;
}

.bg-light-gray {
  background-color: #D6D8DB !important;
}

.bg-medium-gray {
  background-color: #AFB1B6 !important;
}

.medium-gray {
  color: #AFB1B6 !important;
}

.dark-gray {
  color: #797D86 !important;
}

.bg-dark-gray {
  background-color: #797D86 !important;
}

.b-unstyle {
  border: 0;
  background: transparent;
}

/*----------------------------------------*/
/*  03. SPACE CSS START
/*----------------------------------------*/
.mt-100 {
  margin-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-100 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-100 {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.m-80 {
  margin: 80px 0;
}
@media (max-width: 1199px) {
  .m-80 {
    margin: 64px 0;
  }
}
@media (max-width: 991px) {
  .m-80 {
    margin: 54px 0;
  }
}
@media (max-width: 767px) {
  .m-80 {
    margin: 42px 0;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .mt-80 {
    margin-top: 64px;
  }
}
@media (max-width: 991px) {
  .mt-80 {
    margin-top: 54px;
  }
}
@media (max-width: 767px) {
  .mt-80 {
    margin-top: 42px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 42px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-64 {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-64 {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-48 {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-48 {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}

.m-40 {
  margin: 40px 0;
}
@media (max-width: 1199px) {
  .m-40 {
    margin: 32px 0;
  }
}
@media (max-width: 991px) {
  .m-40 {
    margin: 28px 0;
  }
}
@media (max-width: 767px) {
  .m-40 {
    margin: 22px 0;
  }
}

.mt-40 {
  margin-top: clamp(24px, 2.2vw, 64px);
}
@media (max-width: 767px) {
  .mt-40 {
    margin-top: 16px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 22px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 16px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

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

.mb-4p {
  margin-bottom: 4px;
}

.p-80 {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .p-80 {
    padding: 64px 0;
  }
}
@media (max-width: 991px) {
  .p-80 {
    padding: 54px 0;
  }
}
@media (max-width: 767px) {
  .p-80 {
    padding: 42px 0;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .pt-80 {
    padding-top: 64px;
  }
}
@media (max-width: 991px) {
  .pt-80 {
    padding-top: 54px;
  }
}
@media (max-width: 767px) {
  .pt-80 {
    padding-top: 42px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .pb-80 {
    padding-bottom: 42px;
  }
}

.p-40 {
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .p-40 {
    padding: 32px 0;
  }
}
@media (max-width: 991px) {
  .p-40 {
    padding: 28px 0;
  }
}
@media (max-width: 767px) {
  .p-40 {
    padding: 22px 0;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .pt-40 {
    padding-top: 32px;
  }
}
@media (max-width: 991px) {
  .pt-40 {
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  .pt-40 {
    padding-top: 22px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .pb-40 {
    padding-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .pb-40 {
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .pb-40 {
    padding-bottom: 22px;
  }
}

.p-16 {
  padding: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-16 {
    padding: 13px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}
@media (max-width: 490px) {
  .p-16 {
    padding: 10px;
  }
}

/*-------------------------
Elements
-------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: #1D373F;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9999999;
  display: flex;
}
#preloader .loader {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#preloader .loader .l {
  margin: 0.15em;
  border-radius: 5em;
  width: 0.4em;
  background-color: #f12711;
  height: 3em;
  box-shadow: 1px 1px 4px black;
  animation: load_5186 cubic-bezier(0.41, 0.44, 0.72, 0.69) 2s infinite;
}
#preloader .loader .l::nth-child(9) {
  margin: 0.15em;
  border-radius: 5em;
  width: 0.4em;
  background-color: #f12711;
  height: 3em;
  box-shadow: 1px 1px 4px black;
  animation: load_5186 cubic-bezier(0.41, 0.44, 0.72, 0.69) 2s infinite;
}
#preloader .loader .l:nth-child(2), #preloader .loader .l:nth-child(8) {
  background-color: #f24e13;
  animation-delay: 0.25s;
}
#preloader .loader .l:nth-child(3), #preloader .loader .l:nth-child(7) {
  background-color: #f36915;
  animation-delay: 0.5s;
}
#preloader .loader .l:nth-child(4), #preloader .loader .l:nth-child(6) {
  background-color: #f48c17;
  animation-delay: 0.75s;
}
#preloader .loader .l:nth-child(5) {
  background-color: #f5af19;
  animation-delay: 1s;
}

@keyframes load_5186 {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(-1);
  }
}
.back-to-top {
  position: fixed;
  bottom: 35px;
  right: 5px;
  display: block;
  width: 120px;
  height: 120px;
  line-height: 50px;
  font-size: 80px;
  padding: 20px 0;
  background: #0e5b37;
  color: #25A66B;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top.show {
  opacity: 1;
}
.back-to-top:hover {
  bottom: 38px;
  transition: all 0.5s ease;
}
@media (max-width: 490px) {
  .back-to-top {
    right: -20px;
    bottom: -20px;
  }
}
.back-to-top i {
  color: #25A66B;
}

.cus-btn {
  padding: clamp(12px, 0.833vw, 22px) clamp(24px, 1.66vw, 42px);
  border-radius: 15px;
  font-weight: 600;
  font-size: clamp(14px, 0.833vw, 22px);
  line-height: 150%;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  transition: all 0.5s ease;
}
@media (max-width: 575px) {
  .cus-btn {
    padding: 8px 16;
    border-radius: 10px;
  }
}
.cus-btn i {
  font-size: clamp(18px, 1.25vw, 32px);
}
@media (max-width: 575px) {
  .cus-btn i {
    font-size: clamp(12px, 0.833vw, 22px);
  }
}
.cus-btn img {
  width: 24px !important;
}
.cus-btn.dark {
  background: #0e5b37;
  color: #25A66B;
}
.cus-btn.dark:hover {
  color: #1B1C1E;
  background: #25A66B;
}
.cus-btn.light {
  background: #25A66B;
  color: #1B1C1E;
}
.cus-btn.light:hover {
  background: #0e5b37;
  color: #25A66B;
}
.cus-btn.small {
  padding: 8px 16px !important;
}
.cus-btn.small i {
  font-size: clamp(14px, 0.933vw, 24px);
}

/*-------------------------
  Form Styling
-------------------------*/
.form-group {
  position: relative;
}

.input-group {
  position: relative;
  background: transparent;
  box-shadow: none;
  padding: 12px 16px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(27, 28, 30, 0.68) 0%, rgba(27, 28, 30, 0.48) 100%);
}
.input-group:focus {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), -2px -2px 6px 0px rgba(0, 0, 0, 0.1), -7px -8px 11px 0px rgba(0, 0, 0, 0.09), -16px -18px 14px 0px rgba(0, 0, 0, 0.05), -28px -32px 17px 0px rgba(0, 0, 0, 0.01), -44px -50px 19px 0px rgba(0, 0, 0, 0);
}
.input-group input {
  border: none;
  background: transparent;
  width: 88%;
  color: #25A66B;
}
.input-group input:focus {
  outline: 0;
  box-shadow: none;
  background: transparent;
  border: none;
}
.input-group input::placeholder {
  color: #D6D8DB;
  opacity: 1;
}
.input-group button {
  border: none;
  background: transparent;
  width: 12%;
  color: #25A66B;
  font-size: 24px;
}
.input-group.search-bar {
  max-width: 414px;
  margin-left: auto;
}

.form-control {
  border-radius: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
  color: #25A66B;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(27, 28, 30, 0.8) 0%, rgba(27, 28, 30, 0.48) 100%);
}
.form-control:focus {
  color: #25A66B;
  outline: 0;
  box-shadow: none;
  border: none;
  background: linear-gradient(180deg, rgba(27, 28, 30, 0.8) 0%, rgba(27, 28, 30, 0.48) 100%);
}
.form-control::placeholder {
  color: #D6D8DB;
  opacity: 1;
}

.form-group .form-control {
  background: #25A66B;
  padding: 12px 16px;
}

textarea {
  height: 48px;
}

label.error {
  color: #bc0f0f;
  margin-top: 10px;
}

input[type=checkbox] {
  height: auto;
  width: auto;
  background-color: #AFB1B6;
}

input[type=checkbox]:checked {
  accent-color: #0e5b37;
}

input[type=checkbox]:checked {
  accent-color: #0e5b37;
  background-color: #0e5b37;
  width: 18px;
  height: 16px;
  border-radius: 10px;
}

input[type=range]::-webkit-slider-thumb {
  background: #0e5b37;
}

input[type=radio] {
  height: auto;
  width: auto;
}

input[type=radio]:checked {
  accent-color: #0e5b37;
}

.alert-message {
  display: none;
}

.heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.heading h6 {
  margin-right: 94px;
}
@media (max-width: 575px) {
  .heading h6 {
    margin-right: 0;
  }
}

.countdown {
  list-style: none;
  margin-bottom: 64px;
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(10px);
  width: fit-content;
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 767px) {
  .countdown {
    margin-bottom: 48px;
  }
}
@media (max-width: 575px) {
  .countdown {
    margin-bottom: 32px;
  }
}
@media (max-width: 400px) {
  .countdown {
    gap: 8px;
  }
}
.countdown li {
  text-align: center;
  position: relative;
}
.countdown li .number-text {
  color: #AFB1B6;
  margin-top: -4px;
}
.countdown li i {
  transform: rotate(90deg);
}

.input-box {
  position: relative;
  width: 100%;
  max-width: 60px;
  height: 55px;
  margin-right: 16px;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}
.input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 23px;
  font-weight: 400;
  line-height: 34px;
  background: transparent;
  opacity: 0;
  padding: 0 15px;
  border: none;
  outline: none;
  transition: all 0.5s ease-in-out;
}
.input-box .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: transparent;
  cursor: pointer;
}
.input-box .search .search-icon {
  font-size: 30px;
  color: #D6D8DB;
}
.input-box .close-icon {
  position: absolute;
  top: 50%;
  right: -45px;
  font-size: 30px;
  color: #D6D8DB;
  padding: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}
.input-box.open {
  max-width: 300px;
  margin-right: 80px;
}
.input-box.open input {
  padding: 12px 15px 12px 65px;
  background: transparent;
  color: #D6D8DB;
  border-bottom: 1px solid #D6D8DB;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.input-box.open .search .search-icon {
  color: #D6D8DB;
}
.input-box.open .close-icon {
  transform: translateY(-50%) rotate(180deg);
  pointer-events: auto;
  opacity: 1;
}

/*-------------------------
  layouts
-------------------------*/
header {
  width: 100%;
  background: transparent;
  /*---------------------
      HAMBURGER MENU
  ----------------------*/
}
header.home-header {
  position: absolute;
  z-index: 998;
}
@media (max-width: 1399px) {
  header.home-header {
    position: relative;
  }
}
header.large-screens {
  height: 96px;
  padding: 24px 0;
}
@media (max-width: 992px) {
  header.large-screens {
    display: none;
  }
}
header nav .left-nav {
  display: flex;
  align-items: center;
  gap: 64px;
}
header nav .left-nav .navbar-nav {
  display: flex;
  gap: 24px;
}
header nav .left-nav .menu-item a {
  font-weight: 600;
  font-size: 21px;
  line-height: 130%;
  color: #25A66B;
}
header nav .left-nav .menu-item a.active {
  color: #0e5b37;
}
header nav .left-nav .menu-item a:hover {
  color: #0e5b37;
}
header nav .left-nav .has-children {
  position: relative;
}
header nav .left-nav .has-children a {
  color: #25A66B;
  font-weight: 600;
  font-size: 21px;
  line-height: 130%;
}
header nav .left-nav .has-children a.active {
  color: #0e5b37;
}
header nav .left-nav .has-children a:hover {
  color: #0e5b37;
}
header nav .left-nav .has-children .submenu {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(27, 28, 30, 0.8) 0%, rgba(27, 28, 30, 0.48) 100%);
  list-style: none;
  margin: 0;
}
@media (max-width: 1199px) {
  header nav .left-nav .has-children .submenu {
    top: 30px;
    background: #AFB1B6;
  }
}
header nav .left-nav .has-children .submenu li {
  margin: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
header nav .left-nav .has-children .submenu li a {
  position: relative;
  color: #25A66B;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 8px 0;
  display: block;
}
header nav .left-nav .has-children .submenu li a.active {
  color: #0e5b37;
}
header nav .left-nav .has-children .submenu li a:hover {
  color: #0e5b37;
}
header nav .left-nav .has-children:hover .submenu {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  right: 0;
}
@media (max-width: 790px) {
  header nav .left-nav .has-children:hover .submenu {
    left: 0;
  }
}
header nav .left-nav .has-children:hover .submenu li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
header nav .main-menu_right {
  display: flex;
  align-items: center;
  gap: 24px;
}
header nav .main-menu_right .notification-bell {
  position: relative;
  background: transparent;
  box-shadow: none;
  padding: 12px 16px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(27, 28, 30, 0.68) 0%, rgba(27, 28, 30, 0.48) 100%);
}
header nav .main-menu_right .notification-bell svg path {
  transition: all 0.5s ease;
}
header nav .main-menu_right .notification-bell:hover svg path {
  fill: #0e5b37;
  transition: all 0.5s ease;
}
header nav .main-menu_right .profile {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-align: end;
}
header nav .main-menu_right .profile .img-box {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
header nav .main-menu_right .profile .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header nav .main-menu_right .profile .user {
  display: flex;
  align-items: center;
  gap: 8px;
}
header nav .main-menu_right .menu {
  position: absolute;
  top: calc(100% + 24px);
  right: 16px;
  width: 200px;
  color: #25A66B;
  z-index: 10;
  min-height: 100px;
  background: url("../media/backgrounds/menu-bg.html") no-repeat;
  background-position: bottom;
  background-size: 100%;
  background-color: #1B1C1E;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
}
header nav .main-menu_right .menu::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #0e5b37;
  transform: rotate(45deg);
  z-index: -1;
}
header nav .main-menu_right .menu.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
header nav .main-menu_right .menu ul {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
  padding-left: 0;
  margin-bottom: 0;
}
header nav .main-menu_right .menu ul li {
  list-style: none;
}
header nav .main-menu_right .menu ul li:hover {
  background-color: rgba(22, 151, 187, 0.2);
}
header nav .main-menu_right .menu ul li a {
  text-decoration: none;
  color: #25A66B;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  gap: 6px;
}
header.small-screen {
  position: fixed;
  z-index: 50;
  top: 0;
  height: 62px;
  padding: 16px 0 8px;
  background: url(../media/bg/main-2.html);
}
@media (min-width: 991px) {
  header.small-screen {
    display: none;
  }
}
header.small-screen .mobile-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
header.small-screen .hamburger-menu {
  display: grid;
  justify-content: end;
  width: 100%;
  height: 22px;
  cursor: pointer;
  z-index: 9998;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
header.small-screen .hamburger-menu .bar {
  position: relative;
  transform: translateY(10px);
  background: #0e5b37;
  transition: all 0ms 300ms;
  width: 24px;
  height: 2px;
  cursor: pointer;
}
header.small-screen .hamburger-menu .bar:before {
  width: 24px;
  height: 2px;
  cursor: pointer;
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #0e5b37;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.small-screen .hamburger-menu .bar:after {
  width: 24px;
  height: 2px;
  cursor: pointer;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #0e5b37;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.small-screen .hamburger-menu .bar.animate {
  background: rgba(255, 255, 255, 0);
}
header.small-screen .hamburger-menu .bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.small-screen .hamburger-menu .bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.small-screen .mobile-navar ul {
  margin: 0;
  padding: 0;
}
header.small-screen .mobile-navar ul li {
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  padding-left: 15px;
}
header.small-screen .mobile-navar ul li:first-child {
  margin-top: 20px;
}
header.small-screen .mobile-navar ul li:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
}
header.small-screen .mobile-navar ul li a {
  text-decoration: none;
  color: #25A66B;
}
header.small-screen .mobile-navar ul li a.active {
  color: #0e5b37;
}
header.small-screen .mobile-navar ul li a:hover {
  color: #0e5b37;
}
header.small-screen .mobile-navar {
  top: 0px;
  padding-top: 70px;
  max-width: 300px;
  right: -300%;
  width: 100%;
  background: url(../media/bg/main-2.html);
  background-size: cover;
  color: #25A66B;
  height: 100%;
  padding-bottom: 20px;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
header.small-screen .mobile-navar.active {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
header.small-screen .has-children.active {
  color: #0e5b37;
}
header.small-screen .has-children:hover {
  cursor: pointer;
}
header.small-screen .mobile-navar .children {
  display: none;
}
header.small-screen .mobile-navar .children li a {
  font-size: 14px;
  line-height: 30px;
}
header.small-screen .mobile-navar .children li:first-child {
  margin-top: 0px;
}
header.small-screen .icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.7em;
  color: #0e5b37;
  top: 5px;
  right: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}
header.small-screen .icon-arrow:after {
  content: "▼";
}
header.small-screen .icon-arrow:hover {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
}

.footer .footer-main {
  border-radius: 30px 30px 0px 0px;
  background: linear-gradient(180deg, #1B1C1E 0%, rgba(27, 28, 30, 0.6) 100%);
  padding: 48px 0 92px;
}
@media (max-width: 1199px) {
  .footer .footer-main {
    padding: 48px 32px 92px;
  }
}
@media (max-width: 492px) {
  .footer .footer-main {
    padding: 32px 16px 84px;
  }
}
.footer .footer-main .widget {
  padding-left: 48px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer .footer-main .widget {
    padding-left: 24px;
  }
}
@media (max-width: 1199px) {
  .footer .footer-main .widget {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-main .widget {
    margin-bottom: 32px;
  }
}
.footer .footer-main .widget .about {
  max-width: 414px;
}
@media (max-width: 1199px) {
  .footer .footer-main .widget .about {
    margin-bottom: 48px;
  }
}
.footer .footer-main .widget .social-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer .footer-main .widget .social-links li a {
  padding: 8px;
  border-radius: 12px;
  background: rgba(110, 70, 70, 0.41);
  backdrop-filter: blur(10px);
  transition: all 0.5s ease;
}
.footer .footer-main .widget .social-links li:hover a {
  transition: all 0.5s ease;
  background: #0e5b37;
}
.footer .footer-main .widget p {
  color: #D6D8DB;
}
.footer .footer-main .copyright {
  padding: 48px 0 0 48px;
}
@media (max-width: 1199px) {
  .footer .footer-main .copyright {
    padding: 32px 0 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-main .copyright {
    padding: 0;
  }
}

.hero-banner {
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 1399px) {
  .hero-banner {
    height: auto;
    padding: 32px 0;
  }
}
@media (max-width: 991px) {
  .hero-banner {
    margin-top: 62px;
  }
}
.hero-banner .img-block {
  position: relative;
}
@media (max-width: 1199px) {
  .hero-banner .img-block {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .hero-banner .img-block {
    margin-bottom: 16px;
  }
}
.hero-banner .img-block img {
  border-radius: 20px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), -2px -2px 6px 0px rgba(0, 0, 0, 0.1), -7px -8px 11px 0px rgba(0, 0, 0, 0.09), -16px -18px 14px 0px rgba(0, 0, 0, 0.05), -28px -32px 17px 0px rgba(0, 0, 0, 0.01), -44px -50px 19px 0px rgba(0, 0, 0, 0);
}
.hero-banner .img-block .wishlist-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.hero-banner .img-block .wishlist-icon i {
  padding: 8px;
  color: #25A66B;
  font-size: 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(10px);
}
.hero-banner .img-block .wishlist-icon i.fas {
  color: red;
}
.hero-banner .content .info-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 1.25vw, 32px);
}
@media (max-width: 575px) {
  .hero-banner .content .info-blocks {
    gap: 12px;
  }
}
.hero-banner .content .info-blocks .block {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 22px);
  padding: clamp(12px, 0.833vw, 22px);
  border-radius: 20px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 11px 12px 36px 0px rgba(0, 0, 0, 0.1), 42px 49px 65px 0px rgba(0, 0, 0, 0.09), 95px 111px 88px 0px rgba(0, 0, 0, 0.05), 170px 198px 104px 0px rgba(0, 0, 0, 0.01), 265px 309px 114px 0px rgba(0, 0, 0, 0);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 575px) {
  .hero-banner .content .info-blocks .block {
    gap: 8px;
    padding: 12px 16px;
  }
}
@media (max-width: 492px) {
  .hero-banner .content .info-blocks .block {
    padding: 8px 12px;
  }
}
@media (max-width: 575px) {
  .hero-banner .content .info-blocks .block img {
    width: 40px;
  }
}
.hero-banner .content .info-blocks .block .info ul {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.66vw, 42px);
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 440px) {
  .hero-banner .content .info-blocks .block .info ul {
    gap: 8px;
  }
}
@media (max-width: 440px) {
  .hero-banner .content .info-blocks .block .info ul li {
    list-style: none;
  }
}
.hero-banner .content .info-blocks .block .info ul li:first-child {
  list-style: none;
}
.hero-banner .content .duration {
  width: fit-content;
  padding: 4px 16px;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 11px 12px 36px 0px rgba(0, 0, 0, 0.1), 42px 49px 65px 0px rgba(0, 0, 0, 0.09), 95px 111px 88px 0px rgba(0, 0, 0, 0.05), 170px 198px 104px 0px rgba(0, 0, 0, 0.01), 265px 309px 114px 0px rgba(0, 0, 0, 0);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
}
.hero-banner .content .detail {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0;
}
.hero-banner .content .detail li:first-child {
  list-style: none;
}
.hero-banner .content .features {
  margin-bottom: clamp(16px, 2.446vw, 60px);
}
.hero-banner .content .buttons-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.hero-banner .content .buttons-row .more-btn {
  position: relative;
}
.hero-banner .content .buttons-row .more-btn .more-icon {
  border-radius: 15px;
  background: #25A66B;
  padding: 19px 27px;
  color: #1B1C1E;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .hero-banner .content .buttons-row .more-btn .more-icon {
    border-radius: 10px;
    padding: 14px 18px;
  }
}
@media (max-width: 575px) {
  .hero-banner .content .buttons-row .more-btn .more-icon {
    padding: 12px 16px;
    font-size: 16px;
  }
}
@media (max-width: 492px) {
  .hero-banner .content .buttons-row .more-btn .more-icon {
    font-size: 21px;
  }
}
.hero-banner .content .buttons-row .more-btn .more-dropdown {
  position: absolute;
  top: 61.83px;
  z-index: 50;
  padding: 16px;
  border-radius: 20px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 11px 12px 36px 0px rgba(0, 0, 0, 0.1), 42px 49px 65px 0px rgba(0, 0, 0, 0.09), 95px 111px 88px 0px rgba(0, 0, 0, 0.05), 170px 198px 104px 0px rgba(0, 0, 0, 0.01), 265px 309px 114px 0px rgba(0, 0, 0, 0);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  flex-direction: column;
  gap: 18px;
  transform-origin: top;
  transform: perspective(1000px) rotateX(-90deg);
  transition: 0.5s;
}
@media (max-width: 492px) {
  .hero-banner .content .buttons-row .more-btn .more-dropdown {
    right: 0;
    background: #797D86;
  }
}
.hero-banner .content .buttons-row .more-btn .more-dropdown.active {
  transform: perspective(1000px) rotateX(0deg);
}
.hero-banner .content .buttons-row .more-btn .more-dropdown li a {
  display: flex;
  gap: 12px;
  width: max-content;
  align-items: center;
}
.hero-banner .content .buttons-row .more-btn .more-dropdown li a i {
  font-size: 24px;
}
@media (max-width: 1399px) {
  .hero-banner .items-vertical-slider {
    margin-top: 32px;
  }
}
.hero-banner .items-vertical-slider .slick-list {
  height: 50.933vw !important;
}
.hero-banner .items-vertical-slider .album-block {
  position: relative;
  margin: 12px 0;
}
@media (max-width: 1399px) {
  .hero-banner .items-vertical-slider .album-block {
    margin: 0 12px;
  }
}
.hero-banner .items-vertical-slider .album-block img {
  border-radius: 20px;
  width: 8.073vw;
  height: 8.073vw;
}
@media (max-width: 1399px) {
  .hero-banner .items-vertical-slider .album-block img {
    width: 155px;
    height: 155px;
  }
}

.song-card {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 11px 12px 36px 0px rgba(0, 0, 0, 0.1), 42px 49px 65px 0px rgba(0, 0, 0, 0.09), 95px 111px 88px 0px rgba(0, 0, 0, 0.05), 170px 198px 104px 0px rgba(0, 0, 0, 0.01), 265px 309px 114px 0px rgba(0, 0, 0, 0);
}
.song-card.st-1 {
  border-radius: 30px;
  overflow: hidden;
}
.song-card.st-1 .img-block {
  position: relative;
  overflow: hidden;
}
.song-card.st-1 .img-block img {
  border-radius: 30px;
  max-height: 350px;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.song-card.st-1 .img-block .wishlist-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .song-card.st-1 .img-block .wishlist-icon {
    top: 12px;
    right: 12px;
  }
}
.song-card.st-1 .img-block .wishlist-icon i {
  padding: 8px;
  color: #25A66B;
  font-size: 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(10px);
}
@media (max-width: 575px) {
  .song-card.st-1 .img-block .wishlist-icon i {
    padding: 4px;
    font-size: 18px;
  }
}
.song-card.st-1 .img-block .wishlist-icon i.fas {
  color: red;
}
.song-card.st-1 .img-block .box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-300px, -50%);
  transition: all 0.5s ease;
}
.song-card.st-1 .img-block .box-content a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.song-card.st-1 .img-block .box-content a .play-icon {
  position: relative;
  margin: 0 auto;
  border: 2px solid #25A66B;
  border-radius: 48px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
  margin-bottom: 8px;
}
.song-card.st-1 .img-block .box-content a .play-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #25A66B;
}
.song-card.st-1 .img-block .box-content a:hover .play-icon {
  border: 2px solid #0e5b37;
}
.song-card.st-1 .img-block .box-content a:hover .play-icon i {
  color: #0e5b37;
}
.song-card.st-1 .img-block .box-content a:hover h5 {
  color: #0e5b37;
}
.song-card.st-1 .img-block .content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 16px 16px;
}
.song-card.st-1 .img-block .content .top-row {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  justify-content: space-between;
}
.song-card.st-1 .img-block .content .top-row p {
  overflow: visible;
}
.song-card.st-1 .img-block .content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.song-card.st-1:hover .img-block img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.song-card.st-1:hover .img-block .box-content {
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.song-card.st-2 {
  overflow: hidden;
  border-radius: 29px 29px 0 0;
}
.song-card.st-2 .img-block {
  position: relative;
  overflow: hidden;
}
.song-card.st-2 .img-block img {
  border-radius: 30px 30px 0px 0px;
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.song-card.st-2 .img-block .wishlist-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.song-card.st-2 .img-block .wishlist-icon i {
  transition: all 0.5s ease;
  padding: 8px;
  color: #25A66B;
  font-size: 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(10px);
}
.song-card.st-2 .img-block .wishlist-icon i.fas {
  color: red;
}
.song-card.st-2 .img-block .box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-300px, -50%);
  transition: all 0.5s ease;
}
.song-card.st-2 .img-block .box-content a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.song-card.st-2 .img-block .box-content a .play-icon {
  position: relative;
  margin: 0 auto;
  border: 2px solid #25A66B;
  border-radius: 48px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
  margin-bottom: 8px;
  transition: all 0.5s ease;
}
.song-card.st-2 .img-block .box-content a .play-icon i {
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #25A66B;
}
.song-card.st-2 .img-block .box-content a:hover {
  transition: all 0.5s ease;
}
.song-card.st-2 .img-block .box-content a:hover .play-icon {
  transition: all 0.5s ease;
  border: 2px solid #0e5b37;
}
.song-card.st-2 .img-block .box-content a:hover .play-icon i {
  transition: all 0.5s ease;
  color: #0e5b37;
}
.song-card.st-2 .img-block .box-content a:hover h5 {
  color: #0e5b37;
}
.song-card.st-2 .content {
  padding: 24px 16px;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(180deg, rgba(27, 28, 30, 0.8) 0%, rgba(27, 28, 30, 0.48) 100%);
  backdrop-filter: blur(10px);
}
@media (max-width: 575px) {
  .song-card.st-2 .content {
    padding: 16px 12px;
  }
}
.song-card.st-2 .content .top-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  justify-content: space-between;
}
.song-card.st-2 .content .top-row p {
  overflow: visible;
}
.song-card.st-2 .content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.song-card.st-2:hover .img-block img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.song-card.st-2:hover .img-block .box-content {
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}

.slider-1 .song-card {
  margin: 0 24px 0 0;
  box-shadow: none;
}
@media (max-width: 520px) {
  .slider-1 .song-card {
    margin: 0px 4px;
  }
}

.slider-2 .song-card {
  margin: 0 24px 0 0;
  box-shadow: none;
}
@media (max-width: 520px) {
  .slider-2 .song-card {
    margin: 0px 4px;
  }
}

.trending-side-block {
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(27, 28, 30, 0.8) 0%, rgba(27, 28, 30, 0.48) 100%);
  backdrop-filter: blur(10px);
  padding-bottom: 32px;
}
.trending-side-block.st-2 {
  padding: 16px 0 32px;
}
.trending-side-block .playing {
  display: flex;
  padding: clamp(16px, 1.66vw, 42px);
  gap: clamp(16px, 1.25vw, 32px);
}
.trending-side-block .playing .img-block {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .trending-side-block .playing .img-block {
    width: 40%;
  }
}
@media (max-width: 400px) {
  .trending-side-block .playing .img-block {
    width: 40%;
  }
}
.trending-side-block .playing .img-block img {
  border-radius: 30px;
}
.trending-side-block .playing .img-block .wishlist-icon {
  position: absolute;
  top: clamp(12px, 0.833vw, 22px);
  right: clamp(12px, 0.833vw, 22px);
  cursor: pointer;
}
.trending-side-block .playing .img-block .wishlist-icon i {
  padding: clamp(6px, 0.5vw, 12px);
  color: #25A66B;
  font-size: clamp(16px, 1.25vw, 32px);
  border-radius: clamp(6px, 0.5vw, 12px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(10px);
}
.trending-side-block .playing .img-block .wishlist-icon i.fas {
  color: red;
}
.trending-side-block .playing .detail {
  flex-shrink: 0;
}
.trending-side-block .playing .detail .info {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: clamp(12px, 0.833vw, 22px);
}
.trending-side-block .playing .detail .btn-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: clamp(12px, 0.833vw, 22px);
}

.genres-card {
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(27, 28, 30, 0.8) 0%, rgba(27, 28, 30, 0.48) 100%);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.genres-card .content {
  padding-left: 24px;
}
.genres-card img {
  border-radius: 20px;
}

.artist-card {
  text-align: center;
  transition: all 0.5s ease;
}
.artist-card img {
  border-radius: 500px;
}

.artist-slider .artist-card {
  margin: 0 24px 0 0;
}
@media (max-width: 575px) {
  .artist-slider .artist-card {
    margin: 0 12px 0 0;
  }
}
@media (max-width: 370px) {
  .artist-slider .artist-card {
    margin: 0 4px;
  }
}
.artist-slider .artist-card:hover {
  transition: all 0.5s ease;
}

.play-list-card {
  border-radius: 20px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 11px 12px 36px 0px rgba(0, 0, 0, 0.1), 42px 49px 65px 0px rgba(0, 0, 0, 0.09), 95px 111px 88px 0px rgba(0, 0, 0, 0.05), 170px 198px 104px 0px rgba(0, 0, 0, 0.01), 265px 309px 114px 0px rgba(0, 0, 0, 0);
}
.play-list-card .img-block {
  position: relative;
}
.play-list-card .img-block img {
  border-radius: 20px;
}
.play-list-card .img-block .add-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  padding: 8px;
  padding-top: 5px;
  border-radius: 8px;
  background: rgba(185, 191, 202, 0.4);
  backdrop-filter: blur(10px);
}
@media (max-width: 575px) {
  .play-list-card .img-block .add-icon {
    padding: 4px;
  }
}
@media (max-width: 575px) {
  .play-list-card .img-block .add-icon {
    top: 12px;
    right: 12px;
  }
}
.play-list-card .img-block .add-icon-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-list-card .img-block h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
}

.playlist_tracks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
}
.playlist_tracks .add-icon {
  cursor: pointer;
  padding: 8px;
  padding-top: 5px;
  border-radius: 8px;
  background: rgba(185, 191, 202, 0.4);
  backdrop-filter: blur(10px);
}
@media (max-width: 575px) {
  .playlist_tracks .add-icon {
    padding: 4px;
  }
}

.songs-list {
  padding-right: 32px;
  position: relative;
  height: 474px;
  margin: 18px 16px 0px 32px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .songs-list {
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .songs-list {
    padding-right: 12px;
    margin: 12px 16px 0px 12px;
  }
}
@media (max-width: 492px) {
  .songs-list {
    padding-right: 12px;
    margin: 12px 8px 0px 12px;
    height: 310px;
  }
}
.songs-list::-webkit-scrollbar-track {
  background-color: #797D86;
}
.songs-list::-webkit-scrollbar {
  width: 2px;
  background-color: #797D86;
  cursor: pointer;
  margin-bottom: 32px;
}
.songs-list::-webkit-scrollbar-thumb {
  background-color: #0e5b37;
  border-radius: 10px;
}
.songs-list .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .songs-list .list-item {
    margin-bottom: 24px;
    gap: 16px;
  }
}
@media (max-width: 492px) {
  .songs-list .list-item {
    margin-bottom: 24px;
    gap: 16px;
  }
}
.songs-list .list-item .left-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .songs-list .list-item .left-block {
    gap: 12px;
  }
}
@media (max-width: 492px) {
  .songs-list .list-item .left-block {
    gap: 12px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .songs-list .list-item .left-block img {
    width: 40px;
  }
}
@media (max-width: 492px) {
  .songs-list .list-item .left-block img {
    width: 40px;
  }
}
.songs-list .list-item .right-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .songs-list .list-item .right-block {
    gap: 12px;
  }
}
@media (max-width: 492px) {
  .songs-list .list-item .right-block {
    gap: 12px;
  }
}
.songs-list .list-item .right-block .play {
  position: relative;
  border: 1px solid #0e5b37;
  border-radius: 24px;
  width: 24px;
  height: 24px;
}
.songs-list .list-item .right-block .play i {
  position: absolute;
  top: 46%;
  left: 56%;
  transform: translate(-50%, -50%);
  font-size: 11px;
}
@media (max-width: 1599px) {
  .songs-list .list-item .right-block .play i {
    top: 54%;
  }
}
.songs-list .list-item .right-block .play i.fa-pause {
  top: 45%;
  left: 50%;
}
.songs-list .list-item .right-block .wishlist-icon {
  cursor: pointer;
}
.songs-list .list-item .right-block .wishlist-icon i {
  color: #AFB1B6;
  font-size: 24px;
}
.songs-list .list-item .right-block .wishlist-icon i.fas {
  color: red;
}

.coming-soon-banner {
  background: url(../media/bg/coming-soon-bg.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
.coming-soon-banner .content {
  max-width: 495px;
  margin: 0 auto;
  display: grid;
  align-content: center;
  height: 716px;
}
@media (max-width: 1599px) {
  .coming-soon-banner .content {
    height: auto;
    padding: 64px 16px;
  }
}
@media (max-width: 992px) {
  .coming-soon-banner .content {
    padding: 48px 16px;
  }
}
@media (max-width: 767px) {
  .coming-soon-banner .content {
    padding: 32px 16px;
  }
}
@media (max-width: 575px) {
  .coming-soon-banner .content {
    padding: 24px 16px;
  }
}
.coming-soon-banner .content .detail {
  display: flex;
  gap: 32px;
  padding: 8px 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
  width: fit-content;
}
.coming-soon-banner .content .detail li:first-child {
  list-style: none;
}
.coming-soon-banner .content .detail li::marker {
  fill: #AFB1B6;
  color: #AFB1B6;
}
.coming-soon-banner .content .cus-btn {
  width: fit-content;
}

.login {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 991px) {
  .login {
    margin-top: 72px;
  }
}
@media (max-width: 767px) {
  .login {
    flex-direction: column;
  }
}
.login .form-area {
  width: 40%;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(27, 28, 30, 0.8) 0%, rgba(27, 28, 30, 0.48) 100%);
}
@media (max-width: 991px) {
  .login .form-area {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .login .form-area {
    width: 100%;
  }
}
.login .form-area .content {
  display: grid;
  height: 883px;
  align-content: center;
  width: 100%;
  padding: 24px;
  text-align: center;
}
@media (max-width: 1799px) {
  .login .form-area .content {
    height: 750px;
  }
}
@media (max-width: 1599px) {
  .login .form-area .content {
    height: 700px;
  }
}
@media (max-width: 1199px) {
  .login .form-area .content {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .login .form-area .content {
    max-width: 550px;
    margin: 0 auto;
    height: 600px;
  }
}
@media (max-width: 400px) {
  .login .form-area .content {
    padding: 16px;
  }
}
.login .form-area .content .link-button {
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 8px 16px;
  gap: 16px;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.32px;
}
.login .form-area .content .link-button.google {
  color: #1B1C1E;
  border: 1px solid #1B1C1E;
  background-color: #25A66B;
}
.login .form-area .content .link-button.facebook {
  color: #25A66B;
  border: 1px solid #797D86;
  background-color: #405A93;
}
.login .form-area .content hr {
  margin: 32px 16px;
  height: 1px;
  background-color: #AFB1B6;
}
.login .form-area .content form button {
  border: none;
  text-align: center;
  display: flex;
  justify-content: center;
}
.login .side-img {
  object-fit: cover;
  width: 60%;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .login .side-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .login .side-img {
    width: 100%;
  }
}

.signup {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 991px) {
  .signup {
    margin-top: 72px;
  }
}
@media (max-width: 767px) {
  .signup {
    flex-direction: column;
  }
}
.signup .form-area {
  width: 40%;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(27, 28, 30, 0.8) 0%, rgba(27, 28, 30, 0.48) 100%);
}
@media (max-width: 991px) {
  .signup .form-area {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .signup .form-area {
    width: 100%;
  }
}
.signup .form-area .content {
  display: grid;
  height: 883px;
  align-content: center;
  width: 100%;
  padding: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .signup .form-area .content {
    max-width: 550px;
    margin: 0 auto;
    height: 750px;
  }
}
@media (max-width: 400px) {
  .signup .form-area .content {
    padding: 16px;
  }
}
.signup .form-area .content .link-button {
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 8px 16px;
  gap: 16px;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.32px;
}
.signup .form-area .content .link-button.google {
  color: #1B1C1E;
  border: 1px solid #1B1C1E;
  background-color: #25A66B;
}
.signup .form-area .content .link-button.facebook {
  color: #25A66B;
  border: 1px solid #797D86;
  background-color: #405A93;
}
.signup .form-area .content .or {
  position: relative;
  display: flex;
  align-items: center;
}
.signup .form-area .content .or:before {
  content: "";
  height: 1px;
  background-color: #AFB1B6;
  width: 100%;
  margin: 0 10px;
}
.signup .form-area .content .or:after {
  content: "";
  height: 1px;
  background-color: #AFB1B6;
  width: 100%;
  margin: 0 10px;
}
.signup .form-area .content form button {
  border: none;
  text-align: center;
  display: flex;
  justify-content: center;
}
.signup .form-area .content .gender {
  display: flex;
  align-items: center;
  gap: 16px;
}
.signup .form-area .content .gender label {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.32px;
}
.signup .form-area .content .gender label input {
  margin-right: 8px;
}
.signup .form-area .content .gender label:has(input[type=radio]) {
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 16px;
  cursor: pointer;
}
.signup .form-area .content .gender label:has(input[type=radio]):not(.signup .form-area .content .gender label:has(input[type=radio]) ~ .signup .form-area .content .gender label:has(input[type=radio])) {
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
}
.signup .form-area .content .gender label:has(input[type=radio]) > input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #25A66B;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  margin-top: 5 px;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  cursor: pointer;
}
.signup .form-area .content .gender label:has(input[type=radio]) > input[type=radio]::before {
  content: "";
  width: 0.58em;
  height: 0.58em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #0e5b37;
}
.signup .form-area .content .gender label:has(input[type=radio]) > input[type=radio]::after {
  content: "";
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #0e5b37;
  opacity: 0;
  position: absolute;
  z-index: -1;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}
.signup .form-area .content .gender label:has(input[type=radio]) > input[type=radio]:is(:active):not(:checked)::after {
  background-color: #0e5b37;
}
.signup .form-area .content .gender label:has(input[type=radio]) > input[type=radio]:checked {
  border-color: #0e5b37;
}
.signup .form-area .content .gender label:has(input[type=radio]) > input[type=radio]:checked::after {
  opacity: 0;
}
.signup .form-area .content .gender label:has(input[type=radio]) > input[type=radio]:checked::before {
  transform: scale(2.4);
}
.signup .form-area .content .gender label:has(input[type=radio]) > input[type=radio]:checked:is(:hover, :focus)::after {
  background-color: #0e5b37;
}
.signup .form-area .content .gender label:has(input[type=radio]) > input[type=radio]:checked:is(:active)::after {
  background-color: #0e5b37;
}
.signup .form-area .content .gender label:has(input[type=radio]) > input[type=radio]:focus {
  outline: unset;
}
.signup .side-img {
  object-fit: cover;
  width: 60%;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .signup .side-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .signup .side-img {
    width: 100%;
  }
}

.release-banner {
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(90deg, #1B1C1E 0.27%, rgba(43, 69, 81, 0.4) 71.25%);
  backdrop-filter: blur(10px);
}
@media (max-width: 991px) {
  .release-banner {
    margin-top: 72px;
  }
}
@media (max-width: 575px) {
  .release-banner {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .release-banner h1 {
    margin-bottom: 24px;
  }
}
.release-banner .banner-slider .song-card {
  margin: 0 24px 0 0;
  box-shadow: none;
}

.artist-banner {
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(90deg, #1B1C1E 0.27%, rgba(43, 69, 81, 0.4) 71.25%);
  backdrop-filter: blur(10px);
}
@media (max-width: 991px) {
  .artist-banner {
    margin-top: 72px;
  }
}
@media (max-width: 575px) {
  .artist-banner {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .artist-banner h1 {
    margin-bottom: 24px;
  }
}
.artist-banner .banner-slider .artist-card {
  margin: 0 24px 0 0;
  box-shadow: none;
}

.artist-detail-banner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(90deg, #1B1C1E 0.27%, rgba(43, 69, 81, 0.4) 71.25%);
  backdrop-filter: blur(10px);
}
@media (max-width: 1199px) {
  .artist-detail-banner {
    align-items: stretch;
  }
}
@media (max-width: 991px) {
  .artist-detail-banner {
    margin-top: 72px;
  }
}
@media (max-width: 767px) {
  .artist-detail-banner {
    flex-direction: column;
  }
}
@media (max-width: 492px) {
  .artist-detail-banner {
    gap: 16px;
    padding: 16px;
  }
}
.artist-detail-banner .artist-img {
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .artist-detail-banner .artist-img {
    width: 40%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .artist-detail-banner .artist-img {
    width: 100%;
  }
}
.artist-detail-banner .content .verification {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(14, 91, 55, 0.15) 0%, rgba(14, 91, 55, 0) 100%);
  backdrop-filter: blur(6px);
  font-size: 14px;
  font-weight: 500;
  color: #0e5b37;
}

.artist-detail-banner .content .verification i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #0e5b37;  /* green circle */
  color: white;              /* white tick inside */
  font-size: 12px;
  font-weight: bold;
}

.artist-detail-banner .content p {
  max-width: 590px;
}
.artist-detail-banner .content .social-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.artist-detail-banner .content .social-links a {
  padding: 8px;
  border-radius: 12px;
  background: rgba(110, 70, 70, 0.41);
  backdrop-filter: blur(10px);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .filter-row {
    justify-content: center;
  }
}
.filter-row .tabs-bar {
  padding: 8px;
  background: #1B1C1E;
  border-radius: 15px;
}
.filter-row .tabs-bar .nav-tabs {
  border-bottom: none;
}
.filter-row .tabs-bar .nav-tabs .nav-item .nav-link {
  border: none;
  background-color: #1B1C1E;
  color: #25A66B;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.32px;
  border-radius: 10px;
  margin-bottom: 0;
}
.filter-row .tabs-bar .nav-tabs .nav-item .nav-link.active {
  background-color: #0e5b37;
}

@media (max-width: 991px) {
  .album-banner {
    margin-top: 72px;
  }
}
.album-banner .album-card {
  border-radius: 20px;
}
.album-banner .album-card .img-block {
  min-height: 350px;
  position: relative;
}
.album-banner .album-card .img-block img {
  border-radius: 20px;
  min-height: 350px;
  object-fit: cover;
}
.album-banner .album-card .img-block .wishlist-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .album-banner .album-card .img-block .wishlist-icon {
    top: 12px;
    right: 12px;
  }
}
.album-banner .album-card .img-block .wishlist-icon i {
  padding: 8px;
  color: #25A66B;
  font-size: 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(10px);
}
@media (max-width: 575px) {
  .album-banner .album-card .img-block .wishlist-icon i {
    padding: 4px;
    font-size: 18px;
  }
}
.album-banner .album-card .img-block .wishlist-icon i.fas {
  color: red;
}
.album-banner .album-card .img-block .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
}
.album-banner .album-card .img-block .content .duration {
  width: fit-content;
  padding: 4px 16px;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 11px 12px 36px 0px rgba(0, 0, 0, 0.1), 42px 49px 65px 0px rgba(0, 0, 0, 0.09), 95px 111px 88px 0px rgba(0, 0, 0, 0.05), 170px 198px 104px 0px rgba(0, 0, 0, 0.01), 265px 309px 114px 0px rgba(0, 0, 0, 0);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
}

.pagination-wrap {
  margin: 24px 0 0;
  text-align: center;
}
.pagination-wrap .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.pagination-wrap .pagination li a {
  width: 47px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.32px;
  text-align: center;
  color: #25A66B;
  border-radius: 10px;
  padding: 8px 0;
  display: block;
  background-color: #1B1C1E;
  border: none;
}
.pagination-wrap .pagination li a.arrow {
  font-size: 24px;
  padding: 2px;
}
.pagination-wrap .pagination li a.current {
  background-color: #0e5b37;
}
.pagination-wrap .pagination li a:hover {
  background-color: #0e5b37;
}
.pagination-wrap .pagination li a:focus {
  box-shadow: none;
}

.page-item:first-child .page-link {
  border: none;
  border-radius: 10px !important;
}
.page-item:first-child .page-link:hover {
  background-color: #0e5b37;
}
.page-item:last-child .page-link {
  border: none;
  border-radius: 10px !important;
}
.page-item:last-child .page-link:hover {
  background-color: #0e5b37;
}

/*# sourceMappingURL=app.css.map */
