/*******************************************
<-- Start Carcity Blog section css -->
********************************************/

.blog-section {
  padding: 120px 0 73px;
}

.blog-section.home-two {
  padding: 90px 0 74px;
}

.blog-section.style-two {
  padding: 105px 0 104px;
}

.blog-section.style-two.grid {
  padding: 105px 0 75px;
}

.carcity-single-blog-box {
  padding: 0 10px 0 0;
  background: #fff;
  box-shadow: 0px 5px 50px rgba(234, 234, 234, 0.7);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.carcity-single-blog-box:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #0d0e14;
  transform: scale(0, 1);
  transition: 0.5s;
  border-radius: 4px;
}

.carcity-blog-thumb {
  margin-right: 50px;
}

.post-categories span {
  font-weight: 400;
  color: #616161;
  display: inline-block;
  transition: 0.5s;
}

.post-categories span i {
  font-size: 16px;
  color: var(--color-primary);
  margin-right: 6px;
  display: inline-block;
  transition: 0.5s;
}

.blog-title h2 a {
  font-size: 26px;
  font-weight: 600;
  font-family: "Jost";
  line-height: 34px;
  color: #0d0e14;
  display: block;
  padding: 3px 0 0;
  transition: 0.5s;
}

.blog-description p {
  margin: 15px 0 0;
  transition: 0.5s;
}

.blog-button a {
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost";
  color: var(--color-primary);
  margin-top: 25px;
  display: inline-block;
  transition: 0.5s;
}

.blog-button a i {
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 3px;
}

.style-two.carcity-single-blog-box {
  padding: 0 0px 0 50px;
}

.style-two .carcity-blog-thumb {
  margin-right: 0;
}

.style-three.carcity-single-blog-box {
  padding: 0 0px 0 0;
  display: inline-block;
  margin-left: 5px;
}

.style-three .carcity-blog-thumb {
  margin-right: 0;
}

.style-three .carcity-blog-thumb img {
  width: 100%;
}

.style-three .carcity-blog-content {
  padding: 29px 45px 29px 30px;
}

.style-three .blog-button a {
  margin-top: 23px;
}

/*blog all hover*/
.carcity-single-blog-box:hover:before {
  transform: scale(1);
}

.carcity-single-blog-box:hover .post-categories span,
.carcity-single-blog-box:hover .post-categories span i,
.carcity-single-blog-box:hover .blog-title h2 a,
.carcity-single-blog-box:hover .blog-description p,
.carcity-single-blog-box:hover .blog-button a {
  color: #fff;
}

.blog-content {
  padding: 28px 0 45px;
}

.blog-meta span {
  padding: 0 0 0 17px;
  color: #0d0e14;
  position: relative;
  z-index: 1;
}

.blog-meta a {
  font-size: 15px;
  color: var(--color-primary) !important;
}

.blog-meta span:before {
  position: absolute;
  content: "";
  left: 6px;
  top: 1px;
  height: 15px;
  width: 1px;
  background: #0d0e14;
  opacity: 0.6;
}

.meta-blog-title h2 a {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  padding: 3px 0 4px;
  color: #0d0e14;
  display: inline-block;
}

/*blogs button*/

.blogs-button a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  display: inline-block;
  margin-top: 24px;
  color: #0d0e14;
}

.blogs-button i {
  font-size: 20px;
  color: #0d0e14;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 5px;
  transition: 0.5s;
}

.blogs-button a:hover {
  color: var(--color-primary);
}

.blogs-button a:hover i {
  color: var(--color-primary);
  padding-left: 10px;
}

/* blog right*/
.blog-section .widget-check-box {
  padding: 40px 40px 15px;
  background: #f5f5f5;
  box-shadow: none;
  border-radius: 4px;
  margin-bottom: 30px;
}

.blog-section .widget-items {
  padding: 40px 40px 15px;
  background: #f5f5f5;
  box-shadow: none;
  border-radius: 4px;
  margin-bottom: 30px;
}

/*widget recent post*/
.widget-recent-post {
  margin-bottom: 29px;
}

.widget-recent-post .rpost-thumb {
  width: 100px;
}

.rpost-title {
  padding-left: 16px;
}

.rpost-title a {
  color: var(--color-primary);
}

.rpost-title h4 {
  margin-top: 0;
}

.rpost-content {
  flex: 1;
}

.rpost-content h4 a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost";
  line-height: 26px;
  color: #0d0e14;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.rpost-title span {
  font-size: 14px;
}

.blog-section .up.widget-items {
  padding: 40px 40px 25px;
}

.tag-item a {
  background: #fff;
  padding: 9px 22px;
  display: inline-block;
  margin: 0px 12px 15px 0;
  font-size: 16px;
  color: #0d0e14;
  transition: 0.5s;
  border-radius: 3px;
}
.tag-item a:hover {
  color: #fff;
  background: var(--color-primary);
}

.blog-section .up2.widget-items {
  padding: 40px 40px 40px;
}

.style-two.form_box input {
  height: 60px;
  border: 0;
  background: #fff;
}

.style-two.contact-form button {
  margin-top: 20px;
  width: -webkit-fill-available;
}

.style-two.form_box input {
  height: 60px;
  border: 0;
  background: #fff;
}

.style-two.contact-form button {
  margin-top: 20px;
  width: -webkit-fill-available;
}

.form_box {
  position: relative;
}

.form_box input {
  width: 100%;
  height: 56px;
  padding-left: 25px;
  background: #fff;
  border-radius: 3px;
  color: #0d0e14;
  outline: 0;
  border: 0;
  transition: 0.5s;
}

.form_box i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 17px;
}

.categories-title h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 2px solid #e9e9ea;
  padding: 0px 0 15px;
  margin: 0 0 30px;
  position: relative;
}

.categories-title h4:before {
  position: absolute;
  content: "";
  left: -42px;
  top: 0;
  height: 24px;
  width: 2px;
  background: var(--color-primary);
}

.service-detials-area .categories-title h4:before {
  left: -37px;
}

/*widget recent post*/
.widget-recent-post {
  margin-bottom: 29px;
}

.rpost-title {
  padding-left: 25px;
}

.blog-section .up.widget-items {
  padding: 40px 40px 25px;
}

.tag-item a {
  background: #fff;
  padding: 9px 22px;
  display: inline-block;
  margin: 0px 12px 15px 0;
  font-size: 16px;
  color: #0d0e14;
  transition: 0.5s;
  border-radius: 3px;
}
.tag-item a:hover {
  color: #fff;
  background: var(--color-primary);
}

.blog-section .up2.widget-items {
  padding: 40px 40px 40px;
}

.style-two.form_box input {
  height: 60px;
  border: 0;
  background: #fff;
}

.style-two.contact-form button {
  margin-top: 20px;
  width: -webkit-fill-available;
}

.single-blog-social-icon {
  border-top: 1px solid rgba(13, 14, 20, 0.1);
  border-bottom: 1px solid rgba(13, 14, 20, 0.1);
  margin: 38px 0 40px 0;
}

li.social-text {
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost";
  color: #0d0e14;
  padding-right: 10px;
}

.single-blog-social-icon ul {
  margin: 30px 0;
}

.single-blog-social-icon ul li {
  display: inline-block;
  margin-right: 5px;
}

.single-blog-social-icon ul li i {
  font-size: 14px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-radius: 3px;
  display: inline-block;
  color: #6e6e72;
}

.single-blog-social-icon ul li:hover i {
  color: #fff;
  background: var(--color-primary);
}

.letest-blog-title h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  padding: 55px 0 40px;
}

.blog-thumbs img {
  width: 100%;
}

/*product detials post comment box*/
.product-details-respond {
  padding: 30px 0 30px;
}

.from-box {
  position: relative;
}

.from-box i {
  position: absolute;
  right: 15px;
  top: 65px;
  font-size: 17px;
}

p.form_text {
  font-family: "Jost";
  color: #0d0e14;
  margin-bottom: 10px;
  padding: 10px 0 0;
}

.from-box input {
  height: 60px;
  background-color: #fff;
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-radius: 4px;
  transition: 0.5s;
  padding: 6px 20px;
  display: block;
  width: 100%;
  color: #0d0e14;
  margin-bottom: 20px;
}

.from-box input::placeholder {
  color: #0d0e14;
  opacity: 0.6;
}

.from-box textarea {
  height: 190px;
  width: 100%;
  padding: 15px 22px 0px;
  background: #fff;
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-radius: 4px;
  color: #0d0e14;
}

.from-box textarea::placeholder {
  color: #0d0e14;
  opacity: 0.6;
}

.contact-form button {
  padding: 17px 40px;
  font-size: 17px;
  font-family: "Jost";
  font-weight: 500;
  color: #fff;
  background: var(--color-primary);
  border-radius: 4px;
  border: 0;
  margin-top: 33px;
  position: relative;
  z-index: 1;
}

.contact-form button:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0d0e14;
  border-radius: 4px;
  transform: scale(0);
  transition: 0.5s;
}

.contact-form button:hover:before {
  transform: scale(1);
}

.carcity-single-blog-box {
  padding: 0 10px 0 0;
  background: #fff;
  box-shadow: 0px 5px 50px rgba(234, 234, 234, 0.7);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.carcity-single-blog-box:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #0d0e14;
  transform: scale(0, 1);
  transition: 0.5s;
  border-radius: 4px;
}

.carcity-blog-thumb {
  margin-right: 50px;
}

.post-categories span {
  font-weight: 400;
  font-family: "Jost";
  color: #616161;
  display: inline-block;
  transition: 0.5s;
}

.post-categories span i {
  font-size: 16px;
  color: var(--color-primary);
  margin-right: 6px;
  display: inline-block;
  transition: 0.5s;
}

.blog-title h2 a {
  font-size: 26px;
  font-weight: 600;
  font-family: "Jost";
  line-height: 34px;
  color: #0d0e14;
  display: block;
  padding: 3px 0 0;
  transition: 0.5s;
}

.blog-description p {
  margin: 15px 0 0;
  transition: 0.5s;
}

.blog-button a {
  font-size: 18px;
  /* font-weight: 500; */
  font-family: "Jost";
  color: #ed1c24;
  margin-top: 25px;
  display: inline-block;
  transition: 0.5s;
}

.blog-button a i {
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 3px;
  font-weight: 500;
}

.style-two.carcity-single-blog-box {
  padding: 0 0px 0 50px;
}

.style-two .carcity-blog-thumb {
  margin-right: 0;
}

.style-three.carcity-single-blog-box {
  padding: 0 0px 0 0;
  display: inline-block;
  margin-left: 5px;
  width: 100%;
}

.style-three .carcity-blog-thumb {
  margin-right: 0;
}

.style-three .carcity-blog-thumb img {
  width: 100%;
}

.style-three .carcity-blog-content {
  padding: 29px 45px 29px 30px;
}

.style-three .blog-button a {
  margin-top: 23px;
}

/*blog all hover*/
.carcity-single-blog-box:hover:before {
  transform: scale(1);
}

.carcity-single-blog-box:hover .post-categories span,
.carcity-single-blog-box:hover .post-categories span i,
.carcity-single-blog-box:hover .blog-title h2 a,
.carcity-single-blog-box:hover .blog-description p,
.carcity-single-blog-box:hover .blog-button a {
  color: #fff;
}

.blog-button {
  display: inline-block;
}

.up.blog-button a i {
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 2px;
  /* left: 76px; */
}

.up .blog-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
}

.up .blog-title h2 a {
  font-size: 22px;
  font-weight: 500;
  font-family: "Jost";
  line-height: 28px;
  color: #0d0e14;
  display: block;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipse-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  .carcity-blog-thumb {
    margin-right: 35px;
  }
  .carcity-blog-thumb img {
    width: 100%;
  }
  .blog-title h2 a {
    font-size: 20px;
  }
  .blog-button a {
    font-size: 16px;
  }
  .blog-button a i {
    font-size: 18px;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  /*blog section*/
  .style-three .carcity-blog-content {
    padding: 29px 30px 29px 30px;
  }
}
