* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* .hero-container,
  .flexibility-container,
  .sustainibility-container,
  .icon_box {
    opacity: 0;
  } */

.hero-title,
.hero-description,
.hero-cta,
.icon_box,
.svg-container img {
  opacity: 0;
}

/* homepage hero section */

.lemoos-hero-model-wrapper {
  pointer-events: none;
}

.hero-svg-container svg {
  width: 100%;
}

/* homepage hero section ends */

.icon_box {
  background-color: #e6e6e6;
}

.svg-container {
  width: 450px;
}

.icon_box.active,
.hero-icon-box.active {
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #222, 0 0 0 4px #773beb;
}

.icon_box:nth-child(4) {
  margin-top: -15px;
}
.icon_box:nth-child(1) {
  margin-bottom: -15px;
}

.icon_box:nth-child(2),
.icon_box:nth-child(3) {
  margin-left: 60px;
}

/* Actual SVG container that will be pinned */

.bg-shape-img {
  right: -90% !important;
  top: 10px;
}

/* animation: rotate in a radial line */
@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1440px) {
  .hero-section {
    padding: 0 20px;
  }

  .hero-title {
    font-size: 64px;
  }

  .hero-description {
    font-size: 24px;
  }
}

@media (max-width: 1370px) {
  /*.hero-title {
        font-size: 80px;
      }
    */
}

@media (max-width: 1281px) {
  .hero-container,
  .flexibility-container,
  .sustainability-container {
    max-width: 1060px;
  }

  .hero-title {
    font-size: 56px;
  }

  .svg-container {
    width: 350px;
  }
}

@media (max-width: 1281px) and (min-width: 991px) {
  .hero-description {
    font-size: 24px;
  }

  .lemoos-hero-icon-wrapper {
    padding-top: 80px;
  }
}

@media (max-width: 1160px) {
  /* dd */
}

@media (max-width: 1024px) {
  .individuality-container,
  .sustainability-container {
    flex-direction: column-reverse;
  }

  .flexibility-container {
    flex-direction: column;
  }

  .hero-text {
    width: 100%;
    text-align: center;
  }

  /* .hero-title {
        font-size: 60px;
      }
      */

  /* hero text */
  /*.hero-text.flex-end {
        align-items: center;
      }
      */

  /*
      .hero-section {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
      }
    
      .hero-content {
        width: 100%;
        text-align: center;
        margin: 20px 0;
      }
      */

  /* .model-container-2 .image_box {
        display: block;
      }
    
      .model-container-3 .image_box {
        display: block;
      } */
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 40px;
  }

  .counter-title {
    height: 80px;
  }

  .counter-title h1 {
    font-size: 70px;
  }

  .count {
    top: 0px;
    left: -10px;
  }

  .cards {
    top: 27.5%;
  }

  .card {
    width: 375px;
    height: 500px;
  }
}

@media (min-height: 860px) and (max-width: 520px) {
  .svg-container {
    width: 350px;
    margin-left: -50px;
  }
  .icon_main_wrapper {
    /* margin-left: -110px; */
  }
}

@media (max-width: 520px) {
  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .step-counter {
    top: 40px;
  }

  .cards {
    top: 30.5%;
    left: 78.5%;
  }

  .card {
    width: 270px;
    height: 400px;
  }

  .card-content h1 {
    font-size: 1.5rem;
  }
  .card-content p {
    font-size: 1rem;
  }

  .counter-title h1 {
    font-size: 40px;
  }
  .counter-title,
  .count {
    height: 65px;
    position: static;
  }
  .step-counter h1 {
    font-size: 50px;
  }

  .lemoos-hero-icon-block {
    transform: translate(-70%, -50%);
    top: 30%;
  }

  .lemoos-hero-icon-inner-block {
    transform: translate(-44%, -50%);
    top: 30%;
  }

  .svg-container {
    width: 350px;
    margin-left: -75px;
  }

  .icon-panel-container {
    margin-left: -65px;
  }

  .icon_main_wrapper {
    grid-column-gap: 165px;
  }

  .hero-title {
    font-size: 20px;
  }
  .hero-description {
    font-size: 13px;
    line-height: 17px;
  }

  .icon_box {
    width: 90px;
    height: 90px;
  }

  .icon_box:nth-child(4) {
    margin-top: -20px;
  }
  .icon_box:nth-child(1) {
    margin-bottom: -20px;
  }

  /* .hero-sub-text {
        font-size: 20px;
      }
    
      .hero-description {
        font-size: 14px;
      } */
}

@media (min-width: 480px) and (max-width: 519px) {
  .hero-svg-container {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .lemoos-hero-model-wrapper {
    margin-left: -70px;
  }
}

@media (max-width: 440px) {
  /* do more */
}

@media (max-width: 400px) {
  .svg-container {
    margin-left: -40px;
  }

  .icon_main_wrapper {
    grid-column-gap: 150px;
  }
  .icon-panel-container {
    margin-left: -45px;
  }
}

@media (min-width: 381px) and (max-width: 399px) {
  .hero-section {
    padding: 0 10px;
  }

  .hero-container.section-container {
    padding: 50px 0;
  }

  /* .icon_main_wrapper {
    margin-left: -20px !important;
  } */

  .svg-container {
    width: 300px;
    margin-left: -50px;
  }
}

@media (max-width: 380px) {
  .icon_box {
    width: 75px;
    height: 75px;
  }

  .svg-container {
    width: 250px;
  }
  .hero-container.section-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .icon_main_wrapper {
    grid-column-gap: 180px;
    /* margin-left: -80px; */
    /* margin-top: -50px; */
  }
}

.view-more {
  transition: 0.5s ease;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
}

.view-more:hover {
  background-color: #512f17;
  color: #fff;
  cursor: pointer;
}

.category-img-wrapper:hover .view-more {
  opacity: 1;
  bottom: 30px;
  /* opacity: 1; */
}

.discover-philosophy {
  transition: 0.4s ease;
}
.discover-philosophy:hover {
  background-color: transparent;
  outline: 2px solid #512f17;
  outline-offset: -2px;
  color: #512f17;
}

.view-collection-btn {
  transition: 0.5s ease;
}

.view-collection-btn:hover {
  background-color: white;
  color: black;
}

/* NAVBAR CSS STARTS HERE */

.nav-link.active {
  color: #000;
  font-weight: 600;
  position: relative;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #00e0ff, #6f00ff);
  border-radius: 2px;
}

ul.menu li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #773beb;
  left: 0;
  bottom: -4px;
  transition: width 0.3s ease;
}

ul.menu li a:hover::after,
ul.menu li a.active::after {
  width: 100%;
}

.cta-btn:hover {
  transform: scale(1.05);
}

.hamburger.active div:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active div:nth-child(2) {
  opacity: 0;
}

.hamburger.active div:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-menu .nav-link {
  color: #ddd;
}

.mobile-menu .nav-link.active {
  color: #fff;
}

.mobile-menu.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu a:hover {
  color: #ff4081;
}

/* *********** MIX MATCH SECTION STYLES STARTS HERE *********** */

.steps img,
.outro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.steps,
.outro {
  position: relative;
  width: 100vw;
  height: 100svh;
  overflow: hidden;
}

.outro {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #000000, #364549);
  background-size: 200% 200%;
}

.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.sub-heading {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 6px;
}

.main-heading {
  font-size: 2.3rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Courier New", Courier, monospace;
  color: #512f17;
}

.outro-content p {
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
  max-width: 700px;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
}

.cards {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 600px;
  will-change: transform;
}

.card {
  position: absolute;
  width: 500px;
  height: 650px;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  margin-left: -250px;
  display: flex;
  flex-direction: column;
  gap: 1em;
  will-change: transform;
}

.card-img {
  position: relative;
  flex: 1;
  border-radius: 0.5em;
  overflow: hidden;
}

.card-content {
  width: 100%;
  height: 60px;
}

.card-content h1 {
  text-align: left;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.25em;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.card-content p {
  text-align: left;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
}

.step-counter {
  position: absolute;
  display: flex;
  flex-direction: column;
  margin: 2em 2em 2em 0;
}

.counter-title,
.count {
  position: relative;
  width: 1200px;
  height: 150px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  overflow: hidden;
}

.count {
  top: -10px;
}

.count-container {
  position: relative;
  transform: translateY(150px);
  will-change: transform;
}

.step-counter h1 {
  width: 100%;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 900;
  font-size: 150px;
  line-height: 1;
  letter-spacing: -0.04em;
  will-change: transform;
}

/* .consultation-img-wrapper {
  margin-top: -350px;
} */

/* ************ LEMOOS HERO SECTION ************ */

/* .lemoos-hero-icon-box:nth-child(1),
.lemoos-hero-icon-box:nth-child(6) {
  margin-bottom: -260px;
  transform: translateX(60px);
}

.lemoos-hero-icon-box:nth-child(2),
.lemoos-hero-icon-box:nth-child(5) {
  margin-bottom: -100px;
  transform: translateX(20px);
}

.lemoos-hero-icon-box:nth-child(6) {
  transform: translateX(-60px);
}

.lemoos-hero-icon-box:nth-child(5) {
  transform: translateX(-20px);
} */

/* ************ LEMOOS HERO SECTION ENDS ************ */

/* RESPONSIVE STARTS HERE: */

.click-here-box p {
  transform: rotate(-230deg);
}

.click-here-box {
  transform-origin: center;
  animation: pulseSoft 1.3s ease-in-out infinite;
}

/* animation */
@keyframes pulseSoft {
  0% {
    transform: scale(1);
    outline: none;
    opacity: 1;
  }
  50% {
    transform: scale(1.06);
    outline: 5px solid black;
    opacity: 0.05;
  }
  100% {
    transform: scale(1);
    outline: none;
    opacity: 1;
  }
}

.button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.button button {
  width: 95%;
  position: absolute;
  bottom: -50px;
  margin: 0 auto;
  padding: 20px 40px;
  background-color: transparent;
  border: none;
  outline: 2px solid #333;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  opacity: 0;
  border-radius: 10px;
  color: #111;
}

.button button:hover {
  background-color: #111;
  color: #fff;
  /* outline: 1px solid #fff;
outline-offset: -3px; */
}

.card:hover .button button {
  bottom: 20px;
  opacity: 1;
}

.lemoos-hero-icon-box,
.lemoos-hero-inner-icon-box {
  opacity: 0;
}

/* *********** MIX MATCH SECTION STYLES ENDING HERE *********** */

/* <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.155.0/three.min.js"></script> */
