/*====== Font Family =======*/
/*@font-face { font-family: Arial-Rounded-MT-Bold-Font; font-style: normal; font-weight: 400; src: url("ARLRDBD.ttf"); }*/
/*====== Font Family =======*/ 
body{
    background: #000;
    font-family: Arial Rounded Mt Bold Font; 
}
p{
    font-size: 16px;
}
.artistInner {
  position: relative;
  width: 100%;
}
.artistInner:hover .overlay {
    transform: scale(1);
}
.artistInner img {
    width: 100%;
    height: 280px;
    border-radius: 10px;
    border: 2px solid #CA58DC;
    /* margin-top: 30px; */
}
/* .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ca58dcaf;
  overflow: hidden;
  width: 100%;
  height: 280px;
  transform: scale(0);
  transition: .3s ease;
  border-radius: 250px;
} */

.text1 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.artistbtnthree {
    width: 100%;
    margin: 6px 0px;
    color: #CA58DC;
    border: 1px solid #CA58DC;
    border-radius: 57px;
}
.artistbtnthree:hover{
     background-color: #CA58DC;
     border: 1px solid #CA58DC;
}
.artistqrcode img{
    width: 100%;
    border: 1px solid #CA58DC;
}
.atsitbtnn{
    text-align: center;
}
.socialmediaicon{
    text-align: center;
}
.socialmediaicon .iconsocal{
    margin: 10px 0px;
    font-size: 18px;
    background: #CA58DC;
    padding: 8px;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #fff;
}

/* -- Start animation button -- */
.glow-on-hover {
    width: 70%;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #CA58DC;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 57px;
    margin-top: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 57px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    /* width: 100%; */
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
/* --End button-- */

.artistContts p{
    /*line-height: 10px;*/
    color: #fff;
    /*font-size: 18px;*/
}
.scrollspy-example {
  position: relative;
  height: 180px;
  overflow: auto;
}
.artistContts p span{
    font-weight: 700;
    color: #CA58DC;
    font-size: 20px;
}
.innerofartical{
    padding: 15px;
    border: 2px solid #CA58DC;
    margin: 30px;
    border-radius: 10px;
    /* box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px; */
}
.artistmiddle{
    border: 1px solid #CA58DC;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 18px;
}
.clientsname h5{
    text-align: center;
    padding: 10px;
    font-weight: 700;
    color: #CA58DC;
    font-size: 30px;
}
.scrollspy h5{
    color: #CA58DC;
    font-weight: 700;
    text-align: center;
    font-size: 34px;
}
.scrollspy p{
    color: #fff;
}
.animatbtnclas{
    text-align: center;
    margin-bottom: 10px;
}
.socialmediaiconnn{
    margin-top: 12px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #007bff;
}
.socialmediaiconnn:hover{
    border: 1px solid #007bff;
}


/* --Start scrollbar-- */
.scrollspy-example::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.scrollspy-example::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.scrollspy-example::-webkit-scrollbar-thumb {
  background: #CA58DC; 
}

/* Handle on hover */
.scrollspy-example::-webkit-scrollbar-thumb:hover {
  background: #ca59dd; 
}
/* --End scrollbar-- */

.sticky {
    position: fixed;
    top: -100px;
    width: 100%;
  }
  
  /* .sticky + .content {
    padding-top: 102px;
  } */
  
.navallmenu{
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid;
    color: #fff !important;
    border-color: #ca59dd;
    margin: 0px 10px;
    font-family: 'Arial-Rounded-MT-Bold-Font';
    cursor: pointer;
}
.navallmenu:hover{
    background-color: #ca59dd;
    color: #fff !important;
}
.assoctband a{
    width: 100%;
}
.contentArtist img{
    /*padding-right: 25px;*/
    height: 250px;
    cursor: pointer;
    vertical-align: bottom !important;
    object-fit: cover;
    border: 2px solid #ca59dd;
    padding: 3px;
    border-radius: 10px;
}
.contentArtist img:hover{
    opacity: .5;
}
.contentArtist h3{
    color: #ca59dd;
    padding: 25px 0;
    margin: 0;
}
.bandArtist h3{
    color: #fff;
    padding: 25px;
}
.bandArtist p{
    color: #fff;
}
.assoctaart p{
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 5px;
    font-size: 16px;
}
.assoctaart img{
    width: 100%;
    height: 150px;
    border: 2px solid #ca59dd;
    border-radius: 10px;
    padding: 3px;
}
.assoctband h6{
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 13px;
}
.assoctband p{
    color: #fff;
    margin: 0;
    font-size: 13px;
}
.assoctband p span{
    color: #ca59dd;
}
.assoctband img{
    width: 100%;
}
.assoctevents a{
    width: 100%;
}
/*.assoctevents img{*/
/*    width: 100%;*/
/*    width: 200px;*/
/*}*/
.assoctevents{
    margin-bottom: 40px;
}
.assoctevents h6{
    color: #10afef;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}
.assoctevents h6:hover{
    text-decoration: underline;
}
.assoctevents p{
    color: #fff;
    margin: 0;
    font-size: 13px;
}
.assoctevents p span{
    color: #ca59dd;
}
.assoctgallery img {
    width: 100%;
}
.assoctgallery h6{
    color: #fff;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}
.assoctgallery{
    margin-bottom: 30px;
}
.assoctvedios img{
    width: 100%;
}
.assoctvedios h6{
    color: #fff;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}
.assoctvedios{
    margin-bottom: 30px;
}
.modalloaction{
    color: #ca59dd;
}
.locationclose span{
    color: #ff0000;
}
.locationbodym{
    padding: 1px;
}
.locatCont{
    background: #000;
    border: 1px solid #ca59dd;
}
.navbarsectiner .active {
    background-color: #ca59dd;
}

/* -- Accordion Start -- */
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
    color: #48ff00;
}
.accordion .card-header.collapsed:after {
    content: "\f067"; 
    color: #ca59dd;
}
.card-title{
    color: #ca59dd;
}
.card-header{
    background-color: #000;
}
.accordion .card-header{
    margin-bottom: 1px !important;
    cursor: pointer;
}
/* -- Accordion End -- */


/* ===== Fan Start ===== */
.faninnerSect{
    padding: 15px;
    border: 2px solid #CA58DC;
    margin: 30px 0;
    border-radius: 10px;
}
.fanMenuSect{
    width: 100%;
}
.imgfan img{
    width: 100%;
}
.innerfan{
    border: 1px solid #ca59dd;
    border-radius: 4px;
    padding: 8px;
}
.mainHeadingFan h2 {
    color: #ca59dd;
    margin: 30px 0;
    font-weight: 700;
    text-align: center;
}
.produtnamefan h4{
    color: #CB58DD;
    font-weight: 700;
}

/* ===== Fan End ===== */








@media only screen and (min-width: 400px){
    .innerofartical{
        margin: 18px !important;
    }
    .artistContts p {
    line-height: 20px;
   }
}
@media only screen and (min-width: 375px){
    .innerofartical{
        margin: 20px !important;
    }
    .artistContts p {
    line-height: 20px;
   }
}
@media only screen and (min-width: 768px){
    /* .artistInner img{
        height: 280px;
    } */
    .artistContts p {
    line-height: 20px;
   }
}
@media only screen and (max-width: 820px){
    .artistbtnthree{
        width: 100%;
        font-size: 9px;
        margin: 6px 0px;
    }
    .socialmediaiconnn{
        width: 100%;
        font-size: 9px;
        margin: 6px 0px;
    }
    .navbar-light .navbar-toggler {
        color: rgb(255 255 255);
        border-color: rgb(255 255 255 / 10%);
        background: #fff;
    }
    .glow-on-hover{
        font-size: 13px;
    }
    .navbarsectiner{
        margin: 10px 0;
    }
}
