
.listview-card .card-body .content{
  width: fit-content;
  width: -moz-fit-content;
  text-align: center;
  font-family: "Playfair Display";
  font-variant: lining-nums;
}
.listview-card .card-body .content .card-title{
  color: #34375c;
  font-size: 18px;
  line-height: 25px;
  margin: 0px 0px 0px 0px;
  letter-spacing: 0px;
  font-weight: 700;
}
.listview-card .card-body .content .card-title.heading{
  font-weight: 900;
}

.card-section, .title-section{
  background-color: #FCFAF9;
}
.title-section h1.title{
  font-family: "Playfair Display";
  margin-bottom: 20px;
  color: #34375C;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
.title-section p{
  font-family: "DM Sans";
  color: rgba(52, 55, 92, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.lv-title{
  font-family: "Playfair Display";
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
.theme-btn{
  border-color: #ad924b;
  background-color: #ad924b;
}
.text-justify{
  text-align: justify;
}
.page-item.active .page-link{
  border-color: #ad924b;
  background-color: #ad924b;
}
.tabs-section .nav-tabs .nav-link{
  color: #ad924b;
  font-size: 14px;
  font-weight: bolder;
  line-height: 1.42857143;
  padding: 12px 15px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-right-width: 0;
  border-radius: 0;
}
.tabs-section .nav-tabs .nav-link.active{
  background-color: #fff;
  border-bottom-color: transparent;
  font-weight: 700;
  color: #004766;
}

.img-gallery-magnific .image-popup-vertical-fit{
  position: relative;
}
.img-gallery-magnific .image-popup-vertical-fit i{
  position: absolute;
  color: #fff;
  text-decoration: none;
  display: none;
  width: 30px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  left: 55%;
  margin-left: -18px;
  margin-top: -18px;
  background: rgba(0,0,0,.8);
  border-radius: 40px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  z-index: 2;
}
.img-gallery-magnific:hover  i{
  display: block;
  -webkit-animation: zoomIn .2s;
  animation: zoomIn .2s;
}
.btn-tab{
  .color: #010101;
  background-color: #eff1f4;
  border-color: #eff1f4;
}
.geden-tab .card-title{
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  background: rgba(186, 155, 75, 0.8);
  letter-spacing: 0px;
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
}
.kondo-tab .content p{
  color: rgba(103, 89, 73, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
button.mfp-arrow, .mfp-bottom-bar{
  display: none !important;
}
