@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-size: cover;
}



/*! CHATROOM */





.testimonial {
  margin-top: 30px !important;
  max-width: 100%;
  
  
}

.testimonial input {
  width: 100%;
  margin-block: 30px;
  padding: 0.6rem;
  outline: none;
  font-size: .7rem;

}

.testimonial textarea {
  width: 100%;
  margin-block: 30px;
  font-size: .7rem;
  padding: 0.6rem;
  outline: none;
}

.testimonial button {
  
  font-size: .7rem;
  padding: 0.6rem 4rem;
  outline: none;
}


.otherLinks{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.otherLinks a{
  background-color: #1077a6;
  color: #fff;
  width: max-content;
  font-size: .8rem;
  padding: .5rem 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  text-decoration: none;

}

.otherLinks a:hover{
  background-color: #0e6992;
 color: #fff;

}



.navbarCustom{
  display: flex;
  align-items: center !important;
  justify-content: space-between !important;
  position: relative;
}




.navbarCustom_links{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.navbarCustom .navLinks{
  display: flex; 
  gap: 30px;
  font-size: .7rem;
  list-style: none;
  justify-content: center;
  margin-left: 50px !important;
}



.showMenu{
  font-size: 20px;
  color: #2b2b2b;
  cursor: pointer;
  display: none;
}


@media (max-width: 1100px) {
  .navbarCustom .navLinks{
    display: none;
  }
  
.aptBtn{
  display: none;
}
.main {
  padding-inline: 1rem !important;
}
.showMenu{
  display: inline-block;
}
  
}


.responsiveNavbar{
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0e6992;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  display: none;
  
}

.responsiveNavbar .closeMenu{
  height: 20px;
  width: 20px;
  background-color: #ffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 30px;
  cursor: pointer;
}


.responsiveNavbar ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
  color: #fff;
  list-style: none;
  gap: 50px;
}
.responsiveNavbar a{
  
  color: #fff !important;
  font-size: 25px;
  text-decoration: none;
}

.navbarCustom .navLinks a{
  color: #303030;
  text-decoration: none;
  font-weight: 700;
  transition: .4s all ease;

  
}

.navbarCustom .navLinks a:hover{
  color: #0e6992;
  text-decoration: none;
  font-weight: 700;
  

  
}

.navbarCustom_links a{
  background-color: #fff;
  font-size: .7rem;
  font-weight: 600;
  text-decoration: none;
  padding: .6rem 1rem;
  border-radius: 8px;

}
.navbarCustom_links .calanderImg{
  height: 30px !important;
  width: 30px !important;
  border-radius: 0%;
  background-color: transparent !important;

}



/* CHATBOX */

/* .chatBox{
  height: 90vh;
  margin-top: 20px;
  overflow-y: scroll;
} */







/*! CHAT BUBBLE */

.chatBubbleMain {
  position: fixed;
  bottom: 20px;
  right: 70px;
  height: 40px;
  width: 40px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #4a4a4a;
}

/*! CHATBOX */

.chatboxModel {
  position: fixed;
  bottom: 6px;
  right: 47px;
  height: 600px;
  width: 400px;
  background-color: #ffffff;
  z-index: 10;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 1rem;
  display: none
}

.chatboxModel  {
  height: 100%;
}

.chatboxModel  .closeChatIcon {
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  background-color: #fff;
  box-shadow: 0 0 1rem #6b6b6b3d;
  height: 1.4rem;
  width: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.chatBox  .mainChat {
  /* background-color: #000; */
  padding-block: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

  #chatBox {
  height: 95%;
  overflow-y: scroll;
}

.chatBox  .mainChat .recieverChat {
  display: flex;
  font-size: 0.8rem;
  gap: 1rem;
  background-color: #f1f1f16c;
  padding: 1rem;
  border-radius: 1rem;
}

.chatBox  .mainChat .recieverChat h5 {
  font-size: 0.8rem;
}

.chatBox  .mainChat .recieverChat img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.chatBox  .mainChat .senderChat {
  display: inline-flex; /* Inline-flex keeps it inline and flexible */
  font-size: 0.8rem;
  gap: 1rem;
  background-color: #1077a6;
  color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  width: max-content; /* Makes width dynamic to fit content */
  margin-left: auto; /* Pushes the chat bubble to the right */
  justify-content: flex-end; /* Aligns content inside the bubble */
  align-items: center; /* Ensures vertical alignment of items */
  margin-top: 1rem;
  transform: translateX(-0.5rem);
}

.chatBox  .mainChat .senderChat h5 {
  font-size: 0.8rem;
}

.chatBox  .mainChat .senderChat p {
  text-align: end;
}

.chatBox  .mainChat .senderChat img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.chatBox::-webkit-scrollbar {
  width: 2px; /* width of the entire scrollbar */
}
.chatBox::-webkit-scrollbar-track {
  background: rgb(240, 240, 240); /* color of the tracking area */
}
.chatBox::-webkit-scrollbar-thumb {
  background-color: #1077a6; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #1077a6; /* creates padding around scroll thumb */
}

.chatBox  .chatInputBox {
  width: 100%;
  background-color: #f1f1f1;
  padding: 5px;
  border-radius: 10px;
  transform: translateY(-0.5rem);
  display: flex;
  align-items: center;
}

.chatBox  .chatInputBox input {
  width: 90%;
  background-color: #f1f1f1;
  padding: 5px;
  border: none;
  outline: none;
  border-radius: 8px;
  flex: 2;
  font-size: 0.8rem;
  /* margin-bottom: 2rem; */
}

.chatBox  .chatInputBox span {
  color: #f1f1f1;
  background-color: #1077a6;
  padding: 5px;
  border: none;
  outline: none;
  border-radius: 8px;
  padding: .4rem 1rem;
  cursor: pointer;
  /* margin-bottom: 2rem; */
}

.list_cell_a {
  text-decoration: none;
  /* list-style: none; */
  margin-top: 1rem;
  font-weight: 700;
}

.list_cell_b {
  text-decoration: none;
  list-style: none;
  margin-top: 0.4rem;
}

.list_cell_b a {
  text-decoration: none;
  list-style: none;
  margin-top: 0.4rem;
  color: #000;
  font-size: 0.9rem !important;
  font-weight: 400;
}

.commentContainer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #1d1d1d2d;
  z-index: 999;
  display: flex; /* Use Flexbox */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

.commentContainer .commentContainer__card__header {
  float: right;
  margin: 1rem;
  font-size: 1rem;
  cursor: pointer;
}
.commentContainer .commentContainer__card {
  max-width: 600px;
  width: 100%; /* Ensure it respects the max-width */
  height: 660px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 1rem #3f3f3f83;
  position: relative;
}

.commentContainer .commentContainer__card .commentContainer__card__input {
  position: absolute;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-left: 2rem;
  padding-inline: 1rem;
  width: 90%;
  background-color: #f4f4f4;
  border-radius: 8px;
}

.commentContainer .commentContainer__card .commentContainer__card__input input {
  flex: 2;
  width: 100%;
  padding: 1rem;
  background-color: transparent;
  border: none;
  outline: none;
}

.commentContainer .commentContainer__card .commentContainer__card__input span {
  flex: 0;
  font-size: 1.6rem;
  color: #1077a6;
  cursor: pointer;
}

.commentContainer .commentContainer__card__comments {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 4rem;
  padding: 1rem;
  height: 520px;
  overflow-y: scroll;
}

.commentContainer
  .commentContainer__card__comments
  .commentContainer__card__comments__comment {
  display: flex;
  gap: 1rem;
}
.commentContainer
  .commentContainer__card__comments
  .commentContainer__card__comments__comment
  h6 {
  font-size: 0.9rem;
}
.commentContainer
  .commentContainer__card__comments
  .commentContainer__card__comments__comment
  p {
  font-size: 0.8rem;
}
.commentContainer
  .commentContainer__card__comments
  .commentContainer__card__comments__comment
  img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.comments {
  margin-top: 30px;
}

.comments .comment {
  display: flex;
  justify-content: space-between;
}

.comments {
  height: 600px;
  overflow-y: scroll;
}

.commentInput {
  background-color: #fafafa;
  display: flex;
  align-items: center;
  padding: 2rem;
  border-radius: 1rem;
}

.commentsSection {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 60px;
}

.commentInput .commentInputField {
  flex: 2;
  width: 100%;
  background-color: transparent;
  border: none;

  outline: none;
}

.commentInput .commentSend {
  flex: 0;
  font-size: 1.2rem;
  cursor: pointer;
}

.comentProfile {
  display: flex;
  gap: 1rem;
}

.comentProfile .commentProfileImage img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.btn-primary {
  background-color: #1077a6 !important;
  border: 1px solid #1077a6;
}

.loaderMain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

.cssload-loader {
  width: 244px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  color: #1077a6;
  letter-spacing: 0.2em;
}

.cssload-loader::before,
.cssload-loader::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #1077a6;
  position: absolute;
  animation: cssload-load 0.81s infinite alternate ease-in-out;
  -o-animation: cssload-load 0.81s infinite alternate ease-in-out;
  -ms-animation: cssload-load 0.81s infinite alternate ease-in-out;
  -webkit-animation: cssload-load 0.81s infinite alternate ease-in-out;
  -moz-animation: cssload-load 0.81s infinite alternate ease-in-out;
}

.cssload-loader::before {
  top: 0;
}

.cssload-loader::after {
  bottom: 0;
}

@keyframes cssload-load {
  0% {
    left: 0;
    height: 29px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 39px;
  }
  100% {
    left: 229px;
    height: 29px;
    width: 15px;
  }
}

@-o-keyframes cssload-load {
  0% {
    left: 0;
    height: 29px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 39px;
  }
  100% {
    left: 229px;
    height: 29px;
    width: 15px;
  }
}

@-ms-keyframes cssload-load {
  0% {
    left: 0;
    height: 29px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 39px;
  }
  100% {
    left: 229px;
    height: 29px;
    width: 15px;
  }
}

@-webkit-keyframes cssload-load {
  0% {
    left: 0;
    height: 29px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 39px;
  }
  100% {
    left: 229px;
    height: 29px;
    width: 15px;
  }
}

@-moz-keyframes cssload-load {
  0% {
    left: 0;
    height: 29px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 39px;
  }
  100% {
    left: 229px;
    height: 29px;
    width: 15px;
  }
}

.btn-primary {
  background-color: #1077a6;
}

.main {
  padding-inline: 3rem;
}

.main .main_container {
  background-color: #fff;
  height: 100vh;
}

.main .main_container .navbarCustom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .main_container .navbarCustom img {
  width: 40px;
  height: 40px;
}

.main .main_container .navbarCustom .dropdown-toggle::after {
  display: none;
}

.main .main_container .navbarCustom .btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.navbarCustom_links img {
  border-radius: 50%;
}

.hero {
  background-image: linear-gradient(#fafafa57, #1076a65e),
    url("../images/heroBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  padding: 1rem;
  position: relative;
}

.hero .hero_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.hero .hero_content button {
  transform: translateX(-20px);
  margin-top: 2rem;
  padding: 0.6rem 4rem;
  background-color: #1077a6;
  border-radius: 1rem;
}

.searchbar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  width: 100%;
}

.searchbar input {
  width: 60%;
  padding: 0.7rem 2rem;
}

.searchbar button {
  padding: 0.7rem 2rem;
}

.searchbar .searchIcon {
  transform: translateX(30px) translateY(3px);
  font-size: 20px;
  color: #696969;
}

/* categories */

.categories {
  margin-top: 5rem;
  padding-bottom: 5rem;
}

.categories .categories_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recent_songs .categories_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.categories_header h5 {
  font-size: 1.3rem !important;
  font-weight: 700;
}
.categories .categories_header h5 {
  font-size: 1.5rem;
  color: #1d1d1d;
  margin-bottom: 3rem;
}

.categories .categories_header a {
  font-size: 0.9rem;
  color: #1077a6;
  text-decoration: none;
}

.recent_songs .categories_header a {
  font-size: 0.9rem;
  color: #1077a6;
  text-decoration: none;
}

.categories .categoryCards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
}

.categories .categoryCard {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.categories .categoryCard img {
  width: 100px;
  height: 100px;
  margin-bottom: 1rem;
  border-radius: 50%;
}

.categories .categoryCard a {
  font-size: 1rem;
  text-decoration: none;
  color: #1d1d1d;
}

.recent_songs {
  margin-top: 2rem;
}

.recent_songs h5 {
  font-size: 1rem;
}

.recent_songs .musicCard {
  margin-top: 2rem;
}

.recent_songs .musicCard .musicCardContent {
  margin-top: 1rem;
  text-decoration: none;
}

.recent_songs .musicCard .musicCardContent a {
  font-weight: 600;
  text-decoration: none;
}

.recent_songs .musicCard .musicCardContent span {
  font-size: 0.8rem;
}

.footer {
  background-color: #1077a6;
  text-align: center;
  color: #fff;
  margin-top: 6rem;
  padding: 1rem 1rem 0.1rem 1rem;
}

/* musicPlayer */

.musicPlayer {
  position: relative;
  background-image: url("../images/musicPlayerBG.jpg");
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  gap: 0rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem;
}

.musicPlayer .musicPlayerContainer {
  padding: 2rem;
  /* position: absolute; */
  width: 500px;
  height: 100%;
  background-color: #142c375d;
  /* top: 50%;
    left: 50%; */
  /* transform: translate(10%, 10%); */

  border-radius: 1rem;
  color: #fff;
  font-size: 1.5rem;
  backdrop-filter: blur(10px);
}
.musicPlayer .commentsContainer {
  padding: 2rem;
  /* position: absolute; */
  width: 500px;
  height: 100vh;
  background-color: #ffffffef;
  /* bottom: -100%;
    left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* transform: translate(0%, 10%); */

  border-radius: 1rem;
  color: #fff;
  font-size: 1.5rem;
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.2);
}

.musicPlayer .comments {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 430px;
  overflow-y: scroll;
}

.musicPlayer .commentsHeading {
  color: #4a4a4a;
  text-transform: capitalize;
  font-size: 1rem;
  border-bottom: 0.3px solid #3b3b3b8f;
  padding-bottom: 0.5rem;
}

.musicPlayer .comment {
  display: flex;
  gap: 0.5rem;
}

.musicPlayer .commentImg img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.musicPlayer .commentDetail h5 {
  color: #4a4a4a !important;
  font-size: 0.8rem;
}

.musicPlayer .commentDetail p {
  color: #000 !important;
  font-size: 0.8rem;
}

.musicPlayer .commentInput {
  background-color: #ebebeb;
  padding: 10px;
  border-radius: 30px;
  width: 430px;
  position: fixed;
  bottom: 30px;
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
.musicPlayer .commentInput input {
  background-color: transparent;
  flex: 2;
  border: none;
  outline: none;
  font-size: 0.8rem;
}
.musicPlayer .commentInput i {
  font-size: 1rem;
  color: #4a4a4a;
  cursor: pointer;
}

.musicPlayer .musicPlayerContainer h6 {
  font-size: 1.4rem;
}

.musicPlayer .musicPlayerContainer .playerHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.musicPlayer .musicPlayerContainer .playerHeader i {
  font-size: 1rem;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.musicPlayer .musicPlayerContainer .playerHeader .descriptionIcon i {
  font-size: 1rem;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #1077a6;
  cursor: pointer;
}

.musicPlayer .musicPlayerContainer .playerHeader .descriptionIcon {
  position: relative;
}

.musicPlayer
  .musicPlayerContainer
  .playerHeader
  .descriptionIcon
  .descriptionModal {
  position: absolute;
  right: 0%;
  top: 40px;
  background-color: #fff;
  width: 400px;
  color: #1d1d1d;
  font-size: 0.9rem;
  padding: 1rem;
  display: none;
}

.musicPlayer .musicPlayerContainer .musicCard {
  margin-top: 2rem;
  height: 100%;
}

.musicPlayer .musicPlayerContainer .musicCard img {
  height: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.musicPlayer .musicPlayerContainer .musicCardAudio {
  margin-top: 2rem;
}

.musicPlayer .musicPlayerContainer .musicCardAudio audio {
  width: 100% !important;
}

.musicPlayer
  .musicPlayerContainer
  .musicCardAudio
  audio::-webkit-media-controls-panel {
  background-color: #ffffff;
  width: 100% !important;
}

.musicCardAudio {
  position: relative;
}

.musicCardAudio .loopIcon {
  position: absolute;
  color: #1077a6;
  z-index: 10;
  top: 12px;
  background-color: #fff;
  right: 10px;
  display: block;
  height: 30px;
  width: 30px;
  cursor: pointer;
  border-radius: 50%;
}

.musicCardAudio .loopIcon img {
  width: 22px !important;
  height: 22px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(4px, 3px);
}

.videoMain {
  display: flex;
  flex: 0 0 20%;
  gap: 40px;
}

.videoMain .videoPlayed {
  flex: 0 0 70%;
}

.videoMain .videosList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.videoMain .videosList .videoCard {
  display: flex;
  gap: 10px;
  cursor: pointer;
}
.videoMain .videosList .videoCard .videoCardImg {
  flex: 0 0 50%;
}
.videoMain .videosList .videoCard img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: center;
}

.videoMain .videosList .videoCard .videoCardContent h6 {
  font-size: 12px;
}

.videoMain .videosList .videoCard .videoCardContent p {
  font-size: 10px;
}

.videoCardContent a {
  text-decoration: none;
  color: #1d1d1d;
  font-weight: 500;
  outline: none;
  font-size: 12px;
}

.videoPallets {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.videoPallets .videoPalletsImage img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.videoPallets a {
  text-decoration: none;
  color: #1d1d1d;
  font-weight: 500;
  outline: none;
}
.videoPallets p {
  font-size: 12px;
}

/*! RESPONSIVNESS */

@media screen and (max-width: 1000px) {
  .musicPlayer {
    height: 100%;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .main {
    padding-inline: 1rem;
  }
  .hero_content h1 {
    font-size: 1.2rem;
  }

 

  .videoMain {
    display: flex;
    flex: 0 0 20%;
    gap: 40px;
    flex-direction: column;
  }
}


@media screen and (max-width: 500px) {
  .musicPlayer .musicPlayerContainer {
    width: 100%;
  }

  .musicPlayer .commentInput {
    background-color: #ebebeb;
    padding: 10px;
    border-radius: 30px;
    width: 93%;
    position: fixed;
    bottom: 30px;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    transform: translateX(-27px);
  }
}

/*! BROWSER CONTROLL */

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .musicPlayer .commentInput {
      transform: translateY(-3.6rem);
    }
    .musicCardAudio .loopIcon {
      transform: translateY(-0.7rem);
    }
  }
}
