body {
  background: black;
  color: white;
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 27px 0;
  overflow-x: hidden;
}

* {
  margin: 0;
}

h1 {
  line-height: 57px;
  font-size: 41px;
  font-weight: 700;
}

h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 30.26px;
}

h3 {
  font-size: 20px;
  font-weight: 700;
}

h4 {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

h6 {
  font-size: 8px;
  font-weight: 700;
  line-height: 10px;
}

.big-h1 {
  font-size: 90px;
  font-weight: 700;
  opacity: 0.8;
  letter-spacing: 0%;
}

p {
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
}

small {
  font-size: 8px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
  text-decoration-line: underline;
}

.text-center {
  text-align: center;
}

.flex-column {
  flex-direction: column;
}

.w-80px {
  width: 80px;
}

.pt-16 {
  padding-top: 16px;
}

.f-12 {
  font-size: 12px !important;
}

.f-18 {
  font-size: 18px !important  ;
  line-height: 100%;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.pointer {
  cursor: pointer;
}

.align-center {
  align-items: center;
}

.gap-1 {
  column-gap: 5px;
  row-gap: 5px;
}

.gap-2 {
  column-gap: 10px;
  row-gap: 10px;
}

/* header */

.navbar {
  padding: 0 24px 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.grey-color {
  color: #626262;
}

.primary-color {
  color: #d80272;
}

.user-avatar {
  height: 35px;
  width: 35px;
  box-sizing: border-box;
}

.main-banner {
  max-width: 100vw;
}

.main-banner div {
  position: relative;
  padding: 0 5px;
}

.main-banner div img {
  width: 100%;
  border-radius: 20px;
}

.banner-text {
  position: absolute;
  bottom: 60px;
  left: 10px;
  z-index: 1;
}

.slick-dots {
  display: flex;
  justify-content: center;
  column-gap: 5px;
  margin-top: 20px;
}

.slick-dots li {
  width: 10px !important;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  color: transparent;
  background-color: white;
}

.slick-dots li button::before {
  width: 7px;
  height: 7px;
  background-color: white;
  opacity: 0.5;
  border-radius: 50%;
}

/* Discography-head */

.discography-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 10px;
}

.pad-left {
  padding-left: 24px;
}

.pad-right {
  padding-right: 24px;
}

.pad-top {
  padding-top: 24px;
}

.pad-bottom {
  padding-bottom: 24px;
}

.pad-v {
  padding-top: 24px;
  padding-bottom: 24px;
}
.pad-h {
  padding-left: 24px;
  padding-right: 24px;
}

.discography-items {
  padding-right: 30px;
  cursor: pointer;
  overflow: auto;
  column-gap: 10px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
}

.discography-items::-webkit-scrollbar {
  display: none;
}

.discography-item {
  width: 182px;
  height: 187px;
  overflow: hidden;
  margin-bottom: 45px;
  position: relative;
}

.discography-item-last {
  width: 222px;
  height: 187px;
  overflow: hidden;
  margin-bottom: 45px;
  position: relative;
}

.discography-item > img {
  z-index: -1;
}

.discography-item-head {
  padding: 10px;
  color: black;
  position: absolute;
  top: 0;
}

.discography-item-footer {
  display: flex;
  justify-content: space-between;
  width: 162px;
  padding: 10px 10px 15px;
  color: black;
  position: absolute;
  align-items: end;
  bottom: 0;
}

.discography-item-last > .discography-item-footer {
  width: 202px;
}

.play-buttom {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 16px;
  border: 1px solid transparent;
  cursor: pointer;
  background: rgb(255, 255, 255);
}

.play-buttom > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.w-100 {
  width: 100%;
}

.rounded-1 {
  border-radius: 5px;
}

.rounded-2 {
  border-radius: 10px;
}

.mb-3 {
  margin-bottom: 24px;
}

/* continue-list */

.continue-list {
  margin-bottom: 45px;
}

.continue-list {
  padding-right: 30px;
  overflow: auto;
  column-gap: 10px;
  display: flex;
  flex-wrap: nowrap;
}

.continue-list::-webkit-scrollbar {
  display: none;
}

.continue-item {
  height: 108px;
  width: 204px;
  overflow: hidden;
  position: relative;
}

.continue-item > img {
  z-index: -1;
}

.continue-item-head {
  display: flex;
  justify-content: space-between;
  width: 162px;
  padding: 10px 10px 15px;
  padding: 10px;
  color: black;
  position: absolute;
  bottom: 0;
}

.continue-item-footer {
  color: black;
  align-items: end;
  width: 60%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  border: 2px solid red;
}

/* user */

.for-user {
  position: relative;
}

.home-fotter {
  width: 114px;
  height: 42.11px;
  box-sizing: border-box;
  position: absolute;
  top: 13px;
  left: 50%;
  background-color: #646464;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  column-gap: 17.5px;
  align-items: center;
  transform: translate(-50%, -50%);
}

.home-fotter a {
  color: white;
  text-decoration: none;
}

.home {
  padding-right: 17.5px;
  border-right: 1px solid white;
}

/* custom select */

.select-container {
  position: absolute;
  right: 24px;
  width: 102px;
  border-radius: 19px;
}
.select-container .select {
  position: relative;
  border-radius: 19px;
  box-shadow: 0px 3px 10.7px 8px rgba(56, 40, 40, 0.34);
  background: rgb(69, 69, 69);
  height: 27px;
  box-sizing: border-box;
}

.select-container .select::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  padding: 2px;
  opacity: 0.7;
  top: 40%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  cursor: pointer;
}

.select-container.active {
  top: 0;
  padding-bottom: 11.5px;
  background: rgb(113, 113, 113);
  z-index: 1;
}

.select-container.active .select::after {
  top: 50%;
  border: none;
  border-left: 1px solid white;
  border-top: 1px solid white;
}
.select-container .select input {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: none;
  outline: none;
  border: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  color: white;
  cursor: pointer;
}
.select-container .option-container {
  position: relative;
  height: 0;
  overflow-y: scroll;
  transition: 0.4s;
}

.select-container.active .option-container {
  height: auto;
}

.select-container .option-container::-webkit-scrollbar {
  display: none;
}

.select-container .option-container .option {
  position: relative;
  cursor: pointer;
  padding: 11.5px 9.5px 11.5px;
  display: flex;
  align-items: center;
  transition: 0.2s;
}

.select-container .option-container .option.selected {
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.select-container .option-container .option:hover {
  background: rgba(0, 0, 0, 0.2);
  padding-left: 20px;
}

.select-container .option-container .option label {
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  color: white;
  cursor: pointer;
}

/* movie page */

/* header */

.p-0 {
  padding: 0;
}

.movie-thumbnail {
  position: relative;
  height: 320px;
  overflow: hidden;
  box-sizing: border-box;
}

.movie-overlay {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 320px;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.66) 22.684%,
    rgba(0, 0, 0, 0.47) 56.982%,
    rgba(0, 0, 0, 0) 98.824%
  );
}

.transparent-button {
  cursor: pointer;
  background: transparent;
  border: none;
}

.movie-head-text {
  position: absolute;
  top: 27px;
  width: calc(100% - 48px);
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.movie-foot-text {
  position: absolute;
  bottom: 15px;
  left: 24px;
}

.movie-title-box {
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.movie-like-box {
  display: flex;
  column-gap: 8px;
}

.movie-like-box button {
  cursor: pointer;
}

.related-movies {
  margin-top: 15px;
  display: flex;
  flex-wrap: nowrap;
  column-gap: 20px;
  overflow: auto;
}

.related-movies::-webkit-scrollbar {
  display: none;
}

.related-movies div {
  text-align: center;
}

.movie-watch-item {
  height: 165.45px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 25px;
}

.movie-watch-item-head {
  display: flex;
  justify-content: right;
  position: absolute;
  color: black;
  width: calc(100% - 20px);
  padding-bottom: 20px;
  bottom: 0;
}

.movie-watch-item-head > .play-buttom {
  width: 136.28px;
  box-sizing: border-box;
  border-radius: 16px;
  background: rgb(199, 196, 196);
  height: 31.31px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
}

.optional-buttons {
  width: 63px;
  text-align: center;
  height: 27px;
  box-sizing: border-box;
  border-radius: 19px;
  color: black;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  border: 1px solid transparent;
}

.optional-buttons.create {
  background: rgba(255, 255, 255, 0.99);
}

.optional-buttons.dismiss {
  color: rgba(0, 0, 0, 0.63);
  letter-spacing: 0%;
  background: rgba(255, 255, 255, 0.42);
}

.official-tastemaker {
  display: none;
}

.partial-tastemaker {
  display: none;
}
