@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-weight: 400;
  font-size: 14px;
  color: #213343;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.special-head-content {
  position: relative;
  margin-bottom: 40px;
}
.special-head-content::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--remahBlogColor);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.special-head-content h2 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  margin: 0 auto;
  background: #fff;
}

.progress-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background: var(--remahBlogColor);
  z-index: 9999999999;
  transition: 0.3s;
}

.feature .container .left-box a {
  color: #213343;
}
.feature .container .left-box a:hover h4 {
  text-decoration: underline;
}
.feature .container .left-box a .text-box {
  background: #fdf4ea;
  border-radius: 0 0 5px 5px;
}
.feature .container .right-box .head {
  border-bottom: 2px solid var(--remahBlogColor);
}
.feature .container .right-box ul li:not(:last-of-type) {
  border-bottom: 1px solid #dbe4ed;
}
.feature .container .right-box ul a {
  color: #213343;
}
.feature .container .right-box ul a:hover h4 {
  text-decoration: underline;
}
.feature .container .right-box ul a p {
  color: #516c83;
}

.blog-highlighted-posts .card-box a:hover h4 {
  text-decoration: underline;
}
.blog-highlighted-posts .card-box a {
  color: #213343;
}

.blog-highlighted-posts p {
    font-size: 14px;
}

.blog-content .content .box {
    padding: 10px;
}

.blog-content .content .box .card-box h3 {
    font-weight: 900;
    margin-bottom: 7px;
    font-size: 18px !important;
    line-height: 28px;}

.blog-content .content .box .card-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbe4ed;
}
.blog-content .content .box.banner {
  position: relative;
  overflow: hidden;
  background: #fdebc9;
  border: 8px solid var(--remahBlogColor);
  z-index: 100;
  width: 100%;
}
.blog-content .content .box.banner .ball {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  border: 10px solid var(--remahBlogColor);
  background: var(--remahBlogColor);
  border-radius: 50%;
  z-index: -1;
}
.blog-content .content .box.banner .ball span {
  display: block;
  width: 100%;
  height: 100%;
  border: 10px solid #fdebc9;
  border-radius: 50%;
}
.blog-content .content .box.banner a {
  background: #e04931;
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff;
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.blog-categories-card .left-box,
.blog-categories-card .right-box {
  border-bottom: 1px solid #dbe4ed;
}/*# sourceMappingURL=main.css.map */


.feature.blog-categories-card {
    padding-bottom: 100px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.pagination * {
    padding: 10px 20px;
    border: 2px solid var(--remahBlogColor);
    display: flex
;
    align-items: center;
    justify-content: center;
    color: var(--remahBlogColor);
    transition: all .3s ease;
}

.pagination .current,
.pagination *:hover {
    background: var(--remahBlogColor);
    color: #fff;
}

.archive .blog-highlighted-posts .card-box {
    margin-bottom: 25px;
}

.blog-heading {
    text-align: center;
}

.blog-heading h1 {
    text-align: center;
    background: #fff;
    display: inline-block;
    margin: auto;
    padding: 0 20px;
    font-size: 30px;
}

@media(max-width: 768px) {
    .feature.blog-categories-card {
        padding-bottom: 40px;
    }
	
	.blog-heading h1 {
		font-size: 22px;
	}
}

.blog-content a {
	color: #000
}

.blog-content a:hover {
	text-decoration: underline !important
}
