* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  /*
===========
brands
===========
*/

#brand-show {
    padding: 35px 0px;
    background-color: #f5f5f5;
}

#brand-show .sec-heading h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    align-items: center;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}


#brand-show .sec-heading .brand-title {
    margin-bottom: 20px;
    align-items: center;
    margin: auto;
    text-align: center;
    font-size: 25px;
    font-weight: 510;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

#brand-show .sec-heading .brand-sub-title {
    margin-bottom: 20px;
    align-items: center;
    margin: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}


#brand-show .sec-heading .brand-description {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    align-items: center;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}

#brand-show .info-brand {
    margin-top: 10px;
    background-color: #e0c1c1;
    margin-bottom: 50px;
}

#brand-show .info-brand .img-top {
    margin-top: 30px;
    padding: 10px 10px;
}

#brand-show .info-brand .img-top img {
    border-radius: 10px;
    width: 100%;
    height: -webkit-fill-available;
    padding: 32px;
}

#brand-show .info-details {
    margin-top: 15px;
    padding: 10px;
    color: #a9c3dde6;
}

#brand-show .info-details .brand-name {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: bold;
    color: #000;
    margin-top: 15px;
}

#brand-show .info-details .desc {
    font-size: 20px;
    color: #000;
}

/*
=============
category
=============
 */

 #category {
    padding: 35px 0px;
    background-color: #f5f5f5;
}

#category .sec-heading h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    align-items: center;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 0px;

}


#category .sec-heading .brand-title {
    margin-bottom: 20px;
    align-items: center;
    margin: auto;
    text-align: center;
    font-size: 25px;
    font-weight: 510;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

#category .sec-heading .brand-sub-title {
    margin-bottom: 20px;
    align-items: center;
    margin: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}


#category .sec-heading .brand-description {
    /* font-family: 'Poppins', sans-serif; */
    font-size: 19px;
    align-items: center;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}

#category .card {
    position: relative;
}

#category .card-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

#category .card:hover .card-caption {
    opacity: 1;
}
#category .card .card-caption .text-header{
    font-size: 30px;
    text-transform: capitalize;
}

#category .container .card {
    border-radius: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 0px;
}

#category .container .card a {
    text-decoration: none;
}

#category .container .card:hover {
    box-shadow: 1px 8px 20px grey;
    -webkit-transition: box-shadow .4s ease-in;
}

#category .container .card img {
    border-radius: 0px;
    height: 30vh;
    /* width: --webkit-fill-available; */
}

/*
================
Contact
================
 */


 #contact {
    /* margin-top: 60px; */
    margin-bottom: 60px;
    font-family:  'Poppins', sans-serif;

  }

  #contact .contact-row {
    padding: 20px;
    /* background-color: #17a2b8; */
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.19);

  }

  #contact .contact-info-page {
    background: #4b65ee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 5px;
    position: relative;
    padding: 30px;
  }

  #contact .contact-title {
    font-family:  'Poppins', sans-serif;
  }

  #contact .contact-form {
    border-radius: 5px;
    position: relative;
    padding: 30px;
  }

  #contact .contact-social-link {
    font-size: 20px;
  }

  #contact .contact-social-link a {
    font-size: 25px;
  }

  #contact .contact-social-link .fab:hover {
    color: #64e00c;
  }


  #contact .contact-social-link .fab {
    color: #fff;
  }

  #maps .card{
    margin: auto;
    width: 50%;
    border: none;
  }

  #maps iframe{
    justify-content: center;
    width: 100%;
    height: 450px;
    border: none;
    align-items: center;
  }

  /*
  about
  */

  #about{
      /*padding:20px 0px 30px;*/
    margin-bottom: 30px;
  }

  #about .container .des{
    font-size: 20px;
    /*font-family:  'Poppins', sans-serif;*/
    text-align: justify;
  }

  /*
=============
Offer
=============
*/

#offer {
    background-color: #ebe3f5b0;
    text-align: center;
    padding: 2rem;
    padding: 20px 0px;
}

#offer .container .text-header {
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    align-items: center;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px 0px;

}

#offer .container a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

#offer .container .card {

    border-radius: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 0px;

}

#offer .container .card:hover {
    box-shadow: 1px 8px 20px grey;
    -webkit-transition: box-shadow .4s ease-in;
}

#offer .container .card img {
    border-radius: 0px;
    height: 30vh;
}

#offer .container .card .card-body {
    padding: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
}


#offer .container .card .card-body .name {
    color: #000;
    font-size: 19px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#offer .container .card .star-info {
    font-size: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: yellow;
    padding: 5px;

}

#offer .container .card .card-body small {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#offer .container .card .card-body del {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#offer .container .card .card-body .btn {
    margin: 10px;
    margin-bottom: -10px;
    background: rgb(46, 211, 5);
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#offer .container .card .card-body .btn:hover {
    background: #1d2ee8;
}

#offer .container .link-info {
    font-size: 20px;
    margin-top: 40px;
    font-family: 'Poppins', sans-serif;
}

#offer .container .link-info .btn {
    margin: 10px;
    text-transform: capitalize;
    background: rgba(4, 114, 248, 0.4);
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#offer .container .link-info .btn:hover {
    box-shadow: 1px 8px 20px grey;
    -webkit-transition: box-shadow .4s ease-in;
}


