* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

header {
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #c166665d;
}

header .top-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  background-color: #ffffff85;
  padding: 5px 12px;
}

header .banner {
  padding: 12px;
  margin: 12px auto;
  width: 50%;
}

.banner > * {
  margin: 8px 0;
}

main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.app-display {
  position: relative;
  top: -50vh;
  height: 55vh;
}

.app-display img {
  width: 1100px;
  position: relative;
}

.contents {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  grid-auto-rows: minmax(100px, auto);
  padding: 25px;
}

.content {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
}

.content > * {
  margin: 8px auto;
}

.content span {
  color: #9e66c1;
  font-size: xx-large;
  width: 36px;
}

.content h4 {
  color: #9e66c1;
}

.content p {
  width: 85%;
  flex: 1;
}

footer {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
}

.gray {
  background-color: #f8f7fa;
  min-height: 50vh;
  width: 100%;
}

.stores {
  width: 224px;
}

.contact-us {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 480px;
}

.contact-image {
  border-top-left-radius: 132px;
  box-shadow: 0px 0px 3px rgba(47, 43, 61, 0.14), 0 0 transparent,
    0 0 transparent;
  padding: 12px;
  height: 100%;
}

.contact-image img {
  border-top-left-radius: 132px;
  height: 85%;
}

.contact-details {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 5px;
  flex: 1;
}

.details {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin: 1px 5px;
  padding: 5px;
}

.details > span {
  padding: 8px;
  box-shadow: 0px 0px 3px rgba(47, 43, 61, 0.14), 0 0 transparent,
    0 0 transparent;
  border-radius: 5px;
}

.details > div {
  margin-left: 12px;
}

.green-bg {
  background-color: #d8f0e5;
  color: #56d08a;
}

.purple-bg {
  background-color: #e3e1f8ff;
  color: #7367f0ff;
}

.top-text {
  color: #7b7884;
}

h3 {
  line-height: 2.375rem;
  color: rgba(47, 43, 61, 0.9);
}

.contact-space {
  flex: 1;
  align-self: stretch;
  margin: 0 25px;
  padding: 12px 41px;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(47, 43, 61, 0.14), 0 0 transparent,
    0 0 transparent;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.top-contact {
  margin: 21px 0;
}

.top-contact p {
  color: rgba(47, 43, 61, 0.7);
  font-size: 0.9375rem;
}

.contact-form {
  width: 100%;
  flex: 1;
}

.top-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

fieldset {
  border: 0;
  margin: 15px 0;
}

.top-form > fieldset {
  width: 46%;
}

fieldset > * {
  margin: 5px 0;
}

.form-box {
  display: flex;
  flex-direction: column;
}

.mx {
  margin: 10px;
}

.ml {
  margin-left: 10px;
}

.mr {
  margin-right: 10px;
}

.send-btn {
  box-shadow: 0 2px 6px rgba(115, 103, 240, 0.3);
  transition: all 0.135s ease;
  background-color: rgb(115, 103, 240);
  color: #fff;
  height: calc(38px + 0px);
  padding: 0 20px;
  line-height: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.0269rem;
  border: 0;
  border-radius: 6px;
  transition-property: box-shadow, transform, opacity, background;
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.dark-footer {
  min-height: 400px;
  width: 100%;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  position: relative;
  margin-top: 50px;
  background-image: url("../images/footer-bg-light-BDVoY69T.png");
}

.theme-color {
  color: rgb(115, 103, 240);
}

.store-side > * {
  margin: 25px 0;
}

.my {
  margin: 8px 0;
}

.text-grd {
  background: linear-gradient(
    90deg,
    rgba(9, 162, 64, 1) 4%,
    rgba(9, 9, 121, 1) 22%,
    rgba(0, 212, 255, 1) 50%,
    rgba(175, 5, 178, 1) 77%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  margin: auto;
  font-size: 3rem !important;
}

.get-btn {
  box-shadow: 0 2px 6px rgba(115, 103, 240, 0.3);
  transition: all 0.135s ease;
  background-color: rgb(115, 103, 240);
  color: #fff;
  height: calc(38px + 0px);
  padding: 0 20px;
  line-height: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.0269rem;
  border: 0;
  border-radius: 6px;
  transition-property: box-shadow, transform, opacity, background;
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
