* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  /* background-color: #e9f1fd; */
  background-color: rgba(0, 0, 0, 0);
}

.nav {
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  width: 100%;
  background-color: black;
}

.logo {
  width: 150px;
  margin-left: 50px;
}

a {
  text-decoration: none;
}

.but {
  background-color: white;
  margin-left: 30px;
  color: black;
}

.pre {
  color: rgb(218, 218, 218);
  margin-left: 30px;
}

.pre:hover {
  color: white;
}

.bn1 {
  padding: 10px;
  border-radius: 10%;
  background-color: black;
  color: white;
  border: 2px solid white;
  font-size: 15px;
  cursor: pointer;
  margin-left: 50px;
}

.bn2 {
  padding: 10px;
  border-radius: 10%;
  background-color: #0D86FF;
  color: white;
  border: 2px solid #0D86FF;
  font-size: 15px;
  cursor: pointer;
  margin-left: 20px;
}

.banner {
  height: 650px;
  width: 100%;
  background-image: url(Backgroundimage.png);
  background-size: cover;
  display: flex;
  overflow: hidden;
}

.logo2 {
  margin-left: 150px;
  margin-top: 200px;
}

.one h2 {
  margin-left: 150px;
  margin-top: 50px;
  font-size: 31px;
  font-weight: 500px;
}

.one p {
  margin-left: 150px;
  margin-top: 10px;
  font-size: 20px;
}

.one {
  color: white;
}

.img1 {
  margin-top: 100px;
}

.scan {
  position: relative;
  bottom: 535px;
  left: 347px;
}

.container1 {
  width: 100%;
  height: 650px;
  background-color: #091130;
}

.div11 {
  display: flex;
  align-items: center;
}

.div11 h1 {
  color: #EDF0F7;
  font-size: 40px;
}

.div11 button {
  background-color: #091130;
  border: 1px solid white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10%;
  cursor: pointer;
}

.eak {
  position: relative;
  animation-name: one;
  animation-duration: 4s;
}

@keyframes one {
  0% {
    left: -200px;
    top: 100px;
    opacity: 0;
  }

  100% {
    left: 0px;
    top: 0px;
    opacity: 100;
  }
}

.dou {
  position: relative;
  animation-name: two;
  animation-duration: 4s;
}

@keyframes two {
  0% {
    left: 200px;
    top: 200px;
    opacity: 0;
  }

  100% {
    left: 0px;
    top: 0px;
    opacity: 100;
  }
}

.boxe {
  opacity: 0;
  transform: translateY(100px);
  filter: blur(10px);
  transition: all 1.5s ease-out;
}

.boxe.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

iframe {
  border: none;
  width: 1500px;
  height: 480px;
  overflow: hidden;
}

iframe::-webkit-scrollbar {
  display: none;
}

iframe {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

footer {
  background-color: #1D263A;
  width: 100%;
  height: 1800px;
}

.pages {
  display: flex;
  margin-left: 200px;
}

.pages a b {
  color: white;
}

.pages a {
  text-decoration: none;
  color: rgb(172, 172, 172);
}

.pages a:hover {
  text-decoration: none;
  color: white;
}

.two {
  margin-left: 70px;
}

.three {
  margin-left: 70px;
}

.four {
  margin-left: 70px;
}

.five {
  margin-left: 70px;
}

.short a {
  color: white;
}

.short {
  margin-left: 200px;
}

footer p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 21px;
    font-family: var(--webull-font-family-normal, OpenSans-Regular, Arial, sans-serif) !important;
}

footer p a {
    color: rgb(18, 148, 247);
}

.para {
  margin-right: 160px;
  margin-left: 200px;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}