.mulish-400 {
  font-weight: 400;
}
.mulish-500 {
  font-weight: 500;
}
.mulish-600 {
  font-weight: 600;
}
.mulish-700 {
  font-weight: 700;
}

:root {
  --neutral-80: #2e2e2e;
  --primary-20: #ffd3b5;
  --primary-60: #d16a1f;
  --primary-70: #b95500;

  --gradient-top-color: #fdede2;
  --bg-card: #fff0e680;
}

body {
  font-family: "Mulish", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--neutral-80);
}

.c-pointer {
  cursor: pointer;
}

.container {
  max-width: 1140px;
  padding-top: 40px;
}

.flex-1 {
  flex: 1;
}

.gradient {
  position: absolute;
  width: 100%;
  height: 768px;
  background: linear-gradient(to bottom, var(--gradient-top-color), #fff);
}

.box-top {
  margin-top: 30px;
  margin-bottom: 40px;
}

.text-1 {
  font-size: calc(52px * 0.6);
  line-height: calc(70px * 0.6);
  letter-spacing: -2px;
}

.revelio {
  color: var(--primary-60);
}

.text-2 {
  background-color: var(--primary-20);
  padding: 8px 16px;
  font-size: 19px;
  margin-top: 24px;
}

.text-3 {
  margin-top: 60px;
  font-size: 24px;
}

.text-4 {
  margin-top: 24px;
  font-size: 18px;
}

.virtual-tour-btn {
  background-color: var(--primary-60);
  color: #fff;
  border-radius: 100px;
  width: 300px;
  padding: 8px 16px;
  font-size: 19px;
  margin: auto;
}

.virtual-tour-btn:hover {
  background-color: var(--primary-70);
  color: #fff;
}

.arrow-icon {
  font-size: 1.7rem;
}

.store-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: calc(60px * 0.7);
}
.store-buttons > a {
  flex: 1;
}

video {
  width: 300px;
  height: auto;
}

.box-1 {
  margin-left: 0;
}

.orange-boxes {
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.orange-box {
  flex: 1;
  padding: 24px;
  flex-shrink: 0;
  border-radius: 8px;
  background-color: var(--bg-card);
}

.how-use {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 16px;
  text-align: start;
  text-align: center;
}

.dropdown-item:active {
  background-color: var(--primary-60);
}

.footer {
  margin-top: 100px;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .box-top {
    margin-top: 40px;
  }
  .text-1 {
    font-size: 52px;
    line-height: 70px;
    letter-spacing: -2px;
  }
  .text-2 {
    font-size: 19px;
  }
  .text-3 {
    margin-top: 35px;
    font-size: 22px;
  }
  .store-buttons {
    margin-top: 60px;
    gap: 12px;
  }
}

@media (min-width: 768px) {
  .store-buttons > a {
    height: 50px;
  }
  .orange-boxes {
    flex-direction: row;
    justify-content: center;
  }
  .orange-box {
    min-width: 235px;
    padding: 24px;
  }
  .text-4 {
    line-height: 1.4;
    margin-top: 24px;
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .store-buttons {
    justify-content: unset;
  }
  .box-1 {
    margin-left: 32px;
  }
  .orange-boxes {
    justify-content: unset;
    flex-wrap: wrap;
  }
  .orange-box {
    width: calc(235px * 0.8);
    padding: 16px;
  }
  .how-use {
    text-align: start;
  }
  .text-4 {
    line-height: calc(1.4);
    margin-top: calc(24px * 0.9);
    font-size: calc(18px * 0.9);
  }
  .virtual-tour-btn {
    margin: 0;
  }
}

@media (min-width: 1110px) {
  .text-4 {
    line-height: 1.4;
    margin-top: 24px;
    font-size: 18px;
  }
}

@media (min-width: 1250px) {
  .orange-box {
    width: 235px;
    padding: 24px;
  }
}

.tour-subtitle {
  font-size: 28px;
}

/* Features List */
.features-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.feature-item {
  display: flex;
  justify-content: center;
  background-color: #fff0e6;
  color: #813400;
  border-radius: 100px;
  padding: 8px 20px;
}

.feature-item div {
  gap: 1rem;
}

.feature-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e8864a;
}

.feature-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 5%;
  text-align: center;
}
