:root {
  --primary-color: #00457f;
  --secondary-color: #3F6AFF;
  --white-color: #ffffff;
  --accent-color: #707070;
  --light-grey: #f6f6f6;
  --dark-grey: #eeeeee;
  --form-border:#ebebeb;
  --form-color:#b1b1b1;
  --menu-color:#353535;
  --menu-color-item:#424141;
  --number-color:#f2f2f2;
  --black-color: #000000;
  --link-color:#495057;
  --card-title:#444242;
  --post-title:#333333;
  --widget-color:#788487;
  --font-secondary:"antonio";
}

.blog-banner {
  background-image: url(../images/blogs/organic-banner.png);
  background-repeat: repeat;
  background-size: cover;
  background-position: center 100%;
  padding: 100px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.blog-banner .banner-content {
  max-width: 910px;
}
.blog-banner .banner-content h1 {
  font-weight: 800;
  font-size: 65px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--white-color);
}
@media (max-width: 991px) {
  .blog-banner .banner-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .blog-banner .banner-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .blog-banner .banner-content h1 {
    font-size: 30px;
  }
}
.blog-banner .banner-content p {
  color: var(--white-color);
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .blog-banner .banner-content p {
    font-size: 14px;
  }
}
.blog-banner .banner-right-img {
  bottom: 0;
  right: -100px;
  width: 500px;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
@media (max-width: 1600px) {
  .blog-banner .banner-right-img {
    right: -150px;
  }
}
@media (max-width: 1500px) {
  .blog-banner .banner-right-img {
    width: 360px;
  }
}
.blog-banner .banner-left-img {
  bottom: 0;
  left: -100px;
  top: 0;
  width: 500px;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
@media (max-width: 1600px) {
  .blog-banner .banner-left-img {
    left: -150px;
  }
}
@media (max-width: 1500px) {
  .blog-banner .banner-left-img {
    width: 360px;
  }
}

.trending-topics {
  background-color: #F9F6ED;
  padding: 113px 0px;
}
@media (max-width: 991px) {
  .trending-topics {
    padding: 70px 0px;
  }
}
@media (max-width: 768px) {
  .trending-topics {
    padding: 50px 0px;
  }
}
.trending-topics h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: var(--primary-color);
}
@media (max-width: 576px) {
  .trending-topics h2 {
    font-size: 22px;
  }
}
.trending-topics .tab-header {
  padding: 46px 0;
  position: sticky;
  top: 114px;
  background-color: #F9F6ED;
}
.trending-topics .tab-header.is-sticky {
  padding: 20px 0px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
@media (max-width: 394px) {
  .trending-topics .tab-header {
    top: 140px;
  }
}
.trending-topics .tab-header .nav-pills {
  gap: 12px;
}
.trending-topics .tab-header .nav-pills .nav-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-color);
  padding: 11px 22px;
  background-color: #F9F6ED;
  border: 1px solid var(--primary-color);
  border-radius: 33px;
  transition: all 0.3s;
  text-transform: uppercase;
}
.trending-topics .tab-header .nav-pills .nav-link.active {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.trending-topics .tab-header .nav-pills .nav-link:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.trending-topics select {
  padding: 11px 22px;
  border-radius: 8px;
}
.trending-topics select:focus {
  border-color: #ccc;
  box-shadow: none;
}
.trending-topics .input-search {
  border-radius: 50px;
  border: 1px solid #ccc;
  background-color: var(--white-color);
  width: 240px;
  padding: 11px 22px;
}
@media (max-width: 991px) {
  .trending-topics .input-search {
    width: 100%;
    border-radius: 8px;
  }
}
.trending-topics .input-search img {
  color: #A9A9A9;
  width: 20px;
}
.trending-topics .input-search input {
  border: none;
  box-shadow: none;
  background: transparent;
  height: 0;
}
.trending-topics .input-search input::placeholder {
  color: #a9a9a9;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.trending-topics .tab-content .blog-wrapper {
  padding: 20px;
  background: var(--white-color);
  border-radius: 29px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .trending-topics .tab-content .blog-wrapper {
    padding: 16px;
    border-radius: 15px;
  }
}
.trending-topics .tab-content .blog-wrapper .blog-image {
  border-radius: 14px;
  height: 198px;
  object-fit: cover;
}
.trending-topics .tab-content .blog-wrapper .main-content-top {
  padding-top: 14px;
}
.trending-topics .tab-content .blog-wrapper .main-content-top .date,
.trending-topics .tab-content .blog-wrapper .main-content-top span {
  font-size: 12px;
  color: #000000;
}
.trending-topics .tab-content .blog-wrapper .blog-time {
  background: #E6F0FF;
  padding: 2px 4px;
  border-radius: 30px;
  gap: 8px;
}
.trending-topics .tab-content .blog-wrapper .blog-time .clock {
  background: var(--white-color);
  padding: 4px;
  width: 30px;
  height: 30px;
}
.trending-topics .tab-content .blog-wrapper .blog-time span {
  font-size: 12px;
  line-height: 100%;
  padding-right: 4px;
}
.trending-topics .tab-content .blog-wrapper h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: var(--primary-color);
  padding-top: 11px;
}
@media (max-width: 576px) {
  .trending-topics .tab-content .blog-wrapper h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.trending-topics .tab-content .blog-wrapper p {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.trending-topics .tab-content .blog-wrapper .tag {
  flex-wrap: nowrap;
  gap: 10px;
}
.trending-topics .tab-content .blog-wrapper .tag .content-tab {
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  padding: 5px 10px;
  background-color: var(--white-color);
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  color: var(--primary-color);
}
.trending-topics .tab-content .blog-wrapper .author {
  font-weight: 600;
  color: var(--black-color);
  text-wrap: nowrap;
}

.pagination {
  gap: 10px;
  margin-top: 30px;
}
.pagination a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #5B5A5A;
  border: 1px solid #A29F9F;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pagination a:hover {
  background: #2563EB;
  color: var(--white-color);
  border: 1px solid #2563EB;
}
.pagination a.active {
  background: #2563EB;
  color: var(--white-color);
  border: 1px solid #2563EB;
}

/*# sourceMappingURL=blogs.css.map */
