body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

header {
  transition: all 0.3s ease-in-out;
  top: 0px;
  background-color: #070707;
  position: sticky;
  z-index: 40;
  height: auto;
  padding-bottom: 5px;
}
header .navbar-custom {
  padding-left: 10%;
}
header .navbar-custom img {
  width: 15%;
  height: auto;
  margin-top: 7%;
}

.top-section {
  background-color: #070707;
  padding-bottom: 5%;
}
.top-section .title-text-div {
  display: flex;
  flex-direction: column;
}
.top-section .wellcome {
  margin-top: 7%;
}
.top-section .wellcome-text {
  font-size: 3em;
  color: #C6AA7E;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.top-section .fingerprintImg {
  transform: rotate(30deg);
  width: 60%;
  margin-bottom: -50%;
  margin-left: 65%;
  margin-top: -30%;
}
.top-section .wellcome-img {
  width: 90%;
  height: auto;
  position: relative;
}
.top-section .wellcome-paragraph {
  font-size: 3em;
  color: #FFFFFF;
  margin-top: 2%;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.middle-section {
  padding: 20%;
}
.middle-section p {
  font-size: 1.1em;
  font-family: "Montserrat", sans-serif;
}
.middle-section button {
  padding: 5px 40px;
  font-size: 1em;
  border-radius: 25px;
  margin-top: 8%;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  background-color: #C6AA7E;
  color: #FFFFFF;
}

.footer-section {
  background-color: #070707;
  color: #FFFFFF;
  padding-top: 3%;
}
.footer-section .footer-main {
  border-top: 1px solid #C6AA7E;
  padding: 5% 5% 0% 5%;
}
.footer-section .footer-reg {
  padding-top: 5%;
}

.bgimg {
  background-image: url("../assets/Dataimage.png");
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
}