.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;
}
.blog-section .row {
  width: 100%;
}
.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: 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;
  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%;
  aspect-ratio: 46/29;
  object-fit: cover;
}

.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: 1;
  -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;
  }
}


@media screen and (max-width:768px){
  .row{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .blog-section.style-two.grid {
    padding: 30px 0 !important;
}

.style-three .carcity-blog-content {
    padding: 10px !important;
}
.up .blog-title h2 a{
  font-size: 18px !important;
}
.up .blog-title {
    padding-bottom: 10px !important;
}
.style-three .blog-button a {
    margin-top: 10px !important;
    font-size: 14px !important;
}
}


#pagesize {
    margin: 40px 0 0;
    text-align: center;
    width: 100%;
}

#pagesize ul {
    font-size: 0;
    display: flex;
    justify-content: center;
}

#pagesize ul li {
    display: inline-block;
    vertical-align: top
}

#pagesize ul li a {
    line-height: 16px;
    padding: 8px 13px;
    margin: 0 2px;
    display: inline-block;
    border: 1px solid #bebebe;
    background: #fff;
    font-size: 14px;
    color: var(--color-primary);
}

#pagesize ul li a:hover {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    box-shadow: 0 1px 0 0 #fff;
    color: #fff !important;
}

#pagesize ul li span {
    line-height: 16px;
    padding: 8px 13px;
    margin: 0 2px;
    display: inline-block;
    font-size: 14px
}

#pagesize ul li a.active {
    border: var(--color-primary) 1px solid;
    background: var(--color-primary);
    color: #fff
}

#pagesize ul li a.disabled {
    color: #fff;
    border: 1px solid #cecece;
    background: #cecece
}

@media screen and (max-width:768px) {
    #pagesize ul li a {
        padding: 4px 8px;
        font-size: 12px
    }

    #pagesize ul li span {
        padding: 4px 10px;
        font-size: 12px
    }

    #pagesize ul li:first-child a {
        margin-left: 0;
        padding: 4px;
    }
    
    #pagesize ul li:last-child a {
        margin-right: 0;
        padding: 4px;
    }
}