@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

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

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #555555;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
}

@font-face {
  font-family: "qulla";
  src: url("../fonts/quilla.otf");
}
/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "qulla";
}

h1 {
  font-size: 90px;
  line-height: 1;
}

h2 {
  font-size: 75px;
  line-height: 1;
}

h3 {
  font-size: 34px;
  line-height: 40px;
}

h4 {
  font-size: 21px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

.theme {
  color: #2f1d0f;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.flx {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bt {
  display: inline-block;
}

.pbtn {
  background-color: #e6dfcc;
  border-radius: 45px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
  font-weight: 600;
  padding: 10px 30px;
  transition: 0.3s;
}

.maxWidth {
  max-width: 1440px;
}

/* general btn css start  */

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

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

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;
}

::-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 .maxWidth {
  border-bottom: 1px solid #ffffff47;
  padding: 18px 0;
  position: relative;
}

.menuSec .maxWidth:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -1px;
  background: #ffffff47;
  left: 100%;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
}

.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: #fff;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.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: #fff;
}

.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: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 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 */

.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;
}

/*banner css end*/

/* ============================================ About ============================== */

.ab-right {
  background: #e6dfcc;
  padding: 80px 24px 50px;
}

.abtWrap {
  padding-right: 100px;
  position: relative;
}

.abt-btn {
  display: flex;
  flex-direction: column;
  width: 90px;
  position: absolute;
  right: 10px;
  top: 0;
  border-radius: 0px 10px 0px 0px;
  overflow: hidden;
}

.abt-btn button {
  border: 0px;
  width: 100%;
  height: 75px;
  background: #e6dfcc;
  color: #fff;
  transition: 0.2s;
  font-size: 15px;
}

.abt-btn button:hover {
  background: #2f1d0f;
}

.abtWrap:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 80px;
  top: 0;
  background: #e6dfcc;
  left: 0;
  border-radius: 10px;
}

/* ============================================ About ============================== */

ul.social.d-flex li a {
  width: 45px;
  height: 45px;
  color: #ccccccab;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  text-align: center;
  transition: 0.2s;
  background: transparent;
  z-index: 12;
  position: relative;
  border: 1px solid #cccccc33;
  font-size: 16px;
}

ul.social li a:hover {
  background: #926f55;
  color: #fff;
}

ul.social.d-flex {
  flex-direction: column;
  gap: 10px;
  margin: 0px;
  position: relative;
}

section.main_slider .flatyLinks {
  position: absolute;
  z-index: 9999;
  top: 0px;
  display: flex;
  flex-direction: column;
  left: 0;
  box-sizing: border-box;
  width: 80px;
  height: 100%;
  justify-content: center;
  background: #2f1d0f;
  padding-bottom: 20px;
}

.followUs p {
  display: inline-block;
  font-size: 15px;
  line-height: 12px;
  writing-mode: sideways-rl;
}

.links-ss {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px;
  height: 100%;
  background: transparent;
  position: relative;
  gap: 180px;
}

.links-ss:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 32%;
  left: 0;
  right: 0;
  margin: 0px auto;
  background: #dbdbdb2b;
  top: 0px;
}

ul.social.d-flex:before {
  position: absolute;
  width: 1px;
  background: #dbdbdb2b;
  height: 44%;
  right: 0;
  top: 104%;
  content: "";
  left: 2px;
  margin: 0px auto;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
}

img.banner-img {
  height: 930px;
  width: 100%;
  object-fit: cover;
}

.header-logo {
  padding-left: 20px;
}

.banner_text {
  padding-left: 40px;
  padding-top: 70px;
}

.banner_text h1 {
  line-height: 102px;
}

.banner_text p.text-light {
  padding: 10px 0px 10px;
  line-height: 26px;
  font-weight: 400;
}

.pbtn:focus {
  color: #000;
}

.pbtn:hover {
  color: #000;
}

img.ab1-img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.bt.darkbt .pbtn {
  background: #2f1d0f;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 58px;
}

.ab-right p {
  font-size: 15px;
  line-height: 28px;
  padding-top: 10px;
}

/* ==================== Awesome Section Start ================== */

.mils-card {
  background: #e6dfcc;
  padding: 50px 22px 22px;
  position: relative;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.2s;
}

img.mils-icon {
  position: absolute;
  top: 30px;
  right: 24px;
  transition: 0.3s;
}

.mils-card h3 {
  font-size: 65px;
  line-height: 60px;
  color: #000000;
  margin: 0;
  transition: 0.3s;
}

.mils-card h4 {
  margin: 0px;
  font-size: 36px;
  line-height: 50px;
  transition: 0.2s;
}

.mils-card:hover {
  background: #2f1d0f;
}

.mils-card:hover * {
  color: #fff;
}

.mils-card:hover img.mils-icon {
  filter: brightness(0) invert(1);
}

.heading h2 span {
  font-size: 60px;
}

/* ==================== Awesome Section Start ================== */

/* ==================== Blogs Section Start ================== */

img.blog-card-img {
  height: 380px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 24px;
  position: relative;
}

.blog-card-txt {
  position: relative;
}

.blog-poted-date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 600;
}

.blog-poted-date i {
  color: #e6dfcc;
}

.blog-card-txt h3 {
  font-size: 30px;
  padding-bottom: 15px;
}

.blog-card-txt .bt a {
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.3s;
}

.blog-card {
  position: relative;
  margin: 0px 8px;
}

.blog-card:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 96%;
  background: #fff;
  box-shadow: 0px 0px 7px 2px #33333321;
  top: 0;
  transition: 0.3s;
}

.blog-card:hover:before {
  background: #e6dfcc;
}

.blog-card:hover .blog-poted-date {
  color: #2f1d0f;
}

.blog-card:hover .blog-poted-date i {
  color: #2f1d0f;
}

.blog-card:hover h3 {
  color: #2f1d0f;
}

.blog-card:hover a.pbtn {
  background: #2f1d0f;
  color: #fff;
}

/* ==================== Blogs Section Start ================== */

/* ==================== Video Section Start ================== */

a.video-btn {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 45px;
  position: absolute;
  top: 41%;
  left: 0;
  right: 0;
  margin: 0px auto;
  color: #403023;
  outline: 1px solid #fff;
  outline-offset: 5px;
  transition: 0.2s;
}

a.video-btn:hover {
  outline-offset: 0;
  background: #403023;
  color: #fff;
}

.vido-list-card {
  padding: 40px 0px;
  border-radius: 40px;
  background: #e6dfcc;
}

.vido-list-card ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.vido-list-card ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
  padding: 12px 30px;
  width: 100%;
  transition: 0.2s;
}

.vido-list-card h3.theme {
  padding: 10px 30px 0px;
}

img.vidow-list-img {
  width: 140px;
  flex-shrink: 0;
  border-radius: 5px;
}

span.vd-list-title {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  transition: 0.2s;
}

span.vd-list-title span {
  display: block;
  font-size: 13px;
  line-height: 24px;
  transition: 0.2s;
}

a.text-light.play-btn {
  padding: 3px 16px;
  border-radius: 30px;
  background: #151414;
  transition: 0.2s;
  text-transform: uppercase;
}

a.text-light.play-btn:hover {
  background: #403023;
}

.vido-list-card ul li:hover {
  background: #403023;
}

.vido-list-card ul li:hover * {
  color: #fff;
}

img.video-main-img {
  height: 590px;
  border-radius: 40px;
  object-fit: cover;
}

/* ==================== Video Section Start ================== */

/* ==================== books Section Start ================== */

.product-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  position: relative;
  padding: 10px;
  border-radius: 10px;
}

.product-txt {
  position: relative;
  padding-top: 20px;
}

.product-txt a.cart-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -2px;
  top: 13px;
  transition: 0.3s;
}

.product-txt a.cart-btn img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.product-txt a.cart-btn i {
  position: relative;
  z-index: 12;
  color: #2f1d0f;
  font-size: 17px;
}

.product-txt a.cart-btn:hover {
  filter: drop-shadow(2px 1px 6px #999);
  transform: scale(0.98);
}

.product-img {
  flex-shrink: 0;
  width: 200px;
  padding: 10px;
  background: #fff;
  border-radius: 9px;
  position: relative;
}

p.product-price {
  font-size: 21px;
  color: #2f1d0f;
  font-family: "qulla";
  margin-bottom: 10px;
}

h3.product-title {
  margin: 0;
}

.product-txt p {
  margin-bottom: 10px;
}

.rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.rating i {
  color: #2f1d0f;
  font-size: 9px;
}

.rating span {
  color: #2f1d0f;
  margin-left: 5px;
  font-size: 13px;
}

.product-card:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  top: 0;
  background: #e6dfcc;
  border-radius: 10px;
  left: 0;
  transition: 0.2s;
}

section.books-sec .maxWidth {
  max-width: 1500px;
}

img.product-img-list {
  height: 280px;
  object-fit: cover;
}

.books-sec .slick-slide {
  margin: 0 10px;
  opacity: 1;
  width: 450px;
}

.books-sec .slick-current.slick-active.slick-center {
  width: 500px;
}

.books-sec .slick-current.slick-active.slick-center .product-img {
  width: 250px;
}

.books-sec
  .slick-current.slick-active.slick-center
  .product-img
  img.product-img-list {
  height: 310px;
}

.product-card .bt.darkbt a {
  font-size: 12px;
  line-height: 20px;
  padding: 8px 17px;
}

.books-sec .slick-current.slick-active.slick-center .product-card:before {
  background: #2f1d0f;
}

.books-sec .slick-current.slick-active.slick-center .product-card h3 {
  color: #fff;
}

.books-sec .slick-current.slick-active.slick-center p {
  color: #fff;
}

.books-sec .slick-current.slick-active.slick-center .rating i {
  color: #fff;
}

.books-sec .slick-current.slick-active.slick-center a.pbtn.text-uppercase {
  background: #e6dfcc;
  color: #222231;
}

/* ==================== books Section End ================== */

/* ==================== Reviws Section Start ================== */

.reviw-card {
  height: 520px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 40px 50px 0;
  background: url("../images/client-rev-bg-img.png") no-repeat;
  background-size: 100% 100%;
}

.reiv-img {
  padding-top: 60px;
}

.reviw-card .rete i {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  margin: 0 2px 20px;
}

.reviw-card p i {
  color: #777777;
  font-size: 18px;
  line-height: 32px;
}

h3.author-name {
  text-align: center;
  margin-top: 20px;
  font-size: 30px;
  line-height: 40px;
}

h3.author-name span {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #3f393b;
  font-family: "Montserrat";
}

.revie button.slick-arrow {
  width: 40px;
  height: 40px;
  background: #e6dfcc;
  border-radius: 45px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.revie button.slick-arrow:hover {
  background: #fff;
}

.revie button.slick-prev {
  left: 0;
  z-index: 12;
}

.revie button.slick-next {
  right: 0;
  z-index: 12;
}

.revie button.slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  color: #000;
}

.revie button.slick-next:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #000;
}

/* ==================== Reviws Section End ================== */

/* ------------------------------------ Footer ------------------------------ */

.footerSec {
  padding-top: 80px;
  background-color: #2f1d0f;
}

.footer-text ul {
  width: 80%;
}

.news-inp input {
  width: 100%;
  height: 55px;
  background: #fff;
  color: #000;
  border: 0px;
  padding: 10px 20px 10px 60px;
  font-size: 16px;
  border-radius: 36px;
  text-transform: capitalize;
}

.news-inp input::placeholder {
  color: #000000a6;
  font-weight: 500;
}

.footer-text ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  gap: 16px;
  padding: 16px 0px;
}

.copyrightsection {
  margin-top: 40px;
  background: #e6dfcc;
}

.footer-text ul li a img {
  filter: drop-shadow(-1px 2px 12px #fff);
}

ul.footer-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #fff;
  color: #000;
  transition: 0.2s;
  font-size: 15px;
}

.footer-logo.mb-4 {
  padding-top: 30px;
}

.footer-text {
  padding-left: 40px;
}

ul.footer-socials li a:hover {
  background: #e6dfcc;
  color: #2f1d0f;
}

footer h3.text-light.mb-4 {
  font-size: 30px;
  line-height: 40px;
}

.inputwrap {
  width: 95%;
}

img.placehler-mail {
  position: absolute;
  left: 23px;
  top: 20px;
}

.news-inp input::placeholder {
  color: #000;
}

.news-inp .bt {
  width: 100%;
}

.news-inp .bt button.pbtn {
  width: 100%;
  text-align: center;
  border: 0px;
  font-size: 16px;
  text-transform: capitalize;
  color: #2f1d0f;
  font-weight: 500;
  padding: 14px 10px;
}

/* Footer css  end */

/* ============================= Inner Banner ================= */

section.innerBanner {
  padding: 300px 0px 240px;
}

section.innerBanner .inner_text {
  position: relative;
}

img.innerbanner-bg-img {
  object-fit: cover;
}

.iner-ab-right p {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 10px;
}

.iner-ab-right h2 {
  padding-bottom: 18px;
}

img.mission-img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  height: 730px;
}

.blog-inner-page .blog-card {
  margin-bottom: 24px;
}

/* ============================= Inner Banner ================= */

img.blog-dt-img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

h2.blg-detail-title {
  font-size: 40px;
  line-height: 50px;
  color: #000022;
}

.blog-dt p {
  font-size: 16px;
  line-height: 30px;
}

.blog-dt .blog-poted-date {
  justify-content: flex-start;
  margin-bottom: 10px;
}

.blog-dt .blog-poted-date i {
  font-size: 30px;
}

.blog-dt .blog-poted-date span {
  font-size: 24px;
  color: #666666;
  font-weight: 600;
}

/* ----------------------------- login  ------------------------*/

.login-txt form input {
  width: 100%;
  margin-bottom: 18px;
  padding: 20px 40px 20px 20px;
  border: 1px solid #ddddda;
  font-weight: 500;
  border-radius: 55px;
  font-size: 18px;
  color: #999;
}

.password-box {
  position: relative;
}

.password-box-input input {
  padding: 10px 40px 10px 20px;
}

.password-icon {
  position: absolute;
  top: 32%;
  right: 4%;
}

.password-icon span {
  color: #0000005e;
  cursor: pointer;
}

.login-txt form button {
  transition: 0.2s;
  background: #e4ddcb;
  font-size: 16px;
  border-radius: 55px;
  color: #000;
  font-weight: 600;
}

.login-txt form button:hover {
  filter: drop-shadow(0px 15px 8px #00000010);
}

section.login h2 {
  font-size: 50px;
  line-height: 60px;
}

.login-txt.card {
  padding: 50px 40px;
  border-radius: 50px;
  margin: 0px 10px;
}

.login-txt.card ul li a.text-dark {
  color: #999;
  font-size: 16px;
  font-weight: 500;
}

.login-txt.card ul li {
  color: #999;
  font-size: 16px;
  font-weight: 500;
}

.login-txt form button:hover {
  background: #2f1d0f;
  color: #fff;
}

/* ----------------------------- login  ------------------------*/

/* ----------------------------- Contact Us  ------------------------*/

.contcat-p .box {
  position: relative;
  text-align: center;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 24px;
  transition: 0.2s;
  margin: 0 10px;
  border-radius: 20px;
  color: #fff;
  background: #e6dfcc;
}

.contcat-p .box p a {
  margin: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

section.ctc-contactform form input {
  width: 100%;
  border: 0px;
  padding: 18px 30px;
  margin-bottom: 24px;
  box-shadow: 0px 0px 1px 1px #44444445;
  border-radius: 50px;
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  background: #f4f2f1;
}

section.ctc-contactform form textarea {
  width: 100%;
  padding: 34px 30px 24px;
  margin-bottom: 24px;
  resize: unset;
  height: 250px;
  border: 0;
  box-shadow: 0px 0px 1px 1px #44444445;
  border-radius: 30px;
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  background: #f4f2f1;
}

.contcat-p .box .box-text {
  margin-top: 10px;
}

.contcat-p .box .contact-title {
  font-size: 35px;
  line-height: 40px;
  color: #2f1d0f;
  font-family: "qulla";
  margin-bottom: 10px;
}

.contcat-p .box p a:hover {
  text-decoration: underline;
}

.svs-shape:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  background: #1e1e1e;
}

.contcat-p .box:hover {
  background: #2f1d0f;
}

.contcat-p .box:hover img {
  filter: brightness(0) invert(1);
}

.form-btn-cnt .pbtn span {
  text-transform: uppercase;
  font-size: 16px;
}

.form-input {
  height: 56px;
  border-radius: 40px;
  padding: 0 55px 0 25px;
  font-size: 14px;
  border: 1px solid #ddd;
}

.form-input::placeholder {
  color: #999;
}

.form-input:focus {
  box-shadow: none;
  border-color: #c49a6c;
}

.form-icon {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 18px;
}

.form-group i {
  font-size: 28px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.contcat-p .box:hover * {
  color: #fff;
}

section.ctc-contactform .bt.darkbt .pbtn {
  background: #2f1d0f;
  color: #fff;
  text-transform: capitalize;
  padding: 20px 70px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}

/* ----------------------------- Contact Us  ------------------------*/

/* ============================ Cart Start =================================== */

.cart-head {
  border-bottom: 1px solid #ffffffa3;
  margin-bottom: 30px;
}

table.cart-page-tble {
  width: 100%;
}

.cart-page-tble thead tr {
  position: relative;
}

.cart-page-tble thead tr th {
  padding: 26px 10px;
  font-weight: 500;
  color: #fff;
  border: 0px !important;
  font-family: "qulla";
  font-size: 30px;
  line-height: 40px;
}

.cart-page-tble thead tr th:first-child {
  text-align: left;
  padding-left: 50px;
}

th:first-child {
  border-radius: 5px 0 0 5px;
}

.cart-page-tble tbody tr td {
  padding: 20px 0px;
  font-size: 20px;
  color: #fff;
}

.product-cart {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.product-cart figure {
  margin: 0;
}

.product-cart article {
  margin-left: 10px !important;
}

.unit-sub-price-text {
  font-size: 17px;
  font-weight: 600;
}

.cart-page-tble tbody tr td i {
  cursor: pointer;
  font-size: 27px;
  transition: 0.2s;
  color: #fff;
  width: 60px;
  height: 60px;
  background: #52121d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  text-align: center;
}

.pricing-cart-total {
  padding: 0 20px 0 0;
}

.cart-right-total h5 {
  text-transform: uppercase;
}

.product-cart article p {
  font-size: 18px;
  line-height: 28px;
  margin: 5px 0px;
  text-transform: uppercase;
  font-weight: 500;
}

.cart-page-tble tbody tr td span.price {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #666666;
}

.sizes input[type="text"] {
  background-color: #f7f7f7;
  height: 66px;
  display: table;
  margin: 0px auto;
  width: 80%;
  border: 1px solid #d2cfcf;
  border-radius: 8px;
  font-size: 18px;
  color: #000;
}

.sizes input[type="text"]::placeholder {
  color: #fff;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-bottom: 1px solid #cdcdcd;
}

.prc-cart-rate a {
  border: 0px;
  padding: 24px 60px;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 45px;
  font-weight: 400;
  transition: 0.2s;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 50px;
  color: #fff;
  width: 100%;
  text-align: center;
  background-color: #2f1d0f;
}

.card-price {
  padding: 50px 30px;
  border: 1px solid #eeeeee;
  background-color: #f7f7f7;
  margin-bottom: 30px;
  border-radius: 0px;
}

.card-price .imtes h6 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: "Montserrat";
}

.card-price h6 span {
  float: right;
}

.card-price .imtes {
  padding-bottom: 20px;
}

.carss {
  padding: 30px 40px;
  border: 1px solid #eeeeee;
  background-color: #f7f7f7;
  border-radius: 0px;
}

.prc-cart-rate a:hover {
  background: #000;
}

.carss h6 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 0px;
  font-weight: 400;
  font-family: "qulla";
  color: #2f1d0f;
}

.card-price h6 {
  font-size: 35px;
  font-weight: 500;
  text-transform: capitalize;
  color: #2f1d0f;
}

.prc-cart-rate a:hover {
  background-color: #635244;
}

.paypal {
  position: relative;
  padding: 0px 0px 20px 0px;
  display: flex;
  flex-direction: column;
}

.paypal span {
  text-transform: uppercase;
  font-size: 19px;
  line-height: 30px;
  z-index: 12;
  position: relative;
  background-color: #fff;
  padding: 0px 0px;
  width: 50%;
  margin: 0px auto;
}

.paypal:before {
  position: absolute;
  content: "";
  width: 100%;
  border: 2px solid #c0c0c0;
  height: 100%;
  left: 0;
  right: 0;
  display: table;
  margin: 0px auto;
  top: 14px;
  z-index: -1;
}

.paypal a img {
  margin-top: 18px;
}

.carss p {
  font-size: 18px;
  line-height: 33px;
  font-weight: 400;
}

.carss .subheading {
  padding-bottom: 10px;
}

th.u-price {
  text-align: center;
  padding-right: 50px !important;
}

.uint-price {
  text-align: center;
  padding-right: 40px;
}

.carss .subheading:last-child {
  padding-bottom: 0px !important;
}

.carss .subheading:last-child p {
  margin-bottom: 3px;
}

.product-cart figure {
  margin: 0;
  width: 38%;
}

.cart-page-tble tbody tr td i:hover {
  transform: scale(1.1);
}

table.cart-page-tble thead {
  border-bottom: 0px !important;
}

.cart-page-tble th,
.cart-page-tble td {
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}

.ptext p {
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  font-size: 20px;
  color: #666666;
  line-height: 30px;
  padding: 3px 0px;
}

.sizes input[type="text"] {
  padding: 5px;
  margin-bottom: 3px;
  text-align: center;
}

.sizes label {
  display: block;
  font-size: 20px;
  margin-top: 20px;
  color: #666666;
  line-height: 30px;
}

.ptext {
  margin-left: 10px;
}

.sizes input[type="text"]::placeholder {
  color: #000;
}

.cart-page-tble thead tr:before {
  position: absolute;
  width: 100%;
  top: 0;
  background: #2f1d0f;
  z-index: -1;
  border-radius: 45px;
  left: 0;
  top: 0;
}

table.cart-page-tble {
  position: relative;
}

table.cart-page-tble:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  top: 0;
  background: #2f1d0f;
  left: 0;
  border-radius: 45px;
}

.cart-page-tble thead tr:first-child {
  border: 0px;
}

/* ============================ Cart End =================================== */

/* Checkout CSS */

.check_menu ul {
  text-align: center;
  margin-bottom: 40px;
}

.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: rgb(124, 124, 124);
  margin: 0px 14px;
}

.check_menu ul li i {
  font-size: 18px;
}
/* 
.check_menu ul li.purp {
  color: rgb(112, 14, 163);
} */

.cart_sidebar {
  padding: 50px 25px;
  border: 1px solid #b7b7b799;
  border-radius: 50px;
}

.cart_sidebar h3 {
  font-size: 24px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 10px;
  text-transform: capitalize;
  line-height: normal;
}

.cart_sidebar .h-sub {
  font-size: 24px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 16px;
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 20px;
  color: #7c7c7c;
}

.cart_sidebar h5 span {
  float: right;
  color: #000;
}

.cart_sidebar h4 {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: normal;
  padding-top: 0px;
  margin-top: 20px;
}

.cart_sidebar ul li input {
  padding: 0px;
  height: initial;
  width: initial;
  margin-bottom: 0px;
  display: none;
  cursor: pointer;
}

.cart_sidebar ul li label {
  position: relative;
  cursor: pointer;
  color: #7c7c7c;
  font-weight: 500;
  font-size: 16px;
}

.cart_sidebar ul li label::before {
  content: "";
  appearance: none;
  background-color: transparent;
  border: 1px solid #c4c4c4b8;
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 1px 2px,
    rgba(0, 0, 0, 0.05) 0px -15px 10px -12px inset;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 13px;
  border-radius: 2px;
}

.cart_sidebar ul li input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 14px;
  border-style: solid;
  border-color: #2f1d0f;
  border-image: initial;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar form {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(183, 183, 183);
}

.cart_sidebar form h4 {
  font-size: 14px;
  font-weight: 400;
  color: rgb(183, 183, 183);
  font-family: Poppins;
}

.cart_sidebar form select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0px;
  border: 1px solid rgb(183, 183, 183);
  margin-bottom: 20px;
  appearance: auto;
  color: rgb(183, 183, 183);
}

.cart_sidebar form select option {
  color: rgb(0, 0, 0);
}

.cart_sidebar form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0px;
  border: 1px solid rgb(183, 183, 183);
  margin-bottom: 20px;
  appearance: auto;
  color: rgb(183, 183, 183);
}

.cart_sidebar form input::placeholder {
  color: rgb(183, 183, 183);
}

.cart_sidebar form button {
  color: rgb(0, 0, 0);
  font-size: 15px;
  border-radius: 0px;
  font-family: Poppins, sans-serif;
  padding: 10px 40px;
  background-color: rgb(235, 235, 235);
  border: 2px solid rgb(235, 235, 235);
}

.cart_sidebar form button:hover {
  background-color: transparent;
  transition: all 0.3s ease-in-out 0s;
}

.product-detail .num-in {
  background: transparent;
  box-shadow: none;
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout_btn {
  padding: 12px 50px;
  display: block;
  width: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 17px;
  border-radius: 0px;
  font-weight: 500;
  border: 2px solid transparent;
  background-color: #222222;
}

.checkout_btn:hover {
  color: white;
}

ul.shipping-ul {
  border-bottom: 1px solid #dddddd;
  margin: 0px;
  padding-bottom: 40px;
}

h6.payment-h {
  color: #000;
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 30px !important;
  line-height: normal;
}

.cart_sidebar .btn-1 {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  padding: 15px 10px !important;
}

.cart_sidebar .radiosss-payments li label::before {
  content: "";
  appearance: none;
  background-color: transparent;
  border: 1px solid rgb(183, 183, 183);
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 1px 2px,
    rgba(0, 0, 0, 0.05) 0px -15px 10px -12px inset;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  border-radius: 20px;
  left: 6px;
  border: 0px;
  width: 10px;
  height: 10px;
  background-color: #2f1d0f;
}

.radiosss-payments .card.card-body {
  padding: 0px;
  border: 0px;
  background: unset;
  font-family: "Roboto";
  opacity: 65%;
  padding-left: 10px;
}

.billing_form h2 {
  font-size: 31px;
  color: #000;
  margin-bottom: 20px;
  line-height: 50px;
}

.billing_form label {
  margin-bottom: 10px;
  color: #7c7c7c;
  font-weight: 500;
  font-size: 16px;
}

ul.cart_lst li {
  font-size: 15px;
  color: #5c5c5c;
  justify-content: space-between;
  display: flex;
  font-weight: 500;
  line-height: 27px;
}

.radiosss-payments {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
}

.billing_form {
  padding: 50px 30px;
  border: 1px solid rgb(182 182 182 / 60%);
  border-radius: 50px;
}

section.checkout_page.all-section.all-side {
  padding: 80px 0;
  position: relative;
}

.billing_form input {
  width: 100%;
  height: 55px;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding-left: 15px;
  background: unset;
  border-radius: 50px;
  font-family: "Roboto";
  font-weight: 400;
}

section.checkout_page {
  position: relative;
  padding: 80px 0px 100px;
}

.oreder {
  display: inline-block;
  width: 100%;
  background: #2f1d0f;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  padding: 14px 0px;
  margin-top: 20px;
  border-radius: 80px;
  text-transform: uppercase;
  line-height: 30px;
}

.product-card:hover:before {
  background: #2f1d0f;
}

.product-card:hover p {
  color: #fff;
}

.product-card:hover h3.product-title {
  color: #fff;
}

.product-card:hover .rating i {
  color: #fff;
}

.product-card:hover .rating span {
  color: #fff;
}

.product-card:hover .bt.darkbt a {
  background: #e6dfcc;
  color: #2f1d0f;
}

/* product detials page  */
/* product detials page  */

section.pd-details .pd-gallery {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}

section.pd-details .pd-gallery .smalimges {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.pd-dt-img img.img-fluid {
  width: 100%;
  height: 630px;
  object-fit: cover;
  border: 1px solid #44444469;
  border-radius: 20px;
}

section.pd-details {
  position: relative;
  padding: 100px 0 100px;
}

.prod-sized h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}

.pdSmShape img.img-fluid {
  height: 280px;
  border-radius: 25px;
  width: 100%;
  object-fit: fill;
  border: 1px solid #4444448c;
  padding: 30px 40px;
}

section.prod-detail-description {
  padding-bottom: 100px;
}

section.pd-details h3 {
  font-size: 41px;
  line-height: 50px;
}

section.pd-details h4 span.price {
  font-size: 35px;
  line-height: 44px;
}

.pd-rate {
  margin: 14px 0 24px;
}

section.pd-details p {
  font-size: 16px;
  line-height: 30px;
  color: #7c7c7c;
  font-weight: 500;
}

.descp {
  margin-bottom: 18px;
}

section.pd-details .colLeft {
  position: relative;
}

section.pd-detail .pd-dt-content {
  padding-left: 20px;
}

.product-disc {
  padding-top: 40px;
  padding-bottom: 100px;
  overflow: hidden;
}

.product-disc .nav-tabs .nav-link {
  text-transform: uppercase;
  padding: 16px 40px;
  border: 0px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  border-radius: 0px !important;
  background-color: #f1f1f1;
}

.product-disc .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: #b07c57 !important;
  color: #fff;
}

.product-disc .nav-tabs li.nav-item {
  margin-bottom: 34px;
}

.product-disc .tab-content p {
  padding-top: 20px;
  color: #616161;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
}

.product-disc .nav-tabs {
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #e3e3e3;
}

/* reives */

.description .tab-content input[type="text"] {
  width: 100%;
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #e7e6e6;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px;
  padding: 16px 20px;
  border: 0px;
  margin-bottom: 20px;
}

.description .tab-content textarea {
  width: 100%;
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #e7e6e6;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px;
  padding: 16px 20px;
  border: 0px;
  margin-bottom: 20px;
}

.description .tab-content h6 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.rating:not(:checked) > input {
  position: absolute;
  appearance: none;
}

.rating > input:checked ~ label {
  color: #2f1d0f;
}

.rating:not(:checked) > label:before {
  content: "\f006 ";
  font-family: "fontawesome";
  font-size: 30px;
  margin: 0px 8px;
}

.rev-btn {
  margin-top: 20px;
}

.rating:not(:checked) > label {
  float: right;
  cursor: pointer;
  font-size: 50px;
  color: #666;
}

div#reviews button.btn-1.tabs-btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 26px;
  padding: 12px 50px;
  text-align: center;
  transition: 0.5s;
  box-shadow: 0px 0px 2px 1px #e7e5e6;
  border-radius: 5px;
  background-color: #0dccc6;
  color: #fff;
  border: 0px;
}

div#reviews button.btn-1.tabs-btn:hover {
  background-color: #000;
}

.pd-rate i {
  color: #e4ddcb;
  font-size: 23px;
  transition: 0.3s;
}

/* Rating Stars */

.prod-detail-description .nav-tabs .nav-link {
  color: #2c1006;
  font-size: 30px;
  background: transparent;
  line-height: 40px;
  font-family: "qulla";
  text-transform: uppercase;
  padding: 0px;
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
  border: 0px;
  border-bottom: 2px solid #2c1006;
}

.product-det-heading h2 {
  font-size: 70px;
  line-height: 75px;
  margin: 0;
}

.prod-detail-description .nav-tabs {
  margin-bottom: 20px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.prod-detail-description .prd-review-input label {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
}

.prod-detail-description .prd-review-input input {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border: 1px solid #000;
  margin: 5px 0 20px;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
  width: 100%;
  height: 200px;
  padding: 13px;
  border: 1px solid #000;
  margin: 5px 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  resize: none;
}

.prod-detail-description .rating-stars input {
  width: auto !important;
  height: auto;
  border: 0;
}

.prod-detail-description .rating-stars {
  display: inline-grid;
  justify-items: baseline;
}

.prod-detail-description .rating {
  display: block;

  margin: 20px 0;
  float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
  font-size: 27px;
  color: #000;
  font-weight: 500;
}

.prod-detail-description .prd-review-input.give-review button {
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 16px 50px;
  margin-right: 24px;
  border: 2px;
  background: #2f1d0f;
  color: #fff;
  border-radius: 45px;
  font-size: 20px;
}

.prod-detail-description .client-review-box {
  box-shadow: 0 0 5px 1px #989898;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.prod-detail-description ul.client-list-review img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  object-fit: cover;
  box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
  font-size: 16px;
  color: #666;
}

.prod-detail-description ul.client-list-review li i {
  font-size: 20px;
  color: #c78b1b;
}

.prod-detail-description .client-info {
  margin-left: 15px;
}

.prod-detail-description .client-review-box p {
  font-size: 16px;
  color: #000;
}

.prod-detail-description .prd-det-review-form .row {
  align-items: center;
}

.prod-detail-description p {
  font-size: 16px;
  line-height: 31px;
}

.prd-detail-client-reiew .testimonial-card {
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 0 0 20px 0;
}

.prd-det-review-form {
  margin: 50px 0;
}

.pd-rate i:hover {
  color: #000;
}
.sold-info {
  border-top: 2px solid #0000002e;
  padding: 24px 0;
  width: 80%;
}

.stock-text {
  font-size: 24px;
  color: #4a2c1d;
  margin-bottom: 22px;
  line-height: 24px;
  padding-top: 10px;
}

.stock-bar {
  width: 100%;
  height: 8px;
  background: #e5ddd5;
  border-radius: 10px;
  overflow: hidden;
}

.stock-progress {
  width: 75%;
  height: 100%;
  background: #2f1d0f;
  border-radius: 10px;
}

.sold-info p.sold-text {
  font-size: 18px;
  line-height: 28px;
}

.bk-dt-btn i {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2f1d0f;
  border-radius: 45px;
  font-size: 20px;
  margin-top: 18px;
}

.descp .bk-dt-btn .ext-bt i {
  font-size: 18px;
  width: 130px;
  border-radius: 6px;
  transition: 0.2s;
}

.descp .bk-dt-btn .ext-bt i:hover {
  background: #e4ddcb;
  color: #2f1d0f;
}

.pd-dt-content {
  padding-left: 18px;
}

/* ================== */

/* card layout */
.music-card {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 8px 8px;
  margin-bottom: 20px;
  position: relative;
}

/* light + dark variations */
.music-card.light {
  background: #e4ddcb;
}

.music-card.dark {
  background: #071013;
  color: #fff;
}

/* thumbnail */
.music-card .thumb {
  width: 150px;
  height: 130px;
  object-fit: cover;
}

/* content */
.music-content h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.music-content p {
  font-size: 14px;
  margin: 0;
  width: 80%;
}

/* duration badge */
.duration {
  position: absolute;
  right: -20px;
  top: 53%;
  transform: translateY(-50%);
  background: #e4ddcb;
  border-radius: 5px;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 600;
}

.music-card.dark .music-content h4 {
  color: #fff;
}

.music-card.dark span.duration {
  color: #000;
}

/* responsive */
@media (max-width: 768px) {
  .music-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .duration {
    right: 10px;
    top: 10px;
    transform: none;
  }
}
.music-left {
  margin-right: 40px;
}

.music-righgt {
  margin-left: 040px;
}

span.duration i {
  color: #000;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iner-bks .bt.darkbt {
  margin-top: 14px;
}

.iner-bks .bt.darkbt a {
  background: #fff;
  color: #2f1d0f;
}
