@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
a{
    text-decoration: none;
}

body , html{
    overflow-x: hidden;
    background: #f1f5f8;
}
ul{
   list-style: none; 
}

h1{
    font-size: 60px;
}

h4{
    font-weight: 400;
    font-size: 3vmin;
}

.logo{
    padding: 20px;
}

.logo img{
    width: 250px;
}
.navbar{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding:0 200px;
    color: whitesmoke;
    background: #001136b7;
}

.nav-links{
    display: flex;
    align-items: center;
    margin: 0;
}
.nav-links li{
    margin: 0 15px;
}

.nav-links .button{
    padding: 4px 15px;
    border-radius: 8px;
    border: 1px solid #fff;   
}


.nav-links .button input{
    background: transparent;
    outline: none;
    color: #fff;
    border: none;
}

.nav-links .button-fill{
    padding: 4px 15px;
    border-radius: 8px; 
    background: #fff;
}

.nav-links .button-fill input{
    background: #fff;
    outline: none;
    color: #001136;
    border: none;
}
.nav-links a {
    color: whitesmoke;
}
.nav-links .button-fill a {
    color: #001136;
}
header{
    
    background-image: url(../img/front/header-bg.jpg);
    background-position: bottom;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-content{
    margin-bottom: 100px;
    color: whitesmoke;
    text-align: center;
}

.header-content p{
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
}
.header-content h1{
    margin-top: 200px;
}


.menu-btn{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
    display: none;
}

.navbar .fa-solid{
    display: none;
}

.row{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* form */

form .user{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form .user .input-box{
    margin-bottom: 20px;
    width: 48%;
}
.user .input-box input{
    height: 40px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 15px;
    font-size: 16px;
    border-bottom-width: 2px ;
    transition: all 0.3s ease;
}

.user .input-box input:focus,
.user .input-box input:valid{
    border-color: #fbff23;
}

form .button{
    height: 40px;
    margin: 20px 0;
}
form .button input{
    height: 100%;
    width: 250px;
    outline: none;
    background: #ffd000;
    border-radius: 30px;
    color: #242424;
    font-weight: bold;
    border: none;
    font-size: 18px;
    font-weight: 500;
}



/* sec-1 */


.content{
    width: 70%;
    margin: 00px auto;
}

.content-6{
    width: 50%;
    margin: 00px auto;
}

.content-2{
    width: 60%;
    margin: 00px auto;
}


.usp .row .col{
    display: flex;
    flex-direction: column;
}

.usp-icon{
    font-size: 40px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    background: rgb(238, 113, 255);
	background: -webkit-linear-gradient(top, #b274ff 0%, #7e29ff 100%);
	background: linear-gradient(top, #b274ff 0%, #7e29ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.usp span{
    font-size: 40px;
    background: rgb(238, 113, 255);
	background: -webkit-linear-gradient(top, #b274ff 0%, #7e29ff 100%);
	background: linear-gradient(top, #b274ff 0%, #7e29ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.set{
    display: flex;
    padding: 20px 0px;
}

/* Promotion */

.title{
    text-align: center;
    margin-bottom: 40px;
    background: #e3edf7;
    padding: 40px;
}

.title-2{
    text-align: center;
    margin-bottom: 40px;
    padding: 40px;
    
}
.bg-color{
    background: #001c58;
}

.steps{
    text-align: left;
}
.steps .row{
    margin-bottom: 40px;
}


.step-img{
    align-items: center;
    justify-content: center;
    display: flex;
}

.steps span{
    color: #3989f1;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}
.steps h3{
    margin-bottom: 10px;
    color: #242424;
}
.steps p{
    color: #686868;
}

/* stat */


.YT-promo .step-img img{
    box-shadow: 0px 0px 5px 5px #d8dbe26c;
}

.YT-promo-text p{
    margin-bottom: 20px;
}

.org-pt{
    padding: 0;
}
.org-pt li{
    margin-top: 30px;
    border-left: 5px solid #686868;
    padding-left: 10px;
    background: #f1f5f8;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
                -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
}


.org-pt li label {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 24px;
    display: flex;
    padding: 10px;
    cursor: pointer;
    color: #212529;
}
input[type="radio"]{
    display: none;
}

.org-pt .det{
    padding: 0 10px;
    line-height: 26px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
}

.org-pt p{
    margin-bottom: 30px;
}

.org-pt input[type="radio"]:checked + label + .det{
    max-height: 100px;
}
.org-pt input[type="radio"]:checked + .org-pt li{
    border-left: 5px solid #001c58;
}

.categories{
    display: flex;
}



.categories .step-img{
    flex-direction: row;
}

.categories .step-img .cat-img img{
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.categories .step-img .cat-img{
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}

.categories h3{
    font-size: 5vmin;
}

.categories p{
    padding: 10px 0;
}

.cat-text{
    padding-left: 40px;
}

.img-pad{
    padding-bottom: 30px;
}


/* artist */
.artist-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #232533;
    /* overflow: hidden;
    height: 100vh;     */
}

.artist-slide a{
    text-decoration: none;
}

.artist-slide input{
    display: none;
}

.artis-container{
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 600px;
    display: flex;
    justify-content: center;
    transform-style: preserve-3d;
    flex-direction: column;
    margin-bottom: 100px;
}

.cards{
    position: relative;
    height: 500px;
    width: 430;
    margin-bottom: 20px;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.cards label{
    position: absolute;
    width: 430px;
    height: 650px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    transition: transform 0.55s ease;
}

.cards .artist{
    position: relative;
    height: 100%;
    background-color: #323444;
    border-radius: 10px;
    padding: 30px 35px;    
}

.cards .artist-img{
    display: flex;
    justify-content: space-between;
}

.cards .artist-img img{
    border-radius: 5px;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 50%);
    margin-top: 23px;
    width: 86%;
    height: 220px;
    object-fit: cover;
    transition: all .7s;
}

.cards .artist-img img:hover{
    transform: scale(1.05);
}

.cards .artist-img .dots{
    text-align: center;
}

.dots div{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.dots div:nth-child(1){
    background-color: var(--current-color1);
}
.dots div:nth-child(2){
    background-color: #fbff23;
}
.dots div:nth-child(3){
    background-color: #3989f1;
}

.artist .infos{
    display: block;
    text-align: end;
    padding-top: 30px;
}

.artist .infos span{
    display: block;
}

.infos .name{
    font-size: 30px;
    color: var(--current-color1);
    letter-spacing: 4px;
    margin-bottom: 20px;
    padding-left: 8%;
    transition: all .6s ease;
}

.infos .lorem{
    font-size: 16px;
    color: var(--current-color2);
    margin-bottom: 20px;
    transition: all .6s ease;
}


.artist .action{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
.action i{
    font-size: 16px;
    transition: all.7s ease;
    color: var(--current-color2);
}




#s1:checked~.cards #slide4,
#s2:checked~.cards #slide5,
#s3:checked~.cards #slide1,
#s4:checked~.cards #slide2,
#s5:checked~.cards #slide3{
    
    box-shadow: 0 15px 30px rgba(0, 0, 0, 45%);
    transform: translate3d(-70%, 0, -220px);
    --current-color1: #eceaed;
    --current-color2: #404457;
}

#s1:checked~.cards #slide5,
#s2:checked~.cards #slide1,
#s3:checked~.cards #slide2,
#s4:checked~.cards #slide3,
#s5:checked~.cards #slide4{
    
    box-shadow: 0 20px 40px rgba(0, 0, 0, 45%);
    transform: translate3d(-35%, 0, -120px);
    --current-color1: #eceaed;
    --current-color2: #404457;
}

#s1:checked~.cards #slide1,
#s2:checked~.cards #slide2,
#s3:checked~.cards #slide3,
#s4:checked~.cards #slide4,
#s5:checked~.cards #slide5{
    
    box-shadow: 0 25px 50px rgba(0, 0, 0, 50%);
    transform: translate3d(0, 0, 0);
    --current-color1: #fad00c;
    --current-color2: #eceaed;
}

#s1:checked~.cards #slide2,
#s2:checked~.cards #slide3,
#s3:checked~.cards #slide4,
#s4:checked~.cards #slide5,
#s5:checked~.cards #slide1{
    
    box-shadow: 0 20px 40px rgba(0, 0, 0, 45%);
    transform: translate3d(35%, 0, -120px);
    --current-color1: #eceaed;
    --current-color2: #404457;
}

#s1:checked~.cards #slide3,
#s2:checked~.cards #slide4,
#s3:checked~.cards #slide5,
#s4:checked~.cards #slide1,
#s5:checked~.cards #slide2{
    
    box-shadow: 0 15px 30px rgba(0, 0, 0, 45%);
    transform: translate3d(70%, 0, -220px);
    --current-color1: #eceaed;
    --current-color2: #404457;
}

/* Why we are unique? */

.why{
    
    align-items: center;
    justify-content: center;
    width: 60%;
    margin-bottom: 20px;
}
.why-head{
    display: flex;
}

.why-head h3{
    color: #330085;
}
.why-para p{
    color: #7c7c7c;
}

/* Why we are unique? */
.unic{
    align-items: flex-start;
}
.unique{
    
    align-items: center;
    justify-content: center;
    width: 60%;
    
}

.unique-head{
    display: flex;
    margin-bottom: 20px;
}

.unique-head i{
    color: #330085;
    font-size: 30px;
    margin-right: 20px;
    width: 40px;
}

.unique-head h3{
    color: #686868;
    font-size: 18px;
}
.white-head h2{
    color: #fff;
}
.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    display: flex;
    background-position: center;
    background-image:linear-gradient(45deg, rgba(22, 3, 26, 0.459), rgba(6, 22, 34, 0.377)), url("../img/front/testimonial_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.3,1,0,1);
  transition: all 0.5s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

/* form-2 */

.form-2{
    
}

.form-bg{
    width: 1200px;
    height: 250px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/front/form-2-bg.jpg) no-repeat center center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 8px rgba(0, 0, 0, 50%);
    position: relative;
}
.form-bg:before{
    content: "";
    background: url(../img/front/plane.png) no-repeat center center;
    position: absolute;
    top: 12px;
    right: 30px;
    width: 260px;
    height: 60px;
    z-index: 1;
    
}

.form-text {
    color: #fffadd;
}

.form-text h4{
    font-size: 24px;
}

.input-dtl{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.input-dtl div{
    display: flex;
    justify-content: space-between;
}

.input-group{
    margin-right: 20px;
}


.input-group input{
    height: 40px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 15px;
    font-size: 16px;
    border-bottom-width: 2px ;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}




form .button-2{
    height: 40px;
}
form .button-2 input{
    height: 100%;
    width: 250px;
    outline: none;
    background: #ffd000;
    border-radius: 30px;
    color: #242424;
    font-weight: bold;
    border: none;
    font-size: 18px;
    font-weight: 500;
}

/* footer */

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333; 
    color: #fff; 
    padding: 10px 50px; 
}


.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li {
    display: inline;
    margin-right: 20px; 
}

.menu a {
    text-decoration: none;
    color: #fff; 
}


.social-icons {
    display: flex;
}

.icon {
    margin-right: 10px; 
}
.icon i{
    color: #fff;
    font-size: 24px;
    padding: 5px 5px;
}
/* Mobile */
@media only screen and (max-width:1200px){
    .why{
        width: 100%;
    }
}
@media only screen and (max-width:992px){
    .why{
        width: 100%;
    }

    form .user{
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    form .user .input-box{
        margin-bottom: 20px;
        width: 90%;
    }
    .content{
        width: 90%;
    }
}

@media only screen and (max-width:768px){
    h1{
        font-size: 36px;
    }
    .img-pad-2{
        padding-bottom: 30px;
    }
    
    .categories-2 .row{
        flex-direction: row;
    }
    
    .outer{
        flex-direction: column;
        padding-bottom: 30px;
    }
    .outer .one{
        order: 2;
    }
    .outer .two{
        order: 1;
    }
  
    .row .col{
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
    }
    header{
        
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .header-content h1{
        margin-top: 200px;
    }

    .menu-btn{
        display: block;
    }
    .navbar .fa-solid{
        display: block;
    }
    .navbar{
        padding:  0;
    }
    .logo{
        position: absolute;
        top: 0;
        left: 0;
    }
    .nav-links{
        flex-direction: column;
        width: 100%;
        height: 60vh;
        justify-content: center;
        background: #1b2949a9;
        margin-top: -900px;
        transition: all 0.5s ease;
    }
    .mobile-menu{
        margin-top: 0px;
    }
    .nav-links ul{
        margin-top: 40px;
    }
    .nav-links li{
        margin: 15px auto;
    }

    .row{
        /* flex-direction: column; */
    }
    .row .col{
        /* margin: 20px auto; */
    }
    .col img{
        /* max-width: 90%; */
    }

    .content{
        width: 90%;
    }
    .point-4{
        padding: 20px 0px;
    }

    .usp .row{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }
    .usp .row .col{
        width: 100%;
    }

    form .user{
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    form .user .input-box{
        margin-bottom: 20px;
        width: 100%;
    }

    .steps .row .col{
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .why{
        width: 100%;
    }

    .content-6{
        width: 90%;
        margin: 40px auto;
    }

    .content-2{
        width: 90%;
        margin: 40px auto;
    }
    .unic{
        align-items: center;
    }

    .unique{
    
        align-items: center;
        justify-content: center;
        width: 90%;
        
    }

    .footer-content {
        display: block;
        justify-content: center;
        align-items: center;
        background-color: #333; 
        color: #fff; 
        padding: 10px; 
    }
    .social-icons {
        display: flex;
        justify-content: center;
    }

    .menu{
        padding: 0 5px 10px 5px;
        text-align: center;
    }

/* artist */

    .artist-slide{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #232533;
        overflow: hidden;
        height: 100vh;    
    }
    
    .artis-container{
        width: 100%;
        height: 100%;
        max-width: 350px;
        max-height: 350px;
        display: flex;
        justify-content: center;
        transform-style: preserve-3d;
        flex-direction: column;
        margin-bottom: 100px;
    }

    .cards{
        height: 400px;
        width: 280;
        margin-bottom: 15px;
        perspective: 500px;
    }
    
    .cards label{
        width: 280px;
        height: 470px;
    }
    
    .cards .artist{
        padding: 20px 25px;    
    }

    
    .cards .artist-img img{
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 50%);
        margin-top: 13px;
        height: 120px;
    }
    
  
    .artist .infos{
        padding-top: 15px;
    }
    
    
    .infos .name{
        font-size: 24px;
        letter-spacing: 2px;
        margin-bottom: 10px;
        padding-left: 4%;
    }
    
    .infos .lorem{
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    
    .artist .action{
        padding-top: 10px;
    }
    .action i{
        font-size: 14px;
    }

    /* form-2 */

.form-2{
    
}

.form-bg{
    width: 1200px;
    height: 400px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/front/form-2-bg.jpg) no-repeat center center cover;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 8px rgba(0, 0, 0, 50%);
    position: relative;
}
.form-bg:before{
    content: "";
    background: url(../img/front/plane.png) no-repeat center center;
    position: absolute;
    top: 12px;
    right: 30px;
    width: 260px;
    height: 60px;
    z-index: 1;
    
}

.form-text {
    color: #fffadd;
}

.form-text h4{
    font-size: 24px;
}

.input-dtl{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.input-dtl div{
    display: flex;
    justify-content: space-between;
}

.input-group{
    margin-right: 20px;
}


.input-group input{
    height: 40px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 15px;
    font-size: 16px;
    border-bottom-width: 2px ;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}
}



/* =======28.09.2023 added======== */

/* ====artist slider==== */
.artist_slider_area {
    background-color: #232533;
    padding: 50px 0;
}
.artist_slider_item {
    background: #323444;
    border-radius: 10px;
    padding: 30px 35px;
    
}
.artist_img {
    border-radius: 5px;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 50%);
    margin-top: 10px;
    width: 95%;
    height: 220px;
    object-fit: cover;
    transition: all .7s;
    overflow: hidden;
}
.artist_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.artist_slider_area .owl-item.active {
    opacity: 0.5;
    transition: 0.5s;
}
.artist_slider_area .owl-item.active.center {
    transform: scale(1.2, 1.1);
    transition: 0.5s;
    z-index: 9;
    box-shadow: 0px 11px 50px rgba(0, 0, 0, 50%);
    opacity: 1;
}
.artist_slider_area .owl-carousel .owl-stage-outer {
    padding: 50px 0 80px;
}
.artist_img_area {
    position: relative;
}
.artist_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-bottom: 10px;
    background-color: #fbff23;
    position: absolute;
    top: 7px;
    right: -8px;
}
.artist_dot::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    right: 0;
    background-color: #fad00c;
    border-radius: 50%;
}
.artist_dot::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -20px;
    right: 0;
    background-color: #3989f1;
    border-radius: 50%;
}
.artist_content_area .artist_name {
    font-size: 27px;
    color: #fad00c;
    letter-spacing: 3px;
    margin-bottom: 20px;
    transition: all .6s ease;
    text-align: right;
    display: block;
    font-weight: 400;
    line-height: 1;
    margin-top: 15px;
}
.artist_content_area p {
    text-align: right;
    color: #fff;
    font-size: 14px;
}
ul.artist_actions {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    color: #fff;
}


  
.artist_slider_area  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
.artist_slider_area  .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
    transition: 0.5s;
  }
  .artist_slider_area .owl-dots button.owl-dot.active {
    background-color: #f00;
    transition: 0.5s;
    transform: scale(1.2);
}
.artist_slider_area .owl-dots button.owl-dot:focus {
    outline: none;
  }
.artist_slider_area  .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
.artist_slider_area  span {
      font-size: 70px;    
      position: relative;
      top: -5px;
  }
  .all_cat_item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.all_cat_item p {
    margin-bottom: 0;
    text-align: center;
}

.all_cat_mobile  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .all_cat_mobile  .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    margin: 0 3px;
    border: 1px solid #f00;
    transition: 0.5s;
}
.all_cat_mobile  .owl-dots button.owl-dot.active {
    background-color: #f00;
    border: 2px solid #f00;
    transition: 0.5s;
}
.all_cat_mobile  .owl-dots button.owl-dot:focus {
    outline: none;
  }

.all_cat_mobile {
    padding-bottom: 40px;
}
