/* special-collection CSS START */

.specialContainer {
    background-color: #212124;
}

.specialContainer h3 {
    color: var(--whiteTextH);
}

.logoSection .specialLogo {
    width: 100%;
    position: sticky;
    top: 50%;
}


/* .logoSection .specialLogo img {} */

.operatorCollection .profileCover {
    height: 100%;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all 1s;
    background-color: rgb(17, 17, 17);
}

.operatorCollection .profileCover img {
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    object-fit: contain;
}

.operatorCollection .profileCover img:hover {
    transform: scale(1.5);
}

.operatorCollection {
    margin: initial;
}

.operatorCollection .profileCover .operatorCollectionOverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transition: all 0.7s;
}

.special-collection-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    flex-wrap: wrap;
}
/* .operatorCollection .profileCover .operatorCollectionOverlayDisplay {
    background-color: rgba(0,0,0,0.5);
} */
.spec-input-group {
    width: max-content;
}
.special-operator-right-search{
    background-color: transparent;
    color: white;
    transition: all 0.5s;
    border: 1px solid var(--borderColors);
}
.special-operator-right-search:hover{
    background-color: var(--backgroundYellow);
    color: var(--textWhite);
}
.specialContainer .specialContainerContent #operators-list {
    position: relative;
}

.specialContainer .specialContainerContent #operators-list .specialLoadMore {
    position: absolute;
    bottom: -30px;
    /* left: 13%; */
    position: absolute;
    left: 50%;
    /* top: 50%; */
    transform: translate(-62%, -10%);
}

/* .operatorCollection .profileCover .browseCollection:hover+.operatorCollectionOverlay {
    background-color: rgba(0, 0, 0, 0.5);
    transition:all 0.5s ease;
} */
.operatorCollection .profileCover .browseCollection:hover+.operatorCollectionOverlay+img{
    transform: scale(1.4);
    transition: 0.5s ease-out;
}
.line{
    border-bottom: 2px solid var(--borderColors);
    text-transform: capitalize;
}
.lines {
    border-bottom: 2px solid var(--borderColors);
    display: inline;
}

/* ======================Browes Collection Button CSS  START==================================== */

.operatorCollection .profileCover .browseCollection {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--yellow);
    font-weight: 700;
    font-size: 21px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 7px 10px;
    /* border-radius: 13px;
     */
    border: 1px solid #b0a288;
    /* box-shadow: 2px 2px; */
    z-index: 2;
}

/* .operatorCollection .profileCover .browseCollection:hover {
    color: var(--textWhite);
    box-shadow: 0px 0px;
} */
.operatorCollection .profileCover .browseCollection .browseCollectionDiv{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.operatorCollection .profileCover .browseCollection {
    position: absolute;
    top: 50%;
    left: 50%;
    width:100%;height:100%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #ffff;
    /* font-size: 30px; */
    /* font-family: verdana; */
    letter-spacing: 4px;
    padding-left: 5px;
}

.operatorCollection .profileCover .operatorName {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -168%);
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: var(--yellow);
    /* box-shadow: 2px 0px 41px -11px rgb(13 28 39); */
    box-shadow: 10px 0px 8px -2px rgb(13 28 39);
    /* font-size: 30px; */
    z-index: 2;
    /* font-family: verdana; */
    letter-spacing: 4px;
    padding-left: 5px;
    font-weight: 1000;
    font-size: 35px;
    background: unset;
    color: var(--textWhite);
    text-shadow: 0 0 20px black;
    transition: 0.5s ease;
}
.operatorCollection .profileCover .operatorName:hover {
    box-shadow: none;
}
.operatorCollection .profileCover .browseCollection::before,
.operatorCollection .profileCover .browseCollection::after,
.operatorCollection .profileCover .browseCollection span::before,
.operatorCollection .profileCover .browseCollection span::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: transparent;
    transition: 1.2s;
}


/* */

.operatorCollection .profileCover .browseCollection::before {
    top: -2px;
    left: -2px;
    border-top: 3px solid var(--borderColors);
    border-left: 3px solid var(--borderColors);
}

.operatorCollection .profileCover .operatorName::before {
    top: -2px;
    left: -2px;
    border-top: 3px solid var(--borderColors);
    border-left: 3px solid var(--borderColors);
}

.operatorCollection .profileCover .browseCollection::after {
    top: -2px;
    right: -2px;
    border-top: 3px solid var(--borderColors);
    border-right: 3px solid var(--borderColors);
}

.operatorCollection .profileCover .operatorName::after {
    top: -2px;
    right: -2px;
    border-top: 3px solid var(--borderColors);
    border-right: 3px solid var(--borderColors);
}

.operatorCollection .profileCover span::before {
    bottom: -2px;
    left: -2px;
    border-bottom: 3px solid var(--borderColors);
    border-left: 3px solid var(--borderColors);
}

.operatorCollection .profileCover span::after {
    bottom: -2px;
    right: -2px;
    border-bottom: 3px solid var(--borderColors);
    border-right: 3px solid var(--borderColors);
}

.operatorCollection .profileCover .browseCollection:hover::before,
.operatorCollection .profileCover .browseCollection:hover::after,
.operatorCollection .profileCover .browseCollection:hover span::before,
.operatorCollection .profileCover .browseCollection:hover span::after {
    width: 51%;
    height: 51%;
}
.collectionDetail .audio-play-thumnail {
    background-size: cover;
}

/* calc( 180px / 2)*/


/* ======================Browes Collection Button CSS  END==================================== */


/* Media Query  Start*/
@media (max-width:580px) {
    .special-collection-container{
        justify-content: center;
    }
}

@media (max-width:786px) {
    .specialContainer .logoSection {
        display: none;
    }
    .specialContainerContent {
        display: block;
    }
    .operatorCollection .profileCover {
        height: 100%;
        margin: 0 auto;
        border-radius: 10px;
        position: relative;
    }
    .operatorCollection .profileCover .browseCollection {
        font-size: 20px;
    }
    .operatorCollection .profileCover .operatorName {
        top:43%;
        font-size: 22px;
    }
}


/* Media Query  END*/


/* ===========================================special-collection CSS END===================================*/


/* =======================================special-collection-DETAIL CSS START============================= */


/* Profile Detail FOR Moblie  upto Tablets START*/
.audioplayer{
    height: 60px!important;
    margin: 0!important;
}
#audiosSection .introAudio , #picturesSection .introAudio , #productsSection  .introAudio{
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0px;
}

.detailContent .profileInfoBtn {
    display: none;
    cursor: pointer;
    color: var(--textWhite);
    padding: 10px;
    z-index: 1;
    height: fit-content;
    position: relative;
}

.detailContent .profileInfoBtn .profileInfo a {
    cursor: pointer;
    z-index: 2;
}
.AboutModal .modal-content  .profile .profileImgRating  .profileName h4 span{
    color: var(--yellow);
}
.detailContent .profileInfoBtn .profileInfo .fa {
    font-size: 32px;
}


/* The Modal (background) */

.AboutModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    /*padding-top: 20px; Location of the box */
    left: 0;
    top: 5%;
    margin: auto auto;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    /* animation: fadein 1s; */
    animation: zoom-in 0.7s ease;
}


/* scrollbar  START*/


/* width */

.modal-content::-webkit-scrollbar {
    width: 5px;
    /* display: none; */
}

.modal-content::-webkit-scrollbar:hover {
    width: 5px;
    display: block;
}


/* Track */

.modal-content::-webkit-scrollbar-track {
    background-color: black
}


/* Handle */

.modal-content::-webkit-scrollbar-thumb {
    background: #888;
    display: none;
}


/* Handle on hover */

.modal-content:hover::-webkit-scrollbar-thumb {
    background: #555;
    display: block;
}


/* scrollbar END */


/* Modal Content */

.AboutModal .modal-content {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 01);
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 70vh;
    left: 40%;
    overflow: auto;
    top: 53%;
    transform: translate(-50%, -50%);
}


/* @keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
} */

@keyframes zoom-in {
    0% {
        transform: scale(0, 0);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes zoom-out {
    100% {
        transform: scale(1, 1);
    }
    /* 50% {
      transform: scale(0.75, 0.75);
    } */
    0% {
        transform: scale(0, 0);
    }
}


/* The Close Button */

.AboutModal .close {
    color: var(--textWhite);
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: end;
}

.AboutModal .close:hover,
.AboutModal .close:focus {
    color: var(--textWhite);
    text-decoration: none;
    cursor: pointer;
}

.profileInfoBtn::after {
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 6px solid white;
    position: absolute;
    z-index: -9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    100% {
        width: 100px;
        height: 100px;
        opacity: 0;
    }
}


/*Profile Detail FOR Moblie  upto Tablets END */

.collectionDetail  {
    background-color: #212124;
    padding: 30px 0;
}

/* .collectionDetail .detailContent h1,
h2,
h3 {
    color: white;
} */

.collectionDetail .detailContent .profile {
    position: sticky;
    top: 122px;
    height: max-content;
}

.collectionDetail .detailContent .profile .profileImgRating {
    padding: 5px 0;
    border-bottom: 2px solid white;
}
.collectionDetail .detailContent .profile .profileImgRating  .profileName h2 {
    font-size: 1.25rem;
}
.collectionDetail .detailContent .profile .profileImgRating  .profileName h2 span{
    color: var(--yellow) !important;
}
.collectionDetail .detailContent .profile .profileImgRating .profileImg {
    width: 100%;
    height: auto;
    margin: 5px auto;
}

.collectionDetail .detailContent .profile .profileCategoryInner .profileCategory .active {
    border-bottom: 3px solid var(--borderColors);
}

.collectionDetail .detailContent .profile .profileImgRating .profileImg img {
    height: 100%;
    width: 100%;
    max-height: 200px;
    object-fit: contain;
}

.collectionDetail .detailContent .profile .profileImgRating .profileRating {
    padding: 5px;
}

.collectionDetail .detailContent .profile .profileCategory {
    padding: 5px 0;
    border-bottom: 2px solid white;
}

.collectionDetail .detailContent .profile .profileCategory .profileCategoryInner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: max-content;
    /* margin: 0 22px; */
}

.collectionDetail .detailContent .profile .profileCategory .profileCategoryInner a {
    color: var(--textWhite);
    font-size: 20px;
    padding: 5px 0;
}

.collectionDetail .detailContent .profile .profileCategory .profileCategoryInner a {
    background: linear-gradient( to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient( to right, var(--yellow), var(--yellow), #0000);
    background-size: 100% 3px, 0 3px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}

.collectionDetail .detailContent .profile .profileCategory .profileCategoryInner a:hover {
    background-size: 0 3px, 100% 3px;
}

.collectionDetail .detailContent .profile .profileContact {
    padding: 10px 0;
    font-size: 20px;
    border-bottom: 2px solid white;
}

.collectionDetail .detailContent .profile .profileContact .profileContactNumber {
    width: max-content;
    margin: 0 auto;
}

.collectionDetail .detailContent .profile .profileContact .profileContactNumber i {
    color: var(--textWhite);
}

.collectionDetail .detailContent .profile .profileContact .profileContactNumber a {
    color: var(--textWhite);
    transition: all 0.5s;
}

.collectionDetail .detailContent .profile .profileContact .profileContactNumber a:hover {
    color: var(--yellow);
}

.collectionDetail .detailContent .profile .availability {
    padding: 5px 0;
    color: var(--textWhite);
    border-bottom: 2px solid white;
}

.collectionDetail .detailContent .profile .availabilityHeading {
    /* color: white; */
    width: max-content;
    margin: 7px auto;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid white;
}
.collectionDetail .detailContent .profile .availabilityHeading h2 {
    font-size: 1.25rem !important;
}
.collectionDetail .detailContent .profile .viewProfile {
    padding: 10px 0;
}

.collectionDetail .detailContent .profile .viewProfile .viewContent {
    width: max-content;
    margin: 0 auto;
}

.collectionDetail .detailContent .profile .viewProfile .viewContent a.animated-button.thar-three {
    color: var(--textWhite);
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid var(--borderColors);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.collectionDetail .detailContent .profile .viewProfile .viewContent a.animated-button.thar-three:hover {
    /* color: #000 !important; */
    background-color: transparent;
    /* text-shadow: nthree; */
}

.collectionDetail .detailContent .profile .viewProfile .viewContent a.animated-button.thar-three:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.collectionDetail .detailContent .profile .viewProfile .viewContent a.animated-button.thar-three:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: var(--backgroundYellow);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}


/*  */

.collectionDetail .detailContent .storeContent .introAudio {
    padding: 15px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

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

.collectionDetail .detailContent .storeContent .introAudio audio {
    padding: 5px;
    width: 100%;
    max-width: 300px;
}

.product__item {
    background-color: white;
    border-radius: 15px;
}

.collectionDetail .detailContent .storeContent .featured .product__item__pic {
    height: 335px;
}
.collectionDetail .detailContent .storeContent .featured .featuredProductsCard {
    width: 350px;
}
.collectionDetail .detailContent .storeContent .productPicSelector .productCard {
    width: 300px;
}
/* .collectionDetail .detailContent .storeContent .productPicSelector .product__item__pic {
    height: 407px;
} */

.collectionDetail .detailContent .storeContent .product__item__pic img {
    border-radius: 0;
}

.storeContent .introAudio .welcomeIntroMedia{
    display:flex;gap: 10px;justify-content:center; flex-wrap: wrap;margin: 20px 0px;
}
/* .introAudio .welcomeIntroMedia img{
    height: 200px;
    width: auto;
} */
.storeContent .introAudio .welcomeIntroVideo , .introAudio .welcomeIntroAudio , .introAudio .welcomeIntroImage ,
 .introMedia .welcomeIntroVideo , .introMedia .welcomeIntroImage, .audios .introMedia .welcomeIntroVideo ,
 .audios .introMedia .welcomeIntroImage, .productsSection .introMedia .welcomeIntroImage , .productsSection .introMedia .welcomeIntroVideo {
    display: flex;gap: 10px;justify-content:center; flex-wrap: wrap;margin: 20px 0px;
}
.storeContent .introAudio .welcomeIntroVideo video , .introMedia .welcomeIntroVideo video{
    height: 200px;
}
.storeContent .introAudio .welcomeIntroImage img, .introMedia .welcomeIntroImage img{
    height: 200px;
    width: auto;
    object-fit: cover;
}

/*  media Queries*/
@media (max-width:767px) {
    .collectionDetail .detailContent .storeContent .featured .product__item__pic{
        height: 260px;
    }
    .collectionDetail .detailContent .storeContent .productPicSelector .product__item__pic{
        height: 260px;
    }
}



/* START->DO NOT modify this media query is only for profile button up 991px width media screen */
@media (max-width:991px) {
    .collectionDetail .detailContent {
        display: block!important;
    }
    .collectionDetail .detailContent .profile {
        display: none;
    }
    .collectionDetail .detailContent .profileInfoBtn {
        display: block;
        width: 90px;height: 90px;
    }
    .collectionDetail .detailContent .profileInfoBtn button {
        border-radius: 50%;
        padding: 0;
        width: 100%;
        height: 100%;
    }
    .collectionDetail .detailContent .profileInfoBtn button img {
        border-radius: 50%;
        width: 100%;
        height: 100%;
    }
    .collectionDetail .detailContent #myModalMobile .profile {
        display: block;
    }
    .operatorCollection .profileCover .operatorName {
        font-size: 24px;
        top: 44%;
    }
}
/* End->DO NOT modify this media query is only for profile button up 991px width media screen */

@media (min-width:768px) and (max-width:991px) {
    .collectionDetail .detailContent .storeContent .featured .featuredProductsCard {
        width: 300px;
    }
    .collectionDetail .detailContent .storeContent .featured .product__item__pic {
        height: 324px;
        width: 324px;
    }
    .collectionDetail .detailContent .storeContent .productPicSelector .productCard {
        width: 230px;
    }
    .collectionDetail .detailContent .storeContent .productPicSelector .product__item__pic {
        height: 214px;
    }
    .operatorCollection .profileCover {
        height:  100%;
    }
}
@media (min-width:992px) and (max-width:1024px) {
    .collectionDetail .detailContent .storeContent .featured .featuredProductsCard {
        width: 300px;
    }
    .collectionDetail .detailContent .storeContent .featured .product__item__pic {
        height: 284px;
        width: 284px;
    }
    .collectionDetail .detailContent .storeContent .productPicSelector .productCard {
        width: 230px;
    }
    .collectionDetail .detailContent .storeContent .productPicSelector .product__item__pic {
        height: 214px;
    }
    .operatorCollection .profileCover .operatorName {
        font-size: 25px;
        top: 44%;
    }

}


@media (min-width:1025px) and (max-width:1200px) {

   .collectionDetail .detailContent .storeContent .featured .featuredProductsCard {
        width: 340px;
    }
    .collectionDetail .detailContent .storeContent .featured .product__item__pic {
        height: 324px;
        width: 324px;
    }
    .collectionDetail .detailContent .storeContent .productPicSelector .productCard {
        width: 240px;
    }
    .collectionDetail .detailContent .storeContent .productPicSelector .product__item__pic {
        height: 224px;
    }
    .operatorCollection .profileCover .operatorName {
        font-size: 25px;
        top: 44%;
    }

}
