@charset "UTF-8";

.blogs-module--featuredBlogs--69750 {
  align-items: center;
  background-color: #eee;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.blogs-module--banner--6c2a8 {
  align-items: center;
  background-image: url(../images/Blog/blogBanner1.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 36rem;
  padding-top: 5rem;
  position: relative;
  width: 100%;
}

.blogs-module--subHeading--57d10 {
  color: #ff3413;
  font-family: Poppins;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2rem;
  margin-top: 6rem;
  text-align: center;
  text-transform: uppercase;
}

.blogs-module--heading--4cb81 {
  color: #000;
  font-family: League Gothic;
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 5rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 3rem;
  text-align: center;
  text-transform: uppercase;
}

.blogs-module--featured--4568f {
  border: 1px solid #000;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 60rem;
  justify-content: center;
  max-width: 148.8rem;
  min-width: 0;
  outline: 2px solid transparent;
  position: relative;
  text-decoration: none;
  transform: translateY(-19%);
  transition: 0.5s;
  width: 75%;
}

.blogs-module--featured--4568f:hover {
  outline: 1px solid #ff3413;
  transition: 0.5s;
}

.blogs-module--featured--4568f:hover .blogs-module--featuredImage--7863d {
  filter: grayscale(0);
  transition: 0.5s;
}

.blogs-module--featured--4568f:hover .blogs-module--featuredBlog_overlay--f040d {
  background-color: #000;
  box-shadow: inset 0 -33rem 15rem -10rem rgba(255, 52, 19, 0.2);
  transition: 0.5s;
}

.blogs-module--featuredImage--7863d {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  filter: grayscale(100);
  flex-direction: column;
  height: 100%;
  justify-content: center;
  max-width: 148.8rem;
  min-width: 0;
  position: absolute;
  transition: 0.5s;
  width: 100%;
  z-index: -1;
}

.blogs-module--featuredImage--7863d:before {
  background-image: repeating-linear-gradient(45deg,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.5) 1px,
      rgba(0, 0, 0, 0.3) 0,
      rgba(0, 0, 0, 0.3) 50%);
  background-size: 8px 8px;
  content: "";
  height: 100%;
  width: 100%;
}

.blogs-module--featuredBlog_overlay--f040d {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  -webkit-clip-path: polygon(0 0, 67.5% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 67.5% 0, 100% 100%, 0 100%);
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 58.8rem;
  min-width: 0;
  position: relative;
  transition: 0.5s;
}

.blogs-module--featured_container--25c25 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 7rem;
  width: 70%;
}

.blogs-module--subHeading_container--684d3 {
  align-items: center;
  align-items: baseline;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: 33.5rem;
}

.blogs-module--clockSvg--50ae1 {
  display: inline-block;
  position: relative;
  transform: translate(-15%, 15%);
}

.blogs-module--featured--4568f .blogs-module--subHeading--57d10 {
  margin-top: 0;
}

.blogs-module--featured--4568f .blogs-module--heading--4cb81 {
  color: #fff;
  font-size: 6.4rem;
  line-height: 6.4rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  text-align: left;
}

.blogs-module--published_date--98c78 {
  color: #ccc;
  font-family: Poppins;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 0.9rem;
  position: relative;
  text-transform: uppercase;
}

.blogs-module--description--d3f50 {
  color: #ccc;
  font-family: Poppins;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3rem;
  margin-bottom: 5rem;
  margin-top: 1.5rem;
}

.blogs-module--readMore_btn--6d710 {
  background-color: transparent;
  border: 2px solid rgba(255, 52, 19, 0.5);
  color: #ff3413;
  cursor: pointer;
  font-family: Poppins;
  font-weight: 500;
  letter-spacing: 0.065em;
  padding: 1rem 2.4rem;
  position: relative;
  text-transform: uppercase;
  transition: 0.4s;
}

.blogs-module--featured--4568f:hover .blogs-module--readMore_btn--6d710 {
  background-color: #ff3413;
  color: #fff;
}

@media only screen and (max-width: 1550px) {
  .blogs-module--banner--6c2a8 {
    background-position: 0;
  }
}

@media only screen and (max-width: 862px) {
  .blogs-module--heading--4cb81 {
    font-size: 5rem;
  }

  .blogs-module--featuredBlog_overlay--f040d {
    max-width: 30rem;
  }

  .blogs-module--featured--4568f:before {
    height: 19.6rem;
    width: 16.52rem;
  }

  .blogs-module--featured_container--25c25 {
    padding-left: 1.5rem;
  }

  .blogs-module--subHeading_container--684d3 {
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
  }

  .blogs-module--published_date--98c78 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .blogs-module--featured--4568f .blogs-module--heading--4cb81 {
    font-size: 3rem;
    line-height: 3rem;
    margin-right: 2rem;
  }

  .blogs-module--featured_description--7d348 {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }

  .blogs-module--readMore_btn--6d710 {
    font-size: 1rem;
  }
}

.blogs-module--nonFeatured--a0901 {
  align-items: center;
  box-sizing: border-box;
  column-gap: 2.5rem;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: center;
  max-width: 148.8rem;
  min-width: 0;
  outline: 2px solid transparent;
  position: relative;
  row-gap: 2rem;
  transform: translateY(-8.5rem);
  width: 75%;
  flex-wrap: wrap;
}

.blogs-module--nonFeatured_container--f101c {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 70rem;
  max-width: 50rem;
  min-width: 0;
  outline: 1px solid transparent;
  position: relative;
  transition: 0.5s;
  width: 100%;
  width: calc(33.333% - 1.7rem);
}

.blogs-module--nonFeatured_container--f101c:hover {
  outline: 1px solid #ff3413;
  transition: 0.5s;
}

.blogs-module--nonFeatured_container--f101c:hover .blogs-module--nonFeaturedImage--3642c {
  filter: grayscale(0);
}

.blogs-module--nonFeaturedImage--3642c {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  filter: grayscale(100);
  flex-direction: column;
  justify-content: center;
  max-width: 46.4rem;
  min-height: 25.6rem;
  min-width: 0;
  position: relative;
  transition: 0.5s;
  width: 100%;
}

.blogs-module--nonFeatured_text_container--5b3c5 {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 3.5rem;
}

.blogs-module--subHeading_nonFeatured_container--6a745 {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.blogs-module--subHeading_nonFeatured--191e0 {
  color: #ff3413;
  font-family: Poppins;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2rem;
  text-align: center;
  text-transform: uppercase;
}

.blogs-module--title_desc_container--46c44 {
  margin-bottom: auto;
  overflow: hidden;
}

.blogs-module--nonFeatured--a0901 .blogs-module--heading--4cb81 {
  font-size: 4rem;
  line-height: 4.2rem;
  margin: 0.5rem 0 1rem;
  padding: 0;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogs-module--nonFeatured--a0901 .blogs-module--description--d3f50 {
  color: #777;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.blogs-module--nonFeatured--a0901 .blogs-module--readMore_btn--6d710 {
  margin-bottom: 4rem;
  position: relative;
}

.blogs-module--nonFeatured_container--f101c:hover .blogs-module--readMore_btn--6d710 {
  background-color: #ff3413;
  color: #fff;
}

@media only screen and (max-width: 1600px) {
  .blogs-module--nonFeatured_container--f101c {
    height: 76rem;
  }

  .blogs-module--nonFeatured--a0901 .blogs-module--heading--4cb81 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}

@media only screen and (max-width: 1300px) {
  .blogs-module--nonFeatured_container--f101c {
    flex: 0 1 100%;
    height: 58rem;
    max-width: 100%;
  }

  .blogs-module--nonFeaturedImage--3642c {
    background-position: 50% 27%;
    height: 30rem;
    max-width: 100%;
  }
}

@media only screen and (max-width: 862px) {
  .blogs-module--nonFeatured_container--f101c {
    height: 70rem;
  }
}

@media only screen and (max-width: 500px) {
  .blogs-module--nonFeatured_container--f101c {
    height: 75rem;
  }
}

.blogs-module--nonFeatured--a0901 .blogs-module--readMore_btn--6d710 {
  border: 2px solid rgba(255, 52, 19, 0.7);
}

.blogs-module--pagination--container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 1rem;
  margin-bottom: 5rem;
  transform: translateY(-4rem);
  position: relative;
  z-index: 10;
  width: 100%;
}

.blogs-module--pagination--container .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2c3e50;
  background-color: transparent;
  border-radius: 50%;
  text-decoration: none;
  border: none;
  box-shadow: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  white-space: nowrap;
}

.blogs-module--pagination--container a.page-numbers:not(.prev):not(.next):hover {
  color: #ff3413;
  background-color: rgba(255, 52, 19, 0.08);
}

.blogs-module--pagination--container .page-numbers.current {
  background-color: #ff3413;
  color: #ffffff;
  font-weight: 700;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 52, 19, 0.25);
}

.blogs-module--pagination--container a.prev.page-numbers,
.blogs-module--pagination--container a.next.page-numbers {
  width: auto;
  height: auto;
  padding: 0.8rem 1.6rem;
  border-radius: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
}

.blogs-module--pagination--container a.prev.page-numbers:hover,
.blogs-module--pagination--container a.next.page-numbers:hover {
  color: #ff3413;
  background-color: rgba(255, 52, 19, 0.08);
}

.blogs-module--pagination--container .dots {
  width: auto;
  height: auto;
  background: transparent;
  color: #2c3e50;
  box-shadow: none;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 0.4rem;
  cursor: default;
}

.blogs-module--otherBlogs--920a5 {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 5rem;
  width: 100%;
}

.blogs-module--otherBlogs--920a5 .blogs-module--heading--4cb81 {
  font-size: 6.4rem;
  margin-bottom: 5rem;
}

.blogs-module--blogItem--00565,
.blogs-module--top_border--19e6c {
  border-bottom: 2px solid #eee;
  max-width: 140rem;
  width: 100%;
}

.blogs-module--blogItem--00565 {
  align-items: center;
  display: flex;
  padding-bottom: 4.5rem;
  padding-top: 4.5rem;
}

@media only screen and (max-width: 1600px) {
  .blogs-module--blogItem--00565 {
    width: 85%;
  }
}

.blogs-module--blogItem_image--41231 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100);
  flex-shrink: 0;
  height: 18.8rem;
  width: 34.2rem;
}

.blogs-module--text_container--93ce2 {
  display: flex;
  flex-direction: column;
  height: 18.8rem;
  justify-content: space-between;
  padding-left: 2rem;
  width: 100%;
}

.blogs-module--text_container--93ce2 .blogs-module--heading--4cb81 {
  font-size: 4.8rem;
  margin: 0;
  text-align: left;
}

.blogs-module--text_container--93ce2 .blogs-module--subHeading--57d10 {
  margin: 0 0 1rem;
  text-align: left;
}

.blogs-module--tags_date_container--59c92 {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.blogs-module--text_container--93ce2 .blogs-module--description--d3f50 {
  color: #777;
  line-height: 2.5rem;
  margin: 0;
  padding: 0;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .blogs-module--blogItem--00565 {
    flex-wrap: wrap;
  }

  .blogs-module--text_container--93ce2 {
    padding-top: 3rem;
  }
}

.blogs-module--otherBlogs_btn--66d05 {
  background-color: transparent;
  border: none;
  color: #ff3413;
  cursor: pointer;
  font-family: Poppins;
  font-weight: 600;
  letter-spacing: 0.065em;
  padding: 0.1rem 0;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
}

.blogs-module--blogItem--00565:hover .blogs-module--otherBlogs_btn--66d05 {
  box-shadow: inset 0 -1px 0 0 #ff3413;
}

.blogs-module--blogItem--00565:hover .blogs-module--blogItem_image--41231 {
  filter: grayscale(0);
  transition: 0.5s;
}

.blogs-module--pageNum--78774 {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 5rem;
  justify-content: center;
  margin-bottom: 10rem;
  margin-top: 3rem;
  width: 100%;
}

.blogs-module--pageNumContainer--7f1ca {
  align-items: center;
  border-left: 1px solid #888;
  display: flex;
  justify-content: space-between;
  margin-left: 2rem;
  padding-left: 3rem;
  padding-right: 2rem;
  width: 20rem;
}

@media only screen and (max-width: 400px) {
  .blogs-module--pageNumContainer--7f1ca {
    width: 10rem;
  }
}

.blogs-module--activePage--15dcf,
.blogs-module--dots--4425f,
.blogs-module--inactivePage--7d401,
.blogs-module--lastBtn--0d7a0,
.blogs-module--nextBtn--ab42a,
.blogs-module--prevBtn--c43aa {
  background-color: transparent;
  border: none;
  color: #888;
  cursor: pointer;
  font-family: Poppins;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.blogs-module--dots--4425f {
  cursor: auto;
  padding-right: 2rem;
}

.blogs-module--activePage--15dcf,
.blogs-module--inactivePage--7d401:hover {
  color: #ff3413;
}

.blogs-module--nextBtn--ab42a:disabled,
.blogs-module--prevBtn--c43aa:disabled {
  color: #ccc;
  cursor: auto;
}

.blogs-module--lastBtn--0d7a0 {
  border-right: 1px solid #888;
  margin-right: 2rem;
  padding-right: 2rem;
}
