@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: "Poppins", sans-serif;
font-family: "DM Sans", sans-serif; */
:root {
    --theme-color-orang: #FF8C00;
    --bg-color: #212121;
    --theme-color: #151515;

    /* theme fonts */
    --font-dm : "DM Sans", sans-serif;
    --font-pop : "Poppins", sans-serif;

    --font-14 : 14px;

}
a {
    color: rgb(255 140 0);
    text-decoration: none;
}
input, textarea, select, input, textarea, select{

}
.form-select:focus{
    box-shadow: none;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #0000003d;
    outline: 0;
    box-shadow: none;
}

.input-search-artist-mob:focus{
    border: 1px solid #ebebeb;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    z-index: 9;
    background-color: #fff !important;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: 1px solid #000 !important;
}
.owl-nav .owl-prev>span, .owl-nav .owl-next>span{
display: none;
}

.owl-nav .owl-prev {
    left: 0;
    box-shadow: 8px 0px 5px 0px #00000014;
}
.owl-nav .owl-prev::after{
    content: "\f053";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}
.owl-nav .owl-next {
    right: 0;
    box-shadow: -8px 0px 5px 0px #00000014;
}
.owl-nav .owl-next::after{
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}
/* --------------- Menu --------------- */
.navbar {
    position: absolute;
    left: 0;
    top: 30px;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    z-index: 9999999;
}
.page-signup .navbar {
    position: inherit;

    padding: 16px 5px;
}
.page-signup .navbar::before {
    content: '';
    background-color: #000;
    height: 77px;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
}
.create-account{
    font-family: var(--font-dm);
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}
.verify-account{
    font-family: var(--font-dm);
    font-size: var(--font-14);
    font-weight: 400;
    text-align: center;
}
.google-btn {
    display: inline-flex;
    align-items: center;
    background-color: #4285f4;
    color: white;
    border: none;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.google-btn img {
    width: 20px;
    margin-right: 10px;
}
.google-btn:hover {
    background-color: #357ae8;
}
.navbar.nav-scroll {
    background-color: #000;
    padding: 0;
    position: fixed;
    top: -80px;
    padding: 15px 0;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.navbar .logo {}
.navbar .navbar-nav {
    padding: 2px 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    margin-left: 15px;
}
.navbar .navbar-nav .nav-link {
    padding: 5px 20px;
    border-radius: 30px;
    font-size: var(--font-14);
    color: #fff;
}
.navbar .navbar-nav .nav-link.active {
    background: rgba(255, 255, 255, 0.1);
}
.butn {
    position: relative; /* Ensure the pseudo-element is positioned relative to the button */
    padding: 7px 20px;
    background: transparent;
    font-weight: 500;
    color: var(--bs-white);
    margin-right: 15px;
    text-decoration: none;
    border: 1px solid var(--bs-white);
    border-radius: 5px;
    overflow: hidden; /* Hide overflow to contain pseudo-element */
    transition: color 0.3s ease, background-color 0.3s ease; /* Transition for color change */
}
.butn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--bs-white);
    z-index: -1; 
    transition: width 0.3s ease;
}
.butn:hover::before {
    width: 100%;
}
.butn:hover {
    color: var(--bs-black);
}
.menu-icon {
    cursor: pointer;
    font-size: 30px;
    color: var(--bs-white);
}
.cursor-pointer {
    cursor: pointer;
}
.ml-10 {
    margin-left: 10px !important;
}
.search-btn-close {
        position: absolute;
        left: 15px;
        z-index: 9;
        top: 17px;
        border: none;
        background-color: transparent;
    }
    .menu-icon {
        font-size: 28px;
        padding-left: 15px;
    }
/* --------------- header --------------- */
.header-sa {
    min-height: 100vh;
    padding: 0px 0px 40px 0px;
    position: relative;
    /* overflow: hidden !important; */
    /* z-index: 3; */
}
.header-sa .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    background-size: cover;
    z-index: -1;
}
.header-sa .background:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20vw;
    width: 70vw;
    bottom: 0;
    background: #010105;
    pointer-events: none;
    border-radius: 50%;
    -webkit-filter: blur(200px);
    filter: blur(200px);
    opacity: .7;
}
.header-sa .background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-banner.jpg);
    background-size: contain;
    background-repeat: repeat;
    z-index: -1;
    pointer-events: none;
    opacity: .15;
}
.header-sa .background-yellow {
    background-color: var(--theme-color-orang);
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    animation: slideRightToLeft 2s forwards; /* Adjust timing as needed */
}

@keyframes slideRightToLeft {
    from {
        right: 30%; /* Start position off screen to the right */
    }
    to {
        right: 0%; /* End position, fully visible on the right */
    }
}
/* Dropdown menu styles */
.topnav .dropdown-menu {
    margin-top: 0px;
    display: none;
    animation: dropdownSlideUp 0.3s ease-in-out forwards;
    transform-origin: top center;
    padding: 7px;
    border: none;
    box-shadow: -1px 16px 15px 3px #542f0157;
    border-radius: 0px 0px 10px 10px;
}
.topnav .dropdown .dropdown-menu.show {
    display: block;
    animation: dropdownSlideUp 0.3s ease-in-out forwards;
}
.topnav a{
    color: #ffffff;
}
.topnav .dropdown-menu a.dropdown-item{
    padding: 9px;
    color: #FF8C00;
}
.butn-rounded{
    padding: 5px 20px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #FF8C00;
        font-family: var(--bs-body-font-family);
    }
.dropdown-menu{
    padding:0;
}
.dropdown-item:hover {
    background-color: var(--theme-color-orang);
    color: #fff !important;
}
/* Keyframes for dropdown animation */
@keyframes dropdownSlideUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dropdownSlideDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(10px);
    }
}

.header-sa .background-yellow:before{
    content: '';
}
.header-sa .background-yellow::after{
    content: '';
}
.header-sa .caption h6.upper {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-color-orang);
}
.sub-color{
    color: var(--theme-color-orang);
}
.header-sa .caption h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: var(--bs-white);
}
.header-sa .caption h6.lower {
    font-size: var(--font-14);
    font-style:var(--font-pop);
    line-height: 20px;
    font-weight: 400;
    color: #C6C6CF;
    margin-bottom: 50px;
}
.banner-search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.banner-search-box>select {
    width: 35%;
    border-radius: 5px 0px 0px 5px;
    border: none;
    color: var(--theme-color);
    font-weight: 700;
    font-size: var(--font-14);
    min-height: 53px;
}
.banner-search-box input {
    border-radius: 0;
    border: none;
    font-weight: 600;
    font-size: var(--font-14);
    min-height: 53px;
    color: #C6C6CF;
    border: 1px solid #ebebeb;
}
.banner-search-box button {
    background-color: var(--theme-color-orang);
    color: var(--bs-white);
    width: 140px;
    border: none;
    padding: 6px;
    border-radius: 0px 5px 5px 0px;
    font-weight: 600;
    font-size: var(--font-14);
    min-height: 53px;
}
#suggestions {
    border: none;
    background-color: #ffffff;
    padding: 0px 0px;
    width: 100%;
    margin-top: 0px;
    position: absolute;
    top: 60px;
    z-index: 1;
    border-radius: 5px;
}
#suggestions>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#suggestions>ul>li{
    list-style:none;
    padding: 0;
}
#suggestions>ul>li>a {
    text-decoration: none;
    display: block;
    color: var(--theme-color);
    padding: 8px 8px;
    border-bottom: none;
    transition: 0.3s;
    font-size: var(--font-14);
    font-weight: 600;
}
#suggestions>ul>li>a:hover {
    background-color: #e7e7e7;
}
/* for mobile */
#suggestionsMob {
    border: 0px solid #ccc;
    background-color: #ffffff;
    padding: 10px 0px;
    width: 100%;
    margin-top: 0px;
    position: absolute;
    top: 122px;
    z-index: 1;
}
#suggestionsMob>ul{
    list-style:none;
    padding: 0;
}
#suggestionsMob>ul>li{
    list-style:none;
    padding: 0;
}
#suggestionsMob>ul>li>a {
    text-decoration: none;
    display: block;
    color: var(--theme-color);
    padding: 8px 8px;
    border-bottom: 1px dashed #ffffff;
    transition: 0.3s;
    font-size: var(--font-14);
    font-weight: 600;
}
#suggestionsMob>ul>li>a:hover {
    background-color: #e7e7e7;
}
/* --------------- Menu --------------- */
.hamenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #1d1d1d;
    overflow: hidden;
    z-index: 99999999999;
    /* -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.55, 1); */
}
.hamenu:after {
    content: '';
    background-image: url(../images/menu-shape.png);
    background-size: contain;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .5;
}
.hamenu .close-menu {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 4;
}
.hamenu .close-menu {
    color: #fff;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.hamenu.open .close-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.hamenu.open .menu-links .main-menu > li .link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.hamenu.open .cont-info {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.hamenu.open .cont-info .text-center {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.hamenu .menu-links {
    color: #fff;
    height: 100vh;
    padding-top: 140px;
    padding-left: 80px;
    padding-right: 80px;
    overflow: auto;
    width: 100%;
    background: #111;
}
.hamenu .menu-links::-webkit-scrollbar {
    width: 5px;
}
.hamenu .menu-links::-webkit-scrollbar-track {
    background: #111;
}
.hamenu .menu-links::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}
.hamenu .menu-links .main-menu {
    position: relative;
    z-index: 2;
}
.hamenu .menu-links .main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.hamenu .menu-links .main-menu > li {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    list-style: none;
}
.hamenu .menu-links .main-menu > li .link {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    padding: 15px 30px;
    width: 100%;
    text-decoration: none;
    position: relative;
    display: block;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.hamenu .menu-links .main-menu > li .link i {
    position: absolute;
    width: 90px;
    top: 0;
    right: 0;
    bottom: 0;
}
.hamenu .menu-links .main-menu > li .link i:before {
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
}
.hamenu .menu-links .main-menu > li .link i:after {
    content: '';
    width: 16px;
    height: 1px;
    position: absolute;
    top: calc(50% + 8px);
    left: calc(50% - 8px);
    background: #fff;
}
.hamenu .menu-links .main-menu > li .link.dopen i:before {
    opacity: 0;
}
.hamenu .menu-links .main-menu > li .link .fill-text {
    position: relative;
    color: rgba(255, 255, 255, 0.4);
}
.hamenu .menu-links .main-menu > li .link .fill-text:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
    -o-transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
    transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
}
.hamenu .menu-links .main-menu > li.hoverd .link .fill-text:after {
    width: 0;
}
.hamenu .menu-links .main-menu > li .sub-dmenu {
    font-size: 30px;
    font-weight: 500;
    padding-left: 50px;
    text-transform: capitalize;
    letter-spacing: normal;
    background: rgba(255, 255, 255, 0.009);
}
.hamenu .menu-links .main-menu .sub-menu {
    display: none;
    padding: 20px 0;
}
.hamenu .menu-links .main-menu .sub-menu.no-bord {
    border-top: 0;
    padding: 0;
}
.hamenu .menu-links .main-menu .sub-menu li {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 22px;
    font-weight: 400;
}
.sub-menu li a {
    padding: 12px 12px 12px 40px;
    opacity: .6;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: block;
    text-decoration: none;
    color: var(--bs-white);
}
.sub-menu li a:hover {
    opacity: 1;
}
.sub-menu2 {
    display: none;
    padding: 10px 0 20px;
}
.sub-menu2 li {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 22px;
    font-weight: 400;
}
.sub-menu2 li a {
    padding: 12px 12px 12px 70px;
    opacity: .6;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.sub-menu2 li a:hover {
    opacity: 1;
}
.hamenu .cont-info {
    padding-left: 30px;
    width: 70%;
    color: #fff;
    background: #1d1d1d;
}
.hamenu .cont-info .logo {
    width: 200px;
    margin-bottom: 50px;
}
.hamenu .cont-info .text-center {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}
.hamenu .cont-info .text-center h5 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.7;
}
.valign {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.butn.dark{
    color: var(--theme-color);
    border-color: var(--theme-color);
}
.butn.dark:hover{
    color: var(--bs-white);
}
.butn.dark::before{
    background-color: var(--theme-color);
    color: var(--bs-white);
}
.banner-hilight-content {
    padding-left: 124px;
}
.banner-hilight-content>h2{
    font-size: 40px;
    font-weight: 700;
}
.banner-hilight-content>p{
    font-size: var(--font-14);
    font-weight: 400;
}
.banner-hilight-content .butn.dark {
    padding: 10px 20px;
    line-height: 56px;
}
.contact-number>a {
    text-decoration: none;
    font-size: 30px;
    line-height: 80px;
    color: var(--bs-white);
}
/* ------------ Popular Categories Slider ------------ */
.popular-category{
padding: 40px 0px;
}
.section-title-center{
    text-align: center;
    padding-bottom: 40px;
}
.yellow-title {
    color: var(--theme-color-orang);
    font-style: var(--font-pop);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}
.main-title{
    color: #000011;
    font-style: var(--font-dm);
    font-weight: 700;
    font-size: 40px;
}
.artist-section-box {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}
.artist-catagory{
    position: relative;
}
.a-listing{

}
.list-overlay {
    position: absolute;
    padding: 15px;
    bottom: 0;
    background-color: var(--theme-color);
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
.list-overlay .img-simbol {
    background-color: rgb(255 255 255 / 20%);
    padding: 10px;
    width: 55px !important;
    border-radius: 5px;
}
.list-overlay div>h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-white);
}
.list-overlay .cus-tag {
    font-size: var(--font-14);
    font-weight: 400;
    background-color: var(--theme-color-orang);
    color: var(--bs-white);
    padding: 5px 20px;
    border-radius: 5px;
}
.artist-section-box .owl-nav .owl-prev {
    left: -50px;
    box-shadow: 8px 0px 5px 0px #00000014;
}

.artist-section-box .owl-nav .owl-next {
    right: -50px;
    box-shadow: -8px 0px 5px 0px #00000014;
}
.img-category {
    border-radius: 10px 10px 0px 0px;
}
/* ------------ Popular ARTIST ------------ */
.popular-artist{
    padding: 0px 0px 40px 0px;
}
.item-card-artist {
    position: relative;
    margin-bottom: 15px;
}
.img-artist {
    border-radius: 10px;
    height: 315px;
    object-fit: cover;
}
.artist-overlay{
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 49%);
    color: var(--bs-white);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 15px;
}
.artist-name{
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-dm);
}
/* ------------ success story ------------ */
.bg-success-story {
    padding: 40px 0px;
    background-color: #000000a6;
    background-blend-mode: color;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}
.success-list-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.yellow-title.light{
    color: var(--bs-white);
}
.main-title.yellow{
    color: var(--theme-color-orang);
}
.success-list{
    padding: 15px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
.success-list div>h5 {
    font-size: 40px;
    font-weight: 600;
    color: var(--bs-white);
}
.success-list .cus-tag-label {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-pop);
    text-transform: uppercase;
    color: var(--theme-color-orang);
}
/* --------- start How it work --------- */
.bg-how-it-work{
    padding: 40px 0px;
}
.timeline{
    position: relative;
}
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 1px dashed var(--theme-color-orang);
    height: 100%;
    display: block;
    z-index: -1;
}
.card-hiw{
    display: flex;
    justify-content: space-around;
    gap: 0px;
    margin-bottom: 50px;
}
.hiw-card-header, .hiw-card-body{
    width: 100%;
}

.hiw-card-body{
    display: flex;
    justify-content: space-around;
    gap: 30px;
    margin-left: -50px;
}
.step-content>h4{
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-dm);
}
.step-content>p {
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 25px;
    color: #6A6A6A;
}
.btn-theme-yellow {
    position: relative;
    padding: 14px 28px;
    background: transparent;
    color: var(--theme-color);
    margin-right: 15px;
    text-decoration: none;
    border: 1px solid var(--theme-color-orang);
    border-radius: 9px;
    overflow: hidden;
    transition: color 0.3s ease, background-color 0.3s ease;
}
.btn-theme-yellow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--theme-color-orang);
    z-index: -1; 
    transition: width 0.3s ease;
}
.btn-theme-yellow:hover::before {
    width: 100%;
}
.btn-theme-yellow:hover {
    color: var(--bs-white);
}
.step-count{

}
.step-count>span {
    background-color: #ffffff;
    color: #CDCDCD;
    font-size: 25px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    box-shadow: 0px 2px 11px 0px #CDCDCD;
}
.img-hiw{
    padding-left: 50px;
}
.card-hiw.revarce .hiw-card-body {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    margin-left: 50px;
    flex-direction: row-reverse;
}
.card-hiw.revarce .img-hiw{
    padding-left: 30px;
}

/* --------- start footer-------- */
.bg-footer{
    background-color: #0C0A1E;
    padding: 40px 0px;
}

.ftr-title{
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-pop);
}
.ftr-title.light {
    color: var(--bs-white);
}
.ftr-describtion{
    font-size: var(--font-14);
    font-weight: 500;
    font-family: var(--font-dm);
}
.ftr-describtion.light{
    color: var(--bs-white);
    opacity: 0.6;
}
.center-form {
    text-align: center;
    border-left: 1px solid rgb(255 255 255 / 10%);
    border-right: 1px solid rgb(255 255 255 / 10%);
    padding: 0px 30px;
}
.form-subscribe{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-subscribe>input {
    border-radius: 5px 0px 0px 5px;
    border: none;
    font-weight: 600;
    font-size: var(--font-14);
    height: 42px;
}
.btn-subscribe{
    background-color: var(--theme-color-orang);
    color: var(--bs-white);
    width: 140px;
    border: none;
    padding: 6px;
    border-radius: 0px 5px 5px 0px;
    font-weight: 600;
    font-size: var(--font-14);
    height: 42px;
}
.ql-menu-list {
    list-style: none;
    padding: 0;
}
.ql-menu-list>li>a{
    font-size: var(--font-14);
    font-weight: 500;
    font-family: var(--font-dm);
    color: var(--bs-white);
    opacity: 0.6;
    text-decoration: none;
    display: block;
    padding: 8px 0px;
    transition: 0.3s;
}
.ql-menu-list>li>a:hover{
    padding: 8px 3px;
    opacity: 1;
    color: var(--theme-color-orang);
}
.social-list {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.social-list>li>a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: flex;
    background-color: rgb(255 255 255 / 10%);
    color: var(--bs-white);
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: 0.3s;
}
.social-list>li>a:hover{
    background-color: var(--bs-white);
    color: var(--theme-color-orang);
    border-radius: 25px;
}
.img-footer{
    margin-bottom: 15px;
}
.plicy-ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}
.plicy-ul>li>a {
    text-decoration: none;
    color: var(--bs-white);
    font-size: var(--font-14);
    font-weight: 400;
}
.text-copyright{
    font-size: 12px;
}
#bottomTotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 15px;
    font-size: 24px;
    color: var(--theme-color-orang);
}
/* ===========================
Listing page 
 ===========================*/
.sub-page-caption h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: var(--bs-white);
    font-family: var(--font-dm);
    letter-spacing: 1px;
}
.bg-subpage-banner {
    min-height: 50vh;
    padding: 0px 0px 40px 0px;
    position: relative;
    overflow: hidden !important;
    z-index: 3;
}
.bg-subpage-banner .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    background-size: cover;
    z-index: -1;
}
.bg-subpage-banner .background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    bottom: 0;
    background: #0b0922c7;
    pointer-events: none;
    border-radius: 0;
    
}

.cus-breadcrumb>.breadcrumb-item {
    text-transform: capitalize;
    color: var(--bs-white);
    font-size: 14px;
}
.cus-breadcrumb>.breadcrumb-item>a {
    color: var(--theme-color-orang);
    text-decoration: none;
}
.cus-breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    color: var(--bs-white);
    content: "\f054";  
    font-weight: 900;
    font-family: "Font Awesome 6 free";
}
 .filter-accordion .accordion-item{
    border: none;
     }
     .filter-accordion .accordion-button::after {
        background-image: none !important;
        content: "\f078";
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        font-size: 12px;
    }
     .filter-accordion .accordion-button {
        background-color: transparent;
        box-shadow: none;
        color: #0C0A1E;
        text-transform: uppercase;
        font-weight: 500;
        font-style: var(--font-dm);
        font-size: 18px;
    }
    .filter-accordion .form-check-input:checked {
        background-color: var(--theme-color-orang);
        border-color: var(--theme-color-orang);
    }
    .accordion-body label{
        font-weight: 500;
    }
    .btn-filter{
        min-width: 200px;
        background-color: var(--theme-color);
        height: 40px;
        border: 1px solid var(--theme-color);
        border-radius: 8px;
        font-family: 'Poppins', sans-serif;
        color: #fff;
        font-size: var(--font-14);
        font-weight: 500;
        padding: 7px 32px;
        text-align: center;
    }
    
    .slider {
        border-radius: 5px;
        height: 7px;
        appearance: none;
        background-color: var(--theme-color);
        outline: none;
        opacity: 0.7;
        -webkit-transition: .2s;
        transition: opacity .2s;
    }
    .slider:hover {
        opacity: 1;
    }
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        background-color: #ffffff;
        box-shadow: 5px 3px 6px 0px #00000057;
        cursor: pointer;
        border-radius: 50%;
    }
    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        background-color: var(--theme-color);
        cursor: pointer;
    }
    .filter-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        padding: 5px;
        border-bottom: 1px solid #00000014;
    }
    .filter {
        padding: 5px 12px;
        z-index: 3;
        background-color: #f7f7f8;
        border-color: #d4d7e2;
        color: #121212;
        text-decoration: none;
        border-radius: 4px;
    }
    .filter>img{
        width: 28px;
    }
    .last-row-img{
        display: flex;
        gap: 22px;
    }
/* --------------- ARTIST DETAILS PAGE ---------------- */

.bg-artistpage-banner{
    min-height: 500px;
    padding: 0px 0px 62px 0px;
    position: relative;
    overflow: hidden !important;
    z-index: 3;
}
.bg-artistpage-banner .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    background-size: cover;
    z-index: -1;
}
.bg-artistpage-banner .background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    width: 100%;
    bottom: 0;
    background: #0b0922c7;
    pointer-events: none;
    border-radius: 0;
    filter: blur(1px);
}
.background-overlay{
    display: none;
    /* background-color: var(--theme-color); 
    opacity: 0.3; */
    background: linear-gradient(327deg, rgb(0 0 0 / 29%) 0%, rgb(255 255 255 / 0%) 49%);
    position: absolute;
    top: 0;
    left: 0;
    width: 51%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    animation: slideRightToLeft 2s backwards;
    z-index: -1;
    /* animation-direction: reverse;
    animation: mymove 2s infinite;
  animation-timing-function: linear; */
}
.artist-banner h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: var(--bs-white);
}
.header-button{
    display: flex;
    gap: 10px;
}
.music-button {
    background-color: #ffffff3d;
    color: #dfdfdf;
    padding: 4px 8px;
    border: none;
    border-radius: 50px;
    font-family: var(--font-dm);
    font-size: 12px;
    font-weight: 400;
}
.artist-banner p{
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #C6C6CF; 
    display: -webkit-box;
    -webkit-line-clamp: 3;  /* show max 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* -- Artist Details -- */
.artist-details{
    padding: 30px 0px;
}
.artist-menu-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: justify;
    width: 100%;
    border-bottom: 1px solid #00000014;
    display: flex;
    justify-content: space-between;
}
  .artist-menu-ul li {
    position: relative;
  }
  
  .artist-menu-ul li a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #000000; /* Normal color */
    position: relative;
    transition: color 0.3s ease;
  }
  
  .artist-menu-ul li a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FF8C00;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  
  .artist-menu-ul li a:hover::before,
  .artist-menu-ul li a.active::before {
    visibility: visible;
    width: 100%;
  }
  
  .artist-menu-ul li a:hover,
  .artist-menu-ul li a.active {
    color: #FF8C00; /* Hover and active color */
  }
  
.menu-catagory{
    border: 2px solid #00000014;
    border-radius: 10px;
    padding: 10px 20px;
}
.menu-catagory h1{
    font-size: 23px;
    font-family: var(--font-dm);
    font-weight: 600;
}
.menu-catagory h6{
color: var(--theme-color-orang);
border-bottom: 2px solid #00000014;
font-family: var(--font-dm);
padding-bottom: 16px;
font-weight: 600;
}
.menu-catagory p {
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 25px;
    padding-top: 0;
    margin-bottom: 0;
}
.events{
    list-style: none;
    padding-left: 0;
}
.events-catagory {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.fa-check-circle:before, .fa-circle-check:before {
    content: "\f058";
    background-color: #54E360;
    border-radius: 40px;
}
.menu-catagory span {
    background-color: #00000014;
    border-radius: 4px;
    color: #000011;
    font-family: var(--font-dm);
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 400;
    text-wrap: nowrap;
}
.performance-details {
    display: flex;
    list-style: none;
    padding-left: 0px;
    gap: 0px;
    justify-content: space-between;
    margin-bottom: 0;
}
.service-details{
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.menu-catagory h4 {
    font-family: var(--font-dm);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}
.service-details.b-left:first-child {
    border: 2px solid #00000000;
}
.service-details.b-left {
    border-left: 2px solid #00000014;
    border-right: 2px solid #00000014;
    padding: 5px 15px;
    width: 100%;
    text-align: center;
    display: block;
}
.service-details.b-left:last-child{
    border: 2px solid #00000000;
}
.language-details{
    display: flex;
    list-style: none;
    padding-left: 0px;
    gap: 9px;
    justify-content: flex-start;
}

.ph-image{
    width: 100%;
}
.name{
color: #0B0922;
}
.date{
color: #A1A1A1;
}
.review-star{
    color: #40E0D0;
}
.review-star-inactive{
    color: #EBEBEB;
}
/* ----------- Calender ------------- */

#frame {
    background-color: transparent;
    border-radius: 18px;
    padding: 20px;
    border: 2px solid #00000014;
}
.booking {
    font-family: var(--font-dm);
    font-size: 18px;
    font-weight: 600;
}
  header {
    margin: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  .header-display {
    display: flex;
    align-items: center;
  }
  .header-display p {
    color: #000011;
    font-family: var(--font-dm);
    font-size: 1.2rem;
    word-spacing: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .arrow {
    color: #000000;
    cursor: pointer;
    margin-bottom: 0px;
    transition: all 0.4s linear;
}
  .arrow:hover {
    background: var(--accent-2);
    transition: all 0.4s linear;
  }
  .week {
    color:#B5BEC6;
    font-weight: 600;
    font-family: var(--font-dm);
    letter-spacing: 1.5px;
  }
  #days {
    color: #000011;
    font-family: var(--font-dm);
    font-weight: 600;
    padding-bottom: 15px;
}
  #days,
  .week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin: auto;
    justify-content: space-between;
  }
  .week div, #days div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    font-size: var(--font-14);
    font-weight: 600;
}
  #days div:hover {
    background: var(--theme-color);
    color: #FFFFFF;
    cursor: pointer;
  }
  .week div {
    opacity: 0.8;
  }
  .current-date {
    background-color:var(--theme-color-orang);
    color:#ffffff;
  }
  .display-selected {
    margin-bottom: 10px;
    padding: 20px 20px;
    text-align: center;
  }
  .inactive {
    opacity: 0.5;
  }
  .booking-button {
    background-color: var(--theme-color-orang);
    border: 1px solid #FF8A02;
    border-radius: 8px;
    font-family: var(--font-pop);
    color: #FFFFFF;
    font-size: var(--font-14);
    font-weight: 500;
    text-align: center;
    width: 100%;
    padding: 10px 9px;
}
  .booking-button:hover{
    background-color:var(--theme-color);
    border: 1px solid #151515;
    color: #ffffff;
    transition: width 0.3s ease;
  }
/* --------------- end calender---------------- */

/* -------------- start artist review box---------------- */
.artist-review-box {
    margin: 12px 0px;
    background-color: transparent;
    border-radius: 7px;
    padding: 12px;
    border: 2px solid #00000014;
}
.artist-review-box .card-body p{
    font-size: 12px;
    color: #9d9d9d;
}
.user-head {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #00000014;
    margin-bottom: 10px;
    padding-bottom: 3px;
    align-items: flex-start;
    justify-content: space-between;
}
.user-thumb{
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
.user-head>.user-thumb>i{
    background-color: #ebebeb;
    line-height: 0;
    padding: 14px;
    border-radius: 50px;
    color: #0000003d;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border: 1px solid #e3e3e3;
}
.sm-img-artist{
    width: 100%;
    border-radius: 12px;
}
/* -------------- end artist review box---------------- */

.social-media {
    margin: 12px 0px;
    background-color: transparent;
    border-radius: 18px;
    padding: 20px;
    border: 2px solid #00000014;
}
.share-link {
    text-align: left;
    margin-bottom: 0;
    font-family: var(--font-dm);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.2px;
}
.public-link {
    text-align: left;
    font-family: var(--font-dm);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.2px;
    color: #545364;
}
.social-icon {
    list-style: none;
    padding: 0px 0px 15px 0px;
    display: flex;
    align-items: center;
    gap: 12px;
    /* border-bottom: 1px solid #00000014; */
    margin: 0px 0px 5px 0px;
}
.social-icon>li>a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: flex;
    background-color: transparent;
    color: var(--theme-color);
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #00000014;
    transition: 0.3s;
}
.social-icon>li>a:hover{    
    background-color: var(--bs-white);
    color: var(--theme-color-orang);
    border-radius: 25px;
}
.form-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-link>input{
    border-radius: 5px 0px 0px 5px;
    border: 2px solid #00000014;
    font-weight: 600;
    font-size: 16px;
    color: #C6C6CF;
    height: 42px;
}
.btn-copy{
    background-color: var(--theme-color);
    color: var(--bs-white);
    width: 140px;
    border: none;
    padding: 6px;
    border-radius: 0px 5px 5px 0px;
    font-weight: 400;
    font-family: var(--font-pop);
    font-size: var(--font-14);
    height: 42px;
}
.fixed-page-menu {
    position: fixed;
    top: 76px;
    max-width: 100%;
    width: 736px;
    background-color: var(--bs-white);
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cus-light-box-gallery {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.cus-light-box-gallery li {
    width: 32.333%;
}
.cus-light-box-gallery li a img {
    width: 100%;
}
/* ---------============================
Sign up Page style
---------============================ */
.login-error-alert{
    background-color: #ff000021;
    color: #ff0000;
    font-size: 12px;
    padding: 10px;
    font-weight: 600;
    border-radius: 5px;
}
.login-success-alert {
    background-color: #5272002b;
    color: #527200;
    font-size: 12px;
    padding: 10px;
    font-weight: 600;
    border-radius: 5px;
}
.bg-signup{
    padding: 0%;
}
.bg-signup .sub-page-caption p{
    font-size: var(--font-14);
    color: #C6C6CF;
}
.bg-signup.bg-subpage-banner .background{
width: 50%;
}
.card-form.step1.show h2{
    font-family:var(--font-dm);
    font-weight: 700;
    font-size: 25px;
}
.card-form.step1.show p{
    font-family: var(--font-dm);
    font-size: var(--font-14);
    font-weight: 400;
}
.card-form.step2 h2{
    font-family:var(--font-dm);
    font-weight: 700;
    font-size: 25px;
}
.card-form.step2 p{
    font-family: var(--font-dm);
    font-size: var(--font-14);
    font-weight: 400;
}
.card-form.step3 h2{
    font-family:var(--font-dm);
    font-weight: 700;
    font-size: 25px;
}
.card-form.step3 p{
    font-family: var(--font-dm);
    font-size: var(--font-14);
    font-weight: 400;
}
.already-account {
    font-family: var(--font-dm);
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding-top: 20px;
}
.sell-form-card {
    padding: 40px;
    min-height: 544px;
}
.btn-card-form {
    text-align: center;
}
.card-form {
    text-align: center;
    /* 
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.5s ease, transform 0.5s ease; */
}

.card-form.show {
    opacity: 1;
    transform: translateX(0);
}

@keyframes slideRightToLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
#loader {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    font-size: 18px;
    color: #000;
    /* Add any spinner styles you want here */
}
.card-form.animated {
    animation: slideRightToLeft 0.5s forwards;
}
.btn-card-form{
    margin-top: 20px;
}
.btn-process {
    width: 100%;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-family: var(--font-pop);
    font-weight: 500;
    background-color: var(--theme-color-orang);
    color: var(--bs-white);
    padding: 15px 15px;
}
.btn-process:hover {
    background-color: var(--theme-color-orang);
    color: var(--bs-white);
}
.mb-15 {
    margin-bottom: 15px;
}
.img-location{
    width: 136px;
    margin: auto;
}
.form-label{
    font-size: 14px;
    font-weight: 600;
    color: #000011;
    font-family: var(--font-dm);
}
.login-nav-tab {
    display: flex;
    list-style: none;
    padding: 10px;
    gap: 15px;
    justify-content: space-evenly;
    background-color: var(--theme-color);
    color: var(--bs-white);
    border-radius: 10px;
}
.login-nav-tab .nav-item .nav-link{
    color: var(--bs-white);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-dm);
    padding: 10px 20px;
    border-radius: 10px;
}
.login-nav-tab .nav-item .nav-link.active{
    background-color: var(--bs-white);
    color: var(--theme-color-orang);
    font-weight: 600;
    /* box-shadow: 0px 2px 11px 0px #CDCDCD; */
}
.otp-input-group {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}
.otp-field {
    width: 45px;
    height: 55px;
    text-align: center;
    font-size: 20px;
    border: 2px solid #ccc;
    border-radius: 10px;
    outline: none;
    transition: all 0.3s ease;
}
.otp-field:focus {
    border-color: #4a90e2;
    box-shadow: 0 0 8px rgba(74, 144, 226, 0.5);
}
.btn--verify-opt{
background-color: var(--theme-color-orang);
    color: var(--bs-white);
    width: 100%;
    border: none;
    padding: 15px 15px;
    border-radius: 10px;
    font-weight: 500;
    font-family: var(--font-pop);
    font-size: var(--font-14);
    /* height: 42px; */
    margin-top: 20px;
    text-align: center;

}
.btn-send-otp {
    background-color: var(--theme-color-orang);
    color: var(--bs-white);
    width: 96px;
    border: none;
    padding: 6px;
    border-radius: 8px;
    font-weight: 500;
    font-family: var(--font-pop);
    font-size: var(--font-14);
    height: 42px;
    position: absolute;
    top: 5px;
    right: 18px;
}
/* ============
form-style start
============== */

/*form css */
.fieldset {
    margin: 0 0 3rem;
    padding: 0;
    border: none;
  }
  .sell-form-card .form-radio, .sell-form-card .form-group {
      position: relative;
      margin-top: 30px;
      margin-bottom: 10px;
  }
  .sell-form-card .form-inline > .form-group,
  .sell-form-card .form-inline > .btn {
    display: inline-block;
    margin-bottom: 0;
  }
  .sell-form-card .form-help {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    color: #b3b3b3;
    font-size: 0.8rem;
  }
  .sell-form-card .checkbox .form-help, .sell-form-card .form-radio .form-help, .sell-form-card .form-group .form-help {
    position: absolute;
    width: 100%;
  }
  .sell-form-card .checkbox .form-help {
    position: relative;
    margin-bottom: 1rem;
  }
  .sell-form-card .form-radio .form-help {
    padding-top: 0.25rem;
    margin-top: -1rem;
  }
  .sell-form-card .form-group input {
    height: 1.9rem;
  }
  .sell-form-card .form-group textarea {
    resize: none;
  }
  .sell-form-card .form-group .control-label {
    position: absolute;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #000011;
    font-size: 14px;
    font-family: var(--font-dm);
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    font-weight: 600;
    top: -29px;
    left: 15px;
}
  .sell-form-card .form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #999;
    display: none;
  }
  .sell-form-card .form-group .bar::before {
    content: '';
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #337ab7;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
  }
  .sell-form-card .form-group input, .sell-form-card .form-group textarea {
      display: block;
      background: none;
      padding: 25px 25px;
      border: 1px solid #D0D0D0;
      border-radius: 10px;
      font-size: 14px;
      font-family: var(--font-dm);
      line-height: 1.9;
      width: 100%;
      color: transparent;
      -webkit-transition: all 0.28s ease;
      transition: all 0.28s ease;
      box-shadow: none;
  }
  .sell-form-card .form-group input[type="file"] {
    line-height: 1;
  }
  .sell-form-card .form-group input[type="file"] ~ .bar {
    display: none;
  }
  .sell-form-card .form-group select,
  .sell-form-card .form-group input:focus,
  .sell-form-card .form-group input:valid,
  .sell-form-card .form-group input.form-file,
  .sell-form-card .form-group input.has-value,
  .sell-form-card .form-group textarea:focus,
  .sell-form-card .form-group textarea:valid,
  .sell-form-card .form-group textarea.form-file,
  .sell-form-card .form-group textarea.has-value {
    color: #333;
  }
  .sell-form-card .form-group select ~ .control-label, 
  .sell-form-card .form-group input:focus ~ .control-label, 
  .sell-form-card .form-group input:valid ~ .control-label, 
  .sell-form-card .form-group input.form-file ~ .control-label, 
  .sell-form-card .form-group input.has-value ~ .control-label, 
  .sell-form-card .form-group textarea:focus ~ .control-label, 
  .sell-form-card .form-group textarea:valid ~ .control-label, 
  .sell-form-card .form-group textarea.form-file ~ .control-label, 
  .sell-form-card .form-group textarea.has-value ~ .control-label {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    top: -29px;
    left: 15px;
    font-family: var(--font-dm);
}
  .sell-form-card .form-group select:focus,
  .sell-form-card .form-group input:focus,
  .sell-form-card .form-group textarea:focus {
    outline: none;
  }
  .sell-form-card .form-group select:focus ~ .control-label,
  .sell-form-card .form-group input:focus ~ .control-label,
  .sell-form-card .form-group textarea:focus ~ .control-label {
    color: #000000;
  }
  .sell-form-card .form-group select:focus ~ .bar::before,
  .sell-form-card .form-group input:focus ~ .bar::before,
  .sell-form-card .form-group textarea:focus ~ .bar::before {
    width: 100%;
    left: 0;
  }
  .sell-form-card .new-select{
      width:100%;
      padding: 0px 11px;
      height: 52px;
      border-radius: 6px;
      border: 1px solid #D0D0D0;
      font-size: 11px;
      text-transform: uppercase;
  }
  /*radio button*/
  .guests-ul li [type="radio"]:checked,
  .guests-ul li [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px;
  }
  .guests-ul li [type="radio"]:checked + label
  {
      position: relative;
      padding-top: 14px;
      cursor: pointer;
      color: #000011;
      width: 100%;
      height: 100%;
      text-align: center;
  }
  .guests-ul li [type="radio"]:not(:checked) + label
  {
      position: relative;
      padding-top: 14px;
      cursor: pointer;
      color: #6a6a6a;
      width: 100%;
      height: 100%;
      text-align: center;
  }
  .guests-ul li [type="radio"]:checked + label:before, 
  .guests-ul li [type="radio"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 50px;
      border: 1px solid #cccccc;
      border-radius: 5px;
      
  }
  .guests-ul li [type="radio"]:checked + label:after,
  .guests-ul li [type="radio"]:not(:checked) + label:after {
      content: '';
      width: 100%;
      height: 50px;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 5px;
      border: 1px solid var(--theme-color-orang);
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      z-index: 0;
  }
  .guests-ul li [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  .guests-ul li [type="radio"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  .guests-ul li label span{
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-dm);
}
.guests-ul {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.guests-ul li {
    width: 100%;
    height: 50px;
    position: relative;
}
.form-select, .form-control{
    padding: 12px 10px;
    font-size: 14px;
}
.select-form-control{
    padding: 8px 10px;
    font-size: 14px;
}
/* checkbox style */
/* Hide the default checkbox */
.form-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #A1A1A1;
    border-radius: 50%; /* Makes the checkbox round */
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}
/* Checked state */
.form-checkbox input[type="checkbox"]:checked {
    background-color: #A1A1A1;
    border-color: #A1A1A1;
    color: #000000;
}
/* Custom checkmark */
.form-checkbox input[type="checkbox"]:checked::after {
    content: '\2713'; /* Unicode for checkmark */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 14px;
}
/* Unchecked state */
.form-checkbox input[type="checkbox"]:not(:checked) {
    background-color: #ffffff;
    border-color: #A1A1A1;
    color: #000000;
}
/* Label customization */
.form-checkbox label {
    color: #000000;
    cursor: pointer;
}

/* end checkbox style */
/* =============
form style end
============= */

/* =============
Booking form style
============= */
.hidden {
    display: none;
    opacity: 0;
}
#bookOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.booking-artist {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 40%;
    background: #fff;
    z-index: 9999999;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease;
    opacity: 0;
}
.box_booking_2 .user_thumb figure, .sign_up .user_thumb figure {
    border: 2px solid #d2d8dd;
    border-radius: 50%;
    height: 100px;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    width: 100px;
}
.box_booking_2 .user_thumb figure img, .sign_up .user_thumb figure img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    z-index: 1;
}
.box_booking_2 .head .title, .sign_up .head .title {
    margin-top: 20px;
}
.box_booking_2 .head h3, .sign_up .head h3 {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
}
#bookOverlay.active {
    display: block;
    opacity: 1;
}
.booking-artist.active {
    right: 0; /* Slide in */
    opacity: 1;
    overflow: auto;
}

.box_booking_2, .sign_up {
    margin-bottom: 25px;
    overflow: hidden;
}
.box_booking_2 .head, .sign_up .head {
    background-color: #1f2f6a;
    color: #fff;
    padding: 20px;
    text-align: left;
    display: flex;
    gap: 15px;
}
.box_booking_2 .main, .sign_up .main {
    padding: 16px 22px;
}
#bookingFormClose{
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background-color: transparent;
    color: var(--bs-white);
    font-size: 22px;
    padding: 15px;
    line-height: normal;
}
.booking-time-date{
    padding-left: 0%;
    list-style: none;
}
.booking-time-date>li{
    display: flex ;
    justify-content: space-between;
}
.add_bottom_15{
    margin-bottom: 15px;
}
.box_booking_2 .form-group i, .sign_up .form-group i {
    color: #ccc;
    display: block;
    font-size: 16px;
    position: absolute;
    right: 3px;
    top: 12px;
    width: 25px;
}
/* =============
Booking form style end
============= */

.float-set-icon {
    position: absolute;
    right: 18px;
    top: 18px;
}
.float-alert{
    position: absolute;
    top: 6px;
    right: 4px;
}
.error-box {
    margin-bottom: 0px;
    height: 15px;
    margin-top: 7px;
}
.custom-error-danger {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #ff00000f;
    padding: 3px 8px;
    border-radius:7px;
}
.custom-error-danger p {
    font-size: 11px;
    color: #F44336;
    margin-bottom: 0;
}
.custom-error-danger .rounded-cross {
    background-color: #F44336;
    color: #ffffff;
    padding: 0px 5px;
    border-radius: 50%;
    line-height: 13px;
    font-size: 8px;
}
/* start item loading */
.delay_1 {
    animation-delay: 100ms !important;
  }
  .delay_2 {
    animation-delay: 200ms !important;
  }
  .delay_3 {
    animation-delay: 300ms !important;
  }
  .delay_4 {
    animation-delay: 400ms !important;
  }
  .delay_5 {
    animation-delay: 500ms !important;
  }
  .delay_6 {
    animation-delay: 600ms !important;
  }
  .delay_7 {
    animation-delay: 700ms !important;
  }
  #otherOccasionInput{
    position: relative;
  }
  .occasion-reset {
    position: absolute;
    right: 10px;
    bottom: 11px;
    font-size: 12px;
    text-transform: uppercase;
}
/* end item loading */
.verify-email{
    background-color: #f1f2f6;
    display: flex;
    justify-content: center;
    padding: 20px;
}
.email-address-popup{
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 500px; */
    box-shadow: 0px 5px 14px 3px #cdcccc54;
    padding: 20px;
}
.btn-verify-email {
    background-color: #41ae39;
    font-family: "DM Sans", sans-serif;
    color: #FFFFFF;
    padding: 15px 32px;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 400;
    border: 2px solid #2f9727;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: all .3s;
    text-align: center;
    text-decoration: none;
}
.verify-social-icon {
    list-style: none;
    padding: 0px 0px 15px 0px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.verify-social-icon a {
    margin: 20px 0px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    color: #a2a3a5;
    text-decoration: none;
}
/* artist profile start */
.bg-artist-profile {
    padding: 50px 0px;
    background-color: #ededed;
}
.artist-tab-content {
    padding: 26px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0px 10px 16px 0px #00000017;
    border-radius: 0px 0px 10px 10px;
}
.artist-nav-tabs .nav-link {
    color: var(--theme-color);
    font-weight: 600;
    font-size: 16px;
}
.artist-nav-tabs .nav-item.show .nav-link, .artist-nav-tabs .nav-link.active {
    background-color: var(--theme-color-orang);
    border-color: var(--theme-color-orang);
    color: var(--bs-white);
}

/* upload image */
.upload__box {
    padding: 40px;
  }
  .upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 200px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #4045ba;
    border-color: #4045ba;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
  }
  .upload__btn p{
    margin-bottom: 0px;
  }
  .upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;
  }
  .upload__btn-box {
    margin-bottom: 10px;
  }
  .upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
  }
  .upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
  }
  .upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
  }
  .img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
  }
  .upload__img-name{
    overflow: hidden;
    height: 40px;
    display: flex;
    align-items: center;
  }
  /* end upload image */

/* artist profile end */

/* =============
contact us page style start
============== */
        section {
            padding: 60px 0;
        }
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background: #071c34;
  padding: 30px 0px;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: #fda40b;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #999999;
  font-size: 16px;
  font-weight: ;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #fda40b none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}
.chip {
    display: inline-flex;
    align-items: center;
    background: #f0f4f8;
    color: #1a1a1a;
    border: 1px solid #d1d5db;
    border-radius: 50px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 400;
    margin: 4px;
    height: 26px;
    transition: all 0.2s ease-in-out;
}
.chip .remove-chip {
  margin-left: 8px;
  font-size: 14px;
  color: #6b7280;
  transition: color 0.2s;
}
.chip .remove-chip:hover {
  color: #ef4444; 
}
.active-filters {
    display: flex;
    gap: 0;
    height: 40px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0;
    scrollbar-width: none;
    margin-top: 1rem;
}
/* Chrome, Edge, Safari scrollbar hide by default */
.active-filters::-webkit-scrollbar {
  height: 6px;
  background: transparent;
}
/* thumb hidden by default */
.active-filters::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}
/* show scrollbar on hover */
.active-filters:hover {
  scrollbar-width: thin; /* Firefox visible */
}
.active-filters:hover::-webkit-scrollbar-thumb {
  background: #ccc;
}
.form-label-float {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #000;
    font-family: var(--font-dm);
    position: absolute;
    height: 47px;
    width: 110px;
    display: flex;
    border-radius: 5px 0px 0px 5px;
    align-items: center;
    justify-content: center;
}
#social-link .form-control{
    padding-left: 120px;
}
.img-reset-pass{
    width: 156px;
}
.details-control{
    text-align: center;
    cursor: pointer;
    color: #ff9835 !important;
}
.btn-accept {
    border-radius: 50px;
    padding: 4px 12px;
    background-color: #2f6c0026;
    color: #198754;
    font-size: 12px;
    border: 1px solid #198754;
    text-align: center;
}
.btn-reject {
    border-radius: 50px;
    padding: 4px 12px;
    background-color: #dc35452e;
    color: #dc3545;
    font-size: 12px;
    border: 1px solid #dc3545;
    text-align: center;
}
.dataTables_filter{
    padding-bottom: 15px;
}
.is-fixed {
  position: sticky;
  top: 75px;
  z-index: 1000; 
  background-color: #fff !important; 
}
/* ===================
user dashboard start
==================== */
.bg-artist-dashboard {
            background-color: #e5e5e5;
        }
        .bg-artist-dashboard .navbar {
            top: 0;
            padding: 15px;
            background: #000000;
        }
        .bg-artist-dashboard .navbar.nav-scroll{
            transform: translateY(0px);
        }
        .artist-dashboard {
            position: relative;
            margin-top: 25px;
            z-index: 3;
        }
        .dashboard-header{
            position: relative;
        }
        .cover-upload-box{
            position: absolute;
            right: 10px;
            bottom: 20px;
        }
        .profile-main-box{
            display: flex;
            flex-direction: column;
            padding: 20px;
        }
        #cover-upload, #profile-upload {
            display: none;
        }
        .profile-nav .nav-tabs {
            border: 0px;
            box-shadow: 1px 1px 9px -1px #00000047;
            border-radius: 6px;
            margin: 0;
            padding: 10px;
            background-color: #fff;
            margin-bottom: -5px;
            z-index: 1;
            position: relative;
}
        .profile-nav .nav-tabs .nav-link {
    padding: 7px 30px;
    font-size: 15px;
    border-radius: 5px;
    border: none;
}
        .profile-nav .nav-tabs .nav-item.show .nav-link, .profile-nav .nav-tabs .nav-link.active {
            color: #ffffff;
            background-color: #ff9835;
            border-color: var(--bs-nav-tabs-link-active-border-color);
            border: none;
        }


.btn-upload {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f7f7f7;
    color: #000000;
    cursor: pointer;
    border-radius: 0;
    font-size: 13px;
    text-align: center;
    box-shadow: inset 0px 0px 1px 1px #0000009e;
}
  #img-preview-cover {
    width: 100%;
    height: 270px;
    margin-bottom: 10px;
    object-fit: cover;
}
.profile-box {
    border: 2px solid #fff;
    position: relative;
    border-radius: 50%;
    width: 156px;
    height: 156px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee; 
}
#img-preview-profile {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 50%;
}
.btn-upload-profile {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    z-index: 9;
    right: 0px;
    top: 0;
    background-color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
}
.artist-profile-details {

}
.artist-profile-details>h2{
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0px;
}
.artist-profile-details>h2>span{
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}
.artist-profile-details>h5{
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    margin-top: 5px;
}
.select2-container {
    display: block;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #dfdfdf;
    border-radius: 7px;
    cursor: text;
    padding: 6px 10px;
    font-size: 14px;
}
.artist-dashboard .tab-content {
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: inset 0px 0px 1px 0px;
    border-top: 0;
    background-color: #fff;
}
/* tab gallery image style */
.image-preview {
    /* width: 256px; */
    /* height: 256px; */
    max-width: 100%;
    min-height: 200px;
    background-color: #f9f9f9;
    border: 1px dashed #d1d1d1;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 30px 0px; */
    /* margin: 10px 0px; */
    gap: 16px;
}
.image-preview img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    padding: 9px;
    border-radius: 22px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0%);
}
.image-actions {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    gap: 5px;
}
.image-actions button {
    background-color: rgb(255 105 105 / 80%);
    color: #fff;
    border: 1px solid #ff0101;
    border-radius: 50%;
    padding: 6px 11px;
    cursor: pointer;
}
.nav-link {
    color: #919191;
}
/* Custom class for the styled button */
.custom-file-upload {
    /* width: 256px; */
    height: 256px;
    max-width: 100%;
    min-height: 200px;
    background-color: #f9f9f9;
    border: 1px dashed #d1d1d1;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 30px 0px; */
    /* margin: 10px 0px; */
    gap: 16px;
}
.upload-btn {
    display: inline-block;
    padding: 6px 12px;
    background-color: #4CAF50;
    color: white;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
    transition: background 0.3s ease;
}
.upload-btn:hover {
  background-color: #45a049;
}
.hidden-input {
  display: none;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Default: Desktop এ ৪ কলাম */
  gap: 15px;
}

.gallery-grid .item {
  background: #4a90e2;
  color: white;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}

/* Tablet view (max-width: 1024px) */
@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr); /* ট্যাবলেটে ২ কলাম */
  }
}

/* Mobile view (max-width: 600px) */
@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: repeat(1, 1fr); /* মোবাইলে ১ কলাম */
  }
}
/*--------LeftPanel--------*/
.dashboard-bg{
    background-color: #f5f5f5;
    padding: 20px;
}
.left-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 20px 0px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}
.left-panel>img{
    border-radius: 45px;
    width: 25%;
}
.admin-center-flex{
    display: flex;
    justify-content: center;
}
.highlight-text{
    font-size: 23px;
    margin: 0;
}
.des{
    font-size: 16px;
    text-align: center;
    margin: 0;
}
.des.left{
    text-align: left;
    margin: 12px 0px;
}
.rating{
    display: flex;
    gap: 10px;
    align-items: center;
}
.num{
    font-size: 20px;
    color: #0C0A1E;
    font-weight: 500;
}
.rating-star{
    color: #cd7227;
}
.rating-star-inactive{
    color: #0C0A1E;
}
.form-control{
    padding: 12px 21px;
    font-size: 14px;
    border-radius: 8px;
}
.form-select, .form-control{
    padding: 12px 21px;
    font-size: 14px;
    border-radius: 8px;
}
.select2-container--default .select2-selection--multiple{
    border-radius: 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f3f3f3;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    font-size: 13px;
}
.butn{
    z-index: 2;
}
.item-main-box {
    background-color: #fff;
    padding: 15px;
}
.skill-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 11px;
}
.skill-flex span {
    background-color: #ff9835;
    padding: 5px 10px 5px 40px;
    color: #ffffff;
    border-radius: 15px 0px 0px 15px;
}
.sub-page-caption {
    margin-top: -190px;
    width: 100%;
    text-align: center;
}
.nowrap {
    text-wrap-mode: nowrap;
}
.table>tbody {
    font-size: 14px;
}
.budget-span{
    background-color: #ff983561;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
}
/* =================
user dashboard end
================= */
.no-title {
    font-size: 18px;
    color: #000;
}
.no-desc {
    font-size: 14px;
    color: #000;
    margin: 0;
}
span.form-control{
    height: 46px;
}

.menu-catagory{
    
}
.menu-catagory h1{
    font-size: 32px;
    font-family: var(--font-dm);
    font-weight: 600;
}
.menu-catagory h6{
color: var(--theme-color-orang);
border-bottom: 2px solid #00000014;
font-family: var(--font-dm);
padding-bottom: 16px;
font-weight: 600;
}
.menu-catagory p {
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 25px;
    padding-top: 0;
    margin-bottom: 0;
}
.date {
    color: #A1A1A1;
}
.review-star {
    color: #39bd00;
}
/* custom modal for booking tab "artist dashboard page" */
.custom-modal {
    display: none;
    position: fixed;
    z-index: 1050;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    overflow-y: auto;
}
.custom-modal-dialog {
    max-width: 900px;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 100px);
}
.custom-modal-content {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    overflow: hidden;
    animation: fadeIn 0.3s ease;
    width: 100%;
}
.custom-modal-header {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bg-dark { background: #212529; }
.text-white { color: #fff; }
.btn-close-white {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}
.custom-modal-body { padding: 1rem; }
.custom-modal-footer {
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    border-top: 1px solid #dee2e6;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    border-radius: 0.25rem;
    font-size: 0.75em;
}
.bg-secondary { background: #6c757d; color: #fff; }
.bg-success { background: #198754; color: #fff; }
.bg-danger { background: #dc3545; color: #fff; }
.btn {
    display: inline-block;
    padding: 0.4rem 0.75rem;
    border-radius: 0.375rem;
    text-decoration: none;
    font-size: 0.875rem;
}
.btn-dark { background: #212529; color: #fff; }
.btn-success { background: #198754; color: #fff; }
.btn-danger { background: #dc3545; color: #fff; }
.btn-sm { padding: 0.25rem 0.5rem; font-size: 0.8rem; }
.shadow-lg { box-shadow: 0 1rem 3rem rgba(0,0,0,.175); }
.rounded-3 { border-radius: 0.75rem; }
.fw-bold { font-weight: 600; }
.text-muted { color: #6c757d; }
.mb-1 { margin-bottom: 0.25rem; }

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
/* End custom modal for booking tab "artist dashboard page" */