@media only screen and (max-width: 540px) {
  .banner .bg {
    height: 60vh;
  }
}
.banner .colA .content {
  max-width: 60%;
}
@media only screen and (max-width: 540px) {
  .banner .colA .content {
    max-width: 100%;
  }
}
.banner .colA .content p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  font-size: 14px;
}
.banner .colA .content h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 4rem;
  padding-top: 1rem;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .banner .colA .content h2 {
    font-size: 24px;
    line-height: normal;
  }
}
.banner .banner-wrapper {
  bottom: 30%;
}
@media only screen and (max-width: 540px) {
  .banner .banner-wrapper {
    bottom: 12%;
  }
}
.banner .banner-wrapper .content h1 {
  padding: 40px 0;
}
.banner .banner-wrapper .content .share_btn .side_ico-m {
  margin-bottom: 3px;
}

.MoreBlogs {
  padding: 80px 0;
}
.MoreBlogs .blog-cards {
  position: relative;
}
.MoreBlogs .blog-cards .overlay-effect {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2.4rem 2rem;
  gap: 6px;
}
.MoreBlogs .blog-cards .overlay-effect p {
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.MoreBlogs .blog-cards .overlay-effect p h6 {
  color: #fff;
  font-size: 20px;
}

.MoreBlos-Section {
  padding: 80px 0;
}
.MoreBlos-Section .row {
  margin-bottom: 3rem;
}
.MoreBlos-Section .row .slider-nav {
  position: absolute;
  width: 100%;
  right: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .MoreBlos-Section .row .slider-nav {
    display: none;
  }
}
.MoreBlos-Section .Moreblogs-cards .item {
  position: relative;
}
.MoreBlos-Section .Moreblogs-cards .item .overlay-effect {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 28px;
  gap: 10px;
  padding: 20px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 75%);
}

.heading h1 {
  font-size: 36px;
  background: linear-gradient(90deg, #5D4115 0%, #EECE47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "Orpheus Pro";
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .heading h1 {
    font-size: 32px;
  }
}

.blog-detailsPage {
  padding: 80px 0;
  padding-bottom: 0px;
}
.blog-detailsPage .container {
  padding: 0 11rem;
}
@media only screen and (max-width: 991px) {
  .blog-detailsPage .container {
    padding: 0 2rem;
  }
}
.blog-detailsPage .container p {
  color: #9C9A9A;
  font-size: 16px;
  margin-bottom: 2rem;
}
.blog-detailsPage .container h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}
.blog-detailsPage .container h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.blog-detailsPage .container ul {
  margin-bottom: 20px;
}
.blog-detailsPage .container ul li {
  font-size: 16px;
  color: var(--text);
  position: relative;
  padding-left: 28px;
  margin-left: 10px;
}
.blog-detailsPage .container ul li::before {
  background: #cc9b50;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
}/*# sourceMappingURL=index.css.map */