html {
  height: 100%;
}

body {
  background-repeat: no-repeat;
  background-size: cover;
  color: #c2c2c2;
  font-family: "Red Hat Display";
  padding: 0;
  margin: 0;
  height: 100%;
  letter-spacing: 1.4px;
  line-height: 1.8;
}

a {
  text-decoration: none;
  color: #c2c2c2;
}

p {
  text-align: justify;
}

img {
  opacity: 0.8;
}
.features-contents {
  background-image: url("../../assets/img/ourfeatures-bg.png");
  background-size: cover;
  height: 100%;
  overflow-y: auto;
}
.contents {
  background-image: url("../../assets/img/home-bg.jpg");
  background-size: cover;
  height: 100%;
  overflow-y: auto;
}

.contents-wrapper {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 5vw 5vw 1vw 5vw;
  min-height: 100%;
}

.row {
  display: flex;
  flex-direction: row;
  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 {
  font-size: 16px;
}

.section-gap {
  margin-top: 3vw;
}

.section-gap-small {
  margin-top: 1vw;
}

.contact-us-footer-box {
  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;
}
