/* font-family: 'Plus Jakarta Sans', sans-serif; */
:root {
    --font-primary: 'Open Sans', sans-serif;
  --font-heading: 'Montserrat', sans-serif;
  --font-accent: 'Lato', sans-serif;
  --font-alt: 'Source Sans 3', sans-serif;
  --font-serif: 'Merriweather', serif;
  --font-slab: 'Roboto Slab', serif;
  --font-roboto: 'Roboto', sans-serif;
    --white: #fff;
    --primary: #527A97;
    --secondary: #252525;
    --success: #28a745;
    --gray: #999999;
    --lightpurple:#000000;
    --black:#000000;
    --titlecolor:#333333;
}
body{margin:90px 0 0 0; padding:0; font-family: var(--font-primary); color: var(--lightpurple); line-height: 1.6; }
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: var(--font-heading);
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--secondary);
}
.title-color { color: var(--primary); }
h1, .h1 {
    font-size: 32px;
  }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 39px;
    }
}
  h2, .h2 {
    font-size: 32px;
  }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 40px;
    }
  }
  h3, .h3 {
    font-size: 21px;
    font-weight: 700;
  }
  @media (min-width: 992px) {
    h3, .h3 {
      font-size: 21px;
    }
  }
  p {
    font-size: 18px;
    color: var(--lightpurple);
    font-family: var(--font-primary);
  }

a {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    font-family: var(--font-accent);
}
.btn {
    line-height: 1;
    padding: 14px 28px;
    font-weight: 700;
    font-family: var(--font-accent);
    font-size: 16px;
    border-radius: 60px;
    text-decoration: none;
    color: var(--white) ;
    border: none;
    background: var(--primary);
    width: 100%;
}
.btn:hover {
    background: var(--secondary);
    text-decoration: none;
    color: var(--white);
}

.py-75 {
    padding: 35px 0;
}
strong {
    color: var(--secondary);
    font-weight: 700;
}
@media (min-width: 992px) {
    .btn {
        width: auto;
    }
    .py-75 {
        padding: 75px 0;
    }
    .big-btn {
        font-size: 20px;
    }
}
dl, ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/******Common CSS End******/

/******Header CSS Start******/
.navbar { border: 0; background: var(--white); }
.navbar-brand { height: auto; padding: 0; }
.navbar-nav  { background: var(--white); }
.navbar-expand-lg .navbar-nav .nav-link { color: var(--secondary); font-size: 14px; font-weight: 600; }
#search-block { margin: 10px 0; }
.nav-item:hover .nav-link {
    color: var(--primary);
}
.nav-item.active .nav-link {
    color: var(--primary);
}
#search-block input { background: #D9E4FA; font-size: 11px; font-weight: 500; font-style: italic; color: #6A768F; padding: 13px 30px 13px 15px; border-radius: 60px; border: none; width: 100%; }
#search-block input[type=search] { background:#D9E4FA url(../img/search.svg) no-repeat; background-position: 95% center; }
.navbar-collapse .btn { width: 100%; }

.navbar-nav>li>.dropdown-menu {
    top: 43px;
    left: -160px;
}
.dropdown-menu {
    background: linear-gradient(to bottom, #ffffff 0%,#eef2f5 100%);
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
}
ul.artist_ul {
    margin: 0;
    padding: 10px;
    width: 800px;
}

.mm_menu .mega_decade {
    float: right;
    width: 150px;
    border-left: 1px solid #ddd;
    padding-left: 10px;
}
.mm_menu .nav_list ul li {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ebe9e9;
    list-style: none;
}
.mm_menu .nav_list ul li a {
    color: var(--secondary);
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    display: block;
    padding: 5px;
    text-decoration: none;
}
.mm_menu .nav_list ul li a:hover {
    color: var(--lightpurple);
}


@media (min-width: 992px) {
    .navbar .nav-item { margin-left: 12px; margin-right: 12px; }
    /* .navbar .nav-item:last-child { margin-right: 0; } */
    #search-block { margin-top: 0; margin-bottom: 0; margin-right: 0px; margin-left: 16px; }
    #search-block input { width: auto; }
    .navbar-collapse .btn { width: auto; }
    #search-block input[type=search] {
        background-position: 88% center;
    }
    .mm_menu .mega_genre {
        width: 625px;
        float: left;
    }
    .mm_menu.artist_ul .nav_list ul, .mm_menu.services_ul .nav_list ul {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        column-fill: balance;
        -webkit-column-fill: balance;
        -moz-column-fill: balance;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-brand {
        flex: 0 0 30%;
    }
    .navbar-brand img {
        width: 100%;
    }
.navbar-nav {
    height: 280px;
    overflow-x: scroll;
    padding-bottom: 0;
    padding-top: 15px;
}
.mm_menu .mega_decade {
    width: 100%;
    border-left: none;
    padding-left: 0;
}
ul.artist_ul {
    width: 100%;
    padding: 0;
}
.mm_menu .nav_list ul li a {
    padding-left: 0;
    padding-right: 0;
}
}
@media only screen and (max-width: 767px) {
    .navbar-brand {
        flex: 0 0 65%;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) { 
    .navbar-brand {
        flex: 0 0 14%;
    }
    .navbar-brand img {
        width: 100%;
    }
    .navbar .nav-item {
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) { 
    .navbar .nav-item {
        margin-left: 0;
        margin-right: 0;
    }
}
.mm_menu.artist_ul .mega_decade ul {
    column-count: inherit;
}
/******Header CSS End******/

/******Slider CSS Start******/
.home-slider {
    background: linear-gradient(0deg, rgba(82, 122, 151, 0.1) -0.99%, rgba(82, 122, 151, 0.00) 105.59%);
    padding: 15px 0 60px 0;
    min-height: 650px;
}
.banner-content {
    max-width: 570px;
}
.banner-content .tags {
    background: #F0F5FF;
    color: var(--primary);
    font-weight: 700;
    font-size: 12px;
    max-width: 187px;
    padding: 6px 12px;
    border-radius: 50px;
    text-align: center;
}
.banner-big-title {
    color: var(--black);
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    padding: 20px 0;
}
.banner-big-title span {
    color: var(--primary);
}
.banner-content p {
    font-size: 18px;
    margin: 0;
}
.music-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.music-slider-img {
    flex: 0 0 50px;
}
.small-title {
    color: var(--titlecolor);
    font-weight: 800;
    font-size: 14px;
    text-align: center;
}
.music-slider-text p {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}
.home-slider .carousel-indicators {
    right: 0;
    bottom: inherit;
    top: 100%;
    margin: 20px 0 0 0;
}
.home-slider .carousel-indicators [data-bs-target] {
    width: 11px;
    height: 11px;
    background: #D9D9D9;
    border-radius: 50px;
    opacity: 1;
    border: none;
}
.home-slider .carousel-indicators .active {
    background: #8E8E8E;
}
.home-slider .btn {
    width: 100%;
}
.music-slider-text p {
    margin-bottom: 20px;
}
@media (min-width: 992px) { 
    .home-slider {
        padding: 54px 0;
    }
    .banner-big-title {
        padding: 30px 0;
        font-size: 76px;
    }
    .home-slider .btn {
        width: auto;
    }
    .banner-content p {
        font-size: 14px;
    }
    .music-slider {
        flex-direction: row;
        align-items: start;
    }
    .small-title {
        text-align: left;
    }
    .music-slider-text p {
        text-align: left;
        margin-bottom: 0;
    }
    .home-slider .carousel-indicators {
        right: inherit;
    }
}
/******Slider CSS End******/

/******Client logo CSS Start******/
.client-logo {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    flex-direction:row-reverse;
}
.logo-slide {
    min-height: 60px;
    padding:0 15px;
}
@media (min-width: 992px) {
    .logo-slide {
        min-height: 180px;
        padding:0 15px;
    }    
 }
/******Client logo  CSS End******/

/******Top talent  CSS Start******/
.top-title {
    max-width: 570px;
    margin: auto;
}
.top-talent {
    margin-top: 35px;
}
.top-talent .slick-dots {
    display: flex;
    justify-content: center;
    margin: 30px 0 0 0;
    padding: 0;
}
.top-talent .slick-dots li {
    list-style: none;
}
.top-talent .slick-dots button {
    background: #D9D9D9;
    text-indent: -1000px;
    width: 12px;
    height: 12px;
    border: none;
    margin: 0 5px;
    border-radius: 50px;
    font-size: 0;
}
.top-talent .slick-active button {
    background: var(--lightpurple);
}
.top-talent .slick-arrow { 
    position: absolute;
    top: 40%;
    transform: translateX(-40%);
    width: 30px;
    height: 40px;
    border: none;
    text-indent: -10000px;
    display: none !important;
}

.top-talent .slick-arrow.slick-prev {
    background: url(../img/previous.svg) no-repeat;
    left: 0;
    
}
.top-talent .slick-arrow.slick-next {
    background: url(../img/next.svg) no-repeat;
    right:0px;
}

.top-talent .slick-slide img {
    width: 100%;
}
@media (min-width: 992px) {
    .top-talent .slick-arrow.slick-prev {
        left: -30px;
    }
    .top-talent .slick-arrow.slick-next {
        right:-30px;
    }
    .top-talent .slick-slide {
        margin-right: 30px;
    }
    .top-talent .slick-slide:last-child {
        margin-right: 0px;
    }
    .top-talent .slick-arrow {
        display: block !important;
    }
 }
 @media only screen and (min-width: 500px) and (max-width: 1024px) { 
    .top-talent .slick-slide {
        margin-right: 23px;
    }
 }
/******Top talent  CSS End******/

/******Biggest Names  CSS Start******/
.industries-tab {
    border-radius: 32px;
    border: 1px solid #D9D9D9;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.20));
    max-width: 414px;
    margin: 25px auto 30px auto;
    padding: 5px 0;
}
.industries-tab .nav-link {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: var(--titlecolor);
    border-radius: 25px;
    padding: 10px 20px;
    min-width: auto;
}
.industries-tab .nav-link.active {
    border-radius: 25px;
    background: var(--secondary);
    color: var(--white);
}
.card-view {
    border-radius: 14px;
    border: 2px solid #D9D9D9;
    height: 100%;
    position: relative;
}
.card-view a { 
    text-decoration: none;
}
.card-img img {
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    object-fit: cover;
    object-position: top;
}
.card-detail {
    padding: 16px;
    text-align: center;
    min-height: 180px;
}
.card-detail h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin-top: 15px;
    color: var(--titlecolor);
}
.card-detail h3 a {
    color: var(--titlecolor);
}
.artists-info span {
    display: block;
    font-weight: 400;
    color: var(--titlecolor);
    font-size: 14px;
}
.artists-info h3 {
    padding-top: 30px;
}
.artists-info a {
    color: var(--titlecolor);
}
.artists-info a:hover {
    color: var(--primary);
    text-decoration: underline;
}
@media (min-width: 992px) { 
    .card-img img {
        height: 270px;
    }
    .industries-tab {
        margin: 36px auto 70px auto;
        max-width: 414px;
    }
    .industries-tab .nav-link {
        min-width: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 999px) { 
    /* .card-img img {
        height: 180px;
    } */
    .card-detail h3 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .card-detail {
        padding: 10px;
        min-height: 150px;
    }
}
/* @media only screen and (min-width: 1000px) and (max-width: 1024px) { 
    .card-img img {
        height: 200px;
    }
} */
/******Biggest Names  CSS End******/

/******Global Access CSS Start******/
.video-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
    padding: 0;
}
.video-slider .slick-dots li {
    list-style: none;
}
.video-slider .slick-dots button {
    background: #D9D9D9;
    text-indent: -1000px;
    width: 12px;
    height: 12px;
    border: none;
    margin: 0 5px;
    border-radius: 50px;
    font-size: 0;
}
.video-slider .slick-active button {
    background: #8E8E8E;
}
/******Global Access CSS End******/

/******Testimonials CSS Start******/
.testimonials {
    border-radius: 15px;
    border: 1px solid #C7C7C7;
    background: rgba(217, 217, 217, 0.00);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    height: 100%;
    min-height: 410px;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
}
.testimonials p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: var(--lightpurple);
}
.authors {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: var(--lightpurple);
}
.rating {
    background: url(../img/star-normal.svg) no-repeat;
    width: 147px;
    height: 29px;
    position: relative;
    margin: 20px auto;
    text-indent: -100000px;
}
.rating::after {
    background: url(../img/star.svg) no-repeat;
    height: 29px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.rating-num-1::after {
    width: 30px;
   
}
.rating-num-2::after {
    width: 60px;
   
}
.rating-num-3::after {
    width: 90px;
    
}
.rating-num-4::after {
    width: 120px;
   
}
.rating-num-5::after {
    width: 147px;
   
}

/******Testimonials CSS End******/

/******Contact Form CSS Start******/
.form-horizontal h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--black);
    margin-bottom: 25px;
}
.contact-info {
    max-width: 550px;
    margin-bottom: 22px;
}
.form-horizontal label {
    font-size: 14px;
    font-weight: 600;
    color: var(--titlecolor);
    padding-bottom: 8px;
}
.form-control {
    border-radius: 8px;
    border: 1px solid #E1E1E1;
    background-color: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    color: #999;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    
}
select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

@media (min-width: 992px) { 
    .contact-info {
        margin-bottom: 44px;
    }
}
/******Contact Form CSS End******/

/******FAQ CSS Start******/
.faq-title {
    border-radius: 26px;
    background: #F0F5FF;
    font-weight: 700;
    font-size: 12px;
    color: var(--primary);
    padding: 6px 4px;
    min-width: 85px;
    max-width: 120px;
    height: 30px;
    margin: 0 auto 44px auto ;
    display: flex;
    align-items: center;
    justify-content: center;

}
.small-container {
    max-width: 735px;
    margin: auto;
}
.faq .accordion-item {
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0 !important;
    border-color: #C7C7C7;
}
.faq .accordion-header button {
    border-radius: 0 !important;
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
    font-weight: 700;
    color: #000;
    box-shadow: none;
    display: flex;
    align-items: center;
}
.faq .accordion-header button p {
    font-size: 21px;
    font-weight: 700;
    color: #000;
    margin: 0;
}
.faq .accordion-body {
    padding-left: 0;
    padding-right: 0;
}
.faq .accordion-body p {
    font-weight: 500;
}
.faq .accordion-button:not(.collapsed) {
    background: #fff;
}
.bullet-list {
    margin-left: 1.5rem;
}
.bullet-list li {
    font-weight: 500;
    color: var(--lightpurple);
    font-size: 18px;
    list-style: disc;
    font-family: var(--font-alt);
    
}
/******FAQ CSS End******/

/******Footer CSS Start******/
.footer {
    border-top: 1px solid #D9D9D9;
    padding: 60px 0;
}
.footer-info p {
    font-size: 14px;
}
.footer-info p strong {
    color: #000;
}
.footer ul.links {
    margin: 0; 
    padding: 0;
}
.footer .links li {
    list-style: none;
    margin-bottom: 10px;
}
.footer h3 {
    font-size: 18px;
    font-weight: 700;
}
.footer .links li a {
    font-weight: 500;
    font-size: 14px;
    color: var(--lightpurple);
    text-decoration: none;
    font-family: var(--font-alt);
}
.footer .links li a:hover {
    color: var(--black);
}
.topArrow {
    font-size: 30px;
    color: #fff;
    position: fixed;
    right: 15px;
    bottom: 35px;
    width: 40px;
    height: 40px;
    background-color: var(--primary);
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 30px;
}

@media (min-width: 992px) {
    .footer-info p {
    max-width: 360px;
    }
    .footer-info h3 {
        font-size: 25px;
        font-weight: 400;
    }
    .footer-info h3 strong {
        font-weight: 800;
    }
 }
@media only screen and (min-width: 768px) and (max-width: 1024px) { 
    .footer h3 {
        font-size: 16px;
    }
    .footer-info h3 {
        font-size: 16px;
    }

 }
/******Footer CSS End******/

/******Inner Banner Container CSS Start******/
.inner-banner-container {
    margin: 0px auto 0px auto;
    text-align: center;
    padding: 30px 0;
}
.inner-banner-container h1 {
    /* font-weight: 800; */
    font-size: 24px;
}
.inner-tab {
    /* max-width: 322px; */
    max-width: fit-content;
    margin: 0px auto 48px auto;
    padding: 5px 6px;
}
@media (min-width: 992px) {
    .inner-banner-container {
        max-width: 580px;
        margin: 0px auto 0px auto;
        padding: 75px 0 50px 0;
    }
    .inner-banner-container h1 {
        font-size: 48px;
    }
    .max740 {
        max-width: 796px;
    }
    
 }

/******Inner Banner Container CSS End******/

/****** Search CSS Start******/
.search-roster {
    margin-bottom: 60px;
}
.search-roster button {
    border-radius: 8px;
    border: 1px solid #E1E1E1 !important;
    background: #FFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 15px 12px !important;
    font-size: 14px !important;
    font-style: italic;
    font-weight: 500;
    color: #999 !important;
    
}
.search-roster .form-group {
    position: relative;
}
.search-roster .btn {
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 6px;
    border: 1px solid var(--lightpurple);
    padding-left: 16px;
    padding-right: 16px;
    color: #fff;
    border-color: #fff;
}
.search-roster label {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: var(--titlecolor);
    margin-bottom: 8px;
}
.btn-border { 
    border: 1px solid var(--lightpurple);
    background: transparent;
    color: var(--lightpurple);
    margin-right: 8px;
}
.request-fee-btn {
    font-family: var(--font-accent);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: var(--primary) !important;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    white-space: nowrap;
}
@media (min-width: 992px) {
    .search-roster {
        margin-bottom: 120px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {  
    .search-roster .form-group .btn {
        width: auto;
        margin-right: 10px;
    }
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) { 
    .search-roster .btn {
        padding-left: 18px;
        padding-right: 18px;
    }
 }
/****** Search CSS End******/

/****** Artist Details CSS Start******/
.accordiondetails .accordion-header button {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
}
.accordiondetails .accordion-body p {
    font-weight: 400;
}
.accordiondetails .accordion-body p strong {
    font-weight: 600;
}
.accordiondetails .panel-heading-new {
    font-weight: 600;
    color: var(--titlecolor);
    text-decoration: none;
    font-size: 18px;
}
.accordiondetails .panel-heading-new a {
    font-weight: 600;
    color: var(--titlecolor);
    text-decoration: none;
    font-size: 18px;
}
.accordiondetails .accordion-button::after {
    background: url(../img/plus.svg) no-repeat;
}
.accordiondetails .accordion-button:not(.collapsed)::after {
    background: url(../img/mines.svg) no-repeat;
}
.itunes ul {
    margin: 0;
    padding: 0;
}
.itunes ul li {
    display: inline-block;
    list-style: none;
    width: 49%;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 10px;
    color: var(--titlecolor);
    margin: 0 !important;
}
.itunes ul li br {
    display: none;
}
.itunes p {
    margin-left: 0 !important;
}
.artists-details {
    border-radius: 10px;
    background: #fff;
    padding: 15px;
}
.availability-info {
    display: flex;
}
.details-icons {
    flex: 0 0 30px;
    margin-right: 10px;
}
.genre-tag {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: var(--titlecolor);
}
.genre-tag a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: var(--titlecolor) !important;
    text-decoration: none;
}
.genre-tag span {
    color: #999;
    font-weight: 400;
    font-size: 14px;
    display: block;
}
.accordion-body h2 {
    font-size: 22px;
    line-height: 1.5;
    font-family: 'Raleway', sans-serif;
}
.accordion-body a {
    color: var(--lightpurple);
}
.panel-heading-new {
    pointer-events: none;
    padding-bottom: 8px;
}
.panel {
    margin-bottom: 20px;
}
.accordion-body a.btn {
    color: #fff;
}
@media (min-width: 992px) { 
    .accordiondetails .accordion-header button {
        font-size: 26px;
    }
    .artists-details {
        padding: 30px;
        background: #F5F5F5;
    }
}
/****** Artist Details CSS End******/

/****** About us CSS Start******/
.ourstory h1{
    font-size: 28px;
}
.about-img {
    margin: 20px 0 20px 0;
}
.aboutus h2 {
    font-size: 24px;
}
@media (min-width: 992px) {
    .ourstory {
        max-width: 695px;
    }
    .ourstory h1{
        font-size: 48px;
        
    }
    .about-img {
        margin: 35px 0 70px 0;
    }
 }
/****** About us CSS End******/

/****** Contact us CSS Start******/
.contact-card {
    height: 100%;
    border-radius: 14px;
    border: 1px solid #E1E1E1;
    padding: 22px 15px;
    text-align: center;
}
.contact-card h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: var(--black);
}
.contact-card-mid {
    margin-bottom: 35px;
}
.contact-card-mid p {
    color: #616161;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}
.contact-card-footer {
    color: var(--titlecolor);
    font-size: 14px;
}
.contact-card-footer a {
    color: var(--titlecolor);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    margin-top: 5px;
    display: inline-block;
    word-break: break-word;
}
.contact-card-footer a:hover {
    text-decoration: underline;
}
.thankyou a {
    color: var(--titlecolor);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}
.thankyou a:hover {
    text-decoration: underline;
}
@media (min-width: 992px) { 
    .contact-card {
        padding: 53px 40px;
    }
}
/*@media (min-width: 1201px) { 
    .news-article img {
        width: 100%;
        min-height: 350px !important;
        object-fit: cover;
    }
}*/

.news-article img {
    width: 100%; /* Ensure the image takes up the full width of its container */
    height: 350px; /* Set a fixed height for all images */
    display: block; /* Remove any space below the image */
}

@media (min-width: 992px) and (max-width: 1200px) { 
   .news-article img {
    width: 100%; /* Ensure the image takes up the full width of its container */
    height: 250px; /* Set a fixed height for all images */
    display: block; /* Remove any space below the image */
}
}
@media (min-width: 767px) and (max-width: 991px) { 
   .news-article img {
    width: 100%; /* Ensure the image takes up the full width of its container */
    height: 200px; /* Set a fixed height for all images */
    display: block; /* Remove any space below the image */
}
}
@media (min-width: 280px) and (max-width: 766px) { 
   .news-article img {
    width: 100%;
    height:auto;
}
}


/****** Contact us CSS End******/


/****** privacy CSS Start******/
.privacy h3 {
    margin-top: 50px;
}
.privacy ol {
    padding: 20px;
}
.privacy ol li {
    list-style: disc;
    padding-bottom: 10px;
}
/****** privacy CSS End******/

/****** News Articles CSS Start******/
/* .news-article img {
    width: 100%;
    /* min-height: 350px; */
    /* object-fit: inherit; */
/* }  */
/****** News Articles CSS End******/

/****** Services page CSS Start******/
.services .card-view .card-detail {
    min-height: auto;
}
.services .card-view .card-detail h3 {
    font-size: 20px;
    line-height: 1.5;
}
.serviceslist {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px 14px;
}
.serviceslist li {
    flex: 0 0 100%;
}
.serviceslist li a {
    border-radius: 60px;
    border: 1px solid #D9D9D9;
    color: var(--titlecolor);
    text-decoration: none;
    font-size: 14px;
    padding: 8px 15px 10px 15px;
    display: block;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.top-venues {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px 14px;
}
.top-venues li {
    border-radius: 60px;
    border: 1px solid #D9D9D9;
    color: var(--titlecolor);
    text-decoration: none;
    font-size: 14px;
    padding: 5px 15px 7px 15px;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
}
.serviceslist li a:hover{
    background: var(--primary);
    color: var(--white);
} 

@media (min-width: 992px) {
    .serviceslist li {
        flex: 0 0 23%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) { 
    .serviceslist li {
        flex: 0 0 48.5%;
    }
}
/****** Services page CSS End******/

/****** Search page CSS Start******/
.main-search-list {
    border-bottom: 1px solid var(--gray);
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.main-search-list p {
    margin-bottom: 0;
}
.main-search-list a {
    color: var(--titlecolor);
    word-break: break-all;
}
.pagination li {
    border: 1px solid var(--titlecolor);
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination li:hover {
    background: var(--primary);
    color: var(--white);
}
.pagination li a {
    color: var(--titlecolor);
    text-decoration: none;
    font-weight: 600;
}
.pagination li:hover a {
    color: var(--white);
}
/****** Search page CSS End******/


/****** Filter CSS Start******/
.adultlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}
.adultlist li {
    flex: 0 0 35px;
    
}
 
.adultlist li a {
    color: var(--titlecolor);
    text-decoration: none;
    width: 100%;
    text-align: center;
    flex: 0 0 35px;
    display: flex;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 35px;
    align-items: center;
    
}
.adultlist li:hover a {
    color: var(--white);
    background: var(--primary);
}
.adultlist li a.active {
    background: var(--primary);
    color: var(--white);
}
.artists_adult .selectpicker {
    border-radius: 8px;
    border: 1px solid #E1E1E1 !important;
    background: #FFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 15px 12px !important;
    font-size: 14px !important;
    font-style: italic;
    font-weight: 500;
    color: #999 !important;
    width: 100%;
}
.artists_adult label {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: var(--titlecolor);
    margin-bottom: 8px;
}
.artists_adult .btn {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 6px;
    border: 1px solid var(--lightpurple);
    padding-left: 26px;
    padding-right: 26px;
}
@media (min-width: 992px) {
    .adultlist {
        display: flex;
        justify-content: space-between;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .adultlist {
        justify-content: center;
    }
    .artists_adult .btn {
        width: auto;
        margin-right: 10px;
        padding-left: 22px;
        padding-right: 22px;
    }
    .request-fee-btn {
        font-size: 14px;
    }
}
/****** Filter CSS End******/

@media only screen and (max-width: 767px) {
    .card-detail h3 {
        font-size: 18px;
        margin-top: 5px;
    }
    .card-detail {
        padding: 8px;
    }
    .request-fee-btn {
        font-size: 14px;
        bottom: 20px;
        left: 45%;
    }
    .generes-mobile .card-img img {
        min-height: 150px;
    }
    .homepage-genres .generes-mobile .card-img img {
        min-height: auto;
    }
    .generes-mobile .card-detail {
        min-height: 120px;
    }
    .top-talent .slick-slide {
        margin-right: 5px;
        margin-left: 5px;
    }
    .all-rights {  border-bottom: 1px solid #ddd; padding-bottom: 40px; margin-bottom: 40px; }
}
.homepage-genres .card-detail h3 {
    font-size: 18px;
    margin:10px  0;
}
.homepage-genres .card-detail {
    padding: 10px;
    text-align: center;
    min-height: auto;
}
.homepage-genres .request-fee-btn {
    display: none;
}
.homepage-genres .card-img img {
    height:auto;
}
.serviceslist-about li {
    border: 1px solid #ddd;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
/* .home-articles {
    display: flex;
    min-height: 250px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
} */
/* .home-articles-details {
    margin-top: 20px;
} */

.home-articles .article-logo { width: 100px; }

    .homepage-genres .card-img img {
        /* height: 122px; */
		height: auto;
    }
	.home-articles {
        position: relative;
        border: 1px solid #D9D9D9;
        display: flex;
        height: 110px;
        align-items: center;
        min-height: auto;
        justify-content: center;
        perspective: 500px; 
        background: #fff;
     }
     /* .home-articles-details {
        margin-top: 0px;
    } */
     .home-articles-details img {
        width: 200px;
        height: auto;
        rotate: 0deg; 
     }
     
     .home-articles .home-articles-details {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotateY(90deg);
        transform-origin: 50%;
        background: rgba(255,255,255,0.9);	
        opacity: 0;
        transition: all 0.4s ease-in;
        
     }
     .home-articles:hover .home-articles-details {
        transform: translate(-50%, -50%) rotateY(0deg);
	    opacity: 1;
       /* rotate: 5deg;  */
     }
@media (min-width: 992px) { 
    .home-articles {
        height: 200px;
    }
}
/* slider top start */

.top-talent-slider .slider-bg-01 {
    background-color: #252525;
    color: #fff;
}
.top-talent-slider .slider-bg-02 {
    background-color: #605A82;
    color: #fff;
}
.top-talent-slider .slider-bg-03 {
    background-color: #529791;
    color: #fff;
}
.top-talent-slider .slider-bg-04 {
    background-color: #527A97;
    color: #fff;
}

.top-talent-slider .card-view {
    background: #fff;
}
.top-talent-slider h2, .top-talent-slider p {
    color: #fff;
} 

.top-talent-slider .slick-arrow {
    background: transparent;
    border: none;
}
.top-talent-slider .slick-prev {
    background: url(../img/previous-new.svg) no-repeat;
    left: 20px;
}
.top-talent-slider .slick-next {
    background: url(../img/next-new.svg) no-repeat;
    right: 20px;
}
.top-talent-slider .slick-prev, .top-talent-slider .slick-next {
    transform: inherit;
    bottom: 12px;
    width: 30px;
    height: 30px;
    font-size: 0;
    position: absolute;
    z-index: 2;
    background-size: 100%;
}
.top-talent-slider ul.slick-dots {
    background: #000;
    width: 100%;
    padding: 22px 5px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.top-talent-slider ul.slick-dots li {
    width: 12px;
    height: 12px;
    list-style: none;
    display: flex;
    border-radius: 50px;
}
.top-talent-slider ul.slick-dots li button{
    border-radius: 50px;
    font-size: 0;
    width: 12px;
    height: 12px;
    border: none;
}
.top-talent-slider .slick-active button {
    background: var(--primary);
}
.sticky-mobile {
    position: fixed !important;
    bottom: 0;
}
.top-talent-slider .card-img img {
        height: 200px;
        
}
@media (min-width: 992px) { 
    .top-talent-slider .slick-prev, .top-talent-slider .slick-next {
        transform: translateY(-50%);
        top: 50%;
        width: 40px;
        height: 40px;
    }
    
}
/* slider top end */
/* swiper start */
.recent-events .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.recent-events .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 450px;
    height: 350px;
}

.recent-events .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
/* swiper end */

/* Form right bar start */
.request-form-right {
    background: var(--primary);
    padding: 20px;
    border-radius: 10px;
}
.request-form-box {
    background: var(--white);
    padding: 14px;
    border-radius: 10px;
}
.request-form-box-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.request-form-box-top .req-form-icon {
    flex: 0 0 20px;
}
.request-form-box-top .req-form-icon .fa {
    font-size: 22px;
    color: var(--primary);
}
.request-form-box-top .req-form-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
}
.request-form-box p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
/* Form right bar start */

/* how to book start */
.book-events-box {
   background: var(--white);
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.book-events-box h3 {
    margin: 0;
}
.book-events-box .book-event-no {
    background: var(--primary);
    width: 50px;
    height: 50px;
    color: var(--white);
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.book-events-box p {
    margin: 0;
    text-align: center;
}
/* how to book end */

/*  top section detail page start*/
.top-hero-section-detail {
    background: url(../img/detail-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}
.top-detail-slider {
    padding: 50px 0;
}
/* .top-detail-slider .card-img img {
    border-radius: 6px;
} */
.top-detail-slider .swiper-button-prev:after {
    content: none;
}
.top-detail-slider  .swiper-button-next:after {
    content: none;
}
/* .top-detail-slider .swiper-button-next, .top-detail-slider .swiper-button-prev {
    top: 30px;
    
}
.top-detail-slider .swiper-button-next {
    right: 40px;
}
.top-detail-slider  .swiper-button-prev {
    left: inherit;
    right: 60px;
} */
.top-detail-slider .swiper-slide {
  width: 300px;
  height: auto;
  /* filter: blur(1px); */
  
  /* border-radius: 6px; */
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
  position: relative;
  
}
/* .top-detail-slider .swiper-slide::after {
    background: rgba(255, 255, 255, 0.7);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    z-index: 1;

} */
.top-detail-slider .swiper-slide .card-view {
    width: 100%;
    background: #fff;
    /* border-radius: 6px;
    position: relative;
    border: none; */
}

/* .top-detail-slider .swiper-slide-active::after {
    background: rgba(255, 255, 255, 0);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    z-index: 1;
} */
/* .top-detail-slider .card-detail {
    display: none;
} */
/* .top-detail-slider .swiper-slide-active .card-detail {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 10.68%, rgba(0, 0, 0, 0.79) 45.25%, #000 100%);
    padding: 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 2;
    color: var(--white);
}
.top-detail-slider .artists-info span {
    color: var(--white);
}
.top-detail-slider .card-img {
    height: 100%;
}
.top-detail-slider .card-img img {
    height: 100%;
}
.top-detail-slider .card-detail h3 {
    padding: 10px 0;
    margin: 0;
}
.top-detail-slider .card-detail h3 a {
    color: var(--white) !important;
} */
/*  top section detail page start*/

.top-hero-section-detail .swiper-pagination-bullet-active {
    background: var(--primary);
}
.top-hero-section-detail .swiper-slide-shadow-left {
    border-radius: 14px;
}
.top-hero-section-detail .swiper-slide-shadow-right {
    border-radius: 14px;
}
.top-detail-slider .swiper-button-next, .top-detail-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100px;
}
.sticky-slider-nav img {
    width: 12px;
}

@media (min-width: 992px) {
.slick-list {
    padding: 30px 0;
}
.top-hero-section-detail .swiper-right-detail {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    
}
.top-hero-section-detail .col-lg-6 {
    order: 1;
}
.top-hero-section-detail .col-lg-6.swiper-right-detail {
    order: 2;
}
}

@media only screen and (max-width: 1024px) {
.top-detail-slider {
    padding: 0px 0 50px 0;
}
/* .sticky-slider-nav {
    position: absolute;
    bottom:0px;
    background: #000;
    width: 100%;
    height: 62px;
    left: 0;
    z-index: 1;
    border-radius: 10px;
}
.sticky-slider-nav img {
    width: 10px;
    height:auto;
} */

.top-detail-slider .swiper-button-next, .top-detail-slider .swiper-button-prev {
    top: 39px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100px;
}
.swiper-left-detail {
    padding-top: 30px;
}
.top-detail-slider .swiper-button-prev {
    left: 10px;
}
.swiper-wrapper {
    padding-bottom: 30px;
}
.sticky-slider-nav {
    display: none;
}
.top-hero-section-detail .col-lg-6 {
    order: 2;
}
.top-hero-section-detail .col-lg-6.swiper-right-detail {
    order: 1;
    
}
.top-hero-section-detail .card-detail h3 {
    font-size: 18px;
}
}

/* 16-06-28 */
.bg-pattern {
    background: url(../img/bg_pattern.png) no-repeat;    
    background-size: cover;
}
.dark-bg {
    background: #527A97;
    padding: 30px 0;
}

.dark-bg .accordion-item {
    background: transparent;
    border: none;
}
.dark-bg .accordion-button {
    background: transparent !important;
    border: none;
    color: #fff !important;
}
.dark-bg .accordion-button::after {
     filter: brightness(0) invert(1);
}

.articles-dark-bg {
    background: #527A97;
}
.articles-dark-bg h2 {
    color: #ffffff;
}
.articles-dark-bg .big-btn {
    background: #fff;
    color: var(--primary);
}
.video-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}

/* step-indicator start*/
.step-indicator {
    overflow-y: clip;
}
.step-indicator .step {
    display: flex;
    gap: 20px;
    position: relative;
}
.step-indicator .step::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #ccc;
    left: 24px;
    z-index: 0;
}
.step-indicator .step-no {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    flex: 0 0 50px;
    display: flex;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background: var(--primary);
    color: #fff;
    position: relative;
    z-index: 2;
}
.line-progress {
   
    position: sticky;
    left: 72px;
    z-index: 1;
    top: 30%;
    margin-left: 24px;
}
.progressLine {
    width: 2px;
    height: 50vh;
    background:#000;
    position: absolute;
    bottom: 0;
}
.sticky-title {
    position: sticky;
    top: 100px;
}
.step-detail {
    padding-top: 10px;
}

/* step-indicator end*/

/* btn animation */

.btn {
background:var(--primary);
overflow: hidden;
position: relative;
  transition: all 0.3s ease;
}
.btn:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.btn::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.articles-dark-bg .big-btn:hover {
    background: var(--black);
    color: #fff;
}
.card-view {
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(82, 122, 151, 0.1);
    transform: perspective(1000px) scale3d(1, 1, 1); /* allows smooth combo */
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, box-shadow;
    backface-visibility: hidden;
}

.card-view:hover {
    /* transform: perspective(1000px) scale3d(1.03, 1.03, 1); */
    box-shadow: 0 10px 25px rgba(82, 122, 151, 0.35);
}

.card-img img {
    width: 100%;
}

/* .card-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.card-img img {
    position: relative;
    width: 100%;
    height: 100%;
    transition: 5s;
}

.card-view:hover .card-img img {
    transform: scale(1.5);
} */

/* Move border effects to .card-img */
/* .card-img::before,
.card-img::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    transition: 1s;
    z-index: 2;
    pointer-events: none;
}

.card-img::before {
    transform: scale(1, 0);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.card-img::after {
    transform: scale(0, 1);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.card-view:hover .card-img::before,
.card-view:hover .card-img::after {
    transform: scale(1, 1);
} */

/* Breadcrumb custom styles */
.breadcrumb-theme {
    background: var(--white);
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-family: 'Brandon Grotesque Light', Arial, sans-serif;
  }
  .breadcrumb-theme .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
  }
  .breadcrumb-theme .breadcrumb-item a {
    color: var(--secondary);
    font-weight: 500;
    transition: color 0.2s;
  }
  .breadcrumb-theme .breadcrumb-item a:hover {
    color: var(--primary);
    text-decoration: underline;
  }
  .breadcrumb-theme .breadcrumb-item.active {
    color: var(--primary);
    font-weight: bold;
  }
  .breadcrumb-theme .breadcrumb-item + .breadcrumb-item::before {
    color: var(--primary);
    content: '›';
    font-size: 1.1em;
    padding: 0 0.5em;
  }
  .breadcrumb-theme .breadcrumb-item svg {
    margin-right: 0.3em;
    vertical-align: -0.15em;
    width: 1em;
    height: 1em;
    fill: var(--primary);
  }
  /* Breadcrumb custom styles */
  .top-events {
    word-break: break-word;
  }

  /* nav hover */
.footer .links li, .nav_list li {
    transition: transform 0.3s ease;
}
.footer .links li:hover, .nav_list li:hover {
  transform: translateX(10px); /* Slide to the right */
}
.footer .links a::before, .nav_list a::before {
  content: '→';
  position: absolute;
  left: -18px;
  top: 45%;
  transform: translateY(-50%) translateX(-8px);
  opacity: 0;
  transition: all 0.3s ease;
  color: var(--black);
}

.footer .links li:hover a::before, .nav_list li:hover a::before {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

.genre-headline h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.service-headline, .service-headline h1 {
  font-family: var(--font-serif);
}
.service-subheading {
      font-family: var(--font-slab);
}

.faq-detail .small-container h2 {
     font-family: var(--font-roboto);
}
.faq-detail .small-container .accordion-header .accordion-button {
    font-family: var(--font-roboto);
}
.faq-detail .faq .accordion-body p {
    font-family: var(--font-alt);
}
.filter_genre .artists_adult .btn {
    color: var(--white);
}
.inner-bg {
    background: linear-gradient(0deg, rgba(82, 122, 151, 0.1) -0.99%, rgba(82, 122, 151, 0.00) 105.59%);
}
.bg-gray {
    background: #f2f5f7;
}
