/* blog code ========================================================================= */
.blog-hero {
  background-color: #080202;
  padding: 100px 0 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../img/Blur-red-bg.svg");
  background-repeat: no-repeat;
  background-position: -15% 20px;
  background-size: contain;
}
.inner-blog {
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
}
.blog-hero-img {
  width: 46.5%;
}
.blog-hero-img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 4px;
}
.blog-hero-text {
  width: 46.5%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
.blog-hero-text span {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ca262b;
}
.blog-hero-text h1 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 64px;
  text-transform: capitalize;
  color: #fefefe;
  line-height: 70px;
}
.blog-hero-text p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #9c9a9a;
}

.marquee-container {
  padding: 80px 0;
  width: 100%;
  opacity: 0.5;
  overflow: hidden;
  position: relative;
}
.marquee {
  display: flex;
  width: max-content;
  gap: 40px;
}
.marquee img {
  width: 170px;
  height: auto;
  flex-shrink: 0;
}

/* recent blogs */
.recent-blogs {
  background-color: #080202;
  display: flex;
  justify-content: center;
  padding: 50px 0 70px 0;
}

.most-recent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #6a6767;
}
.most-recent h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #fefefe;
}
.most-recent a {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #9c9999;
  display: flex;
  align-items: center;
  gap: 50px;
}

.smart-recent-blogs {
  display: flex;
  gap: 50px;
  padding: 40px 0 0 0;
}
.smart-recent-blog-full {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.blog-card-detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-card-detail img {
  width: 100%;
  border-radius: 4px;
  height: 530px;
  object-fit: cover;
}
.blog-card-detail span {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #ca262b;
}
.blog-card-detail h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #fefefe;
}
.blog-card-detail p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #9c9999;
}

.smart-recent-blog-half {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blog-card-simple {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-card-simple img {
  width: 100%;
  border-radius: 4px;
  height: 260px;
  object-fit: cover;
}
.blog-card-simple span {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #ca262b;
}
.blog-card-simple h4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #fefefe;
}

/* blog articale code ================================================================ */
.blog-atcl {
  background-color: #080202;
  display: flex;
  justify-content: center;
}
.inner-blog-artcl {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.blog-article-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 80px 0 100px 0;
}
.go-back:hover a {
  gap: 30px;
  transition: all 0.3s ease;
}
.go-back a {
  transition: all 0.3s ease;
  font-family: "REM", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #9c9999;
  display: flex;
  align-items: center;
  gap: 40px;
}
.single-blog-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blog-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 26%;
}
.blog-title span {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ca262b;
}
.blog-title h3 {
  font-family: "REM", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  color: #fefefe;
}
.single-blog-content img {
  width: 100%;
  height: 530px;
  object-fit: cover;
  border-radius: 4px;
}
.text-box {
  display: flex;
  justify-content: center;
}
.text-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 80%;
}
.text-content p {
  font-family: "REM", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #cdcccc;
}
.text-content-info {
  padding-left: 23px;
}
.text-content-info li {
  font-family: "REM", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #cdcccc;
  list-style: disc;
  margin-top: 16px;
}

/* recomend */
.recoment-reading {
  background-color: #211b1b;
  display: flex;
  padding: 40px 60px;
  flex-wrap: wrap;
  gap: 40px;
  border-radius: 4px;
}
.reco-img {
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reco-img h5 {
  font-family: "REM", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #fefefe;
}
.reco-img img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.reco-title {
  width: 63%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.reco-title span {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ca262b;
}
.reco-title h6 {
  font-family: "REM", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #d2d1d1;
}

/* social share */
.social-share-icons {
  width: 10%;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 20px;
  padding-top: 23%;
}
.social-share-icons a svg {
  width: 50px;
  height: 50px;
}

