@import url('https://fonts.googleapis.com/css2?family=Borel&family=Roboto:ital,wght@0,100;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
  font-family: 'Roboto';
}
a {
  text-decoration: none !important;
}
.table-items {
  padding: 0;
  padding-left: 6px;
}
.table-items p {
  border-left: 1px solid #f58634;
  padding: 16px;
  list-style: none;
  color: #7f879e;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  margin: 0 !important;
}
.blog-content  img{
    width:100%;
}
.main-title {
  color: #4b4b4d;
  font-size: 32px;
  font-weight: 700;
}
.sub-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.colored {
  color: #f58634;
}
.start-line {
  width: 81px;
  height: 5px;
  flex-shrink: 0;
  background: #f58634;
}
.blog-date {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #adadad;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
}
.line-title {
  display: grid;
  gap: 5px;
  grid-template-columns: 40px max-content 1fr;
  align-items: center;
}
.line-title svg {
  margin-top: 4px;
}
.categories {
  padding: 0;
}
.categories li {
  list-style: none;
}
.categories li > a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 7px 0px;
  color: #7f879e;
}
.categories li a.active {
  color: #f58634;
}
.categories li a > div {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(245, 134, 52, 0.7);
  padding-bottom: 13px;
}
.categories li a span {
  color: #7f879e;
  font-size: 14px;
  font-weight: 500;
}
.categories li a.active span {
  color: #f58634;
}
.share-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin: 34px auto;
}
.arrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 12px solid #f58634;
}
.line {
  display: block;
  position: relative;
  right: -2px;
  width: 100%;
  height: 2px;
  background: #f58634;
}
.left-arrow,
.right-arrow {
  display: flex;
  align-items: center;
}
.left-arrow .arrow {
  transform: rotate(180deg);
}
.left-arrow .line {
  left: -2px;
}
.right-arrow .line {
  right: -2px;
  width: 100%;
}


/* popular blogs */
.blog {
  display: flex;
  gap: 9px;
  margin-top: 20px;

}
.blog .blog-img{
  border-radius: 16px;
  width:92px;
  height:92px;
}
.blog > div{
  display: flex;
  flex-direction: column;
}
.blog-title{
  color: #7F879E;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.blog-para{
  color:  #7F879E;
  font-size: 11px;
  font-weight: 500;
}
.blog-line{
  width: 70%;
  height:1px;
  margin: 0 auto;
  background: #f58634;
  margin-top: 16px;
}
/* Banner */
.banner{
  background: #f58634;
  padding: 15px;
  margin-top: 30px;
  position: sticky;
  top: 80px;
}
.banner-para{
  color: #fff;
  margin: 21px 0 14px 0;
}
.banner-list{
  position: relative;
}
.banner-list img{
  width: 170px;

}
.banner-list ul{
  position: absolute;
  top: 10px;
  left: 15px;;
}
.banner-list ul li{
  font-size: 14px;
  color: #000;
}
.banner-input{
  background-color: #fff;
  border-radius: 50px;
  outline: none;
  border: 0;
  width: 94%;
  height: 28px;
  filter: drop-shadow(0px 4px 4px #00000052);
  text-indent: 13px;
  margin: 33px 0 23px 0;
}
.banner-button{
  background:none;
  border: none;
  outline: none;
  position: relative;
  margin-bottom: 25px;

}
.banner-button span{
  color: #fff;
  font-size: 18px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-img{
  position: absolute;
  bottom: -19px;
  right: 0px;
  z-index: -1;
}