.blog-main {
    padding: 70px 0px 0px 0px;
  }
  .blog-main > .green-vector {
    top: 10%;
    left: 3%;
  }
  .carousel-indicators [data-bs-target] {
    background-color: #1c1c1e;
    opacity: 1;
    width: 20px;
    height: 5px;
    border-radius: 5px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    margin-right: 7px;
    margin-left: 7px
  }
  .carousel-indicators>button.active{
    background: #f5d255;
    height: 5px !important;
  }
  .carousel-indicators{
    bottom: -55px;
  }
  .blog-contact {
    border-color: #d9d9d91f !important;
}
.blog-contact {
    padding: 30px 0;
    margin: 0px 0px 20px;
  }
  .blog-contact .form-control {
    background: rgba(48, 48, 48, 0.3);
    border: 1px solid #191a1e;
    border-radius: 38px;
    padding: 12px 40px;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    margin: 0 0 30px;
  }
  .blog-contact .form-floating>label{
    padding:0.75rem 2.5rem;
  }
  .blog-contact .form-control:focus {
    border: 1px solid transparent;
    box-shadow: 0 0 0 0.25em rgba(48, 48, 48, 0.5);
  }
  .blog-contact .form-control:focus label {
    color: #fff;
  }
  .blog_submit {
    font-family: "Epilogue";
    width: 100%;
    padding: 15px;
    background: rgba(78, 31, 163, 0.3) !important;
    border: 1px solid #4e1fa3;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: block;
    text-align: center;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
  }
  .blog_submit:hover, .blog_submit:focus {
    background: #4e1fa3 !important;
    transition: background 0.3s all ease-in-out;
  }
  .blog-contact h5, .blog-contact .h-5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #d9d9d9;
    padding: 0 0 10px;
    margin: 0;
  }
  .metaverse_heading h4, .metaverse_heading .h-4 {
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    font-weight: 400;
    padding: 0 0 10px;
    margin: 0;
}
.blogs {
    padding-top: 85px;
}
.commontext_subhead h3, .commontext_subhead .h-3 {
    font-size: 32px;
    line-height: 38px;
    color: #4e1fa3;
    font-style: normal;
    font-weight: 600;
    padding: 0 0 0 75px;
    margin: 0;
}
.commontext_subhead h3:before, .commontext_subhead .h-3:before {
    content: "";
    width: 55px;
    height: 3px;
    background: linear-gradient(89.98deg, #f5d255 -3.37%, #36e7c4 99.98%);
    position: absolute;
    top: 50%;
    left: 0%;
}
.commontext_subhead h3 span.dots, .commontext_subhead .h-3 span.dots {
    color: #36e7c4;
}
.blog_wrap img {
    margin-bottom: 20px;
}
.blog_wrap img {
    border-radius: 15px;
}
.blog_wrap h3, .blog_wrap .h-3 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    color: #d9d9d9;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    height: 50px;
}
.blog_wrap .content-link img {
    margin-bottom: 0;
}
.blog_wrap.category-main {
    border: 1px solid rgba(217, 217, 217, .3);
    border-radius: 8px;
    padding-top: 0;
}
.stickypsostion {
    position: sticky;
    top: 110px;
}
.blog_wrap.category-main .metaverse_heading {
    padding: 15px 25px;
    border-bottom: 1px solid rgba(217, 217, 217, .3);
}
.blog_wrap.category-main .metaverse_heading .h-5 {
    background: linear-gradient(89.98deg, #f5d255 -3.37%, #36e7c4 99.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.blog_wrap.category-main .metaverse_heading .h-5 {
    font-size: 22px;
    padding-bottom: 0;
}
.blog_wrap p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    padding: 5px 0 0;
    color: #d9d9d9;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-category-scroll {
    padding: 20px 20px 20px 25px;
}
.blog-category {
    list-style: none;
    padding: 0 5px 0 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 10px;
    max-height: 250px;
    overflow-y: auto;
    &::-webkit-scrollbar-thumb {
        background-color: #d9d9d9;
        border-radius: 20px;
    }
    &::-webkit-scrollbar {
        width: 6px;
    }
}

.blog-category li {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #d9d9d9;
    background: transparent;
    border-radius: 5px;
    transition: .3s all ease-in-out;
    cursor: pointer;
    display: inline;
    padding: 0;
}
.blog-category li:hover, .nav-link:focus, .nav-link:hover {
    background: linear-gradient(89.98deg, #f5d255 -3.37%, #36e7c4 99.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #d9d9d9;
    background-color: unset;
}
.nav-link:focus-visible {
    box-shadow: 0 0 0;
}

@media (max-width: 1199px) {
    .commontext_subhead h3, .commontext_subhead .h-3 {
        font-size: 26px;
        line-height: 1.3;
    }
}
  @media(max-width:1024px){
    .carousel-indicators{
      bottom: -40px;
    }
  }
  @media (max-width: 991px) {
    .blog-main {
        padding: 40px 0px 0px 0px;
      }
      .blogs {
        padding-top: 50px;
    }
    .blog-contact h5, .blog-contact .h-5, .blog_wrap h3 {
        font-size: 22px;
    }
    .blog_wrap.category-main .metaverse_heading {
        padding: 12px;
    }
    .blog_wrap.category-main .metaverse_heading .h-5 {
        font-size: 20px;
        line-height: 24px;
    }
    .blog-category-scroll {
        padding: 12px 8px 12px 12px;
    }
    .blog-category li {
        font-size: 15px;
    }
    .blog-category::-webkit-scrollbar {
        width: 3px;
    }
  }
  @media (max-width: 767px) {
    .commontext_subhead h3, .commontext_subhead .h-3 {
        font-size: 24px;
    }
    .blog_wrap .list-blog-picture {
        width: 100%;
    }
    .content-link img, .discuss-link img, .deploy-link img {
        width: 30px;
    }
    .blog_wrap.category-main .metaverse_heading .h-5 {
        font-size: 18px;
    }
    .blog-category li {
        font-size: 14px;
    }
    .blog_wrap p {
        padding: 0;
        -webkit-line-clamp: 2;
    }
}
  @media (max-width: 575px) {
    .blog-main {
        padding: 20px 0px 0px 0px;
      }
      .blogs {
        padding-top: 30px;
    }
    .commontext_subhead h3, .commontext_subhead .h-3 {
        padding-left: 0;
        font-size: 18px;
    }
    .commontext_subhead h3::before,
  .commontext_subhead .h-3::before {
    display: none;
  }
  .blog_wrap img {
    margin-bottom: 10px;
}
.blog-contact h5, .blog-contact .h-5, .blog_wrap h3 {
    font-size: 20px;
}
.blog_wrap .content-link span {
    font-size: 16px;
}
.blog_wrap.category-main .metaverse_heading {
    padding: 12px 20px;
}
.blog-category-scroll {
    padding: 17px 15px 20px 20px;
}
.blog-category li {
    line-height: 18px;
}
  }

  @media (max-width: 425px) {
    .blog-contact h5, .blog-contact .h-5, .blog_wrap h3 {
        font-size: 18px;
    }
}

  
 