
a:link {
  text-decoration: none;
   color: #AF093B;
}

a {
  color: inherit;
}

a:hover {
    color:#fb067b;
}

a:visited {color:#F66D9B;} /* Visited link    */
a:active {color:#F66D9B;}  /* Selected link   */

.bg-pink {
    background-color:#CE224A;
}
.text-search-pink{
    color: #F66D9B;
}
.text-search-pink:focus {
    color: #F66D9B;
}
.text-pink{
    color: #AF093B;
}
.text-pink:hover{
    color: #C0075F;
}

.breadcrumb-item a {
    color: #AF093B;
}
.breadcrumb-item a:hover{
    color: #C0075F;
}

.logo-img{
    height:35px;
    transform: rotate(20deg);
    
    filter: saturate(100) hue-rotate(-140deg);
}
.logo {
    font-family: 'Merienda', cursive;
    font-weight: bold;
    font-size: 25px;
}

.odia-text{
    color: #f9d305;
    text-shadow: -1px 1px 0 #fff,
                1px 1px 0 #000,
                1px -1px 0 #000,
                -1px -1px 0 #000;
}
.lyrics-text{
    color: #FFF;
    text-shadow: -1px 1px 0 #000,
                1px 1px 0 #000,
                1px -1px 0 #000,
                -1px -1px 0 #000;
}

.mynav {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgb(189, 1, 99) 0%, rgb(189, 1, 99) 35%, rgb(255, 131, 0) 100%);
}

.fooBg {
    opacity: 0.9;
}

.btn-grd:hover {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgb(189, 1, 99) 0%, rgb(189, 1, 99) 35%, rgb(255, 131, 0) 100%);
    /*transition: 1s;*/
    color:#FFF;
    border:none;
}

.list-hover:hover {
    background: linear-gradient(90deg, rgb(189, 1, 99) 0%, rgb(189, 1, 99) 35%, rgb(255, 131, 0) 100%);
    color:white;
}

.bg-cover {
  background-size: cover;

}
.bg-no-repeat {
  background-repeat: no-repeat;

}
.bg-center {
  background-position: 50%;

}
.bg-cover-gradient {
     background-image: linear-gradient(180deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.9));
}

.menu-item-h:hover {
    background-color: rgb(189, 1, 99);
}

/*.navbar-nav > .list-item {*/
/*    border-bottom: 1px solid #dae1e761;*/
/*}*/
.navbar-nav > .list-item:last-child {
    border-bottom: 0;
}

.bag-album {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgb(189, 1, 99) 0%, rgb(189, 1, 99) 35%, rgb(255, 131, 0) 100%);
}

.title-name {
    
  background: -webkit-gradient(linear,left top,right top,from(#fc2e9f),to(#ff7f00));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.img-width{
    width:100%;
}
.img-height{
    height:100%;
}
.mt{
    padding-top: 56.25%;
}

.flex-col{
    flex-direction: column;
}
.bg-top {
    background-position: top;
}
.aspect-ratio {
  padding-top: 56.25%;
}

.w-24{
    width: 6rem;
} 

.w-32 {
    width: 8rem;
}
.h-32 {
    height: 6rem;
}

.h-16 {
    height: 4rem;
}
.transition-timing {
    transition-timing-function: ease-in;
    transition-duration: .15s;
}

.card-gradient {
    background: linear-gradient(180deg,transparent 0,#000 40%);
}

.card-hove {
    transition: box-shadow .3s;
    background-color: #fff;
}

.card-hover:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}
/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) { 
    .text-mo-center{text-align: center;}
    }
@media (min-width: 576px) { 
    .text-mo-center{text-align: center;}
    }

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
    .text-mo-center{text-align: left;}
    }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
    .text-mo-center{text-align: left;}
    }

 /*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container{max-width:1024px;}
    .text-mo-center{ text-align: left;}
    }

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .container {max-width:1024px;}
    .text-mo-center{ text-align: left;}
    }
   
.bg-gradients{
    background-image: linear-gradient(90deg,#ff74cf,grey);
}

footer {
    background-color: #343a40;
    color: white;
    padding: 2rem 0;
    margin-top: 2rem;
}


