@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
/*------- Globle classes ---------*/

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #343a40;
}

img {
  width: 100%;
}

.dm-font {
  font-family: "DM Sans", sans-serif;
}

.pop-font {
  font-family: "Poppins", sans-serif;
}

.mt-100 {
  margin-top: -100px !important;
}
.mt-80 {
  margin-top: -80px !important;
}
.mt-120 {
  margin-top: -120px !important;
}

/*----x---- Globle classes -----x----*/

/*------- Header ---------*/

.navbar-light .navbar-brand {
  font-size: 32px;
  color: #343a40;
  font-weight: 900;
}
.navbar-light .navbar-nav .nav-link {
  color: #343a40;
  font-size: 18px;
  padding: 16px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #f15bb5;
}
i.icofont-ui-search.nav-search {
  padding: 5px 30px;
  font-size: 19px;
}
i.nav-icon {
  padding: 5px 15px;
  font-size: 19px;
  transition: 0.5s ease;
}

/*----x---- Header -----x----*/

/*-------  Main site ---------*/

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.grid .grid-item {
  width: calc(33.3333% - 20px);
  margin-top: 4em;
  text-align: center;
  margin-right: 20px;
}
.blog-title {
  font-family: "DM Sans";
  font-size: 23px;
  font-weight: 900;
  margin: 7px 0;
}
.blog-info p span i {
  color: #f15bb5;
  padding: 5px;
}
.blog-info p {
  font-family: "Poppins";
  color: #adb5bd;
  font-size: 15px;
}
.more-post button {
  padding: 10px 20px;
  background: #2ec4b6;
  color: #f8f9fa;
  border: none;
  font-size: 13px;
  border-radius: 4px;
}
.more-post {
  text-align: center;
}
.swiper-container.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events {
  margin: 85px 0;
}

/*----x----  Main site -----x----*/

/*------- Footer ---------*/

#footer h2 {
  font-family: "DM Sans";
}
.about-us p {
  font-family: "Poppins";
  color: #adb5bd;
  font-size: 18px;
}
.about-us address {
  font-family: "Poppins";
  color: #adb5bd;
  font-size: 15px;
}
.about-us address span {
  font-size: 17px;
}
.about-us address span i {
  color: #f15bb5;
}
.about-us address span a {
  font-family: cursive;
}
.feature-post .feature-contant .contant-post a img {
  max-height: 120px;
  width: 80px;
  height: 80px;
  object-fit: fill;
}
.feature-post .feature-contant .contant-post h4 {
  font-size: 17px;
  font-family: "DM Sans";
  padding-left: 5px;
}
.feature-post .feature-contant .contant-post {
  display: flex;
}
.feature-contant p span {
  font-family: "Poppins";
  color: #adb5bd;
  font-size: 14px;
}
.feature-contant p span i {
  color: #f15bb5;
}
.feature-contant p {
  margin: -25px 0 0 90px;
}
.feature-contant {
  padding: 25px 0px;
}
.all-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.tags .all-tags a {
  background: #f8f9fa;
  border-radius: 40px;
  padding: 10px 33px;
  font-size: 15px;
  margin: 12px;
  color: #343a40;
  transition: 0.5s ease;
}
.tags .all-tags a:hover {
  color: #f15bb5;
}
.social {
  margin-top: 70px;
}
.social-icons {
  display: flex;
  flex-wrap: wrap;
}
.social .social-icons i {
  background: #f8f9fa;
  border-radius: 20px;
  padding: 11px 40px;
  font-size: 18px;
}
.social .social-icons a {
  margin: 15px;
}
.copyright-sec p {
  margin-top: 0;
  color: #adb5bd;
  font-size: 16px;
  font-family: "DM Sans";
  text-align: center;
}
/*----x---- Footer -----x----*/

/*----------------article page-------------------*/

.article-head {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.article-head a {
  font-size: 18px;
  margin: 12px;
  color: var(--dark);
  font-family: "Poppins", sans-serif;
  transition: 0.5s ease;
}
.article-head a:hover {
  color: #f15bb5;
}
.article-head h2 {
  font-size: 22px;
  font-weight: bold;
  font-family: "DM Sans";
  margin: 20px 0;
}
.blog-info.blog-ar-pg p {
  font-size: 17px;
}
.article-contant {
  text-align: center;
}
.article-contant img {
  width: 86%;
  height: 530px;
  object-fit: cover;
}
.article-contant p {
  text-align: left;
  margin: 50px 0;
}
.all-tags.pop-font.article-tag-pg a {
  font-size: 18px;
}
.all-tags.pop-font.article-tag-pg {
  justify-content: center;
  margin-bottom: 50px;
}
.article-autor {
  background: #f8f9fa;
  margin: 0 auto;
  width: 95%;
  position: relative;
}
.article-autor .autor-img::after {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 65px;
}
.article-autor .autor-img img {
  width: 120px;
  height: 120px;
  border-radius: 5rem;
  z-index: 99;
}
.article-autor .autor-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.autor-info {
  text-align: center;
  margin: 57px 5px;
  padding-bottom: 30px;
}
.autor-info h3 {
  color: #343a40;
  font-family: "DM Sans";
  font-size: 18.72px;
  margin-bottom: 25px;
  font-weight: bold;
}
.autor-info p {
  color: #adb5bd;
  font-family: "Poppins";
  padding-bottom: 20px;
}
.social-icons.socialicon-article-pg {
  justify-content: center;
}
.social-icons.socialicon-article-pg a:hover {
  color: #f15bb5;
}

/*-----comment-------*/

.post-comments {
  padding: 20px 0;
}

.post-comments h3 {
  padding: 20px 0;
  text-align: center;
  font-size: 22px;
  font-family: "Poppins";
  font-weight: 500;
}

.comment-item {
  padding: 20px 0;
}

.avatar {
  padding: 0 20px;
}

.rounded {
  height: 120px;
  width: 120px;
  object-fit: fill;
  border-radius: 99px !important;
}

.comment-content h5 {
  font-size: 16px;
  font-weight: bold;
  font-family: "Poppins";
}
.comment-content p {
  color: #343a40;
  margin-top: 8px;
  font-family: "Roboto", sans-serif;
}

.post-comments .reply {
  padding-left: 7em !important;
  padding: 20px 0;
}

.avatar {
  padding: 0 20px;
}
.form-control {
  width: 100%;
  border: 2px solid #e9ecef;
  padding: 1em;
  font-size: 18px;
  margin-right: 10px;
  font-family: "Poppins", sans-serif;
}
