.all-blogs-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0vw 0vw;
}

.all-blogs-section h1 {
  width: 100%;
  padding: 3vw 0vw;
  position: fixed;
  top: 0px;
  background: #FF4646;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center; 
}

.all-blogs-container {
  width: 60%;
  border: 5px solid red;
  overflow: hidden;
  padding: 2vw auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20vw;
  position: relative;
  top: 15vh;
}

.all-blogs-container .card {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 1vw 0vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 1.5vw 1.5vw 0px 0px;
  overflow: hidden;
  outline: 1px solid red;
  /* box-shadow: 0.6px 0.8px 9px 0px #d32f2f;  */
}

.all-blogs-container .card-banner {
  width: 95%;
  height: 40vw;
  padding: 1vw 0vw;
  padding-bottom: 0.5vw;
  border-radius: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.all-blogs-container .card-banner img {
  width: 100%;
  height: 100%;
  outline: 1px solid #000000;
  border-radius: 1vw;
  filter: drop-shadow(2px 2px 10px #FF0000);
}

.all-blogs-container .card-content {
  width: 100%;
}

.card-wrapper {
  width: 100%;
  margin-bottom: 0vw;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.all-blogs-container .card-wrapper .card-tag {
  padding: 0vw 2vw;
  margin: 0vw;
}

.all-blogs-container .card-wrapper .card-tag a {
  text-decoration: none;
  font-size: 2.6vw;
  color: #D20808F7;
}

.all-blogs-container .card-wrapper .wrapper {
  padding: 0vw 2vw;
  margin: 0vw;
}

.all-blogs-container .card-wrapper .wrapper span {
  font-size: 1.7vw;
}

.all-blogs-container .card-content h3 {
  color: #d32f2f;
  width: auto;
  margin-top: 3vw;
  height: 13vw;
  padding: 2vw;
  padding-bottom: 0vw;
  overflow: hidden;
  text-overflow: ellipsis;
}

.all-blogs-container .card-content h3 a {
  color: #d32f2f;
  text-decoration: none;
  font-size: 6vw;
}

.all-blogs-container .card-content>p {
  padding: 1px 2.5vw;
  height: 6vw;
  overflow: hidden;
  color: #6D6464E0;
  text-overflow: ellipsis;
  font-size: 3vw;
}

.all-blogs-container .wrapperr {
padding: 2vw 0vw;
  width: 100%;
  margin-top: 1vw;
  border-radius: 0px 0vw 2vw 2vw;
background: linear-gradient(To right, #F400000D, #FF000042,#FF00007D, #FF0000A6, #FF0000);  
  outline: 1px solid red; 
/*  box-shadow: 0.6px 0.8px 9px 0px #d32f2f;  */
}

.card-wrapper>a {
  color: #d32f2f;
  margin-right: 1vw;
  padding: 2vw;
  background: linear-gradient(To right, #FFEAEA, #FFD3D3, #F9B2B2,#F9B2B2);
  border-radius: 5vw;
  font-size: 2.3vw;
  text-decoration: none;
}

.profile-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0vw 2vw;
  padding-right: 0vw;
}

.profile-card img {
  outline: 1px solid red;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
}

.profile-card p {
  padding: 0vw;
  padding-left: 2vw;
  color: red;
  font-size: 2.5vw;
  margin: 0vw;
}
#ff{
  height: 30vh;
  position: relative;
  top: 15vh;
}
footer{
  width: 100vw;
  background: #FF4646;
  position: fixed;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0vw;
}
footer h1{
  padding: 2vw 0vw;
}