/*
  ladoeng foto v1.2.0 
  Design Ori   : templateflip.com
  Template Ori : templateflip.com
  Modified     : Ladoeng Foto 2022
*/

body {
  background: #ffffff;
  min-height: 900px;
  font-weight: 500;
  position: relative;
  background-size: cover;
  font-family: 'Nunito','Roboto','Prompt-Regular', sans-serif; 
}

@font-face {
  font-family: 'Nunito';
  font-style: bold;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v25/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNirXAHgKbabWk.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

.uppercase{
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-nav .nav-link {
  text-transform: uppercase;
}
.page {
  background: white;
  max-width: 100%;
  margin: 0 auto; 
}
.page-dtl {
  background: transparent;
  max-width: 720px;
  margin: 0 auto; 
}
.page-content {
  border-top: 0px solid #ddd;
  border-bottom:0px solid #ddd;
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
}
.navbar{
  border: 1px solid#ddd;
}
@media (min-width: 576px){
  .card-columns {
    column-count: 4;
  }
}
.navbar-brand {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px; }
  @media (max-width: 992px) {
    .navbar-brand {
      display: none; } }

.pp-header {
  position: fixed;
  max-width: 100%;
  width: 100%;
  left: 0;
  padding-top: 0rem;
  background-color: #ffffff;
  z-index: 11;
}
  .pp-header img {
    width: auto;
    height: auto;
    margin-left: 0; 
  }
  .pp-header img {
    height: 45px;
  }
  .pp-header h1 {
    font-weight: 400; }
  .pp-header .navbar-nav {
    letter-spacing: 1px;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 400; }
  @media (max-width: 576px) {
    .pp-header {
      padding-top: 0; } }

/* Body Section  */
.pp-category-filter a {
  display: inline-block;
  margin: 0 10px 6px 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px; 
}

  .pp-gallery {
    min-height: auto; 
  }
  .pp-gallery .card-columns .card {
    border: none;
    margin-bottom: 2rem; 
  }
  @media (max-width: 992px) {
    .pp-gallery .card-columns {
      -moz-column-count: 2;
           column-count: 2; } }
  @media (max-width: 576px) {
    .pp-gallery .card-columns {
      -moz-column-count: 1;
           column-count: 1; } }
  .pp-gallery .card figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    text-align: center; }
  .pp-gallery .card figure img {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    opacity: 1; }
  .pp-gallery .card figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .pp-gallery .card figure figcaption,
  .pp-gallery .card figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .pp-gallery .card figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0; }
  .pp-gallery .card figure .h4 {
    word-spacing: -0.15em;
    font-weight: 600; }
  .pp-gallery .card figure .h4,
  .pp-gallery .card figure p {
    margin: 0; }
  .pp-gallery .card figure p {
    letter-spacing: 1px;
    font-size: 60%;
  }
  .pp-gallery figure.pp-effect figcaption {
    padding: 12px; }
  .pp-gallery figure.pp-effect figcaption::before,
  .pp-gallery figure.pp-effect figcaption::after {
    position: absolute;
    content: '';
    opacity: 0; }

  .pp-gallery figure.pp-effect figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    transform-origin: 0 0; 
  }

  .pp-gallery figure.pp-effect figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
    transform-origin: 100% 0; 
  }

  .pp-gallery figure.pp-effect p,
  .pp-gallery figure.pp-effect .h4  {
    position: absolute;
    transition: transform 0.35s;
    opacity: 0; 
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .pp-gallery figure.pp-effect figcaption p {
    padding-top: 15px;
  }
  .pp-gallery figure.pp-effect p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    transform: translate3d(0, -10px, 0); }
  .pp-gallery figure.pp-effect img,
  .pp-gallery figure.pp-effect .h4 {
    transform: translate3d(0, -25px, 0); 
  }
  .pp-gallery figure.pp-effect img{
    transform: translate3d(0, 0, 0); 
    border-radius: 16px 16px 0px 0px;
  }
  .pp-gallery figure.pp-effect img,
  .pp-gallery figure.pp-effect figcaption::before,
  .pp-gallery figure.pp-effect figcaption::after,
  .pp-gallery figure.pp-effect p {
    transition: opacity 0.35s, transform 0.35s; }
  .pp-gallery figure.pp-effect:hover img {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .pp-gallery figure.pp-effect:hover figcaption::before,
  .pp-gallery figure.pp-effect:hover figcaption::after {
    opacity: 1;
    transform: scale(1); }
  .pp-gallery figure.pp-effect:hover figcaption:before {
    background: rgba(31, 30, 30, 0.5); }
  .pp-gallery figure.pp-effect:hover .h4,
  .pp-gallery figure.pp-effect:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    color: #FFFFFF; }

  .pp-gallery figure.pp-effect:hover figcaption::after,
  .pp-gallery figure.pp-effect:hover .h4,
  .pp-gallery figure.pp-effect:hover p,
  .pp-gallery figure.pp-effect:hover img {
    transition-delay: 0.15s; }
  @media (max-width: 768px) and (min-width: 578px) {
    .pp-gallery figure.pp-effect:hover .h4 {
      padding-top: 20%;
      font-size: 16px; } }
  @media (max-width: 375px) {
    .pp-gallery figure.pp-effect:hover .h4 {
      padding-top: 20%;
      font-size: 16px; } 
    }
  .card .text-desc{
    text-align: center;
    border: 1px solid#ddd;
    border-radius: 50px;
  }
  .card .text-desc p{margin-bottom: 0;}
/* Footer sectiom */
.pp-footer {
  background: #f8f8f8; }
  .pp-footer a.credit {
    color: inherit;
    border-bottom: 1px dashed;
    text-decoration: none; }
  .pp-footer .fa {
    width: 18px; }
  .pp-footer .fa-2x {
    font-size: 22px; }
  .pp-footer i {
    color: #888; }
  .pp-footer .pp-facebook:hover i {
    color: #3b5998; }
  .pp-footer .pp-twitter:hover i {
    color: #1da1f2; }
  .pp-footer .pp-youtube:hover i {
    color: #ff0000; }
  .pp-footer .pp-instagram:hover i {
    color: #405de6; }

/* About page */
.pp-about .pp-client-brand {
  text-align: center; }
  .pp-about .pp-client-brand img {
    opacity: 0.6;
    width: 90%; }

.pp-about .pp-client-brand img:hover {
  opacity: 1; }

.pp-about .pp-team .h5 {
  padding-top: 15px; }

.pp-about .pp-team img {
  width: 80%; }

@media (max-width: 768px) {
  .pp-about .pp-team p {
    margin-bottom: 2rem; } }

/* Contact page */
.pp-contact textarea {
  min-height: 200px; }

.pp-contact .pp-contact-message {
  padding-left: 5rem; }

@media (max-width: 768px) {
  .pp-contact .h4 {
    padding-top: 4rem; }
  .pp-contact .pp-contact-message {
    padding-left: 0; } }

/*Blog Page*/
.pp-container-readable {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  .pp-container-readable .pp-post {
    margin-bottom: 50px; }
    .pp-container-readable .pp-post + .pp-post {
      padding-top: 50px;
      border-top: 1px solid rgba(228, 226, 226, 0.7); }
    .pp-container-readable .pp-post .pp-post-meta {
      color: #aaa;
      margin-bottom: 24px; }
      .pp-container-readable .pp-post .pp-post-meta ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .pp-container-readable .pp-post .pp-post-meta ul li {
          display: inline;
          padding-right: 18px; }
          .pp-container-readable .pp-post .pp-post-meta ul li i {
            padding-right: 5px; }
    .pp-container-readable .pp-post .pp-post-title {
      margin-top: 18px;
      margin-bottom: 8px; }
    .pp-container-readable .pp-post a {
      text-decoration: none; }
    .pp-container-readable .pp-post .pp-post-read-more {
      padding-top: 10px; }
  .pp-container-readable .pp-pagination {
    padding-top: 2rem; }
    .pp-container-readable .pp-pagination ul {
      list-style-type: disc;
      border-radius: 4px;
      padding: 0; }
      .pp-container-readable .pp-pagination ul li {
        display: inline-block;
        margin-right: 2px; }
        .pp-container-readable .pp-pagination ul li a {
          border: 2px solid #eeeeee;
          border-radius: 3px;
          display: block;
          float: none;
          padding: 8px 15px;
          text-decoration: none; }
        .pp-container-readable .pp-pagination ul li a:hover {
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08); }

/* Blog Post Page */
.pp-blog-details {
  margin-top: 20px; }
  .pp-blog-details blockquote {
    font-style: italic;
    padding-left: 20px;
    margin-right: 20px; }
  .pp-blog-details .pp-tags {
    margin-top: 40px;
    margin-bottom: 60px; }
    .pp-blog-details .pp-tags a {
      margin-right: 10px; }
  .pp-blog-details .pp-comments .media {
    margin-top: 3rem; }
    .pp-blog-details .pp-comments .media .fa {
      padding-right: 5px; }
    @media (max-width: 576px) {
      .pp-blog-details .pp-comments .media {
        display: block; } }
  .pp-blog-details .pp-comments img {
    height: 60px;
    width: 60px; }
  .pp-blog-details .pp-comments a {
    text-decoration: none; }
  .pp-blog-details .pp-comments span {
    padding-left: 6px; }

/* Common Style */
.pp-section {
  padding-top: 6.8rem; }

  /*style by me*/
  .next-page-dt{
    position: absolute;
    right: 0;
  }
  .page-item-dt{
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
  }
  .pagination {
    justify-content: center;
  }
  .form-control-file{
    height: auto;
  }
  .img-fluid.img-100 {
    width: 100%;
  }
  .card-content{
    border: 1px solid#ddd!important;
    border-color: #ddd;
    padding: 5px;
    text-align: center;
  }
  .btn-primary{
    color: #fff;
    background-color: #f26d21;
    border-color: #f26d21;
  }
  .badge-primary {
    color: #fff;
    background-color: #917c55;
    padding: 10px;
    border-radius: 1px;
    margin-bottom: 5px;
  }
  .btn-default {
    color: #fff;
    background-color: #917c55;
    border-color: #917c55;
  }

  .btn-default:focus,
  .btn-default:hover {
    color: #fff;
    background-color: #f26d21;
    border-color: #f26d21;
  }
  .btn-outline-primary {
    color: #000000;
    border-color: #000000;
  }
  .btn-outline-secondary {
    color: #ffffff;
    border-color: #ffffff;
  }
