body {
  background-color: #e9e2df;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15vh;
  max-width: none;
  padding: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9e2df;
}

.image {
  max-width: 281px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 85%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.brand {
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: none;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85vh;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 91%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 50%;
  min-height: auto;
  min-width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.image-2 {
  height: 554.1796875px;
  max-width: 100%;
}

.heading {
  margin-bottom: 0px;
  font-family: Marcellus, sans-serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -2px;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Marcellus, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: -2px;
}

.paragraph {
  width: 366px;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_container {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15vh;
  max-width: none;
  padding-right: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9e2df;
}

.link {
  display: block;
  margin-top: 10px;
  margin-left: 10px;
  font-family: Marcellus, sans-serif;
  color: #b93b6b;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.link.homepage-link {
  margin-left: 0px;
}

.our_products_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.our_products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Marcellus, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -2px;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  margin-top: 40px;
  padding: 0px;
}

.slider {
  height: auto;
  max-width: none;
  background-color: #e9e2df;
}

.slide-nav {
  display: none;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 25%;
  margin-left: -100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  border-top-left-radius: 166px;
  border-top-right-radius: 166px;
  box-shadow: 6px 6px 12px 0 rgba(227, 242, 247, 0.3);
}

.heading-4 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Marcellus, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: -2px;
}

.heading-4.mobile {
  display: none;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-2 {
  width: 86%;
  max-width: 373.7286682128906px;
  margin-top: 20px;
  margin-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.paragraph-3 {
  width: 86%;
  max-width: 373.7286682128906px;
  margin-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.about_us_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-4 {
  width: 80%;
  font-family: Roboto, sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 300;
  text-align: center;
  letter-spacing: -1px;
}

.button {
  margin-top: 20px;
  padding: 12px 30px;
  background-color: #b93b6b;
  font-family: Marcellus, sans-serif;
  font-size: 1rem;
}

.button.home-fragrances-btn {
  display: none;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 25vh;
  margin-top: 40px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: none;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-us-link {
  margin-top: 40px;
  margin-left: 0px;
  text-decoration: none;
}

.paragraph-5 {
  margin-bottom: 0px;
  font-family: Marcellus, sans-serif;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-5.instatext {
  margin-left: 0px;
}

.home-link {
  text-decoration: none;
}

.sitemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.our-products-link {
  margin-top: 0px;
  margin-left: 0px;
  text-decoration: none;
}

.contact-us-link {
  margin-top: 40px;
  margin-left: 0px;
  text-decoration: none;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-8.home-and-about-us {
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-8.facebook_container_footer {
  margin-left: 40px;
}

.div-block-9 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-4 {
  max-width: 100%;
}

.logo_container {
  height: 100%;
  max-width: 26%;
}

.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.instagram-link {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.linkedin-link {
  margin-top: 0px;
  margin-left: 20px;
  text-decoration: none;
}

.facebook-link {
  text-decoration: none;
}

.menu-button {
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  max-width: none;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 98%;
}

.div-block-12 {
  width: 15px;
  height: 2px;
  border-radius: 20px;
  background-color: #333;
}

.div-block-13 {
  width: 40px;
  height: 2px;
  margin-top: 5px;
  border-radius: 20px;
  background-color: #333;
}

.div-block-14 {
  width: 30px;
  height: 2px;
  margin-top: 5px;
  border-radius: 20px;
  background-color: #333;
}

.lottie-animation {
  max-width: 100%;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right_arrow {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  padding-right: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 46px;
}

.right-arrow {
  position: absolute;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 46px;
}

.about-us-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-and-heading {
  width: 100%;
  max-height: none;
  min-height: 83vh;
}

.heading-5 {
  position: relative;
  z-index: 100;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Marcellus, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -2px;
}

.image-5 {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: 20px;
}

.about-us-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-15 {
  width: 70%;
}

.paragraph-6 {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0px;
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85vh;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16 {
  height: 100%;
  max-width: 50%;
}

.div-block-17 {
  width: 85%;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Marcellus, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: -2px;
}

.div-block-18 {
  max-width: 40%;
  min-width: 40%;
}

.field-label {
  font-family: Roboto, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
}

.field-label-2 {
  font-family: Roboto, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #a1a1a1;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-field-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #a1a1a1;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0);
}

.textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #a1a1a1;
  background-color: hsla(0, 0%, 100%, 0);
}

.submit-button {
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #333;
  font-family: Roboto, sans-serif;
  font-size: 0.8rem;
}

.section {
  height: auto;
}

.home_fragrances_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 85vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-19 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-20 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-6 {
  max-width: 62%;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-7 {
  margin-top: 0px;
  font-family: Marcellus, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 400;
}

.paragraph-7 {
  width: 75%;
  margin-top: 40px;
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.paragraph-7.paragraph_style {
  margin-top: 5px;
  margin-left: 20px;
}

.paragraph-7-2 {
  width: 75%;
  margin-top: 20px;
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.product_conatiner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.slider-2 {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.right-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav-2 {
  display: none;
}

.body {
  letter-spacing: 0.5px;
}

.image-7 {
  max-width: 100%;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-24 {
  max-width: 40%;
}

.div-block-25 {
  padding-left: 20px;
}

.list-item {
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 0.8rem;
  list-style-type: decimal;
}

.list-item-2 {
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 0.8rem;
}

.paragraph-home {
  width: 75%;
  margin-top: 0px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.list-item-3 {
  font-family: Roboto, sans-serif;
  font-size: 0.8rem;
}

.list {
  list-style-type: decimal;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-9 {
  display: none;
}

.image-10 {
  display: none;
}

.image-11 {
  display: none;
}

.link-2 {
  display: block;
  margin-top: 20px;
  font-family: Marcellus, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1;
}

.menu-container {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0vh;
  background-color: #e9e2df;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 69%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-12 {
  max-width: 36%;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-13 {
  max-width: 37%;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Marcellus, sans-serif;
  color: #333;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.link-block._2-link {
  margin-top: 27px;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
}

.paragraph-8 {
  margin-bottom: 0px;
  margin-left: 5px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-3 {
  display: block;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 1rem;
  text-decoration: none;
}

.div-block-35 {
  width: 100%;
  padding-top: 40px;
}

.heading-9 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #b93b6b;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0px;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.innstaparalink {
  margin-bottom: 0px;
  font-family: Marcellus, sans-serif;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.innstaparalink.instatext {
  margin-left: 0px;
}

.paragraph-9 {
  margin-bottom: 0px;
}

.link-block-2 {
  font-family: Marcellus, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

.lottie-animation-2 {
  max-width: 60%;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100%;
  background-color: #e9e2df;
  opacity: 1;
}

.dropdown {
  margin-top: 27px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Merriweather, serif;
  font-size: 2.4rem;
  font-weight: 300;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}

.menulink {
  line-height: 1;
}

.dropdown-list {
  background-color: #e9e2df;
}

.dropdown-list.w--open {
  padding-left: 20px;
}

.dropdown-link {
  margin-top: 10px;
  padding: 0px;
  font-size: 1.1rem;
}

.dropdown-link-2 {
  margin-top: 10px;
  padding: 0px;
  font-size: 1rem;
}

.dropdown-link-3 {
  margin-top: 10px;
  padding: 0px;
  font-size: 1rem;
}

.div-block-38 {
  width: 77%;
  height: 65vh;
}

.div-block-40 {
  position: relative;
  height: 70vh;
  min-height: 0vh;
  margin-top: 20px;
}

.image-14 {
  position: absolute;
  width: 85vw;
  height: 70vh;
  max-width: none;
}

.image-15 {
  position: absolute;
  width: 85vw;
  height: 70vh;
  max-width: none;
}

.image-16 {
  position: absolute;
  width: 85vw;
  height: 70vh;
  max-width: none;
}

.image-17 {
  position: absolute;
  width: 85vw;
  height: 70vh;
  max-width: none;
}

.slider-3 {
  height: 100%;
}

.right-arrow-3 {
  display: none;
}

.left-arrow-3 {
  display: none;
}

.slide-nav-3 {
  display: none;
}

.heading-10 {
  font-family: Marcellus, sans-serif;
  color: #b93b6b;
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: underline;
}

.paragraph-10 {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  text-transform: capitalize;
}

.link-block-6 {
  color: #333;
  text-decoration: none;
}

.slider-4 {
  display: none;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide {
  height: 100%;
  min-height: 100%;
}

.left-arrow-4 {
  display: none;
}

.right-arrow-4 {
  display: none;
}

.slide-nav-4 {
  display: none;
}

.slide-2 {
  height: 100%;
}

.image-18 {
  height: 100%;
  max-width: 100%;
  min-height: auto;
}

.image-19 {
  max-width: 100%;
  min-height: auto;
}

.slide-3 {
  height: 100%;
}

.div-block-42 {
  position: absolute;
  z-index: 1000;
}

.mask {
  height: 60vh;
}

.div-block-43 {
  height: 100%;
}

.image-20 {
  display: block;
  max-width: 100%;
}

.image-21 {
  margin-top: -196px;
}

.image-22 {
  margin-top: -114px;
}

.image-23 {
  margin-top: -184px;
}

.image-24 {
  margin-top: -63px;
}

.image-25 {
  margin-top: -191px;
}

.image-26 {
  max-width: 100%;
}

.image-27 {
  max-width: 100%;
}

.image-28 {
  max-width: 100%;
}

.preloader {
  position: fixed;
  z-index: 10000;
  display: none;
  width: 100vw;
  height: 100vh;
  max-height: none;
  background-color: #fff;
}

.image-29 {
  display: block;
  width: 100%;
  height: 100%;
}

.image-30 {
  max-width: 47%;
}

@media screen and (min-width: 1920px) {
  .image {
    max-width: 370px;
  }

  .main {
    height: auto;
  }

  .image-2 {
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
  }

  .heading {
    margin-top: 0px;
    font-size: 7rem;
  }

  .heading-2 {
    font-size: 4.5rem;
    line-height: 1;
  }

  .paragraph {
    width: 478px;
    margin-top: 20px;
    font-size: 1.3rem;
  }

  .link {
    font-size: 1.3rem;
  }

  .heading-3 {
    font-size: 4rem;
  }

  .div-block-2 {
    padding-bottom: 0px;
  }

  .div-block-4 {
    max-width: 30%;
    border-radius: 0px;
  }

  .image-3 {
    border-top-left-radius: 235px;
    border-top-right-radius: 235px;
  }

  .heading-4 {
    font-size: 3.5rem;
    line-height: 1;
  }

  .paragraph-2 {
    max-width: none;
    font-size: 1.3rem;
  }

  .paragraph-3 {
    max-width: none;
    margin-top: 20px;
    font-size: 1.3rem;
  }

  .about_us_container {
    margin-top: 70px;
  }

  .paragraph-4 {
    font-size: 3.6rem;
  }

  .button {
    padding: 20px 40px;
    font-size: 1.4rem;
  }

  .paragraph-5 {
    font-size: 1.6rem;
  }

  .div-block-8 {
    margin-left: 0px;
  }

  .div-block-11 {
    margin-left: 60px;
  }

  .about-us-container {
    margin-top: 0px;
  }

  .image-and-heading {
    height: auto;
  }

  .heading-5 {
    font-size: 4rem;
    line-height: 1;
  }

  .image-5 {
    height: 100%;
    min-width: 100%;
    margin-top: 20px;
  }

  .about-us-text-container {
    margin-top: 40px;
  }

  .div-block-15 {
    width: 55%;
  }

  .paragraph-6 {
    margin-top: 0px;
    font-size: 2.4rem;
  }

  .field-label {
    font-size: 1.1rem;
  }

  .field-label-2 {
    font-size: 1.1rem;
  }

  .text-field::-webkit-input-placeholder {
    font-size: 0.9rem;
  }

  .text-field:-ms-input-placeholder {
    font-size: 0.9rem;
  }

  .text-field::-ms-input-placeholder {
    font-size: 0.9rem;
  }

  .text-field::placeholder {
    font-size: 0.9rem;
  }

  .text-field-2::-webkit-input-placeholder {
    font-size: 0.9rem;
  }

  .text-field-2:-ms-input-placeholder {
    font-size: 0.9rem;
  }

  .text-field-2::-ms-input-placeholder {
    font-size: 0.9rem;
  }

  .text-field-2::placeholder {
    font-size: 0.9rem;
  }

  .submit-button {
    padding: 16px 26px;
    font-size: 1.2rem;
  }

  .heading-7 {
    font-size: 4rem;
  }

  .paragraph-7.paragraph_style {
    font-size: 1.3rem;
  }

  .paragraph-7-2 {
    font-size: 1.3rem;
  }

  .list-item {
    font-size: 1.3rem;
  }

  .list-item-2 {
    font-size: 1.3rem;
    line-height: 1;
  }

  .paragraph-home {
    font-size: 1.3rem;
  }

  .list-item-3 {
    font-size: 1.3rem;
  }

  .list {
    line-height: 1;
  }

  .div-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-2 {
    font-size: 1.6rem;
  }

  .innstaparalink {
    font-size: 1.6rem;
  }

  .div-block-39 {
    height: 65vh;
    background-image: url('../images/siora-photography-8m4V_wPWwbY-unsplash.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide {
    max-height: 50vh;
  }

  .slide-2 {
    max-height: 50vh;
    min-height: 50vh;
  }

  .image-18 {
    height: 100%;
    min-height: auto;
  }

  .slide-3 {
    max-height: 50vh;
  }

  .div-block-41 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image-22 {
    margin-top: -106px;
  }

  .image-23 {
    margin-top: -268px;
  }

  .image-25 {
    margin-top: -205px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 25px;
  }

  .landing_container {
    height: auto;
    min-height: 60vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .landing {
    width: 95%;
  }

  .div-block {
    max-width: none;
    min-width: auto;
  }

  .heading {
    margin-top: 0px;
    font-size: 3rem;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .paragraph {
    width: 333px;
    padding-right: 12px;
    font-size: 0.7rem;
  }

  .link {
    margin-top: 0px;
    font-size: 0.8rem;
  }

  .our_products {
    width: 95%;
  }

  .heading-3 {
    font-size: 2.5rem;
  }

  .div-block-3 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-4 {
    margin-left: -170px;
  }

  .paragraph-2 {
    font-size: 0.7rem;
  }

  .paragraph-3 {
    font-size: 0.7rem;
  }

  .about-us {
    width: 95%;
  }

  .paragraph-4 {
    width: 100%;
    font-size: 2.1rem;
  }

  .footer {
    min-height: 25vh;
  }

  .div-block-6 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-5 {
    font-size: 0.9rem;
  }

  .div-block-8 {
    margin-left: 0px;
  }

  .div-block-8.home-and-about-us {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-8.facebook_container_footer {
    margin-left: 20px;
  }

  .div-block-9 {
    margin-right: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-11 {
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .logo_container {
    margin-left: 20px;
  }

  .social-media {
    margin-left: 40px;
  }

  .menu-button {
    width: 340px;
    max-width: 18%;
  }

  .right_arrow {
    width: 40px;
    height: 40px;
  }

  .left_arrow {
    width: 40px;
    height: 40px;
  }

  .div-block-15 {
    width: 66%;
  }

  .form-container {
    min-height: 65vh;
  }

  .field-label {
    font-size: 0.7rem;
  }

  .field-label-2 {
    font-size: 0.7rem;
  }

  .text-field::-webkit-input-placeholder {
    font-size: 0.7rem;
  }

  .text-field:-ms-input-placeholder {
    font-size: 0.7rem;
  }

  .text-field::-ms-input-placeholder {
    font-size: 0.7rem;
  }

  .text-field::placeholder {
    font-size: 0.7rem;
  }

  .text-field-2::-webkit-input-placeholder {
    font-size: 0.7rem;
  }

  .text-field-2:-ms-input-placeholder {
    font-size: 0.7rem;
  }

  .text-field-2::-ms-input-placeholder {
    font-size: 0.7rem;
  }

  .text-field-2::placeholder {
    font-size: 0.7rem;
  }

  .submit-button {
    font-size: 0.7rem;
  }

  .home_fragrances_container {
    height: auto;
    min-height: 65vh;
  }

  .div-block-20 {
    margin-left: 20px;
  }

  .image-6 {
    max-width: 85%;
  }

  .heading-7 {
    font-size: 2.2rem;
  }

  .heading-7.product-heading-2 {
    font-size: 1.9rem;
  }

  .paragraph-7.paragraph_style {
    width: 100%;
    font-size: 0.7rem;
  }

  .paragraph-7-2 {
    width: 100%;
    font-size: 0.7rem;
  }

  .div-block-25 {
    padding-left: 15px;
  }

  .list-item {
    font-size: 0.7rem;
  }

  .list-item-2 {
    font-size: 0.7rem;
  }

  .paragraph-home {
    width: 100%;
    font-size: 0.7rem;
  }

  .list-item-3 {
    font-size: 0.7rem;
  }

  .div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-30 {
    width: 82%;
  }

  .innstaparalink {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1001;
    height: 13vh;
    padding: 0px;
  }

  .image {
    max-width: 100%;
  }

  .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brand {
    z-index: 1000;
    max-width: 50%;
  }

  .main {
    overflow: hidden;
    padding-top: 13vh;
  }

  .landing_container {
    height: auto;
    min-height: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .landing {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block {
    overflow: hidden;
    width: 100vw;
    max-width: none;
    min-width: auto;
    margin-top: 10px;
  }

  .image-2 {
    height: auto;
    margin-top: 0px;
  }

  .heading {
    font-size: 4.9rem;
  }

  .paragraph {
    width: auto;
    font-size: 0.9rem;
  }

  .nav_container {
    width: 100%;
    height: 13vh;
    padding-right: 25px;
    padding-left: 25px;
  }

  .link {
    margin-top: 20px;
  }

  .link.homepage-link {
    margin-top: 0px;
  }

  .our_products {
    width: 95%;
  }

  .div-block-2 {
    margin-top: 20px;
  }

  .div-block-3 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-4 {
    max-width: 100%;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-3 {
    max-width: 90%;
  }

  .heading-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    font-size: 1.8rem;
  }

  .heading-4.mobile {
    display: block;
    margin-top: 10px;
    font-size: 1.7rem;
  }

  .div-block-5 {
    display: none;
    width: 100%;
  }

  .about_us_container {
    margin-top: 40px;
  }

  .paragraph-4 {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: -1px;
  }

  .button {
    margin-top: 0px;
    padding: 14px;
  }

  .button.home-fragrances-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.8rem;
  }

  .footer {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-6 {
    width: 100%;
    padding-top: 30px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #b93b6b;
  }

  .about-us-link {
    margin-top: 20px;
    cursor: pointer;
  }

  .paragraph-5 {
    display: block;
  }

  .paragraph-5.instatext {
    display: none;
  }

  .home-link {
    cursor: pointer;
  }

  .sitemap {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .our-products-link {
    cursor: pointer;
  }

  .contact-us-link {
    margin-top: 20px;
    cursor: pointer;
  }

  .div-block-8 {
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-8.home-and-about-us {
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-8.facebook_container_footer {
    margin-top: 0px;
    margin-left: 15px;
  }

  .div-block-9 {
    width: 100%;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-11 {
    margin-top: 0px;
    margin-left: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo_container {
    max-width: 75%;
    margin-top: 20px;
    margin-left: 0px;
  }

  .social-media {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .instagram-link {
    margin-left: 0px;
    cursor: pointer;
  }

  .linkedin-link {
    margin-top: 0px;
    margin-left: 15px;
    cursor: pointer;
  }

  .facebook-link {
    cursor: pointer;
  }

  .menu-button {
    position: relative;
    z-index: 900;
    width: 40px;
    height: 40px;
    max-width: none;
  }

  .lottie-animation {
    min-width: auto;
  }

  .left-arrow {
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .right_arrow {
    width: 25px;
    height: 25px;
  }

  .right-arrow {
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 14%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .left_arrow {
    width: 25px;
    height: 25px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-us-container {
    margin-top: 20px;
  }

  .div-block-15 {
    width: 100%;
  }

  .paragraph-6 {
    margin-top: 0px;
    font-size: 1.2rem;
  }

  .form-container {
    height: auto;
    min-height: auto;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-16 {
    max-width: 100%;
  }

  .div-block-18 {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    margin-top: 20px;
  }

  .submit-button {
    width: 100%;
  }

  .home_fragrances_container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-20 {
    margin-top: 20px;
    margin-left: 0px;
  }

  .image-6 {
    max-width: 100%;
  }

  .div-block-21 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-7 {
    display: block;
  }

  .heading-7.product-heading-2 {
    display: none;
  }

  .paragraph-7.paragraph_style {
    width: 100%;
    margin-left: 0px;
  }

  .paragraph-7-2 {
    width: 100%;
    margin-left: 0px;
  }

  .product_conatiner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .body {
    overflow: visible;
  }

  .div-block-23 {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-24 {
    max-width: 100%;
  }

  .div-block-25 {
    width: 100%;
    padding-left: 0px;
  }

  .paragraph-home {
    width: 100%;
  }

  .image-8 {
    max-width: 75%;
  }

  .list-2 {
    padding-left: 20px;
  }

  .list-3 {
    padding-left: 20px;
  }

  .div-block-27 {
    display: block;
    width: auto;
  }

  .div-block-28 {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-9 {
    display: block;
    width: 25px;
    max-width: 100%;
  }

  .image-10 {
    display: block;
    width: 25px;
  }

  .image-11 {
    display: block;
    width: 25px;
  }

  .div-block-29 {
    margin-top: 25px;
    padding-bottom: 30px;
  }

  .link-2 {
    font-family: Marcellus, sans-serif;
    color: #333;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
  }

  .menu-container {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 879;
    display: none;
    padding-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-30 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-31 {
    display: none;
  }

  .image-13 {
    display: block;
  }

  .div-block-32 {
    padding-left: 0px;
  }

  .heading-8 {
    font-size: 1.6rem;
  }

  .div-block-33 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-34 {
    margin-top: 40px;
  }

  .innstaparalink {
    display: block;
  }

  .innstaparalink.instatext {
    display: none;
  }

  .lottie-animation-2 {
    max-width: 66%;
    margin-right: 0px;
    opacity: 1;
  }

  .link-block-3 {
    color: #333;
    text-decoration: none;
  }

  .link-block-4 {
    color: #333;
    text-decoration: none;
  }

  .link-block-5 {
    color: #333;
    text-decoration: none;
  }

  .menulink {
    font-size: 1.6rem;
  }

  .dropdown-list.w--open {
    padding-bottom: 20px;
  }

  .image-18 {
    width: auto;
    max-width: none;
    min-height: auto;
    margin-left: 0px;
  }

  .image-19 {
    width: 147vw;
    min-height: auto;
  }

  .image-20 {
    width: 147vw;
  }

  .image-26 {
    overflow: visible;
    width: 147vw;
    max-width: 100%;
  }

  .image-27 {
    width: 147vw;
  }

  .image-28 {
    width: 147vw;
  }

  .preloader {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f3e4d3;
  }

  .image-29 {
    width: auto;
    height: auto;
  }
}

