@font-face {
  font-family: "BruumFY";
  src: url("../font/BruumFY-Light.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "BruumFY";
  src: url("../font/BruumFY-Regular.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BruumFY";
  src: url("../font/BruumFY-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "BruumFY", sans-serif;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
}
li {
  list-style: none;
}
.top-bar {
  display: flex;
  justify-content: end;
  gap: 10px;
}
.line {
  background-color: #009edb;
  height: 2.5px;
  width: 100%;
}
.navbar-brand {
  width: 28%;
}
.logo {
  height: 40%;
  width: 60%;
  padding: 1rem 0;
}
.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: white;
}
.navLink {
  color: black!;
  display: block;
  padding: 1rem 0.4rem;
  text-decoration: none;
  margin: 0 0.3rem;
}
.navLink:hover {
  border-bottom: 3px solid #009edb;
  color: black;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media screen and (max-width: 800px) {
  .navbar-brand {
    width: 50%;
  }
  .logo {
    height: 55%;
    width: 60%;
  }
}
.hero-section {
  /* height: 600px; */
  height: 70vh;
  background-image: url("../images/hero-bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-text {
  position: absolute;
  top: 10%;
  left: 4%;
  width: 25%;
  line-height: 40px;
  color: white;
  text-transform: uppercase;
}
.welcome {
  padding: 4rem 0;
}
.welcome-line {
  width: 12%;
  top: 4px;
  left: -10%;
}
.header {
  display: flex;
  color: #0171b8;
  text-transform: uppercase;
  text-align: left;
}
.welcome-text {
  font-size: 22px;
}
.welcome-text a {
  color: #0171b8;
}
.asset4 {
  width: 100%;
}
.ai-line {
  width: 32%;
  top: 3rem;
  left: -10%;
}
.line3 {
  width: 32%;
  top: 27rem;
  right: -3%;
}
.line4 {
  width: 55%;
  top: 38rem;
  right: -3%;
}
.line5 {
  width: 32%;
  top: 25rem;
  left: -10%;
}
.left-side {
  display: flex;
  flex-direction: row;
}
.reality-text {
  width: 55%;
}
.footer-line {
  background-color: #0171b8;
  height: 155px;
  width: 7px;
}
footer {
  background-color: #e5e6e7;
  margin-top: 4rem;
  padding: 2rem 0 0 0;
}
.footer-logo {
  width: 70%;
}
li,
.footer-Link {
  margin: 0.2rem 0;
  font-size: 18px;
}
ul {
  padding-left: 0px !important;
}
footer h6 {
  color: #0171b8;
  font-weight: 600;
}
footer h5 {
  color: #0171b8;
  font-weight: 700;
}
.icons {
  padding: 0.5rem;
  height: auto;
}
.icon-img {
  width: 45%;
  padding: 0 4px;
}
.icon-img-ig {
  width: 45%;
}
.grey-line {
  background-color: #dadbdd;
  height: 155px;
  width: 1px;
  margin-left: 4rem;
}
.social-icon:hover {
  transform: scale(1.1);
}
.social-icon {
  padding: 0 5px;
  font-size: 26px;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.instagram-gradient {
  background: linear-gradient(
    0deg,
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.botton-bar {
  height: 10px;
  width: 100%;
  background-color: #0171b8;
  margin-top: 2rem;
}

@media screen and (max-width: 800px) {
  .hero-text {
    width: 80%;
  }
  .left-side {
    display: flex;
    flex-direction: column;
  }
  .touch-img {
    width: 100%;
  }
  .reality-text {
    width: 90%;
  }
  .ai-line {
    display: none;
  }
  .line3 {
    display: none;
  }
  .line4 {
    display: none;
  }
  .line5 {
    display: none;
  }
}
