body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}


/* blog */

.recent-banner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}

.recent-banner,
.recent-banner-inner {
  position: relative;
}

.recent-banner-col {
  height: 100vh;
  position: relative;
}

.recent-banner:before {
  background-color: #15161c3d;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.recent-banner .recent-post-col {
  background: #fff;
  border-radius: 5px;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 380px;
  z-index: 1;
}

.blog-listing .image-sec,
.recent-banner .image-sec {
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

.recent-banner .image-sec {
  height: 250px;
}


.blog-listing .image-sec img,
.recent-banner .image-sec img {
  object-fit: cover;
  transition: transform .3s ease-in-out 0s;
  width: 100%;
  height: 100%;
}

.blog-post-col:hover .image-sec img,
.recent-post-col:hover .image-sec img {
  transform: scale(1.06);
}

.blog-listing .content-sec,
.recent-banner .content-sec {
  padding: 25px 0 10px;
}

.blog-listing .date-wrapper,
.recent-banner .date-wrapper {
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.blog-listing .space,
.recent-banner .space {
  margin: 0 10px;
}

.blog-listing .heading,
.recent-banner .heading {
  color: #231b18;
  font-size: 22px;
  line-height: 1.3;
  margin: 6px 0 10px;
  text-transform: capitalize;
}

.blog-listing .searchbox-container {
  position: relative;
}


.blog-listing .searchbox {
  background: #fff;
  border: 1.3px solid rgb(0 0 0 / 20%);
  border-radius: 100px;
  color: #000;
  padding: 10px 20px;
  width: 100%;
  font-family: 'Sofia Pro Light';
  font-size: 15px;
}

.blog-listing .searchbox:focus {
  box-shadow: unset;
  border-color: #596737;
}



.blog-listing .bloglist-filter {
  position: relative;
}

.bloglist-filter .caption-filter {
  align-items: center;
  border-bottom: 1px solid rgb(0 0 0 / 50%);
  border-radius: 0;
  color: #0009;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  height: 46px;
  text-transform: capitalize;
}

.blog-listing .bloglist-filter svg {
  color: #4b5347;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 16px;
}

.bloglist-filter .list {
  background: #fff;
  border: 1px solid #4b5347;
  border-radius: 0 0 20px 20px;
  border-top: 0;
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 2;
}

.bloglist-filter.open .list {
  display: block;
  height: 150px;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-y: auto;
  padding: 0;
  transition: all .5s ease-out;
  text-transform: capitalize;
}

.bloglist-filter .list .item {
  border-top: 1px solid #0009;
  color: #0009;
  cursor: pointer;
  font-size: 15px;
  padding: 13px 24px;
}

.blog-listing .blog-post-wrapper {
  background: #fff;
  cursor: pointer;
  margin-bottom: 35px;
  padding: 20px;
  border: 1px solid rgb(0 0 0 / 20%);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.blog-post-wrapper:hover .heading {
  color: #073937;
}

.blog-post-wrapper:hover {
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2);
}

.blog-listing .blog-post {
  margin-top: 30px;
}

.bloglist-filter .list .item:first-child {
  border-top: 0 solid #0000;
}

.blog-listing .search-button {
  background: #596737;
  border: 0;
  border-radius: 50%;
  height: 37px;
  position: absolute;
  right: 6px;
  top: 4px;
  width: 37px;
}

.blog-listing .search-button svg {
  color: #fff;
  font-size: 14px;
}

.blog-listing {
  margin: 80px 0;
}

.recent-banner-inner .container {
  bottom: 40px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.recent-banner-inner ul li {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 15px;
}

.recent-banner-inner ul li::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #ffffff;
  top: 0;
  right: 0;
  bottom: 0;
}

.recent-banner-inner ul li a {
  font-size: 15px;
  color: #ffffff;
  transition: all 0.2s ease-In;
}

.recent-banner-inner ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.recent-banner-inner ul li:last-child:before {
  display: none;
}

.blog-listing .blog-btn {
  text-align: center;
}

.blog-listing .headerbook {
  display: inline-block;
}

/* blog detail */
.blogdetail-content-area {
  margin: 80px 0 80px 0px;
}


.blogdetail-content-area .detail-date {
  color: #073937;
  margin-bottom: 10px;
  font-family: 'Berlingske Serif';
  font-size: 17px;
}

.blog-detail-user-wrap {
  align-items: center;
  display: flex;
  margin: 10px 0 30px 0px;
}

.blogdetail-content-area .detail-subtitle {
  width: 60%;
}


.blogdetail-content-area .blog-detail-social {
  width: 40%;
}

.blog-detail-social .detail-social-inner {
  margin-left: auto;
  max-width: 170px;
}

.blogdetail-content-area .detail-subtitle p {
  margin: 0;
}

.detail-banner-img {
  border-radius: 5px;
  margin-bottom: 10px;
}

.detail-social-inner>span {
  color: #000;
  display: inline-block;
  margin-bottom: 5px;
  font-family: 'Sofia Pro Light';
}

.blog-detail-social ul {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
}

.blog-detail-social ul li {
  display: inline-block;
}

.blog-detail-social ul li a {
  align-items: center;
  background: #fff;
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 35px;
  justify-content: center;
  margin: 0 0 0 10px;
  transition: all .3s ease;
  width: 35px;
}

.blog-detail-social ul li a:hover {
  background: linear-gradient(180deg, #115C59, #083937 90%);

}

.blog-detail-social ul li a:hover svg {

  color: #fff;
}

.blog-detail-social ul li svg {
  font-size: 15px;
  color: #115C59;
}

.blogdetail-content-area h2,
.blogdetail-content-area h3,
.blogdetail-content-area h4 {
  font-size: 28px;
  color: #000000;
  line-height: 1.1;
}

.blog-detail-text .blog-details-img {
  display: flex;
  margin: 30px 0;
}

.blog-detail-text .details-img1 {
  margin: 0 20px 0 0;
}

.blog-detail-text .blog-details-img img {
  width: 100%;
  border-radius: 5px;
}

.detail-date span {
  margin: 0px 10px 0px 10px;
}

.detail-date span:first-child {
  margin-left: 0px;
}

.blogdetail-content-area .description-wrapper {
  margin: 20px 0;
}


.related-blog .heading {
  margin-bottom: 20px;
}

.blog-slider {
  position: relative;
}

.blogpost-box picture {
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

.blogpost-box picture img {
  object-fit: cover;
  transition: transform .3s ease-in-out 0s;
  width: 100%;
}


.blogpost-box .date-wrap {
  align-items: center;
  color: rgb(0 0 0 / 70%);
  display: flex;
  font-size: 15px;
  justify-content: space-between;
  margin-top: 12px;
  text-transform: capitalize;
}

.related-blog .headerbook {
  display: inline-block;
}

.blogpost-box p {
  color: #000;
  font-family: 'Berlingske Serif';
  font-size: 21px;
  line-height: 1.4;
  margin: 6px 0 10px;
  text-transform: capitalize;
}

.blogpost-box:hover picture img {
  transform: scale(1.06);
}

.related-blog {
  margin: 80px 0px;
}

.related-col:nth-child(odd) picture img {
  height: 415px;
}

.related-col:nth-child(2n) picture img {
  height: 380px;
}

.blogpost-box small {
  align-items: center;
  color: #4b5347;
  display: flex;
  font-size: 15px;
  opacity: .5;
  transition: all .2s ease-In;
}

.related-blog .recent-row {
  text-align: center;
  margin-top: 30px;
}

.related-blog .arrow-butn,
.blog-listing .arrow-butn,
.recent-post-col .arrow-butn {
  -webkit-text-fill-color: #0000;
  background: linear-gradient(90deg, #115C59, #083937 90%);
  -webkit-background-clip: text;
  color: #0000;
}


.blogpost-box:hover .arrow-butn img,
.blog-post-wrapper:hover .arrow-butn img,
.recent-post-col:hover .arrow-butn img {
  animation: arrow-bounce .8s;
}

.blogpost-box .arrow-butn:hover img,
.blog-listing .arrow-butn:hover img,
.recent-post-col .arrow-butn img {
  animation: unset;
}


/* gallery */

.gallery-section {
  margin: 80px 0px 80px 0px;
}

.page-filter {
  text-align: center;
  margin-bottom: 40px;
}

.page-filter ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}

.page-filter ul li:last-child {
  margin-right: 0;
}

.page-filter ul li a {
  border-radius: 20px;
  color: rgb(0 0 0 / 70%);
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 8px 15px;
  text-transform: uppercase;
  transition: all .2s ease;
}

.page-filter ul li.active a,
.page-filter ul li:hover a {
  -webkit-text-fill-color: #0000;
  background: linear-gradient(90deg, #115C59, #083937 90%);
  -webkit-background-clip: text;
  color: #0000;
  font-weight: 700;
}

.page-filter ul li a:after {
  background: linear-gradient(90deg, #115C59, #083937 90%);
  bottom: 0px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: 50% 50%;
  transition: transform .5s;
  width: 100%;

}

.page-filter ul {
  width: fit-content;
  border-bottom: 1px solid #D8D8D8;
  display: inline-block;
}

.page-filter ul li.active a:after,
.page-filter ul li:hover a:after {
  transform: scaleX(1);

}


.gallery-col .gallery-image {
  margin-bottom: 25px;
  position: relative;
  display: block;
}

.gallery-col .gallery-image:after {
  background: rgb(0 0 0 / 60%);
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: '';
  top: 0px;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  opacity: 0;

}

.gallery-col .img-responsive {
  width: 100%;
}


.gallery-col .gallery-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  z-index: 3;
  opacity: 0;
}

.gallery-col .gallery-image:hover::after,
.gallery-col .gallery-image:hover svg {
  opacity: 1;
}

.filter-dropdown {
  display: none;
}

.filter-dropdown span {
  color: #000;
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.filter-dropdown .form-control {
  appearance: auto;
  background: rgb(8 57 55 / 4%);
  border: 1px solid rgb(8 57 55 / 52%);
  box-shadow: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  margin: 0 auto;
  text-transform: capitalize;
  width: 95%;
}

.filter-dropdown .form-control:focus {
  box-shadow: unset;
  border: 1px solid rgb(8 57 55 / 52%);
}

.filter-dropdown select option {
  background: #fff;
}

.recent-data {
  text-align: center;
  width: 100%;

}


.error-message {
  color: red;
  font-size: 13px;
  margin-top: 5px;
}

