@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200;0,8..60,300;0,8..60,400;0,8..60,500;1,8..60,200;1,8..60,300;1,8..60,400;1,8..60,500&display=swap');


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body.home-page {
  background: #333;
}
body.home-page header{
  position: absolute;
  top: 50px;
  left: 30px;
  z-index: 9;
  width: auto;
  border: none;
}
.page-ttile h1, .review-box h5, .modal-title, .art-wroks-list li p, .paintings-detail p,
.paintings-detail span, .info-sec p, .info-sec span, .all-imgs{
  /* font-family: 'Jost', sans-serif; */
  font-family: 'Source Serif 4', serif;
}

header{
  position: absolute;
  top: 50px;
  left: 30px;
  z-index: 9;
  width: calc(100% - 60px);
  /* border-bottom: 1px solid #ebebeb; */
  padding-bottom: 20px;
}
.logo{
  margin-right: 25px;
  float: left;
  
}
.navbar{
  float: left;
  /* margin: 62px 34px; */
  color: white;
  padding: 0;
}
.nav-links{
  list-style: none;
  margin-top: 7px;
  padding: 0;
}
.nav-links li{
  float: left;
  padding: 2px 12px;
  margin-right: 5px;
}
.nav-links li a{
  position: relative;
  /* font-family: 'EB Garamond', serif; */
  font-family: 'Source Serif 4', serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: white;
  /* letter-spacing: .2em; */
  padding-bottom: 3px;
  /* text-transform: uppercase; */
}
.nav-links li a::before,
.nav-links li a.active::before{
    display: inline-block;
    content: "";
    position: absolute!important;
    left: 0;
    top: calc(100% - 0px);
    width: 100%;
    border-top: 1px solid #c9ab81;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.54,.32,.05,.96);
    transition: -webkit-transform .5s cubic-bezier(.54,.32,.05,.96);
    -o-transition: transform .5s cubic-bezier(.54,.32,.05,.96);
    transition: transform .5s cubic-bezier(.54,.32,.05,.96);
    transition: transform .5s cubic-bezier(.54,.32,.05,.96),-webkit-transform .5s cubic-bezier(.54,.32,.05,.96);
}

.nav-links li a:hover::before{
  -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.nav-links li a.active::before{
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.header2 .nav-links li a{
  color: black;
  
}
.about{
  margin: 0 auto;
}

.center-content{
  border-bottom: 1px solid #ebebeb;
  padding: 170px 0 50px;

}
.about-left-sec{
  padding: 0px 25% 0 0;
  margin-top: 0px;
}
.about-left-sec h2{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.about-left-sec h3{
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 300;
}
.links-wrap{
  margin-bottom: 20px;
}
.about-left-sec a{
  color: #774c10;
  text-decoration: none;
  word-wrap: break-word;
}
.about-left-sec a:hover{
  text-decoration: none;
}
.about-text{
  /* font-family: 'Barlow', sans-serif; */
  font-family: 'Source Serif 4', serif;
  font-size: 14px;
  padding: 0px 1px 0;
  line-height: 1.68125rem;
  
}
.about-text p{
  color: black;
  font-weight: 300;
}
.about-text p.first-b {
  font-weight: 400;
}
.about-right-sec{
}
.about-right-sec img{
  padding: 0px 15px;
}
.footer{
  margin-top: 25px;
}
.footer-link a{
  text-decoration: none;
  color: lightgray;
}
.footer-text p{
  color: #898989;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-weight: 300;
  float: left;
  font-family: 'Source Serif 4', serif;
}
.footer-link-2{
  margin-top: 18px;
}
.footer-link-2 a{
  text-decoration: none;
  color: lightgray;
  font-size: 10px;
  padding-left: 15px;
}
/* .contact-center-content{
  border-top: 1px solid lightgrey;
  margin-top: 150px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid lightgrey;
} */
.contact-left-sec{
  /* font-family: 'Barlow', sans-serif; */
  font-family: 'Source Serif 4', serif;
  /* padding: 0px 0px 0px 0px; */
}
.contact-left-sec h3{
  font-size: 15px;
  /* letter-spacing: 0.1em; */

}
.contact-left-sec p{
  margin-top: 15px;
  font-weight: 300;
  margin-bottom: 5px;
  /* padding: 14px 0px; */
}
.contact-a a{
  text-decoration: none;
  color: black;
  position: relative;
  /* text-decoration: underline; */
  font-weight: 300;

}
.contact-a a:hover{
  text-decoration: none;
}
.border{
  border-bottom: 1px solid lightgray;
  margin-top: 100px;

}
.second-a a{
  text-decoration: none;
  color: gray;
  text-decoration: underline;
  font-size: 15px;
}
.second-a a:hover{
  text-decoration: none;
}
.contact-left-sec .epuiries-text{
  margin-top:0px;
}
.links{
  margin: 35px 0px;
}
.social-link{
   margin-bottom: 8px;
}
.social-link a{
  text-decoration: none;
  color: gray;
  font-size: 14px;
  font-weight: 300;
 
}
.social-link a img{
  width: 32px;
  height: 32px;
  margin-right: 5px;

}
.contact-right-sec{
  /* margin-top: 24px; */
}
.contact-right-sec img{
  /* margin: 25px 102px; */
  padding: 0px 15px;
  /* margin-top: 45px; */
}
.video-text{
   border-top: 1px solid lightgray;
}
.review-box{
  /* background: #ededed; */
  /* border-radius: 20px; */
  padding: 15px 0;  
  margin-bottom: 15px;
}
.person-info{
  display: flex;
  flex-direction: row;
}
.person-info.active .read-bx{ display: none;}
.person-info.active .detail-readmore{ display: block;}

.page-ttile h1{
  font-size: 24px;
  margin-bottom: 45px;
  font-weight: 300;
  /* letter-spacing: 3px; */
  color: #2f2f2f;
  /* text-transform: uppercase; */
  font-family: 'Source Serif 4', serif;
}
.page-ttile a{
  color: #c9ab81;
  text-decoration: none;
}
.review-box h5{
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 15px;
}
.modal-title {
  font-weight: 300;
}
.person-info .person-img{
  margin-right: 20px;
  min-width: 76px;
  height: 76px;
  overflow: hidden;
  border-radius: 50px;
}
.person-info .person-img img{
  width: 76px;
  height: 76px;
}
.person-info p{
  /* font-family: 'Barlow', sans-serif; */
  font-family: 'Source Serif 4', serif;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 300;
  /* display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden; */
}
.person-info p br{

}
.person-info a{
  font-family: 'Source Serif 4', serif;
  color: #996011;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 300;
}
.modal-review-box .person-info p{
  margin-bottom: 15px;
  margin-right: 10px;
}
.art-wroks-list{
  padding: 0;
  width: 100%;
}
.art-wroks-list li{
  float: left;
  width: 230px;
  margin:0 30px 30px 0;
  list-style: none;
}
.art-wroks-list li a{
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.art-wroks-list li .img-wrap{
  margin-bottom: 15px;
}
.art-wroks-list li .img-wrap img{
  width: 100%;
  height: auto;
}
.art-wroks-list li p{
  font-size: 18px;
  font-weight: 300;
  color: black;
  /* text-transform: uppercase; */
  /* letter-spacing: 3px; */
  color: #2f2f2f;
}
.paintings-list-wrap{

}
.paintings-list{
  padding: 0;
  list-style: none;
}
.paintings-list li{
  position: relative;
  width: 100%;
  list-style: none;
  text-align: center;
  margin-bottom: 100px;
}
.paintings-list li a{
  display: inline-block;
  color: #2f2f2f;
  text-decoration: none;
  
}
.painting-img-bx{
  max-width: 700px;
  margin-bottom: 15px;
  text-align: center;
}
.paintings-detail{
  text-align: left;
}
.paintings-detail p{
  /* text-transform: uppercase; */
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
}
.paintings-detail span{
  display: block;
  color: #2f2f2f;
  font-weight: 300;
  font-size: 14px;
}
.popup-modal{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  /* transform: scale(0.98); */
  transition: all 0.3s ease-in-out;
  
}
.popup-modal.active{
  visibility: visible;
  opacity: 1;
  top: 0;
  /* transform: scale(1); */
  transition: all 0.5s ease-in-out;
  transition-delay: 0.2s;
}

.close-modal{
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 9;
  width: 25px;
  height: 25px;
  background: #fff;
  text-align: center;
}
.close-modal i{
  font-size: 24px;
  color: #2f2f2f;
  opacity: 0.7;
}
.img-modal-content{
  display: flex;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(50px);
}
.popup-modal.active .img-modal-content{
  opacity: 1;
  transition-delay: .5s;
  transform: translateY(0px);
}
.modal-slide{
  display: none;
  flex-direction: row-reverse;
  width: 100%;
}
.modal-img{
  /* float: right; */
  width: 50%;
  margin-right: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 50px 0; */
}
.modal-img img{
  padding: 40px 0;
  /* object-fit: fill; */
  max-height: 100%;
  transition: all 0.7s ease-in-out;
}
.modal-img-info{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /* padding-top: 200px; */
  float: left;
  width: 40%;
}
.info-sec{
  padding-bottom: 50px;
}
.info-sec p{
  font-size: 24px;
  /* text-transform: uppercase; */
  font-weight: 300;
  margin-bottom: 10px;
}
.info-sec span{
  font-size: 16px;
  display: block;
  color: #2f2f2f;
  font-weight: 300;
  margin-bottom: 0px;
}
.all-imgs{
  font-size: 14px;
  display: block;
  color: #2f2f2f;
  font-weight: 300;
  /* text-transform: uppercase; */
  margin: 25px 0 10px;
}
.thumbs-bx{
  display: flex;
  flex-direction: row;
}
.thumbs-bx a{
  width: 75px;
  height: 75px;
  overflow: hidden;
  display: block;
  margin:0 10px 10px 0;
}
.thumbs-bx a img{
  border-radius: 50%;
}
.thumbs-bx a:hover{
  opacity: 0.9;
}
.thumbs-bx a.active{
  opacity: 0.6;
}


.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #2f2f2f;
  font-weight: bold;
  font-size: 28px;
  left: 10px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  text-decoration: none;
  opacity: 0.7;
}

/* Position the "next button" to the right */
.next {
  left: auto;
  right: 15px;
  border-radius: 3px 0 0 3px;
}

.mob-nav{
  position: absolute;
  top: 5px;
  right: 15px;
  display: block;
  width: 40px;
  display: none;
}
.mob-nav span{
  width:100%;
  height: 1px;
  background: #000;
  margin-bottom: 12px;
  float: left;
}
.home-page .mob-nav span{
  background: #fff;
}
.cross-icon{
  position: absolute;
  top: 30px;
  right: 20px;
  width: 30px;
  display: none;
}
.cross-icon img{
  width: 100%;
}
.about-row, .contact-row { flex-direction: row-reverse;}

html, body {
  height: 100%;
  margin: 0;
}
.center-content {
  min-height: calc(100vh - 90px);
}
.footer {
  margin: 0;
  padding-top: 25px;
  height: 90px;
}
.detail-readmore{
  display: none;
}
.modal-img{
  display: none;
  /* width: 50%; */
  /* margin-right: 4%; */
  /* display: flex; */
  /* justify-content: center;
  align-items: center; */
}
.modal-img.active{
  display: flex;
}
/* .modal-slide.active .modal-img{
  display: flex ;
} */
.modal-slide.active .modal-img:first-child{
  display: flex ;
}
/* .modal-slide.active .modal-img.active{
  display: flex;
} */
.fancybox-navigation, .fancybox-button--play, .fancybox-button--thumbs, .fancybox-infobar{
  display: none;
}
.modal-img > div{
  position: relative;
}
.plus-icon{
  position: absolute;
  top: 43px;
  left: 3px;
  width: 39px;
  height: 39px;
  background: url(../images/plus-icon.png) no-repeat 0 0;
}

@media (min-width: 1921px){
  .nav-links li a, .info-sec span{ font-size: 18px;}
  .about-text, .about-left-sec h3{ font-size: 16px;}
  .page-ttile h1, .info-sec p{ font-size: 28px;}
  .art-wroks-list li p{ font-size: 20px;}
  .footer-text p{ font-size: 11px;}
  .paintings-detail p{ font-size: 20px;}
  .paintings-detail span, .all-imgs{ font-size: 15px;}
  .person-info p{ font-size: 16px;}
}
@media (min-width: 1540px){
  .container{max-width: 1600px;}
}
@media (min-width: 992px){
  .modal-dialog{
    max-width: 800px;
  }
}


@media (max-width: 1450px){
  @keyframes zoom-in-zoom-out {
    0% {transform: scale(1, 1) ;}
    50% {transform: scale(1.05, 1.05) translate(15px, -10px);}
    100% {transform: scale(1, 1);}
  }
  .prev, .next{padding: 16px 10px;}
  .modal-img{ margin-right: 5%; }
  .about-left-sec{padding: 8px 15% 0 0;}
}
@media (max-width: 992px){
  .navbar{ 
    visibility: hidden;
    opacity: 0;
    transform: scale(1);
    /* transition: all 1s ease-in-out; */
    height: 0;
    /* transition-delay: 0.5s; */
  }
  .navbar.active{
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: rgb(0 0 0 / 85%);
    height: 100%;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    height: 100%;
    transition: all 1s ease-in-out;
  }
  .home-page .navbar.active{ background: rgb(0 0 0 / 94%);}
  .navbar.active .nav-links li{ float: none; width: 100%; margin: 0; padding: 0;}
  .navbar.active .nav-links li a{ font-size: 16px; text-align: center; color: #fff;display: block;padding: 10px 15px;}
  .mob-nav, .cross-icon{ display: block;}
  .mob-nav.active{display: none;}
  body.home-page header{ left: 0;}
  header{ width: 100% !important; top: 30px !important; left: 0; padding: 0 15px; border: none; z-index: 999 !important;}
  .content h1{ font-size: 50px;}
  @keyframes zoom-in-zoom-out {
    0% {transform: scale(1, 1) ;}
    50% {transform: scale(1.05, 1.05) translate(5px, -10px);}
    100% {transform: scale(1, 1);}
  }
  .page-ttile h1{ font-size: 22px;}
  .center-content{ padding: 130px 0 50px; }
  .modal-img-info{ width: 35%;}
  .modal-img{ width: 53%;margin-right: 6%;}
  .thumbs-bx{flex-wrap: wrap;}
  .about-left-sec{ padding: 8px 5% 0 0;}
  .about-right-sec img, .contact-right-sec img{ padding: 0;}
  .popup-modal.active{ z-index: 1000 !important;}
  
  
}

@media (max-width: 767px){
  .logo{ display: block; width: 240px;}
  .logo img{ width: 100%;}
  .content h1{ font-size: 40px;}
  .mob-nav{ width: 35px;}
  .mob-nav span{margin-bottom: 10px;}
  .slide .content{ padding: 35px 45px;}
  .modal-slide{ flex-direction: column; align-items: center;}
  .modal-img, .modal-img-info{ width: 80%; margin: 0;}
  
  .modal-img-info{ padding-bottom: 15px;}
  .popup-modal.active{ overflow: auto;}
  .modal-img img{ padding: 50px 0 20px;}
  .info-sec p{ margin-bottom: 15px;}
  .info-sec span{ margin-bottom: 5px;}
  .close-modal{ top: 15px;}
  .person-info{ flex-direction: column;}
  .person-info .person-img{ margin-bottom: 10px;}
  .person-info .person-img img{ border-radius: 50px;}
  .contact-left-sec{ padding: 35px 0px 0px 0px;}
  .contact-left-sec .border, .contact-left-sec .epuiries-text{ margin-top: 20px;}
  .contact-left-sec .epuiries-text{ padding: 0px 0px;}
  
}
@media (max-width: 500px){
  .prev, .next{padding: 16px 0px;}
  .thumbs-bx a{ width: 65px; height: 65px;}
}
.painting-imgs-wrapper{
  text-align: center;
}

.painting-imgs-wrapper li{
      list-style: none;
      margin: 10px;
      display: inline-block;
}