@import url("https://fonts.googleapis.com/css2?family=AR+One+Sans:wght@400..700&family=Bebas+Neue&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.cdnfonts.com/css/satoshi");

.single-container * {
  font-family: "Satoshi";
}
.single-container strong {
  font-weight: bold;
}
.single-container .post-container h2 {
  font-size: 50px;
}
@media (max-width: 1100px) {
  .single-container .post-container h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .single-container .post-container h2 {
    font-size: 30px;
  }
}
.single-container .post-container h3 {
  margin-top: 50px;
  font-size: 40px;
}
@media (max-width: 1100px) {
  .single-container .post-container h3 {
    margin-top: 40px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .single-container .post-container h3 {
    margin-top: 35px;
    font-size: 26px;
  }
}
.single-container .post-container .blog-content .thumb {
  width: 100%;
  height: 70vh;
  max-height: 700px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1100px) {
  .single-container .post-container .blog-content .thumb {
    max-height: 550px;
  }
}
@media (max-width: 767px) {
  .single-container .post-container .blog-content .thumb {
    max-height: 450px;
  }
}
.single-container .post-container .blog-content .thumb img {
  width: 100%;
  height: 100%;
  object-position: 50% 100%;
  object-fit: cover;
}
.single-container .post-container .blog-content .thumb .breadcrumb {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.831372549);
  width: 100%;
  padding: 20px 15vw;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1100px) {
  .single-container .post-container .blog-content .thumb .breadcrumb {
    padding: 20px 50px;
  }
}
@media (max-width: 767px) {
  .single-container .post-container .blog-content .thumb .breadcrumb {
    padding: 20px 25px;
    align-items: flex-start;
  }
}
.single-container .post-container .blog-content .thumb .breadcrumb *:not(i) {
  font-family: "Space Grotesk";
}
.single-container .post-container .blog-content .thumb .breadcrumb a {
  color: rgb(86, 86, 86);
  text-decoration: none;
  margin: 0;
  font-size: 16px;
  transition: 300ms ease all;
}
@media (max-width: 767px) {
  .single-container .post-container .blog-content .thumb .breadcrumb a {
    font-size: 12px;
  }
}
.single-container .post-container .blog-content .thumb .breadcrumb a:hover, .single-container .post-container .blog-content .thumb .breadcrumb a:focus {
  color: black;
}
.single-container .post-container .blog-content .thumb .breadcrumb i {
  font-size: 12px;
  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  .single-container .post-container .blog-content .thumb .breadcrumb i {
    font-size: 10px;
  }
}
.single-container .post-container .blog-content .thumb .breadcrumb p {
  color: black;
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .single-container .post-container .blog-content .thumb .breadcrumb p {
    font-size: 12px;
    width: 80%;
  }
}
.single-container .post-container .blog-content .title-text {
  width: 100%;
  padding: 50px 15vw;
}
@media (max-width: 1100px) {
  .single-container .post-container .blog-content .title-text {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .single-container .post-container .blog-content .title-text {
    padding: 25px;
  }
}
.single-container .post-container .blog-content .title-text *:first-child {
  margin-top: 0;
}
.single-container .post-container .blog-content .title-text h1,
.single-container .post-container .blog-content .title-text h2,
.single-container .post-container .blog-content .title-text h3,
.single-container .post-container .blog-content .title-text h4,
.single-container .post-container .blog-content .title-text h5,
.single-container .post-container .blog-content .title-text h5 {
  color: #ff4d04;
  font-family: "Space Grotesk";
  font-weight: bold;
}
.single-container .post-container .blog-content .title-text h1 strong,
.single-container .post-container .blog-content .title-text h2 strong,
.single-container .post-container .blog-content .title-text h3 strong,
.single-container .post-container .blog-content .title-text h4 strong,
.single-container .post-container .blog-content .title-text h5 strong,
.single-container .post-container .blog-content .title-text h5 strong {
  color: #ff4d04;
}
.single-container .post-container .blog-content .title-text p {
  font-size: 16px;
  font-family: "Satoshi";
}
@media (max-width: 767px) {
  .single-container .post-container .blog-content .title-text p {
    font-size: 14px;
  }
}
.single-container .post-container .blog-content .title-text ul li {
  font-size: 16px;
}
@media (max-width: 767px) {
  .single-container .post-container .blog-content .title-text ul li {
    font-size: 14px;
  }
}
.single-container .post-container .blog-content .title-text ol li {
  font-size: 16px;
}
@media (max-width: 767px) {
  .single-container .post-container .blog-content .title-text ol li {
    font-size: 14px;
  }
}
.single-container .post-container .more-arts {
  background-color: #ff4d04;
  padding: 100px 15vw;
  width: 100%;
  display: flex;
}
@media (max-width: 1100px) {
  .single-container .post-container .more-arts {
    padding: 75px 50px;
  }
}
@media (max-width: 767px) {
  .single-container .post-container .more-arts {
    padding: 50px 25px;
  }
}
.single-container .post-container .more-arts .featured-articles {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.single-container .post-container .more-arts .featured-articles h2 {
  color: white;
  font-family: "Space Grotesk";
  font-weight: bold;
  text-align: center;
}
.single-container .post-container .more-arts .featured-articles p {
  font-size: 24px;
  line-height: 110%;
  color: white;
  margin: 0;
  text-align: center;
}
@media (max-width: 1100px) {
  .single-container .post-container .more-arts .featured-articles p {
    font-size: 20px;
  }
}
.single-container .post-container .more-arts .featured-articles #post-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-items: center;
  margin: 50px 0;
}
@media (max-width: 1100px) {
  .single-container .post-container .more-arts .featured-articles #post-container {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .single-container .post-container .more-arts .featured-articles #post-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-container .post-container .more-arts .featured-articles #post-container .featured-article {
  width: 100%;
  max-width: 325px;
  height: 30vh;
  max-height: 325px;
  background-color: white;
  border-radius: 15px;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-content: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .single-container .post-container .more-arts .featured-articles #post-container .featured-article {
    max-height: 250px;
  }
}
.single-container .post-container .more-arts .featured-articles #post-container .featured-article:hover > h3 {
  background-color: white;
}
.single-container .post-container .more-arts .featured-articles #post-container .featured-article h3 {
  margin: 0;
  transition: 300ms ease all;
  background-color: rgba(255, 255, 255, 0.655);
  font-size: 14px;
  height: 100%;
  width: 100%;
  gap: 20px;
  display: flex;
  padding: 15px;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  color: black;
}
.single-container .post-container .more-arts .featured-articles #post-container .featured-article {
  display: none;
}
.single-container .post-container .more-arts .featured-articles #post-container .featured-article:nth-child(-n+3) {
  display: block;
}
.single-container .post-container .more-arts .featured-articles #load-more {
  background-color: white;
  margin: 0 auto;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ff4d04;
  outline: none;
  box-shadow: none;
  max-width: 320px;
  height: 58px;
  color: #ff4d04;
  font-size: 16px;
  font-weight: bold;
  transition: 300ms ease all;
}
@media (max-width: 767px) {
  .single-container .post-container .more-arts .featured-articles #load-more {
    font-size: 14px;
  }
}
.single-container .post-container .more-arts .featured-articles #load-more:hover, .single-container .post-container .more-arts .featured-articles #load-more:focus {
  background-color: #ff4d04;
  color: white;
  border-color: white;
}

/*# sourceMappingURL=post-new-style.css.map */
