body {
    margin: 0;
    padding: 0;
  }

  .post-content img{
      width: 100%;
      overflow: hidden;
  }
  .title-blog {
    position: relative;
    color: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
    text-shadow: 1px 1px 1px black;
    margin-top: -105px;
  }

  .category {
    width: 100%;
    border-top-right-radius: 48px;
    border-bottom: 5px solid #334558;
  }

  .category .m-category {
    background-color: #334558;
    padding: 4px 11px;
    border-top-right-radius: 12px;
    color: #fff;
    border-left: 5px solid #d0c1ba;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000000;
  }

  .text-muted {
    --bs-text-opacity: 1;
    color: #495057!important;
  }

  .float-end {
    float: right!important;
  }

  .icon-comments:after {
    background-image: url(../../images/comment.svg);
    opacity: .9;
  }

  .icon-comments-dark:after, .icon-comments:after {
    display: inline-block;
    width: .75rem;
    height: .75rem;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: .75rem;
    margin-bottom: -.2rem;
    content: "";
  }

  .side-cat {
    width: 100%;
  }

  .side-cat a {
    padding: 2px 13px;
    background-color: #003f84c9;
    display: block;
    border-left: 5px solid #ec8900;
    width: 100%;
    text-shadow: 1px 1px 1px black;
    color: #fff;
    font-weight: bold;
    margin: 8px 0px;
    transition-duration: 1s;
  }

  .side-social a {
    padding: 0px 14px;
    width:100%;
    background-color: #003f84c9;
    border-left: 5px solid #ec8900;
    text-shadow: 1px 1px 1px black;
    color: #fff;
    font-weight: bold;
    margin: 4px 0px;
    transition-duration: 1s;
  }

  .side-cat a:hover, .side-social a:hover {
    color: white;
    background-color: #b42b00;
  }

  @media(max-width:768px) {
    .side-social a {
      width: 100% !important;
    }
  }

  @media(min-width:568px) {
    .end {
      margin-left: auto
    }
  }

  @media(max-width:768px) {
    #post {
      width: 100%
    }
  }

  #clicked {
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
    width: 100%;
    background-color: #ecb21f;
    border-color: #a88734 #9c7e31 #846a29;
    color: black;
    border-width: 1px;
    border-style: solid;
    border-radius: 13px
  }

  #profile {
    background-color: unset
  }

  #post {
    margin: 10px;
    padding: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    background-color: #ecb21f;
    border-color: #a88734 #9c7e31 #846a29;
    color: black;
    border-width: 1px;
    border-style: solid;
    border-radius: 13px;
    width: 50%
  }

  /* comment  */

  #nav-items li a, #profile {
    text-decoration: none;
    color: rgb(224, 219, 219);
    background-color: black
  }

  .comments {
    margin-top: 5%;
    margin-left: 20px
  }

  .darker {
    border: 1px solid #ecb21f;
    background-color: rgb(255, 251, 251);
    float: right;
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 10px
  }

  .comment {
    border: 1px solid rgba(16, 46, 46, 1);
    background-color: rgb(240 255 255 / 97%);
    float: left;
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 10px
  }

  .comment h4, .comment span, .darker h4, .darker span {
    display: inline
  }

  .comment p, .comment span, .darker p, .darker span {
    color: rgb(15, 9, 9)
  }

  h1, h4 {
    color: white;
    font-weight: bold
  }

  label {
    color: rgb(212, 208, 208)
  }

  #align-form {
    margin-top: 20px
  }

  .form-group p a {
    color: white
  }

  #checkbx {
    background-color: black
  }

  #darker img {
    margin-right: 15px;
    position: static
  }

  .form-group input, .form-group textarea {
    background-color: #fff4f4;
    border: 1px solid rgba(16, 46, 46, 1);
    border-radius: 12px
  }

  .blog-comment {
    border: 1px solid rgba(16, 46, 46, 1);
    background-color: rgba(255, 255, 255, 0.973);
    border-radius: 5px;
    padding: 20px
  }


  /* Slow-motion Zoom Container */
  .feature-side img {
    width: 100%;
    height: 100%;
    transform-origin: 20% 35%;
    transition: transform 2s, filter 2s ease-in-out;
    filter: brightness(100%);
  }

  /* Slow-motion Zoom Container */
  .feature-big-side img {

    width: 100%;
    height: 100%;
    transform-origin: 20% 35%;
    transition: transform 2s, filter 2s ease-in-out;
    filter: brightness(100%);
  }

  /* The Transformation */
  .feature-side:hover img, .feature-big-side:hover img {
    filter: brightness(100%);
    transform: scale(2);
  }

   .feature-side {
    position: relative;
    color: #fff;
    width: 100%;
    overflow: hidden;
    height: 217px;
    padding: 0;
    margin: 0;
    text-shadow: 1px 1px 1px black;
    margin-top: 14px;
  } .feature-side:hover {
    cursor: pointer;
  }
  .feature-side:after{
    position: absolute;
    display: inline-block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000075;
  }

  .feature-big-side {
    position: relative;
    color: #fff;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    text-shadow: 1px 1px 1px black;
    margin-top: 14px;
  }
  .feature-big-side:after{
    position: absolute;
    display: inline-block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000075;
  }
  .feature-big-side:hover{
    cursor: pointer;
  }
  .youtube-post-bottom{
    padding: 2px;
    font-size: 20px;
    font-weight: bold;
  }
  .bg-blog{
    background: url(../../images/bgpaper.png);
  }
/* share button  */

.share-outer {
    display: flex;
    flex-direction: row;
    align-items: center
  }

  .share_div {
    border: 1px solid #eee;
    width: 100px;
    height: 45px;
    display: flex;
    padding-left: 10px;
    align-items: center;
    position: relative
  }

  .share_div:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    right: -9px;
    background-color: #fff
  }

  .share_div i {
    font-size: 21px;
    color: #444
  }

  .share_div h4 {
    font-weight: 700;
    font-size: 15px;
    color: #444
  }

  .share_div span {
    height: 20px;
    width: 1px;
    margin-right: 10px;
    margin-left: 10px;
    background: #eee
  }

  .social_icons {
    margin-left: 20px;
    display: flex;
    flex-direction: row
  }

  .social_icons .facebook {
    height: 45px;
    width: 45px;
    background-color: #006bff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    margin-right: 10px;
    cursor: pointer
  }

  .social_icons .linkedin {
    height: 45px;
    width: 45px;
    background-color: #2962ff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    margin-right: 10px;
    cursor: pointer
  }

  .social_icons .twitter {
    height: 45px;
    width: 45px;
    background-color: #1DA1F2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    margin-right: 10px;
    cursor: pointer
  }

  .social_icons .whatsapp {
    height: 45px;
    width: 45px;
    background-color: #229100;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    margin-right: 10px;
    cursor: pointer
  }

  .product-outer .ppout {
    border-radius: 22px;
    box-shadow: 2px 0px 9px 0px black;
    margin-bottom: 12px;
  }

  .product-outer img {
    border-radius: 22px;
  }

  hr {
    padding: 0px !important;
    margin: 0px !important;
  }






  /* blog hero header */



