body,
html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  font-family: "Raleway", sans-serif;
}

.fade-in-section-carousel {
  animation: slideInFromLeft 1.8s;
}

.grow-from-center {
  border-radius: 50px !important;
  padding-top: 20px;
  font-size: 40px;
  padding-bottom: 20px;
  padding-right: 100px;
  padding-left: 100px;
  animation: growFromCenter 1.2s;
}

@keyframes slideInFromLeft {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scale(1);
  }
}

@keyframes growFromCenter {
  from {
    transform: scale(0.0000001);
  }
  to {
    transform: scale(1);
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.btn-custom {
  background-color: black;
  color: white;
  border: 0px;
  padding: 8px;
  text-transform: uppercase;
}
u {
  padding-bottom: 4px;
  text-decoration: none;
  border-bottom: 6px solid white;
}

.carousel-headings {
  background-color: rgb(43, 85, 102);
  text-transform: uppercase;
  padding: 5px;
  font-family: "Poppins";
  letter-spacing: 4px;
  font-size: 70px;
  font-weight: bolder;
  border-radius: 22px;
}

.headings {
  font-family: "Montserrat", sans-serif;
}

.card {
  border: 0px white;
}

.row {
  margin-left: 0.7rem;
  margin-right: 0px;
}

.navbar-toggler {
  border: 0px;
}
.gv-mb {
  margin-bottom: 17rem;
}

.sweet-alert {
  width: 200px;
  height: 10px;
}
.navbar {
  background-color: #f1f3f6;
  /* background-image: linear-gradient(to right, #ffdfc7, #e7f7ff); */
  /* background-color: white; */
}
#navbar {
  z-index: 5000;
}

#navbar a {
  float: left;
  display: block;
  color: black;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.header {
  background-color: white;
  text-align: center;
}

#navbar a:hover {
  color: rgb(17, 17, 109);
}

#navbar a.active {
  color: rgb(99, 110, 175);
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

.footer {
  background-color: #555353;
  /* background-image: linear-gradient(to right, #ffdfc7, #e7f7ff); */
  color: aliceblue;
  padding: 20px;
}

#loading {
  font-size: 25px;
  color: rgb(17, 17, 109);
}

.brand-title {
  height: 130px;
  text-align: center;
}

.hover-on-zoom {
  overflow: hidden;
}
.hover-on-zoom img {
  display: block;
  transition: transform 0.4s; /* smoother zoom */
}
.hover-on-zoom:hover img {
  transform: scale(1.3);
  transform-origin: 50% 50%;
}

.product-button {
  background-color: black;
}

.product-container {
  position: relative;
}

.image {
  display: block;
}

.product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 20px;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.product-container:hover .product-overlay {
  height: 100%;
}

.add-to-cart {
  background-color: black;
  font-size: 13px;
  width: 7rem;
  border-radius: 23px;
  position: absolute;
  top: 60%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* dropdowns */

/* slide up animation */

/* cart */

.dropdown {
  float: right;
  padding-right: 30px;
}
.btn {
  border-radius: 15px;
  border: 0px;
  margin: 10px 0px;
  box-shadow: none !important;
}
.dropdown .dropdown-menu {
  z-index: 5300;
  animation: fadeInAnimation ease 0.6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  padding: 5px;
  top: 10px !important;
  width: 310px !important;
  left: -117px !important;
}
.total-header-section {
  border-bottom: 1px solid #d2d2d2;
}
.total-section p {
  margin-bottom: 20px;
}
.cart-detail {
  padding: 15px 0px;
}
.cart-detail-img img {
  width: 100%;
  height: 100%;
  padding-left: 15px;
}
.cart-detail-product p {
  cursor: pointer;
  margin: 0px;
  color: #000;
  font-weight: 500;
}

.cart-detail .price {
  font-size: 12px;
  margin-right: 10px;
  font-weight: 500;
}
.cart-detail .count {
  color: #c2c2dc;
}
.checkout {
  border-top: 1px solid #d2d2d2;
  padding-top: 15px;
}
.checkout .btn-primary {
  border-radius: 50px;
  height: 50px;
}
.dropdown-menu:before {
  content: " ";
  position: absolute;
  top: -20px;
  right: 50px;
  border: 10px solid transparent;
  border-bottom-color: rgb(196, 189, 189);
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 4px;
  background-color: rgb(31, 49, 90);
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.wrap-table {
  overflow: auto;
}

tbody {
  border: 1px solid #e6e6e6;
}

thead {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
.table th {
  padding: 30px;
}
.table td {
  vertical-align: middle;
}

tr {
  border-bottom: 1px solid #e6e6e6;
}

.name {
  font-family: "Montserrat", sans-serif;
}

.footer-list {
  font-weight: lighter;
}

ul {
  padding-inline-start: 0px;
  list-style-type: none;
}

.card-img-overlay {
  top: 70%;
  bottom: 20px;
}

.banner-overlay {
  top: 10px !important;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 500000;
}
.fade-in-section {
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, visibility;
}
.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.progress-container {
  z-index: 5100 !important;
  width: 100%;
  height: 8px;
  background: #ccc;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 8px;
  background: #db3f3f;
  width: 0%;
}

.custom-alert {
  text-align: center;
  padding: 10px;
  background-color: #4a4c55; /* Red */
  color: white;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 12px;
  line-height: 10px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

.banner-title {
  font-size: 4rem;
}

.custom-button {
  background-color: #ddd;
  border: none;
  color: black;
  padding: 20px 30px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
}

.custom-button:hover {
  background-color: #f8655a;
  color: white;
}

.gradient {
  /* background-color: #f5e8bc; */
  background-image: linear-gradient(to right, #ffdfc7, #e7f7ff);
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */
.fa {
  color: aliceblue;
  margin-bottom: 10px;
  margin-right: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
}
/* Facebook */
.dropdown-navbar {
  animation: fadeInAnimation ease 0.6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  cursor: pointer;
  margin-top: 8px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
}

.dropdown-content-navbar {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
}

.dropdown-navbar:hover .dropdown-content-navbar {
  display: block;
}

.logo {
  background-color: #f1f3f6;
  /* background-image: linear-gradient(to right, #ffdfc7, #e7f7ff); */
}

.p-align {
  text-align: justify;
}

.phone-no {
  font-family: Arial, Helvetica, sans-serif !important;
}
.capitalize {
  text-transform: capitalize;
}

.dealer-cards:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  cursor: pointer;
}

.catal-card:hover {
  cursor: pointer;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.modal .modal-dialog .modal-open {
  z-index: 6000000;
}

#exampleModal {
  z-index: 600000;
}

.gallery-card {
  border: 3px black solid;
}
