.section-two-col {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: row;
  position: relative;
}
.section-two-col .columns-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.section-two-col .column {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.section-two-col .featured-project {
  display: flex;
  flex-direction: column;
  /*     height: 100vh; */
  align-items: center;
  position: relative;
  height: 100%;
  overflow: hidden;
  justify-content: center;
  z-index:1;
}
.section-two-col .featured-project img {
  max-width: 100%;
  height: auto;
}
.section-two-col .featured-project h2 {
  margin: 20px 0;
  text-align: center;
}
.section-two-col .column-2b {
  position: relative;
  color: #fff;
  padding:60px;
}
.section-two-col .column-2a {
  position: relative;
  overflow: hidden;
  padding:60px;
}
.section-two-col .latest-blog {
  position: relative;
  overflow:hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 60px;
  height: 100%;
}
.section-two-col .featured-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  padding: 10px 15px;
  background-color: #fff;
  z-index: 2;
  font-family: owners, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-two-col .latest-blog-content{
  text-align: left;
  z-index: 1;
  width: 100%;
  position: relative;
}
.section-two-col .left-title{
  text-align: center;
}
.section-two-col .latest-blog-content *{
  color: #fff;
  text-align: center;
}
.section-two-col .latest-blog::before,.section-two-col .featured-project:before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.6);
  z-index:0;
}
.section-two-col .left-title * {
  color: #fff;
  z-index:9;
  position: relative;
}
.section-two-col .section-two-col p {
  font-family: 'Nunito Sans', sans-serif;
}
.section-two-col .latest-blog h2,.section-two-col .featured-project h2, .section-two-col .left-title * {
  margin-bottom: 20px;
  font-family: owners, sans-serif;
}

.section-two-col .blog-text *{
  color: #fff;
}

.section-two-col img.blog-listing__post-author-image {
  width: 34px;
  border-radius: 50%;
}
/* .section-two-col .vertical-slider {
min-height: 300px; 
} */
.section-two-col .blog-post-button-wrapper {
  margin-top: 20px;
  text-align: left; 
}
.section-two-col .blog-post-button {
  display: inline-block;
  border: 1px solid #fff;
}
.section-two-col .latest-blog button:hover , .section-two-col .latest-blog .button:hover , .section-two-col .latest-blog .hs-button:hover ,.section-two-col .latest-blog a.primary-button:hover  {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.section-two-col .date-author-wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.section-two-col .blog-listing__post-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-two-col .blog-listing__post-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.section-two-col a.blog-listing__post-tag {
  padding: 4px 10px;
  background: #000;
  color: #fff;
}
.section-two-col .text-section-wrap {
  position: relative;
}
.card-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.card-top {
  background: rgb(92 92 92 / 40%);
  cursor: pointer;
  padding: 6px;
  text-align: center;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.bottom-arrow {
  transition: transform .3s ease;
  padding: 20px;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  transition: background 0.3s;
  height: 50px;
  width: 50px;
  font-size: 30px;
  line-height: 36px;
  background: rgb(0 0 0);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}
.card-bottom {
  background: rgba(0,0,0,.9);
  bottom: -100%;
  left: 0;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  right: 0;
  transition: bottom .5s ease;
  color: #fff;
  z-index: 999;
  padding: 30px;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

/* For Chrome, Safari, and Opera */
.card-bottom::-webkit-scrollbar {
  display: none;
}

.blog-listing__link * {
  margin-bottom:0!important;
}


.latest-blog-content .owl-nav{
  position:absolute;   
  inset:0;
  pointer-events:none; 
}
.latest-blog-content .owl-nav button{
  pointer-events:auto;
  position:absolute;
  top:50%;  
  transform:translateY(-50%);
  width:50px;
  height:50px;
  border-radius:50% !important;
  background:#000 !important;
  border:none;
  outline:none;
  display:flex;
  justify-content:center;
  align-items:center;
  transition:opacity .25s, transform .25s;
  z-index:2;  
  font-size: 30px !important;
  line-height: 36px;
}
.section-two-col .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center; 
}
.section-two-col .owl-item {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .section-two-col .owl-item {
min-height: 300px !important;
max-height: 100% !important;
} */
.latest-blog-content .owl-nav button:hover{
  opacity:1;
  transform:translateY(-50%) scale(1.06);
  background: none;
}
.latest-blog-content.owl-theme .owl-nav [class*=owl-]:hover {
  background: #000;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.latest-blog-content .owl-nav .owl-prev{ left:0;  }
.latest-blog-content .owl-nav .owl-next{ right:0; }
.latest-blog-content .owl-nav button span{
  font-size:32px;
  font-weight:700;
  line-height:1;
  color:#fff;
}
.latest-blog-content .owl-nav .owl-prev.disabled,
.latest-blog-content .owl-nav .owl-next.disabled{
  display:none!important;
}
.section-two-col .latest-blog-content .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
}
.section-two-col .latest-blog-content .slick-arrow.slick-disabled {
  display: none!important;
}
.vertical-slider .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor:pointer;
  height: 300px !important;
  overflow-y : auto !important;
  padding: 0 30px;
}
.vertical-slider .item {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding: 20px;
}
.slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.latest-blog-content .slick-prev,
.latest-blog-content .slick-next {
  position: absolute;
  z-index: 5;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.latest-blog-content .slick-prev {
    top: -60px;
    left: 50%;
/*     transform: rotate(90deg); */
  transform: translateX(-50%);
}
.latest-blog-content .slick-next {
    bottom: -60px;
    right: 50%;
/*     transform: rotate(90deg); */
  transform: translateX(50%);
}
.latest-blog-content .slick-prev:hover,
.latest-blog-content .slick-next:hover {
  background: #fff;
  color: #000;
}







.section {
  flex-shrink: 0;
  min-width: 100%
}

.pin-spacer {
  padding-bottom: 0!important
}

.details-container {
  display: flex;
  overflow: visible!important;
  overflow-x: visible!important;
  padding: 20px 12%;
  scroll-snap-type: x mandatory;
  flex: 1 1 auto;
  height: 100%;
  align-content: stretch;
  align-items: stretch;
}

.details-container .section .container {
  display: flex;
  margin: 0 auto;
  max-width: 100%!important;
  padding: 40px 60px;
  width: auto;
  align-items: center;
  height: 100%;
}

.details-container .section {
  align-content: stretch;
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  max-width: 1200px;
  min-width: auto;
  overflow: hidden;
  height: calc(85vh - 40px);
  width: 100%;
}
}

.modal-content-wrapper {
  padding-top: 20px
}

.mfp-bg {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
  margin-top: 65px
}

.mfp-content button.close-modal {
  cursor: pointer;
  position: fixed;
  right: 21px;
  top: 65px;
  z-index: 9999999
}

.details-container .section.background.-white .container {
  padding: 0 20px
}




@media screen and (max-width: 1024px){
  .section-two-col .column-2b,.section-two-col .column-2a {
    padding: 20px;
  }
  .section-two-col h3{
    font-size: 20px;
  }
}
@media screen and (max-width: 768px){
  .section-two-col .columns-wrapper, .section-two-col {
    flex-direction: column;
  }
  .section-two-col .featured-project {
    padding: 120px 0;
  }
  .section-two-col .latest-blog{
    padding: 20px;
  }
}
@media screen and (max-width: 480px){
  .section-two-col .latest-blog-content .owl-item {
    padding: 0 10px;
  }
  .section-two-col .blog-post-button{
    padding:12px
  }
  .latest-blog-content .owl-nav button,.latest-blog-content .owl-nav,.latest-blog-content .owl-nav button:hover{
    transform: none;
    position:unset;
  }
  .latest-blog-content .slick-next, .latest-blog-content .slick-prev {
    font-size: 16px;
    height: 40px;
    width: 40px;
  }
  .vertical-slider .slick-slide {
    height: 390px !important;
    padding: 0 10px;
  }
  .latest-blog-content .slick-prev {
    left: -20px;
  }
  .latest-blog-content .slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 380px){
  .vertical-slider .slick-slide {
    height: 530px !important;
  }
}