@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 25px;
    font-family: 'roboto-regular';
}


/***** Font Files *****/

@font-face {
    font-family: 'montserrat-light';
    src: url(../font/Montserrat-Light.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'mouzambikRegular-font';
    src: url(../font/mouzambik-demo.regular.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'roboto-regular';
    src: url(../font/Roboto-Regular.ttf);
    font-weight: 400;
    font-style: normal
}



/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 65px;
    color: #000000;
    z-index: 1;
    background: #24288900;
    position: relative;
    font-size: 17px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #8b5e2e;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #8b5e2e;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'mouzambikRegular-font';
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'mouzambikRegular-font';
    font-size: 104px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 8px;
}

h3 {
    font-family: 'mouzambikRegular-font';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 6px;
}

h4 {
    font-family: 'mouzambikRegular-font';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'montserrat-light';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'roboto-regular';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 2px;
}


select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: start;
    text-transform: capitalize;
    gap: 0px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 7px 24px;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 50px;
    font-family: 'montserrat-light';
}



.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #a68765;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */
.row.header-one {
    display: none;
}

.destop-menu-sdd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-icons ul {
    display: flex;
    align-items: center;
    justify-content: end;
}
.container-fluid {
    padding: 0px 100px;
}
.carousel-control-next-icon {
    background-image: url(../images/slider-left.png);
    height: 17px;
}
.carousel-control-prev-icon {
    background-image: url(../images/slider-right.png);
    height: 17px;
}
.banner-img img {
    width: 100%;
    height: 107vh;
    object-fit: cover;
}
.banner-text {transform: rotate(-90deg);}

.banner-text-one {
    transform: rotate(-92deg);
    margin-right: 88px;
}

.banner-text h3 {
    font-size: 65px;
    color: #fff;
}

.banner-text-one h3 {
    font-size: 65px;
    color: #fff;
}

.banner-text-one h4 {
    font-size: 29px;
    color: #fff;
}

section.main_slider {
    padding-top: 0px;
    position: relative;
}

section.main_slider .row {
    /* padding-top: 40px; */
}
ul.destop-menu-one {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.destop-menu-three {
    display: flex;
    align-items: center;
    justify-content: end !important;
    gap: 10px;
}

ul.destop-menu-two li a {
    border: unset;
}

ul.destop-menu-two li a img {
    width: 90px;
}

.header-icons ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.header-icons ul li a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f2022;
    border: 1px solid #1f2022;
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 150px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 1;
    transition: opacity 0.15s ease;
    border: 1px solid #fff;
    border-radius: 50px;
}
.carousel-control-next {
    right: 110px;
    top: 320px !important;
}
.carousel-control-prev {
    left: 91% !important;
    top: 500px !important;
}

/* Banner Audio */



.main_slider .music-name {
    font-size: 27px;
    margin-bottom: -20px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    font-weight: 100;
    letter-spacing: 2px;
}

.main_slider .music-time-bar {
    position: relative;
    margin: 10px 0;
}

.main_slider .music-time {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.main_slider .music-range-bar {
    width: 100%;
    height: 6px;
    background: #ddd;
    border-radius: 3px;
    /* overflow: hidden; */
    cursor: pointer;
    position: relative;
}

.main_slider .music-range-bar .range {
    display: block;
    height: 100%;
    background: #ffffff;
    width: 0%;
    border-radius: 10px;
}

.main_slider .home-ban-music-tool {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 25px;
    align-items: center;
}

.main_slider .home-ban-music-tool button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}

.main_slider .pause {
    display: none;
}

.main_slider .music-range-bar {
    position: relative;
    width: 100%;
    height: 6px;
    background: #606060;
    border-radius: 3px;
    cursor: pointer;
}

.main_slider .range {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    width: 0%;
}

.main_slider .range::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    width: 14px;
    height: 14px;
    background: white;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    /* So clicks go to .music-range-bar */
}
.row.img-row-pd {
    padding-top: 20px;
}
.home-banener-music {
    position: absolute;
    bottom: 30px;
    width: 57%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

/* Banner Audio */



/* About Section Start */

.about-text {
    position: relative;
    z-index: 1;
}

.about-text::before {
    position: absolute;
    content: '';
    background-image: -webkit-linear-gradient(90deg, rgb(117 85 51) 0%, rgba(8, 126, 200, 0) 100%);
    right: 70px;
    bottom: -232px;
    width: 75px;
    height: 200px;
    border-radius: 0px 0px 20px 20px;
}

.about-sec {
    position: relative;
    z-index: 1;
    /* padding: 100px 0; */
    margin: 100px 0px;
}

.about-images {
    position: relative;
    z-index: -1;
}

img.about-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 540px;
    height: 540px;
    object-fit: cover;
    border-radius: 500px;
    /* border: 10px solid #0598d8; */
    z-index: 3;
}

img.about-1 {
    width: 100%;
    animation: rotate-in-2-cw 20s linear infinite;
}

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

.about-sec .row::before {
    position: absolute;
    content: '';
    width: 900px;
    height: 530px;
    /* background-image: url(../images/about--bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    background: #1e1e1e;
    z-index: -1;
    border-radius: 0px 30px 30px 0px;
}

.about-sec .row {
    align-items: center;
    position: relative;
    z-index: 1;
}

.about-text h2 {
    /* font-size: 100px; */
    color: #ffffff;
    text-transform: capitalize;
}

.about-text p {
    font-size: 14px;
    color: #ffffff;
    margin: 15px 0;
}



/* About Section End */

.trending-artists-top-heading {
    text-align: center;
}
.trending-artists-top-heading h2 {
    font-size: 90px;
}
section.trending-artists-sec {
    padding: 100px 0px;
    margin-bottom: 100px;
    background: #f7f6f4;
}
.trending-artists-slider .slick-active {
    opacity: 1;
}
.trending-artists-slider .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    height: 300px;
    width: 65px;
    border: 1px solid #000;
    border-radius: 50px;
}
.trending-artists-slider .slick-next {
    right: -85px;
}
.trending-artists-slider .slick-prev {
    left: -65px;
}

.trending-artists-slider .slick-prev:before {
    content: '';
    position: absolute;
    background-image:url(../images/trending-artists-slider-left.png);
    height: 20px;
    width: 37px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 13px;
}
.trending-artists-slider .slick-next:before {
    content: '→';
    content: '';
    position: absolute;
    background-image:url(../images/trending-artists-slider-right.png);
    height: 20px;
    width: 37px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 13px;
}
.trending-artists-slider .slick-slide {
    transition: all 0.3s ease;
    transform: scale(0.85);
    opacity: 0.6;
    padding: 38px 0px;
    margin: 0px;
    opacity: 1;
}

.trending-artists-slider .slick-center {
    transform: scale(1.15);   /* Center slide badi */
    opacity: 1;
    z-index: 2;
}

/* Optional – agar height bhi clearly badi chahiye */
.trending-artists-slider .slick-center .your-slide-inner-class {
    height: 450px;
}






/* Main Card */
.the-coffee-box .card {
    width: 90%;
    background: #fff;
    border-radius: 25px;
    position: relative;
    padding-bottom: 20px;
    border: unset;
}

/* Left Brown Border Effect */
.the-coffee-box .card::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 13px;
    width: 26px;
    height: 568px;
    background: #8b5e2e;
    border-radius: 0px 0px 0px 15px;
}

/* Image Section */
.the-coffee-box .image-section {
    padding-left: 10px;
}

.the-coffee-box .image-section img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

/* Brown Bottom Title Section */
.the-coffee-box .content h2 {
    background: #8b5e2e;
    color: #fff;
    padding: 20px 30px;
    border-radius: 0px 0px 20px 0px;
    margin-bottom: 15px;
    font-size: 38px;
}

/* Paragraph */
.the-coffee-box .content p {
    padding: 0 0px;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Button */
.the-coffee-box .content {
    width: 90%;
}
.the-coffee-top-heading {
    text-align: center;
}

section.the-coffee-sec {
    margin-bottom: 100px;
}


/* Featured Section Start */

.feature-image {
    border-radius: 15px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.004);
    width: 586px;
    height: 516px;
    background: linear-gradient(12deg, rgb(252 252 252) 0%, rgb(252 252 252) 10%, rgb(252 252 252) 21%, rgb(252 252 252) 36%, rgb(252 252 252) 50%, rgb(252 252 252) 62%, rgb(252 252 252) 77%, rgb(252 252 252) 91%, rgb(252 252 252) 100%) padding-box, linear-gradient(41deg, rgba(235, 234, 235, 1) 0%, rgba(67, 67, 67, 1) 10%, rgba(235, 234, 235, 1) 21%, rgba(67, 67, 67, 1) 36%, rgba(235, 234, 235, 1) 50%, rgba(67, 67, 67, 1) 62%, rgba(235, 234, 235, 1) 77%, rgba(67, 67, 67, 1) 91%, rgba(235, 234, 235, 1) 100%);
    border: 7px solid transparent;
    display: grid;
    place-content: center;
}

.feature-image img {
    width: 100%;
}

img.progres-active {
    filter: brightness(0) saturate(100%) invert(34%) sepia(0%) saturate(1577%) hue-rotate(156deg) brightness(99%) contrast(87%);
}

.featured-sec {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    background-image: url(../images/feature-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}


/* Feature Music Box */

.sufring-music-box .player-bar {
    position: relative;
    width: 100%;
    /* height: 20px; */
    /* or whatever height you need */
    cursor: pointer;
}

.sufring-music-box .pl-progres {
    width: 100%;
    position: relative;
    z-index: 1;
}

.sufring-music-box .progres-mask {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.2s linear;
    filter: brightness(0) saturate(100%) invert(43%) sepia(73%) saturate(1481%) hue-rotate(168deg) brightness(93%) contrast(96%);
}

.sufring-music-box .progres-active {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.2s linear;
}

.sufring-music-box .pl-progres {
    position: relative;
    width: 100%;
    z-index: 1;
    filter: brightness(0) saturate(100%) invert(33%) sepia(36%) saturate(11%) hue-rotate(319deg) brightness(100%) contrast(97%);
}

.sufring-music-box {
    margin-top: 50px;
    width: 586px;
}

.sufring-music-box ul.music-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.sufring-music-box ul.music-name h3 {
    font-size: 50px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 100;
}

.sufring-music-box .favourite-music {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.sufring-music-box .favourite-music span {
    font-size: 23.31px;
    color: #ffffff;
}

.sufring-music-box .music-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sufring-music-box .music-time span {
    font-size: 18px;
    color: #ffffff;
    width: 60px;
}

.sufring-music-box ul.home-ban-music-tool {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.sufring-music-box ul.home-ban-music-tool i {
    font-size: 26px;
    color: #fff;
}

.sufring-music-box ul.home-ban-music-tool button {
    background: transparent;
    border: 0;
}

.sufring-music-box li.play-music .play i,
.sufring-music-box li.play-music .pause i {
    width: 50px;
    height: 50px;
    background: #ffffff;
    display: grid;
    place-content: center;
    border-radius: 50px;
    padding: 2px 0 0 2px;
    margin: 0 25px;
    color: #000;
}


/* Feature Music Box */

.feature-right-box .mytabs.current {
    -webkit-animation: 0.8s ease-out slide-right;
    -moz-animation: 0.8s ease-out slide-right;
    height: auto;
    opacity: 1;
    transform: unset;
    transition: 0.8s;
    overflow: visible;
}

.feature-right-box .mytabs {
    padding: 0px 0 0;
    height: 0;
    opacity: 0;
    transform: translateX(15px);
    transition: 0.5s;
    overflow: hidden;
}

.feature-right-box ul.tbing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.feature-right-box h2 {
    /* font-size: 76px; */
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 20px;
}

ul.tbing h5 {
    font-size: 15px;
    color: #ffffff;
    text-transform: capitalize;
    cursor: pointer;
    padding: 15px 40px;
    border: 1px solid #fff;
    transition: .5s all;
    width: 200px;
    text-align: center;
    border-radius: 50px;
    font-family: 'roboto-regular';
}

ul.tbing li.current h5,
ul.tbing h5:hover {background: #000;}

.feature-tab-slider {
    margin-right: -160px;
}

.feature-tab-image img {
    width: 100%;
}

.feature-tab-slider .slick-list.draggable {
    padding-right: 180px;
}

.feature-tab-slider .slick-slide {
    margin: 0 40px 0 0;
    opacity: 1;
}

.feature-tab-image {
    overflow: hidden;
}

.feature-tab-box:hover .feature-tab-image img {
    transform: scale(1.2);
}

.feature-tab-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #fff;
    margin-bottom: 20px;
    transition: 1s all;
}

.feature-tab-text h6 {
    font-size: 17px;
    color: #ffffff;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.feature-tab-text p {
    font-size: 17px;
    color: #ffffff;
}

.favourit-list {
    margin-top: 40px;
}

.favourit-list h3 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 100;
}

ul.fav-list,
ul.fav-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

ul.fav-list {
    margin-top: 30px;
}

.album-image img {
    width: 100px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
}

.album-content h4 {
    font-size: 27px;
    color: #ffffff;
    text-transform: uppercase;
}

.album-content p {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 10px;
}

button.album-play {
    background: transparent;
    border: 2px solid #fff;
    font-size: 30px;
    width: 80px;
    height: 80px;
    display: grid;
    place-content: center;
    border-radius: 90px;
    color: #fff;
}


/* Featured Section End */



/* Merch Section Start */

.merch-sec {
    padding: 80px 0;
}

.sec-head {
    text-align: center;
    margin-bottom: 50px;
}

.sec-head h2 {
    font-size: 100px;
    color: #000000;
    text-transform: capitalize;
}

.sec-head p {
    font-size: 15px;
    color: #000000;
}

.merch-box {
    border: 1px solid #c6c6c6;
    padding: 15px;
    transition: .5s all;
}

.merch-image img {
    width: 90%;
    height: 300px;
    object-fit: none;
    margin: 0 auto;
    display: block;
}

.merch-text {
    padding: 20px 0 0 0;
    text-align: center;
}

.merch-text h6 {
    font-size: 16px;
    color: #8d8d8d;
    text-transform: uppercase;
    /* font-family: 'Montserrat'; */
}

.merch-text h3 {
    font-size: 40px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 100;
    margin: 10px 0;
}

.rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

.rating i {
    font-size: 10px;
    color: #fd8f00;
}

.rating .lst-star i {
    opacity: .5;
}

.review span {
    font-size: 12.61px;
    color: #000000;
    font-family: 'Montserrat';
}

.review span u {
    margin-left: 4px;
}

.merch-text h5 {
    font-size: 24px;
    color: #7c5933;
    font-family: 'roboto-regular';
    margin: 10px 0;
}

.merch-text h5 del {
    font-size: 20px;
    color: #666666;
}

.btn-2 {
    font-size: 14px;
    color: #fff;
    /* background-image: -webkit-linear-gradient( 90deg, rgb(8, 126, 200) 0%, rgb(5, 178, 236) 100%); */
    padding: 10px 30px;
    border-radius: 50px;
    display: inline-flex;
    text-transform: uppercase;
    font-weight: 600;
    align-items: center;
    gap: 10px;
    background: #8f6230;
}

.merch-box:hover {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 0 14px 0 #c6c6c68c;
}


/* Merch Section End */

/* Testimonial Section Start */

.testimonial-sec {
    position: relative;
    padding: 50px 0;
}

.testimonial-sec .sec-head h2 {
    font-size: 65px;
}

.test-box-text {
    background-image: url(../images/testi-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 40px;
}

.testi-img img {
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.testi-box {
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 0 10px 0 #fff; */
}

.authr-box {
    display: flex;
    align-items: end;
    margin: 0 0 20px;
}

.authr-box>div {
    margin-left: 10px;
}

.test-box-text h4 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0px;
    padding-top: 12px;
    color: #000000;
    text-transform: capitalize;
}

.test-box-text span {
    font-size: 14px;
    color: #666;
    font-family: 'Roboto';
    line-height: 20px;
    margin: 0;
}

.authr-box img {
    margin-bottom: 30px;
}

.testi-box {
    margin: 0;
}

.authr-box>img {
    width: auto;
    filter: brightness(0) saturate(100%) invert(46%) sepia(41%) saturate(3973%) hue-rotate(172deg) brightness(93%) contrast(94%);
}

.testi-slider .slick-list {
    padding: 20px 0;
}

.testi-slider button.slick-arrow {
    transition: 2s all;
    height: calc(84% - 40px);
    width: 27%;
    background-color: #0cd94100 !important;
    border-radius: 0;
    background-blend-mode: overlay;
    background-size: cover !important;
    background-position: center !important;
    /* border-radius: 10px; */
}

.testi-slider button.slick-prev.slick-arrow {
    left: -240px;
}

.testi-slider button.slick-next.slick-arrow {
    right: -240px;
}

.testi-slider button.slick-prev.slick-arrow:before {
    margin: 0;
    content: '';
    font-family: 'Font Awesome 6 Pro';
    height: 100%;
    background-color: #8f62308f;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.testi-slider button.slick-next.slick-arrow:before {
    content: '';
    margin: 0;
    font-family: 'Font Awesome 6 Pro';
    height: 100%;
    background-color: #8f62308f;
    width: 100%;
    left: 0 !important;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.testi-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
    margin: 10px;
}

.testi-slider button.slick-arrow:before {
    color: #fff;
    font-size: 30px;
    opacity: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: 65px;
}

.testi-slider button.slick-arrow:hover:before {
    color: #fff;
    transition: 0.5s ease-in-out;
}

.testi-slider button.slick-next.slick-arrow:before {
    right: 50px;
    position: absolute;
    left: auto;
}

.testi-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0c7f7d;
    font-size: 16px;
}

.testi-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testi-slider .slick-dots {
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testi-slider-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-right: 40px;
    border-radius: 0;
    position: relative;
    z-index: 2;
    border-left: 10px solid #8f6230 !important;
    transition: 1s ease-in-out;
    background: #fff;
    /* border-radius: 10px; */
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.09);
    margin: 30px auto;
    width: 91%;
}

.testi-slider-box:hover {
    transition: 1s ease-in-out;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.09);
}

.testi-slider-box .col-lg-8 {
    position: relative;
    z-index: 1;
}

ul.tidti-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-sec .sec-head h2 {
    color: #000000;
    font-size: 100px;
}

.sec-head p {
    color: #8d8d8d;
    font-size: 14px;
    margin: 15px auto 0;
    width: 80%;
}

ul.star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.test-box-text ul.star i {
    color: #f39f1e;
}

.test-box-text p {
    font-size: 14px;
    color: #8a8a8a;
}

.testimonial-sec .sec-head {
    margin: 0 0 0 !important;
}


/* Testimonial Section End */





/* footer */

a.top-navigator {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 80px;
    font-size: 25px;
    color: white;
    background: #8f6230;
}

a.top-navigator:hover {
    background: #000;
}

a.top-navigator:hover i {
    /* transform: translateY(-10px); */
}

a.top-navigator i {
    transition: 0.3s all ease-in-out;
}

footer {
    padding: 80px 0 0 0;
    position: relative;
    background: #131313;
}

footer:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    right: 100px;
    background-color: #575757;
}

.foot-bottom {
    background: #101010;
    margin-top: 40px;
    padding: 10px 0px;
}

footer h5 {
    position: relative;
    font-size: 40px;
    color: white;
    padding-left: 15px;
    text-transform: capitalize;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: 'mouzambikRegular-font';
}

footer p {
    font-size: 14px;
    color: #ffffff9e;
    line-height: 24px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: transparent;
    border: 1px solid white;
    border-radius: 50%;
    font-size: 24px;
    box-shadow: 0 5px 15px 0px rgb(0 0 0 / 60%);
    transform: translatey(0px);
    transition: 0.3s all ease-in-out;
    overflow: hidden;
}

.social-links a:hover i {
    opacity: 1;
}

.social-links a:hover {
    background: #45b865;
    color: #fff;
    border-color: #45b865;
}

.social-links a:hover {
    background-color: var(--primary);
}

.quick-links a {
    font-size: 15px;
    font-family: 'roboto-regular';
    color: #ffffff8a;
    line-height: 32px;
}

.quick-links a:hover {
    color: white;
    text-decoration: underline;
}

.foot-number {
    font-size: 30px;
    font-family: 'Oswald';
    color: #aac94f;
    display: block;
    margin-bottom: 20px;
}

.foot-number:hover {
    color: #aac94f;
}

a.req-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 50px;
    border: 1px solid white;
    padding: 30px 40px;
    font-size: 16px;
    font-family: 'Poppins';
    color: white;
    transition: 0.3s all ease-in-out;
    margin-top: 20px;
}

a.req-btn:hover {
    background: var(--primary);
}

.foot-timing li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #3c3c3c;
}

.foot-timing li span {
    font-size: 15px;
    font-family: 'Poppins';
    color: #a8a8a8;
}

.foot-bottom p {
    text-align: end;
    color: #ffffff96;
    margin-right: 50px;
}


/*top-seller-sec*/

footer:before {}

footer:after {
    position: absolute;
}

footer h5:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #8f6230;
}

.footer-box img {
    margin-top: 20px;
}

ul.ftr-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 0 25px;
}

ul.ftr-list li a:hover {
    color: #aac94f;
}

ul.ftr-list li i {
    width: 25px;
    font-size: 20px;
    color: #8f6230;
}

.social-links i {
    color: #fff;
    font-size: 17px;
    opacity: .5;
}

.social-links a:hover {
    background: #8f6230;
    border-color: #8f6230;
}

.overflow-h {
    overflow: hidden;
}


/* footer */