@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
/* Reset some basic elements */
body,
ul,
li,
a {
  margin: 0;
  list-style: none;
  text-decoration: none;
  color: #000000;
}
.navbar {
  background-color: #f5f9f5;
  padding: 0px 20px;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1.2rem;
  position: relative;
}

.navbar .navbar-brand img {
  display: inline-block;
  vertical-align: middle;
}

.search-box {
  flex: 1;
  position: relative;
}

.search-box input[type="text"] {
  padding: 4px;
  padding-left: 15px;
  border: 1.5px solid #212650;
  border-radius: 25px;
  width: 100%;
  height: 36px;
  font-size: 16px;
  color: grey;
  text-align: left;
  margin-left: 2px;
}

.search-box button {
  background-color: #fff;
  border: none;
  border-radius: 15px;
  color: #212650;
  padding: 5px 10px;
  cursor: pointer;
  width: 40px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(0.9);
}

.search-box button:hover {
  color: #212650;
}

.fa-brands {
  color: white;
  padding: 10px;
  font-size: 20px;
}
.dropdown-menu {
  display: none;
  margin-top: 5px;
}

.dropdown:hover.dropdown-menu {
  display: flex !important;
}

.dropdown-menu .container {
  padding: 5px;
}

.dropdown-menu li {
  cursor: pointer;
  width: 190px;
  border-left: 0.5px solid #858585;
  border-right: 0.5px solid #858585;
  font-size: 14px;
}

.dropdown-menu li img {
  height: 60px;
  margin-bottom: 0.5rem;
}

.navbar-toggler {
  border: 2px solid #22256a;
  box-shadow: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
button.navbar-toggler.collapsed {
  color: #e1e2e1;
}

.navbar-collapse {
  flex-grow: 1;
  justify-content: flex-end;
 
}


.nav-link {
  color: #212650 !important;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 15px;
}

.nav-link:hover {
  border-bottom: 2px solid #212650;
  color: #212650;
}

.nav-link.active {
  color: #dd2026 !important;
  font-weight: bold;
}
.nav-link.active:hover {
  border-bottom: 2px solid #dd2026;
}
.nav-item {
  font-size: 14px !important;
  padding: 0 10px !important;
}

.dropdown-menu[data-bs-popper]{
    right: 0 !important;
  left: unset !important;
}
.dropdown-menu {
  position: absolute;
  background-color: whitesmoke;
  z-index: 1000;
}

.dropdown-item {
  color: black !important;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 15px;
  right: 0;
  font-size: 14px !important;
  width: 190px;
  text-align: center;
}

#slider img {
  /*height: 470px;*/
  width: 100%;
  overflow: hidden !important;
}

#slider,
#inner-slider {
  z-index: 1;
  position: relative;
}

#inner-slider img {
  width: 100%;
  position: relative;
}

#slider .fa {
  position: absolute;
  top: 48%;
}

#slider .btn {
  background-color: #dd2026;
  width: 142px;
  height: 45px;
  top: 519px;
  border-radius: 10px;
}

#slider .btn a {
  color: #fff !important;
}

#elements img {
  width: 60.19px;
  height: 70.21px;
  top: 505px;
  left: 373.64px;
  padding: 0px;
  gap: 0px;
  opacity: 0px;
  rotate: -53.77°;
}
.content {
  width: 426px;
  height: 90px;
  top: 644px;
  left: 62px;
  gap: 0px;
  opacity: 0px;
}

.product {
  background-color: #fff;
}

h2 strong {
  color: #212222;
  font-size: 1.8rem;
  margin-bottom: 20px;
  border-bottom: 4px solid #212222;
}

.product .product-link {
  display: inline-block;
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease;
  width: 100%;
  text-align: center;
}

a.product-link.active {
  color: #22256a;
  border-bottom: 2px solid #22256a;
}

.img-fluid {
  width: 100%;
  height: 380px;
}
.product-card-body {
  height: 143px;
}
.sub-header-text::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 5%;
  background-color: #df2c64;
  left: 35%;
  top: 50%;
  transform: translateY(-50%);
}
.sub-header-text::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 5%;
  background-color: #df2c64;
  right: 35%;
  top: 50%;
  transform: translateY(-50%);
}
.principle-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 180px;
  transition: all 0.3s ease;
}

.principle-card:hover {
  transform: scale(1.05);
  background-color: #db2223;
  color: #fff;
}

.principle-card .card-text {
  font-size: 14px;
}
.numbering {
  font-size: 24px;
  color: #db2223;
  font-weight: 600;
}
.principle-card:hover .numbering {
  color: #fff;
}
.principle-section {
  background-color: #fce8dd;
}
.family-section .family-card {
  height: 200px;
  border-radius: 12px;
  transition: all 0.5s ease;
}
.family-card span {
  position: absolute;
  bottom: 8%;
  right: 10%;
  font-size: 19px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  padding: 0 8px;
  cursor: pointer;
}
.family-card:hover {
  transform: scale(1.05);
}
.family-card span:hover {
  background-color: #df2c64;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
  font-weight: bolder !important;
}
.carousel-item,
#slider {
  /*height: 400px;*/
}
@keyframes shine {
  0% {
    left: -75%;
  }
  50% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.card-img-top {
  height: 260px;
  object-fit: contain;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  padding: 30px;
  border-bottom: 1px solid rgb(224, 224, 224);
}
.card-body {
  padding: 25px;
  margin-top: -15px;
  padding-bottom: 0px;
  transition: transform 0.5s ease, background-color 0.5s ease;
}

.price .s-price {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #212121;
}
.price .m-price {
  display: inline-block;
  font-size: 14px;
  color: #878787;
}

.price .dis {
  color: #388e3c;
  font-size: 13px;
  letter-spacing: -0.2px;
  font-weight: 600;
}

.price .dis,
.price .m-price {
  display: inline-block;
  margin-left: 10px;
}

#iron-slider img {
  height: 550px;
  width: 100%;
  overflow: hidden !important;
}

.btn-wht {
  border-radius: 50px;
  width: 120px;
  background-color: #212650;
  color: #e9ecef;
  border: none !important;
}

.btn-wht:hover {
  background-color: #dd2026;
  color: #e9ecef;
}

.rating {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #e9ecef;
  background-color: #dd2026;
  width: 50px;
  height: 30px;
  border-radius: 50px;
  border: none !important;
  margin-top: 15px;
  float: left;
}
.buynow {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #e9ecef;
  background-color: #22256a;
  height: 30px;
  border-radius: 30px;
  border: none !important;
  margin-top: 15px;
  float: right;
  padding: 10px;
}
/* Footer base styling */
.footer {
  background-color: #fce8dd;
  padding: 40px 0;
}

.footer img {
  margin-bottom: 20px;
}

.footer h1 {
  font-size: 18px;
  color: #212650;
  margin-bottom: 20px;
}

.footer h4 {
  font-size: 18px;
  font-weight: 600;
  color: #212650;
  margin-bottom: 15px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  color: #212650;
  margin-bottom: 10px; /* Space between list items */
}

.footer ul li span {
  color: #212650;
  text-decoration: none;
}
.footer ul li a {
  color: #212650;
  text-decoration: none;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.footer ul li a i {
  color: #212650 !important;
  margin-right: 10px; /* Space between icon and text */
}

.footer .about h1 {
  font-size: 16px; /* Font size */
  margin-top: 15px; /* Space above heading */
}

.footer .contact li {
  display: flex; /* Align items horizontally */
  align-items: center; /* Center items vertically */
  margin-bottom: 10px; /* Space between list items */
}

.footer .contact li i {
  margin-right: 10px;
  color: #212650;
}

.footer .contact li a {
  color: #212650;
  text-decoration: none;
  font-size: 14px;
}
.footer ul li a i {
  color: #212650;
  transition: color 0.3s;
}

.footer .social ul {
  display: flex;
  gap: 15px;
}

.footer .social a i {
  color: #212650;
  transition: color 0.3s;
  font-size: 25px;
}

.footer .social a:hover i {
  color: #dd2026;
}

.footer-btm {
  background-color: #e1e2e1;
  padding: 20px 0;
  border-top: 1px solid #c2c2c2;
  text-align: center;
}

.footer-btm .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-btm .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer-btm p {
  margin: 0;
  color: #212650;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

.footer-btm p a {
  color: #212650;
  text-decoration: none;
  margin-left: 10px;
}

.footer-btm p a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .footer-btm p {
    text-align: center;
  }

  .footer-btm p a {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-collapse{
      padding-left: 8%;
}
}

.inner_page_head {
  background: #db2223;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}

#get-in-touch {
  margin-top: 50px;
  
}

.mt50 .container {
  background-color: #e2e2e3;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px;
  border-bottom: 5px solid #333a71;
  border-right: 5px solid #333a71;
  border-radius: 20px;
  height: 400px;
}
.mb30 {
  text-align: center;
  font-size: 40px;
  color: #ffffff;
}
.form-control {
  border: 2px solid #fffdfd;
  height: 30px;
}
.sub_category {
  /* background-color: red; */
  height: 250px;
  overflow: hidden;
  /*box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;*/
  transition: 0.3s ease-in-out;
}

.sub_category img {
  height: 100%;
  width: 100%;
  /* border-radius: 50% !important; */
  background-size: cover;
  background-repeat: no-repeat;
}

.sub_category img:hover {
  transform: scale(1.2);
}

.product-link p {
  bottom: -1rem;
 
  font-size: 16px;
    font-weight: 500;
  text-align: center;
  opacity: 0.9;
}

.visible {
  display: block;
}


.layout_padding {
  padding: 20px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  h2 {
    position: relative;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: bold;
  }

  p {
    margin-top: 10px;
    margin-bottom: 0;
  }

  &.heading_center {
    align-items: center;
    text-align: center;
  }
}

.why_section .box {
  margin: 20px;
  text-align: center;
  transition: all 0.3s ease;
  background-color: #212650;
  text-align: center;

  padding: 25px;
  border-radius: 5px;
  color: white;

  .img-box {
    margin-bottom: 15px;
  }
}

.why_section .box:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.why_section .img-box img {
  width: 50px;
  height: auto;
}

.why_section .detail-box h5 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}

.why_section .detail-box p {
  margin-top: 10px;
  font-size: 14px;
}
.why_section .detail-box a {
  color: white !important;
}

.carousel-caption {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  text-align: left;
  left: 2%;
  right: 0%;
  padding: 20px;
  color: #000000;
}

.carousel-caption h2,
.carousel-caption h5 {
  font-size: 2rem;
  font-weight: bold;
}

.carousel-caption p {
  font-size: 1rem;
}

.carousel-caption .btn {
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 5px;
  margin-top: 10px;
}

.carousel-caption .btn a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .carousel-caption {
    top: 20%;
    padding: 15px;
  }
  .carousel-caption h2,
  .carousel-caption h5 {
    font-size: 1.5rem;
  }
  .carousel-caption p {
    font-size: 1rem;
  }
  .carousel-caption .btn {
    display: none;
  }
}

@media (max-width: 576px) {
  .carousel-caption {
    top: 50%;
    padding: 5px;
  }
  .carousel-caption h2,
  .carousel-caption h5 {
    font-size: 1.2rem;
  }
  .carousel-caption p {
    display: 0.6rem;
  }

  .carousel-caption .btn {
    display: none;
  }
  .dropdown-menu li{
      width: 100%;
  }
}
