.contact-main {
  background-color: #ededed;
}

/* event hero */

.event-hero-sec {
  background-image: url(../assets/blog.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 100%;
}
.event-hero-sec .hero-text-container {
  /* width: 37.98611%; */
  /* width: 547px; */
}

.event-hero-sec .hero-head {
  font-family: "Bebas", sans-serif;
  font-size: 89.69px;
  line-height: 86%;
  letter-spacing: 5%;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  padding-top: 69px;
}

.event-hero-sec .hero-head::after {
  content: "";
  width: 120px;
  height: 2px;
  display: inline-flex;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 3px;
}
.event-hero-sec .hero-para {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
  color: #fff;
  margin-top: 8px;
}
.event-hero-sec .breadcrumb {
  margin-top: 33px;
  padding-top: 9px;
  border-top: 1px solid #464646;
}
.bread-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  line-height: normal;
  text-transform: capitalize;
  color: #fff;
}
.bread-text.fade {
  color: #b8b8b8;
}
.bread-arrow img {
  height: 10px;
  width: 10px;
}
.bread-icon img {
  height: 12px;
  width: 12px;
}
.breadcrumb-list {
  list-style: none;
  display: flex;
  gap: 4px;
}
.breadcrumb-itmes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/* ==================== MAIN ====================== */

/* ALL BLOGS SECTION  */

.allBlog-main {
  background-color: #ededed;
}

.all-blog-wrapper {
  /* display: flex;
  flex-direction: column;
  width: 100%; */
  padding-top: 54px;
  padding-bottom: 38px;
   /* margin-bottom: 500px */
}
.all-blog-wrapper h1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  gap: 18px;
} 

.all-blog-wrapper h1 span {
  width: 100%;
  border: 1px solid #000000;
  height: 0;
}

/* blog-card */

.all-blogs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 38px;
    column-gap: 17px;
}

.blog-card {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    z-index: 1;
}
.blog-card > a{
    text-decoration: none;
    color: #000;
}
.blog-card-image {
  width: 100%;
  height: 195px;
  position: relative;
  overflow: hidden;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
.blog-card:hover img {
  transform: scale(1.05);
}

.date {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  border-radius: 5px;
  background-color: #0a7544;
  color: #ffffff;
  height: 63px;
  width: 49px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.date h5 {
  font-family: "Bebas";
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 10%;
  text-transform: uppercase;
}
.date h6 {
  font-family: "Bebas";
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 10%;
  text-transform: uppercase;
}

.about-blog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 19px 17px 19px 17px;
  gap: 19px;
}
.blog-contant h2 {
  font-family: "Bebas";
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 8px;
}
.blog-location {
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: baseline;
}
.blog-location img {
  height: 16px;
  width: 16px;
}

.location-para,
.blog-para {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
}
.location-para {
  margin-bottom: 8px;
}

.date-time {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.blog-date,
.time {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.learn-more {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 71px 0 519px;
}

.load-more-btn {
  width: 153px;
  height: 44px;
  top: 1075px;
  left: 643px;
  opacity: 1;
  border: 1px solid #000000;
  padding-top: 10px 16px 10px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: none;
  font-family: "Bebas";
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 10%;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 1070px) {
  .all-blogs {
    grid-template-columns: 1fr 1fr 1fr;
}
}

@media (max-width: 767px) {
  .hero-head {
    font-size: 50px;
  }
  .all-blogs {
    grid-template-columns: 1fr 1fr;
}
.learn-more {
      padding: 71px 0 250px;
}
}


@media (max-width: 500px) {
  .all-blogs {
    grid-template-columns: 1fr;
}
}
