@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Urbanist", sans-serif;
  text-transform: capitalize;
}
p,
input::placeholder {
  text-transform: none !important;
}

a {
  text-decoration: none;
}
a:active {
  color: initial;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0;
}
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

::-webkit-scrollbar-track {
  background: transparent;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

header {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1030;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
main {
  padding-top: 96px;
}

.navbar-container {
  width: 100%;
  height: 95px;
}

.navbar-nav {
  gap: 0 20px;
}

.login-button {
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 2%;
  padding: 11px 25px;
}
.close-btn {
  padding: 6px 0 6px 12px;
  border: none;
}
.navbar-nav li:nth-child(2) {
  position: relative;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.nav-link:hover {
  color: #dd1f4d;
}

.dropdown-menu {
  transition: opacity 0.2s ease;
  opacity: 0;
  visibility: hidden;
  border: none;
  border-radius: 0;
}

.nav-link {
  padding: 11px 0;
}

.dropdown-item {
  margin-top: 6px;
}

.dropdown-item,
.nav-link {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 3%;
}

.dropdown-width {
  min-width: 280px;
}

.menu-style {
  width: 32px;
  height: 32px;
}

.navbar .container {
  max-width: 1320px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

.navbar-toggler {
  border: none !important;
  background: transparent !important;
  padding: 0;
  box-shadow: none;
  outline: none;
}
.dropdown-item:hover {
  background-color: #dd1f4d;
  color: white;
}

.navbar-toggler:focus {
  box-shadow: none !important;
  outline: none !important;
}

#mobileOverlay {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  width: 330px;
  height: 100%;
  background: #fff;
  z-index: 1050;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

#mobileOverlay.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.mobile-logo {
  width: 100px;
  height: 29px;
  object-fit: contain;
  user-select: none;
}

.accordion-toggle {
  background: none;
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  font-size: 1rem;
  border-bottom: 1px solid #dee2e6;
  cursor: pointer;
  color: #212529;
  transition: color 0.3s ease;
}
.product-accordion .accordion-content.open {
  border: none !important;
}
.accordion-toggle:hover,
.accordion-toggle:focus {
  color: #e63946;
  outline: none;
}
.accordion-content {
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  padding: 0 6px;
  color: #212529;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.accordion-content.open {
  max-height: none !important;
  max-width: 320px;
  color: #e63946;
}
.accordion-content a {
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
  margin-left: 10px;
  color: #212529;
  border-bottom: 1px solid #dee2e6;
  transition: color 0.3s ease;
}

.accordion-icon {
  color: #e63946;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.accordion-toggle.text-danger .accordion-icon {
  transform: rotate(90deg);
}
.nav-link,
.dropdown-item,
.accordion-toggle {
  color: #2b2d37;
}
#mobileBackdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

#mobileBackdrop.open {
  display: block;
  opacity: 1;
  visibility: visible;
}
.mobile-carousel .owl-dots {
  display: none !important;
}
.mobile-carousel-item {
  background-color: #fbfbfb;
  max-height: 450px;
}
.mobile-carousel .owl-stage-outer {
  height: auto !important;
  min-height: 230px;
}
.mobile-carousel-item h6 {
  font-weight: 700;
  font-size: 13px;
  color: #333;
  margin-top: 10px;
  text-align: left;
}
.mobile-carousel-item .d-flex {
  justify-content: flex-start !important;
}

.mobile-carousel {
  padding: 0 !important;
}

.mobile-carousel-button,
.mobile-carousel-button-second {
  padding: 8px 12px 5px !important;
  text-align: center !important;
  font-size: 10px !important;
  border-radius: 0.54px !important;
  margin-bottom: 16px;
}
.mobile-carousel-button {
  color: #e63946 !important;
  border: 1px solid #e63946 !important;
  background-color: #fff !important;
  margin-top: 10px;
  margin-left: 0 !important;
}

.mobile-carousel-button-second {
  background-color: #e63946 !important;
  color: #fff !important;
  border: none !important;
  margin-top: 10px;
}
.mobile-nav > li {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.mobile-nav > li + li {
  margin-top: 8px;
}

@media (min-width: 1200px) {
  header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1030;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .avatar {
    display: none;
  }
  #mobileOverlay.open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  #mobileBackdrop.open {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 577px) and (max-width: 1199px) {
  header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1030;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar-nav {
    gap: 0 24px;
  }

  .navbar .nav-link,
  .dropdown-item {
    font-size: 1rem;
    padding: 10px 8px;
  }

  .navbar-brand img {
    width: 110px;
    height: auto;
  }
  #mobileOverlay {
    max-width: 500px;
  }
  .mobile-nav {
    margin-top: 1px !important;
  }
}

@media (max-width: 577px) {
  header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1030;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar-collapse {
    display: none !important;
  }

  #mobileOverlay {
    margin-left: 30px;
  }
  .mobile-header {
    align-items: center;
  }
  .mobile-logo {
    width: 100px;
    height: 30px;
  }
}

.mega-dropdown {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-55%);
  width: 100vw;
  height: 100vh;
  max-height: calc(100vh - 60px);
  background: rgb(255, 255, 255);
  padding: 2rem;
  z-index: 1050;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.nav-item.dropdown:hover .mega-dropdown,
.nav-item.dropdown.show .mega-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.carousel-card {
  background-color: #f3f3f366;
  border: none;
  border-radius: 0;
  padding: 20px;
}
.product-button {
  font-weight: 500;
  font-size: 14px;
  padding: 8px 40px;
  transition: transform 0.8s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  border-radius: 0;
}
.product-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  opacity: 0.6;
  transform: translateX(-120%);
  transition: transform 1.2s ease-in-out;
}

.product-button:hover::before {
  transform: translateX(220%);
}
.mega-dropdown-inner {
  width: 100%;
  max-height: 600px !important;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}

@media (min-width: 1199px) and (max-width: 1300px) {
  .mega-dropdown {
    left: 248px !important;
    width: 100vw;
  }
  .mega-dropdown-inner {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
  }
  .owl-carousel .owl-dots {
    bottom: 42px !important;
  }
}
@media (min-height: 599px) and (max-height: 699) {
  .owl-carousel .owl-dots {
    position: relative !important;
    bottom: 50px !important;
  }
}
@media (min-height: 700px) {
  .owl-carousel .owl-dots {
    position: relative !important;
    bottom: 30px !important;
  }
}
@media (max-width: 1366px) and (max-height: 700px) {
  .carousel-banner {
    height: 235px !important;
  }
  .carousel-sub-heading {
    font-size: 16px !important;
    margin: 8px 0 !important;
  }
  .carousel-header {
    font-size: 18px !important;
    margin-bottom: 8px !important;
  }
}

@media (min-width: 1301px) and (max-width: 1400px) {
  .mega-dropdown {
    left: 210px !important;
    width: 100vw;
    height: calc(100vh - 60px);
  }
  .owl-carousel .owl-dots {
    bottom: 39px !important;
  }
}
@media (min-width: 1401px) {
  .mega-dropdown {
    left: 210px !important;
  }
  .owl-carousel .owl-dots {
    bottom: 38px !important;
  }
}
.carousel-inner-content {
  top: 22% !important;
}

.product-carousel .item {
  min-height: 350px;
}

.carousel-inner-text {
  font-weight: 800;
  font-size: 36px;
  color: #fff;
}
.carousel-image-wrapper {
  position: relative;
  width: 100%;
}

.carousel-banner {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-inner-content {
  position: absolute;
  top: 40% !important;
  left: 40px !important;
  max-height: 75px;
  padding: 13px 0 13px 24px;
  background-image: linear-gradient(
    to right,
    hsla(0, 0%, 40%, 1) 25%,
    hsla(0, 0%, 0%, 1) 50%,
    hsla(0, 0%, 0%, 0.34) 75%,
    hsla(0, 0%, 100%, 0) 100%
  ) !important;
  color: #fff;
  z-index: 2;
}

.carousel-inner-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  background-color: #dd1f4d;
}

.carousel-sub-heading {
  font-size: 18px;
  font-weight: 400;
  color: hsla(224, 13%, 48%, 1);
}
.carousel-header {
  font-weight: 500;
  font-size: 20px;
  color: hsla(0, 0%, 0%, 1);
}
.carousel-list li {
  font-weight: 400;
  font-size: 16px;
  color: hsla(224, 13%, 48%, 1);
  margin-bottom: 5px;
}
.carousel-list li:last-child {
  margin-bottom: 0 !important;
}
.carousel-list li strong {
  color: black;
}
.dropdown-button-first,
.dropdown-button-second {
  padding: 8px 35px;
  font-size: 14px;
  letter-spacing: 0.02em;
  border-radius: 1px !important;
}
.carousel-card {
  max-width: 570px;
  max-height: 152px;
  padding: 8px !important;
}
.carousel-card .card-img-size {
  width: 175px;
  height: 135px;
}
.carousel-card img {
  width: 100%;
  height: 100%;
}
.underline-1 {
  height: 2px;
  background-image: linear-gradient(
    to right,
    rgba(43, 45, 55, 0),
    rgba(43, 45, 55, 0.2),
    rgba(43, 45, 55, 0)
  );
}

.carousel-product-header {
  font-size: 22px;
  font-weight: 600;
  color: hsla(230, 12%, 19%, 1);
}
.card-product-title {
  font-weight: 600;
  font-size: 18px;
  color: hsla(0, 0%, 22%, 1);
}
.mobile-carousel-item h6 {
  padding-top: 8px !important;
}
.owl-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 20px;
}
.owl-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff !important;
  box-shadow: none !important;
  border: 1px solid #dd1f4d !important;
  margin: 0 5px;
  position: relative;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.owl-dot span {
  background: transparent !important;
  box-shadow: none !important;
}
.owl-dot.active span {
  display: none !important;
}
.owl-dot.active {
  border-color: #dd1f4d !important;
  background-color: #fff !important;
}

.owl-dot.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #dd1f4d;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* .owl-carousel .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
} */

.owl-carousel .owl-dots {
  position: relative;
  bottom: auto;
  margin-top: 20px;
}

.owl-carousel {
  position: relative;
  padding-bottom: 40px;
  overflow: visible !important;
}
.card-carousel-size {
  width: 69px !important;
  height: 68px;
}
.card-carousel-size img {
  width: 100%;
  height: 100%;
}
.card-product-title-second {
  font-weight: 600 !important;
  font-size: 12px !important;
  color: hsla(0, 0%, 22%, 1) !important;
}
.mobile-product-button,
.mobile-product-button-second {
  padding: 5px 12px 5px !important;
  text-align: center !important;
  font-size: 10px !important;
  border-radius: 0.54px !important;
  margin-bottom: 16px;
}
.mobile-product-button {
  color: #e63946 !important;
  border: 1px solid #e63946 !important;
  background-color: #fff !important;
  margin: 0 !important;
}

.mobile-product-button-second {
  background-color: #e63946 !important;
  color: #fff !important;
  border: none !important;
  margin: 0 !important;
}

/* ----------------------FOOTER---------------------- */
.footer-section {
  width: 100%;
  background-color: #2b2d37;
  padding-top: 60px;
}

.section-heading h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.underline {
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.listed-mail,
.listed-mail-1 {
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  color: #d9d9d9;
  margin-left: 10px;
}
.listed-mail:hover {
  color: #e63946;
}

.footer-link-list {
  margin-bottom: 8px;
}

.footer-link-list a {
  text-decoration: none;
  color: #d9d9d9;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 400;
}
.footer-content {
  height: 50%;
}

.footer-link-list a:hover {
  color: #e63946;
}

.footer-brand img {
  max-width: 100%;
  height: auto;
}
.image-centering {
  margin: 56px 0 56px 0;
}
.custom-icon {
  font-size: 18px;
}
.social-media-link:hover i {
  color: #e63946 !important;
}
.copyright-text {
  font-size: 12px;
}

.brand-name {
  color: #e63946;
  text-transform: none;
}
@media (max-width: 768px) {
  .footer-brand-area {
    height: 50px;
    margin: 0 !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 578px) {
  .social-media-list {
    margin: 25px 0 !important;
  }
  .image-centering {
    margin: 56px 0 56px 0;
  }
  .footer-main-area {
    padding: 0 10px !important;
  }
}
/* ---------------------purchase form----------------- */
.custom-dropdown-wrapper {
  position: relative;
}
.custom-dropdown {
  position: relative;
  border: 1px solid #ced4da;
  background-color: white;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #393939;
  font-weight: 500;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-arrow {
  font-size: 14px;
}
.custom-options {
  display: none;
  max-height: 240px;
  overflow-y: auto;
  border: 1px solid #ced4da;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.accordion-options {
  padding-left: 16px;
  background: #fafafa;
}

.accordion-arrow {
  margin-left: 8px;
  display: inline-block;
  transition: transform 0.3s ease;
}
.accordion-arrow i {
  display: inline-block;
  transition: transform 0.3s ease;
}

.custom-option {
  padding: 8px 16px;
  cursor: pointer;
}

.custom-option:hover {
  background-color: #dd1f4d;
  color: white;
}
.selected,
textarea::placeholder,
input::placeholder {
  color: #b3b8c6;
  font-weight: 500;
  font-size: 14px;
}
.selected-filled {
  color: #393939 !important;
}

.purchase-form h1 {
  font-size: 24px;
  font-weight: 600;
  color: hsla(230, 12%, 19%, 1);
  text-align: center;
}
.purchase-button {
  margin: 70px auto;
  width: 60%;
  padding: 11px 30px !important;
  border-radius: 0;
  display: grid;
  place-content: center;
}
.overlay {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

body.modal-open {
  overflow: hidden;
}

.popup-wrapper {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

.purchase-form {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  background: #fff;
  position: relative;
  max-width: 430px;
  width: 100%;
  padding: 0 !important;
  height: 700px;
  z-index: 1060;
}
.form-section {
  width: 100%;
  height: 100%;
  padding: 20px 24px 24px 24px;
}

.popup-wrapper.show .purchase-form {
  transform: translateY(0);
  opacity: 1;
}
.close-button {
  font-size: 32px;
  background: none !important;
  border: none !important;
  outline: none !important;
  color: #000;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  
}

.form-label {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #393939;
}
.form-control {
  border-radius: 0 !important;
}
body.modal-open {
  height: 100vh;
  position: fixed;
  width: 100%;
}
