* {
  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: 80px;
}
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: 128px !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: 704px;
  background-image: url("assets/hero-bg.png");
  /* background-position: right; */
  /* background-size: cover; */
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}
.container {
  max-width: 1760px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.hero-heading h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 111%;
}
.hero-heading span {
  font-weight: 400;
  font-size: 36px;
  line-height: 111%;
}
.hero-heading p {
  font-weight: 400;
  font-size: 20px;
  line-height: 111%;
}
.featured-products {
  padding: 64px;
}
.featured-products h2 {
  font-size: 36px;
  font-weight: 700;
}
.featured {
  width: 25%;
  padding: 32px;
  display: flex;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.featured img {
  width: 100%;
}
.featured h3 {
  font-size: 28px;
  font-weight: 600;
}
.featured-1 {
  background: linear-gradient(180deg, #f6f4ff 7.94%, #ebefff 118.84%);
}
.featured-2 {
  background: linear-gradient(180deg, #f4ffef 0%, #ebfec9 100%);
}
.featured-3 {
  background: linear-gradient(180deg, #fff2fb 0%, #fee7f1 100%);
}
.featured-4 {
  background: linear-gradient(180deg, #fef8f2 0%, #f9e8e3 100%);
}
.product-section-1 {
  background-image: url("assets/section-1-bg.png");
  height: 704px;
  background-repeat: no-repeat;
}
.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: 40px;
}
.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");
  justify-content: center;
  margin-bottom: 40px;
}
.subsection-2 {
  background-image: url("assets/subsection-1.png");
  width: 50%;
  justify-content: start;
}
.subsection-3 {
  background-image: url("assets/subsection-2.png");
  width: 50%;
  justify-content: end;
}
.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: linear-gradient(0deg, #f2f6fa, #f2f6fa),
    linear-gradient(0deg, #141414, #141414),
    linear-gradient(0deg, #b2b5b9, #b2b5b9),
    linear-gradient(0deg, #e4e4eb, #e4e4eb);
}
.footer-image {
  height: 104px;
}
footer a {
  border-radius: 0;
  border: none;
  color: #000c23;
}
.footer-item {
  padding: 12px 0;
}
.footer-item span {
  margin-right: 12px;
}
.mail {
  padding: 14px 12px;
  background-color: white;
  border: 1px solid #d0d5d9;
}
.footer-end {
  padding: 42px 0;
  margin-top: 52px;
  border-top: 1px solid #b2b5b9;
}
