z * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

/* h1, h2, h3, h4, h5, h6{font-family: "EB Garamond";} */

body {
  font-family: sans-serif;
}

.headertop {
  padding: 5px 0px;
  background-color: #bc9a5c;
}

.headertop .icon li a {
  color: #fff;
}

.headertop p {
  color: #fff;
  font-size: 14px;
}

.headertop .top-ul {
  gap: 14px;
}

.headertop .top-ul li {
  position: relative;
  gap: 14px;
}

.headertop .top-ul li::before {
  position: absolute;
  width: 1px;
  height: 22px;
  background-color: #fff;
  content: '';
  right: -7px;
  bottom: 0px;
}

.headertop .top-ul li:last-child:before {
  display: none;
}

.headertop .top-ul li a {
  color: #fff;
  font-size: 14px;
}


header .header-med {
  padding: 10px 0px;
  background-color: #f1f1f1;
}

header .header-med .row {
  align-items: center;
}

header .header-med .med-logo {
  text-align: center;
}

header .header-med .iner {
  text-align: end;
  display: none;
}

header .header-med .med-ul-ingo li h5 {
  font-size: 26px;
  color: #000;
}

header .header-med .med-ul-ingo li h6 {
  margin-bottom: 0;
}

header .header-med .med-ul-ingo li h6 a {
  font-size: 14px;
  color: #000;
}

header .header-med .med-icon li a {
  color: #000;
  font-size: 20px;
}




header .header-med .top-logo img {
  width: 220px;
}

header .header-med .search-from {
  position: relative;
}

header .header-med .search-from .form-control {
  width: 350px;
  border-radius: 40px;
  padding: 8px 20px;
  border: 1px solid #003851;
  color: #003851;
  box-shadow: none;
}

header .header-med .search-from .btn {
  position: absolute;
  right: 7px;
  border-radius: 40px;
  background-color: #bc9a5c;
  padding: 8px 13px;
  color: #fff;
  border: 1px solid #bc9a5c;
  transition: .5s;
}

header .header-med .search-from .btn:hover {
  background-color: transparent;
  color: #003851;
}

header .header-med .enquiry-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #bc9a5c;
  border-radius: 3px;
  color: #fff;
}

.sticky {
  left: 0;
  right: 0;
  z-index: 9;
  position: fixed !important;
  top: 0px;
  animation: slideDown .5s ease-out;
  background-color: #fff;
  box-shadow: 0 0 10px #00000021;
}

/* header */
header {
  position: unset;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

header .headermn {
  background-color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

header .headermn .navbar .navbar-brand {
  width: 8%;
}

header .navbar .navbar-nav .nav-link {
  color: #000;
  font-size: 14px;
}

header .navbar-nav {
  gap: 3px;
}

header .navbar-toggler {
  border: none;
  color: #bc9a5c;
  font-size: 28px;
  border-radius: 0;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .offcanvas-title img {
  width: 34%;
}

.headermn .navbar-nav {
  align-items: center;
}

header .navbar .offcanvas {
  width: 300px;
}

header .navbar-nav .dropdown-menu {
  width: 100%;
  padding: 25px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #0000002d;
  top: 36px;
  border: transparent;
  border-radius: 0px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu h3 {
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 500;
  color: #7e112c;
}

.navbar-expand-lg .navbar-nav .dropdown-menu ul li {
  margin-bottom: 10px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu ul li a {
  font-size: 14px;
  color: #000;
  transition: .5s;
}


.headermn .navbar .navbar-brand {
  display: none;
}

.sticky .headermn .navbar .navbar-nav {
  justify-content: end !important;
}

.sticky .headermn .navbar .navbar-brand {
  display: block;
}

.sticky .headermn .navbar .navbar-brand {
  width: 15%;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}


header .headermn .headericon {
  display: none !important;
}

header .headermn .headericon li a {
  color: #020202;
  font-size: 15px;
  transition: .5s;
}

header.headermn .headericon {
  gap: 14px;
}

header .headermn .headericon li a:hover {
  color: #000;
}

/* slider */

#slider .owl-carousel .owl-nav button.owl-next,
#slider .owl-carousel .owl-nav button.owl-prev,
#slider .owl-carousel button.owl-dot {
  display: none;
}

/* slider-b */

#slider-b .owl-theme .owl-dots .owl-dot {
  display: none;
}

#slider-b {
  display: none;
}

#slider-b .owl-carousel .owl-nav button.owl-next,
#slider-b .owl-carousel .owl-nav button.owl-prev {
  display: none;
}

/*  */

/* product-categories */

#product-categories {
  padding: 20px 0px 60px;
}

#product-categories h2 {
  text-align: center;
  color: #000000;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
}

#product-categories h2 span {
  background: #bc9a5c;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#product-categories .row {
  row-gap: 30px;
}

#product-categories .owl-carousel .owl-stage-outer {
  padding: 1px;
}

#product-categories .iner {
  box-shadow: 0 2px 8px #00000029;
  border-radius: 16px;
  margin: 12px 10px;
  overflow: hidden;
}

#product-categories .imgs {
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}

#product-categories .imgs img {
  height: 250px;
  transition: .5s;
}

#product-categories .imgs:hover img {
  transform: scale(1.1);
}

#product-categories .content {
  text-align: center;
  padding: 30px 20px 20px;
}

#product-categories .content h3 {
  line-height: 23px;
}

#product-categories .content h3 a {
  color: #bc9a5c;
  font-size: 20px;
  font-weight: 500;
  transition: .5s;
}

#product-categories .content h3 a:hover {
  background: #bc9a5c;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#product-categories .content .text-a {
  color: #515151;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 14px;
}

#product-categories .content .explore {
  background-color: #bc9a5c;
  padding: 12px 40px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 35px;
  transition: .5s;
  display: inline-block;
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));
}

#product-categories .content .explore:hover {
  filter: brightness(1.3);
}

/* about */

#about {
  padding: 50px 0px 130px;
  background-color: #c9c9c97a;
}

#about .imgs {
  overflow: hidden;
  border-radius: 20px;
}

#about .content {
  position: relative;
  left: -80px;
  background-color: #bc9a5c;
  bottom: -80px;
  padding: 50px;
  border-radius: 12px;
  color:#fff;
}

#about .content h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

#about .content .text {
  font-size: 14px;
  margin-bottom: 15px;
}

#about .content .read-btn {
  display: inline-block;
  padding: 11px 30px;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 5px;
  color: #000;
}


/* marble-statues */

#marble-statues {
  padding: 50px 0px;
}

#marble-statues .row {
  row-gap: 25px;
}

#marble-statues h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}

#marble-statues h5 {
  margin: 15px 0px 5px;
  font-size: 14px;
  color: #000;
}

#marble-statues .read-btn {
  display: inline-block;
  padding: 8px 19px;
  background-color: #bc9a5c;
  margin-top: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
}

/* section-a-bg */

#section-a-bg {
  overflow: hidden;
}

/* you-tube-sec */

#you-tube-sec {
  padding: 50px 0px;
}

#you-tube-sec h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
}


/* new-arrivals */

#new-arrivals {
  padding: 50px 0px;
  background-color: #c9c9c97a;
}

#new-arrivals .row {
  row-gap: 25px;
}

#new-arrivals h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}

#new-arrivals h5 {
  margin: 15px 0px 5px;
  font-size: 14px;
  color: #000;
}

#new-arrivals .read-btn {
  display: inline-block;
  padding: 8px 19px;
  background-color: #bc9a5c;
  margin-top: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
}

/* contact-sec */

#contact-sec {
  padding: 50px 0px;
}

#contact-sec .inr {
  background-image: linear-gradient(to Bottom, #bc9a5c, #583131);
}

#contact-sec .iner {
  padding: 60px 0px;
  margin-left: 30px;
}

#contact-sec .imgs {
  padding: 0px;
}

#contact-sec .iner h3 {
  font-size: 23px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

#contact-sec .iner p {
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
}

#contact-sec .iner .form-label {
  color: #fff;
  font-size: 14px;
}

#contact-sec .iner .form-control {
  padding: 10px;
  border-radius: 0px;
  margin-bottom: 20px;
}

#contact-sec .submit-btn {
  display: inline-block;
  padding: 14px 49px;
  font-weight: 600;
  background-color: #fff;
  margin-top: 5px;
  border-radius: 5px;
  color: #000;
  font-size: 12px;
  border: transparent;
}

/* our-feature */

#our-feature {
  padding: 50px 0px;
}

#our-feature .row {
  row-gap: 25px;
}

#our-feature h2 {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 45px;
}

#our-feature .iner {
  background: #ffffffbd;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px 4px #0000000d;
  text-align: center;
  height: 100%;
  transition: all .4s ease;
}

#our-feature .iner:hover {
  transform: translateY(-10px);
}

#our-feature .iner .imgs {
  height: 70px;
  width: 70px;
  padding: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to Bottom, #f3c11a, #bc9a5c);
  margin: auto;
}

#our-feature .iner h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0px;
  color: #000;
}

#our-feature .iner p {
  font-size: 14px;
}

/* counter  */

#counter {
  background-color: #fff;
  padding: 50px 0px;
  background-color: #c9c9c97a;
}

#counter .row {
  row-gap: 30px;
}

#counter .item .imgs {
  height: 90px;
  width: 90px;
  padding: 15px;
  background-color: #fff7e4;
  border-radius: 10px;
}

#counter .item h2 {
  color: #000000;
  margin-bottom: 2px;
  font-size: 35px;
  font-weight: 600;
}

#counter .item h3 {
  font-size: 17px;
  color: #000000;
}

/* faqs */

#faqs {
  padding: 50px 0px;
}

#faqs h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 45px;
}

#faqs .accordion-button:not(.collapsed) {
  background-color: #bc9a5c;
  color: #fff;
  box-shadow: none;
}

#faqs .accordion-button:focus {
  background-color: #bc9a5c;
  color: #fff;
  box-shadow: none;
}

.faqs-sec .row {
  justify-content: center;
}

.faqs-sec .iner {
  background-color: #d6cfbe;
  padding: 50px;
}

/* blog */

#blog {
  padding: 50px 0px;
  background-color: #c9c9c97a;
}

#blog h2 {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 45px;
}

#blog .iner {
  box-shadow: 0 2px 8px #00000029;
  border-radius: 16px;
  margin: 12px 10px;
  overflow: hidden;
}

#blog .iner .content {
  padding: 0px 15px 30px;
}

#blog .iner .content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #bc9a5c;
  margin: 15px 0px;
}

#blog .iner .content h5 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 0px 0px 15px;
}

#blog .iner .content .text {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 0px 0px 15px;
}

#blog .iner .content a {
  display: inline-block;
  color: #bc9a5c;
  font-weight: 600;
  font-size: 16px;
}

/* testimonaiol-bg */

#testimonaiol-bg {
  padding: 60px 0px;
  border-bottom: 1px solid #c5c5c5;
  background-color: #ddddcc;
}

#testimonaiol-bg .row {
  justify-content: center;
}

#testimonaiol-bg h2 {
  font-family: 'Roboto Slab', serif;
  color: #000000;
  font-size: 35px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

#testimonaiol-bg .iner {
  text-align: center;
}

#testimonaiol-bg .iner .text {
  font-size: 15px;
  margin-bottom: 15px;
}

#testimonaiol-bg .iner h3 {
  font-size: 16px;
  position: relative;
  font-weight: bold;
}

/* #testimonaiol-bg .iner h3::before{position: absolute; content: ''; width: 17px; height: 1px; top: 8px; background-color: #000; left: 343px;} */
#testimonaiol-bg .iner h5 a {
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

/* gallery */

#gallery {
  padding: 50px 0;
}

#gallery h2 {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 8px #00000033;
}

#gallery .img-wrapper img {
  width: 100%;
}

#gallery .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

#gallery .img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

#overlay img {
  width: 50%;
}

#nextButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 1;
}

#prevButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

#exitButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}


/* seaction-b */

#seaction-b {
  padding: 60px 0px;
  border-bottom: 1px solid #c5c5c5;
  background-color: #ddddcc;
}

#seaction-b .iner {
  text-align: center;
}

#seaction-b .iner h5 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
}

/* footer */

footer {
  background-color: #bc9a5c;
  padding: 30px 0px 5px;
}

footer .top-header .imgs {
  text-align: center;
  margin-bottom: 35px;
}

footer .top-header .imgs img {
  width: 20%;
  margin: auto;
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
}

footer .row {
  row-gap: 30px;
}

/* footer .footerinr{border-right: 1px solid #000; height: 100%;} */
footer .footerinr .logo img {
  border-radius: 10px;
  width: 28%;
}

footer .footerinr .logo p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-left: 30px;
}

footer .footerinr .logo:hover {
  padding: 0;
}

footer .footerinr ul li {
  color: #fff;
  margin-bottom: 10px;
}

footer .footerinr h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

footer .footerinr ul li p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  width: 90%;
}

footer .footerinr .footer-con li i {
  font-size: 20px;
  color: #fff;
}

footer .footerinr ul li a {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  transition: .5s;
}

footer .footerinr .footer-con li a:hover {
  padding-left: 5px;
  color: #fff;
}

footer .footerinr .category li {
  margin-bottom: 8px;
}

footer .footerinr .footer-icon li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: #bc9a5c;
  font-size: 20px;
  border-radius: 50%;
  background: rgba(255, 193, 7, 0.20);
  text-align: center;
  transition: .5s;
  background: #fff;
}

footer .footerinr .footer-icon li a:hover {
  background-color: #ffe380;
  color: #540210;
}

/* footer .footerinr .link li:first-child, footer .footerinr .category li:first-child{color: #333333;} */
footer .footerinr ul li p b {
  color: #fff;
}

footer .social-link {
  border-top: #fff 1px solid;
  padding: 15px 0px;
  margin-top: 30px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .social-link .social-icon a {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}

footer .img {
  width: 20%;
}

footer .img a img {
  background-color: #000;
  padding: 0 10px 6px;
  border-radius: 100px;
}

/* quickcontact */

.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index: 102;
}

/* modal */

.modal form.row {
  row-gap: 20px;
}

.modal .btn-theme {
  border-radius: 0px;
  background: #000;
  color: #fff;
}

.modal .btn-theme:hover {
  background-color: #000;
  color: white;
}

.modal .form-control {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  background-color: #f1f1f1;
}

.modal .form-control:focus {
  border-color: #000;
}

.modal .submit {
  background-color: #000;
  color: #fff;
  font-weight: 500px;
  padding: 10px;
  border: 0;
}

/* about-slider */

#about-slider {
  padding: 60px 0px;
  background-color: #bc9a5c;
}

#about-slider .content h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

#about-slider .content .text,
#about-slider .content .text a {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

/* about-a */

#about-a {
  padding: 50px 0px;
}

#about-a .content h2 span {
  font-size: 50px;
}

#about-a .content h2 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

#about-a .content p {
  margin-bottom: 25px;
}

#about-a .content h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

#about-a .content ul {
  margin-left: 25px;
}

#about-a .content ul li i {
  font-size: 6px;
}

#about-a .content ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

/* blog-det */

#blog-det {
  padding: 50px 0px;
}

#blog-det .row {
  justify-content: center;
}

#blog-det .content h2 {
  text-align: center;
  font-size: 33px;
  margin-bottom: 15px;
  font-weight: 600;
}

#blog-det .content h6 {
  text-align: center;
  margin-bottom: 20px;
}

#blog-det .content-a h3 span {
  font-size: 50px;
}

#blog-det .content-a h3 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin: 20px 0px;
}

#blog-det .content-a .text {
  margin-bottom: 25px;
}


/* refund-policy */

#refund-policy {
  padding: 30px 0px;
}

/* #refund-policy h2{font-size: 40px; color: #7e112c; text-align: center; margin-bottom: 30px; letter-spacing: .05em;} */
#refund-policy .text span {
  font-size: 30px;
}

#refund-policy .text {
  font-size: 15px;
  margin-bottom: 20px;
}

#refund-policy h4 {
  font-size: 18px;
  margin: 10px 0px;
  color: #bc9a5c;
  font-weight: 600;
}

#refund-policy h6 {
  font-weight: 600;
}

#refund-policy ul li {
  margin-bottom: 10px;
}

#refund-policy ul li i {
  font-size: 8px;
}


/* shop */

#shop {
  padding: 50px 0px;
}

#shop .inr {
  position: sticky;
  top: 50px;
}

#shop .row {
  row-gap: 25px;
}

#shop h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

#shop h5 {
  margin: 15px 0px 5px;
  font-size: 14px;
  color: #000;
}

#shop .read-btn {
  display: inline-block;
  padding: 8px 19px;
  background-color: #bc9a5c;
  margin-top: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
}

#shop .imgsc {
  margin-top: 20px;
}

#shop .accordion-button {
  box-shadow: none;
  color: #000;
}

#shop .accordion-button:not(.collapsed)::after {
  filter: grayscale(1);
}


/* latest-update */

#latest-update {
  padding: 50px 0px;
  background-color: #c9c9c97a;
}

#latest-update .row {
  row-gap: 25px;
}

#latest-update h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}

#latest-update h5 {
  margin: 15px 0px 5px;
  font-size: 14px;
  color: #000;
}

#latest-update .read-btn {
  display: inline-block;
  padding: 8px 19px;
  background-color: #bc9a5c;
  margin-top: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
}

/* zoomproduct */


#zoomp {
  padding: 50px 40px;
}

#zoomp .row {
  row-gap: 15px;
}

#zoomp .zoom-gallery {
  position: sticky;
  top: 10px;
}

#zoomp .owl-carousel {
  max-width: 320px;

  .owl-nav {
    padding-top: .4em;
    font-family: sans-serif;
    font-size: .8em;

    >div {
      padding: .4em 1.4em;
      border: 1px solid #333;
      background: #000;
      color: white;
      border-radius: .4em;
      background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(0, 0, 0, .2));
      box-shadow: .1em .1em .4em rgba(0, 0, 0, .5);

      &:hover {
        background-color: #333;
      }
    }

    #zoomp .owl-prev {
      float: left;
    }

    #zoomp .owl-next {
      float: right;
    }
  }
}

.slick-prev,
.slick-next {
  background: none;
  border: none;
  color: #333;
  font-size: 20px;
  cursor: pointer;
  margin: 5px auto;
  display: block;
}

#zoomp .zoom-gallery .selectors {
  max-width: 100px;
  overflow: hidden;
}

#zoomp .content h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

#zoomp .content h5 a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #bc9a5c;
  color: #000;
  border-radius: 5px;
  margin: 10px 0px;
  font-size: 16px;
}

#zoomp .content .text {
  font-weight: 600;
  color: #000;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 10px 0px;
}

#zoomp .content h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0px 10px;
}

#zoomp .content .text-a {
  font-size: 14px;
  margin-bottom: 10px;
}

#zoomp .content .text-b {
  font-size: 15px;
  font-weight: 600;
}

#zoomp .content .text-b a {
  color: #000;
}

/* zooomtab */

#zooomtab{padding: 50px 0px;}

#zooomtab .nav-pills {
  margin-bottom: 30px;
}

#zooomtab .nav-pills .nav-item:hover {
  background-color: #000;
}

#zooomtab .nav-pills .nav-item {
  background-color: #5a110d;
  margin-left: 2px;
  transition: .5s;
}

#zooomtab .nav-pills .nav-item .nav-link {
  color: #fff;
  padding: 10px 13px;
  font-size: 16px;
}

#zooomtab .nav-pills .nav-link.active {
  background-color: #5a110d;
}

#zooomtab .nav-pills .nav-link.active:hover {
  background-color: #000;
}

#zooomtab .comment-reply {
  background-color: #f1f1f1;
  padding: 30px;
  border-radius: 15px;
}

#zooomtab .comment-reply h4 {
  color: #000;
  font-weight: bold;
  margin: 30px 0 20px;
}

#zooomtab .comment-reply .row {
  row-gap: 10px;
}

#zooomtab .comment-reply h4 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

#zooomtab .comment-reply .form-control {
  border-radius: 0px;
}

#zooomtab .comment-reply .btn {
  background-color: #000;
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
}

#zooomtab .reviews-header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

#zooomtab .reviews-header .btn {background-color: #5a110d; color: #fff; font-weight: 500; padding: 10px 20px;}
#zooomtab .profile {margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #dddddd; align-items: center;}
#zooomtab .profile .user {list-style: none; display: flex; gap: 20px;}
#zooomtab .profile .user li:first-child {width: 20%;}
#zooomtab .profile .user li:last-child {width: 80%;}
#zooomtab .profile .user li h6 {font-size: 18px; color: #000;}
#zooomtab .profile .user li span {display: block; font-size: 18px; color: #fdb23a;}
#zooomtab .profile .user li p {font-size: 14px; color: grey;}
#zooomtab .profile .date {text-align: end;}
#zooomtab .profile .date span {color: #000; display: inline-block; padding: 10px; border: 1px solid #dddddd; border-radius: 5px;}
#zooomtab .content-a h4{font-size: 22px; font-weight: 600; margin: 15px 0px;}

#zooomtab .content-b h3{font-size: 30px; font-weight: 600; margin: 15px 0px; color: #bc9a5c;}
#zooomtab .content-b h5{font-size: 21px; font-weight: 600; margin: 15px 0px; color: #000;}
