.content-banner {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
}
.content-banner::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  z-index: 2;
  height: 100%;
  background-image: url(../../../images/banner-wave.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.content-banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(360deg, #171717 0%, rgba(23, 23, 23, 0.3) 50%);
}
.content-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.content-banner__wrapper {
  position: relative;
  z-index: 2;
}
.content-banner__wrapper a, .content-banner__wrapper span {
  font-size: 1.1458333333vw;
  color: #ffffff;
}
.content-banner__wrapper a:first-child {
  opacity: 0.4;
}
.content-banner__wrapper span {
  opacity: 0.4;
}
.content-banner__title {
  margin-bottom: 1.0416666667vw;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  line-height: 3.8541666667vw;
  text-transform: capitalize;
  letter-spacing: unset;
}
@media (max-width: 991px) {
  .content-banner::before {
    height: 25%;
    background-size: cover;
  }
  .content-banner__title {
    margin-bottom: 10px;
    line-height: 65px;
    font-size: 48px;
  }
  .content-banner__wrapper a, .content-banner__wrapper span {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .content-banner__wrapper {
    top: 16%;
  }
}

.blog__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.blog__image-container:before {
  content: "";
  display: block;
  padding-top: 73.4693877551%;
}
.blog__item {
  display: block;
  position: relative;
}
.blog__item:hover .blog__image {
  transform: scale(1.1);
}
.blog__item:hover .blog__title {
  color: #4BBC61;
}
.blog__content-wrapper {
  padding: 1.5625vw 0 0;
}
.blog__image-container {
  border-radius: 20px;
  overflow: hidden;
  background-color: #E1E2E3;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.blog__image {
  transition: 0.4s ease;
}
.blog__category-date {
  font-size: 1.0416666667vw;
  color: #4BBC61;
}
.blog__title {
  margin: 0.5208333333vw 0 1.0416666667vw 0;
  font-size: 1.6666666667vw;
  font-family: "Patrick Hand", cursive;
  text-transform: capitalize;
  color: #171717;
  line-height: 2.0833333333vw;
  transition: 0.4s ease;
}
.blog__content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .blog__content-wrapper {
    padding: 25px 0px 0px;
  }
  .blog__category-date {
    font-size: 16px;
  }
  .blog__title {
    margin: 10px 0px 15px 0px;
    font-size: 24px;
    line-height: 36px;
  }
}

.featured {
  padding: 9.1145833333vw 0;
}
.featured__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.featured__image-container:before {
  content: "";
  display: block;
  padding-top: 80%;
}
.featured::before, .featured::after {
  content: "";
  position: absolute;
}
.featured::before {
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background-color: #2B6837;
  border-radius: 0px 0px 60px 0px;
}
.featured::after {
  top: -10%;
  right: 0;
  width: 20%;
  height: 100%;
  background-image: url(../../../images/ornament-10.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
.featured__link {
  position: relative;
  align-items: center;
  z-index: 1;
}
.featured__link:hover .featured__title {
  color: #4BBC61;
}
.featured__image-container {
  overflow: hidden;
  border-radius: 20px;
}
.featured__category-date {
  font-size: 1.25vw;
  color: #4BBC61;
}
.featured__title {
  margin: 0.5208333333vw 0 1.0416666667vw 0;
  font-size: 2.0833333333vw;
  font-family: "Patrick Hand", cursive;
  text-transform: capitalize;
  color: #171717;
  line-height: 2.8125vw;
  letter-spacing: 0.05em;
  transition: 0.4s ease;
}
.featured__content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .featured {
    padding: 200px 0px 30px;
  }
  .featured::before {
    width: 100%;
    height: 47%;
    border-radius: 0;
  }
  .featured::after {
    display: none;
  }
  .featured__category-date {
    margin-top: 30px;
    font-size: 16px;
  }
  .featured__title {
    margin: 10px 0px 18px;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: initial;
  }
}
@media (max-width: 767px) {
  .featured::before {
    height: 43%;
  }
}
@media (max-width: 575px) {
  .featured::before {
    height: 40%;
  }
}

.blog-archive__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}
.blog-archive__title {
  margin-bottom: 0;
}
.blog-archive__filter-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.blog-archive__filter-text {
  font-size: 1.1458333333vw;
  margin-right: 1.5625vw;
}
.blog-archive__form {
  width: 100%;
  max-width: 330px;
}
.blog-archive__select {
  padding: 0.7291666667vw 1.0416666667vw;
  font-size: 1.1458333333vw;
  cursor: pointer;
}
.blog-archive__select:focus {
  border-color: unset;
  box-shadow: none;
}
.blog-archive__item {
  margin-bottom: 2.0833333333vw;
}
.blog-archive__pagination {
  display: flex;
  justify-content: center;
  margin-top: 5.2083333333vw;
}
.blog-archive__pagination .prev svg {
  transform: rotate(-180deg);
}
.blog-archive__pagination .current {
  background-color: #2B6837;
  color: #ffffff !important;
}
.blog-archive__pagination .page-item {
  margin: 0 0.3645833333vw;
}
.blog-archive__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  padding: 0.5208333333vw;
  border: 1px solid #E1E2E3;
  border-radius: 10px;
  font-size: 1.1458333333vw;
  color: #2B6837;
}
@media (max-width: 991px) {
  .blog-archive__header {
    margin-bottom: 40px;
  }
  .blog-archive__title {
    margin-bottom: 30px;
  }
  .blog-archive__header, .blog-archive__filter-wrapper {
    flex-direction: column;
    align-items: unset;
  }
  .blog-archive__filter-text {
    font-size: 22px;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .blog-archive__select {
    padding: 14px 20px;
    font-size: 22px;
  }
  .blog-archive__item {
    margin-bottom: 40px;
  }
  .blog-archive__pagination {
    margin-top: 40px;
  }
  .blog-archive__pagination .page-item {
    margin: 7px;
  }
  .blog-archive__pagination .page-numbers {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .blog-archive__select {
    max-width: unset;
  }
}

.blog-detail-content__title {
  margin: 0.5208333333vw 0 1.5625vw;
}
@media (max-width: 991px) {
  .blog-detail-content__title {
    margin: 10px 0px 30px 0px;
  }
}

.other-blog {
  background-color: #F8E8C2;
  overflow: hidden;
}
.other-blog::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
  width: 21%;
  height: 33%;
  background-image: url(../../../images/ornament-11.svg);
  background-position: top right;
}
.other-blog__title {
  margin-bottom: 4.1666666667vw;
  text-align: center;
}
.other-blog__button-wrapper {
  margin-top: 2.0833333333vw;
}
@media (max-width: 991px) {
  .other-blog__title {
    margin-bottom: 40px;
  }
  .other-blog__button-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .other-blog::before {
    display: none;
  }
}

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