.main-container {
}

.child {
}

.upper-container {
  background: rgba(161, 70, 68, 0.1);
}

.inner-section {
  max-width: 1920px;
}

.hero-section {
  height: 900px;
}

.brand-section {
  background-color: #ecf2f8;
  height: 600px;
}

.about-section {
  background-color: var(--lightbrown);
  height: 888px;
}

.featured-section {
  background-color: var(--white);
  height: 705px;
}

.process-section {
  background-color: #faf6f5;
  height: 1657px;
}

.ig-section {
  background-color: var(--lightbrown);
  height: 466px;
}

.hero-bg-upper-container {
  position: relative;
}

.hero-bg-inner {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  --animate-duration: 1800ms;
}

.hero-bg-inner2 {
  z-index: 3 !important;
}

.hero-bg-main {
  z-index: 10;
}

@media (max-width: 912px) {
  .brand-section {
    height: 624px;
  }

  .about-section {
    height: 1117px;
  }

  .ig-section {
    height: 462px;
  }

  .featured-section {
    height: 840px;
  }

  .process-section {
    height: 1671px;
  }
}

/* hero section */
.hero-logo {
  padding-top: 161px;
}

.hero-title {
  padding-top: 8px;
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 92px;
  color: var(--white);
  text-align: center;
}

.hero-title > i {
  font-weight: 400;
}

.hero-subtitle {
  padding-top: 24px;
  width: 631px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--white);
}

.circle-btn-container {
  padding-top: 64px;
}

.hero-circle-btn {
  all: unset;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: var(--pink);
  cursor: pointer;
  box-shadow: 0px 0px 1px rgba(184, 34, 89, 0.6),
    0px 16px 24px rgba(184, 34, 89, 0.3);
}

.hero-circle-btn > span {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #fee2ed;
}

.hero-circle-btn:active {
  box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}

@media (max-width: 912px) {
  .hero-title {
    font-size: 48px;
    width: 343px;
    line-height: 56px;
  }

  .hero-subtitle {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    width: 343px;
  }

  .circle-btn-container {
    padding-top: 48px;
  }

  .hero-circle-btn {
    width: 120px;
    height: 120px;
  }

  .hero-circle-btn > span {
    font-size: 16px;
    line-height: 24px;
  }
}

/* brand section */
.brand-main {
  z-index: 3;
}

.brand-drop {
  mix-blend-mode: multiply;
}

.brand-title {
  padding-top: 190px;
  width: 442px;
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #fb7836;
}

.brand-title > i {
  color: #004b87;
  font-weight: 300;
}

.brand-subtitle {
  padding-top: 24px;
  width: 539px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #202020;
}

.backdrop {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  height: 600px;
}

.backdrop .inner-backdrop {
  padding-top: 128px;
}

.brand-backdrop {
  background-color: #ecf2f8;
}

.bottom-left-icon1 {
  position: absolute;
  /* left: 441.3px;
  bottom: 67.55px; */
  left: 34%;
  bottom: 12%;
}

.bottom-left-icon2 {
  position: absolute;
  /* left: 0px;
  bottom: 74.71px; */
  left: 0%;
  bottom: 16%;
}

.center-left-icon1 {
  position: absolute;
  /* left: 176px;
  top: 278.35px; */
  left: 18%;
  bottom: 49%;
}

.top-left-icon1 {
  position: absolute;
  /* left: 0px;
  top: 100.94px; */
  left: -2%;
  top: 18%;
}

.top-left-icon2 {
  position: absolute;
  /* top: 47.36px;
  left: 354.77px; */
  left: 26%;
  top: 7%;
}

.bottom-right-icon1 {
  position: absolute;
  /* right: 467.99px;
  bottom: 28.19px; */
  bottom: 6%;
  right: 34%;
}

.bottom-right-icon2 {
  position: absolute;
  /* bottom: 50.49px;
  right: 50.95px; */
  bottom: 10%;
  right: 12%;
}

.top-right-icon1 {
  position: absolute;
  /* top: 51px;
  right: 366.87px; */
  top: 8%;
  right: 29%;
}

.top-right-icon2 {
  position: absolute;
  /* top: 69.01px;
  right: -0.43px; */
  right: 0%;
  top: 7%;
}

.center-right-icon1 {
  position: absolute;
  /* top: 269px;
  right: 235.39px; */
  right: 18%;
  bottom: 49%;
}

.center-right-icon2 {
  position: absolute;
  /* top: 342.86px;
  right: 0.43px; */
  right: 0%;
  bottom: 24%;
}

.top-icon1 {
  position: absolute;
  top: 11%;
  left: 2%;
}

.top-icon2 {
  position: absolute;
  top: 5%;
  left: 32%;
}

.top-icon3 {
  position: absolute;
  top: 17%;
  left: 11%;
}

.top-icon4 {
  position: absolute;
  top: 17%;
  right: 9%;
}

.top-icon5 {
  position: absolute;
  top: 7%;
  right: 0%;
}

.bottom-icon1 {
  position: absolute;
  bottom: 6%;
  left: 0%;
}

.bottom-icon2 {
  position: absolute;
  bottom: 20%;
  left: 20%;
}

.bottom-icon3 {
  position: absolute;
  bottom: -7%;
  left: 38%;
}

.bottom-icon4 {
  position: absolute;
  bottom: 17%;
  right: 13%;
}

.bottom-icon5 {
  position: absolute;
  bottom: 9%;
  right: 0%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .top-icon3 {
    top: 20%;
    left: 17%;
  }

  .top-icon4 {
    top: 17%;
    right: 9%;
  }

  .top-icon5 {
    top: 10%;
    right: 0%;
  }

  .bottom-icon2 {
    left: 25%;
  }

  .bottom-icon4 {
    right: 16%;
  }
}

@media (max-width: 912px) {
  .brand-title {
    padding-top: 218px;
    font-size: 32px;
    line-height: 44px;
    width: 343px;
  }

  .brand-subtitle {
    width: 343px;
    font-size: 16px;
    line-height: 24px;
  }
}

/* about section */
.about-title {
  padding-top: 88px;
  width: 876px;
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: var(--darkhighprio);
}

.about-title > i {
  font-weight: 400;
}

.about-subtitle1 {
  padding-top: 80px;
  width: 208px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--darkmidprio);
}

.about-subtitle2 {
  padding-top: 80px;
  width: 445px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--darkmidprio);
}

.data-container {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1110px;
}

.data-img {
  mix-blend-mode: darken;
  position: absolute;
  z-index: 2;
}

.about-data-title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 80px;
  line-height: 96px;
  color: var(--darkhighprio);
  z-index: 3;
}

.about-data-subtitle {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: var(--darkhighprio);
  z-index: 3;
}

@media (max-width: 912px) {
  .main-container {
    padding-right: 0;
  }

  .about-title {
    font-size: 32px;
    line-height: 44px;
    width: 343px;
  }

  .about-subtitle1 {
    padding-top: 51px;
    width: 185px;
    font-size: 16px;
    line-height: 24px;
  }

  .data-container {
    padding-top: 50px;
  }

  .about-row-padding-top {
    padding-top: 80px;
  }

  .about-data-title {
    font-size: 48px;
    line-height: 58px;
  }

  .about-data-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .about-subtitle2 {
    width: 342px;
    font-size: 16px;
    line-height: 24px;
  }

  .data-img {
    width: 196px;
    height: 121.33px;
  }

  .data-img2 {
    width: 177.33px;
    height: 139.33px;
  }

  .ig-img-mobile {
    width: 259px;
    height: 258px;
  }
}

/* featured section */
.featured-section-inner {
  max-width: 1110px;
}

.featured-product-item {
  cursor: pointer;
}

.featured-inner {
  margin: 0 !important;
}

.products-inner {
  margin: 0 !important;
}

.first-row {
  padding-top: 80px;
}

.featured-upper-title {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: var(--darkhighprio);
}

.featured-view-all {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.2px;
  color: var(--darkhighprio);
  text-decoration: none;
}
.underline {
  padding-top: 4px;
  width: 124px;
  height: 1px;
  border-bottom: 1px solid var(--darkhighprio);
}

.datasets-img {
  width: 189.43px;
  height: 189.43px;
}

.second-row {
  padding-top: 32px;
}

.item-img-container {
  width: 255px;
  height: 291.43px;
  background: var(--white);
}

.item-img-container-active {
  border: 1.73px solid #e66192;
  box-sizing: border-box;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05),
    0px 16px 24px rgba(48, 49, 51, 0.1);
  overflow: hidden;
  display: inline-block;
}

.item-brand {
  padding-top: 24.57px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: var(--darkmidprio);
}

.item-name-container {
  height: 90px;
  padding-top: 8px;
  width: 198px;
  text-overflow: ellipsis;
  --max-lines: 3;
  max-height: 90px;
  overflow: hidden;
}

.item-name {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: var(--orange);
}

.item-review-container {
  padding-top: 10.63px;
}

.item-price {
  padding-top: 24px;
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.5px;
  color: var(--darkhighprio);
}

.item-review-count {
  padding-left: 6.97px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: var(--darkmidprio);
}

.prod-image {
  width: 255px;
  height: 291.43px;
  padding-top: 1px;
  padding-bottom: 1px;
  transition: transform 0.2s;
}

.prod-image-active {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.item-star {
  padding-left: 2px;
}

@media (max-width: 912px) {
  .featured-upper-title {
    font-size: 20px;
    line-height: 28px;
  }

  .featured-view-all {
    width: 50px;
    font-size: 14px;
    line-height: 20px;
  }

  .featured-inner {
    margin: 0 16px;
  }

  .products-inner {
    margin: 0 16px;
  }

  .underline {
    width: 50px;
  }

  .first-row {
    padding-top: 32px;
  }

  .second-row {
    padding-top: 16px;
  }

  .item-brand {
    padding-top: 16px;
    font-size: 12px;
    line-height: 16px;
  }

  .item-name-container {
    height: 50px;
    padding-top: 2px;
    max-height: 50px;
  }

  .item-name {
    font-size: 16px;
    line-height: 24px;
  }

  .item-review-count {
    padding-left: 6.64px;
    font-size: 12px;
    line-height: 16px;
  }

  .item-price {
    padding-top: 18px;
    font-size: 16px;
    line-height: 24px;
  }

  .item-img-container {
    width: 162px;
    height: 185px;
  }

  .prod-image {
    width: 162px;
    height: 185px;
  }

  .item-star {
    width: 12.05px;
    height: 11.47px;
  }
}

/* ig section */
.ig-inner {
  margin: 80px auto;
  max-width: 1110px;
}

.ig-mobile-inner {
  overflow-x: scroll;
}

.ig-col-left {
  margin-left: 26px;
}

.ig-container {
  width: 258px;
  height: 306px;
  cursor: pointer;
}

.ig-dummy-container {
  width: 30px;
  height: 306px;
}

.ig-container1 {
  background-color: var(--pink);
}

.ig-inner-container1 {
  width: inherit;
  height: 100%;
}

.ig-post {
  border-radius: 25px;
  box-shadow: 0 0px 17px gray;
  clip-path: polygon(0 0, 100% 0, 100% 200%, 0 200%);
}

.ig-title {
  padding-top: 11.51px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--white);
}

.ig-bottom-container {
  height: 48px;
  width: 100%;
  background-color: var(--white);
}

.ig-icon-left {
  padding-left: 14.66px;
}

.ig-col-last {
  padding-right: 14.66px;
}

@media (max-width: 1024px) {
  .ig-container-desktop {
    width: unset;
  }
}

/* process section */
.process-inner {
  max-width: 1110px;
}

.process-row1 {
  padding-top: 120px;
}

.process-row2 {
  padding-top: 80px;
}
.process-row3 {
  padding-top: 80px;
}

.process-text {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  color: var(--darkhighprio);
}

.process-img1 {
  width: 488px;
  height: 379px;
}

.process-img2 {
  margin-left: 50px;
  width: 360px;
  height: 494px;
}

.process-img3 {
  width: 488px;
  height: 379px;
}

.process-text1 {
  width: 485px;
  margin-left: 40px;
}

.process-text > i {
  color: var(--orange);
}

.process-text2 {
  width: 537px;
  margin-left: 40px;
}

.process-text3 {
  width: 460px;
  margin-left: 40px;
}

.process-line {
  position: absolute;
  width: 1px;
  height: 170px;
}

.process-line1 {
  left: 66%;
  top: 23%;
}

.process-line2 {
  left: 38%;
  top: 31.4%;
}

.process-line3 {
  left: 38%;
  top: 58.4%;
}

.process-line4 {
  left: 66%;
  top: 67%;
}

.circle-step1 {
  position: absolute;
  top: 4%;
  left: -2.3%;
}

.circle-step2 {
  position: absolute;
  top: 36%;
  right: -1%;
}

.circle-step3 {
  position: absolute;
  bottom: 18%;
  left: -1.4%;
}

.process-backdrop {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  height: 1657px;
}

@media (width: 1024px) {
  .circle-step2 {
    right: -2.4%;
  }

  .circle-step3 {
    left: -2.4%;
  }
}

@media (max-width: 920px) {
  .process-row1 {
    padding-top: 34px;
    position: relative;
  }

  .process-row2 {
    padding-top: 16px;
    position: relative;
  }

  .process-row1-text {
    padding-top: 11.98px;
  }

  .process-text {
    font-size: 20px;
    line-height: 28px;
  }

  .process-text1 {
    width: 342px;
    margin-left: 0;
  }

  .process-line1 {
    padding-top: 16px;
  }

  .process-line-mobile {
    width: 3px;
    height: 100px;
  }

  .process-text2 {
    width: 342px;
    margin-left: 0px;
  }

  .process-text3 {
    width: 342px;
    margin-left: 0px;
  }

  .process-img1-mobile {
    /* height: 273.33px; */
    width: 309.07px;
    height: 240.03px;
    margin-left: 16%;
  }

  .process-img2-mobile {
    margin-left: 11%;
    /* width: 244.53px;
    height: 335.55px; */
    width: auto;
    height: auto;
  }

  .process-img3-mobile {
    margin-left: 16%;
    /* width: 289.75px;
    height: 225.03px; */
    width: auto;
    height: auto;
  }

  .badge-img1-mobile {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 5%;
  }

  .badge-img2-mobile {
    position: absolute;
    width: auto;
    height: auto;
    top: 5%;
    right: 11%;
  }

  .badge-img3-mobile {
    position: absolute;
    width: auto;
    height: auto;
    top: 15%;
    left: 5%;
  }
}

@media (width: 820px) {
  .process-img1-mobile {
    width: 309.07px;
    height: 240.03px;
    margin-left: 30%;
  }

  .process-img2-mobile {
    margin-left: 33%;
    width: auto;
    height: auto;
  }

  .process-img3-mobile {
    margin-left: 30%;
    width: auto;
    height: auto;
  }

  .badge-img1-mobile {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 25%;
  }

  .badge-img2-mobile {
    position: absolute;
    width: auto;
    height: auto;
    top: 5%;
    right: 28%;
  }

  .badge-img3-mobile {
    position: absolute;
    width: auto;
    height: auto;
    top: 15%;
    left: 60%;
  }
}

@media (width: 768px) {
  .process-img1-mobile {
    width: 309.07px;
    height: 240.03px;
    margin-left: 30%;
  }

  .process-img2-mobile {
    margin-left: 33%;
    width: auto;
    height: auto;
  }

  .process-img3-mobile {
    margin-left: 30%;
    width: auto;
    height: auto;
  }

  .badge-img1-mobile {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 25%;
  }

  .badge-img2-mobile {
    position: absolute;
    width: auto;
    height: auto;
    top: 5%;
    right: 28%;
  }

  .badge-img3-mobile {
    position: absolute;
    width: auto;
    height: auto;
    top: 15%;
    left: 60%;
  }
}
