.banner-top .author {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 10px auto;
}
.banner-top .author img {
  width: 48px;
  height: 48px;
}
.banner-top .author .author-txt {
  text-align: right;
  padding-right: 10px;
}
.banner-top .author .author-txt h6 {
  margin: 0 0 3px;
  color: #fff;
}
.banner-top .author .author-txt span {
  margin: 0;
  color: #D9D7F7;
}
.banner-top .txt {
  max-width: 700px;
}
.banner-top .txt span {
  margin: 5px 0 15px;
  display: block;
}
.banner-top .breadcrumb-me {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-top .breadcrumb-me span, .banner-top .breadcrumb-me a {
  padding: 0 10px;
  margin: 0;
  display: flex;
  align-items: center;
  color: #D9D7F7;
  font-size: 14px;
}
.banner-top .breadcrumb-me span i, .banner-top .breadcrumb-me a i {
  color: #FAFAFF;
}
.banner-top .breadcrumb-me i {
  color: #D9D7F7;
  margin: 0 5px;
}
.banner-top .input-search {
  width: 600px;
  max-width: 100%;
  margin: 10px auto;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.banner-top .input-search input {
  height: 45px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid transparent;
  text-align: right;
  padding-right: 40px;
  font-weight: 300;
}
.banner-top .input-search i {
  color: #667085;
  right: 10px;
  position: absolute;
}

.banner-top-intro {
  padding-bottom: 300px;
}
@media (max-width: 576px) {
  .banner-top-intro {
    padding-bottom: 150px;
  }
  .banner-top-intro .svg-wave {
    bottom: -90px;
  }
}

.blog-card {
  transition: all ease 0.4s;
  padding: 10px;
  border-radius: 15px;
}
.blog-card:hover {
  box-shadow: 0 0 10px #ccc;
}
.blog-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 40px 40px 8px 40px;
}
.blog-card .txt {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.blog-card .txt span {
  color: #362CAD;
  display: block;
  margin: 10px 0;
  font-weight: normal;
}
.blog-card .txt h4 {
  color: #101828;
  width: 100%;
  margin: 15px 0;
}
.blog-card .txt p {
  color: #475467;
  line-height: 28px;
  width: 100%;
}
.blog-card .txt a {
  margin-right: auto;
  display: flex;
  align-items: center;
  color: #4337D8;
  font-weight: 500;
  transition: all ease 0.4s;
}
.blog-card .txt a:hover {
  opacity: 0.7;
}
.blog-card .txt a i {
  margin-right: 8px;
}
@media (min-width: 767px) {
  .blog-card.small-card .child {
    display: flex;
  }
  .blog-card.small-card img {
    width: 40%;
    height: 200px;
  }
  .blog-card.small-card .txt {
    width: 60%;
    padding-right: 15px;
  }
  .blog-card.small-card .txt span {
    margin: 5px 0;
  }
}

.main-blog {
  min-height: 100vh;
}
.main-blog .all-blog {
  padding: 2rem 0;
  width: 100%;
  position: relative;
}
.main-blog .all-blog:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-size: contain;
  left: 0;
  top: 20%;
  background: left no-repeat url("../img/sec1-3.png");
  background-size: contain;
}
.main-blog .all-blog:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-size: contain;
  right: 0;
  bottom: 40%;
  background: right no-repeat url("../img/i2.png");
  background-size: contain;
}
.main-blog .all-blog .blog-card {
  margin-bottom: 25px;
}
.main-blog .all-blog .more-btn {
  width: 100%;
  display: block;
  text-align: center;
}
.main-blog .all-blog .more-btn button {
  border-radius: 8px;
  border: 1px solid #ECEBFB;
  background: #ECEBFB;
  padding: 12px 20px;
  color: #4337D8;
  font-weight: normal;
  transition: all ease 0.4s;
}
.main-blog .all-blog .more-btn button:hover {
  opacity: 0.7;
}
.main-blog .all-blog .more-btn button i {
  margin-right: 10px;
}
.main-blog .all-blog .titr {
  text-align: center;
  width: 100%;
}
.main-blog .all-blog .tabs-categories {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 15px;
  width: 100%;
  justify-content: center;
}
.main-blog .all-blog .tabs-categories span {
  display: block;
  cursor: pointer;
  color: #6B7280;
  padding: 17px;
  margin: 0 15px;
}
.main-blog .all-blog .tabs-categories span.active {
  border-radius: 999px;
  background: #1C64F2;
  color: #fff;
  font-weight: 700;
}
.main-blog .section-blog {
  position: relative;
}
@media (max-width: 576px) {
  .main-blog .section-blog {
    padding: 0 10px;
  }
  .main-blog .blog-card .txt span {
    font-size: 12px;
  }
  .main-blog .blog-card .txt h4 {
    font-size: 18px;
  }
  .main-blog .blog-card .txt a {
    font-size: 14px;
  }
  .main-blog .blog-card .txt p {
    font-size: 14px;
  }
  .main-blog .blog-card img {
    height: 180px;
  }
  .main-blog .all-blog .tabs-categories {
    flex-wrap: wrap;
  }
  .main-blog .all-blog .tabs-categories span {
    font-size: 12px;
    margin: 0 3px;
    padding: 3px;
  }
  .main-blog .all-blog:before, .main-blog .all-blog:after {
    display: none;
  }
}

.intro-main {
  min-height: 100vh;
  padding: 10px;
}
.intro-main .section1 {
  z-index: 2;
}
.intro-main .section1 .container {
  position: relative;
}
.intro-main .section1 .container .row {
  justify-content: center;
}
.intro-main .section1 img.top-img {
  position: absolute;
  width: 100%;
  top: -270px;
  z-index: 2;
  max-height: 500px;
  object-fit: contain;
}
.intro-main .section1 article {
  padding-top: 300px;
  max-width: 780px;
  margin: 0 auto;
}
.intro-main .section1 article img {
  width: 100%;
  object-fit: contain;
  margin: 25px auto;
}
.intro-main .section1 article h1, .intro-main .section1 article h2, .intro-main .section1 article h3, .intro-main .section1 article h4 {
  font-size: 30px;
  color: #101828;
  margin: 1rem 0;
}
@media (max-width: 576px) {
  .intro-main .section1 article h1, .intro-main .section1 article h2, .intro-main .section1 article h3, .intro-main .section1 article h4 {
    font-size: 19px;
  }
}
.intro-main .section1 article p {
  color: #475467;
}
@media (max-width: 576px) {
  .intro-main .section1 article p {
    font-size: 14px;
  }
}
.intro-main .section1 .bottom-article {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  border-top: 1px solid #EAECF0;
  direction: ltr;
}
.intro-main .section1 .bottom-article .date {
  display: inline-block;
  direction: rtl;
}
.intro-main .section1 .bottom-article .tags {
  display: flex;
  align-items: center;
}
.intro-main .section1 .bottom-article .tags a {
  display: block;
  margin-left: 10px;
  border-radius: 16px;
  background: #ECEBFB;
  color: #282181;
  padding: 3px 10px;
  font-size: 14px;
  mix-blend-mode: multiply;
  transition: all ease 0.4s;
}
.intro-main .section1 .bottom-article .tags a:hover {
  background: #eee;
}
.intro-main .section1 .bottom-article .share {
  margin-right: auto;
  display: flex;
  align-items: center;
}
.intro-main .section1 .bottom-article .share button {
  margin-right: 10px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  height: 40px;
  min-width: 40px;
  justify-content: center;
  padding: 10px;
  transition: all ease 0.4s;
}
.intro-main .section1 .bottom-article .share button:hover {
  background: #eee;
}
.intro-main .section1 .bottom-article .share button span {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 300;
}
.intro-main .section1 .bottom-article .share button i {
  color: #98A2B3;
}
.intro-main .section1 .new-posts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3rem;
}
.intro-main .section1 .new-posts .titr-right {
  width: 350px;
  max-width: 100%;
}
.intro-main .section1 .new-posts .titr-right span {
  color: #475467;
  display: block;
  font-size: 14px;
  margin: 10px 0;
}
.intro-main .section1 .new-posts .titr-right a {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #4337D8;
  background: #4337D8;
  padding: 8px 10px;
  font-size: 14px;
  margin-top: 2rem;
  color: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  transition: all ease 0.4s;
}
.intro-main .section1 .new-posts .titr-right a:hover {
  opacity: 0.7;
}
.intro-main .section1 .new-posts .posts {
  width: calc(100% - 350px);
  padding-right: 25px;
  display: flex;
  align-items: flex-start;
}
.intro-main .section1 .new-posts .posts .blog-card {
  width: 50%;
}
@media (max-width: 576px) {
  .intro-main .section1 img.top-img {
    position: static;
  }
  .intro-main .section1 article {
    padding-top: 20px;
  }
  .intro-main .section1 .bottom-article {
    flex-wrap: wrap;
    justify-content: center;
  }
  .intro-main .section1 .bottom-article .share {
    margin: 10px auto;
  }
  .intro-main .section1 .new-posts .titr-right {
    width: 100%;
    margin-bottom: 10px;
  }
  .intro-main .section1 .new-posts .posts {
    width: 100%;
    padding: 0;
  }
  .intro-main .section1 .new-posts .posts .blog-card img {
    height: 150px;
  }
  .intro-main .section1 .new-posts .posts .blog-card .txt h4 {
    font-size: 18px;
  }
  .intro-main .section1 .new-posts .posts .blog-card .txt p {
    font-size: 14px;
    line-height: normal;
  }
}

.section1, .section-blog {
  position: relative;
}
.section1::after, .section-blog::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-size: contain;
  right: auto;
  left: -40px;
  top: -100px;
  z-index: 2;
  background: left no-repeat url("../img/sec1-1.png");
  background-size: 100%;
}
.section1::before, .section-blog::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 100px;
  height: 100px;
  background: right no-repeat url("../img/sec1-2.png");
  background-size: auto;
  background-size: contain;
}
.section1 .img-vec, .section1 .img-vec2, .section-blog .img-vec, .section-blog .img-vec2 {
  position: absolute;
  width: 50px;
  height: 100px;
  background-size: contain;
  right: auto;
  left: -10px;
  bottom: 10%;
  z-index: 2;
  background: left no-repeat url("../img/i1.png");
  background-size: contain;
}
.section1 .img-vec2, .section-blog .img-vec2 {
  left: -10px;
  top: 10%;
  bottom: auto;
  background: left no-repeat url("../img/sec1-3.png");
  background-size: contain;
}
@media (max-width: 576px) {
  .section1::after, .section1::before, .section1 .img-vec, .section1 .img-vec2, .section-blog::after, .section-blog::before, .section-blog .img-vec, .section-blog .img-vec2 {
    display: none;
  }
}

/*# sourceMappingURL=blog.css.map */
