:root {
  --white: white;
  --black: black;
}

.section {
  height: 100vh;
}

.hero-section {
  background-image: url('../images/LC0101-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 60%;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.body {
  background-color: #000;
  font-family: Varela Round, sans-serif;
}

.div-block {
  text-align: center;
  width: 70%;
  margin-top: 20%;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}

.paragraph {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.products-row {
  display: grid;
  margin: 0 4vw 150px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}

@media screen and (max-width: 900px) {
  .products-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .products-row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-cart {
  color: #333;
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 500px;
  text-decoration: none;
  display: flex;
}

.product-1 {
  color: #333;
  background-image: url('../images/LC0100.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  width: 33%;
  height: 500px;
  text-decoration: none;
  display: flex;
}

.product-2 {
  color: #333;
  background-image: url('../images/LC0101-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  width: 33%;
  height: 500px;
  text-decoration: none;
  display: flex;
}

.product-3 {
  color: #333;
  background-image: url('../images/LC0281.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  width: 33%;
  height: 500px;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
}

.heading-2._2 {
  font-size: 24px;
}

.paragraph-2 {
  text-align: center;
  font-size: 16px;
}

.paragraph-3 {
  color: #d4d4d4;
  text-align: center;
  font-size: 18px;
}

.footer-paragraph-new {
  white-space: pre-line;
}


.footer {
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 70%;
  height: 70vh;
}

.heading-3 {
  text-align: left;
  margin-bottom: 50px;
}

.div-block-2 {
  direction: ltr;
  color: #fff;
  text-align: left;
  width: 30%;
  margin-left: auto;
  margin-right: 4vw;
}

.heading-4 {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-4 {
  color: #333;
  text-align: left;
  width: 100%;
  font-size: 18px;
  line-height: 25px;
}

.div-block-3 {
  height: 20vh;
  margin-left: 4vw;
  margin-right: 4vw;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  justify-content: center;
  align-items: center;
  display: none;
}

.search-input {
  border-radius: 25px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 25px;
}

.search-button {
  background-color: #9b7400;
  border-radius: 25px;
  width: 200px;
  height: 50px;
  font-size: 20px;
}

.body-2 {
  background-color: #000;
}

.div-block-4 {
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  margin-bottom: 100px;
  display: flex;
}

.div-block-5 {
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  display: flex;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image {
  aspect-ratio: 3 / 2;
}

.image-2, .image-3 {
  aspect-ratio: 1;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mask {
  flex: none;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 2%;
  margin-left: 4vw;
  margin-right: 4vw;
  text-decoration: none;
  display: flex;
}

.image-4 {
  flex: none;
  width: 30px;
  height: 30px;
  transform: rotate(135deg);
}

.text-block {
  font-size: 20px;
}

.slide-nav {
  bottom: 0;
}

.exp {
  margin-bottom: 150px;
  margin-left: 8vw;
  margin-right: 8vw;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}

.paragraph-5 {
  font-size: 18px;
  line-height: 26px;
}

.section-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/317610043_552929700178209_3016888620914147224_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
	flex-flow: column;
}

.body-3 {
  background-color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.navbar {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  width: 30%;
  position: fixed;
  top: 0;
  right: 0;
}

.brand {
  display: none;
}

.about-section {
  background-color: #c5c5c5;
  height: auto;
  padding-left: 10vh;
  padding-right: 10vh;
}

.heading-6 {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.paragraph-6 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.order-section {
  background-color: #c5c5c5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 10vh;
  display: flex;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10vh;
}

.tabs-content {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
  padding: 10vh;
}

.tabs-menu {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1rem;
  display: flex;
  left: .5rem;
  transform: translate(0);
}

.progress-bubble {
  background-color: #3a3636;
  border-radius: .8rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  transition: background-color .4s;
}

.progress-bubble.completed {
  background-color: #d28300;
}

.content {
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: auto;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.progress {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.full-page {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50vh;
  padding: 0 2rem;
  display: flex;
}

.tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: .25rem;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  transition: color .4s;
  display: flex;
}

.tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-start;
}

.tab-link.is-last {
  flex: none;
}

.progress-bar {
  background-color: #3a3636;
  width: 100%;
  min-width: 100%;
  height: .2rem;
  transition: background-color .4s;
  position: absolute;
}

.progress-bar.completed {
  background-color: #d28300;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: .2rem;
  display: block;
}

.progress-bar.hide {
  display: none;
}

.tab-link_text {
  color: #d4d4d4;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  left: -.5rem;
}

.tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20vh;
  margin-right: 20vh;
  display: block;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  padding: 15px 60px;
  font-size: 18px;
}

.button.product {
  color: #fff;
  background-color: #d28300;
}

.prduct-box {
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading-8 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-size: 48px;
  line-height: 60px;
}

.text-block-2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 24px;
  width: 70%;
  text-align: center;
  line-height: 1.5;
}

.image-5 {
  object-fit: contain;
  width: 400px;
	margin: 0 auto;
}

.menu-button {
  direction: rtl;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 5%;
  margin-right: 5%;
  padding: 0;
  display: flex;
  position: relative;
}

.menu-button.w--open {
  direction: rtl;
  background-color: #000;
  width: 50px;
}

.nav-menu {
  background-color: #000;
}

.nav-link {
  color: #fffdfd;
}

.nav-link-2, .nav-link-3 {
  color: #fff;
}

.image-6 {
  flex: 0 auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 50%;
  left: 0%;
  right: 50%;
  transform: translate(50%, 50%);
}

@media screen and (max-width: 479px) {
  .div-block {
    width: 100%;
    margin-top: auto;
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .heading {
    font-size: 24px;
  }

  .paragraph {
    text-align: center;
  }

  .products-row {
    flex-direction: column;
  }

  .product-1 {
    width: 100%;
    height: 500px;
  }

  .product-2, .product-3 {
    width: 100%;
  }

  .footer {
    background-position: 0 100%;
    height: auto;
    padding-bottom: 150px;
  }

  .heading-3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .div-block-2 {
    width: auto;
    margin-bottom: 50px;
    margin-left: 4vw;
  }

  .heading-4 {
    text-align: left;
  }

  .paragraph-4 {
    direction: ltr;
    text-align: left;
  }

  .div-block-3 {
    align-items: center;
    height: auto;
    margin-top: 4vh;
    margin-bottom: 4vh;
    display: block;
  }

  .search {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .search-input {
    margin-right: 0;
  }

  .div-block-4 {
    height: 70vh;
    margin-bottom: 100px;
  }

  .image-2 {
    aspect-ratio: 2 / 3;
    object-fit: contain;
    width: auto;
    position: static;
  }

  .image-3 {
    aspect-ratio: 2 / 3;
    object-fit: contain;
  }

  .slide-nav {
    flex: 0 auto;
  }

  .slide, .slide-2, .slide-3, .slide-4 {
    overflow: hidden;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .exp {
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .heading-5 {
    font-size: 24px;
  }

  .paragraph-5 {
    text-align: left;
  }

  .about-section {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .tabs-content {
    padding: 5vh 2vh;
  }

  .full-page {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .tab-link_text {
    font-size: .8rem;
  }

  .tabs {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-8 {
    font-size: 36px;
  }

  .text-block-2 {
    font-size: 18px;
  }
}
.product-image {
  width: 100%;
  height: 400px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.download-btn {
  padding: 12px 24px;
  background-color: rgba(255, 255, 255, 0.2);  
  border: 1px solid #fff; 
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
		margin: 1rem auto;
}

.download-btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #000;
}
