.hero-section {
  min-height: 480px;
}

.content-left {
  position: relative;
  top: -300px;
  margin-bottom: -300px;
}

.content-right {
  position: relative;
  top: -300px;
  margin-bottom: -300px;
}

.first-blog {
  border-radius: 12px;
  overflow: hidden;
  height: 480px;
  border-radius: 25px;
}

.standart-blog {
  border-radius: 12px;
  overflow: hidden;
  height: 220px;
  border-radius: 25px;
}

.small-blog {
  border-radius: 12px;
  overflow: hidden;
  height: 130px;
  border-radius: 25px;
}

.standart-blog:first-child {
  margin-bottom: 39px;
}

.blog-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.blog-content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 15px 25px;
  height: 100%;
}
.content-area h2 {
  font-size: 24px;
}
.content-area h3 {
  font-size: 22px;
}
.content-area h4 {
  font-size: 20px;
}
.content-area h5 {
  font-size: 18px;
}
.content-area h6 {
  font-size: 16px;
}
.platform-badge {
  background-color: #dd2b61;
  color: #fff;
  padding: 5px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 17px;
}

.blog-date {
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
}

.first-blog .blog-title {
  font-size: 25px;
  font-weight: 700;
}

.standart-blog .blog-title {
  font-size: 19px;
  font-weight: 700;
}

.small-blog-detail-title {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
}

.blog-card {
  background-color: #fff;
  box-shadow: 0px 4px 100px 4px #00000059;
  border-radius: 25px;
  margin-top: 60px;
  padding: 20px;
}

.blog-card .blog-card-title {
  font-size: 25px;
  font-weight: 700;
}

.blog-item {
  margin-bottom: 35px;
}

.blog-item .blog-detail-title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 0;
}

.blog-item .blog-detail-desc {
  color: #2f2c2c9e;
  font-size: 13px;
  font-weight: 700;
}

.small-blog-detail-desc {
  color: #2f2c2c9e;
  font-size: 10px;
  font-weight: 700;
}

.blog-item .read-btn {
  display: flex;
  align-items: center;
  background-color: #2058c3;
  padding: 10px;
  color: #fff;
  border: 0;
  font-size: 15px;
  border-radius: 10px;
}

.blog-item .read-btn i {
  font-size: 18px;
  margin-left: 25px;
}

.read-more {
  background-color: #2058c3;
  padding: 10px;
  color: #fff;
  border: 0;
  font-size: 15px;
  border-radius: 10px;
  width: 100%;
}

.blog-categories {
  list-style: none;
  padding: 0;
}

.blog-categories li {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
}

.blog-categories li a {
  display: flex;
  align-items: center;
}

.blog-categories li i {
  font-size: 23px;
  color: #2058c3;
}

.blog-categories li:hover {
  transform: translate(3px, -3px);
}

.platform-img {
  position: absolute;
  inset: 0;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}

.platforms-link {
  overflow: hidden;
  border-radius: 25px;
  overflow: hidden;
  margin-top: 60px;
}

.platforms-link .link-name {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 20px;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.platforms-link i {
  font-size: 100px;
}

.blog-card .created {
  font-weight: 600;
}

.blog-card .view,
.blog-card .date {
  font-size: 15px;
  font-weight: 500;
}

.blog-card .view i,
.blog-card .date i {
  font-size: 18px;
  margin-right: 4px;
}

.blog-show-title {
  font-size: 27px;
  font-weight: 700;
}

.first-blog-title {
  font-size: 50px;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .small-blog-detail-title {
    font-size: 17px;
  }

  .small-blog-detail-desc {
    font-size: 12px;
  }

  .content-right {
    top: 0;
    margin-bottom: 0;
  }

  .platforms-link img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .small-blog-detail-title {
    font-size: 13px;
  }

  .small-blog-detail-desc {
    font-size: 10px;
  }
}
