/* Fonts */

/* Inter */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400&family=Work+Sans");

/* Global page Style */
main {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 100vh;
}

/* Interact background Text And Page Title */
.parent_text_blog {
  position: relative;
  /* background-image: url("/assets/images/logo.png"); */
  background-size: contain;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  margin-left: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.primary_text_all_blogs {
  color: #000;
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-style: normal;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  width: 100px;
  padding: 0 !important;
  display: block;
  text-transform: uppercase;
}

.date_text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
}

/* End Interact background Text And Page Title */

/* Container global */
.blog_container_all_blogs {
  display: flex;
  flex-direction: row;
  padding: 150px 60px 100px 60px;
}

/* First section */
.first_section_blog {
  position: relative;
  padding: 4%;
  width: 50%;
}

.first_section_blogs {
  width: 100%;
  padding-left: 0;
}
/* End First section */

/* First Section (First Blog) */
.first_blog_title {
  width: 80%;
  padding-bottom: 10px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}

.first_blog_image {
  width: 600px;
  height: 315px;
  padding-bottom: 10px;
  object-fit: cover;
}

.first_blog_description {
  width: 70%;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
}

.first_blog_date {
  margin-bottom: 12px;
}
/* End First Section (First Blog) */

/* Second section */
.second_section_blog {
  position: relative;
  width: 50%;
  padding: 4%;
}
.row {
  margin: 0 !important;
}

.blogs_title_container {
  display: flex;
  justify-content: space-between;
}

.blogs_title_container {
  font-size: clamp(1.375rem, 1.2289rem + 0.6494vw, 2rem);
}
.blog_mobile_viewall {
  display: none;
  color: #edbb1d;
  align-items: center;
  justify-content: right;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  padding: 20px 10px 20px;
}

.blogs_title_container a {
  color: #edbb1d;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
}

.blog_link {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
.blog_link:hover {
  color: #edbb1d !important;
}
/* End Second section */

/* Blog Card */
.blog_card_image {
  width: 200px;
  height: 150px;
  object-fit: cover;
}

.blog_title {
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.blog_description {
  color: #999999;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  text-wrap: wrap;
}
/* End Blog Card */

/* NewsLetter */
.newsletter_container {
  display: flex;
  justify-content: center;
}

.newsletter_container .input-group {
  display: block;
  width: 100%;
}

.newsletter_title {
  font-weight: bolder;
  font-size: large;
  margin-bottom: 10px;
  display: block;
}

.newsletter_input {
  width: 100%;
  padding: 0.375rem;
  border: 0.1px solid #999999;
  color: #999999;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.newsletter_input:focus {
  box-shadow: inset 0 0.3px 0.3px rgba(0, 0, 0, 0.075), 0 0 0.3px #edbb1d;
}

.newsletter_button {
  height: 52px;
  background-color: #edbb1d;
  border: 0.1px solid #edbb1d;
  padding: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.newsletter_groupped {
  display: flex;
  justify-content: space-between;
}
/* End NewsLetter */

/* Separator */
.blogs_separator {
  border: 0.5px solid #edbb1d;
}

.error_validation {
  color: red;
  font-size: 10px;
}
.newsletter_container form {
  width: 80%;
}
@media (max-width: 1024px) {
  .blog_container_all_blogs {
    display: flex;
    flex-direction: column;
    padding: 120px 10px 0px;
  }

  /* First section */
  .first_section_blog {
    position: relative;
    width: 100%;
  }

  .first_blog_image {
    width: 100%;
    height: 100%;
  }

  .first_blog_description {
    width: 98%;
  }

  .first_blog_title {
    width: 100%;
  }

  /* Second section */
  .second_section_blog {
    position: relative;
    width: 100%;
  }
  .newsletter_container form {
    width: 100%;
  }
}

.blog_card_and_image {
  display: flex;
  margin-top: 10px;
}

.blog_card {
  width: 65%;
}
.blog_card_image {
  width: 35%;
}

.second_section_blog_cards_container {
  margin-top: 30px;
}

/* Refactor blog */

.card-blog {
  margin-top: 60px;
  margin-bottom: 60px;
}

.post-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.post-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: 0.5s;
}

.post-img img:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.post-content .post-date {
  color: #b7b7b7;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

.post-content h3 a {
  color: #191919;
  font-size: 23px;
}

.post-content h3 {
  margin-bottom: 10px;
}

.post-content .post-excerpt {
  color: #3b3b3b;
  font-size: 14px;
}

.post-content .post-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.post-content .post-tags .item {
  border-radius: 50px;
  background: rgba(237, 187, 29, 0.5);
  padding: 1px 10px;
  color: #696969;
  font-weight: 400;
  font-size: 13px;
}

.post-content .post-tags a {
  color: #696969;
  font-size: 13px;
}
