.tp-main-menu-content a {
  font-weight: 600;
  text-transform: uppercase;
}
.tp-header-sticky.header-sticky .tp-main-menu-content a {
  color: #000 !important;
}
.header-sticky {
  box-shadow: 0 0 0 gray;
}
.tp-header-search-btn svg{
  color: #fff;
}

.header-sticky [class^="col"] {
  background: #fff;
}
.tp-header-sticky.header-sticky svg {
  color: #000;
}
.menus {
  position: absolute;
  top: 100px;
  z-index: 100;
  width: 87%;
}
.tp-header-sticky .row div[class^="col"] {
  border: 1px solid #fff;
  position: relative;
}

.header-sticky .menus {
  background: #fff;
  top: 20px;
  box-shadow: 1px 9px 20px #eee;
}

.shop-btn {
  --slant: 30px;
  color: white;
  clip-path: polygon(
    24% 0,
    /* Top-left slant point */ 100% 0,
    /* Top-right corner */ 100% 100%,
    /* Bottom-right corner */ 0 159% /* Bottom-left corner */
  );
}
.shop-btn:after {
  content: "";
  position: absolute;
  top: -4px;
  width: 112px;
  height: 59px;
  border-top: 1px solid #ffffff;
  transform: rotate(298deg);
}
.menu-items {
  --slant: 30px;
  color: white;
  clip-path: polygon(
    0 0,
    /* Top-left corner */ 100% 0,
    /* Top-right corner */ 96.2% 100%,
    /* Bottom-right slant point */ 0 100% /* Bottom-left corner */
  );
}

.menu-items:after {
  content: "";
  position: absolute;
  top: 0;
  /* height: 599px; */
  transform: rotate(298deg);
  border: 1px solid #ffffff;
  right: -66px;
  width: 136px;
}
.breadcrumb__title,
.breadcrumb__title span {
  color: #fff !important;
}

.tp-product-details-buy-now-btn {
  background: #000;
}
.tp-header-login-icon svg {
  color: #760000;
}
.tp-header-top-border {
  background:radial-gradient(circle at center, #e0ff77 0%, #518201 70%) !important
}

.about-section img {
  border-radius: 15px;
}

.pooja-section {
  position: relative;
  background: radial-gradient(circle at center, #e0ff77 0%, #0d8201 70%) !important
  color: #fff;
  text-align: center;
  padding: 120px 20px 60px;
  margin-top: 30px;
}
.pooja-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.pooja-content {
  position: relative;
  z-index: 1;
}
.pooja-section h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 10px;
}
.pooja-section p {
  font-size: 16px;
  color: #f4f4f4;
}
.video-container {
  position: relative;
  max-width: 700px;
  margin: 40px auto 0;
  border-radius: 10px;
  overflow: hidden;
}
.video-container img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #6dbf45;
  color: white;
  font-size: 32px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.play-btn:hover {
  background-color: #558d36;
  transform: translate(-50%, -50%) scale(1.1);
}

.video-container video {
  border-radius: 20px;
}
.breadcrumb__content  {
  padding-top: 34px;
}
section.breadcrumb__area {
  padding: 10px;
}
.tp-header-sticky-area .main-menu.menu-style-1>nav>ul>li>a{
  text-transform: uppercase;
}
.tp-footer-top{
  padding-top: 20px !important;
  padding-bottom: 10px !important;
  background: #ccffd6
}

.tp-category-main-box{
    height: 381px;
    margin-top: 30px;
    border-radius:20px;
}
.tp-category-main-box a{
    color: #fff;
    background: #1e1e1e80;
    padding: 9px 29px;
    border-radius: 7px;
}
.feature-item img {
    margin-bottom:5px;
}