
#portfolio {
    padding: 20px 0px 50px 0px;
    position: relative;
    display: block;
    /* background: #f7f7f7; */
  }
  
  .containerContent {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
  }
  
  .set_size_section1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: inline-block;
  }
  
  .services_h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: black;
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 30px;
    text-align: center;
  }
  
  #portfolio .folio-list {
    padding: 0;
    list-style: none;
    margin: 0 auto;
    width: 60%;
    justify-content: center;
    display: flex;
    margin-top: 50px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  
  
  .thumbnail {
    display: block;
    padding: 4px;
    margin-top: 10px;
    margin-right: 30px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  
  figure {
    margin: 0;
  }
  
  
  #portfolio .folio-list img {
      position: absolute;
      width: 230px;
      height: 230px;
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      -ms-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
  }
  
  #portfolio .folio-thumb > h3 {
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
      color: black;
      text-align: center;
      font-size: 16px;
      margin-top: 25px;
      margin-bottom: 3px;
  }
  
  #portfolio .folio-thumb > p {
      font-family: 'Droid Serif', serif;
      word-spacing: 1px;
      text-align: center;
      font-size: 13px;
      font-style: italic;
      margin-bottom: 30px;
  }
  
  .img-title {
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      display: block;
      bottom: 0;
      left: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      margin: 0;
      text-align: center;
      opacity: 0;
      background-color: #333;
      -ms-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
  }
  
  .img-title h5 {
      color: #fed136;
      font-family: 'RobotoSlab', serif;
      text-align: left;
      font-size: 15.5px;
      display: block;
      margin: 60px 10px 10px 20px;
  }
  
  .img-title p {
      color: #fff;
      text-align: left;
      font-family: 'Droid Serif', serif;
      font-style: italic;
      margin: 10px 10px 10px 20px;
      font-size: 12px;
      display: block;
  }
  
  .gallery-item:hover .img-title {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
       filter: alpha(opacity=90);
  }
  
  .gallery-item {
      position: relative;
      width: 230px;
      height: 230px;
      display: block;
      overflow: hidden;
  }
  
  /* .img-title h5, .img-title p {
      position: relative;
      left: -200px;
      width: 190px;
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      -ms-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
  } */
  
  .img-title h5 {
      -webkit-transition-delay: 200ms;
      -moz-transition-delay: 200ms;
      -o-transition-delay: 200ms;
      -ms-transition-delay: 200ms;
      transition-delay: 200ms;
  }
  
  .img-title p {
      -webkit-transition-delay: 400ms;
      -moz-transition-delay: 400ms;
      -o-transition-delay: 400ms;
      -ms-transition-delay: 400ms;
      transition-delay: 400ms;
      width: 180px;
  }
  
  .gallery-item:hover img{
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      width: 250px\9;
      height: 250px\9;
  }
  
  
  /* AUTHOR LINK */
  
  
  footer{
    z-index: 100;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  
  footer p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    opacity: 0;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    word-wrap: break-word;
    line-height: 25px;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    margin: 0;
  }
  
  footer .authorWindow a{
    text-decoration: none;
  }
  
  footer p strong {
      color: rgba(255, 255, 255, 0.9);
    margin-left: 5px;
    cursor:pointer;
  }
  
  .about-me-img {
    width: 120px;
    height: 120px;
    left: 10px;
    /* bottom: 30px; */
    position: relative;
    border-radius: 100px;
    border: 1px solid #4A5F67;
  }
  
  
  .about-me-img img {
    margin-top: 8px;
    margin-left: 5px;
  }
  
  
  .authorWindow{
    width: 600px;
    background: #4A5F67;
    padding: 22px 20px 22px 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .authorWindowWrapper{
    display:none; 
    left: 110px;
    bottom: -20px;
    padding-left: 30px;
    position: absolute;
  }
  
  
  .trans{
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 500ms ease;
  }
  

  /* search box */
  .parant-searchbox{
    text-align: end;
    display: flex;
    justify-content: center;
  }
  
  .search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 500px;
    width: 100%;
}

.search-input {
    border: none;
    outline: none;
    padding: 12px 20px;
    width: 100%;
    font-size: 16px;
    border-radius: 30px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background-color: #f4f4f9;
}

.search-input::placeholder {
    color: #888;
    font-style: italic;
}

.search-input:focus {
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.search-button {
    border: none;
    background-color: #6b6bff;
    color: #fff;
    border-radius: 50%;
    padding: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-button:hover {
    background-color: #5757e6;
}

.search-icon {
    font-size: 18px;
}

  /* box */



  @media screen and (max-width: 768px) {
      .authorWindow{
           width: 210px;
      }
  
      .authorWindowWrapper{
               bottom: -170px;
    margin-bottom: 20px;
      }
  
      footer p{
            font-size: 14px;
      }
  }

  @media screen and (max-width: 1025px) {
    .peee{
      display: block !important;
    }

  }