/* ===== Global Reset ===== */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  /* font-family:'Instrument Sans',sans-serif; */
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}

/* Logo */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
span,
button {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

/* Header */

.header {
  background: #000;
}

/* Social */

.social-icons {
  gap: 15px;
}

/* Hero */

.hero-section {
  padding: 100px 0;
}

/* Footer */

.footer {
  background: #000;
  color: white;
}

.feature-section {
  background: #050505;

  padding: 30px 10px;

  overflow: hidden;
}

.feature-box {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 18px;

  padding: 0px 30px;

  position: relative;

  height: 100px;
}

.feature-box::after {
  content: "";

  position: absolute;

  right: 0;
  top: 50%;

  transform: translateY(-50%);

  width: 1px;
  height: 60px;

  background: rgba(255, 255, 255, 0.15);
}

.feature-box.last::after {
  display: none;
}

.feature-icon {
  font-size: 50px;
  color: white;

  flex-shrink: 0;
}

.feature-content h3 {
  font-size: 19px;
  font-weight: 800;
  color: white;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.feature-content p {
  font-size: 16px;

  font-weight: 500;

  color: #d8d8d8;

  margin: 0;
}
.logo-adjust {
  width: 200px;
  height: auto;
}

.social-icons a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  background: #111;

  color: white;

  font-size: 18px;

  transition: 0.4s;
}

.social-icons a:hover {
  background: #ff0000;
  transform: translateY(-5px);
}

/* Timer */

.sale-timer {
  /* background:
linear-gradient(
90deg,
#760505 0%,
#c01b1b 100%
); */

  /* background: linear-gradient(
    to right,
    rgb(64, 0, 0),
    rgb(153, 0, 0),
    rgb(115 3 3)
  ) !important; */
  background-image: url("./images/bg.jpg");
  background-size: cover;
  background-position: center;

  /* The Top Bright Red Glow Line */
  box-shadow: inset 0 3px 5px -1px rgba(255, 0, 0, 0.8);

  overflow: hidden;
}

.left-box {
  height: 110px;
  display: flex;
  align-items: center;
  font-size: 34px;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.timer-wrap {
  background: #000;
  padding: 12px 10px;
}

.timer-card {
  /* height:86px; */

  background: #210100;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgba(255, 0, 0, 0.15);
}

.timer-number {
  background: #000;
  padding: 20px 35px 20px 35px;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;

  color: white;
}

.timer-label {
  margin: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #ddd;

  text-transform: uppercase;
}

.shop-area {
  height: 110px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-btn {
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  padding: 18px 50px;
  font-size: 20px;
  font-weight: 800;
  color: white;
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    rgb(255, 33, 33) 0%,
    rgb(255, 48, 48) 100%
  );
  transition: 0.4s;
  box-shadow: 0 10px 20px rgba(213, 0, 0, 0.2);
}

.shop-btn:hover {
  transform: translateY(-4px);
}

.shop-btn span {
  margin-left: 8px;
}

.product-section {
  position: relative;
}
.owl-item {
  padding: 10px;
}
.product-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  padding: 15px;
  transition: 0.4s;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 8px;
}

.product-img {
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.discount {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 65px;
  height: 65px;
  background: rgb(193, 22, 28);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1;
  font-size: 16px;
  z-index: 10;
}

.discount span {
  display: block;
  text-align: center;
}

.product-title {
  color: #212529;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.price-wrap {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 6px;
  flex-wrap: wrap;
}

.price {
  font-size: 22px;
  height: 30px;
  font-weight: 800;
  color: #c1161c;
}

.old-price {
  font-size: 15px;
  text-decoration: line-through;
  color: #999;
}

.brand {
  margin-top: 8px;
  font-size: 12px;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50% !important;
  background: #e3e3e3 !important;
  font-size: 30px !important;
  transition: 0.4s;
}

.owl-nav button:hover {
  background: #c1161c !important;
  color: #fff !important;
}

.owl-prev {
  left: -85px;
}

.owl-next {
  right: -85px;
}

.owl-dots {
  margin-top: 30px !important;
}

.owl-dot span {
  width: 15px !important;
  height: 5px !important;
  background: #c1161c !important;
  border-radius: 10px !important;
  transition: 0.3s;
}

.owl-dot.active span {
  width: 35px !important;
}

/* Section Header */
.section-head {
  position: relative;
}

/* Title */
.section-title {
  font-size: 36px;
  font-weight: bold;
  color: #222;
  position: relative;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 90px;
  height: 4px;
  border-radius: 30px;
  background: #b71921;
}

.view-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 12px 21px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(270deg, #760505 0%, #c01b1b 100%);
  transition: 0.4s;
}

.view-btn:hover {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 10px 30px rgba(183, 25, 33, 0.35);
}

.view-btn i {
  transition: 0.4s;
}

.view-btn:hover i {
  transform: translateX(5px);
}

.product-card a {
  color: #212529;
  text-decoration: none;
}

.offer-banner {
  background: linear-gradient(90deg, #4f0000, #140000);
  padding: 0px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.offer-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.offer-left img {
  width: 185px;
}

.offer-text h2 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.offer-text h2 span {
  color: #ff2f2f;
}

.offer-box {
  border: 2px solid #ff0000;
  padding: 18px 30px;
  border-radius: 12px;
  text-align: center;
  min-width: 300px;

  background: rgba(0, 0, 0, 0.4);
}

.offer-box h3 {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}

.offer-box h3 span {
  color: #ff2f2f;
}

.offer-box p {
  margin: 0;
  font-size: 18px;
  color: white;
}

.code {
  background: var(--primary);
  padding: 7px 18px;
  border-radius: 30px;
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
  color: #fff;
}

/* TESTIMONIAL SECTION */

.testimonial-section {
  padding: 70px 0;

  background: linear-gradient(90deg, #030303, #07111c, #030303);

  color: #fff;
}

.section-title {
  font-size: 34px;
  font-weight: 800;
  position: relative;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 3px;
  background: var(--primary);
}

.why-box ul {
  padding-left: 0;
}

.why-box li {
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: 500;
}

.why-box li::before {
  content: "✓";
  margin-right: 12px;
  color: #ff2f2f;
  font-weight: 800;
}

/* Customer title */

.customer-title {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
}

/* CARD */

.testimonial-card {
  background: #fff;
  color: #222;

  padding: 25px;
  border-radius: 16px;

  display: flex;
  align-items: center;
  gap: 20px;

  max-width: 700px;
  margin: auto;
}

.testimonial-card img {
  width: 90px;
  height: 90px;

  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.stars {
  color: #ffbb00;
  font-size: 20px;
  margin-bottom: 10px;
}

.testimonial-card p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* slider buttons */

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(255, 255, 255, 0.2);

  padding: 20px;
  border-radius: 50%;
}
.umbrella {
  position: absolute;
  left: -150px;
  top: -50px;
  height: auto;
  z-index: 1;
}

/* Category tab */

.category-tabs {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.category-btn {
  padding: 11px 11px;
  border-radius: 50px;
  border: 1px solid #ddd;
  background: white;
  font-size: 15px;
  font-weight: 700;
  transition: 0.4s;
  flex: 1;
  white-space: nowrap;
}

.category-btn.active {
  background: #d50000;
  border-color: #d50000;
  color: white;

  box-shadow: 0 10px 20px rgba(213, 0, 0, 0.2);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.buy-btn {
  width: 100%;
  margin-top: 20px;

  border: none;

  padding: 8px 15px;

  font-weight: 700;
  font-size: 17px;

  border-radius: 50px;

  background: linear-gradient(90deg, #760505 0%, #c01b1b 100%);

  color: white;

  transition: 0.4s;
}

.buy-btn:hover {
  transform: translateY(-3px);
}

/* Tabs */
.category-btn i,
.category-btn .active i {
  margin-right: 2px;
}

/* SECTION */

.contact-section {
  position: relative;
  overflow: hidden;
}

/* Animated rain */

.contact-section::before {
  content: "";

  position: absolute;
  width: 100%;
  height: 100%;

  top: 0;
  left: 0;

  background-image: linear-gradient(transparent, rgba(255, 255, 255, 0.07));

  background-size: 3px 120px;

  opacity: 0.2;

  animation: rain 1s linear infinite;

  pointer-events: none;
}

@keyframes rain {
  0% {
    transform: translateY(-100px);
  }

  100% {
    transform: translateY(100px);
  }
}

/* LEFT SIDE */

.contact-left {
  padding: 50px 70px 50px 0px;

  position: relative;

  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

/* Neon circles */

.contact-section::before {
  content: "";

  position: absolute;

  width: 300px;
  height: 300px;

  border-radius: 50%;

  background: radial-gradient(rgba(255, 0, 0, 0.35), transparent);

  top: -100px;
  right: -100px;

  filter: blur(50px);
}

.contact-section::after {
  content: "";

  position: absolute;

  width: 250px;
  height: 250px;

  border-radius: 50%;

  background: radial-gradient(rgba(0, 170, 255, 0.25), transparent);

  bottom: -100px;
  left: -100px;

  filter: blur(60px);
}

.left-title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
  color: white;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.left-title span {
  color: #ff2323;
}

.left-desc {
  color: #c6c6c6;
  line-height: 1.8;
  margin-bottom: 50px;

  position: relative;
  z-index: 2;
}

/* Info Blocks */

.info-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 25px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 17px;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}

.info-card:hover {
  transform: translateX(10px);

  border-color: #ff1c1c;
}

.icon-wrap {
  width: 40px;
  height: 40px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;

  color: white;

  background: linear-gradient(135deg, #760505, #c01b1b);

  box-shadow: 0 0 20px rgba(255, 0, 0, 0.4);
}

.info-content h5 {
  font-size: 18px;
  font-weight: 700;
  color: white;

  margin-bottom: 6px;
}

.info-content p {
  margin: 0;
  color: #ccc;
}

/* Social */

.social-icons {
  display: flex;
  gap: 15px;
  /* margin-top: 35px; */
  position: relative;
  z-index: 2;
}

.social-icons a {
  width: 50px;
  height: 50px;

  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 20px;

  color: white;

  background: #171717;

  transition: 0.4s;
}

.social-icons a:hover {
  background: #ff1d1d;

  box-shadow: 0 0 25px rgba(255, 0, 0, 0.7);

  transform: translateY(-5px);
}

/* RIGHT SIDE */

.contact-right {
  padding: 50px 00px 50px 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-box {
  width: 100%;
  max-width: 650px;
}

.form-title {
  font-size: 34px;
  font-weight: 800;

  margin-bottom: 35px;

  color: #111;
}

.input-box {
  margin-bottom: 25px;
}

.form-control {
  height: 50px;

  border-radius: 20px;

  padding-left: 25px;

  border: 2px solid #ececec;

  background: #fafafa;

  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.05);
}

textarea.form-control {
  height: 100px;
  padding-top: 18px;
  resize: none;
}

.form-control:focus {
  border-color: #c01b1b;

  box-shadow: 0 0 0 0.25rem rgba(192, 27, 27, 0.1);
}

.send-btn {
  width: 100%;
  height: 50px;

  border: none;

  border-radius: 20px;

  font-size: 18px;
  font-weight: 700;

  color: white;

  background: linear-gradient(90deg, #760505, #c01b1b);

  transition: 0.4s;
}

.send-btn:hover {
  transform: translateY(-5px);

  box-shadow: 0 15px 30px rgba(255, 0, 0, 0.3);
}

.error {
  font-size: 13px;
  color: red;
  display: none;
  padding-left: 10px;
  padding-top: 5px;
}

/* Mobile */

@media (max-width: 991px) {
  .contact-left,
  .contact-right {
    min-height: auto;
    padding: 50px 25px;
  }

  .left-title {
    font-size: 38px;
  }

  .form-title {
    font-size: 34px;
  }
}

/* leftside tab */

/* LEFT SIDEBAR */

.sidebar-tabs {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: sticky;
  top: 10px;
}

.category-btn {
  width: 100%;
  border: none;
  padding: 18px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 17px;
  font-weight: 600;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e4e4e4;
  transition: 0.4s;
}

.category-btn i {
  font-size: 20px;
  color: #b71921;
  width: 25px;
}

.category-btn:hover {
  transform: translateX(5px);
}

.category-btn.active {
  background: #b71921;
  color: #fff;
  box-shadow: 0 10px 30px rgba(183, 25, 33, 0.3);
}

.category-btn.active i {
  color: #fff;
}

.category-btn svg {
  fill: #000000;
}

.active svg {
  fill: #ffffff !important;
}

.brand-item {
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.4s;
  align-items: center;
}

.brand-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.brand-item img {
  height: 120px;
  object-fit: contain;
  margin-bottom: 12px;
  /* filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3)); */
  text-align: center;
}

/* .brand-item p{
font-size:16px;
font-weight:600;
margin-top:15px;
margin-bottom:0;
} */

.brand-item p {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: #efefef;
  background: rgba(255, 255, 255, 0.08);
  padding: 4px 15px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: fit-content;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.owl-nav {
  margin-top: 30px !important;
}

.owl-prev,
.owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 22px !important;
}

.owl-dots {
  margin-top: 20px;
}

.owl-dot span {
  width: 12px !important;
  height: 12px !important;
}

.owl-dot.active span {
  background: #dc3545 !important;
}
