* {
    outline: none !important;
}

body {
    font-family: Vazirmatn, serif;
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Almarai, serif;
    font-weight: bold;
}

.transition {
    transition: all 0.4s;
}

.header {
    height: 72px;
    box-shadow: 0 8px 15px rgb(0 0 0 / 15%);
    position: sticky;
    top: 0;
    z-index: 9;
}

.header .logo {
    position: absolute;
    right: 50px;
}

.header .container .logo {
    display: none;
    position: relative;
    float: right;
    right: auto;
}

.header .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header .menu>li {
    float: right;
    position: relative;
}

.header .menu>li>a {
    display: block;
    padding: 21px 10px;
    line-height: 30px;
}

.header .sub-menu i,
.header .menu i {
    font-size: 20px;
    line-height: 30px;
    margin-right: 10px;
}

.material-icons,
.material-icons-outlined {
    vertical-align: middle;
}

.header .sub-menu i {
    position: absolute;
    left: 15px;
    top: 10px;
    margin: 0;
}

.header .sub-menu {
    list-style: none;
    padding: 0;
    visibility: hidden;
    position: absolute;
    margin: 50px 0 0;
    opacity: 0;
    width: 250px;
    transition: all 0.4s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.header .sub-menu>li>a {
    display: block;
    padding: 10px 15px;
    line-height: 30px;
}

.header .menu li:hover>.sub-menu {
    visibility: visible;
    margin: 0;
    opacity: 1;
}

.header .sub-menu li>.sub-menu {
    right: 240px;
    top: 0;
}
.header .sub-menu li{
    position: relative;
}
.btn {
    line-height: 20px;
    padding: 10px 15px;
    border-radius: 20px;
    border: none;
}

.header .btn {
    margin: 16px 30px 16px 0;
}

.header .search-trigger {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    margin: 16px 0;
}

.header .search-trigger i {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

#search-modal .modal-content {
    padding: 15px;
}

#search-modal .modal-header {
    border-bottom: none;
}

#search-modal form {
    margin: 30px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

#search-modal form input[type="text"] {
    line-height: 60px;
    height: 60px;
    border-radius: 0 30px 30px 0;
    border: none;
    padding: 0 15px 0 10px;
    width: 50%;
}

#search-modal form select {
    height: 60px;
    border: none;
    width: calc(50% - 70px);
    padding: 0 10px;
}

#search-modal form button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    margin: 5px;
    float: left;
    font-size: 20px;
}

#search-modal form button i {
    line-height: 50px;
    height: 50px;
    font-size: 30px;
}

#search-modal form:before {
    content: '';
    width: 1px;
    height: 40px;
    position: absolute;
    right: 50%;
    top: 10px;
    background: #ebebeb;
}

.content {
    padding: 65px 0 0;
}

.slider-section .slider .item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.slider-section .slider .item img {
    height: 312px;
    object-fit: cover;
}

.slider-section .slider .item .title {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 15px;
}

.slider-section .slider .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 4px;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 28px;
    border-radius: 5px;
}

.owl-carousel {
    position: relative;
}

.owl-theme .owl-nav.disabled+.owl-dots,
.owl-theme .owl-dots {
    margin-top: 30px;
}

.owl-carousel.owl-one .owl-stage-outer {
    z-index: 2;
    border-radius: 2rem;
    box-shadow: 0 0 10px 0px #bbb;
}
.owl-carousel .owl-stage-outer {
    z-index: 2;
    border-radius: 2rem;
    padding: 1rem 0;
}
.owl-one .owl-stage-outer {
    padding:0;
}

.row.hidden-xs .content-item{
    box-shadow: 0 0 10px 0px #bbb;
}
.special-article-container .content-item{
    box-shadow: 0 0 10px 0px #bbb;
}

.owl-theme .owl-nav {
    position: absolute;
    z-index: 1;
    top: calc((100% - 35px) * 50 / 100);
    width: 100%;
    height: 60px;
    margin: -30px 0 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 60px;
    height: 60px;
    margin: 0;
    position: absolute;
    font-size: 30px;
}

.owl-carousel .owl-nav button.owl-prev {
    right: -60px;
}

.owl-carousel .owl-nav button.owl-next {
    left: -60px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.slider .owl-theme .owl-nav {
    z-index: 2;
    height: 40px;
}

.slider .owl-theme .owl-dots {
    margin-top: 15px;
}

.slider .owl-carousel .owl-nav button.owl-next,
.slider .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 50%;
    opacity: 0.5;
}

.slider .owl-carousel .owl-nav button.owl-next:hover,
.slider .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
}

.slider .owl-carousel .owl-nav button.owl-next i,
.slider .owl-carousel .owl-nav button.owl-prev i {
    height: 40px;
    line-height: 40px;
}

.slider .owl-carousel .owl-nav button.owl-prev {
    right: 10px;
}

.slider .owl-carousel .owl-nav button.owl-next {
    left: 10px;
}

.slider-section .pictorial-link {
    position: relative;
    display: block;
    height: 212px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 10px 0px #bbb;
}

.slider-section .pictorial-link img {
    width: 100%;
    height: 212px;
    object-fit: cover;
    transition: all 0.4s;
}

.slider-section .pictorial-link:hover img {
    transform: scale(1.1);
}

.slider-section .pictorial-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slider-section .pictorial-link h5 {
    width: 100%;
    z-index: 2;
    position: absolute;
    line-height: 30px;
    top: 50%;
    margin-top: -27px;
    text-align: center;
    font-size: 16px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.slider-section .pictorial-link h5 small {
    line-height: 18px;
    margin-top: 6px;
    display: block;
}

.slider-section .content-item {
    border-radius: 20px;
    padding: 5px;
    overflow: hidden;
    position: relative;
}

.slider-section .content-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.slider-section .content-item img {
    border-radius: 20px;
    float: right;
    width: 112px;
    height: 80px;
    object-fit: cover;
}

.slider-section .content-item h5 {
    font-weight: bold;
    overflow: hidden;
    padding-right: 5px;
    margin: 5px 0 0;
}

.slider-section .content-item h5 small {
    display: block;
    margin-top: 5px;
    margin-bottom: 4px;
}

.slider-section .left-side .row .col-lg-6:first-child {
    padding-left: 5px;
}

.slider-section .left-side .row .col-lg-6:last-child {
    padding-right: 5px;
}

.slider-section .left-side .row:last-child {
    margin-top: 10px;
}

.slider-section .content-complex {
    padding: 5px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 10px 0px #bbb;
}

.slider-section .content-complex .content-item {
    width: 50%;
    float: right;
}

.slider-section .container>.row:first-child {
    margin-bottom: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.slider-section .special-article {
    display: block;
    overflow: hidden;
    height: 190px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0px #505050;

}

.slider-section .special-article img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.slider-section .special-article-container .row .col-lg-6:first-child {
    padding-left: 5px;
}

.slider-section .special-article-container .row .col-lg-6:last-child {
    padding-right: 5px;
}

.library-section {
    padding: 70px 0;
}

.section-title-row {
    overflow: hidden;
    margin-bottom: 40px;
}

.section-title-row h3 {
    font-weight: bold;
    background: url("../svg/title-icon.svg") no-repeat right center;
    background-size: 30px;
    padding-right: 40px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    float: right;
    min-width: 150px;
}

.section-title-row .more {
    float: left;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
}

.section-title-row .more i {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
}

.library-section .items-container .item {
    border-radius: 20px;
    padding: 20px;
    min-height: 395px;
    box-shadow: 0 0 8px -2px #999;
}

.library-section .items-container .item .image-container {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.library-section .items-container .item .image-container img {
    transition: all 0.4s;
    height: 230px;
    object-fit: cover;
}

.library-section .items-container .item .image-container:hover img {
    transform: scale(1.1);
}

.library-section .items-container .item .title {
    margin: 30px 0 0;
    font-weight: bold;
    display: block;
    line-height: 24px;
}

.library-section .items-container .item .author {
    font-size: 12px;
}

.library-section .items-container .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 160px;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 20px 20px 0 0;
}

.tab-content-section {
    padding: 70px 0;
}

.tab-content-section .section-title-row {
    padding: 1rem 0;
    text-align: center;
}

.tab-content-section .tab-triggers-container {
    height: 50px;
    border-radius: 25px;
    box-shadow: #8b8b8bb8 1px 3px 10px;
    overflow: hidden;
    display: inline-block;
    padding: 5px;
}

.tab-content-section .tab-triggers-container a {
    float: right;
    line-height: 40px;
    font-size: 16px;
    width: 150px;
    border-radius: 20px;
}

.tab-content-section .item {
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 0 8px #bbb;
}

.tab-content-section .item h4 {
    line-height: 40px;
    margin-bottom: 30px;
}

.tab-content-section .item h4 small {
    display: block;
    margin-top: 5px;
}

.tab-content-section .item .text {
    line-height: 25px;
}

.tab-content-section .actions-container {
    margin-top: 30px;
}

.tab-content-section .actions-container i {
    font-size: 20px;
    margin-right: 10px;
}

.media-section {
    padding: 70px 0;
}

.media-section .video-box,
.media-section .audio-box {
    border-radius: 20px;
    padding: 30px;
    height: 565px;
    box-shadow: 0 0 10px 0px #bbb;
}

.media-section .video-box h4,
.media-section .audio-box h4 {
    border-right: 5px solid;
    padding: 5px 30px 5px 0;
    width: 130px;
    font-weight: bold;
    margin: 0 -30px 0 0;
}

.media-section .audio-box .nicescroll {
    max-height: calc(100% - 30px);
    overflow: hidden;
    margin: 30px 0 0;
}

.media-section .audio-box ul {
    list-style: none;
    padding: 0;
}

.media-section .audio-box ul li {
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.media-section .audio-box ul li:last-child {
    margin-bottom: 0;
}

.media-section .audio-box ul li img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    float: right;
    object-fit: cover;
}

.media-section .audio-box ul li h5 {
    overflow: hidden;
    padding-right: 10px;
    font-weight: bold;
    line-height: 30px;
    margin: 15px 0;
}

.media-section .audio-box ul li h5 small {
    display: block;
    line-height: 20px;
}

.media-section .audio-box ul li a.link {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.media-section .video-box .special-video {
    margin-top: 30px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.media-section .video-box .special-video img {
    width: 100%;
    height: 294px !important;
    object-fit: cover;
}

.media-section .video-box .special-video i {
    position: absolute;
    font-size: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0.7;
}

.media-section .video-box .special-video h4 {
    position: absolute;
    bottom: 20px;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 15px;
    margin: 0;
    border: none;
    width: auto;
    font-weight: normal;
}

.media-section .video-box .special-video h4 a {
    color: #fff;
}

.media-section .video-box ul {
    padding: 0;
    list-style: none;
    height: 120px;
    margin: 30px -5px 0;
}

.media-section .video-box ul li {
    float: right;
    width: calc(25% - 10px);
    height: 0;
    padding-bottom: calc(25% - 10px);
    margin: 0 5px;
    text-align: center;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.media-section .video-box ul li a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.media-section .video-box ul li img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
}

.women-section.tab-content-section .item {
    padding: 0;
    overflow: hidden;
    box-shadow: none;
    box-shadow: 0 0 10px 0px #aaa !important;
}

.women-section.tab-content-section .item img {
    height: 160px;
    object-fit: cover;
}

.women-section.tab-content-section .item h5 {
    margin: 0;
    line-height: 24px;
    padding: 10px;
}

.women-section.tab-content-section .item h5 small {
    display: block;
    line-height: 20px;
}

.women-section.tab-content-section .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.services-section.tab-content-section .tab-triggers-container {
    width: 460px;
}

.services-section img {
    max-width: 100%;
}

.services-section .text {
    line-height: 24px;
    margin-top: 30px;
}

.gallery-section {
    padding: 70px 0;
}

.gallery-section .item {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 10px 0px #aaa;
}

.gallery-section .item img {
    transition: all 0.4s;
    height: 150px;
    object-fit: cover;
}

.gallery-section .item:hover img {
    transform: scale(1.1);
}

.gallery-section .item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.gallery-section .item .title {
    color: #fff;
    position: absolute;
    z-index: 2;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    margin-top: -15px;
}

.gallery-section .item .count {
    color: #fff;
    background: #23d3d3;
    border-radius: 12px;
    line-height: 24px;
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 15px;
    font-size: 12px;
    margin-top: 15px;
}

.gallery-section .item a {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.footer {
    padding: 50px 0;
}

.footer .social-link {
    width: 40px;
    height: 40px;
    margin: 10px 0;
    display: inline-block;
}

.footer .social-link:hover {
    opacity: 0.5;
}
.footer .social-link.tiktok {
    background: url("../svg/tiktok_gray.svg") no-repeat center;
    background-size: 32px;
}

.footer .social-link.instagram {
    background: url("../svg/instagram-gray.svg") no-repeat center;
    background-size: 50px;
}

.footer .social-link.facebook {
    background: url("../svg/facebook-gray.svg") no-repeat center;
    background-size: 50px;
}

.footer .social-link.whatsapp {
    background: url("../svg/whatsapp-gray.svg") no-repeat center;
    background-size: 50px;
}

.footer .social-link.youtube {
    background: url("../svg/youtueb_gray.svg") no-repeat center;
    background-size: 32px;
}


.footer .social-link.twitter {
    background: url("../svg/twitter-gray.svg") no-repeat center;
    background-size: 50px;
}

.footer .social-link.skype {
    background: url("../svg/skyp-gray.svg") no-repeat center;
    background-size: 50px;
}

.footer .footer-logo img {
    height: 60px;
}

.footer .links-container {
    padding-top: 15px;
}

.footer .links-container a {
    color: #fff;
    margin-right: 30px;
    line-height: 30px;
}

.footer .links-container a:hover {
    color: #bbb;
}

.footer .links-container a:first-child {
    border-left: 1px solid #ccc;
    padding-left: 30px;
}

.footer .row:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px;
}

.footer .our-service {
    margin-top: 30px;
}

.footer .our-service img {
    width: 70px;
    height: 70px !important;
    border-radius: 10px;
    float: right;
    object-fit: cover;
}

.footer .our-service h4 {
    margin-bottom: 15px;
    font-weight: bold;
}

.footer .our-service .text {
    overflow: hidden;
    padding-right: 10px;
    line-height: 25px;
}

.mobile-menu {
    background: #f5f5f5;
    width: 80%;
    height: 100%;
    position: fixed;
    z-index: 999;
    visibility: hidden;
    right: -100%;
    opacity: 0;
    overflow: scroll;
}

.mobile-menu-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 20%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    right: -100%;
    opacity: 0;
    overflow: scroll;
}

.mobile-menu.open {
    visibility: visible;
    right: auto;
    opacity: 1;
}

.mobile-menu-overlay.open {
    visibility: visible;
    right: 80%;
    opacity: 1;
}

.mobile-menu .close {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #666;
}

.mobile-menu .mobile-logo {
    width: 150px;
    height: 110px;
    background: url("../svg/logo.svg") no-repeat center;
    background-size: 200px;
    display: block;
    margin: 10px auto;
}

.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.mobile-menu ul li {
    text-align: right;
}

.mobile-menu ul li a {
    display: block;
    padding: 15px;
}

.mobile-menu>ul ul {
    padding-right: 20px;
}

.header .mobile-menu-trigger {
    width: 72px;
    height: 72px;
    line-height: 72px;
    color: #888;
    font-size: 35px;
    float: left;
    text-align: center;
}

body.fixed {
    overflow: hidden;
}

.white-text {
    color: #fff !important;
}

.media-item-section {
    margin-top: 70px;
}

.selected-section {
    margin-top: 0;
}

.media-item-section .media-item {
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.media-item-section .media-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    float: right;
}

.media-item-section .media-item .artist,
.media-item-section .media-item .title {
    font-weight: bold;
    float: right;
    margin-right: 10px;
    width: calc(100% - 140px);
    line-height: 25px;
    margin-top: 10px;
    white-space: nowrap;

}

.media-item-section .media-item .artist {
    font-weight: normal;
    margin-top: 0;
    margin-right: 5px;
}

.media-item-section .media-item i {
    width: 50px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.player .tools-container {
    float: left;
    width: 60%;
}

.player .tools-container .tools {
    float: left;
    width: 70px;
    height: 70px;
    position: relative;
}

.player .tools-container .tools i.pause,
.player .tools-container .tools i.play {
    width: 40px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    cursor: pointer;
}

.player .tools-container .tools i.pause:hover,
.player .tools-container .tools i.play:hover {
    opacity: 0.8;
}

.player .loading {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    left: 0;
}

.player .loading .loader {
    position: relative;
    margin: 0 auto;
    width: 40px;
    height: 40px;
}

.player .loading .loader:before {
    content: '';
    display: block;
}

.player .circular-loader {
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}

.player .circular-loader {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}

.player .loader-path {
    stroke-dasharray: 150, 200;
    stroke-dashoffset: -10;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

.player .seek-container {
    float: left;
    width: calc(100% - 70px);
    height: 70px;
}

.player .seek-container .time,
.player .seek-container .played {
    height: 20px;
    width: 55px;
    position: relative;
    float: left;
    text-align: left;
    line-height: 20px;
    margin: 25px 0;
}

.player .seek-container .played {
    border: none;
    background: transparent;
}

.player .seek-container .time {
    text-align: right;
}

.player .seek-container .seek-bar {
    width: calc(100% - 110px);
    height: 20px;
    float: left;
    position: relative;
    border: none;
    background: transparent;
    margin: 25px 0;
    cursor: pointer;
}

.player .seek-container .seek-bar:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    left: 0;
    right: 0;
    top: 8px;
}

.player .seek-container .seek {
    position: absolute;
    left: 0;
    top: 8px;
    height: 4px;
    border-radius: 2px;
    cursor: pointer;
}

.player .sound-tool-container {
    height: 70px;
    width: 20%;
    float: left;
}

.player .sound-tool-container .sound-tool {
    width: 130px;
    height: 30px;
    position: relative;
    margin: 20px 0 20px 30px;
    float: right;
}

.player .sound-tool-container .sound-tool .sound {
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    float: left;
}

.player .sound-tool-container .sound-tool .sound-volume {
    width: 100px;
    height: 30px;
    float: left;
    border: none;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.player .sound-tool-container .sound-tool .sound-volume:before {
    content: '';
    width: 100%;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    top: 13px;
    left: 0;
}

.player .sound-tool-container .sound-tool .sound-volume:active,
.player .sound-tool-container .sound-tool .sound-volume:hover {
    opacity: 1;
}

.player .sound-tool-container .sound-tool .volume {
    height: 4px;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    top: 13px;
    left: 0;
}

.player .speed-container {
    float: right;
    position: relative;
}

.player .speed-container span {
    height: 20px;
    line-height: 20px;
    margin: 25px 0 25px 30px;
    display: block;
    cursor: pointer;
}

.player .speed-container .speeds {
    position: absolute;
    list-style: none;
    border-radius: 5px;
    top: 0;
    right: -10px;
    margin-top: -120px;
    padding: 10px 0;
    visibility: hidden;
}

.player .speed-container:hover .speeds {
    visibility: visible;
}

.player .speed-container .speeds li {
    line-height: 20px;
    cursor: pointer;
    padding: 8px 10px;
}

.player audio {
    display: none;
}

.page-poster {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

.page-poster img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.page-poster h1 {
    margin: 0;
    position: absolute;
    bottom: 130px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
}

.page-poster .statistics {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    right: 30px;
}

.page-poster .statistics .statistic {
    line-height: 35px;
    font-weight: bold;
    font-size: 18px;
}

.page-poster .statistics .statistic i {
    margin-left: 10px;
    font-size: 28px;
}

.page-poster .gradient {
    width: 100%;
    height: 200px;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
}

.material-icons.play-icon {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    text-align: center;
}

.material-icons.play-icon:before {
    content: '';
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: rgba(255, 255, 255, 0.07);
}

.overflow-fix {
    overflow: hidden;
}

.dropdown-backdrop {
    display: none;
}

.spinner{
    position: relative;
}
.spinner-border {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
}
.spinner-border:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    margin: 3px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
