/* .artowork-page,
.artowork-page * :not(.swiper-pagination, .pagination-wrap, .upcoming-drop-wrap, .artwork-title, .mfp-content, .navbar, .navbar *) {
    -webkit-transform: translate3d(0, 0, 0);
} */

.swiper-button-nav-wrap {
    z-index: 11;
    position: relative;
}

.art-sv-head {
    display: flex;
    justify-content: space-between;
}

.art-sv-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.art-sv-img {
    border: 5px solid #94FFC4;
    border-radius: 30px;
    overflow: hidden;
    height: 270px;
    width: 270px;
}

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

.art-sv-heading h3 {
    color: #000;
    /* font-size: 46px; */
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.art-sv-heading p {
    color: #8D8D8D;
    /* font-size: 20px; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.art-sv-wrap {
    position: relative;
    padding-bottom: 60px;
}

.art-sv-right {
    gap: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.art-sv-number-box h4 {
    color: #8D8D8D;
    font-family: Montserrat;
    /* font-size: 20px; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 28px;
}

.art-sv-number-box h2 {
    color: #000;
    font-family: Cinzel;
    /* font-size: 34px; */
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.art-sv-numbers {
    display: flex;

}

.art-sv-number-box {
    padding-right: 48px;
    margin-right: 48px;
    border-right: 1px solid #CFCFCF;
}

.art-sv-number-box:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.art-black-btn {
    position: static;
}

.art-black-btn .anim-btn.black {
    min-width: 200px;
    width: 100%;
}


.art-black-btn .anim-btn.black::after {
    display: none;
}

.art-sv-wrap .d-container {
    position: relative;
}

.art-sv-wrap .container {
    position: relative;
}


.art-sv-head {
    position: absolute;
    width: 100%;
    top: -90px;
}

.art-sv-heading {
    transform: translateY(50px);
}

.art-sv-numbers {
    transform: translateY(-60px);
}

.art-black-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.art-sv-content {
    padding-top: 250px;
}


.art-sv-comm-head {
    color: #000;
    margin-bottom: 26px;
    font-family: Cinzel;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.art-sv-comm-txt p {
    color: #585353;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 16px;
}

.d-show-btn {
    color: #51b289;
    font-weight: 500;
    display: inline-block;
    margin-left: 8px;
}


.art-sv-content-left {
    max-width: 860px;
    padding-right: 69px;
    border-right: 1px solid #CFCFCF;
    width: 100%;
}

.art-sv-content-right {
    flex-shrink: 0;
}

.art-sv-content-right ul li a {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 16px;
}

.col-sv-content .art-sv-content-right ul li a {
    margin-top: 0;
}

.art-sv-content-right ul li a svg path {
    transition: 0.3s;
}

.art-sv-content-right ul li a:hover svg path {
    fill: #94FFC4;
}

.art-sv-content-right ul li a:hover {
    color: #94FFC4;
    font-weight: 500;
}

.art-sv-content {
    display: flex;
    gap: 80px;
}

.art-sv-collections {
    background: #FEFBF6;
    padding: 50px 0 100px;
}

.art-sv-collections .art-sv-comm-head {
    padding-bottom: 24px;
    margin-bottom: 18px;
    border-bottom: 1px solid #E2E2E2;
}

.asc-tab-list {
    margin-bottom: 40px;
    display: flex;
}

.asc-tab-list li {
    margin-right: 40px;
}

.asc-tab-list li a {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.asc-tab-list li a span {
    border-radius: 10px;
    background: #000;
    color: #94FFC4;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding: 3px 12px;
}

.asc-box {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
    height: 100%;
}

.asc-bottom {
    padding: 24px;
}

.asc-name-tag {
    display: flex;
    align-items: center;
    gap: 14px;
}

.asc-name-tag h4 {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.asc-small-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
}

.asc-small-img img {
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #94FFC4;
    border-radius: 50%;
}

.asc-col-name h4 {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 10px;
}

.asc-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 20px;
}

.asc-bottom-days p {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.asc-bottom-days {
    flex-shrink: 0;
}

.asc-img {
    width: 100%;
    height: 350px;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    overflow: hidden;
}

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

.art-sv-collections {
    overflow: hidden;
}





.art-sv-mt-24 {
    margin-top: 24px;
}







.csv-wrap {
    height: 345px;
    width: 100%;
    overflow: hidden;
    position: relative;
    /* margin-bottom: 30px; */
}

.csv-collect-btn {
    height: 80px;
    display: flex;
    justify-content: center;
    background: #000;
    padding: 0 20px;
    align-items: center;
}

html.has-scroll-smooth {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.csv-collect-btn .custom-button {
    height: 50px;
    line-height: 50px;
}

.csv-collect-btn .custom-button:hover p {
    color: #94FFC4;
    line-height: 60px;
}

.csv-collect-btn .custom-button {
    max-width: 276px;
    margin: 0 auto;
    text-transform: uppercase;
}

.csv-collect-btn.collected .custom-button:hover p {
    color: #FF0000;
}

.csv-collect-btn.collected .custom-button:hover::before {
    border-color: #FF0000;
}

.csv-collect-btn.collected .custom-button {
    background: #333;
}

.csv-collections {
    overflow: hidden;
}

.csv-collections .f-col {
    margin-bottom: 30px;
}

.csv-bg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;

}

.csv-bg-img::after {
    position: absolute;
    height: 100px;
    width: 100%;
    content: "";
    background: #000;
    opacity: 1;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -17.88%, rgba(0, 0, 0, 0) -3.88%, rgba(0, 0, 0, 0.54) 25.91%, rgba(0, 0, 0, 0.66) 44.73%, rgba(0, 0, 0, 0.94) 98.06%)
}

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

.csv-wrap {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0;
}

.csv-wrap .csv-btn-left {
    flex: auto;
}

.csv-wrap .csv-btn-right {
    flex: auto;
}

.csv-top {
    position: relative;
}

.avail-tag p {
    color: #94FFC4;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    border-radius: 9px;
    border: 0.5px solid #94FFC4;
    padding: 8px 16px;
    width: max-content;
    font-family: Montserrat;
    background: rgba(11, 11, 11, 0.77);
}

.collected .avail-tag p {
    color: #FF0000;
    border: 0.5px solid #FF0000;
}

.csv-bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #fff;
    gap: 20px;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}

.extra-content {
    height: 100%;
}

.csv-btn-left h3 {
    color: #FFF;
    font-family: Cinzel;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 14px;
}

.csv-btn-left h4 {
    color: #94FFC4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    font-family: Montserrat;
}

.csv-btn-left h4 img {
    width: 21px;
    height: 21px;
    margin-right: 8px;
}

.csv-btn-left {
    flex: 1;
}

/* .csv-bottom .csv-btn-left {
    flex: 1;
} */

.csv-btn-right {
    text-align: right;
    flex: 1;
}

.csv-bottom .button {
    flex: 1;
    white-space: nowrap;
}


.csv-btn-right h3 {
    color: #94FFC4;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}

.csv-btn-right h4 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}

/* .collected-wrap {
    display: none;
}

.collected .collected-wrap {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(148, 255, 196, 90%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.collected-wrap p {
    color: #FFF;
    transform: rotate(-45deg);
    text-align: center;
    font-family: Cinzel;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
}

.csv-head-img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 5px 4px rgba(0, 0, 0, 0.4)
}

.csv-head-img img {
    width: 100%;
    height: 100%;
}

.csv-head h3 {
    color: #000;
    font-family: Montserrat;
    /* font-size: 24px; */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

.csv-share path {
    transition: 0.3s;
}

.csv-share:hover path {
    fill: #94FFC4
}

.csv-head {
    display: flex;
    align-content: center;
    gap: 20px;
    margin-bottom: 28px;
}

.csv-card {
    background: #FFF;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.10);
    padding: 24px;
    max-width: 454px;
}

.csv-card-img {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.11);
    margin-bottom: 18px;
}

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

.csv-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.csv-card .art-sv-comm-txt p {
    text-align: center;
    font-size: 14px;
}

.csv-card h3 {
    color: #000;
    font-family: Cinzel;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 18px;
}

.csv-card h4 {
    color: #989898;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.csv-card-detail h3 {
    color: #8D8D8D;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.csv-card-detail h4 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px
}

.csv-card-details {
    width: 100%;
    margin-top: 36px;
}

.csv-card-details .f-col {
    padding: 0 5px;
}

.csv-collections {
    padding: 50px 0 100px;
    background: #FEFBF6;
}

.csv-col-tabs a {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
}

.csv-col-tabs ul {
    display: flex;
    gap: 36px;
}

.csv-col-tabs {
    padding-bottom: 8px;
    width: 100%;
    border-bottom: 1px solid #E2E2E2;
    display: flex;
    justify-content: space-between;
}

.csv-col-counts {
    display: flex;
}

.csv-col-counts p {
    color: #1A1A1A;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    border-radius: 5px;
    background: #94FFC4;
    padding: 8px 24px;
    margin-right: 8px;
}

.csv-col-counts-btm {
    margin: 18px 0 40px;
}

.csv-col-counts .counts-white {
    background: #FFF;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.10);
}

.csv-col-counts .counts-transparent {
    color: #AEAEAE;
    background: transparent;
}

.csv-col-tabs li.active a {
    color: #000;
    font-weight: 600;
    position: relative;
}

.csv-col-tabs li.active a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #94FFC4;
    left: 0;
    bottom: 0;
    transform: translateY(32px);
}

.csv-col-tabs a {
    color: #8D8888;
}

.csv-collections .art-sv-comm-head {
    margin-bottom: 20px;
}

.artwork-view .artwork-right {
    margin-top: 40px;
}

.artwork-right ul {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.artwork-right svg:hover path {
    fill: #94FFC4
}

.artwork-right h4 {
    color: #000;
    font-family: Cinzel;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.artwork-view-wrap li a {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 20px;
    display: block;
}

.artwork-view {
    padding: 40px 0;
}

.artwork-section {
    padding-bottom: 100px;
}

.artwork-social ul {
    display: flex;
    gap: 12px;
}

.tab-content {
    display: none;
}

.tab-content-1 {
    display: block;
}













.ap-wrap {
    background: #fff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.10);
    padding: 26px 40px;
}

.ap-detail {
    margin-bottom: 26px;
}

.ap-detail h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.ap-detail h4 {
    color: #827E7E;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.ap-head {
    color: #000;
    margin-bottom: 12px;
    font-family: Cinzel;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.artwork-banner {
    padding: 160px 0 75px;
    background: #FEFBF6;
    overflow: hidden;
}

.mfp-zoom-out-cur {
    overflow: hidden;
}

.mfp-bg {
    height: 100vh;
}

.ap-collect-btn .button {
    width: 100%;
    height: 70px;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.3s;
}

.ap-collect-btn .button:hover {
    color: #94ffc4;
    background: #000;
    border: 2px solid #94ffc4;
}

.swiper-button-nav-wrap {
    max-width: 1005px;
    margin: auto;
    position: relative;
    top: -360px;
}

.swiper-button-nav-wrap .swiper-button-next {
    right: 10px;
}

.swiper-button-nav-wrap .swiper-button-next::after {
    color: #fff;
}

.swiper-button-nav-wrap .swiper-button-prev::after {
    color: #fff;
}

.swiper-button-nav-wrap .swiper-button-prev {
    left: 60px;
}

.artwork-image {
    display: block;
    height: 100%;
    width: 100%;
    max-height: 630px;
    max-width: 1005px;
    margin: auto;
    padding-left: 50px;
}

.artwork-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

.mfp-figure {
    position: relative;
    bottom: 10px;
    /* right: 64px; */
}

.artwork-mfp .mfp-close {
    width: 45px;
    right: 40px;
    top: 40px;
    font-size: 0;
    opacity: 1;
}

.mfp-gallery .mfp-image-holder .mfp-close {
    width: 45px;
    right: 40px;
    top: 40px;
    font-size: 0;
    opacity: 1;
}


.mfp-close::before {
    content: url(../img/minimize.svg);
    position: absolute;
    bottom: 0;
    right: 0;
    filter: drop-shadow(2px 1px 1px #000);
}

.artwork-social {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.artowrk-card {
    padding: 0;
    overflow: hidden;
}

.artowrk-card-top {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.artwork-social {
    background: #010101;
    padding: 26px 0;
}

.artwork-social h4 {
    color: #FFF;
    font-family: Cinzel;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 18px;
}

.artwork-social svg {
    height: 28px;
    width: 28px;
}





/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}

/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}


/*

for zoom animation
uncomment this part if you haven't added this code anywhere else

*/

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 1;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

img.mfp-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mfp-figure figure {
    max-height: none;
    height: auto;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #94FFC4;
    background: #000;
}

.mfp-bg {
    background-image: url(../img/csv-img.jpg);
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.mfp-bg::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
}






.activity-table {
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    /* background: #FEFBF6; */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
}

.activity-table td {
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px
}

.activity-table tr:nth-child(even) {
    background: #FFF;
}

.activity-table td {
    padding: 32px;
}


.activity-head {
    width: 100%;
}

.activity-table th {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding: 28px;
    text-align: left;
}

.table-wrap {
    width: 100%;
}


.social-icons-banner {
    display: flex;
    position: absolute;
    bottom: 30px;
    right: 48px;
    gap: 16px;
}

.social-icons-banner svg {
    height: 28px;
    width: 28px;
    transition: 0.5s;
}

.social-icons-banner svg:hover {
    transform: scale(1.1);
}

.resize-icon {
    position: absolute;
    bottom: 36px;
    right: 64px;
}

.artwork-image {
    position: relative;
    overflow: hidden;
}






.art-sv-head .anim-btn {
    border-radius: 30px;
}

.col-sv-content {
    padding-top: 100px;
}

.csv-card h4 .hashtags {
    color: #000;
    background: #fff;
    padding: 4px 8px;
    border-radius: 38px;
    font-size: 14px;
    border: 1px solid #51b289;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);

    color: #989898;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* text-shadow: 0 -5px #ccc; */
}

.mfp-image-holder .mfp-content {
    width: auto;
}

.csv-card-swiper,
.artwork-card-swiper {
    max-width: 474px;
}

.csv-card-swiper .swiper-slide {
    padding: 0 20px;
}

.artwork-card-swiper.swiper-slide {
    padding: 20px;
}


.artwork-card-swiper .swiper-pagination {
    top: 40px;
    left: auto;
    right: 40px;
    width: auto;
    height: auto;
    bottom: auto;
    color: #000;
    font-family: Cinzel;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.csv-card-swiper .swiper-pagination {
    top: 40px;
    left: auto;
    right: 40px;
    width: auto;
    height: auto;
    bottom: auto;
    color: #000;
    font-family: Cinzel;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.mfp-gallery {
    max-width: 850px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    width: 100%;
    left: 0;
}

.mfp-arrow-right {
    top: 42%;
    height: 150px;
    margin-right: 30px;

}

.mfp-arrow-right:hover::after {
    transform: scaleX(0.6);
}

.mfp-arrow-left {
    top: 42%;
    height: 150px;

}

.mfp-arrow-left:hover::after {
    transform: scaleX(0.6);
}

.mfp-arrow-right:before {
    display: none;
}

.mfp-arrow-right:after {
    content: url(../img/right-mfp.svg);
    border: none;
    transition: 0.3s;
    transform-origin: left center;
    display: block;
    width: 100%;
    height: 100%;
}

.mfp-arrow-right:after:hover {
    transform: scaleX(0.6);
}

.mfp-arrow-left:before {
    display: none;
}

.mfp-arrow-left:after {
    content: url(../img/left-mfp.svg);
    border: none;
    transform-origin: right center;
    transition: 0.5s;
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 0;
}

.mfp-arrow-left:after:hover {
    transform: scaleX(0.6);
}

.mfp-gallery .mfp-content .mfp-figure::before {
    display: none;
}

.mfp-gallery .mfp-figure figure {
    border: none;
}

.mfp-gallery .mfp-img {
    padding: 0;
    height: 100%;
    min-height: auto;
    object-fit: contain;
}

/* .mfp-gallery .mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: 10px;
} */

.extra-content {
    /* display: none; */
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 32px;
    background: linear-gradient(178deg, rgba(0, 0, 0, 0.00) 1.12%, rgba(0, 0, 0, 0.00) 1.12%, rgba(0, 0, 0, 0) 19.91%, rgba(0, 0, 0, 0) 64.73%, rgba(0, 0, 0, 0.6) 99.06%);
}

.csv-collect-btn .extra-content {
    display: none;
}

.extra-content .button {
    padding: 32px;
    border-radius: 20px;
}

.extra-content .button:hover {
    color: #94FFC4;
}

.swiper-artwork-banner {
    margin: auto;
    overflow: visible;
}

.swiper-artwork-banner .swiper-wrapper {
    align-items: center;
}

.swiper-artwork-banner-small .swiper-slide {
    opacity: 0.4;
    cursor: pointer;
    transition: 0.3s;
}

.swiper-artwork-banner-small .swiper-slide:hover {
    opacity: 1;
}

.swiper-artwork-banner-small .swiper-slide-thumb-active {
    opacity: 1;
}

.artwork-banner {
    position: relative;
}

.swiper-artwork-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.artwork-bg {
    width: 100%;
    height: 100%;
    filter: blur(17px);
}

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

.artwork-image-small {
    height: 80px;
    width: 80px;
}

.artwork-thumbs {
    max-width: 1200px;
    margin: auto;
}

.artwork-image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artwork-thumbs {
    margin-top: 45px;
}

.swiper-artwork-banner .swiper-slide .artwork-image {
    transform: scale(0.8);
    opacity: 0.5;
    transition: 0.6s;
    pointer-events: none;
}

.swiper-artwork-banner .swiper-slide-active .artwork-image {
    pointer-events: inherit;
}

.swiper-artwork-banner .swiper-slide .artwork-image:hover {
    transform: scale(1);
}

.swiper-artwork-banner .swiper-slide-active .artwork-image {
    transform: scale(1);
    opacity: 1;
}

.swiper-artwork-banner .swiper-slide-next {
    cursor: pointer;
}

.swiper-artwork-banner .swiper-slide-prev {
    cursor: pointer;
}

.pagination-artwork {
    position: static;
    color: #fff;
    margin-top: 24px;
    font-size: 20px;
    font-family: Cinzel;
    font-weight: 700;
}

.artwork-image {
    position: relative;
}

.artwork-title {
    color: #FFF;
    font-family: Cinzel;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-90deg);
    transform-origin: left top;
}

.extra-content .avail-tag {
    position: absolute;
    top: 40px;
}

.extra-content .avail-tag p {
    background: #000;
}

.collected.avail-tag p {
    color: #FF0000;
    border: 0.5px solid #FF0000;
}

.btn-colected {
    opacity: 0.5;
    cursor: not-allowed;
    min-width: 250px;
}

.extra-content .btn-colected:hover {
    background: #94FFC4;
    border: initial;
    color: #000;
}

.avail-tab {
    position: absolute;
    opacity: 0;
}

.avail-btn {
    cursor: pointer;
}

.avail-tab.active {
    position: relative;
    opacity: 1;
    z-index: 10;
}

.explore-btn-wrap {
    display: flex;
    gap: 8px;
    margin-left: auto;
    width: max-content;
    margin-top: 80px;
    cursor: pointer;
}

.explore-artist-img {
    height: 56px;
    width: 56px;
    border-radius: 50%;
}

.explore-btn-wrap:hover .explore-arrow img {
    transform: translateX(0%);

}

.explore-arrow {
    width: 230px;
    overflow: hidden;
    transition: 0.5s;
}

.explore-arrow img {
    transition: 0.5s;
    transform: translateX(-50%);
}


.explore-artist-img img {
    height: 100%;
    width: 100%;
}

.explore-artist-txt h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
}

.mfp-figure:after {
    display: none;
}

.swiper-artwork-banner .swiper-slide .artwork-image img {
    object-position: center;
    max-height: 630px;
    object-fit: contain;
}

.swiper-pagination-d {
    position: absolute;
}

.swiper-button-next,
.swiper-button-prev {
    margin: -100px;
    padding: 100px;
}

/* .csv-card-swiper .swiper-pagination-d {
    opacity: 0;
}

.csv-card-swiper .swiper-slide-active .swiper-pagination-d {
    opacity: 1;
} */

@media all and (max-width: 1440px) {
    .swiper-button-nav-wrap .swiper-button-next {
        right: 80px;
    }

    .swiper-button-nav-wrap .swiper-button-prev {
        left: 130px;
    }
}


@media all and (max-width: 1366px) {
    .art-sv-img {
        height: 220px;
        width: 220px;
    }

    .art-sv-numbers {
        transform: translateY(-40px);
    }

    .art-sv-heading h3 {
        font-size: 30px;
    }

    .art-sv-comm-head {
        font-size: 28px;
    }

    .art-sv-content {
        gap: 60px;
    }

    .art-sv-number-box h2 {
        font-size: 30px;
    }

    .asc-img {
        height: 250px;
    }

    .asc-name-tag h4 {
        font-size: 16px;
    }

    .asc-col-name h4 {
        line-height: 1.3;
        font-size: 18px;
    }

    .asc-bottom-days p {
        line-height: 1.3;
        font-size: 18px;
    }

    .asc-bottom {
        gap: 12px;
    }

    .asc-small-img {
        width: 30px;
        height: 30px;
    }

    .asc-bottom {
        padding: 20px;
    }

    .art-sv-head {
        /* top: -120px; */
        left: 0;
        padding: 0 20px;
    }

    .art-sv-content {
        gap: 40px;
    }

    .art-sv-content-left {
        padding-right: 40px;
    }

    .csv-card {
        max-width: 400px;
    }

    .csv-card h4 {
        margin-bottom: 20px;
    }

    .csv-card-detail h4 {
        line-height: 1.3;
    }

    .activity-table {
        white-space: nowrap;
    }

    .table-wrap {
        overflow-x: auto;
    }

    .artwork-view {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .csv-card-swiper .swiper-pagination {
        top: 40px;
        left: auto;
        right: 80px;
    }

    .artwork-image {
        max-height: 480px;
    }

    .swiper-button-nav-wrap {
        top: -290px;
    }

    .swiper-button-nav-wrap,
    .artwork-image {
        max-width: 700px;
    }

    .artwork-image .artwork-title {
        font-size: 20px;
    }
}


@media all and (max-width: 990px) {
    .art-sv-collections .f-row {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 16px;
    }

    .art-sv-head {
        position: absolute;
        width: 100%;
        top: -60px;
    }

    .art-black-btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .art-sv-collections .f-col {
        white-space: nowrap;
        width: 360px;
    }

    .asc-tab-list li {
        margin-right: 20px;
    }

    .art-sv-comm-head {
        font-size: 24px;
    }

    .art-sv-content {
        flex-direction: column;
        overflow: hidden;
    }

    .art-sv-comm-head {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .art-sv-content-left {
        border-right: none;
        border-bottom: 1px solid #CFCFCF;
        padding-bottom: 40px;
    }

    .art-sv-content-right {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .art-sv-content-left {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .art-sv-content-right ul li a {
        margin-top: 18px;
    }

    .art-sv-content {
        gap: 40px;
    }

    .art-sv-img {
        height: 180px;
        width: 180px;
    }

    .art-sv-heading h3 {
        font-size: 28px;
    }

    .art-sv-heading p {
        font-size: 18px;
    }

    .art-sv-left {
        gap: 20px;
    }

    .art-sv-number-box {
        padding-right: 28px;
        margin-right: 28px;
    }

    .art-sv-number-box h2 {
        font-size: 24px;
    }

    .art-sv-number-box h4 {
        font-size: 18px;
    }

    .art-sv-number-box h4 {
        margin-bottom: 20px;
    }


    .col-sv-content {
        padding-top: 80px;
    }

    .csv-card {
        max-width: 500px;
    }

    .artwork-details {
        margin-top: 20px;
    }

    .pagination-artwork {
        font-size: 16px;
    }

    .artwork-image {
        padding-left: 30px;
    }

    .artwork-image .artwork-title {
        font-size: 16px;
    }

    .swiper-button-nav-wrap,
    .artwork-image {
        max-width: 620px;
    }

    .swiper-button-nav-wrap .swiper-button-prev {
        left: 40px;
    }
}

@media all and (max-width: 768px) {
    /* .asc-tab-list li a {
        font-size: 16px;
    } */

    .asc-tab-list li a span {
        font-size: 12px;
        padding: 3px 8px;
    }

    .asc-tab-list {
        gap: 20px;
        flex-wrap: wrap;
    }

    .asc-tab-list li {
        margin-right: 12px;
    }

    .art-sv-comm-head {
        font-size: 22px;
    }

    .art-sv-head {
        flex-direction: column;
        gap: 40px;
    }

    .art-sv-right {
        gap: 20px;
        flex-direction: column-reverse;
    }

    .art-sv-left {
        justify-content: center;
    }

    .art-sv-numbers {
        justify-content: center;
    }

    .art-sv-head {
        top: -100px;
    }

    .art-sv-content {
        padding-top: 320px;
    }

    .col-sv-content {
        padding-top: 60px;
    }

    .csv-collections .f-row {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .csv-wrap {
        min-width: 350px;
    }

    .art-black-btn {
        position: static;
        transform: none;
    }

    .art-sv-numbers {
        transform: none;
    }

    .art-sv-head {
        top: -70px;
    }
}

@media all and (max-width: 640px) {
    .asc-name-tag {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .art-sv-comm-head {
        font-size: 20px;
    }

    .asc-col-name h4 {
        font-size: 16px;
    }

    .swiper-button-nav-wrap {
        display: none;
    }

    .asc-bottom-days p {
        font-size: 16px;
    }

    .asc-tab-list {
        overflow-x: auto;
        /* white-space: nowrap; */
    }

    .art-sv-comm-txt p {
        font-size: 16px;
    }

    .csv-head {
        margin-bottom: 20px;
    }

    .csv-collections {
        padding: 80px 0;
    }

    .extra-content .csv-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: flex-end;
    }

    .csv-btn-left {
        flex: none;
    }

    .csv-bottom .button {
        flex: none;
    }

    .csv-btn-right {
        flex: none;
    }

    .extra-content .csv-btn-right {
        text-align: center;
    }

    .csv-card-swiper .swiper-pagination {
        right: 40px;
    }

}

@media all and (max-width: 480px) {
    .art-sv-img {
        height: 150px;
        width: 150px;
    }

    .art-sv-head {
        gap: 20px;
    }

    .art-sv-content {
        padding-top: 400px;
    }

    .art-sv-left {
        flex-direction: column;
    }

    .art-sv-heading h3 {
        line-height: 40px;
    }

    .art-sv-heading {
        transform: none;
    }

    .col-sv-content {
        padding-top: 80px;
    }

    .csv-card h4 {
        margin-bottom: 16px;
        font-size: 16px;
    }

    .csv-card-details {
        margin-top: 28px;
    }

    .csv-wrap {
        min-width: 300px;
    }

    .csv-wrap {
        min-height: 250px;
        height: auto;
    }

    .csv-btn-left h3 {
        font-size: 16px;
    }

    .csv-btn-right h3 {
        font-size: 16px;
    }

    .csv-btn-right h4 {
        font-size: 16px;
    }

    .collected-wrap p {
        font-size: 40px;
    }

    .csv-col-tabs ul {
        gap: 24px;
    }

    .activity-table td {
        padding: 22px;
    }

    .csv-col-counts-btm {
        margin: 8px 0 30px;
    }

    .csv-card {
        max-width: 320px;
        position: relative;
    }

    .csv-card-swiper .swiper-pagination {
        right: 20px;
        top: 20px;
    }

    .csv-card-swiper {
        max-width: none;
        width: 100%;
    }

    .csv-card-swiper .swiper-slide {
        padding: 15px;
    }

    .csv-bottom {
        gap: 8px;
    }

    .mfp-gallery .mfp-image-holder .mfp-close {
        width: 45px;
        right: 10px;
    }

    .mfp-gallery .mfp-figure figure {
        height: 300px;
    }

    .extra-content {
        padding: 18px;
        position: static;
    }

    .extra-content .avail-tag {
        display: none;
    }
}

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

    .art-sv-heading h3 {
        font-size: 26px;
        line-height: 40px;
    }

    .art-sv-heading p {
        font-size: 16px;
    }

    .csv-head {
        margin-bottom: 16px;
    }

    .csv-collections {
        padding: 60px 0;
    }
}