@import url('https://fonts.cdnfonts.com/css/sf-pro-display');

body{
  font-family: 'SF Pro Display', sans-serif;
}

/* navbar */
.navbar-brand img{
  height: 40px;
}

.navbar button{
  background-color: #fecc09;
  border: #fecc09;
  color: #000;
}

.navbar button:hover {
  box-shadow: 0 0 10px rgba(254, 204, 9, 0.8);
  background-color: #fecc09;
  color: #000;
  border: #fecc09;
}

.hero-slider{
    padding-top: 80px;
}

.hero-img {
  height: 700px;
  object-fit: cover;
}

.hero-img-mobile {
  height: 220px;
  object-fit: cover;
}

.heroSwiper {
  border-radius: 8px !important;
}

.swiper-hero-img {
  border-radius: 0;
}

/* boxCardSwiper */
.boxCardSwiper {
  width: 100%;
  height: 100%;
  padding: 10px 0;
}

.boxCardSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boxCardSwiper .swiper-slide .image-container {
  position: relative;
}

.boxCardSwiper .swiper-slide .card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.boxCardSwiper .swiper-slide .card:hover .card-img-top {
  transform: scale(1.03);
}

.boxCardSwiper .swiper-slide .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(
    to bottom,
    rgba(195, 20, 50, 0) 50%,
    rgba(36, 11, 54, 1) 95%
  );
}

.boxCardSwiper .swiper-slide .text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  padding: 10px 20px;
  text-align: left;
  z-index: 2;
}

.boxCardSwiper .swiper-slide .text-overlay h2 {
  font-weight: 700;
  line-height: 0.9;
  padding: 0;
  margin: 8px 0;
}

.boxCardSwiper .swiper-slide .text-overlay small {
  font-weight: 100;
  background-color: rgb(0, 0, 0, 0.5);
  padding: 3px 8px;
  border-radius: 50px;
}

.boxCardSwiper .swiper-slide a {
  text-decoration: none;
  line-height: 1;
}

.boxCardSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}


/* category images */

.productCategories img{
  height: 500px;
  width: 100%;
  object-fit: cover;
}

/* product card */

.popular-card{
  text-decoration: none;
}

.popular-card .card{
  overflow: hidden;
}

.popular-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}


.popular-card .card:hover .card-img-top {
  transform: scale(1.03);
}

/* warranty form */

.warrantyBanner .btnReg {
  --primary-color: #fecc09;
  --secondary-color: #000;
  --hover-color: #fff;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  box-sizing: border-box;
  border: 0;
  border-radius: 5px;
  color: var(--secondary-color);
  padding: 1em 1.8em;
  background: var(--primary-color);
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 0.6em;
  font-weight: bold;
}

.warrantyBanner .btnReg .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.warrantyBanner .btnReg .arrow {
  margin-top: 1px;
  width: var(--arrow-width);
  background: var(--primary-color);
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
}

.warrantyBanner .btnReg .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

.warrantyBanner .btnReg:hover {
  box-shadow: 0 0 10px rgba(254, 204, 9, 0.8);
  background-color: #fecc09;
  color: #000;
  border: #fecc09;
}

.warrantyBanner .btnReg:hover .arrow {
  background: var(--secondary-color);
}

.warrantyBanner .btnReg:hover .arrow:before {
  right: 0;
}


.warrantyBanner {
  position: relative;
}

.warrantyBanner img {
  height: 480px;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.warrantyBanner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.7);
  border-radius: 15px;
}

@media only screen and (max-width: 600px) {
  .warrantyBanner .text-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: var(--white);
      width: 90%;
  }
}

.warrantyBanner .text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--white);
}

.warrantyBanner .text-overlay h1 {
  font-weight: 600;
  margin: 0;
  color: white;
}


.warrantyBanner .btn-success{
  background-color: #fecc09 !important;
  color: #000 !important;
  border: none;
}

.warrantyBanner .btn-success:focus{
  outline: none;
  box-shadow: none;
  border: none;
}

.warrantyBanner .btn-success:hover{
  box-shadow: 0 0 10px rgba(254, 204, 9, 0.8);
  background-color: #fecc09;
  color: #000;
  border: #fecc09;
}

.regProduct{
  width: 250px !important;
  height: 100% !important;
  object-fit: contain;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  border: #ffffff;
}

/* #formSerialNo {
  display: none;
}

#formContact {
  display: none;
}

#formProduct {
  display: none;
}

#formFinal{
  display: none;
} */

.footer-links ul.d-flex {
  list-style-type: none;
  padding: 0;
}

.footer-links ul.d-flex li {
  display: inline;
  margin-right: 10px;
}

.footer-links ul.d-flex li a{
  color: #707070;
  text-decoration: none;
}

.footer-links ul.d-flex li a:hover{
  color: #333333;
  text-decoration: none;
}

.footer-content img{
  height: 60px;
}

.footer-content h1{
  text-transform: uppercase;
  font-weight: 700;
}