.recent-blog-page-section {
  padding: 30px 0;
  color: #fff;
}

.recent-blog-page-section .container-wrapper .heading {
  font-size: 38px;
  margin-bottom: 30px;
  letter-spacing: 7.6px;
  color: #ffffff;
  font-family: "Orbitron", sans-serif;
  opacity: 0.27;
}

.recent-blog-page-section .container-wrapper .row-content .big-card {
  margin-bottom: 90px;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .big-card
  .img-wrapper {
  overflow: hidden;
  height: 360px;
  width: 100%;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .big-card
  .img-wrapper
  img {
  width: 100%;
  transition: transform 0.3s ease;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .big-card:hover
  .img-wrapper
  img {
  transform: scale(1.1);
}

.recent-blog-page-section .container-wrapper .row-content .big-card .content {
  margin-top: 15px;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .big-card
  .content
  .inner-content {
  display: flex;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .big-card
  .content
  .inner-content
  .arrow-wrapper
  .inner-arrow-wrapper {
  background: #ffffff23;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  opacity: 1;
  backdrop-filter: blur(30px);
  margin: 8px 0 0 40px;
  transition: 0.3s ease;
  position: relative;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .big-card
  .content
  .inner-content
  .arrow-wrapper
  .inner-arrow-wrapper
  .arrow {
  color: #00cf6a;
  font-size: 40px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: -12px;
  left: -20px;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .big-card:hover
  .content
  .inner-content
  .arrow-wrapper
  .inner-arrow-wrapper
  .arrow {
  transform: rotate(-45deg) translate(20px, 2px) scale(1.1);
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .big-card
  .content
  .date {
  font-size: 14px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  color: #ffffff;
  text-shadow: 0px 3px 6px #00000029;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .big-card
  .content
  .date
  .dot {
  font-size: 6px;
  margin-right: 5px;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .big-card
  .content
  .inner-content
  .title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .big-card
  .content
  .inner-content
  .title-row
  .title {
  font-size: 18px;
  margin: 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .big-card:hover
  .content
  .inner-content
  .title-row
  .title {
  color: #00cf6a;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .big-card
  .content
  .inner-content
  .desc {
  font-size: 13px;
  text-shadow: 0px 3px 6px #00000029;
  color: #ababab;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .big-card
  .content
  .inner-content
  .tags {
  margin-top: 10px;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .big-card
  .content
  .inner-content
  .tags
  span {
  font-size: 12px;
  padding: 4px 10px;
  border: 1px solid #1e8e80;
  border-radius: 20px;
  margin-right: 8px;
  color: #00cf6a;
}

.recent-blog-page-section .container-wrapper .row-content .right-list {
  display: flex;
  flex-direction: column;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .right-list
  .small-card {
  display: flex;
  gap: 15px;
  padding: 15px 0 10px;
  border-bottom: 1px solid #00cf6a;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .right-list
  .small-card:first-child {
  padding-top: 0;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .right-list
  .small-card:last-child {
  border-bottom: none;
}
.recent-blog-page-section
  .container-wrapper
  .row-content
  .right-list
  .small-card
  .img-wrapper {
  width: 220px;
  height: 170px;
  overflow: hidden;
  flex-shrink: 0;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .right-list
  .small-card
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .right-list
  .small-card
  .content
  .date {
  font-size: 12px;
  margin-bottom: 0px;
  color: #ffffffd3;
  text-shadow: 0px 3px 6px #00000029;
  display: flex;
  align-items: center;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .right-list
  .small-card
  .content
  .date
  .dot {
  font-size: 4px;
  margin-right: 5px;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .right-list
  .small-card
  .content
  h5 {
  font-size: 17px;
  letter-spacing: 0.27px;
  color: #ffffff;
  text-shadow: 0px 3px 6px #00000029;
  margin: 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .right-list
  .small-card
  .content
  .desc {
  font-size: 13px;
  text-shadow: 0px 3px 6px #00000029;
  color: #ababab;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recent-blog-page-section
  .container-wrapper
  .row-content
  .right-list
  .small-card
  .content
  .tags
  span {
  font-size: 12px;
  padding: 4px 10px;
  border: 1px solid #1e8e80;
  border-radius: 20px;
  margin-right: 8px;
  color: #00cf6a;
}

@media (min-width: 1400px) {
  .recent-blog-page-section .container-wrapper {
    max-width: 1190px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .recent-blog-page-section
    .container-wrapper
    .row-content
    .right-list
    .small-card
    .content
    .desc {
    line-height: 1.2;
    margin-bottom: 7px;
  }
  .recent-blog-page-section
    .container-wrapper
    .row-content
    .right-list
    .small-card
    .content
    h5 {
    letter-spacing: 0.2px;
    font-size: 15px;
    margin: 5px 0;
  }
  .recent-blog-page-section
    .container-wrapper
    .row-content
    .right-list
    .small-card
    .img-wrapper {
    height: 145px;
    width: 160px;
  }
  .recent-blog-page-section
    .container-wrapper
    .row-content
    .big-card
    .img-wrapper {
    height: 320px;
  }
}

@media (min-width: 0px) and (max-width: 991.98px) {
  .recent-blog-page-section .container-wrapper .heading {
    font-size: 30px;
    letter-spacing: 4px;
    margin-bottom: 18px;
  }

  .recent-blog-page-section .container-wrapper .row-content {
    row-gap: 40px;
  }

  .recent-blog-page-section .container-wrapper .row-content .big-card {
    margin-bottom: 50px;
  }

  .recent-blog-page-section
    .container-wrapper
    .row-content
    .big-card
    .content
    .inner-content {
    /* flex-direction: column; */
  }

  .recent-blog-page-section
    .container-wrapper
    .row-content
    .right-list
    .small-card {
    gap: 15px;
  }
  .recent-blog-page-section
    .container-wrapper
    .row-content
    .right-list
    .small-card
    .img-wrapper {
    width: 220px;
    height: 150px;
  }
  .recent-blog-page-section
    .container-wrapper
    .row-content
    .right-list
    .small-card
    img {
    width: 90px;
    height: 70px;
  }
  .recent-blog-page-section
    .container-wrapper
    .row-content
    .big-card:hover
    .img-wrapper
    img {
    transform: none;
  }

  .recent-blog-page-section
    .container-wrapper
    .row-content
    .big-card:hover
    .content
    .inner-content
    .title-row
    .title {
    color: #ffffff;
  }

  .recent-blog-page-section
    .container-wrapper
    .row-content
    .big-card
    .content
    .inner-content
    .arrow-wrapper
    .inner-arrow-wrapper {
    display: none !important;
  }
  .recent-blog-page-section
    .container-wrapper
    .row-content
    .right-list
    .small-card
    img {
    width: 100%;
    height: 100%;
  }
  .recent-blog-page-section
    .container-wrapper
    .row-content
    .right-list
    .small-card {
    padding: 15px 0 15px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .recent-blog-page-section {
    padding: 20px 0;
  }

  .recent-blog-page-section .container-wrapper .heading {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }

  .recent-blog-page-section
    .container-wrapper
    .row-content
    .big-card
    .content
    .inner-content
    .title-row
    .title {
    font-size: 16px;
  }

  .recent-blog-page-section
    .container-wrapper
    .row-content
    .big-card
    .content
    .inner-content
    .desc {
    font-size: 12px;
  }

  .recent-blog-page-section
    .container-wrapper
    .row-content
    .right-list
    .small-card
    img {
    width: 100%;
    height: 100%;
  }
  .recent-blog-page-section
    .container-wrapper
    .row-content
    .right-list
    .small-card
    .content
    h5 {
    font-size: 16px;
  }
  .recent-blog-page-section
    .container-wrapper
    .row-content
    .big-card
    .img-wrapper {
    height: 300px;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .recent-blog-page-section .container-wrapper .heading {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }

  .recent-blog-page-section .container-wrapper .row-content .big-card {
    margin-bottom: 40px;
  }
  .recent-blog-page-section {
    padding: 20px 0;
  }
  .recent-blog-page-section
    .container-wrapper
    .row-content
    .big-card
    .content
    .inner-content
    .title-row
    .title {
    font-size: 14px;
  }
  .recent-blog-page-section
    .container-wrapper
    .row-content
    .big-card
    .content
    .inner-content
    .arrow-wrapper
    .inner-arrow-wrapper {
    width: 38px;
    height: 38px;
    margin: 0;
  }
  .recent-blog-page-section
    .container-wrapper
    .row-content
    .big-card
    .content
    .inner-content
    .arrow-wrapper
    .inner-arrow-wrapper
    .arrow {
    font-size: 25px;
    bottom: -4px;
    left: -10px;
  }

  .recent-blog-page-section
    .container-wrapper
    .row-content
    .right-list
    .small-card {
    flex-direction: column;
  }
  .recent-blog-page-section
    .container-wrapper
    .row-content
    .right-list
    .img-wrapper {
    width: 100% !important;
    height: 200px !important;
  }
  .recent-blog-page-section
    .container-wrapper
    .row-content
    .right-list
    .small-card
    img {
    width: 100%;
    height: 100%;
  }

  .recent-blog-page-section
    .container-wrapper
    .row-content
    .right-list
    .small-card
    .content
    h5 {
    font-size: 14px;
  }

  .recent-blog-page-section
    .container-wrapper
    .row-content
    .right-list
    .small-card
    .content
    .desc {
    font-size: 12px;
  }
  .recent-blog-page-section
    .container-wrapper
    .row-content
    .big-card
    .img-wrapper {
    height: 220px;
  }
}

@media (min-width: 0px) and (max-width: 420px) {
  .recent-blog-page-section
    .container-wrapper
    .row-content
    .big-card
    .img-wrapper {
    height: 165px;
  }
  .recent-blog-page-section .container-wrapper .row-content .big-card .content {
    margin-top: 6px;
  }
}
