.section-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 200px 0;
  background: radial-gradient(50% 55.07% at 50% -17.63%, #55e1dd 3.37%, #0131b9 42.81%, #020816 100%);
}
.section-1 h1 {
  font-size: 48px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  font-family: "PoppinsRegular";
}
.section-1 p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  font-family: "PoppinsRegular";
}
.section-1 .search-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-1 .search-container input {
  background-color: rgba(123, 123, 123, 0.3215686275);
  border-radius: 35px;
  width: 642px;
  height: 60px;
  border: 1px solid rgba(123, 123, 123, 0.3215686275);
  color: rgba(255, 255, 255, 0.5490196078);
  font-size: 17px;
  font-weight: 400;
  font-family: "PoppinsRegular";
  padding: 0 20px;
}
.section-1 .search-container input::placeholder {
  color: rgba(255, 255, 255, 0.5490196078);
  font-size: 17px;
  font-weight: 400;
  font-family: "PoppinsRegular";
}
.section-1 .search-container button {
  background: unset;
  border: unset;
  position: absolute;
  right: 20px;
}
.section-1 .search-container button img {
  width: 27px;
  height: 27px;
}

.blog-detail-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding: 0 180px;
}
.blog-detail-container .image-thumbnail {
  width: 100%;
}
.blog-detail-container p {
  text-align: unset;
}
.blog-detail-container .read-time {
  font-size: 16px;
  font-weight: 500;
  color: #aeaeb8;
  text-align: center;
  font-family: "PoppinsMedium";
  text-align: left;
}
.blog-detail-container .title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  font-family: "PoppinsBold";
}
.blog-detail-container h1,
.blog-detail-container h2,
.blog-detail-container h3,
.blog-detail-container h4,
.blog-detail-container h5,
.blog-detail-container h6 {
  color: #ffffff;
}

.section-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 100px 80px;
  position: relative;
  z-index: 1;
}
.section-2 .ellipse-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-2 .ellipse-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.section-2 .ellipse-custom {
  margin: 0 auto;
}
.section-2 h1 {
  font-size: 48px;
  font-weight: 400;
  color: #999999;
  font-family: "PoppinsRegular";
  text-align: center;
}
.section-2 p {
  font-size: 20px;
  font-weight: 400;
  color: #999999;
  text-align: center;
  font-family: "PoppinsRegular";
}
.section-2 .partnership-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 1;
  flex-wrap: wrap;
  margin-top: 80px;
}
.section-2 .partnership-container .partner-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  background: linear-gradient(250.48deg, rgba(255, 255, 255, 0.0336) -9.32%, rgba(153, 153, 153, 0.0112) 107.19%);
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  border-radius: 20px;
  padding: 20px 16px 33px 16px;
  text-decoration: none;
}
.section-2 .partnership-container .partner-item img {
  border-radius: 20px;
}
.section-2 .partnership-container .partner-item .blogs-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.section-2 .partnership-container .partner-item .read-time,
.section-2 .partnership-container .partner-item .description {
  color: #aeaeb8;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  font-family: "PoppinsRegular";
}
.section-2 .partnership-container .partner-item .title {
  font-size: 20px;
  font-weight: 700;
  color: white;
  text-align: left;
  font-family: "PoppinsBold";
}
.section-2 .partnership-container .partner-item p {
  color: #aeaeb8;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  font-family: "PoppinsRegular";
}
.section-2 .partnership-container .partner-item h2 strong {
  font-family: "PoppinsRegular";
  color: #aeaeb8;
  font-size: 15px;
}

.section-related-blogs {
  padding: 100px 131px;
  position: relative;
  z-index: 1;
}
.section-related-blogs .w3ap-title {
  margin: 0 auto;
}
.section-related-blogs .ellipse-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-related-blogs .ellipse-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.section-related-blogs .ellipse-custom {
  margin: 0 auto;
}
.section-related-blogs h1 {
  font-size: 48px;
  font-weight: 400;
  color: #999999;
  font-family: "PoppinsRegular";
  text-align: center;
  margin-top: 20px;
}
.section-related-blogs p {
  font-size: 20px;
  font-weight: 400;
  color: #999999;
  text-align: center;
  font-family: "PoppinsRegular";
}
.section-related-blogs .partnership-container {
  z-index: 1;
  flex-wrap: wrap;
  margin-top: 80px;
  position: relative;
}
.section-related-blogs .partnership-container .swiper-pagination {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.section-related-blogs .partnership-container .swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  border-radius: 50%;
}
.section-related-blogs .partnership-container .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  border: 1px solid #ffffff;
}
.section-related-blogs .partnership-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8d16d3;
}
.section-related-blogs .partnership-container .button-next {
  position: absolute;
  right: -6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.section-related-blogs .partnership-container .button-prev {
  position: absolute;
  left: -6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.section-related-blogs .partnership-container .button-next img,
.section-related-blogs .partnership-container .button-prev img {
  width: 50px;
  height: 50px;
}
.section-related-blogs .partnership-container .partner-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  background: linear-gradient(250.48deg, rgba(255, 255, 255, 0.0336) -9.32%, rgba(153, 153, 153, 0.0112) 107.19%);
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  border-radius: 20px;
  padding: 20px 20px 33px 20px;
  text-decoration: none;
}
.section-related-blogs .partnership-container .partner-item img {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  object-fit: cover;
}
.section-related-blogs .partnership-container .partner-item .blogs-image {
  width: 500px;
  height: 300px;
  object-fit: cover;
}
.section-related-blogs .partnership-container .partner-item .read-time,
.section-related-blogs .partnership-container .partner-item .description,
.section-related-blogs .partnership-container .partner-item p {
  color: #aeaeb8;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  font-family: "PoppinsRegular";
}
.section-related-blogs .partnership-container .partner-item .title {
  font-size: 20px;
  font-weight: 700;
  color: white;
  text-align: left;
  font-family: "PoppinsBold";
}
.section-related-blogs .buttom-custom {
  margin: 80px auto 0 auto;
}

@media (max-width: 1024px) {
  .section-1 .search-container {
    width: 100%;
  }
  .section-1 .blog-detail-container {
    padding: 0 20px;
  }
  .section-2 {
    overflow: hidden;
    padding: 0 20px 50px 20px;
  }
  .section-2 h1 {
    font-size: 30px;
  }
  .section-2 p {
    font-size: 16px;
  }
  .section-2 .partnership-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .section-2 .partnership-container .partner-item {
    width: 90%;
  }
  .section-2 .partnership-container .partner-item .blogs-image {
    width: 100%;
    height: 200px;
  }
  .section-2 .partnership-container .partner-item img {
    width: 100%;
  }
  .section-related-blogs {
    overflow: hidden;
    padding: 100px 20px;
  }
  .section-related-blogs .partnership-container .partner-item {
    width: unset;
  }
  .section-related-blogs .partnership-container .button-next,
  .section-related-blogs .partnership-container .button-prev {
    display: none;
  }
}
.no-results,
.error-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px;
  text-align: center;
}
.no-results p,
.error-message p {
  font-size: 18px;
  font-weight: 400;
  color: #aeaeb8;
  font-family: "PoppinsRegular";
}
.no-results button,
.error-message button {
  background: linear-gradient(135deg, #55e1dd 0%, #0131b9 100%);
  border: none;
  border-radius: 25px;
  padding: 12px 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: "PoppinsMedium";
  cursor: pointer;
  transition: all 0.3s ease;
}
.no-results button:hover,
.error-message button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(85, 225, 221, 0.3);
}

.error-message p {
  color: #ff6b6b;
}

.blog-detail-container {
  /* Loading */
  /* Error Message */
}
.blog-detail-container .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  font-size: 18px;
  color: #ffffff;
  font-family: "PoppinsRegular";
}
.blog-detail-container .error-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  text-align: center;
  gap: 20px;
}
.blog-detail-container .error-message h2 {
  font-size: 24px;
  font-weight: 700;
  color: #ff6b6b;
  font-family: "PoppinsBold";
}
.blog-detail-container .error-message p {
  font-size: 16px;
  font-weight: 400;
  color: #aeaeb8;
  font-family: "PoppinsRegular";
}
.blog-detail-container .error-message button {
  background: linear-gradient(135deg, #55e1dd 0%, #0131b9 100%);
  border: none;
  border-radius: 25px;
  padding: 12px 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: "PoppinsMedium";
  cursor: pointer;
  transition: all 0.3s ease;
}
.blog-detail-container .error-message button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(85, 225, 221, 0.3);
}

/*# sourceMappingURL=blogs.css.map */
