body {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "Red Hat Display";
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  text-align: justify;
}

input {
  color: #fff;
}

#home {
  background-image: url("../../assets/img/home-bg.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 76.3vw;
}

#about-us {
  background-image: url("../../assets/img/about-us-bg.png");
  background-size: cover;
}

#products {
  background-image: url("../../assets/img/products-bg.png");
  background-size: cover;
}

#products-easy-menu {
  background-image: url("../../assets/img/pp-eazy-buy-bg.png");
  background-size: cover;
}

#contact-us {
  background-image: url("../../assets/img/contact-us-bg.png");
  background-size: cover;
}

.section {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  /* max-height: 900px; */
}

.cover {
  width: 100%;
  height: 100%;
}

.no-margin {
  margin: 0;
}

.white {
  color: #bcbcbe;
}

.section-top-margin {
  margin-top: 8vw;
}

.contents-wrapper {
  display: flex;
  flex-direction: column;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.home-columns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 5vw;
  height: calc(100% - 10vw);
}

.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.queries_icon {
  width: 43px;
  height: 40px;
  padding-right: 10px;
}

.queries-wrapper {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.queries_text {
  color: #ffffff;
  font-family: "Red Hat Display";
  font-size: 16px;
}

.home-app-store-details {
  font-family: "Red Hat Display";
  color: #bcbcbe;
  text-align: right;
  font-size: 16px;
}

.home-app-store-icons {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 31px;
}

.home-social-media {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 51px;
}

.home-social-text-and-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.home-social-text {
  font-family: "Red Hat Display";
  color: #bcbcbe;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.17px;
}

.home-social-icons {
  gap: 38px;
  display: flex;
}

.home-social-text-line {
  height: 50px;
  width: 2px;
  border-radius: 3px;
  background-color: #bcbcbe;
}

.home-main-text {
  font-family: "Red Hat Display";
  color: #ffffff;
  font-size: 45px;
  font-weight: 900;
}

.home-request-demo {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5px;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: -15px;
}

.home-request-demo-text {
  color: #51cff5;
}

.home-nav-links {
  font-size: 14px;
  font-family: "Red Hat Display";
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
}

.nav-item {
  color: #8e8e91;
  margin: 20px 0;
}

.nav-item-selected {
  color: #51cff5;
  margin: 20px 0;
}

.nav-item-selected-wrapper {
  display: flex;
  flex-direction: row;
  gap: 11px;
  vertical-align: middle;
  align-items: baseline;
}

.about-us-contents {
  margin: 5vw;
  height: calc(100% - 10vw);
}

.about-us-title {
  color: #51cff5;
  font-size: 16px;
  font-family: "Red Hat Display";
}

.about-us-text {
  color: #ffffff;
  font-family: "Red Hat Display";
  font-size: 35.32px;
  line-height: 47.3px;
  margin-bottom: 5px;
}

.about-us-para {
  color: #ffffff;
  line-height: 28px;
  font-size: 18px;
  font-family: "Red Hat Display";
  flex: 3;
}

.about-us-image {
  flex: 3;
}

.products-title-text-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.products-start-for-free-box {
  background-color: #2b2b31;
  height: 60px;
  width: 200px;
  border-color: #2b2b35;
  border-radius: 12px;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}

.products-grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
  color: #fff;
  flex: 7;
}

.products-grid-item {
  font-family: "Red Hat Display";
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 30px;
  text-align: left;
}

.products-grid-item-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 29.11px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 23px;
}

.products-grid-item-description {
  font-size: 13.88px;
  font-weight: 500;
  line-height: 26.02px;
}

.products-title {
  font-size: 35.32px;
  font-weight: 700;
  line-height: 47.3px;
}

.products-description {
  color: #bcbcbe;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
}

.contact-us-contents {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.contact-us-content-box {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin: 1vw 5vw;
}

.contact-us-form-box {
  color: #bcbcbe;
}

.contact-us-address-title {
  font-size: 72.32px;
  line-height: 47.3px;
  font-weight: 900;
}

.contact-us-address-sub-title {
  color: #bcbcbe;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  padding-bottom: 15px;
}

.contact-us-mail-phone {
  display: flex;
  flex-direction: row;
  gap: 70px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}

.contact-us-phone-numbers {
  display: flex;
  flex-direction: row;
}

.separation-line {
  margin: 15px 10px;
  background: #bcbcbe;
  width: 1px;
}

.contact-us-address-text {
  font-size: 14px;
  line-height: 28px;
}

.contact-us-social-media-links {
  display: flex;
  flex-direction: row;
  gap: 38px;
  margin-top: 30px;
}

.contact-us-form input {
  background: transparent;
  border: none;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  outline: none;
  border: 2px solid rgba(255, 255, 255, 0.2);

  margin-top: 25px;
  margin-bottom: 45px;
  height: 50;
  width: 400;
}

.contact-us-submit-button {
  border-radius: 10px;
  font-size: 30px;
  opacity: 0.8;
  width: 100%;
  color: #f3f3f3;
  padding: 15px;
  background: #272727;
  cursor: pointer;
}

.contact-us-footer-box {
  margin: 20px 5vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: solid 1px #bcbcbe;
  align-items: center;
}

.contactus-footer-nav {
  display: flex;
  flex-direction: row;
  gap: 65px;
  padding-top: 20px;
}

.contactus-terms-links {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: 12px;
  margin-top: 6px;
  justify-content: flex-end;
}

.contact-us-footer-copyright {
  color: #bcbcbe;
  padding-top: 20px;
}
