@font-face {
    font-family: 'icomoon';
    src:  url('https://ariomoazzam.ir/assets/fonts/icomoon.eot?ah4n09');
    src:  url('https://ariomoazzam.ir/assets/fonts/icomoon.eot?ah4n09#iefix') format('embedded-opentype'),
      url('https://ariomoazzam.ir/assets/fonts/icomoon.ttf?ah4n09') format('truetype'),
      url('https://ariomoazzam.ir/assets/fonts/icomoon.woff?ah4n09') format('woff'),
      url('https://ariomoazzam.ir/assets/fonts/icomoon.svg?ah4n09#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-facebook:before {
    content: "\e906";
  }
  .icon-paper-plane:before {
    content: "\e90f";
  }
  .icon-instagram1:before {
    content: "\e913";
  }
  .icon-whatsapp1:before {
    content: "\f235";
  }
  .icon-volume:before {
    content: "\e900";
  }
  .icon-music:before {
    content: "\e901";
  }
  
  .social-nav ul li {
    font-size: 18px;
  }
  #logo img {
        height: 40px;
  }
  .main-nav {
	position: absolute;
	bottom: 28px;
	left: 410px;
	z-index: 1001;
}
.music {
  color: #fff;
  
}
.music h2 {
  color: #fff;
}
.contentall {
  float: left;
	margin: 40px;
	position: absolute;
	top: 200px;
	width: 600px;
}
.content {
	float: left;
	margin: 40px;
	position: absolute;
	top: 200px;
	width: 700px;
	z-index: 99;
}
#music {
	z-index: 120;
  max-height: 50vh;
	overflow-y: scroll;
  padding: 40px 10px;
  z-index: 90;
}

#video {
	z-index: 120;
  max-height: 50vh;
	overflow-y: scroll;
  padding: 40px 10px;
  z-index: 100;
}
#music img {
  margin-right: 400px;
}
#video img {
  margin-right: 400px;
}
#music .plyr--video {
	background: #000;
	overflow: hidden;
	max-height: 300px;
}
#video .plyr--video {
	background: #000;
	overflow: hidden;
	max-height: 300px;
}
.plyr--video video {
  object-fit: cover;
}

.plyr--video video {
  object-fit: fill;
}
@media only screen and (max-width: 767px) {
  #music img {
    margin-right: unset;
  }
  #video img {
    margin-right: unset;
  }
  #video .plyr--video {
    max-height: unset;
  }
  #music .plyr--video {
    max-height: unset;
  }
  .content {
    margin: 10px;
    width: auto;
    top: 80px;
  }
  .social-nav ul li {
    padding: 10px 10px 5px 10px;
  }
  .social-nav {
    left: 40px;
    height: 40px;
  }
  .main-nav {
    position: absolute;
    bottom: 7px;
    left: 0px;
    z-index: 1001;
  }
  #logo img {
    height: 20px;
  }
  #logo {
    bottom: 60px;
    left: 40px;
    width: auto;
  }

  #arrow_left, #arrow_right {
    display: none;
  }
}