/*
Template Name: Banizzo - Digital Agency HTML5 Template
Theme URI: https://codexup.com/
Author: CodeXup
Author URI: https://codexup.com/preview/banizzo/
Description: 
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0.0
*/

.portfolio__thumb-2:hover img{
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
            transition: all 0.5s ease-in-out;
  }
  .breadcrumb__area{
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .header__inner{
    grid-gap: 0px;
}
  @media only screen and (max-width: 767px) {
    .breadcrumb__area{
      padding-top: 120px;
      padding-bottom: 40px;
    }
  }

  @media only screen and (max-width: 575px) {
    .breadcrumb__area{
      padding-top: 100px;
      padding-bottom: 30px;
    }
  }

  @media only screen and (max-width: 479px) {
    .breadcrumb__area{
      padding-top: 100px;
      padding-bottom: 30px;
    }
  }
  .footer-galeri{
      width:100px;
      max-height:60px;
      border-radius:6px;
  }
  .portfolio__item::after{
      
      max-height:400px;
  }