* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  color: #4e3629;
  height: 100%;
}

.hans-shopAll-boundary:hover .shop-all-h1 {
  color: white;
}

/* header start */

.header {}

.inner-header {
  display: flex;
  padding: 0 20px 0 70px;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: auto;
}

.logo {
  width: 185px;
}

.level-1-ul {
  padding-left: 20px;
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  margin: 0;
}

.level-1-li {
  list-style-type: none;
  cursor: pointer;
  padding: 47px 10px;
}

.level-1-li:hover .level-2-ul {
  display: block;
  transition: ease-in 1s;
}

.level-1-a {
  color: #503629;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  opacity: 0.9;
  letter-spacing: 2px;
  padding: 47px 0;
}

.login-button-a {
  font-size: 10px;
}

.fa-cart-arrow-down {
  font-size: 23px;
}

/* level 2 */
.level-2-ul {
  width: 210px;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 120px;
  display: none;
  transition: 0.3s;
}

.level-2-li {
  cursor: pointer;
  padding: 10px 15px;
  position: relative;
  background: #4e3629;
}

.level-2-li:hover {
  background-color: #ba6373;
}

.level-2-li:hover .level-3-ul {
  display: block;
}

.level-2-a {
  color: white;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}

/* level 3 */
.level-3-ul {
  width: 210px;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 0px;
  left: 210px;
  display: block;
  transition: 0.3s;
  display: none;
  box-shadow: -5px 0px 13px -7px rgba(0, 0, 0, 0.75);
}

.level-3-li {
  cursor: pointer;
  padding: 10px 15px;
  background: #4e3629;
}

.level-3-li:hover {
  background-color: #ba6373;
}

.level-3-a {
  color: white;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}

.mobile-resposive-btn {
  display: none;
}

.visible-btn {}

/* mobile button */
.close {
  color: white;
  font-size: 75px;
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
}

.mobile-menu-overlay {
  /* min-width: 100%; */
  position: absolute;
  /* background-color: rgba(0, 0, 0, 0.75); */
  background: #00000042;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}


.mobile-menu-main {
  position: relative;
  width: 100%;
  height: 100%;
}

.mobile-menu {
  width: 100px;
  position: fixed;
  min-height: 100%;
  position: absolute;
  right: 0;
  background-color: rgb(74, 55, 41);
  z-index: 10;
  display: none;
  transition: 0.7s;
}

/* level 1 mobile */
.mobile-level-1-ul {
  margin: 0;
  list-style-type: none;
  padding: 20px 0;
  padding-top: 32px;
}

.mobile-level-1-border {
  border-bottom: 1px solid white;

  cursor: pointer;
}

.mobile-level-1-a {
  color: white;
  list-style-type: unset;
  font-size: 19px;
  font-weight: 600;
  line-height: 52px;
}

.mobile-level-3-ul {
  margin-left: 12px;
  list-style-type: none;
  padding: 0px 0;
}

.mobile-level-3-li {
  border-bottom: 1px solid white;
  padding: 14px 10px;
  cursor: pointer;
}

.mobile-level-3-a {
  color: white;
  list-style-type: unset;
  font-size: 19px;
  font-weight: 600;
}

/* level 2 mobile */

.mobile-level-2-ul {
  margin-left: 15px;
  padding: 0;
  list-style-type: none;
}

.mobile-level-2-border {
  border-bottom: 1px solid white;
  cursor: pointer;
}

.mobile-level-2-a {
  color: white;
  list-style-type: unset;
  font-size: 19px;
  font-weight: 600;
  line-height: 52px;
}

/* responsive */
@media only screen and (max-width: 992px) {
  .logo {
    width: 150px;
  }

  .mobile-resposive-btn {
    display: block;
  }

  .level-1-li {
    display: none;
  }

  .visible-btn {
    display: block !important;
  }

  .level-1-ul {
    justify-content: flex-end;
  }

  .fa-cart-arrow-down,
  .fa-bars {
    font-size: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-header {
    padding: 0 20px 0 50px;
  }

  .fa-cart-arrow-down {
    display: none;
  }

  .level-1-li {
    padding: 30px 10px;
  }
}

/* header end */

.our-mission {
  display: flex;
  justify-content: left;
  padding: 120px 60px;
  padding-right: 25px;
}

.our-mission-text {
  width: 43%;
  background-color: #f7f7f8;
  padding: 40px;
}

.mission-h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 55px;
  font-size: 50px;
  margin-top: 0%;
  margin-bottom: 0px;
}

.mission-paragraph {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: black;
  opacity: 0.9;
}

.our-mission-image {
  width: 57%;
}

.mission-inner-image {
  width: 100%;
}

.Han-benefits {
  padding: 15px 60px;
  padding-right: 25px;
}

.han-benefits-h1 {
  text-align: center;
  font-size: 48px;
  line-height: 52.8px;
  font-weight: 300;
}

.hans-sectors {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.hans-sect {
  width: 20%;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 15px;
  padding-bottom: 1px;
  height: 210px;
  overflow: hidden;
}

.hans-sect-innerflex {
  background-color: #ededed;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  align-items: center;
}

.hans-sect-innerflex:hover {
  background-color: #ededed;
  opacity: 0.5;
}

.hans-sect-h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 20px;
  text-align: center;
  color: #4e3629;
  text-decoration: none;
}

.hans-sect-image1 {
  background-image: url("Images/Images116598483_3109384952515333_1500498732291842615_nfull.jpg");
  width: 100%;
  background-size: cover;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hans-sect-image2 {
  background-image: url("Images/Images116598483_3109384952515333_1500498732291842615_nfull.jpg");
  width: 100%;
  background-size: cover;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hans-sect-image3 {
  background-image: url("Images/Images116598483_3109384952515333_1500498732291842615_nfull.jpg");
  width: 100%;
  background-size: cover;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hans-sect-image4 {
  background-image: url("Images/Images116598483_3109384952515333_1500498732291842615_nfull.jpg");
  width: 100%;
  background-size: cover;
  height: inherit;
  display: flex;
  justify-content: center;

  align-items: center;
}

.hans-sect-image5 {
  background-image: url("Images/Images116598483_3109384952515333_1500498732291842615_nfull.jpg");
  width: 100%;
  background-size: cover;
  height: inherit;
}

.hans-sect-hover {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
}

.hans-sect-hover:hover {
  width: 100%;
  height: 100%;
  background-color: #00000024;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 1s;
}

.hans-recipie-main-h1 {
  text-align: center;
  font-size: 30px;
  line-height: 33px;
  font-weight: 300;
  letter-spacing: 3px;
}

.hans-recip-h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: white;
  text-decoration: none;
  bottom: 15px;
}

.hans-recip-h1-secondline {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: white;
  text-decoration: none;
}

.Hans_recipie {
  padding: 15px 60px;
  padding-right: 25px;
  margin-top: 70px;
}

.Han-recipie-sector {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.hans-recipie-sect {
  width: 33.3%;
  padding: 32px;
  padding-left: 3px;
  padding-top: 15px;
  height: 235px;
}

.hans-recip-ricePowder {
  background-image: url(images/rice-powder.jpg);
  width: 100%;
  background-size: cover;
  height: inherit;
}

.hans-recip-plantVegetable {
  background-image: url(images/plant-vegetable.jpg);
  width: 100%;
  background-size: cover;
  height: inherit;
}

.hans-recip-butterArganOil {
  background-image: url(images/Shea-butter.jpg);
  width: 100%;
  background-size: cover;
  height: inherit;
}

.hans-recip-innerflex {
  width: 100%;
  height: 235px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  transition: 1s;
  flex-direction: column;
  align-self: flex-start;
  padding: 25px;
}

.hans-recip-innerflex:hover {
  width: 100%;
  height: 100%;
  background-color: #00000024;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 1s;
}

.hans-learn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 27px;
}

.hans-learn-more-boundary {
  border-style: solid;
  border-width: 1px;
}

.learn-more-h1 {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #4e3629;
  line-height: 41.6px;
  padding: 11px;
  margin-right: 85px;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
}

.learnMore-arrow {
  padding: 11px;
  font-family: "FontAwesome";
  font-size: 18px;
  -webkit-text-stroke: 1px #4e3629;
}

.hans-learn-more-boundary a:hover {
  background-color: #4e3629;
  color: white;
  font-size: 13px;
  line-height: 41.6px;
  font-weight: 700;
}

.hans-bestSeller {
  padding: 15px 0px;
  margin-top: 35px;
}

.hans-bestSeller-h1 {
  color: #4e3629;
  font-size: 48px;
  line-height: 52.8px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 43px;
}

.han-bestSeller-products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.han-bestSeller-images {
  width: 18%;
  height: 247px;
  margin: 0 43px;
}

.hans-bestSeller-image1 {
  background-image: url("Images/cheekliptint-roseberry1-450x465.jpg");
  width: 100%;
  background-size: cover;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: thin;
  border-color: #dddddd;
}

.hans-bestSeller-image2 {
  background-image: url("Images/For-bestseller-section-taupey-plum.png");
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  border-style: solid;
  border-width: thin;
  border-color: #dddddd;
}

.hans-bestSeller-image3 {
  background-image: url("Images/For-bestseller-and-lip-gloss-page-nude-rose.png");
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  border-style: solid;
  border-width: thin;
  border-color: #dddddd;
}

.hans-bestSeller-image4 {
  background-image: url("Images/blush-coralcandy-450x465.jpg");
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  border-style: solid;
  border-width: thin;
  border-color: #dddddd;
}

.hans-bestSeller-shopNow {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 27px;
  padding: 15px 40px;
  font-weight: 400;
  color: transparent;
  display: none;
}

.hans-bestSeller-hover:hover .hans-bestSeller-shopNow {
  display: block;
  background-color: #c08e98;
  color: white;
  transition: 1s;
}

.hans-bestSeller-hover {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hans-bestSeller-hover:hover {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 1s;
  background-color: #ffffff70;
}

.hans-bestSeller-details {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.hans-bestSeller-pricing {
  width: 22%;
  padding: 32px;
  padding-left: 3px;
  padding-top: 15px;
  height: 100px;
  overflow: hidden;
}

.han-bestSeller-priceDesign {
  padding: 18px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #4e3636;
  opacity: 0.9;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  vertical-align: baseline;
  letter-spacing: normal;
}

.hans-bestSeller-price {
  font-size: 25px;
  line-height: 45px;
  font-weight: 400;
}

.hans-shopAll {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 131px;
}

.hans-shopAll-boundary {
  border-style: solid;
  border-width: 1px;
}

.shop-all-h1 {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: black;
  line-height: 41.6px;
  padding: 16px;
  margin-right: 85px;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
}

.shopAll-arrow {
  padding: 11px;
  font-family: "FontAwesome";
  font-size: 18px;
  -webkit-text-stroke: 1px #4e3629;
}

.hans-shopAll-boundary:hover {
  background-color: #4e3629;
  color: white;
  font-size: 13px;
  line-height: 41.6px;
  font-weight: 700;
}

.hans-pressFeatures {
  padding: 55px 0px;
  margin-top: 35px;
  background-color: #fafafa;
  padding-bottom: 134px;
}

.hans-pressFeatures-h1 {
  color: #4e3629;
  font-size: 48px;
  line-height: 52.8px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 43px;
}

.han-pressFeatures-products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.han-pressFeatures-images {
  width: 22.5%;
  padding: 23px;
}

.hans-pressFeatures-imageCompany {}

.hans-pressFeatures-imageCompany img {
  border: 1px solid;
  padding: 20px;
  width: 100%;
  color: #e2e2e2;
  border-radius: 1px;
}

.han-pressFeature-titleDetails {
  font-size: 16.5px;
  color: #4e3636;
  opacity: 0.9;
  line-height: 23.1px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  display: block;
  text-align: center;
}

.hans-instagramFeed {
  text-align: center;
}

.hans-instagramFeed-h1 {
  font-size: 48px;
  line-height: 52.8px;
  font-weight: 400;
  color: #4e3629;
}

.hans-instagramFeed-h2 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 400;
  margin-top: -23px;
}

.hans-followUs {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.hans-followUs-boundary {
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: pink;
}

.hans-followUs-h1 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: white;
  line-height: 50px;
  margin: 95px;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
}

.hans-followUs-boundary:hover {
  background-color: #4e3629;
  color: white;
  font-size: 13px;
  line-height: 41.6px;
  font-weight: 700;
}

.hans-instagram {
  margin-top: 43px;
}

.hans-instaStory {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.hans-instaStory-images {
  width: 25%;
  height: 335px;
  overflow: hidden;
}

.hans-instaStory-image1 {
  background-image: url("images/one.jpg");
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}

.hans-instaStory-image2 {
  background-image: url("images/two.jpg");
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}

.hans-instaStory-image3 {
  background-image: url("images/four.jpg");
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}

.hans-instaStory-image4 {
  background-image: url("images/five.jpg");
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}

.hans-instaStory-images:hover {
  opacity: 0.9;
  transition: 1s;
}

.hans-footer {
  margin-top: 107px;
}

.hans-footer-depertments {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.hans-footer-sections {
  width: 25%;
  height: 400px;
  overflow: hidden;
}

.hans-footer-adjustment {
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  height: inherit;
}

.hans-footer-information {
  margin-top: 45px;
}

.hans-footer-mainHeadings {
  border-bottom: solid black 1px;
  font-size: 16px;
  line-height: 17.6px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: start;
  margin: 0 auto;
  width: 230px !important;
  padding-bottom: 5px;
}

.hans-footer-hover ul {
  list-style-type: none;
  padding: 0;
}

.hans-footer-hover ul li a {
  text-decoration: none solid rgb(74, 55, 41);
  color: #4e3629;
  font-size: 15px;
  line-height: 34.75px;
  font-weight: 400;
  text-align: left;
  padding: 4px 0px 5px;
  font-family: "Poppins", sans-serif;
}

.hans-footer-hover ul li a:hover {
  color: #984151;
}

.hans-footer-fontawsom i {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 35px;
  margin: 20px 0;
  color: #4e3629;
}

.hans-footer-fontawsom i:hover {
  color: #984151;
}

.hans-footer-newsLetter-form {
  padding: 0;
  list-style-type: none;
}

.hans-footer-newsLetter-form {
  line-height: 40px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.hans-footer-newsLetter-form input {
  color: black;
  padding: 10px 28px;
  opacity: 0.5;
  cursor: pointer;
}

.hans-footer-newsLetter-form button {
  background-color: #4e3629;
  padding: 10px 12px;
  margin-top: 113px;
  color: white;
  font-family: Arial;
  font-size: 15px;
  font-weight: 400;
  border-radius: 3px;
}

.hans-footer-newsLetter-form button:hover {
  background-color: #984151;
  transition: 1s;
}

@media screen and (max-width: 1200px) {
  .our-mission-text {
    padding-bottom: 0;
  }

  .our-mission {
    padding-bottom: 35px;
  }

  .hans-sect {
    width: 25%;
  }

  .han-bestSeller-images {
    width: 16%;
    height: 165px;
  }

  .han-bestSeller-priceDesign {
    padding: 12px;
    font-size: 12px;
  }

  .hans-bestSeller-price {
    font-size: 15px;
  }

  .hans-bestSeller-pricing {
    width: 17%;
    margin-right: 75px;
  }

  .han-pressFeatures-images {
    width: 27%;
  }

  .hans-pressFeature-innerdiv {
    width: 27%;
  }

  .hans-pressFeature-details {
    margin-top: -221px;
  }

  .Bustle {
    margin-top: 100px;
  }

  .hans-pressFeatures {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 990px) {
  .hans-sect {
    width: 25%;
    height: 210px;
    overflow: hidden;
    padding: 5px 10px;
  }

  .our-mission {
    flex-wrap: wrap;
  }

  .our-mission-text {
    width: 100%;
  }

  .our-mission-image {
    width: 100%;
  }

  .hans-recipie-sect {
    width: 50%;
  }

  .hans-recip-butterArganOil {
    margin-top: 30px;
  }

  .hans-bestSeller-image4 {
    margin-top: 90px;
  }

  .hans-instaStory-images {
    height: 250px;
  }

  .hans-shopAll {
    margin-top: 165px;
  }

  .hans-footer {
    margin-top: -190px;
  }

  .hans-footer-sections {
    width: 48%;
  }

  .hans-footer {
    margin-top: 60px;
  }

  .hans-footer-mainHeadings {
    width: 345px !important;
  }

  .hans-footer-adjustment {
    padding: 0 63px;
  }

  .han-bestSeller-images {
    padding: 10px;
    width: 22%;
    height: 176px;
  }
}

@media screen and (max-width: 768px) {
  .mission-h1 {
    line-height: 40px;
    font-size: 40px;
  }

  .Han-benefits {
    padding: 10px 10px;
  }

  .hans-sect {
    width: 33.3%;
  }

  .hans-bestSeller-image3 {
    margin-top: 87px;
  }

  .hans-recipie-sect {
    width: 100%;
    padding: 12px;
  }

  .Hans_recipie {
    padding: 10px 8px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  .hans-sect {
    width: 50%;
  }

  .our-mission {
    padding: 20px 22px;
  }

  .our-mission-text {
    padding-top: 20px;
  }

  .han-bestSeller-images {
    width: 35%;
    height: 187px;
  }

  .hans-instaStory-images {
    width: 50%;
    height: 299px;
    overflow: hidden;
  }

  .hans-footer-adjustment {
    padding-right: 190px;
  }

  .hans-footer-adjustment {
    padding: 0;
  }

  .hans-footer-sections {
    width: 100%;
  }

  #header .container {
    width: 100%;
  }

  .han-pressFeatures-images {
    width: 50%;
  }

  #header h1 {
    padding-left: 3%;
  }

  #nav {
    width: 100%;
    top: 60px;
  }

  #nav:before {
    content: "\2630";
    display: block;
    position: absolute;
    right: 3%;
    top: -50px;
    line-height: 40px;
    font-size: 1.4em;
    cursor: pointer;
  }

  #nav ul {
    background: #222;
    width: 100%;
    margin: 0px;
  }

  #nav ul li {
    float: none;
  }

  #nav ul li a {
    padding: 10px 3%;
    line-height: 20px;
    border-top: 1px solid #333;
  }
}

@media screen and (max-width: 480px) {
  .hans-sect {
    width: 100%;
  }

  .our-mission-text {
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 15px;
  }

  .han-bestSeller-images {
    width: 100%;
    height: 323px;
  }

  .han-bestSeller-images {
    margin-top: 73px;

  }

  .hans-instaStory-images {
    width: 100%;
    height: 360px;
  }
}