.hero-section{
    width: 100%;
    position: absolute;
    
    
}
.hero-section .main{
   text-align: center;
    width: 100%;
    height: 600px;
    
   
}
.hero-section .main img{
    width: 50%;
    height: 100%;
}

@media screen and (max-width:991px){
    .hero-section{
        width: 100%;
        position: absolute;
        
        
    }
    .hero-section .main{
       text-align: center;
        width: 100%;
        height: 400px;
        
       
    }
    .hero-section .main img{
        width: 50%;
        height: 100%;
    }
     /*cards section */
.boxes{
    
    width: 100%;
    margin-top: 400px !important;
    
}
.boxes .row{
    margin: 0% !important;
}

.boxes .card {
    max-width: 150px !important;
    
    font-family: arial;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)
   
}

.card img{
    width: 100%;
    height: 150px !important;
}
.card h1{
    font-size: 20px;
}

.price {
    color: grey;
    font-size: 12px !important;
  }
  
  .card button {
    border: none;
    outline: 0;
    padding: 8px !important;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 12px !important;
  }
  
  
  .card button:hover {
    opacity: 0.7;
    background-color: green;
  }
    
}

@media screen and (max-width:599px){
    .hero-section{
        width: 100%;
        position: absolute;
        
        
    }
    .hero-section .main{
       text-align: center;
        width: 100%;
        height: 200px;
        
       
    }
    .hero-section .main img{
        width: 50%;
        height: 100%;
    }
    /*cards section */
.boxes{
    
    width: 100%;
    margin-top: 200px !important;
    
}
.boxes .row{
    margin: 0%;
}

.boxes .card {
    max-width: 150px !important;
    
    font-family: arial;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)
   
}

.card img{
    width: 100%;
    height: 150px !important;
}
.card h1{
    font-size: 20px;
}

.price {
    color: grey;
    font-size: 12px !important;
  }
  
  .card button {
    border: none;
    outline: 0;
    padding: 8px !important;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 12px !important;
  }
  
  
  .card button:hover {
    opacity: 0.7;
    background-color: green;
  }

}


/*cards section */
.boxes{
    
    width: 100%;
    margin-top: 600px ;
    
    
}
.boxes .row{
    margin: 0%;
}

.boxes .card {
    max-width: 300px;
    align-items: center;
    font-family: arial;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)
   
}

.card img{
    width: 100%;
    height: 300px;
}

.price {
    color: grey;
    font-size: 22px;
  }
  
  .card button {
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
  }
  
  
  .card button:hover {
    opacity: 0.7;
    background-color: green;
  }

  

  /* footer*/
  .container{
    margin-top: 50px;
    width: 100%;
  }



