* {
  font-family: 'Cinzel', serif;
}

body {
  font-family: 'Cinzel', serif;
  padding: 0px;
}

body p {
  font-family: 'Source Sans 3', sans-serif !important;
}

body ul li {
  font-family: 'Source Sans 3', sans-serif !important;
}

a {
  text-decoration: none;
}

h1,
h3,
h5 {
  color: #8b231d;
  font-weight: 600;
}

h5 {
  font-family: 'Source Sans 3', sans-serif !important;
}

header {
  background-color: rgba(255, 255, 255, 0.75);
  /* position: absolute; */
  z-index: 99999;
  width: 100%;
}

.logo img {
  margin: 0px auto;
  display: block;
  width: 150px;
}

.banner_sec {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
}

.banner_img_box {
  position: relative;
  width: 100%;
  height: 500px;
}

.banner_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
}

.card {
  position: relative;
  width: 100%;
  height: 355px;
  overflow: hidden;
  border-radius: 0px;
  margin: 10px;
  border: 0px !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  height: 100%;
  width: 100%;
  background-color: #fff;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.card:hover .card-img img {
  transform: scale(1.1);
}

.card-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.card:hover .card-img::before {
  opacity: 1;
  background-color: #fff;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  transition: opacity 0.3s ease;
}

.card:hover .card-content {
  background-color: rgba(0, 0, 0, 0.7);
}

.card-content p {
  /* opacity: 0; */
}

.card:hover .card-content p {
  opacity: 1;
}

.card-heading {
  margin: 0;
  font-size: 24px;
  position: relative;
  z-index: 1;
}

.card-description {
  margin-top: 10px;
  font-size: 14px;
}

.section_padding {
  padding: 80px 0px;
}

.section_title h1 {
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding: 10px 0px;
}

.info_section {
  background: url('../img/banner2.png')no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 80px 0px;
  position: relative;
  text-align: center;
}

.info_inner_content h2 {
  font-size: 45px;
  padding: 0px 5%;
}

.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
}

.info_section h2 {
  color: #fff;
}

.info_section p {
  color: #fff;
}

.info_section .col-lg-12 {
  z-index: 99;
}

.social_links ul {
  padding: 30px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;

}

.social_links ul li {
  list-style: none;
  display: inline-block;
  margin-top: 20px;
}

.social_links ul li a i {
  font-size: 30px;
  color: #8b231d;
}

.products_box {
  background-color: #f8f8f8;
  padding: 40px;
  align-items: center;
  margin: 0px 10px 0px 10px;
}

.products_box img {
  height: 292px;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-family: 'Source Sans 3', sans-serif !important;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-family: 'Source Sans 3', sans-serif !important;
  font-size: 20px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.qr_code {
  height: 308px;
  width: 300px;
  width: 100%;
}

.qr_code img {
  height: 100%;
  object-fit: contain;
}

.git_info ul {
  justify-content: space-between;
  align-items: center;
}

.git_info ul li a {
  color: #000;
  text-decoration: none;
  font-family: 'Source Sans 3', sans-serif !important;
  display: flex;
  gap: 10px;
  font-size: 20px !IMPORTANT;
}

.price_list ul {
  padding: 0px 20px !important;
  font-size: 18px;
  font-weight: 500;
}

.bottom_help_row {
  color: #fff;
  background-color: #8b231d;
  padding: 10px;
  margin: 0px 10px 0px 10px;

}

.bottom_help_row h5 {
  color: #fff !important;
}

.bottom_help_row h5 a {
  color: #fff;
}
iframe {
  width: 600px !important;
}
@media only screen and (min-width: 320px) and (max-width: 980px) {
  .logo img {
    width: 70px !important;
  }

  .banner_img_box {
    height: auto!important;
  }

  .social_links ul {
    display: block!important;
  }

  .section_padding {
    padding: 30px 0px!important;
  }

  .section_title h1 {
    font-size: 24px!important;
  }

  .products_box {
    padding: 15px !important;
  }

  .products_box h4 {
    font-size: 20px;
    margin: 15px 0px !important
  }

  .bottom_help_row h5 {
    font-size: 14px!important;
  }

  .card {
    margin-bottom: 30px!important;
  }

  .card-content {
    bottom: -1px!important;
    padding: 10px!important;
  }

  .info_inner_content h2 {
    font-size: 32px !important;
    padding: 0px 0% !important;
  }

  .qr_code {
    height: auto!important;
  }

  .table tr td {
    font-size: 15px !important;
  }

  .git_info ul li a {
    font-size: 15px !important;
  }

  iframe {
    margin-top: 20px !important;
    width: 100% !important;
  }

  .social_links ul {
    padding: 0px !important;
  }

  .social_links ul li a i {
    font-size: 18px!important;
  }
  .social_links ul li{
    /* display: block !important; */
    padding: 10px 0px;
  }
}

.whatsapp-button:hover {
  color: #ffffff;
}

.whatsapp-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  background-color: #25d366;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  animation: effect 5s infinite ease-in;
}

/*  */

.navbar-brand{
  width: 150px;
}

#navbarNavAltMarkup{
  justify-content: end;
}

.nav-link{
  color: BLACK;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.FEATURED-PRODUCTS{
  width: 100vw;
}

.contact{
  display: grid;
}