/*(c) HM INDUSTRIES CORP*/

    .p-container{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
            align-items: center;
            margin-left: auto;
            margin-right: auto;
            margin-top: 3rem;
        }
        #intro-carrusel{
             max-height:250px;
        }
        #intro-carrusel h2{
             font-family:'BankGothic Lt BT';
             font-style:bold;
        }
        #def-banner{
             background-image:url('https://drive.haxtercorp.com/@hm_industries_/MyFiles/325904952_3471729746395916_6587096368446865238_n.png');
        }
        .maximages img{
             min-width:100%;
             min-height:100%;
        }  
        .maximages_anim{
            animation-duration: 3s;
            animation-name: slidein;
            
        }
        
        @keyframes slidein {
          from {
            margin-left: 100%;
            width: 300%
          }
        
          to {
            margin-left: 0%;
            width: 100%;
          }
        }
        .hoverdisly img:hover{
            min-width:90%;
            min-height:90%;
        }
        .galery, .businesses__grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 3rem;
            margin-top: 3rem;
        }
        .galermax img{
            max-width:100%;
            max-height:200px;
        }
        .galermax h2{
            font-family:'BankGothic Lt BT';
            font-style:bold;
        }
       
       .capitallet{
           font-family:'BankGothic Lt BT';
       }