
.categories .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
    gap:1.5rem;
}

.categories .box-container .box{
    padding:.5rem .5rem;
    border-radius: .5rem;
    background:var(--heaven);
    box-shadow: var(--box-shadow);
    outline:var(--outline);
    outline-offset: 5rem;
    text-align: center;
}

.categories .box-container .box:hover{
    outline:var(--outline-hover);
    outline-offset: 0rem;
}

.categories .box-container .box img{
    /*margin:1rem 0;*/
    height:75rem;
    width: 100%;
}

.categories .box-container .box h3{
   font-size: 3rem;
   color:var(--black);
   line-height: 1.8;
}

.categories .box-container .box p{
    font-size: 1.7rem;
    color:var(--light-color);
    line-height: 1.8;
    padding:1rem 0;
}

.deal{
  background:url(../images/bg-banner.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
  /*padding-top: 7rem;
  padding-bottom: rem;*/
}


.deal .content h3 span{
  color: var(--primary);
}
.deal .content .title{
  font-size: 4rem;
  color:var(--white);
}


.wrapper .left,
.wrapper .right {
      width: 100%;
      height: 50vh;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
}


.wrapper .image {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      transition: 0.25s ease all;
}

.dog {
      background: url('../images/BAN1.png');
}

.cat {
      background: url('../images/BAN2.png');
}

/*.wrapper .caption {
      position: relative;
      z-index: 10;
      color: #fff;
      text-align: center;
}


.wrapper .caption h1 {
      text-transform: uppercase;
      letter-spacing: 0.25em;
      margin-bottom:1em;
}


.wrapper .caption .button {
      background: #000;
      color: #fff;
      padding: 1em 2em;
      text-decoration: none;
      font-weight: 600;
      font-size: 1em;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      transition: 0.25s ease all;
}*/


/*.wrapper .caption .button:hover {
      background: #ffd346;
      color: #000;
}


.wrapper .side::before {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6979166666666667) 0%, rgba(0, 0, 0, 0.2721463585434174) 100%);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      content: '';
      display: block;
}
*/

/*.wrapper .left:hover .image,
.wrapper .right:hover .image {
      transform: scale(1.2);
}
*/
@media screen and (min-width:1200px) {

      .wrapper {
            display: flex;
      }


      .wrapper .left,
      .wrapper .right {
            width: 50%;
            height: 100vh;
      }

}


.parents {
  display: flex;
  font-family: arial, sans-serif;
}

.items {
  width: 100%;
  height: auto;
  padding: 0px;
  }

.lasts {
  color: #222;
  background: var(--white);
  text-align: center;
  font-size: 1rem;
  color:var(--black);
}
.items h2{
  font-size: 25px;
  color: var(--theme);
  text-decoration: none;
  margin-top: 15%;
}

.items p{
  /*padding: 50px 30px 50px 80px;*/
  font-size: 15px;
  position: relative;
  z-index: 10;
  color: var(--black);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.items .views {
  padding-bottom:20px;
  align-items: center;
}

@media screen and (max-width: 600px){
  
  .parents {
    flex-direction: column-reverse;  
  }
  
  .items img{
    width: 100%;
    min-height: 200px;
  }
  
  .lasts {
    background: var(--white);
  }
  
}