.gradient-background {
  background: linear-gradient(79deg,#ffd600,#8500a2);
  background-size: 120% 120%;
  animation: gradient-animation 4s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.flow-circular-regular {
  font-family: "Flow Circular", serif;
  font-weight: 400;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  }
  
body {
  font-family: Arial, sans-serif;
  background-color: #282c34;
  color: white;
  margin: 0;
  font-family: "Nunito", serif;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
}

header {
  padding: 60px;
  height: 100vh;
}

section {
  padding: 60px;
}

.back_color {
    background-color: #bdbdbd;
  color: #000;
    }

.sec_bg {
    background-color: #333;
    }

h1 {
  font-size: 20px;
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  }
  
h3 {
  color: white;
  }
  
.btn_main {
  color: #ddd;
  border-radius: 2px;
  cursor: pointer;
  padding: 12px 38px;
  text-decoration: none;
  text-align: center;
  border: solid 1px #555860;
}

.btn_main:hover {
  background: linear-gradient(79deg,#ffd600,#8500a2);
  transition: all .4s ease-in-out;
  }

.link_main {
  margin-left: 20px;
  color: white;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: solid 1px white;
  }

.player {
  background-color: #333;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  justify-content: start;
  position: relative;
}

.descrip_position {
    display: flex;
    margin-top: 20px;
    }

.opas_kra {
  width: 100%;
  position: absolute;
  left: 240px;
  justify-content: center;
  display: flex;
  top: 63px;
  }

.player_position {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  }

.controls_position {
  display: flex;
  justify-content: space-between;
    }
    
.controls {
    display: flex;
}

button {
    color: white;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

button a {
    color: white;
    text-decoration: none;
}

input[type="range"] {
    width: 100%;
}

.btn_position {
  display: flex;
  justify-content: space-between;
  }
  
.logo_main {
  margin-right: 20px;
  }

.play {
  padding: 10px;
  display: flex;
  justify-content: center;
  background-color: #282c34;
  border: solid 3px #727477;
  border-radius: 7px;
  margin-bottom: 20px;
  }



.volume-slider {
    -webkit-appearance: none; 
    height: 36px; 
    background: rgba(61, 66, 74, 0.36); 
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 10px;
}

.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none; 
    appearance: none; 
    width: 20px;
    height: 20px; 
    background: rgb(61, 66, 74); 
    border-radius: 50%; 
    cursor: pointer; 
}

.volume-slider::-moz-range-thumb {
    width: 2px; 
    height: 36px; 
    background: white; 
    cursor: pointer; 
    -webkit-appearance: none; 
    border: none;
}

.music_info {
  display: flex;
  justify-content: space-between;
  }
  
.music_info_position {
  display: flex;
  }

.date_position {
  display: flex;
  }
  
.date_image {
  width: 18px;
  margin-right: 10px;
  margin-bottom: 20px;
  }
  
.down_position {
  display: flex;
  flex-direction: column;

  }
  
.accordion {
    border-radius: 5px;
}

.accordion-item {
    padding-bottom: 20px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
    background-color: #333;
}

.accordion-header:hover {
    background-color: #6a6262;
    color: black;
}

.accordion-content {
    display: none;
    padding: 10px;
    background-color: #eee;
}

.faq_text {
  color: black;
  }

.accordion-item.active .accordion-content {
    display: block;
}

.icon {
    width: 20px;
    height: 20px;
    transition: transform 0.2s;
}

.accordion-item.active .icon {
    transform: rotate(180deg);
}

.size_video {
  width: 700px;
  height: 400px;
}

.bus_kraken {
  max-width: 700px;
  max-height: 400px;
    }
    
.lyrics {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}


.time-display {
    margin: 10px 0;
}

.link_main_foot {
  margin-left: 20px;
  color: #333;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: solid 1px #333;
  font-size: 16px;
  text-transform: uppercase;
}

  
@media screen and (max-width: 1000px) and (min-width: 800px) {
  
}

@media screen and (max-width: 800px) {

h1 {
  font-size: 16px;
  }
  
.link_main {
  font-size: 14px;
}

.player {
  flex-direction: column;
  }
    
.logo_main {
  margin: 0 auto;
  width: 100%;
}

header {
  padding: 20px;
  height: auto;
}

.opas_kra { 
  display: none
  }
  
.descrip_position {
  flex-direction: column;
}

.down_position {
  margin-top: 20px;
}

.music_info {
  flex-direction: column;
}

.music_info_position {
  margin-top: 20px;
}

.title_position {
    display: flex;
    }
    
section {
  padding: 20px;
}

ul {
  padding-left: 10px;
  }
  
.size_video {
    width: 100%;
    height: 260px;
  }
  
 .bus_kraken {
    width: 100%;
    height: 100%;
  }
}


