body {
  font-family: 'Montserrat', sans-serif;
  background: #000000;
}

html {
  scroll-behavior: smooth;
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
  justify-content: space-around;
  align-items: stretch;
  align-content: center;
}

/*------------------------------- Home Nav*/

.background {
  margin: 10px;
  text-align: center;
  padding-bottom: 40px;
  width: auto;
  height: auto;
  color: white;
  font-size: 2vw;
  background: #202020;
  box-shadow: rgba(56, 59, 61, 0.322) 0px 4px 5px;
}

.logo {
  position: absolute;
  width: 100px;
  cursor: pointer;
  left: 1%;
  top: 43%;
  transform: translate(-2%, -50%);
  z-index: 3;
  margin: 20px;
  padding: 5px 5px 5px 0px;
}

.logo .dark-logo {
  display: none;
  transition: all 2s ease-in-out;
}


.hamburger {
  position: absolute;
  cursor: pointer;
  right: 6%;
  top: 65px;
  transform: translate(-5%, -50%);
  z-index: 3;
}

.hamburger:active .menu-button {
  pointer-events: all;
  cursor: pointer;
}

nav {
  background: #E5E5E3;
  background-size: 20%, 50%;
  position: relative;
  animation: change 35s ease-in-out infinite;
  height: 10vh;
  width: 100%;
  margin: 10px 10px 0px 10px;
}

.nav-index {
  background: transparent;
  height: 10vh;
  width: 100%;
  margin: 0;
}

.nav-links {
  list-style: none;
  align-items: center;
  height: 100%;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: 10px;
  flex-direction: column;
  position: fixed;
  background: rgb(83, 83, 83);
  background-size: 500%, 400%;
  animation: change 35s ease-in-out infinite;
  transition: all 2s ease-in-out;
  clip-path: circle(1px at 90% -1%);
  -webkit-clip-path: circle(1px at 90% -1%);
  z-index: 2;
  letter-spacing: 1px;
  overflow: hidden;
}

.nav-links li a {
  color: white;
  text-decoration: none;
  font-size: 3.5vw;
  font-weight: 300;
  box-shadow: 3px 4px 0px 0px #000000ba;
  border: 1px solid black;
  padding: 10px 14px;
  text-shadow: 3px 2px 0px #000000a1;
}

.nav-links li a:hover {
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  font-size: 3.5vw;
  font-weight: 300;
  box-shadow: inset 1px -2px 3px 0px #a539ed05;
  color: black;
  padding: 10px 14px;
  text-shadow: 3px 2px 3px rgb(0 0 0 / 74%);}

  #theme-switcher:hover {
    color: black
  }

.landing {
  height: 50vh;
  display: flex;
  justify-content: right;
  align-items: right;
  z-index: 3;
}

.nav-links.open {
  clip-path: circle(9000px at 90% -1%);
  -webkit-clip-path: circle(9000px at 90% -1%);
}

.landing {
  flex-direction: column;
}

.nav-links li {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

.nav-links li:nth-child(1) {
  transition: all 0.7s ease 0.5s;
}

.nav-links li:nth-child(2) {
  transition: all 0.7s ease 0.7s;
}

.nav-links li:nth-child(3) {
  transition: all 0.7s ease 0.9s;
  color: white;
}

.nav-links li:nth-child(3):hover {
  color: transparent;
  transition: all 0.4s
}

li.fades {
  opacity: 1;
  display: inline;
  pointer-events: fill;
  cursor: pointer;
}

.fixed-menu {
  overflow: hidden;
}

.hamburger:active .menu-button {
  pointer-events: all;
  cursor: pointer;
}

/*------------------------------- Hamburger Animation*/

.changelines .line-1 {
  transform: rotateZ(-405deg) translate(-8px, 4px);
}

.changelines .line-2 {
  opacity: 0;
}

.changelines .line-3 {
  transform: rotateZ(405deg) translate(-8px, -4px);
}

.line {
  width: 30px;
  height: 3px;
  background: white;
  margin: 5px;
  transition: all 0.8s;
  box-shadow: -2px 1px 1px 0px rgb(8 8 8 / 44%);
}

/*------------------------------- Home Banner*/

.gradient-bg {
  width: 100%;
  height: 90vh;
  color: #fff;
  background: #4c29a2ed;
  background-size: 500%, 400%;
  position: relative;
  animation: change 35s ease-in-out infinite;
  box-shadow: rgba(56, 59, 61, 0.322) 0px 4px 5px;
}

.banner {
  margin: 0;
  height: 90vh;
  font-family: 'Montserrat';
  font-weight: bold;
  background: transparent;
  padding: 20px;
  margin: 10px;
}

.logo-extension {
  font-weight: 500;
}

section {
  height: 10%;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  align-items: middle;
  place-items: center;
  height: 70vh;
}

li {
  margin: 10px;
}

.dot {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 25px;
  right: 3.5%;
  background: white;
  border-radius: 50%;
}

.banner-text {
  font-size: 7vw;
  margin: 10px;
  letter-spacing: 1px;
  color: #000000fa;z-index: 1;
  text-shadow: 0 1px 0 #e5e5e3, 0 2px 0 #e6e6e2, 0 3px 0 rgb(230 230 230), 0 4px 0 #e0dfdf, 0 5px 0 #dddcdc, 0 6px 1px rgb(0 0 0 / 6%), 0 0 5px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 23%), 0 3px 5px rgb(0 0 0 / 20%), 0 5px 10px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 20%), 0 20px 20px rgb(71 38 151);
}

/*-------------------------------Typewriter*/

.typewriter-box {
  position: relative;
  color: #916ac4;
  height: 500px;
  width: auto;
  text-align: center;
  align-items: center;
  font-family: 'Amiri', serif;
  font-weight: 400;
  letter-spacing: 2px;
  padding-top: 60px;
  background: #222222fa;
  box-shadow: rgb(56 59 61 / 32%) 0px 1px 4px;
  z-index: -1px;
}

.typewriter-box h1 {
  padding-top: 120px;
  text-shadow: -9px 20px 10px #8e67cb9c,
    3px 1px 20px #262626,
    -40px 55px 10px #a37296b5,
    50px 85px 17px #376cc7bd,
    -20px -19px 12px #cecbd533;
}

/*-------------------------------Latest Releases*/

.index-songsection {
  text-align: center;
  background: linear-gradient(82deg, #5837a8, #9977a3, #522ca9ed);
  background-size: 500%, 400%;
  position: relative;
  animation: change 20s ease-in-out infinite;
  box-shadow: rgb(255 255 255 / 27%) -4px 2px 0px 1px;
  height: auto;
  padding-bottom: 40px;
}

.index-songs-header {
  color: white;
  font-weight: 300;
  font-size: 3vw;
  padding: 20px;
  text-shadow: 1px 0px 0px #ffffffbd;
  margin: 10px;
}

.text-color-2 {
  color: #a090a5;
}

.albumcover img {
  height: auto;
  width: auto;
  max-width: 200px;
  margin: 30px 30px 50px 30px;
  border-radius: 50%;
}

.music-button {
  font-size: 2vw;
  cursor: pointer;
  padding: 8px 12px;
  color: #fffffff8;
  background: transparent;
  box-shadow: -1px 2px 0px 0px #000000ba;
  border: 1px solid black;
}

.music-button:hover {
  box-shadow: inset 1px -2px 3px 0px #a539ed23;
  color: white;
}

.music-libary {
  margin-top: 70px;
}

.music-libary-bg {
  text-align: center;
  background: linear-gradient(82deg, #5837a8, #9977a3, #522ca9ed);
  background-size: 500%, 400%;
  position: relative;
  animation: change 20s ease-in-out infinite;
  box-shadow: rgb(255 255 255 / 27%) -4px 2px 0px 1px;
  height: auto;
  padding-bottom: 40px;
}

.music-nav {
  background-color: #222222fa;
}

/*---------------------------------- Individual Song Pages */

.single-songsection {
  text-align: center;
  background: black;
  box-shadow: rgb(0 0 0 / 43%) -2px 2px 4px 2px;
  height: auto;
  padding-bottom: 40px;
  margin: 70px 16px 30px 16px;
  min-height: 400px;
  font-size: 2.5vw;
}

.single-box-buttons {
  position: absolute;
  float: right;
  display: inline-flex;
}

.small-button {
  cursor: pointer;
  color: #fafafaf8;
  background: transparent;
  box-shadow: inset 1px -2px 3px 0px #a439ed78;
  border: 1px solid #7f4af78a;
  padding: 5px 10px;
  font-size: 2.5vw;
  margin: 2px;
  text-shadow: 1px 0px 0px #7e4af738;
}

.small-button:hover {
  cursor: pointer;
  color: white;
  background: transparent;
  box-shadow: 0px 1px 2px rgba(128, 128, 128, 0.075);
}

.single-art img {
  width: 50vw;
  max-width: 400px;
  text-align: center;
  margin-bottom: 20px;
  background: transparent;
}

.single-title {
  color: white;
  font-weight: 400;
  text-shadow: 0px 2px 0px #ffffff3b;
  margin-bottom: 5px;
  font-size: 2.6vm;
}

.artist-name {
  margin: 0;
  color: #8739ED;
  font-weight: 400;
  text-shadow: 1px 0px 0px #7f4af799;
  font-size: 2vw;
}

.slow-motion-artists {
  color: #50016e;
  text-shadow: 0px 1px 0px #b6a2bf;
}

.enough-artists {
  color: #9f2f06;
  text-shadow: 0px 1px 0px #443f10;
}

.chanel-artists {
  color: #8c9786;
  text-shadow: 0px 1px 0px #443f10;
}

.low-artists {
  color: #e1b208;
  text-shadow: 0px 1px 0px #8d289d;
}

.blue-artists {
	color: #3658bd;
}

.image {
  margin: -60px 0 0 -60px;
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.stream-links-box,
.stream-links-box-enough,
.stream-links-box-chanel,
.stream-links-box-slow-motion {
  display: inline-block;
  width: auto;
  height: 100%;
  display: flex;
  text-align: center;
  padding: 15px 10px 10px 10px;
  margin: 10px 20px 34px 20px;
  justify-content: center;
  box-shadow: rgba(68 68 68 / 70%) -3px 2px 0px;
  background: linear-gradient(82deg, #5e45b9, #9977a3, #663cc7e3);
  background-size: 500%, 400%;
  position: relative;
  animation: change 20s ease-in-out infinite;
  border-radius: 8px;
}

@keyframes change {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.stream-links-box-slow-motion {
  background: linear-gradient(82deg, #550275, #4f0270, #56017d);
  background-size: 500%, 400%;
  position: relative;
  animation: change 20s ease-in-out infinite;
}

.stream-links-box-enough {
  background: linear-gradient(82deg, #1d3110, #d72c06, #144612);
  background-size: 500%, 400%;
  position: relative;
  animation: change 20s ease-in-out infinite;
}

.stream-links-box-chanel {
  background: linear-gradient(82deg, #012e45, #023c52, #909783);
  background-size: 500%, 400%;
  position: relative;
  animation: change 20s ease-in-out infinite;
}

.stream-links-box-low {
  display: inline-block;
  width: auto;
  height: 100%;
  display: flex;
  text-align: center;
  padding: 15px 10px 10px 10px;
  margin: 10px 20px 34px 20px;
  justify-content: center;
  box-shadow: rgba(68 68 68 / 70%) -3px 2px 0px;
  background: linear-gradient(82deg, #fd0db6f2, #d54af796, #fa06b6ed);  background-size: 500%, 400%;
  position: relative;
  animation: change 20s ease-in-out infinite;
  border-radius: 8px;
}

@keyframes change {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.stream-links-box-blue {
  display: inline-block;
  width: auto;
  height: 100%;
  display: flex;
  text-align: center;
  padding: 15px 10px 10px 10px;
  margin: 10px 20px 34px 20px;
  justify-content: center;
  box-shadow: rgba(68 68 68 / 70%) -3px 2px 0px;
  background: linear-gradient(82deg, #0c1d5b, #3b52bd, #0a1954);
  background-size: 500%, 400%;
  position: relative;
  animation: change 20s ease-in-out infinite;
  border-radius: 8px;
}

.app {
  text-align: center;
  vertical-align: center;
  margin: 20px;
  justify-content: space-evenly;
}

.app .streaming-app {
  max-width: 60px;
}

.streaming-app-logo {
  border-radius: 50%;
  width: auto;
  height: auto;
  min-width: 40px;
  max-width: 8vh;
  box-shadow: -8px 5px 6px 0px rgb(0 0 0 / 18%);
}

.stream-app-name {
  font-size: 8px;
  padding-top: 10px;
  color: white;
}

.all-songs-btn {
  cursor: pointer;
  padding: 8px 12px;
  color: #ffffffe8;
  font-size: 3vw;
  background: transparent;
  box-shadow: inset 1px -2px 3px 0px #a439ed78;
  border: 1px solid #7f4af78a;
  text-shadow: 1px 0px 0px #7f4af78a;
}

.all-songs-btn:hover {
  box-shadow: inset 1px -2px 3px 0px #a539ed3d;
  color: rgba(255, 255, 255, 0.795);
}

.stream-now {
  padding: 10px 10px 0px 34px;
  color: rgba(255, 255, 255, 0.911);
  font-size: 2.4vw;
  font-weight: 400;
  margin: 10px 5px 0px 5px;
  text-align: left;
}

/*---------------------------------- Share Song*/

.share-menu {
  position:relative;
  display: inline;
  cursor: pointer;
}

.share-menu .share-btn {
  position:absolute;
  z-index:2;
}

.share-menu .social-btn {
  position:absolute;
  top:-65%;
  left:70%;
  transform:translate(-50%,-50%);
  width:0;
  height:0;  
  cursor: pointer;
  text-align:center;
  line-height:75px;
  font-size:0px;
  transition:all 300ms ease-in-out 0ms;
  color: #a37296;
}

.share-menu.active div:nth-child(2){
  top: 0;
  left:-70%;
  transform:translate(-50%,-100%);
  transition:all 300ms ease-in-out 450ms;
  width: 50px; 
  height: 50px;
  font-size: 24px;
  line-height: 50%;
  text-shadow: 6px 6px 8px #5252525e;
}

.share-menu.active div:nth-child(3){
  top: 0;
  left:0%;
  transform:translate(-50%,-100%);
  transition:all 300ms ease-in-out 400ms;
  width: 50px;
  height: 50px;
  font-size: 23px;
  line-height: 50%;
  text-shadow: 6px 6px 8px #5252525e;
}

.share-menu.active div:nth-child(4){
  top: 0;
  left:70%;
  transform:translate(-50%,-100%);
  transition:all 300ms ease-in-out 290ms;
  width: 50px;
  height: 50px;
  font-size: 23px;
  line-height: 50%;
  text-shadow: 6px 6px 8px #5252525e;
}

.share-menu.active div:nth-child(5){
  top: 0;
  left:140%;
  transform:translate(-50%,-100%);
  transition:all 300ms ease-in-out 190ms;
  width: 50px;
  height: 50px;
  font-size: 23px;
  line-height: 50%;
  text-shadow: 6px 6px 8px #5252525e;
}

#mail-button {
 color: #a37296;
}

.share-menu.active div:nth-child(6){
  top: 0;
  left:210%;
  transform:translate(-50%,-100%);
  transition:all 300ms ease-in-out 100ms;
  width: 50px;
  height: 50px;
  font-size: 20.5px;
  line-height: 50%;
  padding-top: 2px;
  text-shadow: 6px 6px 8px #5252525e;
}

/*---------------------------------- Preview*/


.preview-box {
  border: none;
  box-shadow: 5px 5px 9px hsla(260, 51%, 21%, 0.295);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  margin: 50px 30px 0px 3px;
}
.preview-btn a {
  pointer-events: none;
  cursor: default;
}

.preview-btn {
  color: #fffffff8;
}

.preview-btn:hover {
  color: rgba(255, 255, 255, 0.836);
}

/*------------------------------- Footer*/

.footer {
  background-color: #222222fa;
  width: 100%;
  height: 500px;
  justify-content: center;
  text-align: center;
  align-content: center;
  font-size: 13px;
  color: white;
  position: relative;
  box-shadow: rgba(56, 59, 61, 0.322) 0px 1px 4px;
  margin-top: 10px;
}

.footer-socials {
  margin: 180px 3px 50px 3px;
  box-shadow: -1px 3px 6px rgb(0 0 0 / 30%);
  width: 60px;
  border-radius: 9px;
  height: 60px;
}

.sociallinks-box a {
    text-decoration: none;
}

.footer-buttons-box {
  margin-top: 20px;
  width: 100%;
}

.footer-buttons-box a {
  padding: 10px;
  text-align: center;
  align-content: center;
}

.footer-buttons {
  text-align: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.2px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  line-height: 1.15384615;
  cursor: pointer;
  color: white;
  background: transparent;
  padding: 8px 15px;
  font-size: 15px;
  box-shadow: inset 1px -2px 3px 0px #a439ed78;;
  margin: 2px;
  border: 1px solid #7f4af78a;
  text-shadow: 1px 0px 0px #7e4af738;
}

.footer-buttons:hover {
  color: white;
  box-shadow: 0px 1px 2px rgba(128, 128, 128, 0.123);
}

.copyright {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  margin-bottom: 10px;
}

.center {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

.spin-image:hover {
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}

/*---------------------------------- Screensize*/

/*------------------------------ Phone*/

/*--------------------------- 5C*/
@media (min-width: 319px) {
  .single-title {
    font-size: 6.6vw;
  }

  .artist-name {
    font-size: 5vw;
  }

  .single-art {
    padding-top: 20px;
  }

  .single-box-buttons {
    padding-top: 11px;
    right: 10%;
  }
  .preview-box {
    max-width: 250px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .stream-app-name {
    font-size: 10px;
    padding-top: 10px;
  }
  .stream-box{
    padding-top: 15px;
  }
  .streaming-app-logo {
    max-width: 9vh;
  }
}

@media (max-width: 380px) { /* MAX */
  .stream-links-box{
    margin: 10px 15px 34px 15px;
  }
  .banner-text {
    font-size: 10vw;
  }
  .stream-now {
    padding-left: 15px;
    font-size: 3.4vw;
  }
}

/*--------------------------- 6/7/8 */

@media (min-width: 375px) {
  .preview-box {
    max-width: 300px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .stream-app-name {
    font-size: 10px;
    padding-top: 10px;
  }
}

/*--------------------------- 6+/7+/8+ */

@media (min-width: 414px) {
  .stream-box {
    padding: 15px 0px 0px 0px;
  }
}

@media (max-width: 430px) { /*- MAX */
.index-songs-header {
  font-size: 6vw;
  }
}


/*--------------------------- X */

@media (device-width : 375px) and (device-height : 812px) {
  .stream-box {
    padding-left: 0px;
  }
}

/*--------------------------- Ipad*/

@media (min-width: 767px) {
  .small-button,
  .all-songs-btn,
  .music-button,
  .all-songs-btn {
    font-size: 1.5vw;
  }
  .app {
    padding: 20px;
  }

  .stream-app-name {
    font-size: 15px;
    padding-top: 10px;
  }

  .single-box-buttons {
    right: 6%;
    padding-top: 20px;
  }
  .preview-box {
    max-width: 300px;
  }
}

@media (max-width: 767px) { /*- MAX */
  .logo {
    margin: 20px 20px 20px 10px;
  }
}


/*--------------------------- Ipad Pro < */

@media (min-width: 1000px) {

  .small-button,
  .all-songs-btn,
  .music-button,
  .all-songs-btn {
    font-size: 1.7vw;
  }

  .single-title {
    font-size: 4.6vw;
  }

  .artist-name {
    font-size: 4vw;
  }
  .stream-box {
    padding-left: 0px;
  }
}

@media (min-width: 1400px) {
  .small-button,
  .all-songs-btn,
  .music-button,
  .all-songs-btn {
    font-size: 1.5vw;
  }
  .preview-box {
    max-width: 500px;
  }
  .stream-box {
    padding-left: 0px;
  }
}

/*--------------------------- */
@media (max-width: 1200px) {}

/*--------------------------- */
@media screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {}