/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
/* reset css end */
.a {
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
}

.text-primary {
    color: #aa3d22;
}

.text-white {
    margin-top: 5px;
    color: white;
}
.title-tags {
    font-size: 1.6rem;
    margin: 0.6rem 0;
    font-weight: 600;
}
/* Music card  */

.product-details {
    padding: 10px;
}

.cart {
    background: #fff;
}

.p-about {
    font-size: 12px;
}

.table-shadow {
    -webkit-box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.42);
    box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.42);
}

.type {
    font-weight: 400;
    font-size: 10px;
}

.credit-inputs {
    background: rgb(102, 102, 221);
    color: #fff !important;
    border-color: rgb(102, 102, 221);
}

.credit-inputs::placeholder {
    color: #fff;
    font-size: 13px;
}

.credit-card-label {
    font-size: 9px;
    font-weight: 300;
}

.line {
    border-bottom: 1px solid rgb(102, 102, 221);
}

.items {
    -webkit-box-shadow: 5px 5px 4px -1px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 4px -1px rgba(0, 0, 0, 0.08);
}

.spec {
    font-size: 11px;
}

.page-caption {
    padding-top: 170px;
    padding-bottom: 174px;
}

.page-title {
    font-size: 46px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.card-section {
    position: relative;
    bottom: 60px;
}

.card-block {
    padding: 20px;
}

/* Music card end */

.video-card img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.video-card {
    position: relative;
    height: 130px;
    width: 225px;
    border-radius: 10px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 30%);
    color: white;
    font-weight: bold;
    overflow: hidden;
}

.video-card-inner {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #211813, transparent);
}

.video-card-inner p {
    position: absolute;
    bottom: 0;
    margin: 8px;
}

.video-cards {
    overflow-x: scroll;
    overflow-y: visible;
    display: flex;
    padding-bottom: 8px;
}

.video-name {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.video-cards .video-card {
    min-width: 225px;
    margin: 0px 4px;
}

.video-card .season {
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.8em;
    padding: 2px;
    padding-left: 8px;
    position: absolute;
    top: 10px;
}

.badge {
    display: block;
    rotate: 45deg;
    width: 150px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: -40px;
    top: 20px;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.31);
}

.badge.ForYou {
    background: orangered;
}

.badge.New {
    background: goldenrod;
}

.two-cols {
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 8px;
    row-gap: 12px;
}

.two-cols .video-card {
    width: 100%;
    box-sizing: border-box;
}

.hero {
    margin: 32px 5px;
    background: #f5f5f5;
    text-align: center;
    border-radius: 10px;
    padding: 50px 15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 30%);
}

.hero h3 {
    font-size: 1.4em;
}

h2,
h3 {
    font-family: sans-serif;
    font-size: 25px;
}

.hero h3 span {
    color: #aa3d22;
    font-weight: bold;
}

.hero p {
    font-size: 0.8em;
    color: #666;
}

a {
    text-decoration: none;
    color: #333;
}

.video-card a {
    color: white;
}

.hero.video img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero.video {
    position: relative;
    object-fit: cover;
    height: 240px;
}

.hero .hero-footer {
    position: absolute;
    bottom: 18px;
    left: 8px;
    color: white;
    margin: 0;
    height: 80px;
}

.hero-footer h3 {
    margin-top: -12px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}

.hero-inner {
    background: linear-gradient(to top, #211813, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.description {
    white-space: pre-wrap;
}

.video-card-play {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4.8em;
    border-radius: 50%;
    background: rgba(206, 29, 29, 0.7);
    width: 84px;
    height: 84px;
    cursor: pointer;
    overflow: hidden;
    display: grid;
    place-content: center;
    animation: grow 1s infinite;
}

#app {
    margin-top: 22px;
}

.video-card-play:before {
    content: "";
    position: absolute;
    left: 32px;
    top: 26px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 27.7px;
    border-color: transparent transparent transparent #ffffff;
}

.video-card-play #video {
    top: 100px;
    left: 100px;
    position: absolute;
}

@keyframes grow {
    from {
        box-shadow: 0px 0px 1em #000;
    }

    to {
        box-shadow: 0px 0px 3em #000;
    }
}

.artist {
    text-align: center;
    font-weight: bold;
    margin: 8px;
}

.artist img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 16px;
}

.artists {
    overflow-y: scroll;
    display: flex;
    margin-left: -8px;
}

.album-card {
    position: relative;
}

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

.album-card-inner {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.album-card h2 {
    margin: 0;
    font-size: 1em;
}

.music-player {
    position: fixed;
    bottom: 64px;
    width: 100vw;
    left: 0;
    height: 160px;
    z-index: 100;
    background: linear-gradient(#2d3748, #000000);

    display: flex;
    padding: 0 24px;
    box-sizing: border-box;
}

.music-player .tools {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.music-player .shuffles {
    display: flex;
    float: right;
}

.music-player .info {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: white;
    line-height: 45px;
    font-size: 1.2em;
    height: 30px;
}

.music-player .info .i {
    white-space: nowrap;
    width: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 9px;
}

.music-player .tool {
    line-height: 50px;
    margin: 0 8px;
    color: white;
    text-align: center;
    width: 24px;
}

.tools .spacer {
    flex-grow: 1;
}

.music-player .tool.inactive {
    color: gray;
}

svg {
    pointer-events: none;
}

.seeker {
    position: absolute;
    top: -3px;
    height: 3px;
    width: 100%;
    left: 0;
    background: #4f5c79;
}

.seekbar {
    position: absolute;
    background: red;
    height: 3px;
    left: 0;
}

.playing {
    background: #eee;
}

.album-cards {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.album-cards .album-card {
    width: 120px;
    overflow: hidden;
}

.album-cards .album-card img {
    width: 120px;
    height: 120px;
}

.hero.album img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.hero.album {
    position: relative;
    height: 320px;
    width: 100%;
    overflow: hidden;
}

.music-player {
    display: none;
}

.video-card-play-with-time {
    position: absolute;
    top: 100px;
    right: 8px;
    color: white;
    background: chocolate;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
}

.hero-inner .rater {
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.rater {
    width: 32px;
    height: 32px;
    position: relative;
}

.rater.active::before {
    background: #ff5252;
}

.rater.active::after {
    background: #ff5252;
}

.info .active {
    color: #ff5252;
}

.rater::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    width: 16px;
    height: 24px;
    border-radius: 24px 16px 0 0;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
    background: gray;
}

.rater::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 24px;
    border-radius: 16px 24px 0 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
    background: gray;
}

.button {
    display: inline-block;
    border-radius: 8px;
    border: 3px solid white;
    font-size: 14px;
    background: #aa3d22;
    color: white;
    padding: 12px;
    font-weight: bold;
}

.entry-code-label,
.tel-box-label {
    width: 80%;
    max-width: 380px;
    margin: 24px auto 4px auto;
    text-align: left;
}

.tel-box-label label:nth-child(1) {
    width: 140px;
    display: inline-block;
}

.rate-select,
.tel-box input,
.tel-box select,
.input {
    border: 1px solid #999;
    height: 48px;
    padding: 4px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 5%;
    width: 90%;
    max-width: 380px;
    border-radius: 8px;
}

.tel-box select {
    border-radius: 8px 0 0 8px;
    border-right: none;
    width: 140px;
}

.tel-box input {
    width: calc(100% - 140px);
    border-radius: 0 8px 8px 0;
}

.text-center {
    text-align: center;
    margin-top: 5px;
}

.main-show > h2 {
    background: #ccc;
    color: #aa3d22;
    padding: 10px;
    font-weight: bold;
}

hr {
    margin: 0;
    padding: 0;
    opacity: 0.1;
}

.more {
    padding: 1.5%;
    margin: 0 4px;
    border: 3px solid #af6e59;
    font-weight: bold;
    text-align: center;
}

.more a {
    color: #000000;
}

.more:after {
    content: "👀";
}

.tags {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.tag {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 3px solid #af6e59;
    padding: 8px 4px;
    white-space: nowrap;
    margin: 8px 4px;
    width: 100%;
}

.tags a {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    font-size: 15px;
    color: #000000;
}

.tags span.material-symbols-outlined {
    font-size: 20px;
    margin-right: 5px;
}

.artist-circle {
    position: relative;
    top: -5em;
    left: 8em;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid #aa3d22;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.artist-circle span {
}

.radio {
    display: flex;
}

.radio label {
    width: 100%;
    color: #aa3d22;
    background: white;
    cursor: pointer;
    border: 1px solid #999;
    text-align: center;
    margin: 12px 0;
}

.radio label.active {
    background: #aa3d22;
    color: white;
}

.radio label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.radio label:last-of-type {
    border-radius: 0 4px 4px 0;
}

.search-box {
    width: 100%;
    display: flex;
}

.search-box input {
    border-radius: 10px 0 0 10px;
    border: 1px #999 solid;
    height: 32px;

    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
}

.search-box button {
    background: #aa3d22;
    color: white;
    border-radius: 0 10px 10px 0;
    height: 32px;
    box-sizing: border-box;
    border: 1px #999 solid;
    border-left: none;
    padding: 0 32px;
}

.music-tag img {
    width: 128px;
    margin: 8px;
}

.favorite {
    color: #ff5252;
}

.music-card {
    height: 48px;
    display: flex;
    padding: 4px;
    border-bottom: 1px solid #ddd;
    gap: 10px;
    line-height: 40px;
    position: relative;
}

.music-card img {
    width: 40px;
    height: 40px;
}

.music-card .thumbnail {
    flex-basis: 40px;
}

.music-card .title {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.music-card .artist {
    font-weight: normal;
    flex-basis: 200px;
}

.music-card .album {
    flex-basis: 200px;
}

.music-play {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(206, 29, 29, 0.7);
    margin-right: 10px;
    line-height: 32px;
    text-align: center;
    min-width: 32px;
}

.music-play i {
    color: white;
    display: flex;
    justify-content: center;
    align-content: center;
    pointer-events: none;
}

.rental-video {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background: whitesmoke;
    position: absolute;

    bottom: 16px;
    left: 16px;
}

.rental-music {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: whitesmoke;
    text-align: center;
    min-width: 32px;
}

.rental--downloaded {
    color: #0c5460;
    background: #20c997 !important;
}

@keyframes gradation {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 100%;
    }
}

/* ------------------------------------ Messages ----------------------------------- */

.error-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.error-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

/* ------------------------------------ loader css ----------------------------------- */
.content.blur {
    filter: blur(5px);
}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    backdrop-filter: blur(10px);
    transition: opacity 0.75s, visibility 0.75s;
    display: none;
}

.loader::after {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    border: 20px solid #dddddd;
    border-top-color: #aa3d22;
    border-radius: 50%;
    animation: loading 0.75s ease infinite;
    margin: auto;
}

@keyframes loading {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}

.badgeNew {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #aa3d22;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}

#log {
    -webkit-user-select: none;
    color: white;
}

.vc-switch {
    display: none !important;
}
/* ------------------------------   Market place Css ------------------------------- */
.title-market {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    margin-bottom: 10px;
    background-color: #d9d9d9;
    color: #121212;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: "Arial", sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.market-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.market-container {
    max-width: 100%;
    overflow-x: auto;
    border-radius: 10px;
}

.market-container .category-container {
    width: 100%;
    margin-bottom: 20px;
}
.market-container .category-container .category-content {
    width: calc(100% - 20px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.category-container .item-content {
    width: 100%;
    padding: 10px;
    text-align: center;
}
.category-container h3{
    margin: 10px 2px;
}

.market-container .item-link {
    display: inline-block;
    text-decoration: none;
    margin: 10px 5px 0 0;
    border: 1px solid black;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    width: calc(100% - 22px);
    height: 200px;
    overflow: hidden;
}
.market-container .item-link .item-image {
    width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: cover;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.market-container .item-content .item-info {
    margin-top: 5px;
    text-align: center;
}
.market-container .item-content .item-price {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .market-container .category-container .category-content {
        grid-template-columns: repeat(2, 1fr);
    }
    .market-container .item-link {
        width: 100%;
        height: 200px;
    }
    .market-container .item-content .item-price {
        font-size: 15px;
    }
}
.category-title {
    padding: 10px 0;
    margin: 0;
    display: block;
    font-size: 20px;
    font-weight: 600;
}
.all-categories-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}
.all-categories {
    display: flex;
    gap: 15px;
    margin: 20px 0;
}
.all-categories a {
    border-radius: 20px;
    background: rgba(143, 60, 36, 0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #202244;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    padding: .5rem 2rem;
}
.all-categories a:hover {
    transform: scale(1.05);
}
.all-categories a.category-selected {
    background-color: #8F3C24;
    color: #fff;
}

/* -------------------------------- Show css  -------------------------- */
.main-show {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}

.main-show .img-container {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.main-show .img-slider {
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.main-show .imgSlide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
}

.main-show .order {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 10px;
}
.main-show .order p {
    margin: 0;
    color: #716F6E;
    font-size: 15px;
    font-weight: 600;
    line-height: 22.5px;
}
.main-show .order .call-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    background-color: #8F3C24;
    color: #fff;
    font-weight: 800;
    padding: 10px 20px;
    border: 1px solid #8F3C24;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    font-size: 21px;
    line-height: 25.41px;
}

.main-show .order .contact {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    font-size: 18px;
    background-color: #c4c4c4;
    color: #000;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 10px;
    font-weight: 600;
    line-height: 25.5px;
}
.main-show > h3 {
    text-align: center;
}

.main-show .description {
    margin-top: 20px;
    align-items: flex-start;
    font-size: 20px;
}

.main-show .tags {
    margin-top: 10px;
}

.main-show .nav-buttons {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}
.main-show .productDetail h3{
    margin-top: 20px;
    font-size: 25px;
    font-weight: bold;
}
.main-show .productDetail h2{
    font-size: 18px;
    margin: 12px 0;
}
.main-show .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}
.main-show .prev-button {
    left: 10px;
}
.main-show .next-button {
    right: 10px;
}
.main-show .nav-button .material-icons-outlined {
    transform: rotate(0deg);
    font-weight: bold;
}
.main-show .link-container {
    width: 100%;
    align-items: left;
}

.main-show .content h4{
    margin-top: 8px;
    font-size: 23px;
    font-weight: bold;
}
.link-container a {
    display: inline-block;
    margin: 12px 3px;
    text-decoration: none;
    color: #181717;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .main-show {
        align-items: left;
    }
    .main-show > h3 {
        text-align: left;
    }
    .main-show .content {
        width: 100%;
        align-items: left;
    }
    .main-show .img-container {
        width: 100%;
    }
    .main-show p {
        font-size: 14px;
    }
    .main-show .description {
        font-size: 17px;
    }
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem .25rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: flex-start;
}
.breadcrumb-item {
    display: flex;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">";
}
.breadcrumb-item a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
}
.breadcrumb-item.active {
    color: #8F3C24;
}
