@import "default.css";


.home-section {
    background: url("../images/photo/bg-home.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    overflow: hidden;
}

.login-home {
    min-height: inherit !important;
}

/*HEADER TOP*/
.header-top {
    background: var(--bg);
    padding: 14px 0;

}

.carousel-item>img {
    height: 600px;
}

.lan-btn {
    font-weight: 400 !important;
}

.header-top-left span {
    color: var(--wc);
}

.header-top-left span b {
    font-weight: 500;
    color: var(--wc);
}

.header-top-left span a {
    font-size: 12px;
    font-weight: 700;
    color: var(--bc);
    background: var(--yc);
    display: inline-block;
    border-radius: 50px;
    padding: 3px 10px;
}

.header-top-right {
    text-align: right;
}

.header-top-right li {
    list-style: none;
    display: inline-block;
}

.header-top-right a {
    color: var(--wc);
    font-weight: 600;
    text-transform: capitalize;
    margin-left: 8px;
    display: inline-block;
}

.header-top-right li a.sign-in {
    border: border-ri;
    border-radius: 50px;
    padding: 3px 15px;
    border: 1px solid var(--yc);
    color: var(--yc);
}

.lan-btn .sub-menu {
    width: 100px;
    z-index: 10000000000000;
}

.registation-sub-btn a {
    margin: 0;
}

.lan-btn .sub-menu a {
    padding: 5px !important;
    margin: 0;
}

.sub-btn.lan-btn a {
    font-weight: 600;
}

.sub-btn i {
    color: var(--wc);
}

.language-box a {
    border: 1px solid var(--yc);
    padding: 3px 10px;
    font-size: 12px;
    color: var(--yc);
}

.language-box a i {
    margin-left: 5px;
    font-size: 14px;
}

/*HEADER TOP END*/

/*HEADER SECTION*/
header {
    background: rgba(125, 66, 210, 1);
    padding: 15px 0;
    -webkit-transition: .3s;
    transition: .3s;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;

}

.carousel-control-prev>span {
    opacity: 0;
}

.carousel-control-next>span {
    opacity: 0;
}

.logo img {
    width: 170px;
}

.menubar {
    text-align: right;
    padding: 12px 0;
}

.menubar ul li {
    display: inline-block;
}

.menubar ul li a {
    color: var(--wc);
    padding: 5px 9px;
    display: inline-block;
}

.menubar ul li a.last-child {
    padding-right: 0;
}

.menubar ul li a i {
    margin-left: 3px;
}

/*sub button*/
.sub-btn {
    position: relative;
    z-index: 30;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: var(--wc);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 2px;
    border-top: 1px solid var(--sc);
    z-index: 9999;
}

.sub-menu a {
    display: block !important;
    padding: 8px;
    color: var(--pc) !important;
    text-transform: capitalize;
    -webkit-transition: .3s;
    transition: .3s;
}

.sub-menu a:hover {
    background: var(--sc2);
    color: var(--wc) !important;
}

.sub-btn:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(100%);
    transform: scaleY(100%);
}

/*HEADER SECTION END*/

/*MOBILE MENU*/
.mobile-btn {
    float: right;
}

.mobile-bars {
    cursor: pointer;
    display: inline-block;
    padding: 18px 5px;
}

.mobile-bars:hover span:nth-child(2) {
    width: 22px;
}

.mobile-bars:hover span {
    background: var(--yc);
}

.mobile-bars span {
    font-size: 30px;
    color: var(--wc);
    width: 20px;
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
}

.mobile-bars span:last-child {
    margin-bottom: 0;
}

.mobile-btn span {
    content: "";
    height: 2px;
    width: 28px;
    background: var(--wc);
    display: block;
    margin-bottom: 7px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background: var(--wc);
    overflow: auto;
    margin-left: -300px;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 5;

}

.mobile-logo a {
    background: var(--sc);
    padding: 4px;
    display: inline-block;
}

.sidenav_2 {
    margin-left: 0;
}

.main-mobile-add {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.49);
    z-index: 2;

}

.sidenav_remove {
    margin-left: -300px;
}

/*accordion*/
.mobile-menu-uikit {
    color: var(--wc);
    padding: 20px;
}

.mobile-menu-uikit .uk-open {
    color: var(--wc);
}

.mobile-menu-uikit a {
    color: var(--pc);
    padding: 10px 0;
}

.mobile-menu-uikit .uk-accordion-title:focus,
.uk-accordion-title:hover {
    color: var(--pc);
}

.mobile-menu-uikit .uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;

    background-size: 13px;
}

.mobile-menu-uikit .uk-open>.uk-accordion-title::before {

    background-size: 13px;
}

.mobile-menu-uikit a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
}

.mobile-menu-uikit a:hover {
    color: var(--yc);
    text-decoration: none;
}

.mobile-menu-uikit .uk-accordion-content {
    padding-left: 10px;
}

.mobile-menu-uikit .uk-accordion-content a {
    padding: 5px 0;
}

.mobile-menu-uikit .uk-open>a {
    color: var(--yc) !important;
}

.mobile-menu-uikit .uk-accordion-content a::before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 18px;

}

.mobile-menu-uikit .uk-accordion>:nth-child(n+2) {
    margin: 0;
}

/*accordion*/

.mobile-logo {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.logo.mobile img {
    width: 125px;
}

.mobile-logo i {
    float: right;
    font-size: 20px;
    color: var(--pc);
    padding: 5px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
}

.mobile-logo i:hover {
    color: var(--yc);
}

.single-menu a {
    padding: 10px 0;
}

.single-menu {
    padding: 8px 0;
}

.single-menu i {
    color: var(--pc);
    margin-right: 5px;
    font-size: 16px;
}

/*MOBILE MENU END*/




/*SEARCH SECTION*/
.search-section {
    text-align: center;
    /* padding: 106px 0; */
}

.carousel-caption.custom {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}

.carousel-custom-sub {
    position: relative;
}

.carousel-custom-sub>.search-section {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1000px;
}

.login-search.search-section {
    padding: 50px !important;
}

.search-section h1 {
    font-size: 60px;
    font-weight: 700;
    color: var(--wc);
}

.search-section p {
    max-width: 727px;
    color: var(--wc);
    margin: 0 auto;
    font-size: 18px;
}

.search-bar {
    max-width: 850px;
    margin: 0 auto;
}

.abcd>div {
    float: left;
    width: 50%;

}

.search-telent {
    float: left;
    width: 30%;
    padding: 5px;
}

.search-telent input {
    border: none;
}

.search-telent input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.search-location {
    float: left;
    width: 30%;
    padding: 5px;
    margin-bottom: 3px;
}

.search-btn {
    float: left;
    width: 20%;
    padding: 5px;
}

.search-bar {
    background: rgba(204, 204, 204, 0.4);
    border-radius: 5px;
    padding: 40px;
}

.search-category span {
    font-size: 14px;
    color: var(--pc);
}

.search-category span i {
    margin-left: 5px;
}

.search-all-cat {
    padding: 5px;
}

.search-all-cat select {
    border-radius: 5px;
    width: 100%;
    outline: none;
    padding: 8px;
    border: none;
    outline: none;
}

.search-location .input-group {
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.25);
}

.search-location span {
    color: var(--gc);
    background: #F3F3F3;
}

.search-input .input-group input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
}

.search-input .input-group select {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
}

.search-input .input-group select option:checked {
    color: var(--gc);
}

.search-input .input-group input::-webkit-input-placeholder {
    color: var(--gc);
    font-size: 14px;
    font-weight: 300;
}

.search-input .input-group input:-ms-input-placeholder {
    color: var(--gc);
    font-size: 14px;
    font-weight: 300;
}

.search-input .input-group input::-moz-placeholder {
    color: var(--gc);
    font-size: 14px;
    font-weight: 300;
}

.search-input .input-group input::-ms-input-placeholder {
    color: var(--gc);
    font-size: 14px;
    font-weight: 300;
}

.search-input .input-group input::-webkit-input-placeholder {
    color: var(--gc);
    font-size: 14px;
    font-weight: 300;
}

.search-input .input-group input:-ms-input-placeholder {
    color: var(--gc);
    font-size: 14px;
    font-weight: 300;
}

.search-input .input-group input::placeholder {
    color: var(--gc);
    font-size: 14px;
    font-weight: 300;
}

.search-category .input-group-text {
    background: #F3F3F3;
    font-size: 14px;
    font-weight: 400;
}

.search-btn {
    text-align: right;
    margin-bottom: 3px;
}

.search-btn button {
    height: 35px;
    display: inline-block;
    border-radius: 5px;
    padding: 0 24px;
    /* margin-bottom: 3px; */
}

.search-btn button i {
    font-size: 16px;
    margin-right: 3px;
}

.search-location .input-group {
    height: 35px;
}

.looking-for {
    text-align: left;
    padding-bottom: 5px;
}

.looking-for span {
    color: var(--wc);
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
    text-transform: capitalize;
}

.looking-for span input {
    margin-right: 5px;
}

.looking-for span input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 1px;
    background-clip: content-box;
    border: 1px solid var(--wc);
    background-color: var(--wc);
    border-radius: 50%;
}

.looking-for span input[type="radio"]:checked {
    background-color: var(--sc2);
    border: 2px solid var(--wc);
}

/*SEARCH SECTION END*/

/*TICKET SECTION*/
.ticket-box {

    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.crazi-live-image {
    position: relative;
}

.crazi-live-image img {
    width: 100%;
}

.crazi-live-overlay {
    text-align: center;
    color: var(--wc);
}

.crazi-live-overlay h2 {
    font-size: 60px;
    font-weight: 700;
    color: var(--wc);
}

.crazi-live-overlay span {
    font-size: 20px;
    font-weight: 600;
    color: var(--wc);
}

.crazi-live-overlay p {
    font-weight: 500;
    max-width: 465px;
    margin: 0 auto;
    padding: 20px 0;
}

.crazi-live-overlay a {
    font-size: 20px;
    font-weight: 700;
    color: var(--wc);
    background: var(--yc);
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;

}

.crazi-live {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.18))), url(../images/ticket/ticket-cover.png);
    background-image: linear-gradient(rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.18)), url(../images/ticket/ticket-cover.png);
    padding: 100px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

/*
.ticket-overlay{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: green;
    z-index: 3;
}
*/
/*
.ticket-box .row .ticket-image {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .0);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
*/



.ticket-image img {
    width: 100%;
    height: 125px;
}

.ticket-content {
    height: 100%;
}

.ticket-content h6 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
}

.ticket-content p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    margin-left: 22px;
}

.ticket-content p img {
    position: absolute;
    left: -22px;
    top: 7px;
}

.ticket-content a {
    display: block;
    width: 100%;
    color: var(--wc);
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    background: var(--bg);
    text-align: center;
    padding: 6px 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.ticket-content a:hover {
    color: var(--rc);
}

.ticket-head {
    border-bottom: var(--border);
    padding-bottom: 10px;
    margin-bottom: 20px;
    /*    display: inline-block!important;*/

}

.ticket-head a i {
    margin-left: 10px;
    font-size: 14px;
}

.ticket-head:last-child {
    float: right !important;
}

/*
.ticket-head > div {
    float: left;
    width: 30%;

}
.ticket-head > div:last-child{
    width: 10%;
}
*/

.ticket-head>div h6 {
    color: var(--rc);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}

.about-image img {
    width: 100%;
}

.about-content {
    height: 100%;
}

.about-content h6 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: var(--border);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.about-content a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: var(--wc);
    letter-spacing: 5px;
    background: var(--bg);
    display: inline-block;
    padding: 12px 22px;
    text-align: center;
    margin-top: 15px;

}

/*TICKET SECTION END*/

/*ARTIST SECTION*/
.container-slider {
    max-width: 100%;
    margin: 0 auto;
}

.autoplay img {
    width: 100%;
}

.slick-dots li {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 1px;
    background-clip: content-box;
    border: 1px solid var(--pc);
    background-color: var(--pc);
    border-radius: 50%;
}

.slick-dots li button::before {
    display: none;
}

.slick-active {
    background-color: var(--yc) !important;
}

.nxt {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 30px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.prv {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 30px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}


.slider-item {
    margin: 0 10px;
    position: relative;
}

.slider-width-control {
    width: 100%;
    margin: 0 auto;
}

.slider-box {
    position: relative;
}

.slick-dots {
    bottom: -55px;
}

.artist-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}

.artist-text p {
    font-size: 20px;
    margin: 0;
    color: var(--wc);
}

.artist-text h5 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    color: var(--wc);
}

.artist-text h6 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: var(--wc);
}

.artist-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
}

.artist-btn a {
    display: inline-block;
    background: var(--yc);
    font-weight: 500;
    font-size: 14px;
    height: 28px;
    padding: 3px 7px;
    color: var(--wc);
}

.artist-text.family {
    text-align: center;
}

.artist-btn.family {
    text-align: center;
}

.artist-text.musician {
    text-align: right;
}

.artist-btn.musician {
    text-align: right;
}

/*ARTIST SECTION END*/

/*ADS SECTION*/
.ads-box {
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.25);

}

.ads-box img {
    width: 100%;
}

/*ADS SECTION END*/
/*INSTRUMENT SECTION*/
.instrument-box {
    max-width: 320px;
    margin: 0 auto;
}

.instrument-text>span {
    float: left;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}

.instrument-image {
    width: 100%;
    height: auto;
    text-align: center;
}

/* .instrument-icon a:first-child{
    display: none;
} */
.instrument-image>img {
    width: 100%;
    height: auto;
}

.instrument-image a img {
    width: 150px;
    height: 160px;
}

.instrument-text>span:last-child {
    float: right;
    width: 100px;
    font-weight: 600;
    text-align: right;
    color: var(--yc);
    font-size: 14px;
}

.instrument-btn a {
    font-weight: 500;
    font-size: 16px;
    border: var(--border);
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    color: var(--pc);
    -webkit-transition: .4s;
    transition: .4s;
}

.instrument-btn a:hover {
    color: var(--wc);
    background: var(--pc);
}

.instrument-image {
    position: relative;
    overflow: hidden;
}

.instrument-icon>a {
    display: inline-block;
    background: var(--pc);
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 4px;
    margin-right: 2px;
}

.instrument-icon a:last-child {
    margin-right: 0;
}

.instrument-icon a:hover {
    background: var(--yc);
}

.instrument-icon a img {
    width: 14px;
}

.instrument-icon .instrument-link {
    display: none;
}

.instrument-icon {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 138px;
    -webkit-transition: .4s;
    transition: .4s;
}

.instrument-image:hover .instrument-icon {
    bottom: 15px;
}

/*INSTRUMENT SECTION END*/

/*BAYER SECTION*/
.bayar-box {
    padding: 15px 10px;
    text-align: center;
    color: var(--wc);
    min-height: 240px;
}

.bayar-box>div {
    width: 100%;
}

.bayar-box img {
    max-width: 130px;
    margin: 0 auto;
}

.bayar-box h6 {
    font-weight: 600;
    font-size: 20px;
}

.bayar-box p {
    font-weight: 500;
    font-size: 12px;
    height: 47px;
    overflow: hidden;
}

.bayar-box a {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    color: var(--wc);
    width: 125px;
    border: 1px solid var(--wc);
    border-radius: 50px;
    padding: 4px 0;
}



/*BAYER SECTION END*/

/*BLOG SECTION*/
.blog-box {
    position: relative;
    margin: 0 auto;
}

.blog-box-sub {
    border: var(--border);
    padding: 10px;
}

.blog-box img {
    width: 100%;
}

.blog-text {
    position: absolute;
    bottom: 25px;
    left: 25px;
    padding-right: 50px;
}

.blog-text h5 {
    font-weight: 500;
    font-size: 20px;
    display: inline-block;

}

.blog-text h5 a {
    color: var(--wc);
}

.blog-text p {
    font-size: 14px;
    line-height: 20px;
    color: var(--wc);
    height: 40px;
    overflow: hidden;
}

.blog-text span {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: var(--wc);
}

.blog-content .blog-box:nth-child(4) {
    max-height: 270px;
}

.blog-content .blog-box:nth-child(5) {
    max-height: 270px;
}

.blog-content .blog-box:nth-child(6) {
    max-height: 270px;
}

.blog-box h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 10px 0 10px 10px;
    margin: 0;
}

.blog-box h6 a {
    color: var(--pc);
}

.blog-box h6 a:hover {
    color: var(--yc);
}

.blog-content .blog-box .bottom {
    max-height: 260px;
}

.blog-chilid-2 {
    height: 100%;
    padding: 10px;
}

.blog-child-2-content {
    max-height: 217px;
    overflow: hidden;
}

.blog-child-2-content h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    padding-bottom: 15px;
}

.blog-child-2-content p {
    text-align: center;
}

.posted img {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.posted span {
    font-size: 14px;
    font-weight: 600;
    color: var(--pc);
    text-transform: capitalize;

}

/*
.blog-2{
    border: var(--border);
    padding: 10px;
    background: red;
}
.blog-cilid-2 h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.blog-cilid-2 p{
    text-align: center;
}

.blog-ciild-2-details{
    max-height: 215px;
    min-height: 215px;
    overflow: hidden;
}
*/
.blog-box {
    margin-bottom: 15px;
    height: 100%;
}

.blog-box:nth-child(2) {
    padding: 20px;
}

/*BLOG SECTION END*/











/*FOOTER SECTION*/
footer {
    background: var(--sc2);
    color: var(--wc);
}

.footer-border {
    border-bottom: var(--border);
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: var(--wc);
}

.footer-left-content span {
    display: block;
}

.footer-left-content span b {
    font-weight: 500;
}

.footer-left-content {
    font-size: 13px;
}

.footer-left-content p b {
    font-weight: 500;
}

.footer-social a {
    color: var(--wc);
    margin-right: 10px;
}

.footer-social a i {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--wc);
    font-size: 12px;
    font-weight: 300;
}

.footer-social a i:hover {
    background: var(--wc);
    color: var(--sc2);
    border: 1px solid var(--wc);
}

.footer_cat a {
    color: var(--wc);
    padding: 6px;
    text-transform: capitalize;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
}

.footer-content ul li a {
    color: var(--wc);
    padding: 6px;
    text-transform: capitalize;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
}


.footer-input input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.footer-input input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer-input .input-group {
    height: 40px;
}

.footer-input .input-group input::-webkit-input-placeholder {
    color: var(--gc);
    font-size: 13px;
    font-weight: 600;
}

.footer-input .input-group input:-ms-input-placeholder {
    color: var(--gc);
    font-size: 13px;
    font-weight: 600;
}

.footer-input .input-group input::-moz-placeholder {
    color: var(--gc);
    font-size: 13px;
    font-weight: 600;
}

.footer-input .input-group input::-ms-input-placeholder {
    color: var(--gc);
    font-size: 13px;
    font-weight: 600;
}

.footer-input .input-group input::-webkit-input-placeholder {
    color: var(--gc);
    font-size: 13px;
    font-weight: 600;
}

.footer-input .input-group input:-ms-input-placeholder {
    color: var(--gc);
    font-size: 13px;
    font-weight: 600;
}

.footer-input .input-group input::placeholder {
    color: var(--gc);
    font-size: 13px;
    font-weight: 600;
}

.footer-input .input-group span {
    background: var(--sc);
    padding: 0 20px;
}

.footer-input .input-group span button {
    background: var(--sc);
}

.footer-input .input-group-text {
    border: none;
}

.footer-input .input-group span i {
    font-size: 20px;
    color: var(--wc);
}

.footer-logo {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 35px;
}

.footer-logo h6 a {
    color: var(--yc)
}

.footer-logo h6 span {
    color: var(--wc);
    border: 1px solid var(--wc);
    padding: 0 8px;
}

/*FOOTER SECTION END*/

/*COPYRIGHT SECTION*/
.copyright-section {
    background: var(--sc);
}

.copyright-section h6 {
    color: var(--wc);
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 32px;
    margin: 0;
}

/*COPYRIGHT SECTIONE END*/




/*LOGIN SECTION*/
.login-box {
    max-width: 456px;
    background: rgba(204, 204, 204, 0.4);
    border-radius: 5px;
    margin: 0 auto;
    padding: 55px;
    border-radius: 5px;

}

.login-box label {
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: var(--wc);
    padding-bottom: 7px;

}

.login-box .input-group span img {
    width: 16px;
    height: 18px;
}

.login-box .input-group .input-group-text {
    background: var(--wc);
    border: none !important;
}

.login-box .input-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 35px !important;
}

.login-box .input-group {
    -webkit-box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;

}

.login-box .input-group input::-webkit-input-placeholder {
    font-weight: 300;
    color: var(--gc);
    font-size: 16px;
}

.login-box .input-group input:-ms-input-placeholder {
    font-weight: 300;
    color: var(--gc);
    font-size: 16px;
}

.login-box .input-group input::-moz-placeholder {
    font-weight: 300;
    color: var(--gc);
    font-size: 16px;
}

.login-box .input-group input::-ms-input-placeholder {
    font-weight: 300;
    color: var(--gc);
    font-size: 16px;
}

.login-box .input-group input::-webkit-input-placeholder {
    font-weight: 300;
    color: var(--gc);
    font-size: 16px;
}

.login-box .input-group input:-ms-input-placeholder {
    font-weight: 300;
    color: var(--gc);
    font-size: 16px;
}

.login-box .input-group input::placeholder {
    font-weight: 300;
    color: var(--gc);
    font-size: 16px;
}

.forget {
    text-align: right;
    margin-top: 7px;
}

.forget a {
    color: var(--wc);
    font-weight: 500;
    font-size: 14px;
}

.login-btn button {
    width: 100%;
    background: var(--wc);
    padding: 6px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    color: var(--pc);
}

.any-accound {
    margin-top: 7px;
    text-align: right;
    color: var(--wc);
    font-weight: 500;
    font-size: 14px;
}

.any-accound span a {
    font-size: 16px;
    color: var(--wc);
}

.registation-btn button {
    background: var(--yc);
    color: var(--wc);
}

/*LOGIN SECTION END*/

/*ARTIST REGISTATION*/
.artist-registation {
    background: #E5E5E5;
}

.artist-box {
    max-width: 938px;
    margin: 0 auto;
}

.artist-sub-box {
    padding: 30px;
    background: var(--wc);
    -webkit-box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin-bottom: 15px;
}

.artist-box label {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.artist-box input {
    border-radius: 5px;
    border: var(--border);
    width: 100%;
    padding: 10px;
}

.artist-box textarea {
    border-radius: 5px;
    border: var(--border);
    width: 100%;
    padding: 10px;
}

.artist-box textarea:focus {
    outline: none;
}

.artist-box select {
    border-radius: 5px;
    border: var(--border);
    width: 100%;
    padding: 10px;
}

.artist-box select option {
    color: var(--pc) !important;
    padding: 20px;
    display: inline-block;
}

.artist-box select option:hover {
    background: var(--wc);
}

.artist-box select:focus {
    outline: none;
}

.artist-box input:focus {
    outline: none;
}

.details-form-head h6 {
    background: var(--gc);
    border-radius: 5px;
    font-weight: 500;
    font-size: 20px;
    padding: 13px 30px;
}

.details-form-head h6 span {
    float: right;
    cursor: pointer;
}

.details-form-head h6 span img {
    width: 18px;
    height: 18px;
}

.artist-sub-box p {
    font-weight: 500;
    font-size: 16px;
    border-bottom: var(--border);
    padding-bottom: 10px;
}

.artist-box input[type="radio"] {
    display: inline-block !important;
    width: 20px;
    margin-right: 10px;
}

.artist-box input[type="checkbox"] {
    display: inline-block !important;
    width: 20px;
    margin-right: 10px;
}

.artist-box input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 1px;
    background-clip: content-box;
    border: 1px solid var(--pc);
    background-color: var(--wc);
    border-radius: 50%;
}

.artist-box input[type="radio"]:checked {
    background-color: var(--pc);
    border: 2px solid var(--pc);
}

.red {
    color: #ff0000;
}

.radio label {
    font-size: 16px;
    font-weight: 400;
}

.radio>div {
    padding: 5px 0;
}

.submit-btn button {
    background: var(--sc2);
    color: var(--wc);
    width: 100%;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
}

/*ARTIST REGISTATION END*/

/*ARTIST AVAILABLE*/
.artist-available-number p {
    border-bottom: var(--border);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.artist-available-box {
    text-align: center;
    margin-bottom: 30px;
}

.artist-image {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.artist-image a {
    width: 100%;
    -webkit-column-count: 1;
    column-count: 1;
}

.artist-image img {

    width: 100%;
    height: 340px;
}

.artist-available-box h6 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 15px;
}

.artist-available-box h6 a {
    color: var(--pc);
}

.artist-available-box p img {
    margin-right: 5px;
}

.artist-available-box p {
    margin: 0;
}

.artist-image-overlay {
    background: var(--sc2) !important;
    text-align: left;
    padding: 8px;
    position: absolute;
    bottom: -250px;
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s;
}

.artist-image:hover .artist-image-overlay {
    bottom: 0px;
}

.artist-image-overlay p {
    margin: 0;
    color: var(--wc);
}

.top-artist-head.artist-available-number {
    font-size: 20px;
    font-weight: 20px;
}

/*ARTIST AVAILABLE END*/

/*NOTIFICATION-SECTION*/
.notification-section {
    background-image: url("../images/photo/notification.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: var(--wc);
}

.notification-section p {
    margin: 0;
    padding-bottom: 5px;
}

.notification-section h6 {
    font-size: 600;
    font-size: 20px;
    margin-bottom: 25px;
    color: var(--wc);
    margin-top: 0;
}

.notification-section .input-group {
    max-width: 800px;
    height: 60px;
}

.notification-section .input-group input {
    border: none;
    outline: none;
}

.notification-section .input-group input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
}

.notification-section .input-group span {
    background: var(--wc);
    padding: 5px;
}

.notification-section .input-group span button {
    background: var(--sc);
    color: var(--wc);
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 5px;
}

/*NOTIFICATION-SECTION END*/

/*ARTIST BOOKING*/
.artist-booking-box {
    background: #F5F5F5;
    padding: 20px 70px;
}

.artist-booking-profile img {
    width: 270px;
    margin-bottom: 15px;
    height: 270px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 270px;
}

.artist-booking-profile {
    text-align: center;
    border-bottom: var(--border);
    margin-bottom: 30px;
}

.artist-booking-profile h6 {
    font-weight: 600;
    font-size: 20px;
}

.artist-booking-profile p {
    font-weight: 500;
    margin: 0;
    padding-bottom: 10px;
}

.artist-booking-form h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    background: var(--gc);
    padding: 10px;
    margin: 0;
}

.artist-booking-form label {
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

.artist-booking-form select {
    display: block;
    width: 100%;
    padding: 10px;
    border: var(--border);
    border-radius: 5px;
    padding: 10px;
}

.artist-booking-form select {
    outline: none;
}

.artist-booking-form input {
    display: block;
    width: 100%;
    padding: 10px;
    border: var(--border);
    border-radius: 5px;
    padding: 10px;
}

.artist-booking-form input {
    outline: none;
}

.artist-booking-form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: var(--border);
    border-radius: 5px;
    padding: 10px;
    height: 150px;
}

.artist-booking-form textarea {
    outline: none;
}

.booking-btn button {
    height: 60px;
    background: var(--sc);
    color: var(--wc);
    text-align: center;
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
}


/*ARTIST BOOKING END*/

/*ARTIST PROFILE*/
.artist-profile-left {
    height: 100%;
}

.artist-profile-image {
    width: 280px;
    margin-bottom: 50px;
    height: 280px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 280px;
}

/*
.artist-profile-details {
    height: 575px;
    background: var(--gc);
    background: #FAFAFA;
    -webkit-box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 30px 10px;
}
*/
.artist-profile-left {
    height: 100%;
    background: var(--gc);
    background: #FAFAFA;
    -webkit-box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 30px 10px;
}

.artist-profile-details {
    text-align: center;
    height: 100%;
}

.artist-profile-details h6 {
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
}

.artist-profile-details p {
    font-weight: 700;

}

.book-now a {
    font-weight: 600;
    font-size: 20px;
    background: var(--sc);
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: var(--wc);
}



.artist-profile-menu {
    background: var(--gc2);
    padding: 14px;
}

.artist-profile-menu a {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;

}

.artist-profile-menu a:hover {
    color: var(--yc);
}

.artist-profile-menu a img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.about-my-self {
    background: var(--gc2);
    padding: 20px;
}

.about-my-self h6 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}

.professional-details {
    background: var(--gc2);
    padding: 20px;
}

.professional-details h6 {
    font-size: 20px;
    border-bottom: var(--border);
    padding-bottom: 10px;
    margin-bottom: 10px;

}

.artist-social {
    background: var(--gc2);
    padding: 20px;
}

.professional-details table tr th {
    padding: 10px 0;
    min-width: 220px;
    font-weight: 600;
}

.artist-social h6 {
    font-size: 20px;
    border-bottom: var(--border);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.artist-social a {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
}

.artist-social a img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.artist-word-2 h6 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

/*professional details*/
.professional-details2-box {
    background: var(--gc2);
    padding: 30px;
    padding-bottom: 20px;

}

.artist-word-2 table tr th {
    font-weight: 600;
    font-size: 14px;
    padding: 7px 0;
    min-width: 170px;
}

.artist-word-2 table tr td {
    font-weight: 500;
    font-size: 14px;
}

.professional-details2-box h6 {
    font-size: 20px;
    border-bottom: var(--border);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.professional-details2-box table tr th {
    padding: 10px 0;
    min-width: 160px;
}

.artist-gallery {
    padding: 10px;
    background: var(--gc2);
}

.artist-gallery .artist-gallery-box {
    width: 33.33%;
    float: left;
    padding: 6px;
}

.artist-gallery .artist-gallery-box img {
    width: 100%;
}

.artist-gallery .artist-gallery-box:first-child {
    width: 66.66%;
}

.artist-video {
    padding: 20px;
    background: var(--gc2);
}

.responsive-gallery img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    -webkit-box-shadow: -3px 5px 15px rgb(161, 161, 161);
    box-shadow: -3px 5px 15px rgb(161, 161, 161);
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/*ARTIST PROFILE END*/

/*PRIVACY*/
.privacy-head h6 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: var(--border);
}

.privacy-head img {
    width: 100%;
}

.privacy-head h5 {
    font-weight: 600;
    font-size: 20px;
}

.privacy-head p {
    margin: 0;
    padding: 2px 0;
}

.privacy-content h6 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.privacy-content-box {
    padding: 15px 0;
    padding-left: 110px;
    position: relative;
    min-height: 120px;
}

.privacy-content-box span {
    position: absolute;
    left: 0px;
    top: 50px;
}

.privacy-content-box.about span {
    position: absolute;
    left: 0px;
    top: 20px;
}


.privacy-content p {
    margin: 0;
    /*text-align: justify;*/
}

.privacy-content-box span {
    display: inline-block;
    background: var(--yc);
    color: var(--wc);
    padding: 22px 28px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.privacy-content-box img {
    width: 100%;
}

/*PRIVACY END*/

/*ABOUT PAGE*/
.black {
    color: #000000;
}

.about-text {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 15px;
}

.about-text p {
    text-align: center;
    color: var(--bc);
}

.privacy-content h4 {
    border-bottom: var(--border);
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.privacy-content.about-margin .privacy-content-box span {
    top: 17px;
}

.privacy-content-box span.about {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    font-size: 16px;
    padding: 0;
    margin-top: -25px;
}

.privacy-content-box.goals {
    padding-left: 70px !important;
}

/*ABOUT PAGE END*/

/*PROJECT*/
.project-image {
    text-align: center;
}

.project-image img {
    max-width: 350px;
}

.project-text h6 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.project-text p {
    margin: 0;
    text-align: justify;
}

.talent-program {
    background: var(--gc2);
}

.project-text.talent-project h6 {
    border-bottom: var(--border);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.project-image.talent img {
    width: 100%
}

/*PROJECT END*/

/*SERVICE PAGE*/
.section-title P {
    margin-top: 10px;
    font-size: 20px;
}

.service-image img {
    width: 100%;
}

.service-text h6 {
    border-bottom: var(--border);
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
}

.service-text p {
    text-align: justify;
}

.service-bottom.service-box {
    background: var(--gc2);
}

.service-image.buttom img {
    height: auto;
}

.project-image.busness img {
    width: 100% !important;
    max-width: inherit;
}

.project-text.busness h6 {
    border-bottom: var(--border);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.int-photo img {
    width: 100%;
}

.int-photo {
    position: relative;
}

.int-photo h6 {
    border-bottom: 1px solid var(--wc);
    padding-bottom: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: var(--wc);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 780px;
}

/*SERVICE PAGE END*/

/*MUSINCAL INSTRUMENT*/
.search-instrument form input {
    width: 100%;
    border: var(--border);
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;

}

.search-instrument form input:focus {
    outline: none;
}

.search-instrument {
    background: #FFFFFF;
    padding: 15px;
    -webkit-box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    height: 100%;
}

.search-instrument .search-instrument-div {
    height: 100%;
}

.musincal-instrument-box {
    position: relative;
    border: var(--border);
    overflow: hidden;
    margin-bottom: 15px;
}

.musincal-instrument-btn button {
    width: 100%;
    display: block;
    background: var(--yc);
    height: 45px;
    color: var(--wc);
    font-size: 20px;
    font-weight: 500;
}

.musincal-instrument-box {
    text-align: center;
}

.musincal-instrument-box img {
    width: 100%;
    height: 250px;
}

.musincal-instrument-box.instrument {
    text-align: center;
}

.musincal-instrument-box.instrument img {
    width: 100%;
    height: auto;
}

.musincal-instrument-top-overlay a {
    display: none;
}

.musincal-instrument-top-overlay a i {
    color: var(--wc);
    background: var(--sc2);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 2px;
    font-size: 14px;
}


.musincal-instrument-top-overlay {
    display: inline-block;
    position: absolute;
    top: -40px;
    right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.musincal-instrument-box:hover .musincal-instrument-top-overlay {
    top: 10px;
}

.musincal-instrument-bottom-overlay {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}

.musincal-instrument-box:hover .musincal-instrument-bottom-overlay {
    bottom: -1px;
}

.musincal-instrument-bottom-overlay a {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    height: 35px;
    background: var(--sc2);
    text-align: center;
    padding: 6px;
    margin: 0;
    color: var(--wc);
}




.min-height {
    min-height: 100%;
}

/*MUSINCAL INSTRUMENT END*/

/*TICKET PACK*/
.search-instrument label {
    font-weight: 500;
    margin-bottom: 5px;
}

.ticket-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000061;
    padding: 10px;
}

.ticket-overlay.instrument {
    text-align: left;
}

.ticket-overlay h6 {
    font-weight: 600;
    font-size: 16px;
    color: var(--wc);
    margin: 0;
}

.ticket-overlay span {
    font-weight: 500;
    font-size: 14px;
    color: var(--wc);
    display: block;
    padding-bottom: 4px;
}

.ticket-overlay a {
    font-weight: 600;
    font-size: 14px;
    color: var(--wc);
    background: var(--yc);
    display: inline-block;
    text-align: center;
    padding: 5px 20px;
}

.ticket-overlay-between {
    height: 100%;
}

.mr_none .row>* {
    padding-right: 0px !important;

}

.tacket-cover {
    background-image: url("../images/ticket/ticket-cover.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}

/*TICKET PACK END*/

/*AGENCY BUYER*/
.agency-filter-box {
    background: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 15px;
}

.agency-filter-box h6 {
    font-weight: 400;
    font-size: 20px;
}

.agency-filter-form select {
    display: block;
    width: 100%;
    border: none;
    height: 40px;
    padding: 8px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #000000;
    -webkit-box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.25);
}

.agency-filter-form select:focus {
    border: var(--border);
    outline: none;

}

.agency-filter-form button {
    background: var(--yc);
    color: var(--wc);
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    text-align: center;
    padding: 9px;
    margin-top: 50px;

}

.agency-buyer-image {
    float: left;
    width: 20%;
    padding-right: 10px;
}

.agency-buyer-image img {
    width: 100%;

}

.ab-head-left {
    float: left;
    width: 80%;

}

.ab-head-left h6 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 8px 0;
    font-size: 16px;

}

.ab-head-right {
    float: right;
    width: 20%;
    text-align: right;
}

.ab-head-right a {
    font-size: 14px;
    font-weight: 600;
    background: var(--yc);
    color: var(--wc);
    display: inline-block;
    padding: 7px 15px;
    border-radius: 25px;
}

.coffee-right button {
    font-size: 14px;
    font-weight: 600;
    background: var(--yc);
    color: var(--wc);
    display: inline-block;
    padding: 7px 15px;
    border-radius: 25px;
}



.agency-buyer-content-body {
    float: left;
    width: 80%;
}

.agency-buyer-content-body span {
    display: block;
}

.agency-buyer-content-box {
    border: var(--border);
    padding: 15px 5px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.ab-tag a {
    font-size: 14px;
    font-weight: 500;
    height: 75px;
    border: var(--border);
    border-radius: 20px;
    padding: 2px 15px;
    height: 25px;
    margin-right: 10px;
    -webkit-transition: .2s;
    transition: .2s;
    display: inline-block;
    margin-bottom: 8px;
}

.ab-tag a:hover {
    color: var(--yc);
    border: 1px solid var(--yc);
}





.ticket-overlay .agen {
    font-size: 16px;
    font-weight: 400;
    color: var(--yc);
}

.ticket-overlay .agen2 {
    font-size: 12px;
    font-weight: 400;
    color: var(--yc);
}

.agen-h {
    font-weight: 600;
    font-size: 30px !important;
    text-transform: capitalize;
}

.ticket-overlay-2 {
    position: absolute;
    bottom: 0 !important;
    left: 0;
}

.buyer-contact {
    position: relative;
}

.buyer-contact img {
    width: 100%;
}

.agency-buyer-left .musincal-instrument-box {
    border: none;
}

.buyer-contact-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.buyer-contact-content h5 {
    font-weight: 600;
    font-size: 30px;
    color: var(--wc);
    max-width: 240px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.buyer-contact-content button {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    background: var(--wc);
    text-align: center;
    padding: 4px 15px;
    -webkit-transition: .2s;
    transition: .2s;
    text-transform: capitalize;
    color: var(--wc);
    background: var(--yc);
    width: 214px;
}

.agancy-buyer-ticket-box {
    position: relative;
}

.agancy-buyer-ticket-box img {
    width: 100%;
}

.buyer-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 15px;
}

.buyer-overlay span {
    font-size: 16px;
    font-weight: 600;
    color: var(--wc);
    display: block;
}

.buyer-overlay h6 {
    font-size: 30px;
    font-weight: 600;
    color: var(--wc);
    margin: 0;
}

.buyer-overlay a {
    font-size: 16px;
    font-weight: 600;
    color: var(--wc);
    background: var(--yc);
    padding: 5px 15px;
    display: inline-block;
}











.agency-filter-box h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.agency-filter-box {
    margin-bottom: 50px;
}

/*AGENCY BUYER END*/

/*CONTACT*/
.contact-form {
    background: var(--sc2);
    padding: 15px;
    height: 100%;
}

.contact-form h6 {
    font-weight: 500;
    font-size: 20px;
    color: var(--wc);
    border-bottom: 1px solid #717171;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.contact-form input {
    border-radius: 5px;
    border: none;
    width: 100%;
    padding: 15px;
    outline: none;
}

.contact-form textarea {
    border-radius: 5px;
    border: none;
    width: 100%;
    padding: 10px;
    outline: none;
    height: 150px;
}

.contact-form input:focus {
    border: none;
    outline: none;

}

.contact-btn {
    text-align: center;
}

.contact-btn button {
    background: var(--yc);
    color: var(--wc);
    font-size: 20px;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 35px;
}

.contact-info {
    background: var(--sc2);
    padding: 15px;
    height: 100%;
}

.contact-info h6 {
    border-bottom: 1px solid #717171;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: var(--wc);
}

.contact-info ul li {
    padding-bottom: 20px;
    color: var(--wc);
    padding-left: 32px;
    position: relative;

}

.contact-info ul li img {
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
}

.contact-info a i {
    color: var(--wc);
    font-size: 12px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid var(--wc);
    border-radius: 50%;
    -webkit-transition: .2s;
    transition: .2s;
    margin-right: 8px;
}

.contact-info a i:hover {
    border: 1px solid var(--wc);
    color: var(--pc);
    background: var(--wc);

}

.social-contact {
    display: block;
    width: 100%;
}

.google-maps {
    width: 100%;
}

/*CONTACT END*/

/*BREADCRUMB*/
.breadcrumbe-section a span {
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
}

.breadcrumbe-section a:hover {
    color: var(--yc);
}

.breadcrumbe-section span {
    padding: 0 5px;
}

/*BREADCRUMB END*/

/*TICKET CHECKOUT*/
.ticket-checkout-header h5 {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: var(--wc);
    background: var(--bg);
    padding: 24px;
    text-transform: uppercase;
    margin: 0;
}

.ticket-table table {
    width: 100%;
}

.ticket-table table td span {
    font-weight: 500;
    font-size: 20px;
    height: 35px;
    border: var(--border);
    padding: 0 15px;
    border-radius: 20px;
}

.ticket-table td img {
    max-width: 125px;
    padding: 5px 0;
}

.ticket-table tr td:first-child {
    padding-right: 10px;
}


.ticket-table table tr td {
    padding: 0px;
    border-bottom: var(--border);
    font-weight: 500;
    font-size: 20px;
    text-align: left
}

.ticket-checkout-image {
    text-align: left;
    position: relative;
}

.ticket-checkout-overlay {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ticket-checkout-overlay h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--yc);
    padding-bottom: 5px;
}

.ticket-checkout-overlay p {
    margin: 0;
    font-weight: 500;
    color: var(--wc);
}

.apply-cuppon .input-group {
    max-width: 420px;
    margin-left: auto;
    height: 50px;
}

.apply-cuppon .input-group .form-control {
    border-radius: 0;
}

.apply-cuppon .input-group span {
    border-radius: 0;
}

.apply-cuppon .input-group input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--yc);
}

.apply-cuppon .input-group span {
    background: var(--bg);
    color: var(--yc);
    border: 1px solid var(--bg);
}

.apply-cuppon .input-group span button {
    background: var(--bg);
    color: var(--wc);
}

.ticket-checkout-update {
    text-align: right;
}

.ticket-checkout-update a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--wc);
    background: var(--bg);
    padding: 14px 20px;
    text-transform: capitalize;

}

.total-price-box h6 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.finish-checkout {
    max-width: 465px;
    margin-left: auto;
}

.total-price-box {
    border: var(--border);
    padding: 30px;
}

.total-price-box span {
    font-weight: 600;
    font-size: 16px;
}

.total-price-box p {
    margin: 0;
    font-size: 16px;
    padding: 20px 0;
}

.total-price-box .total {
    border-top: var(--border);
    padding-top: 10px;
    margin-top: 30px;
}

.process-btn a {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--wc);
    background: var(--bg);
    text-align: center;
    padding: 14px 0;
}

/*TICKET CHECKOUT END*/

/*BILLING INFORMATION*/
.billing-information h6 {
    font-weight: 500;
    font-size: 20px;
}

.billing-infomation label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}

.billing-infomation input {
    width: 100%;
    border: var(--border);
    border-radius: 5px;
    padding: 10px;
}

.billing-infomation input:focus {
    outline: none;
}

.billing-infomation select {
    width: 100%;
    border: var(--border);
    border-radius: 5px;
    padding: 10px;
}

.billing-infomation select:focus {
    outline: none;
}

.billing-infomation textarea {
    width: 100%;
    border: var(--border);
    border-radius: 5px;
    padding: 10px;
}

.billing-infomation textarea:focus {
    outline: none;
}

.order h6 span b {
    padding-right: 15px;
    font-weight: 500;

}

.order h5 {
    font-weight: 500;
    font-size: 20px;
}

.billing-infomation h5 {
    font-weight: 500;
    font-size: 20px;
}

.order-box {
    padding: 15px;
}

.bank-trans-label {
    font-weight: 500;
    font-size: 16px;
    margin-left: 10px;
}

.order p {
    font-weight: 400;
    font-size: 14px;
}

.order-box span a img {
    width: 25px;
    margin-left: 4px;
}


.order-box input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;

    background-clip: content-box;
    border: 1px solid #FF7A00;
    background-color: none;

}

.order-box input[type="checkbox"]:checked {
    width: 10px;
    height: 10px;
    line-height: 10px;
    background-color: #FF7A00;
    border-radius: 50%;
    outline: 1px solid #FF7A00;
    outline-offset: 2px;

}

.order-btn button {
    font-weight: 600;
    font-size: 20px;
    color: var(--wc);
    background: var(--bg);
    text-align: center;
    display: block;
    width: 100%;
    padding: 18px;
}

/*BILLING INFORMATION END*/


/*AGENT FULL PROFILE*/
.agent-info-left {
    border: var(--border);
    height: 100%;
}

.agent-info-left h6 {
    font-size: 20px;
    font-weight: 600;
    color: var(--pc);
    border-bottom: var(--border);
    padding: 15px;
}

.agent-info-left-table {
    padding: 15px;
}

.agent-info-left-table tr td {
    padding: 6px 0;
    font-weight: 500;
    font-size: 16px;
}

.agent-info-left-table tr td:first-child {
    width: 100px;
}

.agent-info-right {
    padding: 15px;
    border: var(--border);
    height: 100%;
}

.agent-info-right h6 {
    font-size: 20px;
    font-weight: 600;
}

/*AGENT FULL PROFILE END*/



/*BLOG PAGE*/
.p-blog-image img {
    width: 100%;
}

.p-blog-details a {
    font-size: 14px;
    font-weight: 600;
}

.p-blog-details a:hover {
    color: var(--yc);
}

.p-blog-details p {
    text-align: justify;
}

.p-blog-details {
    height: 100%;
    padding: 10px;
    background: #E6E6E6;
}

.p-blog-box {
    margin-bottom: 20px;
}

.p-blog-box img {
    width: 100%;
    margin-bottom: 15px;
    height: 230px;
}

/* .p-blog-box {
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 50px;
} */
a.sec-head {
    font-size: 20px;
    font-weight: 500px;
    line-height: 30px;
    margin-bottom: 20px;

}

a.sec-head:hover {
    color: var(--pc);
}

.p-blog-box a {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.p-blog-box p {
    text-align: justify;
    padding: 5px 0;
}

.feture-head {
    background: var(--yc);
    color: var(--wc);
}

.feture-head h4 {
    margin: 0;
    padding: 16px;
    color: var(--wc);
}

.feture-head a {
    color: var(--wc);
    font-size: 20px;
    font-weight: 600;
    padding: 16px;
    display: inline-block;
}

.feature-link {
    text-align: right;
}

.feture-active {
    background: #341564;
}

.feture-blog>div {
    float: left;
    width: 33.33%;
}

.feture-blog>div:nth-child(1) {
    width: 22.22%;
}

.feture-blog>div:nth-child(2) {
    width: 22.22%;
}

.feture-blog>div:nth-child(3) {
    width: 22.22%;
}

/*BLOG PAGE END*/

/*BLOG DETAILS PAGE*/
.p-blog-details-left img {
    width: 100%;
}

.blog-d-image {
    position: relative;
}

.post-category {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(23, 13, 39, 0.3);
    color: var(--wc);
    font-weight: 500;
    padding: 13px;
    text-transform: capitalize;
}

.post-category a {
    color: var(--wc);
    font-weight: 500;
    text-transform: capitalize;
}

.post-category a:hover {
    color: var(--wc);

}

.p-blog-title h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    margin: 0;
    padding: 15px 0;
}

.post-admin img {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}

.post-admin span {
    font-weight: 500;
}

.post-admin>div {
    display: inline-block;
}

.post-admin>div:first-child {
    margin-right: 12px;
}

.blog-social>a {
    padding: 0 8px;
}

.blog-social>a>img {
    width: auto;
    height: auto;
    border-radius: 0;
    margin-right: 0;
}

.p-latest-photo>img {
    width: 100%;
}

.p-latest-photo {
    position: relative;
}

.latest-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    color: var(--wc);
    padding: 10px;
}

.latest-overlay a {
    color: var(--wc);
    display: block;
    margin-bottom: 5px;
}

.latest-overlay>img {
    width: 15px;
    margin-right: 10px;
}

.latest-overlay span {
    margin-right: 25px;
}

.p-latest-photo {
    margin-bottom: 25px;
}

.p-blog-cagegory a {
    font-weight: 600;
    padding: 10px 0;
    color: var(--pc);
    display: inline-block;
}

.p-blog-cagegory a:hover {
    color: var(--yc);
}

.p-blog-cagegory>div {
    border-bottom: var(--border);
}

.p-blog-cagegory span {
    padding: 8px;
    font-size: 16px;
    font-weight: 600;
}

.ads-image img {
    width: 100%;
}

.feature-post-box {
    margin-bottom: 20px;
}

.feature-post-box>div:first-child {
    float: left;
    width: 30%;
}

.feature-post-box>div:last-child {
    float: left;
    width: 70%;
    padding-left: 10px;
}

.featured-post-box img {
    width: 100%;
}

.feature-post-box a {
    color: var(--pc);
    font-weight: 600;
}

.feature-post-box a:hover {
    color: var(--yc);
}

/*BLOG DETAILS PAGE END*/

/*INSTUMENT DETAILS*/
.instument-notification {
    -webkit-box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.25);
    padding: 25px 0;
}

.instument-notification .category a {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}

.instument-notification .category {
    padding: 14px 0;
}

.category a:hover {
    color: var(--yc);
}

.instument-search input::-webkit-input-placeholder {
    color: var(--gc);
    font-size: 16px;
    font-weight: 500;
}

.instument-search input:-ms-input-placeholder {
    color: var(--gc);
    font-size: 16px;
    font-weight: 500;
}

.instument-search input::placeholder {
    color: var(--gc);
    font-size: 16px;
    font-weight: 500;
}

.instument-search .input-group {
    height: 50px;
}

.instument-search .input-group .form-control {
    border-radius: 50px;
}

.instument-search .input-group input {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    padding: 0 20px;
}

.instument-search .input-group {
    width: 100%;
}

.instument-search .input-group input:focus {
    outline: none;
}

.instument-search .input-group span {
    border-radius: 50px;

}

.instument-search .input-group span img {
    width: 25px;
    margin: 0px;
}

.cart-box {
    text-align: right;
}

.cart-box a {
    background: none;
    margin-left: 20px;
}

.notification-btn {
    position: relative;

}

.notification-btn span {
    position: absolute;
    top: -8px;
    right: -5px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 50px;
    background: var(--yc);
    color: var(--wc);
    font-size: 10px;
    text-align: center;
}

.instument-notification .cart-box {
    padding: 20px 0;
}

.instument-details-right b {
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    text-transform: capitalize;
}

.details-review {
    margin-bottom: 15px;
}

.details-review i {
    color: #FF5652;
}

.details-review span {
    margin-left: 10px;
    color: var(--yc);
}

.instument-color p {
    text-transform: capitalize;
    font-weight: 500;
}

.instument-color p span {
    content: "adf";
    height: 15px;
    width: 15px;
    line-height: 15px;
    border-radius: 15px;
    display: inline-block;
    margin-right: 5px;
}

.instument-size span {
    margin-right: 20px;
}

.instument-quelity {
    padding: 20px 0;
}

.instument-quelity>div {
    float: left;
}

.quelity-btn button {
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
    border: 1px solid var(--gc);
}

.quelity-btn button:last-child {

    margin-top: 0px;
}

.quelity-btn button:first-child {
    margin-top: -14px;
}

.instument-quelity p span {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background: #F2F2F2;
    border: 1px solid var(--gc);
    margin-right: 10px;
}

.cart-button button {
    width: 100%;
    display: block;
    background: var(--yc);
    font-weight: 500;
    font-size: 20px;
    color: var(--wc);
    border-radius: 3px;
    margin-top: 20px;
    padding: 12px 0
}

.instument-details-right h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.instument-details-right h5 {
    font-size: 30px;
    font-weight: 500;
    margin-top: 0 !important;
    margin-bottom: 0;
    padding: 5px 0;
}

.review-header {
    -webkit-box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.25);
    height: 50px;
    margin-bottom: 15px;
}

.review-header a {
    font-size: 20px;
    color: var(--pc);
    padding: 10px 15px;
    display: inline-block;
}

.review-header a.active {
    font-weight: 600;
}

.customer-review {
    -webkit-box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.25);
    padding: 15px;
}

.review-count h6 {
    font-weight: 600;
    font-size: 20px;
    color: var(--yc);
}

.review-count h5 {
    font-weight: 600;
    font-size: 50px;
    color: #FF5652;
}

.review-count p {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

.review-rating i {
    color: #FF5652;
    margin-right: 5px;
    font-size: 16px;
}

.review-rating>div {
    margin-bottom: 10px;
    text-align: right;
}

.progress-bar-box .progress-bar {
    background: var(--yc);
}

.progress-bar-box .progress {
    height: 14px;
    margin-bottom: 18px;
}

.review-satisfi p {
    margin: 0;
    padding-bottom: 5px;
}

.product-review-head {
    border-top: var(--border);
    border-bottom: var(--border);
    padding: 12px;
}

.product-review-head h6 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
}


.review-rating-comment i {
    color: #FF5652;
    font-size: 16px;
    margin-right: 5px;
}

.comment-text {
    max-width: 800px;
}

.like-row button {
    background: none;
    color: var(--pc);
}

.like-row>* {
    margin-right: 2px;
}

.comment-box {
    position: relative;
}

.replay-box {
    position: absolute;
    top: 100%;
    left: 100px;
}

.comment-box .uk-comment-list .uk-comment~ul {
    margin: 15px 0 0 0;
}

/*INSTUMENT DETAILS END*/















.scroll-up-box {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}

.scroll-up-box i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    color: var(--wc);
    background: var(--sc);
    border: 1px solid var(--wc);
    border-radius: 50%;
    text-align: center;
    z-index: 3;
}

.agent-head h6 {
    font-size: 30px;
    border-bottom: var(--border);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.coffee-shop-image img {
    width: 150px;

}

.coffee-shop-image {
    float: left;
    margin-right: 20px;
}

.coffee-shop-content {
    float: left;
}

.coffee-shop-content h6 {
    font-size: 30px;
    font-weight: 600;
    color: var(--pc);
    margin: 0;
    padding-bottom: 10px;

}

.coffee-shop-content p {
    margin: 0;
    padding-bottom: 6px;
}

.coffee-shop-content p b {
    font-weight: 600;
}

.coffee-right>a {
    font-size: 20px;
    font-weight: 600;
    color: var(--wc);
    background: var(--sc2);
    display: inline-block;
    padding: 10px 35px;
    border-radius: 50px;
}

.coffee-right {
    text-align: right;
}

.coffee-right p {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    padding: 10px 0;
}

.coffee-icons img {
    width: 24px;

}

.coffee-icons a {
    margin-left: 20px;
}

.coffee-shop>.container>.row {
    border-bottom: var(--border);
    padding-bottom: 15px;
}

.to_be_continue>label {
    margin-right: 20px;

}

.expriance-remove {
    text-align: right;

}

.expriance-remove button {
    background: transparent;
}

.expriance-remove i {
    font-size: 20px;
    color: red;
    margin: 0;
    padding: 0;
    border-radius: 50%;
}




.ticket-table table tr td button i {
    font-weight: 300;
    color: var(--pc);
    font-size: 16px;
}

.ticket-table.product table tr td {
    font-size: 16px;
    font-weight: 400;
}

.ticket-table.product table td span {
    font-size: 16px;
    font-weight: 400;
}

.ticket-table.product td img {
    max-width: 150px;
}


.notification-section p {
    max-width: 350px;
    margin: 0;
    padding: 10px 0;

}


.product tr td .disre {
    float: left;

}

.product tr td .disre i {
    color: red;
    background-color: none !important;
}



/*VENDOR HOME*/

.vendor-home-bg {
    background-image: url(../images/photo/vandor-bg.jpg);
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
}

.vendor-profile>div {
    float: left;
}

.vendor-profile>div img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.vendor-profile {
    background-color: var(--wc);
    color: var(--pc);
    padding: 20px;
}

.vendor-details h6 {
    margin-top: 10px;
    text-transform: capitalize;
}

.company-name h6 {
    text-align: right;
    color: var(--wc);
}

.company-name {
    height: 100%;
}

.company-name h6 {
    font-size: 40px;
    text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.91);
    font-weight: 700;

}

.vendor-menu {
    -webkit-box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 20px 3px rgba(0, 0, 0, 0.16);
    padding: 15px;
}

.vendor-menu a {
    text-transform: capitalize;
    margin-right: 15px;
    font-weight: 500;
    font-size: 16px;
}

.vendor-menu a:hover {
    color: var(--yc);
}

.vendor-menu a.active {
    color: var(--yc);
}

.vendor-details-box {
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border: 1px solid rgba(204, 204, 204, 0.34);
}

.vendor-details-box h6 {
    border-bottom: 1px solid var(--gc);
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.vendor-details-box p {
    text-transform: capitalize;
}

.vendor-details-box p {
    color: var(--yc);
}

.vendor-details-box p b {
    color: var(--pc);
}

/*VENDOR HOME END*/

/*TRANING SECTION*/
.traning-home {
    background-image: url(../images/photo/traning.png);
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    position: relative;
}

.traning-overlay {
    background: rgba(52, 52, 52, 0.9);
    text-align: center;
    width: 754px;
    padding: 20px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.traning-overlay h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--wc);
}

.traning-overlay p {
    color: var(--wc);
}

.instrument-section {
    margin-top: -110px;
    z-index: 0;
    position: relative;
}

.instrument-section h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--wc);
    text-transform: uppercase;
}

.instrument-section {
  
    border-radius: 3px;
}

.instrument-list {
    background: #343434;
    padding: 20px;
    max-width: 754px;
    margin: 0 auto;
}

.instrument-section ul li {
    position: relative;
    color: var(--wc);
    padding: 5px 0;
    padding-left: 20px;
}

.instrument-section ul li i {
    position: absolute;
    left: 0;
    top: 10px;
    color: var(--wc);
    font-size: 10px;
}

.talent-inclubator-box {
    background: #FCFCFF;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 30px 20px;
    transition: .3s;
    min-height: 130px;
}

.talent-inclubator-box:hover {
    background: var(--yc);
    color: var(--wc);
}

.talent-incu-main:hover .talent-inclubator-box {
    background: var(--yc);
    color: var(--wc);
}

.talent-incu-main:hover a {
    background: var(--yc);
    color: var(--wc);
    border: 1px solid var(--yc);
}

.talent-inclubator-box p {
    margin: 0;
    text-align: center;
}

.section-title>.custom {
    letter-spacing: 0;
}

.about-content.custom h6 {
    border-bottom: none;
}

.create-left h6 {
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    color: var(--wc);
    padding-bottom: 12px;
}

.create-job-section {
    background-image: linear-gradient(rgba(52, 52, 52, 0.75), rgba(52, 52, 52, 0.75)), url(../images/photo/invest-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
}

.create-left p {
    color: var(--wc);
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
}

.create-right a {
    font-size: 24px;
    font-weight: 600;
    color: var(--pc);
    background: var(--yc);
    padding: 8px 25px;
    color: var(--wc);
}

.talent-incu-main a {
    border: 2px solid #343434;
    display: block;
    margin-top: 20px;
    padding: 10px;
    font-weight: 600;
    text-align: center;
}

.talent-incu-main a:hover {
    background: var(--yc);
    color: var(--wc);
    border: 2px solid var(--yc);
}

.production-box {
    background: #F2F2F2;
    border: 1px dashed #555555;
    text-align: center;
}

.production-box h4 {
    color: #333333;
    font-weight: 700;
    font-size: 35px;
    text-transform: capitalize;
}

.production-box p {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}

.production-box a {
    font-size: 24px;
    font-weight: 600;
    color: var(--yc);
    border: 1px solid var(--yc);
    padding: 10px 25px;
    border-radius: 5px;
    display: inline-block;
}

.production-box a:hover {
    background: var(--yc);
    color: var(--wc);
}

/*TRANING SECTION END*/



* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --pc: #555555;
  --sc: #4A1D8C;
  --sc2: #7D42D2;
  --yc: rgba(255, 230, 0, 1);
  --rc: #FF0000;
  --gc: #cccccc;
  --gc2: #F5F5F5;
  --wc: #ffffff;
  --bg: #343434;
  --border: 1px solid var(--gc);
  --bc: #000000;
}


a{
  text-decoration: none;
}


/* Hero section start */
.hero-section {
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(120deg, #cfd9df 0%, #e2ebf0 40%, #e0c3fc 100%);
    overflow: hidden;
}

.hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #222;
}

.hero-subtitle {
    font-size: 20px;
    color: #555;
    margin-top: 15px;
}

.info-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    max-width: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    margin-top: 40px;
}

/* Decorative stars */
.star-shape {
    position: absolute;
    right: 10%;
    top: 30%;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.3) 60%, transparent 70%);
    filter: blur(2px);
    border-radius: 50%;
}

.star-shape.small {
    width: 80px;
    height: 80px;
    right: 20%;
    top: 50%;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }
}

/* Hero section end */



/* Our service section start */
.services-section {
    padding: 100px 0;
}

/* Heading */
.section-title {
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(90deg, #2563eb, #9333ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-subtitle {
    max-width: 700px;
    margin: 15px auto 60px;
    color: #666;
    font-size: 16px;
}

/* Card */
.service-card {
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
    padding-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    height: 100%;
    transition: 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
}

.service-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.service-content {
    padding: 30px;
}

.service-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

/* Checklist */
.service-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.service-list li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #444;
    display: flex;
    align-items: flex-start;
}

.service-list li::before {
    content: "✔";
    color: #2563eb;
    font-weight: bold;
    margin-right: 10px;
}

/* Button */
.service-btn {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(90deg, #2563eb, #c026d3);
    text-decoration: none;
    transition: 0.3s;
}

.service-btn:hover {
    opacity: 0.9;
}

@media(max-width:768px) {
    .section-title {
        font-size: 32px;
    }
}

/* Our service section end */




/* header section start */

/* header section end */

:root {
    --pc: #555555;
    --sc: #4A1D8C;
    --sc2: #7D42D2;
    --yc: rgba(255, 230, 0, 1);
    --rc: #FF0000;
    --gc: #cccccc;
    --gc2: #F5F5F5;
    --wc: #ffffff;
    --bg: #343434;
    --border: 1px solid var(--gc);
    --bc: #000000;
}

body {
    background: #ffffff;
    font-family: 'DM Sans', sans-serif;
    min-height: 100vh;
}

/* ── TICKER ── */
.ticker-bar {
    background: var(--bc);
    border-bottom: var(--border);
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    overflow: hidden;
    position: relative;
}

.ticker-left {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    flex: 1;
}

.ticker-label {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--yc);
    white-space: nowrap;
    background: rgba(255, 230, 0, 0.1);
    border: 1px solid rgba(255, 230, 0, 0.3);
    padding: 3px 10px;
    border-radius: 2px;
}

.ticker-text {
    font-size: 12px;
    color: var(--gc);
    letter-spacing: 0.04em;
    white-space: nowrap;
    animation: slide 18s linear infinite;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-30%);
    }
}

.ticker-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--yc);
    color: var(--bc);
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 2px;
    text-decoration: none;
    transition: background 0.2s;
    margin-left: 16px;
    flex-shrink: 0;
}

.ticker-cta:hover {
    background: #ffe066;
}

.ticker-right {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 32px;
    flex-shrink: 0;
}

.ticker-right a {
    font-size: 12px;
    color: var(--gc);
    text-decoration: none;
    letter-spacing: 0.06em;
    transition: color 0.2s;
}

.ticker-right a:hover {
    color: var(--yc);
}

.ticker-right .divider {
    width: 1px;
    height: 12px;
    background: var(--pc);
}

.sign-in-btn {
    border: 1px solid rgba(255, 230, 0, 0.5) !important;
    padding: 4px 14px !important;
    border-radius: 2px !important;
    color: var(--yc) !important;
    font-family: 'Syne', sans-serif !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    letter-spacing: 0.1em !important;
    transition: all 0.2s !important;
}

.sign-in-btn:hover {
    background: var(--yc) !important;
    color: var(--bc) !important;
}

/* ── MAIN NAV ── */
nav {
    background: var(--bg);
    border-bottom: var(--border);
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    position: relative;
}

nav::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 230, 0, 0.4) 30%, rgba(125, 66, 210, 0.4) 70%, transparent);
}

/* Logo */
.logo {
    font-family: 'Syne', sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-decoration: none;
    display: flex;
    align-items: baseline;
    gap: 0;
}

.logo-t {
    color: var(--yc);
}

.logo-alent {
    color: var(--wc);
}

.logo-dot {
    color: var(--sc2);
    font-weight: 400;
}

.logo-incu {
    color: var(--gc);
    font-weight: 400;
    font-size: 18px;
}

/* Nav links */
.nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
}

.nav-links li {
    position: relative;
}

.nav-links a {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: var(--gc);
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s, background 0.2s;
    position: relative;
}

.nav-links a:hover {
    color: var(--wc);
    background: rgba(255, 255, 255, 0.06);
}

.nav-links li.active>a {
    color: var(--yc);
}

.chevron {
    width: 10px;
    height: 10px;
    opacity: 0.5;
    transition: transform 0.2s, opacity 0.2s;
}

.nav-links a:hover .chevron {
    transform: rotate(180deg);
    opacity: 0.8;
}

/* Highlight item */
.nav-links li.highlight>a {
    color: var(--yc);
    background: rgba(255, 230, 0, 0.08);
    border: 1px solid rgba(255, 230, 0, 0.2);
}

.nav-links li.highlight>a:hover {
    background: rgba(255, 230, 0, 0.15);
}

/* Dropdown */
.dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: var(--bg);
    border: var(--border);
    border-radius: 6px;
    min-width: 180px;
    padding: 8px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.2s, transform 0.2s;
    z-index: 100;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}

.nav-links li:hover .dropdown {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.dropdown a {
    display: block;
    padding: 8px 12px;
    font-size: 13px;
    color: var(--gc);
    border-radius: 4px;
    border: none;
}

.dropdown a:hover {
    color: var(--wc);
    background: rgba(255, 255, 255, 0.06);
}

/* ── HERO DEMO ── */
.demo-hero {
    height: calc(100vh - 106px);
    background:
        radial-gradient(ellipse at 20% 50%, rgba(74, 29, 140, 0.2) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(255, 230, 0, 0.06) 0%, transparent 50%),
        var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

.demo-hero h1 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(40px, 6vw, 80px);
    font-weight: 800;
    color: var(--wc);
    letter-spacing: -0.04em;
    text-align: center;
}

.demo-hero h1 span {
    color: var(--yc);
}

.demo-hero p {
    color: var(--gc);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 11px;
}

/* header secton :end */





/* heading */
.letter-space {
    letter-spacing: 6px;
    color: var(--pc);
}

.heading-line {
    width: 60px;
    height: 3px;
    background: var(--bc);
}

/* content underline */
.underline {
    width: 100%;
    height: 1px;
    background: var(--gc);
}

/* button */
.read-more-btn {
    background: var(--bc);
    color: var(--yc);
    letter-spacing: 2px;
    font-size: 12px;
    border-radius: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

.read-more-btn:hover {
    background: var(--bc);
    color: var(--yc);
    border: 2px solid #7D42D2;
}

/* image styling */
.project-img {
    max-width: 480px;
    background: #000;
}


.big-img {
    height: 320px;
    object-fit: cover;
}

.small-img {
    height: 220px;
    object-fit: cover;
}



.blog-hover-card {
    position: relative;
    height: 260px;
    border-radius: 6px;
    overflow: hidden;
}

/* NORMAL IMAGE */
.normal-view img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .4s;
}

.normal-view .overlay {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

/* POPUP (Hidden by default) */
.hover-popup {
    position: absolute;
    inset: 0;
    background: #fff;
    padding: 25px;
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
    transition: .35s ease-in-out;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

/* HOVER ACTION */
.blog-hover-card:hover .normal-view {
    opacity: 0;
    transform: scale(1.05);
}

.blog-hover-card:hover .hover-popup {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}


.bottom-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.bottom-card h6 {
    font-weight: 600;
    margin-top: 10px;
}

/* ===============Artist Counsling section start================ */
/* ---- SECTION TITLE ---- */
.section-title {
    text-align: center;
    letter-spacing: 6px;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #222;
    padding: 50px 0 10px;
}

.section-divider {
    width: 40px;
    height: 3px;
    background: #222;
    margin: 0 auto 40px;
}

/* ---- CARDS CAROUSEL ---- */
.casting-carousel-wrap {
    overflow: hidden;
    padding: 0;
}

.casting-cards {
    display: flex;
    gap: 10px;
    transition: transform 0.4s ease;
}

.casting-card {
    min-width: 20%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 280px;
    flex-shrink: 0;
}

.casting-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Placeholder colored backgrounds when no image */
.card-bg-pink {
    background: linear-gradient(135deg, #c0375a 0%, #e84a6a 100%);
}

.card-bg-red {
    background: linear-gradient(135deg, #cc2a1a 0%, #e84a30 100%);
}

.card-bg-yellow {
    background: linear-gradient(135deg, #e8a800 0%, #f5c400 100%);
}

.card-bg-cyan {
    background: linear-gradient(135deg, #00b4cc 0%, #00d4f0 100%);
}

.card-bg-gray {
    background: linear-gradient(135deg, #555 0%, #888 100%);
}

.casting-card-inner {
    position: absolute;
    inset: 0;
    padding: 30px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 100%);
    color: #fff;
}

.card-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.9;
}

.card-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.6rem;
    line-height: 1;
    color: #FFE000;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.card-subtitle {
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    margin-top: 2px;
}

.card-pay {
    background: #FFE000;
    color: #222;
    display: inline-block;
    padding: 4px 10px;
    font-size: 0.78rem;
    font-weight: 700;
    border-radius: 2px;
    width: fit-content;
}

/* ---- DOTS ---- */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 20px 0 40px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #888;
    background: transparent;
    cursor: pointer;
    transition: background 0.2s;
}

.dot.active {
    background: #FFE000;
    border-color: #FFE000;
}

/* ---- BOTTOM BANNERS ---- */
.banner-section {
    padding: 10px 60px 60px;
}

.banner-yellow {
    background: #FFE000;
    border-radius: 10px;
    padding: 30px 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-yellow {
    position: relative;
}

/* Default (English / LTR) */
.banner-yellow .medal {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4rem;
}

/* Arabic / RTL হলে */
html[dir="rtl"] .banner-yellow .medal {
    right: auto;
    left: 30px;
}

.banner-yellow .small-text {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #555;
}

.banner-yellow .big-text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.2rem;
    color: #111;
    line-height: 1.1;
}

.banner-yellow .btn-apply {
    background: #111;
    color: #FFE000;
    border: none;
    padding: 10px 28px;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    border-radius: 50px;
    margin-top: 14px;
    width: fit-content;
    cursor: pointer;
    transition: background 0.2s;
}

.banner-yellow .btn-apply:hover {
    background: #333;
}

.banner-dark {
    background: #2b2b2b;
    border-radius: 10px;
    padding: 30px 30px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-dark .need-text {
    font-size: 0.85rem;
    font-weight: 600;
    color: #aaa;
    letter-spacing: 1px;
}

.banner-dark .find-text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.2rem;
    color: #FFE000;
    line-height: 1.1;
}

.banner-dark .sub-text {
    font-size: 0.78rem;
    color: #999;
    margin-top: 4px;
    margin-bottom: 12px;
}

.banner-dark .btn-find {
    background: #FFE000;
    color: #111;
    border: none;
    padding: 10px 24px;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 1px;
    border-radius: 50px;
    width: fit-content;
    cursor: pointer;
    transition: background 0.2s;
}

.banner-dark .btn-find:hover {
    background: #f0d000;
}

@media (max-width: 768px) {
    .casting-card {
        min-width: 80%;
    }

    .banner-section {
        padding: 10px 16px 40px;
    }

    .banner-yellow,
    .banner-dark {
        height: auto;
    }
}

/* ===============Artist Counsling section End================ */
/* ===============About section End================ */
/* ── Vision & Mission ── */
    .vm-section {
      background: #f5f6f8;
      padding: 80px 0;
    }

    .vm-card {
      background: #fff;
      border: 1px solid #e8eaf0;
      border-radius: 20px;
      padding: 40px 36px;
      height: 100%;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .vm-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 40px rgba(0,0,0,0.09);
    }

    .vm-icon-wrap {
      width: 110px;
      height: 110px;
      border-radius: 50%;
      background: #dce8fd;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 32px;
      font-size: 50px;
    }

    .vm-card h2 {
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 14px;
      color: #111;
    }

    .vm-card p {
      font-size: 14.5px;
      line-height: 1.85;
      color: #666;
      margin: 0;
    }

    /* ── Talent Incubator ── */
    .ti-section {
      background: #fff;
      padding: 80px 0;
    }

    .ti-section h1 {
      font-size: 36px;
      font-weight: 700;
      color: #111;
      margin-bottom: 20px;
    }

    .ti-section p {
      font-size: 14.5px;
      line-height: 1.85;
      color: #555;
    }

    .bold-intro {
      font-weight: 600;
      color: #222;
      font-size: 14.5px;
    }

    .checklist {
      list-style: none;
      padding: 0;
      margin: 0 0 24px 0;
    }

    .checklist li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 11px 14px;
      border-radius: 8px;
      font-size: 14px;
      color: #444;
      line-height: 1.65;
      margin-bottom: 6px;
    }

    .checklist li:hover {
      background: #e8f0fe;
    }

    .check-icon {
      flex-shrink: 0;
      margin-top: 2px;
      color: #2563eb;
    }

    .check-icon svg {
      width: 15px;
      height: 15px;
    }

    .checklist li:not(.highlighted) .check-icon {
      color: #3b82f6;
    }

    .closing-bold {
      font-weight: 600;
      color: #222;
      font-size: 14.5px;
      line-height: 1.8;
    }

    /* Image placeholders */
    .img-main-placeholder {
      width: 100%;
      height: 230px;
      border-radius: 18px;
      background: linear-gradient(145deg, #6b0000 0%, #c0200a 45%, #8b0000 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px;
      position: relative;
      overflow: hidden;
    }

    .img-main-placeholder::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 50% 60%, rgba(255,200,0,0.18) 0%, transparent 65%);
    }

    .talent-badge {
      position: relative;
      z-index: 1;
      text-align: center;
    }

    .talent-badge .line1,
    .talent-badge .line2 {
      display: block;
      font-size: 28px;
      font-weight: 900;
      color: #ffd700;
      text-shadow: 0 3px 12px rgba(0,0,0,0.6), 0 0 20px rgba(255,200,0,0.4);
      letter-spacing: 2px;
      line-height: 1.15;
    }

    .img-sub-row {
      display: flex;
      gap: 14px;
    }

    .img-teal {
      flex: 1.5;
      height: 165px;
      border-radius: 14px;
      background: linear-gradient(135deg, #0d9488, #0891b2);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      padding-bottom: 18px;
      position: relative;
      overflow: hidden;
    }

    .img-teal::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 38px;
      height: 100%;
      background: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.28) 100%);
      clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    }

    .teal-label {
      font-size: 9.5px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.75);
      position: relative;
      z-index: 1;
      margin-bottom: 8px;
    }

    .person-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #fff;
      position: relative;
      z-index: 1;
      margin-bottom: 4px;
    }

    .person-body {
      width: 16px;
      height: 22px;
      border-radius: 3px;
      background: #fff;
      position: relative;
      z-index: 1;
    }

    .img-yellow {
      flex: 1;
      height: 165px;
      border-radius: 14px;
      background: linear-gradient(135deg, #0284c7, #38bdf8);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 44px;
    }



















    .values-wrapper {
      background: #5A009D;
      border-radius: 24px;
      padding: 48px 40px;
      width: 100%;
    }

    .values-title {
      font-size: 28px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 32px;
      padding-left: 20px;
      border-left: 3px solid #fff;
    }

    .value-card {
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.35);
      border-radius: 14px;
      padding: 28px 24px;
      height: 100%;
      transition: background 0.3s ease, border-color 0.3s ease;
    }

    .value-card:hover {
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(255, 255, 255, 0.6);
    }

    .value-number {
      font-size: 28px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 14px;
      opacity: 0.9;
    }

    .value-title {
      font-size: 15px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 12px;
    }

    .value-desc {
      font-size: 13.5px;
      color: rgba(255, 255, 255, 0.75);
      line-height: 1.75;
      margin: 0;
    }


/* ===============About section End================ */

 /* Card */
  .product-card {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0,0,0,0.07);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    background: #fff;
  }

  .product-card:hover {
    box-shadow: 0 10px 36px rgba(0,0,0,0.13);
    transform: translateY(-5px);
  }

  /* Image wrapper */
  .product-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f0ede8;
  }

  .product-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .product-card:hover .product-img-wrap img {
    transform: scale(1.06);
  }

  /* Overlay */
  .product-overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 20, 0.20);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-card:hover .product-overlay {
    opacity: 1;
  }

  /* Action pill */
  .action-pill {
    display: flex;
    gap: 8px;
    background: #fff;
    border-radius: 50px;
    padding: 10px 18px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.18);
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
  }

  .product-card:hover .action-pill {
    transform: translateY(0);
    opacity: 1;
  }

  .action-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    position: relative;
  }

  .action-btn:hover {
    background: #1a1a1a;
    color: #fff;
    transform: scale(1.15);
  }

  /* Tooltip override */
  .action-btn .tooltip-inner {
    font-size: 11px;
  }

  /* Product name & price */
  .product-name {
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a1a;
  }

  .product-price {
    font-size: 0.9rem;
    font-weight: 600;
    color: #555;
  }

  /* Add to cart button */
  .btn-cart {
    background: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding: 10px;
    width: 100%;
    transition: background 0.2s, transform 0.15s;
  }

  .btn-cart:hover {
    background: #333;
    color: #fff;
    transform: scale(1.02);
  }

  .btn-cart:active {
    transform: scale(0.98);
  }