@import url('https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu:wght@400..700&display=swap');

@font-face {
  font-family: maison--book;
  src: url("fonts/maison--book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: maison--mono;
  src: url("fonts/JetBrainsMono-Light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: maison--mono;
  src: url("fonts/JetBrainsMono-Light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: gulliver;
  src: url("fonts/ElsevierGulliver-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: calibre;
  src: url("fonts/FeyCalibre-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: calibre;
  src: url("fonts/FeyCalibre-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: calibre-light;
  src: url("fonts/FeyCalibre-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: calibre-light;
  src: url("fonts/FeyCalibre-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: calibre-bold;
  src: url("fonts/FeyCalibre-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --000: #111;
  --030: #606060;
  --080: #AEAEAE;
  --100: #ffffff;
  --orange: #FF8A00;
  --yellow: #FFE600;
  --book: calibre, system-ui, sans-serif;
  --book2: calibre-light, system-ui, sans-serif;
  --mono: maison--mono, system-ui, sans-serif;
}

html {
  text-size-adjust: 100%;
}
body {
  font-family: var(--book2);
  font-size: 16px;
  color: rgb(134, 143, 151) !important;
  line-height: 1.4 !important;
  font-synthesis: none !important;
  letter-spacing: 0.1 !important;
  -webkit-font-smoothing: antialiased; !important;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

h1, h2, h3 {
  font-family: 'gulliver', sans-serif;
}
/* Elements */

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 700
.button {
  background-color: #4CAF50;
  /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: #f44336;
  color: white;
  border-radius: 20px;
  padding: 4px 8px;
  margin-bottom: 2px;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

.button1:hover {
  background-color: #008CBA;
  color: white;
}

.counterStat {
  color: white;
  font-size: 16px;
}

.noto-nastaliq-urdu-sher1 {
  font-family: "Noto Nastaliq Urdu", serif;
  font-size: 10px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-nastaliq-urdu-sher2 {
  font-family: "Noto Nastaliq Urdu", serif;
  font-size: 10px;
  padding: 8px 0px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-nastaliq-urdu-sher3 {
  font-family: "Noto Nastaliq Urdu", serif;
  font-size: 9px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.dot {
  background-image: url(./bck-heart.png);
  height: 4px;
  width: 4px;
  border-radius: 4px;
  background: var(--100);
  animation-name: dot-animation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes dot-animation {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

p.gol {
  display: flex;
  align-items: center;
}

span.gola {
  margin: 0 4px;
}

article {
      color: #000000 !important;
  }

  p.prosy {
    color: #545454 !important;
}
  

.blinking-image {
  width: 16px; /* Adjust according to your image size */
  height: 12px; /* Adjust according to your image size */
  background-repeat: no-repeat;
  background-image: url('./hearty.svg');
  background-size: contain;
  animation: blink 0.3s infinite alternate; /* Blinking animation */
}

.blinking-image2 {
  width: 16px; /* Adjust according to your image size */
  height: 14px; /* Adjust according to your image size */
  background-repeat: no-repeat;
  background-image: url('./infinity.svg');
  background-size: contain;
}

.blinking-image3 {
  width: 16px; /* Adjust according to your image size */
  height: 11.88px; /* Adjust according to your image size */
  background-repeat: no-repeat;
  background-image: url('./sady.svg');
  background-size: contain;
}

.blinking-image4 {
  width: 16px; /* Adjust according to your image size */
  height: 13px; /* Adjust according to your image size */
  background-repeat: no-repeat;
  background-image: url('./emoj.svg');
  background-size: contain;
}

.blinking-image5 {
  width: 16px; /* Adjust according to your image size */
  height: 15px; /* Adjust according to your image size */
  background-repeat: no-repeat;
  background-image: url('./smiley.svg');
  background-size: contain;
}

.pattern {
  width: 80px; /* Adjust according to your image size */
  height: 24px; /* Adjust according to your image size */
  background-repeat: no-repeat;
  background-image: url('./pattern1.png');
  background-size: contain;
}

.time-image {
  width: 20px; /* Adjust according to your image size */
  height: 16px; /* Adjust according to your image size */
  background-repeat: no-repeat;
  background-image: url('./time-image.svg');
  background-size: cover;
}

.bg-grayz {
  background-image: url(./ross.svg);
  background-size: 300px;
  background-repeat: no-repeat;
  z-index: 99999;
  background-position: center;
  background-blend-mode: luminosity;
  background-color: var(--gray-95);
}
.-rotate-45 {
  --tw-rotate: 0deg;
}

@keyframes blink {
  from {
      opacity: 1;
  }
  to {
      opacity: 0;
  }
}

a:link,
a:hover,
a:focus,
a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

i {
  font-family: var(--book);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4;
  opacity: 0.4;
}

i {
  font-family: var(--book);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4;
  opacity: 0.7;
}

ii {
  font-family: var(--book);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.2;
  -webkit-font-smoothing: antialiased;
  opacity: 0.7;
}

.divider {
  width: 100%;
  opacity: 0.4;
  outline: 0.5px dashed;
}

/* Layout */

.container {
  max-width: 480px !important;
  margin: 0 auto;
  padding: 64px 16px;
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}

@media only screen and (max-width: 500px) {
.container {
  padding: 64px 36px;
}
}

.section {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.row {
  display: flex;
  flex-direction: row;
  column-gap: 6px;
  align-items: center;
}

.row2 {
  display: flex;
  font-size: 10px !important;
  flex-direction: row;
  column-gap: 6px;
  align-items: center;
}

.row * {
  flex: 1 auto;
  white-space: nowrap;
}

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

.row.split * {
  flex: 0 auto;
}

.rows {
  display: flex;
  flex-direction: row;
  column-gap: 6px;
  align-items: center;
}

.rows * {
  flex: 1 auto;
  white-space: nowrap;
}

.rows.split {
  justify-content: space-between;
  margin-top: -20px;
}

.rows.split * {
  flex: 0 auto;
}

.rows2 {
  display: flex;
  flex-direction: row;
  column-gap: 6px;
  align-items: center;
}

.rowsy2 {
  display: flex;
  flex-direction: row;
  column-gap: 6px;
  align-items: center;
  margin-bottom: -8px;
}

.rowsy2 * {
  flex: 1 auto;
  white-space: nowrap;
}

.rows2 * {
  flex: 1 auto;
  white-space: nowrap;
}

.rows2.split {
  justify-content: space-between;
  margin-top: -10px;
}

.rows2.split * {
  flex: 0 auto;
  opacity: 0.4;
}

.column {
  display: flex;
  flex-direction: column;
  row-gap: 0px;
}

.spoiler{
  background-color: gray;
  background-filter:
  color: transparent;
  user-select: none;
}

.spoiler:hover{
  background-color: inherit;
  color: inherit;
}

.column.invert {
  align-items: flex-end;
}

.accent-o {
  row-gap: 10px !important;
}

.accent-y {
  margin-bottom: 8px;
}
/* Styling rules */

.accent-o {  color: var(--orange);}
.accent-y {  color: var(--yellow);}
.accent-r {  color: var(--paper);}

span {
  font-size: 12px;
}

.list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.section .column .row:last-child {
  opacity: 0.4;
}

.section.now .list > :first-child {  color: var(--orange);}
.section.now .list > :nth-child(2) {  color: var(--yellow);}
.section.now .list > :nth-child(3) {  color: var(--paper);}

/* Mediaqueries */

@media only screen and (max-width: 700px) {
  .section.list span {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
.img-container {
  img {
    border-radius: 50%;
    object-fit: cover;
    height: 84px;
    position: absolute;
    bottom: 0;
    width: 80px !important;
    max-width: 100px !important;
    animation: rotate 3s linear infinite;
    animation-play-state: paused;
}
}
}

@media only screen and (max-width: 500px) {
.img-container::after {
  left: 50% !important;
  transform: translate(50%, 50%) !important;
}
}


.music-container {
  border-radius: 10px;
  box-shadow: 0 20px 20px 0 rgb(0 0 0 / 29%);
  display: flex;
  padding: 10px 0px;
  position: relative;
  margin: 10px 0;
  z-index: 10;
}

.img-container {
  position: relative;
  width: 80px;
}

.img-container::after {
  content: '';
  background-color: #111;
  border-radius: 50%;
  border: 2px solid #868585;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 32px;
  height: 32px;
  transform: translate(-50%, 50%);
}

.img-container img {
  border-radius: 50%;
  object-fit: cover;
  height: 84px;
  width: inherit;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: rotate 3s linear infinite;
  animation-play-state: paused;
}

.music-container.play .img-container img {
  animation-play-state: running;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-left: 40px;
}

.action-btn {
  background-color: #fff0;
  border: 0;
  color: #616161;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  margin: 0 20px;
}

.action-btn.action-btn-big {
  color: #cdc2d0;
  font-size: 30px;
}

.action-btn:focus {
  outline: 0;
}

.music-info {
  background-color: rgb(23 17 17 / 2%);
  border-radius: 15px 15px 0 0;
  position: absolute;
  top: 0;
  left: 160px;
  width: calc(100% - 200px);
  padding: 10px 10px 10px 10px;
  opacity: 0;
  transform: translateY(0%);
  transition: transform 0.3s ease-in, opacity 0.3s ease-in;
  z-index: 0;
}

.music-container.play .music-info {
  opacity: 1;
  transform: translateY(-100%);
}

.music-info h4 {
  margin: 0;
}

.progress-container {
  background: #292929;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px 0;
  height: 4px;
  width: 100%;
}

.progress {
  background-color: #fe8daa;
  border-radius: 5px;
  height: 100%;
  width: 0%;
  transition: width 0.1s linear;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 1.25em;
}