 /* .article-main-section{
    width: 100%;
    background: antiquewhite;
    margin-top: 100px;
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: auto;
}  */


.article-main-section{
    width: calc(100% - 60px);
    margin: 0 auto;
    /* background: yellow; */
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 50px;
    margin-bottom: 100px;
    justify-content: center;
    gap: 50px;
}

section.article-main-section iframe {
    width: 100%;
    margin-bottom: 30px;
}

section.article-main-section figure {
    /* margin-bottom: 30px; */
}

.article-main-div{
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.article-content-div {
    max-width: 800px;
    max-width: 100%;
    display: grid;
    grid-template-columns: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.article-content-div h3 {font-size: 1.8rem;font-weight: 900;font-family: Geologica;/* color: #131313; */}

.article-content-div h3 a {text-decoration: none;color: black;}

.article-content-div h3 a:hover {
    color: #e21221;
}

.article-title h1 {
    font-size: 3.5rem;
    font-weight: 900;
    font-family: Geologica;
    color: #131313;
}

.article-info {
    display: grid;
    grid-template-columns: auto auto auto;
    margin-bottom: 25px;
    justify-content: space-between;
}

.article-info div {
    display: grid;
    grid-template-columns: auto auto;
    width: fit-content;
    gap: 10px;
}

.article-info i {
    font-size: 2rem;
}

.article-info p {
    font-size: 1.5rem;
    font-weight: 900;
}

.article-post-read span {
    padding-left: 5px;
}

.article-title {
    margin-bottom: 50px;
}


.atricle-text  h2 {border-left: #ff0000 6px solid;padding-left: 15px;}


.article-pic img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 50px;
}

.atricle-text :is(p,ul) {
    margin-bottom: 30px;
    color: #000000;
    font-size: 1.7rem;
    font-weight: normal;
    font-family: "Roboto Flex";
    line-height: 20px;
    /* text-align: justify; */
}

.atricle-text h2 {
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 700;
    font-family: Geologica;
    color: #131313;
}

.atricle-text ol h2 {
    font-weight: 800;
    font-size: 1.7rem;
}


.article-relative-posts {
    width: 400px;
    display: grid;
    grid-template-columns: auto;
    place-content: start;
    gap: 50px;
    background-color: #f6f6f6;
    padding: 20px;
    /* display: none; */
}

.article-relative-posts > div:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


/*blog section */


.posts-container {
    /* max-width: 1500px; */
    width: calc(100% - 60px);
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, auto);
    column-gap: 25px;
    padding-left: 15px;
    padding-right: 15px;
    justify-self: center;
    margin-bottom: 50px;
  }
  
  section.blog-main-section {
    width: 100%;
    margin-bottom: 100px;
  }
  
  
  i.fa-regular.fa-clock {
    font-size: 2rem;
    color: black;
  }
  
  .article-post-thumbnail {
    border: 1px #5c5b5b1c;
    border-style: inset;
    transition: all .3s ease-in-out;
    margin-top: 15px;
    background: #ffffff;
  }
  
  .article-post-thumbnail:hover {
      box-shadow: 0 8px 24px #2E2E2E26;
  }
  
  .article-post-thumbnail .article-left-post-thumbnail {
      margin: 0px;
      padding: 0px;
  }
  
  .article-post-thumbnail .article-left-post-thumbnail:hover {
    cursor: pointer;
  }
  
  .article-post-thumbnail .article-left-post-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  .article-post-thumbnail .article-left-cont-section {
    padding: 30px;
  }
  
  .article-post-thumbnail .article-left-cont-section div:first-child {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    column-gap: 10px;
    padding-bottom: 20px;
  }
  
  .article-post-thumbnail .article-left-cont-section div:first-child i {
    font-size: 2rem;
  }
  
  .article-post-thumbnail .article-left-cont-section div:first-child span {
    padding-left: 5px;
  }
  
  .article-post-thumbnail .article-left-cont-section div:nth-child(2) {
      padding-bottom: 20px;
  }
  
  .article-post-thumbnail .article-left-cont-section div:nth-child(2) h2 {
      font-size: 1.8rem;
      font-weight: 900;
      font-family: Geologica;
      color: #131313;
  }
  
  .article-post-thumbnail .article-left-cont-section div:nth-child(2) h2:hover {
    cursor: pointer;
    color: #ff0000;
  }
  
  .article-post-thumbnail .article-left-cont-section div:nth-child(3) {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    column-gap: 30px;
    padding-bottom: 20px;
  }
  
  .article-post-thumbnail .article-left-cont-section div:nth-child(3) span {
      font-size: 1.5rem;
      font-weight: 900;
  }
  
  .article-post-thumbnail .article-left-cont-section div:nth-child(4) {
      padding-bottom: 50px;
  }
  
  .article-post-thumbnail .article-left-cont-section div:nth-child(4) p {
      color: #000000;
      font-size: 1.5rem;
      font-weight: normal;
      font-family: "Roboto Flex";
      line-height: 20px;
  }
  
  .article-post-thumbnail .article-left-cont-section div:last-child span {
      font-size: 1.5rem;
      font-weight: 700;
      font-family: Geologica;
      color: #ff0000;
  }
  
  .article-post-thumbnail .article-left-cont-section div:last-child span:hover {
      cursor: pointer;
      color: #ff5d4c;
  }
  
  .article-relative-posts div h3 {
    font-size: 3rem;
    font-weight: 900;
    font-family: Geologica;
    color: #131313;
}
  
  





.atricle-text p a {
    text-decoration: underline;
    text-decoration-color: #e21221;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    color: #e21221;
    font-weight: 700;
}



.atricle-text img {
    margin-bottom: 50px;
    width: 100%;
}

.article-return {
    width: 100%;
    /* background: yellowgreen; */
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 50px;
    margin-top: 50px;
}

.article-return h3 {
    font-size: 2rem;
    font-weight: 900;
    font-family: Geologica;
    /* color: #131313; */
    position: relative;
}

.article-return h3 a:before {
    content: " ";
    height: 2px;
    width: 0px;
    background-color: #e21221;
    border-radius: 10px;
    position: absolute;
    right: 50%;
    bottom: -15%;
    transition: 0.8s;
}

.article-return h3 a:hover:before {
    width: 100%;
    right: 0%;
}

.article-return h3 a {
    color: #131313;
    position: relative;
}

.article-return h3 a:hover {
    color: #e21221;
}


.new-blog-social-div {

}



/*CSS POST SHARE*/

.new-blog-social-div {
    width: calc(100% - 60px);
    margin: 0 auto;
    display: grid;
    justify-content: center;
}

.article-main-section .new-blog-social-div .social-share-div {display: grid;gap: 2px;padding-top: 20px;padding-bottom: 20px;align-content: start;width: fit-content;grid-row: 2;grid-template-columns: repeat(4, 1fr);}

.article-main-section .new-blog-social-div .social-share-div a {
    position: relative;
    left: 0px;
    top: 0px;
    transition: ease 1s;
}

.article-main-section .new-blog-social-div .social-share-div a:hover {
    top: 10px;
}

.article-main-section .new-blog-social-div .social-share-div a div {
    padding: 20px;
    background: #131313;
    display: grid;
    justify-items: start;
    align-items: center;
    grid-template-columns: auto;
    border-radius: 7px;
    border-bottom-right-radius: 7px;
}

.article-main-section .new-blog-social-div .social-share-div a div i {
    font-size: 2rem;
    color: white;
    /* color: #131313; */
}

.article-main-section .new-blog-social-div .social-share-div a div:hover {
    left: 0;
}

.article-main-section .new-blog-social-div .social-share-div a div span {
    color: white;
    font-size: 2rem;
    /* background: blue; */
    display: none;
}

.article-main-section .new-blog-social-div .social-share-div a div span i {
    font-size: 2rem;
    color: white;
}


.atricle-text li {
    margin-bottom: 30px;
    color: #000000;
    font-size: 1.7rem;
    font-weight: normal;
    font-family: "Roboto Flex";
    line-height: 20px;
    list-style: inside;
}

.atricle-text li::marker {
    color: #ff0000;
    font-size: 2.2rem;
    /* padding: 34px; */
    /* margin: 0 auto; */
    position: absolute;
    /* width: 5px; */
    /* display: block; */
    /* margin: 0 !important; */
    /* padding: 0 !important; */
    /* visibility: hidden; */
    /* display: none; */
    padding: 10px;
    left: 48px;
}

.post-video-area video{
    width: 100%;
    height: auto;
    object-fit: contain;
}


.atricle-text li a {
    text-decoration: underline;
    text-decoration-color: #e21221;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    color: #e21221;
}

  
  @media screen and (max-width: 1366px) {
  }
  
  @media screen and (max-width: 1180px) {
    
    .article-relative-posts{
    width: 900px;
    gap: 25px;
    width: 80%;
    margin: 0 auto;
    }

   .article-relative-posts > div:last-child {display: grid;grid-template-columns: auto auto;/* background: aqua; */gap: 20px;}


    .article-main-div {
        margin-top: revert;
        grid-row: 1;
    }

    .article-main-section {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto auto;
        justify-items: center;
    }

.article-main-section aside {}

  }
  
  
  @media screen and (max-width: 768px) {
  
    .article-post-thumbnail .article-left-cont-section div:nth-child(2) h2 {
        font-size: 1.6rem;
    }

    .article-relative-posts > div:last-child{
        grid-template-columns: auto;
        gap: initial;
    }

    .article-relative-posts {
    }

    .article-info{
        grid-template-columns: auto;
        gap: 15px;
    }
  
  }
  
  @media screen and (max-width: 425px) {
    .article-post-thumbnail .article-left-cont-section div:nth-child(3) span{
      font-size: 1.2rem;
    }
  
    .article-post-thumbnail .article-left-cont-section div:last-child span {
        font-size: 1.2rem;
    }

    .article-title h1{
        font-size: 2.5rem;
    }

    .article-relative-posts div h3 {
        font-size: 2.5rem;
    }

    .article-relative-posts{width: 280px;}

  } 


