/*nav hover color */
nav  a:hover, nav a:active {
    text-decoration: underline;
	color :solid 3px #6f8469;
	
}

/*end */

/*  Header */ 
.main {
  display: flex;
  flex-direction: column;
  background-color: white;
  overflow: hidden;
}
 .skinCareHighlightsSection {
  display: flex;
  flex-direction: column;
  gap: 1px 0;
}
 .contentBoxOverview {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  background-color: #6f8469;
}
 .subtitleSkinCare {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px auto 0;
  font: 300 16px/1.5 Poppins, Helvetica, Arial, serif;
  color: #fafaf5;
  text-align: center;
}

@media (max-width: 991px) {
   .subtitleSkinCare {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
   .subtitleSkinCare {
    font-size: 10px;
  }
}
 .contentBoxNavigation {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  height : 60px;
  background-color: #fafaf5;
}
 .rowLayoutNavigation {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  margin: 0px auto 0px;
  width: 100%;
}
@media (max-width: 383px) {
   .rowLayoutNavigation {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}

 .imageSearchBox {
  display: flex;
  flex-direction: column;
  margin: 22px 0 13px;
  width: 200px;
  min-width: 0;
  background-color: #f1f1eb;
  border-radius: 19px;
}
 .rowLayoutSearch {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  margin: 5px 0 7px 24px;
  width: 126px;
  max-width: 85%;
}
@media (max-width: 1199px) {
   .rowLayoutSearch {
    margin: 5px auto 7px;
  }
}
@media (max-width: 383px) {
   .rowLayoutSearch {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
 .searchImage {
  margin: 7px 0 1px;
  width: 17px;
  height: 18px;
  -o-object-fit: cover;
  object-fit: cover;
}
 .subtitleSearch {
  display: flex;
  align-items: center;
  font: 400 16px/1.3 "Red Hat Display", Helvetica, Arial, serif;
  color: #48683d;
}
@media (max-width: 991px) {
   .subtitleSearch {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
   .subtitleSearch {
    font-size: 10px;
  }
}


 .navigationMenu {
	
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  width: 804px;
  min-width: 0;
}
@media (max-width: 991px) {
   .navigationMenu {
    display: none;
  }
}
 .navigationItemHome {
  display: flex;
  align-items: center;
  font: 400 16px/1.33 "Red Hat Display", Helvetica, Arial, serif;
  color: #48683d;
}
@media (max-width: 991px) {
   .navigationItemHome {
    font-size: 14px;
  }
}
 .navigationItemAbout {
  display: flex;
  align-items: center;
  font: 400 16px/1.33 "Red Hat Display", Helvetica, Arial, serif;
  color: #48683d;
}
@media (max-width: 991px) {
   .navigationItemAbout {
    font-size: 14px;
  }
}
 .navigationItemProduct {
  display: flex;
  align-items: center;
  font: 400 16px/1.33 "Red Hat Display", Helvetica, Arial, serif;
  color: #48683d;
}
@media (max-width: 991px) {
   .navigationItemProduct {
    font-size: 14px;
  }
}
 .navImagePromotional {
  width: 81px;
  height: 73px;
  -o-object-fit: contain;
  object-fit: contain;
}
 .navigationItemBlog {
  display: flex;
  align-items: center;
  font: 400 16px/1.33 "Red Hat Display", Helvetica, Arial, serif;
  color: #48683d;
}
@media (max-width: 991px) {
   .navigationItemBlog {
    font-size: 14px;
  }
}
 .navigationItemClinic {
  display: flex;
  align-items: center;
  font: 400 16px/1.33 "Red Hat Display", Helvetica, Arial, serif;
  color: #48683d;
}
@media (max-width: 991px) {
   .navigationItemClinic {
    font-size: 14px;
  }
}
.navigationItemContact {
  display: flex;
  align-items: center;
  font: 400 16px/1.33 "Red Hat Display", Helvetica, Arial, serif;
  color: #48683d;
}
@media (max-width: 991px) {
  .navigationItemContact {
    font-size: 14px;
  }
}
 .imageGalleryLayout {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  margin: 24px 0 20px;
  width: 86px;
  min-width: 0;
}
@media (max-width: 383px) {
   .imageGalleryLayout {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}

 .galleryImageOne {
  width: 22px;
  height: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}
 .galleryImageTwo {
  width: 21px;
  height: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
   .galleryImageOne {
  width: 27px;
  height: 29px;
  -o-object-fit: cover;
  object-fit: cover;
}
 .galleryImageTwo {
  width: 26px;
  height: 29px;
  -o-object-fit: cover;
  object-fit: cover;
}

}

@media (max-width: 383px) {
   .galleryImageOne {
  width: 18px;
  height: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}
   .galleryImageTwo {
  width: 18px;
  height: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}
}

/* end */


/* footer */


 .confidenceRevealSection {
  display: flex;
  flex-direction: column;
}
 .contentBox3 {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 4px auto 86px;
  width: 100%;
  max-width: 1440px;
  background: var(--src) center center/cover no-repeat;
}
@media (max-width: 575px) {
   .contentBox3 {
    margin: 4px auto 80px;
  }
}
@media (max-width: 383px) {
   .contentBox3 {
    margin: 4px auto 50px;
  }
}
 .flexRow {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  margin: 63.5px auto 55px;
  width: 91.49%;
}
@media (max-width: 1399px) {
   .flexRow {
    flex-direction: column;
    align-items: center;
    gap: 30px 10px;
  }
}
@media (max-width: 383px) {
   .flexRow {
    margin: 50px auto;
  }
}
 .flexCol-footer {
  display: flex;
  flex-direction: column;
  margin: 0 0 29px;
  width: 638px;
  min-width: 0;
}
@media (max-width: 1399px) {
   .flexCol-footer {
    margin: 0;
    width: 100%;
    min-width: unset;
  }
}
 .heroTitle2 {
  display: flex;
  justify-content: left;
  align-items: left;
  font: 400 40px/1.5 Poppins, Helvetica, Arial, serif;
  color: #6d8368;
  text-align: left;
}
@media (max-width: 991px) {
   .heroTitle2 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .heroTitle2 {
    font-size: 16px;
  }
}
 .tryItNowButton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8.5px 0 0 7.52%;
  width: 152px;
  max-width: 85%;
  font: 400 22px/1.5 Poppins, Helvetica, Arial, serif;
  color: #6d8368;
  text-align: center;
}
@media (max-width: 991px) {
   .tryItNowButton {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
   .tryItNowButton {
    font-size: 10px;
  }
}
 .dividerLine {
  margin: 4px 0 0 7.52%;
  width: 145px;
  max-width: 85%;
  height: 2px;
  min-height: 2px;
  background-color: white;
  color : #6d8368;
}
 .subscribeTitle {
  display: flex;
  justify-content: right;
  align-items: center;
  margin: 202.5px 0 0;
  font: 400 26px/1.5 Poppins, Helvetica, Arial, serif;
  color: white;
  text-align: center;
}
@media (max-width: 1399px) {
   .subscribeTitle {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
   .subscribeTitle {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
   .subscribeTitle {
    font-size: 20px;
  }
}
 .beautyImage-footer {
  position: absolute;
  bottom: -86px;
  left: 50%;
  width: 1440px;
  height: 85px;
  transform: translate(-50%, 0);
  
}


/*--------*////

 .aboutUsSection {
  display: flex;
  flex-direction: column;
  margin: 0 0 3px;
  background-color: #f6f6ee;
  height : 200px;
}
 .flexColumnLayout1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px 0;
  margin: 58px 0 165px 6.11%;
  width: 964px;
  max-width: 85%;
}
@media (max-width: 991px) {
   .flexColumnLayout1 {
    margin: 58px 0 150px 6.11%;
  }
}
@media (max-width: 575px) {
   .flexColumnLayout1 {
    margin: 58px 0 80px 6.11%;
  }
}
@media (max-width: 383px) {
   .flexColumnLayout1 {
    margin: 50px 0 50px 6.11%;
  }
}
.flexRowLayout1 {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  width: 100%;
}
@media (max-width: 767px) {
   .flexRowLayout1 {
    flex-direction: column;
    align-items: center;
    gap: 30px 10px;
  }
}
.companyImage {
  width: 215px;
  min-width: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
   .companyImage {
    width: 100%;
    min-width: unset;
    max-width: 204px;
  }
}
.flexRowResources {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  margin: 0 0 26px;
  width: 681px;
  min-width: 0;
}
@media (max-width: 767px) {
  .flexRowResources {
    margin: 0;
    width: 100%;
    min-width: unset;
  }
}
@media (max-width: 383px) {
   .flexRowResources {
    flex-direction: column;
    align-items: center;
    gap: 30px 8px;
  }
}
 .aboutSection {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  width: 120px;
  min-width: 0;
}
@media (max-width: 383px) {
   .aboutSection {
    width: 100%;
    min-width: unset;
  }
}
 .aboutSubtitle {
  display: flex;
  align-items: center;
  font: 600 16px/1.5 Poppins, Helvetica, Arial, serif;
  color: #6d8368;
 
}
@media (max-width: 991px) {
   .aboutSubtitle {
    font-size: 14px;
	
  }
}
@media (max-width: 479px) {
   .aboutSubtitle {
    font-size: 12px;
  }
}
 .aboutLinksTitle {
  display: flex;
  align-items: center;
  margin: 0 33px 0 0;
  font: 400 16px/1.5 Poppins, Helvetica, Arial, serif;
  color: #625c5c;
}
@media (max-width: 991px) {
   .aboutLinksTitle {
    margin: 0 32px 0 0;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
   .aboutLinksTitle {
    margin: 0 12px 0 0;
  }
}
@media (max-width: 479px) {
   .aboutLinksTitle {
    font-size: 10px;
  }
}
@media (max-width: 383px) {
   .aboutLinksTitle {
    margin: 0 8px 0 0;
  }
}
 .resourcesSection {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  width: 113px;
  min-width: 0;
}
@media (max-width: 383px) {
  .resourcesSection {
    width: 100%;
    min-width: unset;
  }
}
 .resourcesSubtitle {
  display: flex;
  align-items: center;
  font: 600 16px/1.5 Poppins, Helvetica, Arial, serif;
  color: #6d8368;
  
}
@media (max-width: 991px) {
   .resourcesSubtitle {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
   .resourcesSubtitle {
    font-size: 12px;
  }
}
 .careerLinksTitle {
  display: flex;
  align-items: center;
  width: 64px;
  max-width: 85%;
  font: 400 16px/1.5 Poppins, Helvetica, Arial, serif;
  color: #625c5c;
}
@media (max-width: 991px) {
   .careerLinksTitle {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
   .careerLinksTitle {
    font-size: 12px;
  }
}
 .contactSection {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  width: 252px;
  min-width: 0;
}
@media (max-width: 383px) {
   .contactSection {
    width: 100%;
    min-width: unset;
  }
}
 .contactSub {
  display: flex;
  align-items: center;
  width: 96px;
  max-width: 85%;
  font: 600 16px/1.5 Poppins, Helvetica, Arial, serif;
  color: #6d8368;
  text-align: center;
}
@media (max-width: 991px) {
   .contactSub {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
   .contactSub {
    font-size: 12px;
  }
}
 .contactEmail {
  display: flex;
  align-items: center;
  font: 400 16px/1.5 Poppins, Helvetica, Arial, serif;
  color: #625c5c;
}
@media (max-width: 991px) {
  .contactEmail {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .contactEmail {
    font-size: 12px;
  }
}
.imageRowLayout {
  display: flex;
  gap: 0 5px;
  width: 102%;
}
.imageDetail1 {
  width: 38px;
  height: 38px;
  -o-object-fit: cover;
  object-fit: cover;
}
.imageDetail2 {
  margin: 3px 0 2px;
  width: 33px;
  height: 33px;
  -o-object-fit: cover;
  object-fit: cover;
}
.imageDetail3 {
  margin: 3px 0 2px;
  width: 33px;
  height: 33px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* end footer*/



.navbar-brand img {
  width: 55px;
}
.navbar-nav {
  align-items: center;
  gap: 0 10px;
}
.navbar .navbar-nav .nav-link {
  color: #48683d;
  font-size: 1.1em;
  padding: 0.5em 1em;
}

@media (max-width: 991px) {
	.navbar-nav {

  align-items: center;
  gap: 0 10px;
  background-color: #eeeeee;
   /*background-color: #6f8469;*/
}
	
}	
@media screen and (min-width: 768px) {
  .navbar-brand img {
    width: 62px;
  }
  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;

  }

}

@media (max-width: 383px) {
	.navbar-nav {

  align-items: center;
  gap: 0 10px;
 background-color: #eeeeee;
 opacity: 0.9;
   /*background-color: #6f8469;*/
}

}


/* search bar */
* {
	box-sizing: border-box;
}

html, body {
	min-height: 50vh;
}

body {
	display: grid;
	grid-template:
		"search" minmax(200px, 100vh)
		"results" minmax(20%, auto)
		/ 1fr;
	margin: 0;
	font: 16px/1.5 system-ui, sans-serif;
}



#search {
	display: grid;
	grid-area: search;
	grid-template:
		"search" 40px
		/ 124px;
	justify-content: center;
	align-content: center;
	justify-items: stretch;
	align-items: stretch;
	background: hsl(0, 0%, 99%);

}

#search input {
	display: block;
	grid-area: search;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0 5px 0 30px;
	border: none;
	border-radius: 50px;
	font: 16px/1 system-ui, sans-serif;
	outline-offset: -8px;
}


#search svg {
	grid-area: search;
	overflow: visible;
	/*color: hsl(215, 100%, 50%);*/
	color :#6f8469;
	fill: none;
	stroke: currentColor;
}

.bar {
	width: 100%;
	height: 100%;
	ry: 50%;
	stroke-width: 1;
	/*animation: bar-in 900ms 3s both;*/
}

@keyframes bar-in {
	0% { stroke-dasharray: 0 180 0 226 0 405 0 0 }
	100% { stroke-dasharray: 0 0 181 0 227 0 405 0 }
}

.magnifier {
	animation: magnifier-in 600ms 1.6s both;
	transform-box: fill-box;
}

@keyframes magnifier-in {
	0% { transform: translate(20px, 8px) rotate(-45deg) scale(0.01, 0.01); }
	50% { transform: translate(-4px, 8px) rotate(-45deg); }
	100% { transform: translate(0px, 0px) rotate(0deg); }
}

.magnifier .glass {
	cx: 27;
	cy: 27;
	r: 8;
	stroke-width: 3;
}
.magnifier .handle {
	x1: 32;
	y1: 32;
	x2: 44;
	y2: 44;
	stroke-width: 3;
}


#results {
	grid-area: results;
	background: hsl(0, 0%, 95%);

}

/*button*/
/* CSS */
.button-30 {
  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 4px;
  border-width: 1px;
  /*box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;*/
  box-sizing: border-box;
  color: #36395A;
  cursor: pointer;
  display: inline-flex;
  font-family: "Poppins",monospace;
  height: 48px;
  text-align: left;
  padding: 16px 24px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
 .button-30 {
  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 4px;
  border-width: 0;
  /*box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;*/
  box-sizing: border-box;
  color: #36395A;
  cursor: pointer;
  display: inline-flex;
  font-family: "Poppins",monospace;
  height: 28px;
  text-align: left;
  padding: 16px 14px;
  font-size: 14px;
}

}

@media (max-width: 383px) {
.button-30 {
  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 4px;
  border-width: 0;
  /*box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;*/
  box-sizing: border-box;
  color: #36395A;
  cursor: pointer;
  display: inline-flex;
  font-family: "Poppins",monospace;
  height: 10px;
  text-align: left;
  padding: 16px 14px;
  font-size: 10px;
}

}

.button-30:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button-30:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-30:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

.button-27 {
  appearance: none;
  background-color: #625c5c;
  border: 2px solid #1A1A1A;
  border-radius: 25px;
  box-sizing: border-box;
  color: #f6f6ee;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 40px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
}

@media screen and (min-width: 768px) {
.button-27 {
  appearance: none;
  background-color: #625c5c;
  border: 2px solid #1A1A1A;
  border-radius: 25px;
  box-sizing: border-box;
  color: #f6f6ee;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 40px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
}
}

@media (max-width: 383px) {
 appearance: none;
  background-color: #625c5c;
  border: 2px solid #1A1A1A;
  border-radius: 25px;
  box-sizing: border-box;
  color: #f6f6ee;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 40px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;

}

.button-27:disabled {
  pointer-events: none;
}

.button-27:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-27:active {
  box-shadow: none;
  transform: translateY(0);
}

/* image hover zoom */

/* Point-zoom Container */
.img-hover-zoom--point-zoom img {
  transform-origin: 65% 75%;
  transition: transform 1s, filter .5s ease-out;
}

/* The Transformation */
.img-hover-zoom--point-zoom:hover img {
  transform: scale(1.3);
  .productImage2 : hidden;
}


/* image love change loor */


/* heart */

.fa-heart:hover{
   color:red !important;
   
}

/*-----*/
/* styles.css */



/*slider*/

.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


 /* slide */
 .slide {
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}



#slide1 {
    background:  url(../assets/banner/banner-silafu-01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
}

#slide2 {
    background:  url(../assets/banner/banner-silafu-03.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#slide3 {
    background:  url(../assets/banner/banner-silafu-04.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media all and (max-width: 499px) {
    #slide1 {
        background:  url(../assets/banner/banner-mobile-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
	 #slide2 {
        background:  url(../assets/banner/banner-mobile-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
	 #slide3 {
        background:  url(../assets/banner/banner-mobile-3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
}
 .slide .display-3 {
    text-transform: uppercase;
    color: #fff;
 }

  #banner-facial-foam {
    background:  url(../assets/image/banner-facial-foam.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
 }
  #banner-toner {
    background:  url(../assets/image/banner-toner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
 }
 
   #banner-serum {
    background:  url(../assets/image/banner-serum.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
 }
 
  #banner-day-cream {
    background:  url(../assets/image/banner-day-cream.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
 }
   #banner-night-cream {
    background:  url(../assets/image/banner-night-cream.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
 }
   #banner-moisturizer {
    background:  url(../assets/image/banner-moisturizer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
	
 }
 
 
  @media all and (max-width: 479px) {
      #banner-facial-foam {
    background:  url(../assets/image/banner-mobile-facewash.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
 }
  #banner-toner {
    background:  url(../assets/image/banner-toner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
 }
    #banner-serum {
    background:  url(../assets/image/banner-mobile-serum.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
 }
   #banner-day-cream {
    background:  url(../assets/image/banner-mobile-day-cream.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
 }
 
   #banner-night-cream {
    background:  url(../assets/image/banner-night-cream.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
	
 }
   #banner-mobile-moisturizer {
    background:  url(../assets/image/banner-moisturizer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
	
 }
  }
  
  


  #blog-banner {
    background:  url(../assets/ea01a43fd7962ca2bd742c23e452a0a2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

 }
  @media all and (max-width: 479px) {
   #blog-banner {
    background:  url(../assets/banner-mobile-blog.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

 }
  }
    #clinic-banner {
    background:  url(../assets/banner/banner-clinic.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

 }
  @media all and (max-width: 479px) {
   #clinic-banner {
    background:  url(../assets/banner/banner-clinic-mobile.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

 }
  }
  
  
 /* -- carousel text --*/
 .productImage-banner {
  width: 55px;
  max-width: 30%;
   padding-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}
.productTitle-banner {
  display: flex;
  align-items: center;
  margin: 0 0 0 1px;
  font: 300 16px/1.5 Poppins, Helvetica, Arial, serif;
  color: #393939;
}
@media (max-width: 991px) {
   .productTitle-banner {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
   .productTitle-banner {
    font-size: 9px;
	max-width:33ch;
    word-wrap:break-word;
	left: 10%;
  }
   .productImage-banner {
  width: 55px;
  max-width: 75%; 
  -o-object-fit: cover;
  object-fit: cover;
  

}

 .banner-text {
 
   padding-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 479px) {
   
   .banner-text{
  padding-bottom: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  padding-left: 10px;

}


/* navbar */
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}



#img1 {display:block;}
#img2 {display: none;}

@media all and (max-width: 499px){
    #img1 {display: none;}
    #img2 {display: block;}
     
}


