@font-face {
	font-family: 'IRANSansX';
	font-style: normal;
	font-weight: 300;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff/IRANSansX-Light.woff');
}
@font-face {
	font-family: 'IRANSansX';
	font-style: normal;
	font-weight: normal;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff2/IRANSansX-Light.woff2');
}

@font-face {
	font-family: 'IRANSansX';
	font-style: normal;
	font-weight: normal;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff/IRANSansX-Regular.woff');
}
@font-face {
	font-family: 'IRANSansX';
	font-style: normal;
	font-weight: normal;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff2/IRANSansX-Regular.woff2');
}
@font-face {
	font-family: 'IRANSansX';
	font-style: normal;
	font-weight: bold;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff/IRANSansX-Bold.woff');
}
@font-face {
	font-family: 'IRANSansX';
	font-style: normal;
	font-weight: bold;
	src: url('https://cdn.bayan.ir/blog/templates/shared/assets/fonts/woff2/IRANSansX-Bold.woff2');
}
/*css 1*/
.container-m {
  display: flex;
  justify-content: center;
  align-items: center;
} 
.iphone-m {
  width: 300px;
  height: 340px;
  box-sizing: border-box;
  padding: 9px;
  display: flex;
  flex-direction: column;
}
.album-cover1 {
  height: 280px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
}
.neu-l {
  box-shadow: -5px -5px 15px 0px #ffffff9e, 5px 5px 15px 0px #a3b1c6a8;
  background: #EBEBEB;
  border: 0;
}
.neu-d {
  box-shadow: -5px -5px 15px 0px #ffffff9e, 5px 5px 15px 0px #a3b1c6a8;
  background: #212234;
  border: 0;
}
#au1-l {
  width: 100%;
  height: 40px;
  opacity: 0.8;
  filter: invert(0);
}
#au1-d {
  width: 100%;
  height: 40px;
  opacity: 0.8;
  filter: invert(1);
}
/*css 2*/
.iphone-m2 {
    width: 300px;
    height: 450px;
    border-radius: 2em;
    box-sizing: border-box;
    padding: 1.5em;
    display: flex;
    flex-direction: column;
  }
.album-cover2 {
    height: 250px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    border-radius: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.song-title-l {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
    color: darken(#7e8a98, 10%);
    font-weight: bold;
    font-size: 1.2em;
    font-family: 'IRANSansX';
}
.artist-title-l {
    text-align: center;
    padding: 1em 0;
    margin: 0;
    font-size: 1em;
    color: darken(#7e8a98, 10%);
    font-family: 'IRANSansX';
}
.song-title-d {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
    font-family: 'IRANSansX';
}
.artist-title-d {
    text-align: center;
    padding: 1em 0;
    margin: 0;
    font-size: 1em;
    color: #ffffff;
    font-family: 'IRANSansX';
}
/*css 3*/
#player-m3-l {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 80%;
    max-width: 300px;
    min-height: 450px;
    margin: 2rem auto;
    padding: 3rem 1.25rem;
    background: #EBEBEB;
    box-shadow: -5px -5px 15px 0px #ffffff9e, 5px 5px 15px 0px #a3b1c6a8;
    border-radius: 15px;
    border: 0;
    position: relative;
}
#player-m3-l::before {
    content: '';
    display: block;
    background: #333;
    width: 100px;
    height: 20px;
    border-radius: 0 0 50% 50%; 
    position: absolute;
    top: 0;
    left: 100px;
}
#player-m3-d {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 80%;
    max-width: 300px;
    min-height: 450px;
    margin: 2rem auto;
    padding: 3rem 1.25rem;
    background: #212234;
    box-shadow: -5px -5px 15px 0px #ffffff9e, 5px 5px 15px 0px #a3b1c6a8;
    border-radius: 15px;
    border: 0;
    position: relative;
}
#player-m3-d::before {
    content: '';
    display: block;
    background: #acacac;
    width: 100px;
    height: 20px;
    border-radius: 0 0 50% 50%; 
    position: absolute;
    top: 0;
    left: 100px;
}
.art-m3-l {
    display: block;
    width: 175px;
    height: 175px;
    margin: 1rem auto;
    border-radius: 50%;
    border: 4px solid #EBEBED;
    box-shadow:  16px 16px 57px #acacac, 
                -16px -16px 57px #ffffff;
    background-size: cover !important;
    background-position: center !important;
    animation: rolling-disk 7.5s 0.25s linear infinite;
}
.art-m3-d {
    display: block;
    width: 175px;
    height: 175px;
    margin: 1rem auto;
    border-radius: 50%;
    border: 4px solid #EBEBED;
    box-shadow:  16px 16px 57px #444, 
                -16px -16px 57px #333;
    background-size: cover !important;
    background-position: center !important;
    animation: rolling-disk 7.5s 0.25s linear infinite;
}
@keyframes timer {
    0%      {width: 0%;}
    100%    {width: 100%;}
}

@keyframes rolling-disk {
    0%      {transform: rotate(0);}
    100%    {transform: rotate(1turn);}
}
.bar-ply-l {
    width: 50%;
    height: 2px;
    margin: auto;
    background: #A4B7BE;
    border-radius: 25px;
    position: absolute;
    left: 25%;
    bottom: 1rem;
}
.bar-ply-d {
    width: 50%;
    height: 2px;
    margin: auto;
    background: #acacac;
    border-radius: 25px;
    position: absolute;
    left: 25%;
    bottom: 1rem;
}