@font-face {
    font-family: ITC;
    src: url('../fonts/ITC-Avant-Garde-Gothic-Bold/ITC.otf') format('opentype');
}


/* defaults */


:root {
    /* Color Variables */
    --green: #759D61;
    --maroon: #BB2D35;
    --red: #FF000E;

    /* Size Variables */
    --font-size-small: 14px;
    --font-size-medium: 16px;
    --heading-large: 65px;

    /* Font Family Variables */
    --fp: 'Poppins';
    --fl: 'Lato';
}

a {
    transition: all 0.7s;
}

ul li a:hover {
    color: var(--green) !important;
}

p {
    font-family: var(--fl);
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: white;
}

h5 {
    font-family: var(--fl);
    font-size: 58.21px;
    font-weight: 800;
    line-height: 64.21px;
    text-align: left;
    color: var(--green);
    text-transform: uppercase;
}

.view-button {
    font-family: var(--fl);
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: white !important;
    background: var(--maroon);
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.9s;
    display: block;
    width: 220px;

}

.view-button:hover {
    background: var(--red);
    transform: translateY(-10px);
    /* Adjust the value to control the amount of upward movement */
}

.wrapper {
    overflow-x: hidden;
}

/* header starts here */
header {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
}

header ul li a {
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: white;
    text-decoration: none;
    text-transform: capitalize;
}

header .navigation>ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-icons ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-icons ul li a {
    margin: 0 15px;
    text-transform:capitalize;
}

.page-banner {
    position: relative;
    z-index: 1;
    top: 0;
}

/* .carousel-inner{
    position: relative;
    background-image: url('../images/her-banner.png');
    background-repeat: no-repeat;
 
} */
.inner-img {
    position: relative;
    z-index: 2;
}

.carousel-item {
    position: relative;
    z-index: 3;
}

.banner-dev {
    position: absolute;
    z-index: 4;
    width: 100%;
    top: 250px;
}

.banner-heading h4 {
    font-family: var(--fp);
    font-size: 50.03px;
    font-weight: 400;
    line-height: 60.03px;
    text-align: left;
    color: white;

}

h1 {
    font-family: var(--fp);
    font-size: 153.07px;
    font-weight: 700;
    line-height: 183.68px;
    letter-spacing: 14px;
    text-align: left;
    color: white;

}

.zombie-heading {
    display: flex;

}

.zombie-play {
    display: flex;
    align-items: baseline;
    margin-top: 50px;
    margin-left: 100px;
}

.zombie-play p {
    font-family: var(--fp);
    font-size: 50.03px;
    font-weight: 400;
    line-height: 60.03px;
    text-align: left;
    color: white;
}



@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.song-play {
    position: relative;
    width: 230px;
    left: 127px;
    z-index: 9;
    top: -60px;
}

.song-play .img-1 img {
    animation: rotateAnimation 30s linear infinite;
    /* Adjust the duration (5s) and animation timing function (linear) as needed */
}

.song-play .img-2 {
    position: absolute;
    top: 90px;
    left: 90px;
}

.music-line {
    position: absolute;
    z-index: 2;
    top: 60%;
}

.music-line img {
    width: 100%;
}

.carousel-control-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 87%;
    left: 10%;
    z-index: 99;
}

.carousel-control-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 87%;
    right: 84%;
    z-index: 99;
}

.carousel-control-prev,
.carousel-control-next {
    display: flex;
    align-items: center;
    position: absolute;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: #f4f9faa6;
    border: 1px solid white;
    border-radius: 10px;
    width: 50px;
    height: 50px;
}

.carousel-control-prev-icon i,
.carousel-control-next-icon i {
    position: relative;
    font-size: 20px;
    top: 14px;
}

.carousel-indicators {
    z-index: 5;
    width: 300px;
    /* right: 20%; */
    left: 63%;
    bottom: 8%;
    left: none;
    margin: 0;
    padding: 0;
}

.cd-player {
    position: absolute;
    display: flex;
    width: 100%;
    z-index: 5;
    bottom: -22%;
}

.cds {
    display: flex;
    align-items: center;
    justify-content: end;
}

.cd-img-2 {
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* gap: 0 50px; */
    background: #ffffff67;
    border-radius: 12px;
    position: relative;
    z-index: 5;
    top: 29px;
    left: -116px;
    padding: 15px;
    border: 1px solid var(--green);
}

.cd-img-2 h6 {
    font-family: var(--fl);
    font-size: 18.19px;
    font-weight: 600;
    text-align: left;
    margin: 0;
    color: white;

}

.cd-img-2 p {
    font-family: var(--fl);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin: 0;
    color: white;
}

.play-icon a {
    color: white;
    font-size: 24px;
    background: var(--green);
    border-radius: 50%;
    padding: 10px 13px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.cd-img-1 img {
    width: 587px;
    object-fit: contain;
}

.cd-img-1 {
    position: relative;
    z-index: 6;
}

.carousel-indicators [data-bs-target] {
    border-top: 0;
    border-bottom: 0;
    width: 45px;
    height: 6px;
    border-radius: 10px;
}

.carousel-indicators .active {
    opacity: 1;
    background: var(--maroon);
}

.about-div {
    position: relative;
    overflow: hidden;
}

.about-sec {
    background: url('../images/home.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 50px 0 20px 0;
}

.about-img {
    position: relative;
    left: 40px;
    z-index: 2;
}

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

.about-img .cd-1 {
    top: 0;
    position: absolute;
    width: 400px;
    height: 400px;
    object-fit: contain;
    z-index: 1;

}

.about-img .cd-2 {
    top: 20px;
    position: relative;
    width: 350px;
    height: 350px;
    object-fit: contain;
    z-index: 0;
    left: 35%;
}

.about-img .cd-2 img {
    animation: rotateAnimation 60s linear infinite;
}

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

.counter .c-1 h6 {
    color: white;
    font-family: var(flat);
    font-size: 56.51px;
    font-weight: 700;
    line-height: 79.11px;
    letter-spacing: -0.47088614106178284px;
    text-align: left;
}

.lower-abt {
    width: 80%;
    margin: 0 auto;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    /* width: 300px; */
    /* height: 300px; */
    /* object-fit: contain; */
}

.swiper-slide img {
    display: block;
    width: 400px;
    height: 400px;
    object-fit: contain;
}

.disc-img {
    width: 80%;
    position: relative;
    z-index: 5;
}

.description {
    position: relative;
    z-index: 2;
}

.disc-img img {
    width: 100%;
    position: relative;
    animation: rotateAnimation 60s linear infinite;
}

/* categrize starts here  */
.tab-section {
    margin: 50px 0;
}

.tab-section #pills-tab {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.tab-section .nav-link {
    color: white;
    border: 1px solid white;
    border-radius: 30px;
    text-align: center;
    width: 180px;
    padding: 10px;
    margin-right: 10px 15px;
    transition: all 0.7s;
    font-family: var(--family);
}

.tab-section .nav-link:hover {
    background: var(--maroon);
    border: 1px solid var(--maroon);


}

.tab-section .nav-link.active {
    background: var(--maroon);
    border: 1px solid var(--maroon);

}

.category-item {
    transition: all 0.9s;
    z-index: 0;
}

.category-item a {
    text-decoration: none;
}

.tab-section {
    position: relative;
    z-index: 4;
}

.category-content p {
    text-align: center;
    margin-bottom: 0;
}

.category-content .price {
    color: var(--red);
}

.category-item .category-img {
    height: 80%;
}

.category-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.category-item:hover {
    transform: scale(0.8);
}

.music img {
    width: 100%
}

.subcribe {
    margin: auto;
    width: 80%;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.103);
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.644);
}

.subcribe p,
.subcribe h5 {
    text-align: center;
}

.mail-input {
    width: 80%;
    margin: auto;
    position: relative;
}

.mail-input input {
    width: 100%;
    padding: 20px;
    border-radius: 50px;
    border: none
}

.mail-input input:focus {
    border: none;
    outline: none;
}

.mail-input button {
    width: 150px;
    position: absolute;
    right: 5px;
    padding: 15px;
    border-radius: 50px;
    background: var(--maroon);
    color: white;
    border: none;
    top: 5px;
    bottom: 5px;
    transition: all 0.9s;
}

.mail-input button:hover {
    background: var(--red);
}

/* footer starts here */
ul.footer-ul {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: end;
    margin: 0;
    padding: 0;

}

ul.footer-ul li a {
    color: white;
    text-decoration: none;
    margin: 0px 60px 0 0;
}

.footer-social {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-social li a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    margin-right: 15px;
}

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

.skel {
    position: absolute;
    z-index: 0;
    bottom: 200px;
    right: 0;
    animation: slideRightBack 15s ease-in-out infinite;
    /* Animation definition */
}


/* @keyframes slideRightBack {
    0% {
      transform: translateX(250px); 
    }
   
    40% {
      transform: translateX(0); 
    }
    60% {
      transform: translateX(0); 
    }
    80% {
      transform: translateX(250px);
    }
    100% {
        transform: translateX(250px); 
      }
  } */
.handy {
    position: absolute;
    z-index: 1;
    top: 2%;
}

.handy img {
    width: 100%;
    height: 570px;
    opacity: 0.3;
}

.sell-us {
    position: relative;
}

.sell-us-img {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    transform: rotateX(-180deg);
}

.sell-us-img img {
    width: 100%;
    height: 570px;
    opacity: 0.2;
    transform: rotate(180deg);
}

/* about page starts here */
.about-banner {
    background: url("../images/her-banner.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.about-page {
    background-image: url("../images/about-us.png") !important;
    background-repeat: no-repeat !important;
    background-position: top;
    position: relative;
}

.main-heading {
    margin: 300px 0 150px 0;
    text-align: center;
}

.about-d {
    width: 60%;
    margin: 0 auto;

}

.about-d p,
.about-d h5 {
    text-align: center;
}

.about-d a {
    display: block;
    margin: 0 auto;
}

.w-80 {
    display: flex;
    justify-content: center;
}

.w-80 img {
    width: 80%;
}

/* shop starts here */
.shop-div {
    padding: 50px 0;
}

.shop-div .shop-item {
    position: relative;
    margin: 20px 0
}

.shop-div .shop-img {
    position: relative;
}

.shop-div .shop-img::before {
    content: "";
    background: #00000024;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.shop-div .shop-img img {
    width: 100%;
    object-fit: cover;
}

.shop-div .shop-heading {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    text-transform: uppercase;
    font-size: 40px;
}

.shop-div .col-lg-7 img {
    height: 700px;
}

.shop-div .col-lg-5 img {
    height: 340px;
}

.shop-div .col-lg-6 img {
    height: 350px;
}

/* CONTACT STARTS HERE  */

.contact-sec {
    background-image: url("../images/contact.png") !important;
    background-repeat: no-repeat !important;
    background-position: top;
    padding: 50px 0;
    position: relative;
}

.contact-form {
    padding: 70px 70px 20px;
    border: 1px solid white;
    border-radius: 20px;
    margin: 0 0 50px 0;
}

.contact-form input,
.contact-form textarea {
    border: none;
    border-bottom: 1px solid white;
    background: transparent;
    color: white;
    padding: 10px;
    width: 100%;
    margin-top: 40px;

}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: white;
}

.contact-form button {
    width: 150px;
    padding: 10px 40px;
    margin: 30px auto;
    background-color: var(--maroon);
    color: white;
    border: none;
    border-radius: 50px;
    transition: all 0.7s;

}

.contact-form button:hover {
    background-color: var(--red);
}

/* records starts here */
.record-sec {
    position: relative;
    background: url("../images/Records.png");
    background-position: center;
    background-repeat: no-repeat;
    padding: 300px 0 0 0;
}

.record-sec h1 {
    text-align: center;
}

.record-item {
    transition: all 0.9s;
    z-index: 0;
    width: 95%;
}

.record-item a {
    text-decoration: none;
}

.record-content p {
    text-align: center;
    margin-bottom: 0;
}

.record-content .price {
    color: var(--red);
}

.record-item .category-img {
    height: 80%;
}

.record-content {
    height: 15%;
}

.record-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

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

/* movies section starts here */
.movies-sec {
    background: url("../images/pd.png");
    position: relative;
}

.movies-sec .movie {
    position: relative;

}

.m-items {
    padding: 200px 0 0 0;
}

body {
    margin: 0;
    padding: 0;
}

.smokey {
    height: 80vh;
    width: 54%;
    /* box-shadow: 0 0 10px #181b21; */
    /* background: black; */
    position: relative;
    position: absolute;
    right: 0;
    opacity: 0.8;
    z-index: 0;
}

.smokey img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sub-img {
    position: absolute;
    height: 480px;
    opacity: 0.2;
    transform: rotate(180deg);
    bottom: -5%;
    right: 0;
}

.sub-img img {
    width: 100%;
    height: 100%;
}

.inner-shop {
    position: relative;
}

.inner-column {
    position: relative;
    z-index: 2;
}

.radio-1 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    animation: moveRightAndBack 20s ease-in-out infinite;
    animation-delay: 3s;
}
.batman {
    top: 15% !important;
}
@keyframes moveRightAndBack {
    0% {
        left: 0;
    }

    35% {
        left: -20%;
    }

    70% {
        left: -50%;
    }

    100% {
        left: 0;
    }
}

.radio-4 {
    position: absolute;
    z-index: 2;
    top: 70%;
    left: 0;
    animation: moveRightAndBack 20s ease-in-out infinite;
    animation-delay: 7s;
}

@keyframes moveRightAndBack {
    0% {
        left: 0;
    }

    35% {
        left: -20%;
    }

    70% {
        left: -50%;
    }

    100% {
        left: 0;
    }
}

.radio-2 {
    position: absolute;
    z-index: 2;
    top: 20%;
    right: 0;
    animation: moveLeftAndBack 20s ease-in-out infinite;
}

@keyframes moveLeftAndBack {
    0% {
        right: 0;
    }

    35% {
        right: -20%;
    }

    70% {
        right: -50%;
    }

    100% {
        right: 0;
    }
}

.radio-3 {
    position: absolute;
    z-index: 2;
    top: 60%;
    right: 0;
    animation: moveLeftAndBack 20s ease-in-out infinite;
    animation-delay: 6s;
}

@keyframes moveLeftAndBack {
    0% {
        right: 0;
    }

    35% {
        right: -20%;
    }

    70% {
        right: -50%;
    }

    100% {
        right: 0;
    }
}

.sub-2 {
    bottom: 20% !important;
}

header a.btn.dropdown-toggle {
    color: white;
}

header a.btn.dropdown-toggle.active {
    border: none !important;
}

header ul.dropdown-menu.show {
    border: 1px solid white;
    background: transparent;
    border-radius: 0;
    margin-top: 5px !important;

}

header ul.dropdown-menu.show li {
    padding: 10px 0;
    border-bottom: 1px solid white;
}

header ul.dropdown-menu.show li:last-child {
    border: none;
}

header ul.dropdown-menu.show li a {
    color: white;
}

header ul.dropdown-menu.show li a:hover {
    background: none;
}


/* cart start6s ehre */
.cart-sec {
    background: url('../images/Cart.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.cart-div {
    margin: 200px 0;
    border-radius: 20px;
    border: 1px solid grey;
    padding: 50px;
    background: rgba(0, 0, 0, 0.35);
}

.cart-div a {
    text-decoration: none;
}

.cart-header {
    border-bottom: 1px solid white;
    font-family: var(--fp);
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
    color: white;
}

.cart-div h5 {
    color: white;
    font-family: var(--fp);
    font-size: 23px;
    font-weight: 700;
    line-height: 27.6px;
    text-align: left;

}

.cart-div p {
    color: white;
    font-family: var(--fp);
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;

}

.cart-item {
    background:
        rgba(20, 20, 20, 1);
    border-radius: 20px;
    padding: 20px;
}

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

ul.quantity-list li {
    font-size: 15px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: left;
    color: white;
    padding: 8px 12px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.delte-icon {
    cursor: pointer;
}

.check-details {
    padding: 15px;
    border-radius: 20px;
    border: 1px solid white;
    background:
        rgba(49, 49, 49, 1);
}

.payment-img {
    width: 100%;
    border-radius: 5px;
}

.cart-label,
.cart-input {
    font-family: var(--fp);
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
    color: white;
    margin: 5px 0;
}

.cart-input {
    padding: 10px;
    border-radius: 5px;
    background: black;
    border: none;
    outline: none;
}

.purple-hr {
    border-bottom: 1px solid #5F65C3;
    margin: 0;
}

.row.cart-total {
    padding: 15px
}

.cart-submit {
    width: 100%;
    padding: 15px;
    color: white;
    background: var(--maroon);
    border-radius: 10px;
    border: none;
    font-family: var(--fp);
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;

}

/* login starts */
.login {
    margin: 250px 0 100px 0;
    position: relative;
    z-index: 2;
}

.form-logo {
    width: 130px;
    height: 160px;
    object-fit: contain;
}

.form-logo img {
    width: 100%;
    height: 100%;
}

.login-form {
    background-color: #141414;
    padding: 0 50px;
}

.login-heading {
    color: white;
    font-family: var(--fp);
    font-size: 44px;
    font-weight: 400;
    line-height: 51.33px;
    letter-spacing: -0.06em;
    text-align: center;

}

.login-para {
    color: white;
    font-family: var(--fp);
    font-size: 12.83px;
    font-weight: 400;
    line-height: 18.33px;
    text-align: center;

}

.social-log {
    width: 100%;
    background: white;
    padding: 10px;
    height: 50px;

}

.social-log a {
    text-decoration: none;
}

.social-log img {
    width: 20px;
    height: 20px;
}

.social-log p {
    color: black;
    font-size: 14.67px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    font-family: var(--fp);
}

.liner {
    position: relative;
    padding: 20px 0;
    margin: 10px 0;
}

.liner-text {
    position: absolute;
    top: 0;
    left: 28%;
    z-index: 1;
    background: #141414;
    color: white;
    padding: 10px 20px;
    font-family: var(--fp);
    font-size: 12.83px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;

}

.liner-line {
    border: 1px solid white;
    position: relative;
    z-index: 0;
}

.login-label {
    font-family: var(--fp);
    font-size: 12.83px;
    font-weight: 500;
    line-height: 18.33px;

    color: white;
}

.login-input {
    font-family: var(--fp);
    font-size: 12.83px;
    font-weight: 500;
    line-height: 18.33px;
    color: white;
    padding: 10px;
    background: #313131;
    border: 1px solid white;

}

.pass-input {
    position: relative;
}

.pass-input i {
    position: absolute;
    font-size: 20px;
    color: #b4b3b3;
    right: 10px;
    top: 8px;
}

.remember label {
    font-family: var(--fp);
    font-size: 12.83px;
    font-weight: 500;
    line-height: 18.33px;

    color: white;
}

.login-form .forgot {
    text-decoration: none;
    color: var(--red);
    font-family: var(--fp);
    font-size: 12.83px;
    font-weight: 500;
    line-height: 18.33px;
}

.login-button {
    background: var(--maroon);
    padding: 10px;
    font-family: var(--fp);
    font-size: 12.83px;
    font-weight: 500;
    line-height: 18.33px;
    border: none;
    color: white;
}

.login-last {
    color: white;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.33px;
    text-align: center;

}

.login-last a {
    text-decoration: none;
    color: white;
    font-weight: 600;
}

.login-img {
    height: 770px;
}

.login-img img {
    object-fit: cover;
}

/* music starts here */
.cart-sec .music {
    margin: 250px 0 100px 0;
}

.music-slider {
    width: 100%;
}

.music-slider .swiper-slide {
    background: #141414;
    border-radius: 20px;
}

.music-slider .swiper-slide img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 10px auto;
}

.music-content {
    padding: 15px 0;
}

.music-content h5,
.genre-content h5 {
    font-family: var(--fp);
    font-size: 22px;
    font-weight: 700;
    line-height: 26.4px;
    text-align: center;
    color: white;
}

.music-content p {
    font-family: var(--fp);
    font-size: 17.87px;
    font-weight: 400;
    line-height: 21.44px;
    text-align: center;
    color: white;
}

.genre-slider {
    height: 400px;
}

.genre-slider .swiper-slide {
    position: relative;
    width: 300px;
}

.genre-slider .swiper-slide .genre-img {
    position: relative;
    z-index: 0;
}

.genre-slider .swiper-slide .genre-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.genre-slider .swiper-slide .genre-content {
    position: absolute;
    bottom: -10px;
    padding: 10px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.623);
    width: 100%;
}

.genre-content h5 {
    text-align: left;
}

.swiper-slide a {
    text-decoration: none;
}

.album-slider {
    height: 400px;
}

.album-slider a {
    text-decoration: none;
}

.album-slider .swiper-slide {
    position: relative;
    width: 300px;
}

.album-slider .swiper-slide .genre-img {
    position: relative;
    z-index: 0;
    height: 100%;
}

.album-slider .swiper-slide .genre-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.album-slider .swiper-slide .genre-content {
    position: absolute;
    bottom: 0;
    padding: 15px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.623);
    width: 100%;
}

.album-slider .swiper-slide .genre-content i {
    color: black;
    padding: 10px 15px;
    border-radius: 50%;
    background: white;
    position: absolute;
    right: 20px;
    top: -20px;
}

.album-slider h6 {
    font-family: var(--fi);
    color:
        rgba(239, 47, 98, 1);
    font-size: 15px;
    font-weight: 600;
    line-height: 12px;
    text-align: left;

}

.album-slider h5 {
    text-align: left;
    font-family: var(--fi);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;

}

.album-slider p {
    font-family: var(--fi);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: rgba(152, 152, 166, 1);
    background: transparent;
}

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

.artist {
    padding-top: 270px;
    background: url('../images/Cart.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.artist-search {
    width: 60%;
    margin: 0 auto;
    background: rgb(54 53 53);
    padding: 10px;
    border-radius: 60px;
}

.artist-search form>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.artist-search form>ul .dropdown-toggle {
    background: transparent;
    border: none;
    padding: 10px 30px;

    border-right: 1px solid white;
    border-radius: 0;
}

.artist-search form>ul button[type="submit"] {
    background: red;
    padding: 10px 30px;
    border: none;
    color: white;
    border-radius: 20px;
}

.artist-about {
    margin: auto;
}

.artist-about h4 {
    font-family: var(--fp);
    font-size: 96px;
    font-weight: 700;
    text-align: left;
    color: white;
}

.artist-about p {
    font-family: var(--fp);
    font-size: 22px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: white;
}

.artist-tab #artist-list {
    display: flex;
    justify-content: start !important;
}

.nav-pills .nav-item {
    margin-right: 20px;
}

.artist-tab .nav-item .nav-link {
    width: 150px;
    padding: 5px;
}

.songs-list p {
    /* margin: auto; */
    /* height: 100%; */
}

.songs-list {
    background: rgba(20, 20, 20, 1);
    padding: 10px 20px;
    border-radius: 20px;
}

.list-item .song-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-item .song-img img {
    width: 70px;
    height: 70px
}

.song-no {
    font-family: var(--fi);
    font-size: 40px;
    font-weight: 500;
    line-height: 48.41px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-top: 20px;
}

.song-name {
    font-family: var(--fi);
    font-size: 26px;
    font-weight: 500;
    line-height: 31.47px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-top: 30px;
}

.song-play-time {
    font-family: var(--fi);
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 30px;

}

.play-button i {
    font-size: 34px;
    color: white;
    cursor: pointer;
    ;

}

.download-button i {
    margin-top: 28px;
    font-size: 34px;
    color: white;
    cursor: pointer;
}

.pslider-main{
    font-family: Arial;
    width: 500px;
    display: block;
    margin: 0 auto;
}
.slider-for img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slider-for{
    height: 400px;
    width: 100%;
}
.slider-nav{
    height: 400px;
}
.slider-nav div{
    height: 150px;
}
.slider-nav img{
    width: 100%;
    height: 120px;
    object-fit: contain;
}
.produc-single{
    padding: 280px 0 0 0 !important;
}
.ratings {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ratings li i {
color: rgba(255, 153, 0, 1);
font-size: 30px;
}
.detail-item {
  padding: 20px;
    margin: 20px 0;
}
.detail-item li{
    font-family: var(--fp);
    font-size: 18px;
    font-weight: 400;
    line-height: 31.86px;
    text-align: left;
    color: white;
    margin: 10px 0 ;
    
}
 #plus-minus li{
        padding: 12px 16px !important;
}
.sp-price{
    font-family: var(--fp);
font-size: 36px;
font-weight: 800;
line-height: 50.4px;
text-align: left;
color: var(--maroon);
}
.p-cart {
    color: white;
    padding: 10px 30px;
    background: var(--maroon);
    font-family: var(--fi);
font-size: 13px;
font-weight: 500;
line-height: 15.73px;
text-align: left;

text-decoration: none;

}
#product-tab{
    display: flex;
   justify-content: center;
   width: 100%;
   border-bottom: 2px solid white;
  
}
#product-tab .nav-link{
    background: transparent;
    color: white;
    border: none;
    border-radius: 30px;
    text-align: center;
    width: 180px;
    padding: 11px;
    position: relative;
    top: 3px;
    margin-right: 15px;
    transition: all 0.7s;
    font-family: var(--family);
    border-radius: 0;
}
#product-tab .nav-link.active{
    border-bottom: 4px solid var(--maroon);
}
.tab-detail{
    width: 70%;
    margin: 20px auto;
}
.tab-detail p {
    font-family: var(--fi);
font-size: 18px;
font-weight: 300;
line-height: 32px;
text-align: left;

}
.sp-slider .category-item{
    height: 400px;
    width: 300px !important;
    margin: 0 30px;
}
.sp-slider .category-content p{
    font-family: var(--fl);
font-size: 14px;
font-weight: 400;
line-height: 24.02px;
text-align: center;

}