/* Template Name: Pholidev - Bootstrap Business Agency Template
Template URI: https://www.designtocodes.com/product/pholidev-bootstrap-business-agency-template/
Description: Pholidev is a simple, clean, and responsive Bootstrap business agency template for creative people who want to develop an awesome website without having to depend on graphic designers
Author: designtocodes
Author URI: https://www.designtocodes.com
Text Domain: Pholidev */

.d2c_blog_section {
  margin-top: 66px;
}

.d2c_blog_section .d2c_blog_banner_area {
  background-image: url("../images/blog_back.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 330px 0px;
  margin-top: 66px;
}
.d2c_blog_section .d2c_banner_image img{
  height: 342px;
  object-fit: cover;
}

.d2c_blog_section .d2c_blog_banner_area .d2c_banner_title {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  text-transform: capitalize;
  color: var(--primary-color);
}

.d2c_blog_section .d2c_blog_banner_area .d2c_banner_text {
  font-family: var(--font-secondary);
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--paragraph_color);
  margin-bottom: 0;
}
.d2c_blog_section .d2c_blog_post_area .d2c_post_list .d2c_post_item .card {
  border: none;
  background: var(--white-color);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.d2c_blog_section
  .d2c_blog_post_area
  .d2c_post_list
  .d2c_post_item
  .card
  .card-img-top {
  border-radius: 0;
  width: 100%;
  height: 305px;
  object-fit: cover;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.d2c_blog_section .d2c_blog_post_area .d2c_post_list .d2c_post_col {
  display: none;
  padding-bottom: 30px !important;
}
.d2c_blog_section
  .d2c_blog_post_area
  .d2c_post_list
  .d2c_post_item
  .card
  .card-body {
  height: 150px;
}
.d2c_blog_section .d2c_blog_post_area .d2c_post_list .d2c_post_item .card a {
  text-decoration: none;
}

.d2c_blog_section
  .d2c_blog_post_area
  .d2c_post_list
  .d2c_post_item
  .card
  .card-text {
  font-family: var(--font-secondary);
  font-size: 15px;
  text-transform: capitalize;
  color: var(--paragraph_color);
  margin-bottom: 5px;
}

.d2c_blog_section
  .d2c_blog_post_area
  .d2c_post_list
  .d2c_post_item
  .card
  .card-title {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 19px;
  text-transform: capitalize;
  color: #3065c4;
  margin-bottom: 5px;
}
.d2c_blog_section
  .d2c_blog_post_area
  .d2c_post_list
  .d2c_post_item
  .card
  .d2c_read_more_btn
  a {
  text-decoration: none;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--primary-color);
  position: relative;
}

.d2c_blog_section
  .d2c_blog_post_area
  .d2c_post_list
  .d2c_post_item
  .card
  .d2c_read_more_btn
  a::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 55%;
  transform: translateY(-50%);
  background-image: url("../images/right-arrow.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.d2c_blog_section .d2c_blog_post_area .d2c_load_more_btn {
  margin-top: 50px;
}

.d2c_blog_section .d2c_blog_post_area .d2c_load_more {
  border: 3px solid #3065c4;
  border-radius: 2px;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #3065c4;
  padding: 11px 35px 10px 35px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition: 0.4s all ease;
}
.d2c_blog_section .d2c_blog_post_area .d2c_load_more:hover {
  background: #3065c4;
  color: #fff;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}

.d2c_blog_section .d2c_blog_post_area {
  padding: 50px 0px 100px 0px;
}
