* {
  margin: 0;
  padding: 0;
}
.Blog {
  padding: 40px 0px;  
  background-color: #0c0f13;
}
.blogImgParallax {
  background: linear-gradient(rgba(133, 130, 145, 0.2), rgba(0, 0, 0, 1.5)),
    url("../Images/Blogs/BlogBanner.jpg");
  background-attachment: fixed;
  background-position: center;
  /* background-repeat: no-repeat; */
  background-size:auto;
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;

}
.blogRight {
  margin: 30px 20px;
}

.blogImage img {
  width: 100%;
  height: 250px;
  border-radius: 7px;
 
}

.blogText h1 {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font: bold;
}
.blogText h5{
  color: #fff;
  opacity: 0.9;
  text-align: center;
  letter-spacing: 0.2px;
  font-size: 20px;
}
.profile {
  margin: 20px 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #521d1d;
}
.profile p {
  font-size: 13px;
  color: #a7a5a5;
}
.blogDate {
  margin: 15px 10px 5px;
}

.blogDate p {
  margin-bottom: 0px !important;
  font-size: 13px;
  color: #a7a5a5;
}
.blogTitle,
.blogDescription {
  margin: 0px 10px;
}
.blogTitle h5 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  /* color: #000249; */
  color: #fff;
  opacity: 0.9;
}


.blogDescription {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 22px;
  color: #fff;
  /* opacity: 0.9; */
}
.btnReadMore {
  display: flex;
  border: 1px solid;
  align-items: center;
  justify-content: center;
  color: rgba(51, 51, 51, 0.6);
  background-color: rgba(249, 145, 49, 0.01);
  padding: 7px 18px 7px 8px;
  margin: 20px 0px;
  border-radius: 99px;
  transition: all 0.2s ease-in-out;
}
.btnReadMore p {
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding-right: 5px;
}
.arrowIcon {
  /* background-color: #000249; */
  /* color: #ffffff; */
  color: #521d1d;
  margin-right: 10px;
  border-radius: 55px;
  transition: all 0.2s ease-in-out;
}

.btnReadMore:hover {
  color: #ffffff;
  background-color: transparent;
  border: none;
  background-image: linear-gradient(0deg, #000249, #4045c7);
}

.btnReadMore:hover .arrowIcon {
  color: #000249;
  background-color: #ffffff;
}
.blogLeft {
  /* position: relative ; */
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  min-height: 1px;
}
.stickyBlogleft {
  padding-top: 0px;
  padding-bottom: 1px;
  transform: none;
  top: 0px;
  position: sticky;
  left: 919.984px;
}

/* padding-top: 0px;
    padding-bottom: 1px;
    transform: translateY(-640.94px);
    top: 0px;
    position: fixed;
    left: 919.984px;
    width: 389.375px; */
.searchBlog {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  padding: 30px;
  margin: 0 0 50px;
}
.search-field {
  padding: 0px 12px;
  border-style: solid;
  border-radius: 29px;
  border: 1px solid rgba(167, 167, 167, 0.4);
  margin: 6px;
}
.search-submit {
  font-weight: 500;
  background-color: transparent;
  background-image: linear-gradient(0deg, #f99131, #f9b431);
  padding: 15px 30px;
  border-radius: 99px;
  flex: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  border: 0;
  font-family: inherit;
  width: auto;
  text-align: center;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.tags {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin: 0 0 50px;
}
.tags h4 {
  position: relative;
  border-bottom: 1px solid rgba(167, 167, 167, 0.2);
  padding: 0 0 20px;
  margin: 0 0 20px;
  font-size: 20px;
  margin-bottom: 30px;
  border-color: rgba(0, 0, 0, 0.12);
  font-weight: 600;
}
.tags h4:before {
  background-color: #f99131;
  width: 38px;
  height: 5px;
  bottom: -3px;
  position: absolute;
  content: "";
  left: 0;
}
.bgTag a {
  background-color: rgba(0, 0, 0, 0.08);
  padding: 6px 12px;
  border-style: solid;
  border-width: 0px;
  border-radius: 55px;
  display: inline-block;
  margin: 0 4px 10px 0;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid rgba(167, 167, 167, 0.16);
  font-size: 12px;
}


@media screen and (max-width:640px) {
  .blogRight {
    margin:0px
}
}