* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: Instrument Sans;
  color: #141414;
}
a {
  text-decoration: none;
  font-family: Instrument Sans;
  color: #1e0e04;
  border-radius: 100px;
  border: 1px solid #1e0e04;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
a.btn-big {
  width: 246px;
  height: 64px;
  font-size: 20px;
  font-weight: 600;
}
a.btn-sml {
  width: 106px;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
}
a.btn-light {
  background-color: #f2f6fa;
}
a.btn-dark {
  background-color: #1e0e04;
  color: #ffffff;
}
.secondary-nav {
  background-color: #272829;
  color: #ffffff;
}
.secondary-nav p {
  font-family: Instrument Sans;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 112.00000000000001%;
}
.secondary-nav li {
  list-style: none;
}
.secondary-nav a {
  font-family: Instrument Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 112.00000000000001%;
  color: #ffffff;
  text-decoration: none;
}
.secondary-nav li:first-child {
  border-right: solid 1px #ffffff;
}
header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
nav {
  height: 60px;
}
nav a {
  border: none;
}
.navbar {
  padding: 0 12px;
  background-color: #ffffff !important;
}
.navbar-brand {
  height: 48px;
  margin-right: 64px;
}
.nav-item {
  margin-right: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-link {
  color: #1e0e04;
  font-size: 14px;
  font-weight: 400;
  line-height: 112.00000000000001%;
  padding: 0 12px;
}
nav .dropdown-menu[data-bs-popper] {
  width: 100vw;
  position: fixed !important;
  top: 58px !important;
  left: 0 !important;
  border: none;
  border-radius: 0;
  background-color: #fafbfd !important;
  backdrop-filter: blur(10px);
  padding: 56px 80px;
  display: flex;
  gap: 20px;
}
nav .dropdown-menu li {
  width: calc(100% / 6);
}
nav .dropdown-item {
  padding: 0;
  white-space: normal;
}
nav .dropdown-item > div {
  border: 1px solid #e4e4eb;
  border-radius: 8px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
nav .dropdown-item > div img {
  width: 75%;
  margin: 0 auto;
}
nav .dropdown-item h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
}
nav .dropdown-item p {
  font-size: 14px;
  font-weight: 400;
  color: #4e5052;
}
nav .menu-service li {
  width: calc(100% / 5);
}
nav .menu-service div {
  border-radius: 8px;
  overflow: hidden;
}
nav .menu-service div img {
  width: 100%;
}
.cart {
  border-radius: 0;
  border-color: #e4e4eb;
}

.hero {
  height: 800px;
  background-image: url("assets/hero-bg-1.png");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}
.container {
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 80px;
}
.hero-heading h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 111%;
  color: #ffffff;
}
.hero-heading span {
  font-weight: 400;
  font-size: 36px;
  line-height: 111%;
}
.hero-heading p {
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  line-height: 111%;
}
.featured-products {
  padding: 64px;
}
.featured-products h2 {
  font-size: 36px;
  font-weight: 700;
}
.featured {
  width: 25%;
  height: 420px;
  padding: 32px;
  display: flex;
  border-radius: 16px 16px 0 0;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-size: cover;
  /* background-repeat: no-repeat; */
  background-position: center;
  position: relative;
}
.featured img {
  width: 100%;
}
.featured h3 {
  font-size: 28px;
  font-weight: 600;
  color: white;
}
.featured-link{
  background-color: #D9D9D9;
  padding: 28px 0;
  top: 396px;
  border-radius: 0 0 16px 16px;
}
.featured-1 {
  /* background: linear-gradient(180deg, #f6f4ff 7.94%, #ebefff 118.84%); */
  background-image: url("assets/bar-scanner.png");
}
.featured-2 {
  /* background: linear-gradient(180deg, #f4ffef 0%, #ebfec9 100%); */
  background-image: url("assets/80-thermal.png");
}
.featured-3 {
  /* background: linear-gradient(180deg, #fff2fb 0%, #fee7f1 100%); */
  background-image: url("assets/58-thermal.png");
}
.featured-4 {
  /* background: linear-gradient(180deg, #fef8f2 0%, #f9e8e3 100%); */
  background-image: url("assets/58-portable.png");
}
.product-section-1 {
  background-image: url("assets/section-1-bg.png");
  height: 704px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.product-section-1 h1,
.product-section-1 p {
  color: #ffffff;
}
.product-section-1 a.btn-big:last-child {
  border-color: white;
  color: white;
}
.product-section-2 {
  margin-top: 80px;
}
.product-section-2 .d-flex {
  gap: 24px;
  overflow: hidden;
}
.product-section-2 .hero-heading h1,
.product-section-2 .hero-heading p {
  color: #141414;
}
.subsection {
  /* padding: 80px; */
  height: 704px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}
.subsection h1 span {
  font-size: 32px;
}
.subsection-1 {
  background-image: url("assets/section-2-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  justify-content: center;
  margin-top: 40px;
}
.subsection-1 h1 span {
  font-size: 24px;
  line-height: 135%;
}
.subsection-1 p {
  font-size: 16px;
  line-height: 135%;
}
.subsection-2 {
  /* background-image: url("assets/subsection-1.png"); */
  width: 100%;
  justify-content: start;
}
.subsection-2 .position-absolute {
  top: 64px;
  left: 40px;
  color: white;
}
.subsection-2 span,
.subsection-3 span {
  font-size: 20px;
}
.subsection-3 {
  /* background-image: url("assets/subsection-2.png"); */
  width: 100%;
  justify-content: end;
  margin-top: 24px;
}
.subsection-3 .position-absolute {
  top: 64px;
  left: 40px;
  color: white;
}
.faq h2.text-center {
  font-weight: 700;
  font-size: 56px;
  margin-bottom: 40px;
}
.accordion-item {
  border: none;
  margin-bottom: 16px;
}
.accordion-header {
  font-size: 20px;
  font-weight: 600;
  color: #272829;
}
.accordion-header button {
  background-color: #f2f6fa;
  font-size: 20px;
  font-weight: 600;
  padding: 32px 24px;
}
footer {
  padding: 80px 0;
  background: #141414;
  color: #ffffff;
}
.footer-image {
  height: 104px;
  margin-left: -12px;
}
footer a {
  border-radius: 0;
  border: none;
  color: #ffffff;
}
.footer-item {
  padding: 12px 0;
}
.footer-item span {
  margin-right: 12px;
}
.mail {
  padding: 14px 12px;
  background-color: #272829;
}
.footer-end {
  padding: 42px 0;
  margin-top: 52px;
  border-top: 1px solid #b2b5b9;
}

.product-description-info h1 {
  font-size: 28px;
  font-weight: 600;
}
.product-description-info h2 {
  font-size: 42px;
  font-weight: 600;
}
.product-description-info h3 {
  font-size: 16px;
  font-weight: 600;
}
#product-details-toggle {
  background-color: #f2f6fa;
  margin-top: 40px;
  margin-bottom: 36px;
}
#product-details-toggle button {
  font-size: 12px;
  padding: 10px 12px;
  font-weight: 600;
  font-family: Instrument Sans;
  border: none;
  background-color: #f2f6fa;
  color: #1e0e04;
  transition: 0.5s ease-in-out;
}
#product-details-toggle button.active {
  background-color: #1e0e04;
  color: white;
}
.product-details-banner {
  padding: 0 80px;
}
.product-details-banner img {
  transition: 0.5s ease-in-out;
}

@media (max-width: 1440px) {
  .container {
    max-width: 1440px;
  }
  .featured h3{
    font-size: 24px;
  }
}

/* swiperjs */
.swiper {
  width: 100%;
  height: 100%;
}
.hero-2{
  background-image: url('assets/hero-bg-2.png');
}
.hero-3{
  background-image: url('assets/hero-bg-3.png');
}
.hero-4{
  background-image: url('assets/hero-bg-4.png');
}
.hero-5{
  background-image: url('assets/hero-bg-5.png');
}
nav .dropdown-item > div, nav .dropdown-item{
  background-color: white !important;
}