/* Common CSS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'LemonBold';
    src: url('../fonts/LemonBold.woff') format('woff');
}
@font-face {
    font-family: 'LEMONMILK-Regular';
    src: url('../fonts/LEMONMILK-Regular.woff') format('woff');
}
@font-face {
    font-family: 'bahnschrift';
    src: url('../fonts/bahnschrift.TTF') format('ttf');
}
@font-face {
    font-family: 'georgia';
    src: url('../fonts/georgia.woff') format('ttf');
}
.row {
    margin: 0;
}
li, button{
    font-family: 'LEMONMILK-Regular' !important;
}
p{
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 18px;
}
h2 {
    font-family: 'LemonBold';
    font-size: 35px;
    color: #fff;
    }
    h3 {
        font-family: "Poppins", sans-serif;
        color: #fff;
        font-size: 18px;
    }    
.border-top {
    border-color: #838383 !important;!i;!;
}
/* Navigation */
.top-nav {
    padding: 0;
    height: 11vh;
}
.navbar-custom {
    color: #fff;
    padding: 0;
}
.navbar-brand {
   margin-bottom: -47px;
}
.navbar-brand img {
    height: 130px;
}
.navbar-nav .nav-link {
    color: #ffffff;
    font-weight: bold;
    margin-right: 15px;
    font-weight: 400;
    font-size: 20px;
}
.navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-text {
    font-size: 1.2rem;
    color: #ccc;
}
.btn-login, .btn-join {
    color: #fff;
    font-weight: bold;
    border-radius: 40px;
    font-size: 20px;
    padding: 5px 30px;
    text-transform: uppercase;
    font-family: 'LEMONMILK-Regular';
}
.btn-login {
    border: 1px solid #fff;
}
.btn-join {
    background-color: #00c3ff;
    color: #000000;
}
.navbar .container-fluid {
    display: block;
    padding: 0;
}
.navbar .top-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 0 50px;
    background: url(../images/home/header-bg.jpg);
    background-size: cover;
    padding-top: 20px;
    margin-bottom: 0;
    border-bottom: 5px solid #00404c;
}
div#navbarNav {
    justify-content: space-between !important;
}
.container-fluid {
    padding: 0 50px;
}
h1.navbar-text {
    font-family: 'bahnschrift';
    font-size: 70px;
    letter-spacing: -4px;
    font-weight: bold;
    line-height: 50px;
    padding: 0;
}
/* Hero */
.hero-section {
    background-color: #000;
    color: #fff;
    padding: 20px;
    text-align: center;
    position: relative;
    padding: 0 50px;
    margin-top: 20px;
}
.hero-section .card {
    background: transparent;
    box-shadow: none;
    border: 0;
}
.hero-section .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-section .intro-text {
    padding: 40px;
    padding-top: 20px;
    padding-right: 0;
    text-align: left;
    z-index: 999;
}
.btn-connect {
    background-color: #00d4ff;
    color: #000;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 0;
    font-size: 20px;
}
.social-icons a {
    color: #fff;
    margin: 0 10px;
    font-size: 1.5em;
}
div#navbarNav {
    padding: 60px 50px 0;
}
.main-content {
    background-color: #000;
    height: 89vh;
    overflow: hidden;
    justify-content: center;
}
.hero-section .row {
    position: relative;
}
.hero-section .row:before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 60px;
   background: #00404c;
   border-radius: 50px;
}
.card.card1 {
   margin: 0;
}
.hero-section h2 {
    font-family: 'LemonBold';
    font-size: 35px;
    padding-top: 30px;
}
.hero-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.hero-section .intro-text .intro-img img {
    width: 100%;
}

.hero-section .intro-text .intro-img {
    clip-path: polygon(0 1%, 95% 0%, 79% 100%, 0 100%);
    height: 33vh;
}
.social-media a img {
    width: 60px;
}

.social-media a {
    margin: 0 5px;
}
.hero-bottom .btn-connect {
    margin-top: -40px;
}
.hero-section p {
    font-size: 20px;
}
/* Footer */
.footer-custom {
    background-color: #000;
    color: #ccc;
    font-size: 0.9rem;
    text-align: center;
    height: 4vh;
    overflow: hidden;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
}
.footer-custom a {
    color: #ccc;
    text-decoration: none;
    margin-left: 20px;
}
.footer-custom a:hover {
    color: #fff;
}
.footer-custom p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.footer-custom a {
    font-size: 20px;
    color: #fff;
}

/* Footer Main */
.footer-main {
    background: #002026;
    padding: 30px 0 20px;
}
.footer-main .left-col ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.footer-main .left-col ul li {
    flex: 25%;
    width: 25%;
    white-space: nowrap;
    margin-bottom: 14px;
}
.footer-main  ul li a {
    text-decoration: none;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

.footer-main .right-col ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.footer-main .right-col ul li {
    flex: 33.333%;
    width: 33.333%;
    white-space: nowrap;
    margin-bottom: 14px;
}

.footer-main .row {
    align-items: end;
}

/* Login Page */
.login-container {
    width: 33.333%;
    margin: 0 auto;
    background: #003f4b94;
    border-radius: 86px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.main-content.login-pages {
    background-image: url(../images/accountpages/login-bg.jpg);
    background-color: transparent !important;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.login-container p {
    width: 70%;
    margin: 0 auto;
}
p.createaccount {
    width: 100%;
    text-align: center;
    font-size: 19px;
}
.login-container form {
    margin-top: 20px;
    background: url(../images/accountpages/login-from-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 90px 90px;
}
input.form-control {
    border-radius: 0;
    margin-bottom: 15px;
    padding: 12px 25px 12px 45px;
}
.form-group i {
    position: absolute;
    left: 11px;
    top: 6px;
    font-size: 23px;
    color: #545454;
}

.form-group {
    position: relative;
}
.login-form-group .form-check {
    padding: 15px 35px 20px;
}

.login-form-group .form-check label.form-check-label {
    font-weight: 200;
}

.login-form-group .form-check a.text-link {
    color: #fff;
    font-style: italic;
    text-decoration: none;
    font-weight: 200;
}

.login-form-group button.btn.login-btn {
    background: #fff;
    letter-spacing: 3px;
    font-size: 20px;
    width: 65%;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 10px 20px;
    border-radius: 50px;
}

.login-form-group {
    position: relative;
}
p.createaccount a {
    color: #00d8ff;
    text-decoration: none;
    font-weight: 400;
}

/* Account Page */
.account-pages {
    display: flex;
    align-items: center;
}
.form-contr-create-acount {
    background: #00000082;
    border-radius: 20px;
    padding: 30px 30px;
}
.main-content.account-pages {
    background-image: url(../images/accountpages/account-bg.jpg);
    background-color: transparent !important;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.account-pages form .col-md-6 {
    padding-left: 0;
}

.account-pages form .col-md-6:last-child {
    padding-right: 0;
}

.account-pages form  .row {
    margin-bottom: 0 !important;
}

.form-select {
    border-radius: 0;
    margin-bottom: 15px;
    padding: 12px 25px 12px 45px;
}
input.form-control::placeholder {
    font-family: 'georgia';
    color: #919191;
    font-size: 17px;
}
.right-col {
    padding-left: 40px !important;
}

.left-col {
    padding-right: 40px;
}

.account-section input.form-control, .account-section  .form-select {
    border-radius: 14px;
    padding: 9px 20px;
    font-family: 'georgia';
    margin-bottom: 25px;
}
button.btn.btn-custom {
    background-color: #00d4ff;
    color: #000;
    border: none;
    padding: 6px 40px;
    border-radius: 50px;
    margin-top: 0;
    font-size: 18px;
    font-family: 'georgia' !important;
}
.upload-box {
    border: 2px dashed #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
    color: #fff;
    text-align: center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload-box input[type="file"] {
    display: none;
}
.upload-box label {
    color: #fff;
    font-size: 18px;
}
.upload-box .browse-button {
    background-color: #00CFFF;
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-left: 10px;
    text-decoration: none;
}

.create-button {
    background-color: #00CFFF;
    color: #000;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
}
.file-name {
    margin-top: 10px;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
}
/* Hover and drag-over effects */
.upload-box.drag-over {
    background-color: rgba(255, 255, 255, 0.1);
}
/* Hide the file input */
.upload-box input[type="file"] {
    display: none;
}
.form-contr-profile-info .left-col {
    background: #00000082;
    border-radius: 20px;
    padding: 30px 30px;
}

.right-col-inner {
    background: #00000082;
    border-radius: 20px;
    padding: 30px 30px;
}

button.btn.btn-custom.create-button {
    width: 100%;
    padding: 10px 0;
}
.form-footer {justify-content: space-between !important;padding: 25px 0;!i;!;}

.btn.btn-custom-back {
    color: #fff;
    font-family: 'georgia' !important;
    font-size: 20px;
}
.form-contr-category .left-col ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding-left: 0;
}

.form-contr-category .left-col ul li {
    list-style-type: none;
    width: 31.3333%;
    flex: 31.3333%;
}

.form-contr-category .left-col ul li a {
    font-size: 30px;
    font-family: 'georgia';
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #fff;
    border: 2px solid #bedadf;
    border-radius: 20px;
    padding: 10px 0;
    transition: 0.5s;
}

.form-contr-category .form-footer {
    padding: 25px 20px;
}

.form-contr-category .right-col ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0;
}

.form-contr-category .right-col ul li {
    flex: 33.333%;
    width: 33.333%;
    list-style-type: none;
}

.form-contr-category .right-col ul li img {
    width: 100%;
}
.form-contr-category h2 {
    padding-bottom: 20px;
}
.btn-custom-login {
    background-color: #00d8ff96;
    color: #ffffff;
    border: 2px solid #ffffffc7;
    border-radius: 20px;
    padding: 7px 25px;
}

.btn-custom-login:hover {
    color: #fff;
    border: 2px solid #fff;
}
.form-contr-payment-succs h2 {
    font-family: 'georgia';
    font-size: 44px;
    margin-bottom: 40px !important;
}

/* Home Page */
.home-page-nav {
    background: #003b59;
    padding-bottom: 20px;
}

.welcom-area {
    background: #000;
    padding: 10px 0;
    text-align: center;
    border-top: 2px solid #00d8ff;
    border-bottom: 2px solid #00d8ff;
}

.welcom-area p {
    margin-bottom: 0;
    font-size: 20px;
}
.main-content-home {
    background-image: url(../images/main/home-bg.jpg);
    background-color: transparent !important;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.home-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-section .main-left img {
    border-radius: 20px;
}

p.mid-hd {
    font-size: 26px;
    font-weight: 700;
}

.home-section .main-mid img {
    width: 100%;
}

.secondry-hd {
    text-transform: uppercase;
    color: #fff;
    font-family: 'LemonBold';
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 45px;
}

.main-right {
    background: #0303476e;
    border-radius: 20px;
}

.main-right ul {
    padding: 30px 0;
    text-align: center;
}

.main-right ul li {
    list-style-type: none;
    margin-bottom: 40px;
    position: relative;
}

.main-right ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-family: 'georgia';
}

.main-right ul li:last-child {
    margin: 0;
}

.main-right ul li::before {
    content: "";
    position: absolute;
    bottom: -25px;
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.main-right ul li:last-child:before {
    display: none;
}
.home-common-sec {
    background: #00404c;
    padding: 30px 0;
}

.home-common-sec .col-5 {
    flex: 0 0 20%;
    max-width: 20%;
}
.home-common-sec h3 {
    background: #00323b;
    padding: 12px 25px;
    border: 1px solid #00d8ff;
    border-radius: 30px;
    margin-bottom: 20px;
    font-size: 22px;
    font-family: 'georgia';
}

.home-common-sec .card-iner img {
    width: 100%;
}

/* Directory Page */
.search-filter .filter-left select {
    background: #00404cd4;
    color: #fff;
    font-family: 'georgia';
    font-size: 20px;
    width: 120px;
    border-radius: 30px;
    padding: 7px 15px;
    border: 0 !important;
}

.search-filter .filter-left .col-md-4 {
    padding: 0;
}

.search-filter .filter-mid ul {
    display: flex;
    background: #10454ecc;
    padding: 5px 15px;
    border-radius: 20px;
    justify-content: center;
    margin: 0 60px;
}

.search-filter .filter-mid ul li {
    list-style-type: none;
}

.search-filter .filter-mid ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    padding: 0 6px;
}

.search-filter  .filter-right {
    text-align: right;
}

.search-filter .filter-right a {
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
    font-family: 'georgia';
}
.main-content-directory {
    background-image: url(../images/main/directory-bg.jpg);
    background-color: transparent !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.search-filter {
    border-top: 2px solid #00d8ff;
    border-bottom: 2px solid #00d8ff;
    padding: 8px 0;
}
.main-content-directory .secondry-hd {
    margin-top: 0;
}
.musicians-list.main-left {
    background: #0303476e;
    border-radius: 20px;
}
.musicians-list.main-left ul {
    padding: 30px 0;
}
.musicians-list.main-left ul li {
    list-style-type: none;
    margin-bottom: 40px;
    position: relative;
}

.musicians-list.main-left ul li a {
    list-style-type: none;
    margin-bottom: 40px;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-family: 'georgia';
}

.musicians-list.main-left ul li:before {
    content: "";
    position: absolute;
    bottom: -25px;
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.musicians-list.main-left ul li:last-child:before {
    display: none;
}
.musicians-list.main-left ul li:last-child {
    margin: 0;
}
.main-content-directory img.ads-img {
    width: 90%;
    padding-top: 20px;
}

.main-content-directory img.businesscard-img {
    width: 40%;
    padding: 30px 0;
}

.main-content-directory 
 .main-mid {
    background-image: url(../images/main/directory-img.jpg);
    background-color: transparent !important;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}
.main-content-directory a#search-btn {
    font-family: 'georgia';
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    border: 1px solid;
    width: 90%;
    display: inline-block;
    border-radius: 30px;
    padding: 5px 0;
}

.directory-section {
    padding-top: 40px;
    padding-bottom: 100px;
}
/* Musicians */
section.main-content-musician {
    background-image: url(../images/main/directory-bg.jpg);
    background-color: transparent !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.musician-section h5.secondry-hd {
    margin-top: 0;
}

.musician-section {
    padding-top: 50px;
    padding-bottom: 100px;
}
.musician-section .main-mid {
    background: #028aa36b;
    border-radius: 30px;
    padding: 50px 0;
}

.musician-section .main-left {
    background: #003b59;
    padding: 20px 15px;
}

.musician-section .main-left img {
    margin-bottom: 10px;
}

.musician-section .main-left img:last-child {
    margin: 0;
}
.musician-card {
    background-color: #0000007d;
    color: white;
    padding: 40px;
    border-radius: 30px;
    max-width: 70%;
    position: relative;
    margin: auto;
    text-align: left;
}

.musician-card .profile-pic {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid white;
}

.musician-card .status {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 22px;
}

.musician-card .status span {
    color: #ffffff;
    font-weight: bold;
    position: relative;
}

.musician-card .btn {
    background-color: #00d8ff;
    color: #000000;
    border-radius: 20px;
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: -20px;
    font-size: 19px;
    padding: 5px 0;
}

.musician-card .rating {
    color: #ffc107;
    font-size: 30px;
}

.tag {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px 10px 5px 0;
    background-color: #01a2bfad;
    color: white;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
}
.musician-card h4 {
    font-size: 30px;
    margin-bottom: 0;
}

#musicianCarousel * {
    font-family: 'georgia';
}

.musician-card p {
    font-size: 20px;
    margin-bottom: 0;
}
.musician-card h5 {
    font-size: 20px;
    margin-bottom: 5px;
    white-space: nowrap;
}

.tags {
    border-bottom: 1px solid #028aa3;
    width: 52%;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.expri-details {
    display: flex;
    margin-bottom: 30px;
}

.expri-details .details-left {
    width: 60%;
}

.expri-details .details-right {
    width: 40%;
}

.expri-details p {
    display: inline-block;
    padding: 7px 15px;
    background-color: #01a2bfad;
    color: white;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
}
.expri-details:last-child {
    margin: 0;
}
.musician-card .status span::after {
    content: "";
    height: 20px;
    width: 20px;
}

.musician-card .status span::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 9px;
    height: 10px;
    width: 10px;
    background: #12ff00;
    border-radius: 2px;
}
.musicians-common-sec {
    background: #00404c;
    padding: 50px 0;
}

.musicians-common-sec h2 {
    text-align: center;
    font-size: 60px;
    margin-bottom: 50px;
}

.popular-card img {
    width: 100%;
}

.popular-card h5 {
    font-size: 25px;
    background: #000;
    color: #fff;
    padding: 15px 20px;
    font-family: 'georgia';
}

.popular-card img.Instment-icons {
    width: auto;
    margin: 10px 0;
}

.popular-card  p {
    width: 80%;
    margin: 10px auto;
}

.popular-card  a.btn {
    background-color: #00d8ff;
    color: #000000;
    border-radius: 30px;
    margin: 10px auto;
    font-size: 20px;
    padding: 8px 20px;
    display: inline-block !important;
    font-family: 'georgia';
}

.popular-card {
    background: #126c7a;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

/* Video Area */
.video-thumbnail {
    position: relative;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    margin: auto;
    height: 100%;
}
.video-thumbnail img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
video {
    width: 100%;
    border-radius: 30px;
    display: none;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.play-button i {
    border: 3px solid #fff;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: inline-block;
    text-align: center;
}

.videos-section {
    background: #00404c;
    padding-top: 50px;
    padding-bottom: 50px;
}
.videos-search-filter ul {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

.videos-search-filter ul li {
    list-style-type: none;
    margin-right: 15px;
}

.videos-search-filter ul li a {
    text-decoration: none;
    font-family: 'georgia';
    font-size: 20px;
    color: #fff;
    border: 1px solid;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 20px;
}

.videos-search-filter {
    background: #00323b;
    border-top: 2px solid #00d8ff;
    border-bottom: 2px solid #00d8ff;
    padding: 11px 0;
}
.video-footer h3 {
    font-size: 30px;
    font-family: 'georgia';
    margin: 0;
}

.video-footer {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 15px 0 50px;
}

.video-footer .video-actions {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: end;
}

.video-actions .like-dislike {
    display: flex;
    background: transparent;
    border-radius: 30px;
}
.video-actions .like-dislike button {
    background: #2b5e68;
    color: #fff;
    font-size: 14px;
    border: 0;
    padding: 7px 13px;
    transition: 0.5s;
}
.video-actions .like-dislike .like-btn button {
    border-radius: 30px 0px 0px 30px;
}

.video-actions .like-dislike .dislike-btn button {
    border-radius: 0 30px 30px 0;
}

.video-actions .like-dislike button:hover {
    background: #00323b;
    transition: 0.5s;
}

.video-actions .like-dislike .like-btn button i {
    padding-right: 6px;
}

.video-actions .like-dislike button i {
    font-size: 16px;
}

.video-actions .like-dislike .like-btn button:after {
    content: "";
    right: 0;
    width: 1px;
    background: #447781;
    position: absolute;
    top: 8px;
    bottom: 8px;
}

.video-actions .like-dislike .like-btn {
    position: relative;
}
button.add-to {
    background: #2b5e68;
    color: #fff;
    border: 0;
    padding: 7px 13px;
    transition: 0.5s;
    border-radius: 30px;
    margin: 0 15px;
    font-size: 12px;
}

button.add-to i {
    font-size: 16px;
    padding-right: 2px;
}

.video-actions .like-dislike .like-btn button span {
    font-size: 12px;
}

button.share {
    background: #2b5e68;
    color: #fff;
    border: 0;
    padding: 10px 13px;
    transition: 0.5s;
    border-radius: 30px;
    font-size: 12px;
}

button.share i {
    font-size: 12px;
    padding-right: 8px;
}

.video-footer button:hover {
    background: #00323b;
    transition: 0.5s;
}
.video-comment-main {
    display: flex;
}

.video-comment-main .comment-box {width: 70%;}

.video-comment-main  img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.video-comment-main .comment-thumnail {
    margin-right: 20px;
}

.video-comment-main .comment-box textarea {
    background: #4d7a82;
    border: 0;
    font-family: 'georgia';
    color: #fff;
    font-size: 18px;
    height: 100px;
    resize: none;
}

.video-comment-main .comment-box textarea::placeholder {
    color: #d1d1d1;
    font-family: 'georgia';
    font-size: 18px;
}

button.btn.btn-primary {
    background-color: #00d8ff;
    color: #000000;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
    font-size: 17px;
    padding: 5px 20px;
}
.videos-section .custom-card {
     /* Adjust background color to match your theme */
     border-radius: 10px;
     color: white;
     display: flex;
     align-items: center;
     margin-bottom: 20px;
}
.videos-section .custom-card img {
    border-radius: 20px;
    max-width: 50%;
    margin-right: 25px;
}
.videos-section .card-title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    padding-right: 40px;
    margin-bottom: 20px;
}
.videos-section .card-text {
    margin: 0;
    font-size: 0.9rem;
    color: #b0bec5;
}
.videos-section .card-options {
    margin-left: auto;
    cursor: pointer;
}
.videos-section .main-right {
    background: transparent;
}
a.view-more-videos {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #00d8ff;
    font-size: 20px;
    font-family: 'georgia';
    border-top: 1px solid;
    padding: 15px 0;
}
/* Events Page */
.main-content-events .search-filter {
    background: #00323b;
    padding: 0;
}

.main-content-events .search-filter ul {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 14px 0;
}

.main-content-events .search-filter ul li {
    list-style: none;
    white-space: nowrap;
    margin-right: 15px;
    color: #fff;
    font-family: 'georgia' !important;
    font-size: 18px;
}

a.reset-btn {
    background-color: #960521;
    color: #fff;
    border-radius: 20px;
    font-size: 20px;
    padding: 8px 30px;
    text-decoration: none;
}
.add-events-sec {background: #b2c5c9;}

.add-events-sec p {
    padding: 0 0 30px 0px;
    border-bottom: 2px solid #59828a;
    color: #000000;
    font-family: 'georgia';
    font-size: 23px;
    font-weight: 600;
    text-align: center;
}

.add-events-sec p a {
    text-decoration: none;
    color: #030347;
    background: #85a4aa;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-right: 20px;
}

.add-events-sec {
    padding-top: 20px;
}

.events-main-sec {
    background: #b2c5c9;
    padding-bottom: 50px;
}

.events-main-sec p {
    color: #000000;
    font-family: 'georgia';
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0;
}

.events-main-sec h2 {
    text-align: center;
    color: #00404c;
    font-size: 50px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 30px;
}
.event-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f1f5f9;
    padding: 15px;
    display: flex;
    align-items: center;
    max-width: 600px;
    margin: 20px auto;
}
.event-card img {
    border-radius: 8px;
    width: 50%;
    margin-right: 15px;
}
.event-details {width: 50%;}
.event-details span {
    font-weight: bold;
    color: #2c3e50;
    font-size: 18px;
    width: 35%;
    display: inline-block;
}
.event-details p b {
    font-size: 18px;
    color: #030347;
    width: 65%;
}

.events-main-sec p:nth-child(3) {
    margin-bottom: 60px;
}
.pagination {
    justify-content: center;
    margin: 0;
    padding-top: 20px;
}
.pagination .page-item .page-link {
    color: #ffffff;
    background-color: #215d63;
    border: none;
    margin: 0 3px;
    border-radius: 8px;
}
.pagination .page-item .page-link:hover {
    background-color: #19494e;
}
/* Profile Page */
.main-content-profile .musician-card {
    max-width: 100%;
}
.main-content-profile {
    background: #00404c;
    padding-bottom: 50px;
}
.profile-top-bar .social-handles ul {
    display: flex;
    margin: 0;
    background: #033039;
    padding: 10px 10px;
    border: 2px solid #00d8ff;
}

.profile-top-bar .social-handles ul li {
    list-style-type: none;
    margin: 0 20px;
}

.profile-top-bar .social-handles ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-family: 'georgia';
}

.profile-top-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding-top: 30px;
}

.profile-top-bar .status strong {
    color: #fff;
    font-size: 18px;
    font-family: 'georgia';
}

.profile-top-bar .status .rating {
    color: #ffc107;
    font-size: 30px;
    line-height: 30px;
}

.profile-top-bar .status {
    text-align: center;
}
.main-content-profile .musician-card .profile-detail {}

.main-content-profile .musician-card .profile-detail span {
    color: #d7c27a;
    font-size: 26px;
    font-weight: 700;
    position: relative;
}

.main-content-profile .musician-card * {
    font-family: 'georgia';
}

.main-content-profile .musician-card .profile-detail span::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 11px;
    height: 13px;
    width: 13px;
    background: #12ff00;
    border-radius: 2px;
}

.main-content-profile .musician-card .profile-date {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 22px;
}

.main-content-profile .musician-card .profile-date strong {
    background: #021a40;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 30px;
}

.main-content-profile .musician-card {
    background: #003138;
}
.main-content-profile .musician-card .expri-details {
    margin-bottom: 0;
    padding: 10px 0 15px;
    border-top: 1px solid #028aa3;
}

.main-content-profile .musician-card .expri-details span {
    margin-top: 10px;
    display: inline-block;
    color: #c1c1c1;
    font-size: 19px;
}

.main-content-profile .musician-card .expri-details h5 {
    font-size: 24px;
}
.main-content-profile .profile-custom-card {
    height: 340px !important;
    overflow: hidden;
}
.main-content-profile .main-mid img {
    width: 100%;
}
.main-content-profile .main-mid h4 {
    font-family: 'georgia';
    font-size: 25px;
    color: #fff;
    border-bottom: 2px solid #668c94;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

/* .main-content-profile .accordion-button::after {
    display: none;
} */

.main-content-profile .accordion-button:focus {
    box-shadow: none;
}
.main-content-profile .accordion-body {
    background-color: #02474d;
    color: #fff;
}
.main-content-profile h2.accordion-header {
    background-color: #4b6f76;
}

.main-content-profile .accordion-button {
    background: #4b6f76;
    color: #fff;
    border: 0 !important;
    padding-left: 50px;
    font-size: 20px;
}
.main-content-profile .accordion-button::after {
    position: absolute;
    left: 10px;
    color: #fff !important;
    filter: brightness(100);
}
.main-content-profile .accordion-item * {
    font-family: 'georgia' !important;
}

.main-content-profile .accordion {
    margin-top: 30px;
}
.profile-comment span.text-muted {
    color: #a3a3a3 !important;
}
.main-content-profile .accordion-item {
    margin-bottom: 8px;
    border: 0;
    border-radius: 20px;
    overflow: hidden;
}
.profile-musicians-sec {
    background: #b2c5c9;
    padding: 40px 0;
}   .audio-player {
    background-color: #030347;
    border-radius: 50px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}

.play-btn {
    border: none;
    background: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play-btn:focus {
    outline: none;
}

.play-btn i {
    color: white;
    font-size: 40px;
}

.waveform {
    height: 60px;
    margin-left: 10px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.waveform div {
    background-color: #00b4d8;
    width: 3px;
    height: 25px;
    border-radius: 2px;
    animation: wave 1s infinite;
    animation-play-state: paused; /* Default: paused */
}

.waveform.active div {
    animation-play-state: running; /* Active: running */
}

.waveform div:nth-child(2n) {
    animation-delay: 0.2s;
}

.waveform div:nth-child(3n) {
    animation-delay: 0.4s;
}

@keyframes wave {
    0%, 100% {
        height: 10px;
    }
    50% {
        height: 30px;
    }
}
.profile-matches-sec {
    background: #b2c5c9;
    padding: 40px 0;
}
.matches-item h3 {
    color: #fff;
    font-size: 20px;
    background: #4f4f7f;
    width: 70%;
    border-radius: 30px;
    padding: 10px 20px;
    font-family: 'georgia';
    margin-bottom: 20px;
}

.matches-item ul {
    display: flex;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.matches-item ul li {
    list-style-type: none;
    margin-right: 20px;
}

.matches-item ul li a {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    height: 90px;
    width: 90px;
    object-fit: cover;
}
.green-bg h3 {
    background: #00404c;
}

.blue-bg h3 {
    background: #030347;
}