* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.blog-cat-wrapper {
  position: relative;
  overflow: hidden;
}

.fade-left,
.fade-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 5;
  pointer-events: none;
}

.fade-left {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.fade-right {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}



.blog-top-img .b-t-i {
  width: 100%;
  height: 5vh;
  object-fit: cover;
}

.blog-top-img .b-t-i .blog-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(3px);
  position: relative;
}

.blog-top-img .b-t-i .blog-head {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(56, 56, 56, 0.8);
  padding: 8px;
  color: white;
  text-align: center;
  width: 80%;
  max-width: 500px;
  border-radius: 5px;
}

.blog-top-img .b-t-i .blog-head .blog-t-h {
  font-size: 1.2rem;
}

.blog-main-sec .uproline {
  background: linear-gradient(90.6deg, #6a4dbc 0.47%, #f2994a 137.94%);
  display: block;
  flex-grow: 1;
  height: 6px;
  border-radius: 8px;
}

.uproline {
  background: linear-gradient(90.6deg, #6a4dbc 0.47%, #f2994a 137.94%);
  display: block;
  flex-grow: 1;
  height: 6px;
  border-radius: 8px;
}

.blog-main-sec {
  padding: 0.5rem 1rem;
}

.blog-main-sec .blog-rec .bl-rec {
  padding: 0.5rem 0;
}

.blog-main-sec .blog-rec .bl-rec .txt-name {
  font-size: 1.5rem;
}

.blog-main-sec .blog-rec .bl-rec-box {
  padding: 0.6rem 0.3rem;
  justify-content: space-between;
}

.bl-rec-box .blog-main-fest .blog-fest {
  height: 50vh;
  object-fit: cover;
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.bl-rec-box .blog-main-fest {
  width: 100%;
  gap: 1rem;
  overflow: hidden;
}

.blog-main-sec {
  gap: 0rem;
}

.bl-rec-box .blog-main-fest .blog-fest .b-fest-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 4px;
}

.category .b-fest-con {
  padding: 1rem;
  background: linear-gradient(90.6deg, #453e58b8 0.47%, #5a4b3eb0 137.94%);
  /* border-radius:  8px ; */
  cursor: pointer;
  /* left: 1rem; */
}

.category .b-fest-con .b-fest-t {
  font-size: 1rem;
  color: white;
  margin-bottom: 0.2rem;
}

.category .b-fest-con .b-fest-d {
  font-size: 0.796rem;
  color: white;
  margin-bottom: 0;
}

.bl-rec-box .blog-main-fest .blog-fest .b-fest-img:hover {
  transform: scale(1.03);
}

.bl-rec-box .blog-main-fest .blog-fest .b-fest-con .b-fest-t .fa-calendar-days {
  font-size: 1.1rem;
}

.bl-rec-box .blogdanger .blog-bx .bl-im {
  border-radius: 23px;
  /* object-fit: cover; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.bl-im:hover {
  transform: scale(1.03);

}

.bl-rec-box .blogdanger .blog-bx .bl-im:hover {
  transform: scale(1.03);
}

.bl-rec-box .blogdanger .blog-bx {
  gap: .5rem;
  padding: 0.5rem;
  flex-direction: column;
  width: 20rem;
  overflow: hidden;
  height: fit-content;
  background: linear-gradient(90.6deg, #62587d10 0.47%, #69544213 137.94%);
  border-radius: 24px;
  position: relative;
}

.bl-rec-box .blogdanger .blog-bx .review_upper_image {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fff;
  padding: 3px 6px;
  border-radius: 25px;
  display: flex;
  align-items: center;
}

.review_upper_image i {
  margin-right: 1px;
  font-size: 12px;
  color: #000;
}

.review_upper_image span {
  font-size: 10px;
  color: #000;
}

.bl-rec-box .blogdanger .blog-bx .bl-con .bl-h {
  font-size: .9rem;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}

.bl-rec-box .blogdanger .blog-bx .bl-con .bl-p {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 0;
  display: none !important;
}

.bl-rec-box .blogdanger .blog-bx .bl-con {
  gap: 0.3rem;
  display: contents;
  padding-bottom: 6px;
}

.bl-rec-box .blogdanger .blog-bx .bl-con .bl-btn {
  padding: 0.4rem 0.7rem;
  border-radius: 25px;
  font-size: 0.8rem;
  background: linear-gradient(90.6deg, #6a4dbc 0.47%, #f2994a 137.94%);
  border: none;
  outline: none;
  color: #fff;
  width: fit-content;
}

.bl-rec-box .blogdanger .blog-bx .bl-con .bl-btn:hover {
  transform: scale(1.03);
}

.bl-rec-box .blogdanger .blog-bx .bl-con .bldate .bl-d-t,
.bl-d-c {
  font-size: 0.8rem;
}

.bldate {
  border-top: 0.5px solid #999999a2;
  border-bottom: 0.5px solid #99999999;
  padding: 1rem 0;
  width: 100%;
  gap: 1rem;
}

.bldate .bldat1 .bl-d-t,
.bl-d-cm {
  font-size: 0.95rem;
}

.bldate .bldat1 .bl-d-t {
  gap: 0.6rem;
  display: flex;
  align-items: center;
}

.bldate .bldat1 .bld-i i {
  font-size: 1.5rem;
}

.bs-astro-sec {
  width: 100%;
}

.bldate .bldat1 .bld-i i:hover {
  transform: scale(1.05);
}

.blog-main-section {
  gap: 2rem;
}

.blog-card-page {
  gap: 0.8rem !important;
  align-items: center;
  justify-content: space-evenly;
}

.bl-rec-box .blogdanger .blog-bx .bl-con .bldate {
  border-top: 0.5px solid #999999a2;
  /* border-bottom: 0.5px solid #99999999; */
  padding: 0.35rem !important;
  width: 100%;
  gap: 1rem;
}

.bl-rec-box .blogdanger .blog-bx .bl-con .bldate .bldat1 {
  gap: 0.4rem;
  display: flex;
}

.gem-cat .gem-cat-hh {
  padding: 1rem;
}

.gem-cat .ds-pro {
  padding: 1rem;
  gap: 1rem;
}

.gem-cat .ds-pro-in {
  padding: 1rem;
  gap: 0.2rem;
}

.gem-cat .ds-pro .ds-gem {
  width: 49%;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(90.6deg, #62587d42 0.47%, #69544245 137.94%);
}

.gem-cat .ds-pro-in .ds-gem-in {
  width: 23%;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(90.6deg, #62587d42 0.47%, #69544245 137.94%);
}

.gem-cat .ds-pro .ds-gem .gemcat-im {
  width: 100%;
  height: 35vh;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
}

.gem-cat .ds-pro-in .ds-gem-in .gemcat-im-in {
  width: 100%;
  height: 35vh;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
}

.gem-cat .ds-pro .ds-gem .gem-cat-con {
  padding: 1rem;
  gap: 0.5rem;
}

.gem-cat .ds-pro-in .ds-gem-in .gem-cat-con-in {
  padding: 0.7rem;
  gap: 0.5rem;
}

.gem-cat .ds-pro .ds-gem .gem-cat-con .gem-date .gem-d {
  font-size: 0.7rem;
}

.gem-cat .ds-pro-in .ds-gem-in .gem-cat-con-in .gem-date-in .gem-d-in {
  font-size: 0.7rem;
}

.gem-cat .ds-pro .ds-gem .gem-cat-con .gem-p {
  font-size: 0.85rem;
  margin-bottom: 0;
}

.gem-cat .ds-pro-in .ds-gem-in .gem-cat-con-in .gem-p-in {
  font-size: 0.75rem;
  margin-bottom: 0;
}

.gem-cat .ds-pro .ds-gem .gemcat-im:hover {
  transform: scale(1.01);
}

.gem-cat .ds-pro-in .ds-gem-in .gemcat-im-in:hover {
  transform: scale(1.01);
}

.gem-btn .gembutton {
  padding: 0.4rem 0.7rem;
  border-radius: 25px;
  font-size: 0.8rem;
  background: linear-gradient(90.6deg, #6a4dbc 0.47%, #f2994a 137.94%);
  border: none;
  outline: none;
  color: #fff;
  width: fit-content;
}

.card-body .card-title {
  font-size: 1.25rem;
}

.call-chat {
  background-color: #c8c8c886;
  padding: 1rem;
}

.blog-rec .bl-rec-box .blogdanger {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  gap: 1.2rem;
  justify-content: space-around;
}

.blog-side {
  width: 22%;
  gap: 1rem;
}

.blog-side .blog-cat {
  box-shadow: 0px 2px 15px rgb(223 199 252 / 59%);
  padding: 1rem;
  border-radius: 10px;
}

.blog-side .blog-cat .bl-cat-h {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  /* font-family: 'serif'; */
}

.bl-cat-main {
  max-height: 560px;
  overflow-y: auto;
  flex-direction: column;
  gap: 1rem;
  padding: 0.5rem 0;
  align-items: center;
  justify-content: start;
  overflow-x: hidden;
}

.cat-image {
  width: 1.5rem;
  height: auto;
}

.bl-cat-main::-webkit-scrollbar {
  width: 6px;
}

.blog-side .blog-cat .bl-cat-main-a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  padding-top: 1rem;
}

.blog-main-section,
.blog-and-gem {
  width: 70%;
}

.blog-call-chat {
  border: 1px solid #888;
  border-radius: 15px;
  width: 80% !important;
  margin: 0 5rem !important;
  background: #ffd70ad6 !important;
}

.blog-date-card {
  border-top: none !important;
}


.blog-side .blog-cat .bl-cat-main-hin .category .bl-cath {
  width: 19vw;
  height: 10rem;
}

.blog-side .blog-cat .bl-cat-main-hin .category .bl-cath-f {
  width: 19vw;
  height: 13rem;
}

.blog-side .blog-cat .bl-cat-main-hin .category .cat-h,
.cat-h-p {
  color: #fff;
  padding: 0rem 0;
  margin-bottom: 0rem;
}

.bl-cat-main-hin {
  gap: 1rem;
}

.blog-side .blog-cat .bl-cat-main-hin .category {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: .5rem; */
  flex-direction: column;
  padding: 0rem 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.blog-side .blog-cat .bl-cat-main-hin .category .cat-h-p {
  font-size: 0.85rem;
  padding: 0rem 0rem;
}

.blog-side .blog-cat .bl-cat-main .category .bl-cat:hover {
  transform: scale(1.07);
  background: linear-gradient(90.6deg, #6b4dbc 0.47%, #f2984a 137.94%);
}

.blog-side .blog-cat .bl-cat-main .category .cat-h {
  font-size: 0.7rem;
  color: #000;
  text-align: center;
}

.blog-side .blog-cat .bl-cat-main-hin .category .bl-cath .bl-hin {
  width: 100%;
  height: 100%;
}

.blog-side .blog-cat .bl-cat-main-hin .category .bl-cath-f .bl-hin {
  width: 100%;
  height: 100%;
}

.sec_8 .about_section .new-l-l {
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.sec_8 {
  background-color: #c8c8c886;
}

.sec_8 .about_section .new-l-l .img .new-l-img {
  height: 16vh;
}

.sec_8 .about_section .new-l-l .about_us .new-h3 {
  font-size: 1.2rem;
}

.sec_8 .about_section .new-l-l .about_us .new-p {
  font-size: 0.8rem;
}

.sec_8 .about_section .Subscribe_section .new-h3 {
  font-size: 1.2rem;
}

.sec_8 .about_section .Subscribe_section .new-p {
  font-size: 0.8rem;
}

.sec_8 .about_section .Subscribe_section .s130 .inner-form-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec_8 .about_section .Subscribe_section .s130 .inner-form-sec .second-wrap .new-btn {
  color: rgb(214, 177, 41);
  background-color: #2f1254;
  padding: 0.3rem;
  margin-bottom: 0rem;
  border-radius: 0 7px 7px 0;
  font-size: 0.8rem;
  background-color: #2f1254;
}

.sec_8 .about_section .Subscribe_section .s130 .inner-form-sec .input-field .news-input {
  padding: 0.3rem;
  margin-bottom: 0rem;
  border: 1px solid #ddd;
  border-radius: 7px 0 0 7px;
}

.sec_8 .about_section .Subscribe_section .s130 .inner-form-sec .input-field .news-input::placeholder {
  font-size: 0.7rem;
}

/* Blog internal page css ********************* */
.blog-in-main .blogin-top .blog-in-h {
  font-size: 1.8rem;
  padding: 0.5rem 0;
}

.blog-in-main {
  padding: 1rem;
  gap: 1rem;
}

.blog-in-main .blogin-top .bldate {
  border-top: 0.5px solid #999999a2;
  border-bottom: 0.5px solid #99999999;
  padding: 0.5rem;
  width: 40%;
  gap: 1rem;
}

.blog-in-main .blogin-top .bldate .bl-d-t,
.bl-d-c {
  font-size: 0.65rem;
}

.neu-wid {
  width: 13.5rem;
}

.blog-in-main .img-pl-cc .img-blog {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-in-main .img-pl-cc .img-blog .bgin-im {
  width: 100%;
  height: 100%;
}

.blog-in-main .img-pl-cc {
  background-color: #a298bd8e;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.blog-in-main .img-pl-cc .bg-cc .bg-ccn {
  padding: 1rem .5rem 1rem .5rem;
}

.blog-in-main .img-pl-cc .bg-cc .bg-ccn .bg-cc-h {
  font-size: 1.1rem;
  text-align: center;
}

.blog-in-main .img-pl-cc .bg-cc .bg-ccn .bg-cc-p {
  font-size: 0.95rem;
  text-align: center;
}

.blog-in-main .img-pl-cc .bg-cc .bg-ccn .bg-cc-btn .btn-outline-danger {
  font-size: 0.75rem;
}

.blog-in-main .blog-content .blog-fest-head {
  padding: 5px 0px;
  /* background-color: #e5d6f8;÷÷ */
  text-align: justify;
  border-radius: 8px;
}

.blog-in-main .blog-content .blog-fest-p {
  font-size: 0.88rem;
}

.bg-f-d .bgnote .bg-n-s {
  background-color: #fff;
  border-radius: 23px;
  padding: 0.4rem;
  font-size: 0.83rem;
}

.bg-f-d .bgnote {
  background-color: #e5d6f8;
  padding: 0.6rem;
  border-radius: 33px;
}

.bg-f-d .bgnote .bg-n-a {
  font-size: 0.78rem;
  color: #000;
}

.bg-f-image {
  width: 100%;
  height: 25vh;
  border-radius: 8px;
  margin: 1rem 0;
}

.reas .reas-body img {
  height: 10vh;
  width: 10vh !important;
}

.reas .recmbtn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0.6rem;
}

.reas .reas-body {
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
}

.reas .recmbtn button {
  padding: 0.3rem;
  font-size: 0.8rem;
  width: 5vw;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 7px;
  background-image: linear-gradient(to right, #2f1254, #2f1254) !important;
}

.reas button:hover {
  background-image: linear-gradient(to right, #7042ac, #7042ac) !important;
}

.reas .reas-body .asside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.reas .reas-body .asside i,
span {
  font-size: 17px;
  /* font-family: 'Times New Roman', Times, serif !important; */
}

.bs-astro-sec .best-astro .best-mn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}

.bs-astro-sec .best-astro .best-mn-boxx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.8rem;
  padding: 0 1rem;
  gap: 1.5rem;
}

.b-box .best-i {
  height: 6rem;
  clip-path: circle(3rem);
}

.bg-cc-btn {
  gap: 0.55rem;
}

.bl-rec-box {
  padding: 1rem 0.55rem;
  gap: 0.5rem;
  flex-direction: row-reverse !important;
  justify-content: center;
}

.b-box {
  display: flex;
  padding: 15px;
  background: #e0e5ec;
  border-radius: 20px;
  box-shadow: 9px 9px 16px #a3b1c6, -9px -9px 16px #ffffff;
  gap: 0.5rem;
}

.b-box .best-a-con .b-btn .b-button {
  border-radius: 23px;
  border: none;
  outline: none;
  color: #fff;
  padding: 0.4rem 0.7rem;
  font-size: 0.79rem;
}

.b-box .best-a-con .b-as-p {
  font-size: 0.83rem;
}

.b-box .best-a-con {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}

.bs-astro-sec {
  padding: 1rem;
}

.bs-astro-sec .best-astro .best-as-h {
  font-size: 1.5rem;
}

.neumorphism {
  border: none;
  padding: 7px 15px;
  border-radius: 10px;
  font-size: 13px;
  color: #333;
  box-shadow: 1px 2px 30px 10px #b287d554;
  transition: all 0.3s ease;
}

.neumorphism:active {
  box-shadow: inset 6px 6px 10px #a3b1c6, inset -6px -6px 10px #ffffff;
}

.b-button {
  margin: 0 10px;
  cursor: pointer;
}

.hin-con {
  padding: 0.7rem;
  background: linear-gradient(90.6deg, #453e58b8 0.47%, #5a4b3eb0 137.94%);
  /* border-radius: 8px; */
  cursor: pointer;
}

.blog-main-card {
  justify-content: space-between;
  gap: 0.8rem;
}

.pvc_stats {
  color: #000;
  font-size: 10px;
  line-height: 15px;
}

.trend-bi {
  object-fit: contain !important;
}

.trend-img {
  height: 3rem !important;
  width: 3rem !important;
  clip-path: circle(1.5rem) !important;
  object-fit: cover !important;
}

.cat-trend {
  display: flex !important;
  flex-direction: row !important;
  gap: 0.5rem !important;
  background: transparent !important;
  background-color: none !important;
}

.b-trend-d {
  font-size: 0.9rem !important;

}

.bl-cat-main-hin {
  padding: 0.5rem 0 !important;
}

.trend-blog {
  padding: 0.4rem 0.6rem !important;
}

.bs-astro-sec {
  gap: 0.5rem !important;
}

.bg-con-bx p {
  padding: 0.2rem !important;
}

.blog-h-title {
  margin-bottom: 0.2rem !important;
}

.dash-span-inp {
  box-shadow: 1px 5px 30px 10px #7f6b9844;
}

.dash-inp {
  border: none;
  outline: none;
  background: transparent;
  color: #000000;
  font-size: 0.95rem;
  letter-spacing: 1px;
  /* border-bottom: 1px solid #77777740; */
  width: 30rem;
  padding: 0.2rem !important;
}

.dash-inp::placeholder {
  color: #00000057;
  font-size: 0.8rem;
  font-weight: 300;
}

.pan-img {
  width: 90% !important;
  height: 220px !important;
  border-radius: 10px;
}

.a-blog-img {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}

.blog-content a {
  color: #0563c1 !important;
}

.a-blog-link {
  background-color: #e5d6f8;
  padding: 0.1rem 1rem;
  border-radius: 23px;
}

.a-blog-link u {
  font-size: 11px;
}

.blg-img {
  width: 90% !important;
  height: 220px !important;
  border-radius: 10px;
}

.a-blog-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0;
}


.pan-img {
  object-fit: cover;
  width: 100%;
}

.b-trend-d {
  color: #8334e4;
}

.head-blg {

  font-size: 17px !important;
}




/* ---------------- new css ----------- */
.foll-img {
  width: 2rem !important;
  height: auto;
}

.trend-blog {
  background: #dfc7fd;
}

.cat-trend {
  padding: 5px 12px !important;
  border-radius: 30px !important;
  background: #ffffffc2 !important;
  box-shadow: 0px 2px 15px rgb(223 199 252 / 59%);

}








.blog-cat-wrapper {
  position: relative;
  padding: 0.5rem 0rem;
}

.bl-cat-main::-webkit-scrollbar {
  height: 6px;
}

.bl-cat-main::-webkit-scrollbar-thumb {
  background-color: #654073;
  border-radius: 10px;
}

.bl-cat-main::-webkit-scrollbar-track {
  background: transparent;
}

.scroll-btn {
  position: absolute;
  top: 82%;
  transform: translateY(-50%);
  z-index: 10;
  /* background: rgb(84, 83, 83); */
  border: none;
  border-radius: 50%;
  font-size: .7rem;
  cursor: pointer;
  color: #888;
}

.left-arrow {
  left: 0px;
}

.right-arrow {
  right: 0px;
}

.bl-catt {
  --green: #2f12547d;
  font-size: 12px;
  padding: 0.3em 1em;
  letter-spacing: 0.06em;
  position: relative;
  font-family: inherit;
  border-radius: 1em;
  overflow: hidden;
  transition: all 0.3s;
  line-height: 1.4em;
  border: 1px solid var(--green);
  background: #dfc7fd;
  color: #2f1254;
  width: fit-content;
  box-shadow: 4px 3px 7px 0px rgba(47, 21, 106, 0.596);
  white-space: nowrap !important;
}

.bl-cat {
  --green: #2f1254;
  font-size: 13px;
  padding: 0.45em 1.9em;
  letter-spacing: 0.06em;
  position: relative;
  font-family: inherit;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.3s;
  line-height: 1.4em;
  color: var(--green);
  justify-self: start !important;
  font-weight: 600;
}


.cat-a-b {
  width: 80% !important;
  padding: .3rem .6rem !important;
  border-radius: 13px !important;
  border: .5px solid #2f125454 !important;
}

.cat-a-b:hover {
  transform: scale(1.07);
  background-color: #b07af17a;
}

.blg-img-mob {
  width: 100%;
  height: 13rem;
  object-fit: cover;

}

.c-c-btn:hover {
  transform: scale(1.05);
  box-shadow: 0px 3px 9px 1px #39382a86;
}


/* Blog media querries css responsive ************************* */

@media (width <=768px) {
  .card-blog-nw {
    /* width: 48% !important; */
  }
}

@media (470px <=width <=768px) {
  .enghin-icon-mob {
    display: block !important;
  }
}
.texxx{
  display: none;
}

@media (min-width: 319px) and (max-width: 430px) {
  .blog-call-chat {
    width: 100% !important;
  }
  .texxx{
    display: none;
  }
  .blog-and-gem {
    width: 100% !important;
  }

  .head-blg {
    font-size: 15px !important;
    font-weight: 500;
  }

  .bl-rec-box {
    flex-direction: column !important;
  }

  .c-c-btn {
    font-size: 10px !important;
  }

  .ss-blog-pagnation-ses {
    margin-top: 0px !important;
    text-align: center;
  }

  .blog-main-section {
    gap: 1rem;
    width: 100%;
  }

  .blog-main-card {
    width: inherit;
  }

  .blog-top-img .b-t-i .blog-head .blog-t-h {
    font-size: 0.9rem;
  }

  .blog-main-sec {
    padding: 0.5rem 0.5rem;
  }

  .blog-main-sec .blog-rec .bl-rec-box {
    flex-direction: column;
  }

  .blog-rec .bl-rec-box .blogdanger {
    gap: 0.4rem;
  }

  .bl-rec-box .blogdanger .blog-bx .bl-con {
    padding: 0.4rem;
    gap: 0.4rem;
    width: 60%;
    height: auto;
  }

  .bl-rec-box .blogdanger .blog-bx .bl-con .bl-h {
    font-size: 0.85rem;
  }

  .spn-txt-fr {
    font-size: 10px;
  }

  .bl-rec-box .blogdanger .blog-bx .bl-con .bldate {
    padding: 0rem !important;
    gap: 0.2rem;
    flex-direction: column;
    border-bottom: none !important;
  }

  .bl-rec-box .blogdanger .blog-bx .bl-con .bldate .bl-d-t,
  .bl-d-c {
    font-size: 0.7rem;
  }

  .bl-rec-box .blogdanger .blog-bx .bl-con .bldate .bldat1 {
    gap: 0.2rem;
    display: flex;
  }

  .bl-rec-box .blogdanger .blog-bx .bl-con .bldate .bld-mob {
    gap: 0.2rem;
    flex-direction: row !important;
    justify-content: space-between !important;
    width: 100%;
    display: none !important;
  }

  .bldate .bldat1 .bl-d-t {
    gap: 0.5rem;
    font-size: 0.755rem;
  }

  .bldate .bldat1 .bl-d-t,
  .bl-d-cm {
    font-size: 0.755rem;
  }

  .bl-rec-box .blogdanger .blog-bx .bl-con .bl-btn {
    display: none !important;
  }

  .blg-auth {
    display: none !important;
  }

  .bl-rec-box .blogdanger .blog-bx .review_upper_image {
    top: 4px !important;
    right: 4px !important;
    padding: 1px 6px;
    width: fit-content !important;

  }

  .review_upper_image span {
    font-size: 8px;
  }

  .review_upper_image i {
    font-size: 8px;
  }

  .blg-img-mob {
    width: 40%;
    height: 6rem;
    object-fit: cover;
  }

  .pvc_stats {
    font-size: 10px;
  }

  .blog-card-page {
    justify-content: space-between !important;
    width: inherit;
  }



  .blog-main-sec .blog-rec .bl-rec .txt-name {
    font-size: 1rem;
    width: 7rem;
  }

  .gem-cat .ds-pro .ds-gem {
    width: 48%;
  }

  .gem-cat .ds-pro {
    padding: 0rem;
    gap: 0.6rem;
  }

  .gem-cat .ds-pro .ds-gem .gemcat-im {
    width: 100%;
    height: 23vh;
  }

  .c-c-btn {
    font-size: 11.5px !important;
    padding: 10px 7px !important;
    box-shadow: 0px 3px 9px 1px #39382a86;
  }

  .gem-cat .ds-pro .ds-gem .gem-cat-con {
    padding: 0.3rem;
    gap: 0.3rem;
  }

  .ds-gem .gem-cat-con .gem-cat-h {
    font-size: 0.8rem;
    margin-bottom: 0;
  }

  .ds-gem .gem-cat-con .gem-date {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  .gem-cat .ds-pro .ds-gem .gem-cat-con .gem-date .gem-d {
    font-size: 0.6rem;
  }

  .gem-cat .ds-pro .ds-gem .gem-cat-con .gem-p {
    display: none !important;
  }

  .gem-cat {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .blog-side {
    width: 100%;
    gap: 1rem;
  }

  .bl-im {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px !important;
  }

  .blog-side .blog-cat {
    box-shadow: 0px 2px 15px rgb(223 199 252 / 59%);
    padding: 1rem 0;
    border-radius: 10px;
  }

  .blog-side .blog-cat .bl-cat-h {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
  }

  .blog-side .blog-cat .bl-cat-main-hin .category .bl-cath-f {
    width: 100%;
    height: 13rem;
  }

  .category .b-fest-con {
    padding: 0.5rem;
    width: 100%;
  }

  .category .b-fest-con .b-fest-t {
    font-size: 0.8rem;
  }

  .category .b-fest-con .b-fest-d {
    font-size: 0.71rem;
  }

  .blog-side .blog-cat .bl-cat-main {
    justify-content: space-evenly;
  }

  .blog-side .blog-cat .bl-cat-main .category {
    width: 6rem;
  }

  .category .bl-cat {
    font-size: .75rem;
    border-radius: 30px;
    font-weight: 600;
  }

  .blog-side .blog-cat .bl-cat-main .category .cat-h {
    font-size: 0.68rem;
  }

  .blog-side .blog-cat .bl-cat-main-hin .category .bl-cath {
    width: 100%;
    height: 10rem;
  }

  .blog-side .blog-cat .bl-cat-main-hin .category .cat-h,
  .cat-h-p {
    font-size: 0.85rem;
  }

  .blog-side .blog-cat .bl-cat-main-hin .category .cat-h-p {
    font-size: 0.75rem;
    padding: 0rem 0rem;
  }

  .blog-side .blog-cat .bl-cat-main-a {
    padding: 0.5rem;
    flex-wrap: wrap;
  }



  .card-body .card-title {
    font-size: 0.9rem;
    font-weight: 600;
  }

  .call-chat {
    background-color: #ffd70a;
    padding: 1rem 0.5rem;
  }

  .neumorphism {
    border: none;
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 12px;
    color: #333;
    transition: all 0.3s ease;
  }

  .sec_8 .about_section .new-l-l {
    flex-direction: column;
  }

  .sec_8 .about_section .new-l-l .img .new-l-img {
    height: 10vh;
  }

  .sec_8 .about_section .new-l-l .about_us .new-h3 {
    font-size: 1rem;
  }

  .sec_8 .about_section .new-l-l .about_us .new-p {
    font-size: 0.68rem;
  }

  .sec_8 .about_section .Subscribe_section .new-h3 {
    font-size: 1rem;
  }

  .sec_8 .about_section .Subscribe_section .new-p {
    font-size: 0.7rem;
  }

  /* inblog css ****** */
  .blog-in-main {
    padding: 0rem;
    gap: 1rem;
  }

  .inblog-rec-bx {
    flex-direction: column;
    padding: 0 0.4rem;
  }

  .blog-in-main .blogin-top .blog-in-h {
    font-size: 1rem;
    padding: 0.5rem 0;
  }

  .blog-in-main .blogin-top .bldate {
    width: 100%;
  }

  .blog-in-main .img-pl-cc .bg-cc .bg-ccn .bg-cc-h {
    font-size: 0.9rem;
    text-align: center;
  }

  .blog-in-main .img-pl-cc .bg-cc .bg-ccn .bg-cc-p {
    font-size: 0.73rem;
    text-align: center;
  }

  .blog-in-main .img-pl-cc {
    flex-direction: column !important;
  }

  .blog-in-main .img-pl-cc .img-blog {
    height: 35vh;
  }

  .bg-cc-btn {
    gap: 0.55rem;
  }

  .blog-in-main .img-pl-cc .bg-cc .bg-ccn .bg-cc-btn .btn-outline-danger {
    font-size: 0.7rem;
  }

  .blog-in-main .blog-content .blog-fest-head {
    padding: 5px 10px;
  }

  .bg-f-d .bg-con-bx .bg-f-h {
    font-size: 1rem;
  }

  .blog-in-main .blog-content .blog-fest-p {
    font-size: 0.73rem;
  }

  .bg-f-d .bgnote .bg-n-s {
    padding: 0.3rem;
    font-size: 0.63rem;
  }

  .bg-f-d .bgnote .bg-n-a {
    font-size: 0.6rem;
    color: #000;
  }

  .bg-f-d .bgnote {
    background-color: #e5d6f8;
    padding: 0.6rem;
    border-radius: 8px;
  }

  .bs-astro-sec {
    padding: 1rem 0;
  }

  .bs-astro-sec .best-astro .best-as-h {
    font-size: 1rem;
  }

  .bs-astro-sec .best-astro .best-mn-box {
    justify-content: space-between;
    margin-top: 0.4rem;
    gap: 0.7rem;
  }

  .b-box {
    padding: 10px;
    flex-direction: column;
  }

  .b-box .best-i {
    height: 5rem;
    clip-path: circle(2.5rem);
  }

  .b-box .best-a-con {
    gap: 0.4rem;
    align-items: center;
    justify-content: center;
  }

  .b-box .best-a-con .b-a-h {
    font-size: 0.87rem;
  }

  .b-box .best-a-con .b-as-p {
    font-size: 0.7rem;
  }

  .b-box .best-a-con .b-btn .b-button {
    padding: 0.2rem 0.4rem;
    font-size: 0.69rem;
  }

  .b-box-mob {
    display: block !important;
  }

  .bldate .bldat1 .bld-i i {
    font-size: 1rem;
  }

  .txt-name {
    width: 10rem;
  }

  .gem-cat .ds-pro-in {
    padding: 0rem;
    gap: 0.2rem;
  }

  .gem-cat .ds-pro-in .ds-gem-in {
    width: 49%;
  }

  .gem-cat .ds-pro-in .ds-gem-in .gemcat-im-in {
    height: 20vh;
  }

  .gem-cat-h-in {
    font-size: 0.81rem;
  }

  .gem-cat .ds-pro-in .ds-gem-in .gem-cat-con-in .gem-date-in .gem-d-in {
    font-size: 0.6rem;
  }

  .gem-date-in {
    flex-direction: column;
    align-items: self-start !important;
    justify-content: flex-start !important;
  }

  .gem-cat .ds-pro-in .ds-gem-in .gem-cat-con-in {
    padding: 0.4rem;
    gap: 0.5rem;
  }

  .gem-cat .ds-pro-in .ds-gem-in .gem-cat-con-in .gem-p-in {
    display: none;
  }

  .gem-btn .gembutton {
    padding: 0.3rem 0.5rem;
    border-radius: 25px;
    font-size: 0.75rem;
  }

  .hin-con {
    width: 100%;
  }

  .bl-cat-main-hin {
    gap: 1rem;
    padding: 0 1rem;
  }

  .dash-span-inp {
    border-radius: 30px !important;
    /* border-bottom: 1px solid #00000068 !important; */
  }


  .dash-inp::placeholder {
    color: #888;
    font-size: 0.7rem;
    font-weight: 500;
  }

  .prodt-img {
    height: 220px !important;
    width: 185px !important;
  }

  .pan-img {
    height: 130px !important;
    object-fit: cover;
    width: 350px !important;
    border-radius: 10px;
  }

  .blg-img {
    height: 130px !important;
    /* object-fit: cover; */
    width: 100% !important;
    border-radius: 10px;
  }

  .tableone {
    width: 335px !important;
    text-align: center;
    align-self: center;
    justify-self: center;
  }

  .tableone tbody tr td p span {
    font-size: 11px !important;
  }

  .card-blog-nw {
    width: 100% !important;
  }
}

@media (min-width: 319px) and (max-width: 430px) {
  .bl-rec-box .blogdanger .blog-bx {
    width: inherit;
    padding: 0px;
    gap: 0.4rem;
    height: auto;
    border-radius: 15px !important;
    flex-direction: row !important;
  }

  .fss-6 {
    font-size: 10px !important;
  }

  #side-name {
    font-size: 15px !important;
  }

  .bl-rec form,
  .dash-span-inp,
  .dash-inp {
    width: 97% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .blog-desc {
    display: none !important;
  }

  .bd-mob-dt {
    border-bottom: 0.5px solid #99999999 !important;
  }

  .bl-cat-main {
    display: flex;
    padding: 0 10px 10px 5px;
    cursor: grab;
    gap: .7rem;
    border-radius: 12px;
    width: 100%;
    max-height: auto !important;
    flex-direction: row;
  }

  .bl-im:hover {
    transform: scale(1.03);
  }

  .blog-call-chat {
    margin: 0rem 0 !important;
  }

  .zoom-image {
    transition: transform 1s ease;
    transform: scale(1);
  }

  .blog-bx-wrapper.in-view .zoom-image,
  .cc-wrapper.in-view .zoom-image,
  .most-wrapper.in-view .zoom-image,
  .rec-wrapper.in-view .zoom-image,
  .fol-wrapper.in-view .zoom-image {
    transform: scale(1.05);
  }

  .blog-cat-wrapper {
    padding: 0.5rem 0.5rem;
  }

  .blogdanger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: inherit;

  }
}