@font-face {
    font-family: HelveticaNeue;
    src: url(../fonts/HelveticaNeue.ttf);
}

@font-face {
    font-family: HelveticaNeueBold;
    src: url(../fonts/HelveticaNeueBold.otf);
}

@font-face {
    font-family: dmSans;
    src: url(../fonts/dmSans.ttf);
}



html {
    /* padding-top: 43px; */
}

body {
    font-family: dmSans;
}

html.headerWithBg {
    padding-top: 43px;
}
html.audioPlayed {
    padding-bottom: 150px;
}

.HelveticaNeue {
    font-family: HelveticaNeue;
}

.HelveticaNeueBold {
    font-family: HelveticaNeueBold;
}

.dmSans {
    font-family: dmSans;
}

.custom-bg-gray-1 {
    background-color: #1A1A1A;
}

.custom-bg-yellow-1 {
    background-color: #D48D33;
}

.custom-color-gray-1 {
    color: #1A1A1A
}

.custom-color-yellow-1 {
    color: #D48D33
}

.custom-border-color-yellow-1 {
    border-color: #D48D33
}

.header {
    /* background-color: #D48D33; */
    padding: 5px 0
}

.header .navbar-brand {
    padding: 0;
    margin: 0
}

.header .navbar-brand img {
    height: 30px;
}

.header .navbar-nav .nav-item .nav-link {
    padding: 0 15px;
    font-family: dmSans;
    font-size: .8rem;
    color: #000;

    text-shadow: 5px 5px 10px rgba(255, 255, 255, 0.6);
}

.header .navbar-toggler {
    border-color: red;
    padding: 0;
    border: none;
    background: none;
    outline: 0;
    box-shadow: none;

}

.header .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28212, 141, 51, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header .navbar-collapse.show,
.header .navbar-collapse.collapsing {
    transition: height 0s ease;
}

.header .navbar-collapse.show {
    height: calc(100vh);
    transition: height .35s ease;
}

.header .account a {
    color: #000
}

.header.scrolled,
.headerWithBg .header {
    background-color: rgba(255, 255, 255, .75);
}

.header.opened {
    background-color: rgba(255, 255, 255, .75);
}

.header.scrolled .navbar-nav .nav-item .nav-link,
.headerWithBg .header .navbar-nav .nav-item .nav-link {
    color: #000
}

.header.scrolled .account a,
.headerWithBg .header .account a {
    color: #000
}

.header.opened .navbar-nav .nav-item .nav-link {
    color: #000
}

.header.opened .account a {
    color: #000
}

footer {
    padding-top: 15px
}

footer .top {
    margin-bottom: 15px;
}

footer .top h2 {
    font-family: HelveticaNeueBold;
    font-size: 1.5rem;
    color: #D48D33;
}

footer .top .title {
    display: flex;
    align-items: center
}

footer .top .title a {
    text-decoration: none;
}

footer .top .title .ic {
    display: flex;
    width: 30px;
    height: 30px;
    background-color: #D48D33;
    color: #1A1A1A;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

footer .top .title {
    font-family: dmSans;
    font-size: .8rem;
    color: #fff;
}

footer .top .text {
    padding-left: 45px;
    margin-top: -10px;
}

footer .top .text a {
    font-family: dmSans;
    color: #D48D33;
    font-size: 1rem;
    text-decoration: none;
}

footer .top .socmed .title {}

footer .top .socmed a {
    margin-left: 15px;
}

footer .top .email {
    display: flex;
    justify-content: center;
}

footer .bottom {
    text-align: center;
    padding: 5px 0;
    color: #fff;
    background-color: #D48D33;
    font-family: dmSans;
    font-size: .75rem;
    position: relative;
    /* margin-top: 15px; */
}

footer .bottom a {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #fff
}

.wrapper {
    min-height: calc(100dvh - 144.8px);
}

.btn.btnDefault {
    background-color: #D48D33;
    color: #fff;
    font-family: dmSans;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    border: none;
}

.btn.btnDefault:active,
.btn.btnDefault:hover {
    background-color: #D48D33;
    color: #fff;
}

#faqModal {
    text-align: center;
}

#faqModal h2 {
    font-family: HelveticaNeueBold;
    color: #D48D33;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

#faqModal h2 span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #D48D33;
    border: solid 1px #D48D33;
    color: #fff;
}

#faqModal .modal-content {
    font-family: HelveticaNeueBold;
    color: #D48D33;
    border-radius: 0;
    background-color: #000;
    padding: 30px 0
}


#faqModal .arrow {
    color: #D48D33;
    font-size: 5rem;
    text-align: center;
}

#faqModal .item img {
    width: 75%;
}

#faqModal .item h3 {
    font-family: HelveticaNeueBold;
    color: #D48D33;
    font-size: 1.5rem;
    margin-top: 15px;
}

#faqModal .item ul {
    width: 100%;
    text-align: left;
}

#faqModal .item ul li {
    font-family: dmSans;
    color: #fff;
    border-bottom: solid 1px #2c2c2c;
    padding: 5px 0;
    font-size: .8rem;
}

#faqModal .help {
    margin-top: 30px;
    font-size: 1.2rem;
    color: #fff;
    font-family: dmSans;
}

#faqModal .help a {
    color: #D48D33;
}

audio {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0
}

.ply {
    width: 100%;
    background-color: #1a1a1a;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
}

.ply .cover {
    width: 150px;
    height: 150px;
}

.ply .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ply .info {
    width: calc(100% - 100px - 142px);
    padding:0 15px;
    color: #fff
}

.ply .info h6 {
    margin: 0
}

.ply .info h4 {
    font-family: HelveticaNeueBold;
    margin: 0
}

.ply .info .time {
    display: flex;
    width: 100%;
    margin-top: 10px;
    align-items: center;
}

.ply .info .time .end {
    margin-left: auto;
}

.ply .info .time .btnMute,
.ply .info .time .btnUnmute {
    color: #fff;
    margin-left: 15px;
}

input[type="range"] {
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 19px;
    margin: 0;
    margin-top: 15px;
    float: left;
    outline: none;
    background: none;
}
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: linear-gradient(to right, rgba(255,255,255, 0.6) var(--buffered-width), rgba(255,255,255, 0.2) var(--buffered-width));
}
input[type="range"]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: linear-gradient(to right, rgba(255,255,255, 0.6) var(--buffered-width), rgba(255,255,255, 0.2) var(--buffered-width));
}
input[type="range"]::-ms-fill-upper {
    background: linear-gradient(to right, rgba(255,255,255, 0.6) var(--buffered-width), rgba(255,255,255, 0.2) var(--buffered-width));
}
input[type="range"]::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: var(--seek-before-width);
    height: 3px;
    background-color: #D48D33;
    cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    border: 1px solid #ff0000;
    height: 15px;
    width: 15px;
    opacity: 0;
    border-radius: 50%;
    background-color: #000;
    cursor: pointer;
    margin: -7px 0 0 0;
}
input[type="range"]:active::-webkit-slider-thumb {
    transform: scale(1.2);
}
input[type="range"]::-moz-range-thumb {
    box-sizing: content-box;
    border: 1px solid #ff0000;
    height: 15px;
    width: 15px;
    opacity: 0;
    border-radius: 50%;
    background-color: #000;
    cursor: pointer;
}
input[type="range"]:active::-moz-range-thumb {
    transform: scale(1.2);
}
input[type="range"]::-ms-thumb {
    box-sizing: content-box;
    border: 1px solid #ff0000;
    height: 15px;
    width: 15px;
    opacity: 0;
    border-radius: 50%;
    background-color: #000;
    cursor: pointer;
}
input[type="range"]:active::-ms-thumb {
    transform: scale(1.2);
}
input[type="range"]::-moz-range-progress {
    background-color: #fff;
}
input[type="range"]::-moz-focus-outer {
    border: 0;
}
input[type="range"]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent;
    border: solid transparent;
    color: transparent;
}
input[type="range"]::-ms-fill-lower {
    background-color: #fff;
}

.ply .controls {
    padding: 15px;
    display: flex;
    align-items: center;
}

.ply .controls .btnPlay,
.ply .controls .btnPause {
    background-color: #D48D33;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    margin: 0 15px;
}

.ply .controls .btnBackward,
.ply .controls .btnForward {
    color: #fff;
}

@media (orientation: portrait) {

    /* html{
        padding-top: 43px;
    } */
    /* .header{
        background-color: #D48D33;
    }*/
    .header.scrolled,
    .headerWithBg .header {
        background-color: rgba(255, 255, 255, .9);
    }

    .header.opened {
        background-color: rgba(255, 255, 255, .9);
    }

    .header .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .header .navbar-collapse {
        padding: 15px 0;
        /* background-color: #1A1A1A; */
        /* margin-top: 15px; */
    }

    .header .navbar-nav .nav-item .nav-link {
        /* color:#D48D33; */
        padding: 0;
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 1.5rem;
    }

    .header .account a {
        font-size: 1.5rem;
        /* color:#D48D33; */
        padding: 0;
    }

    footer .top .socmed .title {
        justify-content: start;
    }


    footer .top .email {
        justify-content: start;
    }

    footer .top .items>div {
        margin-top: 0;
    }


    footer .top {
        margin-bottom: 30px;
    }

    footer .bottom {
        /* margin-top: 30px; */
    }

    .wrapper {
        min-height: calc(100dvh - 284.8px);
    }

    .btn.btnDefault {
        padding: 5px 15px;
        font-size: .8rem;
    }

    #faqModal .modal-dialog {
        padding: 30px
    }

    #faqModal .item img {
        width: 50%;
    }
    .ply .cover{
        width: 75px;
        height: 75px;
    }
    .ply .controls .btnPlay,
    .ply .controls .btnPause {
        width: 30px;
        height: 30px;
        font-size: 1.2rem;
    }
    .ply .info {
        width: calc(100% - 75px - 122px);
    }
    .ply .info h6{
        font-size: .8rem;
    }
    .ply .info h4{
        font-size: .8rem;
    }
    .ply .info .time{
        font-size: .8rem;
    }
    input[type="range"]{
        margin-top:5px;
        height: 3px;
    }
}