@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nosifer&display=swap");

@font-face {
  font-family: "sap";
  src: url("../fonts/saphifen/Saphifen.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "shlop";
  src: url("../fonts/shlop/shloprg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --sap: "sap";
  --nos: "Nosifer", serif;
  --shlop: "shlop";
}
body {
  overflow-x: hidden;
}
header {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 20px 0;
  z-index: 1;
}
header ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 50px;
}
header nav ul a {
  font-family: var(--shlop);
  font-weight: 300;
  font-size: 20px;
  line-height: 28.8px;
  letter-spacing: 1px;
  text-decoration: none;
}
header a {
  color: white;
}

.last-ul .input {
  position: relative;
  width: 230px;
    margin-left: 29px;
}
.last-ul input {
  background: #606060;
  border-radius: 20px;
  border: none;
  color: white;
}
.last-ul input::placeholder {
  color: white;
}
.last-ul .fa-magnifying-glass {
  color: white !important;
  position: absolute;
  right: 25px;
  top: 5px;
}
.menu-toggle.active .menu-icon-open {
    display: none;
}
.banner-heading {
  position: absolute;
  top: 30%;
  text-align: center;
  width: 100%;
}

.bg-img {
  position: relative;
}
.bg-img img {
  width:100%
}
.banner-heading h3 {
  font-family: var(--nos);
  font-weight: 400;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 0%;
  color: white;
  text-transform: uppercase;
}
.banner {
  background: black;
}
.music-section {
  background: black;
  padding: 50px 0;
  position: relative;
}
.music-heading {
  font-family: var(--sap);
  font-weight: 400;
  font-size: 120px;
  letter-spacing: 0%;
  text-align: center;
  background-image: linear-gradient(to right, #880807 45%, white 53%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  position: relative;
  z-index: 2;
  top: 50px;
}
.before-heading {
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 0;
}
.before-heading h3 {
  font-family: var(--nos);
  font-weight: 400;
  font-size: 150px;
  line-height: 150px;
  letter-spacing: 0%;
  color: rgb(49, 49, 49);
  text-align: center;
}
.blood-img {
  position: absolute;
  top: 0;
  width: 100%;
}
.blood-img img{
  width: 100%;
}
.music-slider {
  height: 300px;
  margin-top: 100px;
}
.artist-div {
  background: #383838;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.artist-div:hover {
  background: #880807;
}
.artist-img {
  display: flex;
  justify-content: center;
}
.artist-img img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 50%;
}
.artist-content h5 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 22px;
  line-height: 26.82px;
  letter-spacing: 0%;
  text-align: center;
  color: white;
  margin-top: 10px;
}
.artist-content p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 17.87px;
  line-height: 21.78px;
  letter-spacing: 0%;
  text-align: center;
  color: white;
}
.music-tab {
  position: relative;
  z-index: 3;
}
ul#myTabs {
  justify-content: center;
  gap: 30px;
  border: none;
  padding: 10px 0;
}
.music-tab {
  position: relative;
  z-index: 3;
}

ul#myTabs {
  justify-content: center;
  gap: 30px;
  border: none;
  padding: 10px 0;
}
.nav-link {
  border: none;
  color: white;
  background: #383838;
  border-radius: 5px !important;
  border: none !important;
  padding: 8px 50px;
}
.nav-link.active,
.nav-link:hover {
  background: #880807 !important;
  border: none !important;
  color: white !important;
}

.song-item {
  background: #383838;
  border-radius: 10px;
  padding: 10px;
  color: #b8b8b8;
  font-family: Montserrat;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 20px;
}
.song-item:hover {
  background: #880807;
  color: white;
}
.number {
  font-weight: 600;
  font-size: 40px;
  line-height: 48.76px;
  letter-spacing: 2%;
  margin: 0;
}
.title {
  font-weight: 600;
  font-size: 26px;
  line-height: 31.69px;
  letter-spacing: 2%;
  margin: 0;
}
.duration {
  font-weight: 500;
  font-size: 26px;
  line-height: 31.69px;
  letter-spacing: 2%;
  margin: 0;
}
.player,
.play,
.download {
  font-size: 32px;
}
footer {
  background: black;
}
.footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 0;
  padding: 20px 0;
  list-style: none;
}
.footer-nav li a {
  font-family: Shlop;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 3%;
  color: white;
  text-decoration: none;
}
.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  list-style: none;
}
.socials a {
  font-size: 25px;
  color: white;
}
.last-div {
  border-top: 1px solid white;
  padding: 26px 0;
}
.last-div p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  color: white;
  /* padding-top: 25px; */
  margin-bottom: 0px;
}
form.signup-form {
  background: #000000;
  padding: 20px;
  /* border: 2px solid #84000f; */
  height: 100%;
}
form.signup-form.login-form {
  display: flex;
  align-items: center;
}
.form-row {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.form-row label {
  margin-bottom: 5px;
  color: white;
  font-size: 20px;
}
.form-row input,
.form-row textarea {
  padding: 10px;
  border: 2px solid #84000f;
  background: #222728;
  color: white;
  border-radius: 5px;
  font-size: 18px;
}
.form-row input::placeholder,
.form-row textarea::placeholder {
  color: silver;
}
.custom-file-input {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.custom-file-input input {
  flex: 1;
  padding: 10px;
  padding-right: 90px; /* Space for button */
  border: 2px solid #84000f;
  border-radius: 5px;
  background: #222728;
  font-size: 18px;
  overflow: hidden !important;
}

.custom-file-input button {
  position: absolute;
  right: 0;
  padding: 12px 15px;
  border: none;
  background: #84000f;
  color: white;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  transition: all 0.4s;
}

.custom-file-input button:hover {
  background: white;
  color: #84000f;
}

.hidden-file {
  display: none;
}
.xobmie-div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.xobmie-div img {
  width: 80%;
  height: 100%;
  object-fit: contain;
}
.last-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
}
.last-row p {
  margin: 0;
}
.last-row a {
  text-decoration: none;
  color: #c00c0c;
  font-weight: 600;
  font-size: 18px;
}
button.submit {
  background: #84000f;
  border: 2px solid #84000f;
  padding: 10px;
  border-radius: 5px;
  color: white;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.5s;
}
button.submit:hover {
  background: white;
  color: #84000f;
}
.user-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-img img {
  width: 70%;
  height: 100%;
  object-fit: contain;
}
.artist-desc h5 {
  color: white;
  font-family: var(--nos);
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0%;
  color: white;
  text-transform: uppercase;
}
.artist-desc p {
  color: white;
  font-size: 24px;
}
.genre-list {
  padding: 0;
  list-style: none;
  color: white;
  font-size: 28px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.mus-heading {
  font-family: var(--sap);
  font-weight: 400;
  font-size: 90px;
  letter-spacing: 0%;
  background-image: linear-gradient(to right, #880807 7%, white 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  position: relative;
  z-index: 2;
  top: 50px;
  left: 0px;
}
.disablestyling{
  text-decoration: none;
  color: white;
}

.music_art {
  font-size: 12px;
}
.music_art img{
  width: 15px;
  height: 15px;
  border-radius: 10px;
}
.last-ul input {
  background: #6060605e;
  border-radius: 20px;
  border: none;
  color: white;
  padding: 5px 30px 6px 13px;
  border: 1px solid #606060;
  font-size: 14px;
  font-weight: 600;
}

.last-ul .fa-magnifying-glass {
  color: white !important;
  position: absolute;
  right: 31px;
  top: 11px;
  font-size: 13px;
}
svg {
  width: 16px;
}

.last-ul ul {
  gap: 22px;
}


.last-ul.search-item.d-flex.align-items-center {
    gap: 13px;
}
button#prev-song, button#next-song {
    display: none;
}

/* responsive Start */
@media (max-width:1200px){
  header {
    /* display: none; */
  }
  .last-div {padding-left: 20px;padding-right: 20px;}
  .bg-img {
    height: 350px;
  }
  .bg-img img {
    height:100%
  }
  li.first-img a svg {
    width: 20px;
}
  .banner-heading h3 {
    font-size: 42px;
    line-height: 53px;
  }
  .banner-heading {
    top: 20%;
  }
  .before-heading h3 {
    font-size: 100px;
    line-height: 100px;
  }
  .music-heading {
    font-size: 70px;
  }
  .number {
    font-size: 22px;
    line-height: 24.76px;
  }
  .title {
    font-size: 18px;
    line-height: 20.69px;
  }
  .duration {
    font-size: 18px;
    line-height: 20.69px;
  }
  .player, .play, .download {
    font-size: 20px;
  }
  .footer-logo img {
    width: 189px !important;
  }
  .footer-logo {
    text-align:center;
  }
  .last-div p {
  font-size: 14px;
  line-height: 20px;
  }
  button.offcanvas-bar {
    display: none;
  }
  .nav-link {
    padding: 8px 17px;
  }
}
  @media (max-width:1000px){
    .xobmie-div {
      display: none;
    }
    header ul {
  display: flex;
  justify-content: end;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 29px;
}
  }
@media (max-width:768px)
{
  .title {
    font-size: 12px;
    line-height: 20.69px;
  }
  button.offcanvas-bar {
    display: none;
  }
  p.first-con {
    text-align: center;
  }
  .mus-heading {
    font-size: 60px;
  }
  .last-row a {
    font-size: 14px;
  }
  .duration {
    font-size: 14px;
    line-height: 20.69px;
  }
  .player, .play, .download {
    font-size: 16px;
  }
  .artist-desc p {
    color: white;
    font-size: 18px;
    margin: 40px 0 20px 0;
  }
  .logo img {
      max-width: 75%;
  }
  .banner.login-banner h3{
    font-size:40px
  }

  .before-heading h3 {
    font-size: 60px;
    line-height: 60px;
  }
  .music-heading {
    font-size: 48px;
    top: 30px;
  }
  .footer-nav ul {
    gap: 20px;
  }
  .footer-nav li a {
  
    font-size: 22px;
    line-height: 24px;
  }
  nav {
    display: none;
  }
  .last-ul.search-item.d-flex.align-items-center {
      display: none !important; 
  }
  .logo {
      text-align: center;
  }
  button.offcanvas-bar {
      background: #9f2c36;
      border: 0;
      color: #fff;
      border-radius: 5px;
      padding: 9px 14px;
  }
  button.offcanvas-bar i {
      font-size: 22px;
  }
  button.offcanvas-bar {
      display: block;
  }
  .canvas-butt.text-center {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .music-tab {
  position: relative;
  z-index: 3;
  margin: 70px 0;
}
}
@media (max-width:575px){
    #player-song-name {
        margin-bottom: 0;
        font-size: 12px;
        margin-right: 10px;
    }
    .music-info img {
        width: 30px !important;
        height: 30px !important;
        margin-right: 10px !important;
    }
     .number {
        font-size: 14px;
    }
    .song-item .col-1, .col-2{
        padding: 0px 4px;
    }
}

@media (max-width:320px){
  .bg-img {
    height: 260px;
  }
  .responsive-nav {
    display: none;
    margin-top: 20px !important;
    position: absolute;
    overflow-x: hidden;
    width: 100%;
    overflow-y: auto;
    transform-origin: top;
    transition: max-height .3s, transform .3s;
    z-index: 1;
    background: #fff;
    top: 70px;
  }
  .avatar img {
    width: 100% !important;
    height: 30px !important;
}
}

  /* responsive end */


.last-ul.search-item.d-flex.align-items-center {
    /* display: none !important; */
}

p.last-con {
    text-align: center !important;
    margin-top: 10px;
}

.last-div .container {
    max-width: 1440px;
}
.footer-logo {
    text-align: center;
}
header .container {
    max-width: 1440px;
}
.footer-logo {
    text-align: center;
}

.footer-logo img {
    width: 65%;
}
p.last-con {text-align: end;}
.nav-tabs .nav-link {
  /*width: 12vw;*/
}
.form-row a {
    background: #880807 !important;
    border: none !important;
    color: white !important;
    width: max-content;
    text-decoration: none;
    padding: 5px 70px;
    border-radius: 4px;
    display: block;
    margin: 0 0 0 auto;
}