@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: "Open Sans", sans-serif !important;
    background: #fff !important;
    color: #08090d !important;
}

body a:hover,
body a:focus,
body a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

body p a:hover {
    color: #b15b3e;
}

.link:hover {
    color: #000;
}

body p {
    line-height: 1.75;
}

.text-main {
    color: #b15b3e !important;
}
.fs-18{
    font-size: 1.125rem !important;
}

.fs-14{
    font-size: .875rem !important;
}
.fs-12{
    font-size: .75rem !important;
}
.fs-11 {
    font-size: .6875rem !important;
}
.fs-10 {
    font-size: .625rem !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
hr.hr1 {
    height: 2px !important;
    background: #333;
    opacity: 1;
}

.btn.btn1 {
    background: #08090d;
    border: 1px solid #08090d;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 50px;
    width: auto;
    min-width: 160px;
    padding: 14px 24px;
    font-size: .875rem;
    font-weight: 500;
    transition: all .4s ease;
}

.btn.btn1:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
.btn.btn1:hover i {
    transition: all .5s ease;
}

.btn.btn1:hover i {
    transform: translateX(8px);
}

.bg1 {
    background-color: #f9ecdc !important;
}

.padding {
    padding: 60px 8px;
}

.header-top {
    padding: 10px 8px;
    /* border-bottom: 2px solid #333; */
}

.logo1 {
    width: 100px;
}

nav.navbar {
    padding: 0;
}
nav.navbar .navbar-toggler {
    padding: 0;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
}
nav.navbar .navbar-nav .nav-link {
    color: #666;
    font-size: 1rem;
    padding: 10px 15px;
    text-align: center;
    font-weight: 500;
}

nav.navbar .navbar-nav .nav-link.active, 
nav.navbar .navbar-nav .nav-link:hover {
    color: #08090d;
}
.header-top .btn.btn1 {
    padding: 15px 24px;
}

.header-top.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

.fixed-header nav.navbar .navbar-nav .nav-link {
    color: rgb(255 255 255 / 75%);
}

.fixed-header nav.navbar .navbar-nav .nav-link.active, 
.fixed-header nav.navbar .navbar-nav .nav-link:hover {
    color: #fff;
}

.fixed-header .logo1 {
    width: 120px;
}


.swiper1 .swiper-slide .overlay {
    padding: 40px 8px;
    padding-top: 140px;
    padding-bottom: 80px;
    height: 100vh;
    /* min-height: 450px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(0 0 0 / 40%);
}
.swiper1 .swiper-pagination {
    bottom: 30px !important;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin: 0 2px;
    border: 2px solid #b15b3e;
}
.swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
}

.video-box {
    background: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
    border-radius: 15px;
    overflow: hidden;
    transition: all .4s ease;
}
.video-box .video {
    /* border-radius: 15px; */
    overflow: hidden;
    position: relative;
}

.video-box .video img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: all 2s ease;
}

.video-box:hover .video img {
    transform: scale(1.25);
}

.video-box .txt {
    padding: 20px;
}
.video-box .video .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3.5rem;
}


.audio-box {
    background: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
    transition: all .4s ease;
}
.audio-box .audio {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.audio-box .audio img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: all 2s ease;
}

.audio-box:hover .audio img {
    transform: scale(1.25);
}

.audio-box .txt {
    padding-top: 20px;
}
.audio-box .audio .icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 3rem;
}
.audio-box:hover {
    background: #b15b3e;
    color: #fff;
}

.audio-box:hover p.text-main {
    color: #fff !important;
}


.section1 .overlay {
    background: rgb(177 91 62 / 8%);
    min-height: 400px;
}
.section1 .reveil {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: rgb(177 91 62 / 75%);
    color: #fff;
    padding: 15px 24px;
    border-radius: 5px;
}

.list1 {
    list-style: circle;
    padding-left: 16px;
}

.list1 li {
    margin-bottom: 10px;
}

.list1 li::marker {
    color: #b15b3e;
}


/*player*/
:root {
    --plyr-color-main: #782ecb !important;
    --plyr-control-icon-size: 20px !important;
    --plyr-font-size-time: 16px !important;
    --plyr-range-track-height: 10px !important;
    --plyr-range-thumb-height: 18px !important;
}
.plyr__controls__item.plyr__progress__container {
    position: absolute;
    width: calc(100% - 20px);
    top: 0;
    left: 0;
    margin-left: 10px !important;
}

button.plyr__controls__item.plyr__control {
    margin-right: 0 !important;
}

.plyr__controls__item.plyr__time--current.plyr__time {
    margin-left: auto;
}

.player {
    max-height: calc(100vh - 75px - 105px);
}

.plyr .player-full{
    width: 100%;
    height: 100vh;
}


.radio-bottom {
    background: #111;
    color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 20px 8px 0;
    z-index: 99;
    --plyr-color-main: #b15b3e !important;
}

.radio-bottom .radio-box .img {
    width: 52px;
    min-width: 52px;
    height: 52px;
}

.radio-bottom .plyr--audio .plyr__controls {
    background: transparent;
    color: #fff;
    padding: 0;
}

.radio-bottom .plyr--audio {
    position: unset;
}

.radio-bottom .plyr__controls__item.plyr__progress__container {
    top: -7px;
}

.radio-bottom .plyr__controls__item.plyr__time--duration.plyr__time {
    margin-right: auto;
}

.radio-bottom .plyr__controls__item.plyr__time--current.plyr__time {
    margin-left: 0;
}

.radio-bottom .like {
    position: absolute;
    right: 12px;
    top: 32px;
    font-size: 18px;
}
.radio-bottom .song-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}


.about-banner {
    background-color: #f9ecdc;
    min-height: 250px;
}

.gallery-box .img1 {
    height: 260px;
    object-fit: cover;
    transition: all 2s ease;
}

.gallery-box {
    overflow: hidden;
    border-radius: 10px;
}

.gallery-box:hover .img1 {
    transform: scale(1.2);
}


/* footer-section */
.footer-section {
    background: #08090d;
    color: #fff;
}
.footer-section .padding{
    padding: 50px 8px;
}
.social a {
    margin-right: 8px;
    color: #fff;
    background: #b15b3e;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    transition: all .4s ease;
    font-size: .875rem;
}

.social a:hover {
    background: #fff;
    color: black;
}

.footer-copy {
    padding: 24px 8px;
    background: #08090d;
    color: #f9ecdc;
}

p[data-f-id="pbf"] {
    display: none !important;
}


