/*:root {
 --main: #125C13;
 --second: #3E7C17;
 --third: #F4A442;
 --fourth: #E8E1D9;
 --white:  #fff;
 --gray:  #f9f9f9;
}*/

:root {
  --main: #257761;
  --second: #004636;
  --three: #5deecf;
  --four: #36e1f5;
  --five: #45ffcd;
  --six: #a3eaf8ff;
  --white: #fff;
  --gray: #f9f9f9;
}

section {
  background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5),
      rgba(100, 255, 255, 0.5)
    ),
    url("../images/furniture/bg-img.jpg");
  background-size: cover;
}

.card {
  height: 450px;
}

.hero-img {
  background-image: url("../images/furniture/hero-img.png");
  background-size: cover;
  height: 850px;
}

.ar-welcome {
  background-image: url("../images/furniture/one-stop-shop.jpg");
  background-size: cover;
  height: 650px;
}
.prototype {
  padding: 6rem 3rem;
}
.proto-detail {
  padding-right: 6rem;
}
.ar-features {
  padding: 6rem 3rem;
}
.ar-feature {
  padding: 3rem;
}
.app-do {
  padding: 3rem;
}
.app-do ul li {
  font-weight: 600;
}

h2 {
  font-weight: 700;
  color: var(--second);
  font-size: 34px;
}

p {
  font-size: 18px;
  margin-top: 25px;
  font-weight: 500;
}

/* *******About Section******** */
.ar-about .btn {
  background-color: var(--main);
  border: none !important;
  box-shadow: rgb(255, 255, 255) -5px -5px 0px -2px, var(--main) -5px -5px;
  font-size: 18px;
}

.ar-about {
  padding: 10px;
}

.ar-about p {
  text-align: center;
  padding: 5px 70px;
  font-weight: 500;
}

/* *******Feature Section******** */
.ar-feature h5 {
  font-size: 1.5rem;
  color: var(--five);
  margin-top: 3rem;
}

.ar-feature p {
  font-size: 1.1rem;
  margin-top: 5px;
}

.img-icon img {
  width: 100px;
}

.img-icon {
  width: 100px;
  height: 100px;
}

.process {
  padding: 50px 0px;
}

.process h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
}

.process img {
  padding: 40px;
}

@media screen and (max-width: 800px) {
  .ar-welcome {
    margin: 0;
    padding: 0;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .ar-welcome {
    margin: 0;
    padding: 0;
  }
}
