body {
  background-color: #fff;
  color: #000;
  font-family: "Fira Sans", sans-serif;
  font-size: 13px;
}

p {
  font-size: 13px;
  margin: 0px;
}

.navbar-wapper {
  /* Navbar Container */
  /* Logo */
  /* Menu Links */
  /* Portfolio Button */
  /* Hamburger Icon */
  /* Responsive */
}

.navbar-wapper .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(90, 90, 90, 0.5);
  backdrop-filter: blur(5.6px);
  -webkit-backdrop-filter: blur(5.6px);
  padding: 6px 6px;
  border-radius: 50px;
  max-width: 480px;
  margin: auto;
  position: fixed;
  bottom: 30px;
  /* pushes navbar just below banner */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  z-index: 10;
}

.navbar-wapper .nav-logo {
  background-color: #000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  padding: 5px;
}

.navbar-wapper .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* centers menu items */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* take available space */
}

.navbar-wapper .nav-links a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 7px 16px;
}

.navbar-wapper .nav-links a:first-child {
  margin-left: 10px;
}

.navbar-wapper .nav-links a:hover {
  color: #00c4ff;
  background-color: #000;
  border-radius: 50px;
}

.navbar-wapper .portfolio-btn {
  background: -webkit-gradient(linear, left top, right top, from(#00c6ff), to(#00ff99));
  background: linear-gradient(90deg, #00c6ff, #00ff99);
  color: black;
  font-weight: bold !important;
  padding: 10px 25px;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 7px;
}

.navbar-wapper .portfolio-btn:hover {
  opacity: 0.85;
  background: #fff !important;
}

.navbar-wapper .hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.navbar-wapper .hamburger span {
  height: 3px;
  width: 28px;
  background: white;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .navbar-wapper .nav-links {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #333;
    position: absolute;
    top: 70px;
    right: 20px;
    border-radius: 12px;
    padding: 15px;
    gap: 20px;
    width: 220px;
  }
  .navbar-wapper .nav-links.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-wapper .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-wapper .portfolio-btn {
    margin-top: 10px;
    text-align: center;
  }
}

header .banner_bg {
  background-image: url(../images/bannerbg.svg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 721px;
  position: relative;
}

header .logo-wapper {
  position: absolute;
  display: block;
  padding: 20px 10px 10px 35px;
}

header .logo {
  position: relative;
}

header .namewapper {
  padding: 100px 10px 10px 20px;
}

header .namewapper h3 {
  color: #727373;
  font-weight: 400;
  margin: 0px;
}

header .namewapper span {
  color: #000;
  font-size: 60px;
  font-weight: bolder;
  line-height: 70px;
}

header .namewapper p {
  font-size: 17px;
  padding: 10px 0px;
}

header .picture-wapper {
  position: absolute;
  width: 41%;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.journey-bg {
  background-color: #282828;
}

section .external_Btn {
  background: #00c6ff;
  color: black;
  font-weight: bold !important;
  padding: 10px 25px;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 7px;
  cursor: pointer;
}

section .external_Btn:hover {
  opacity: 0.85;
  background: #fff !important;
}

section .journey-wapper {
  color: #ffffff;
}

section .journey-wapper .vertical-line {
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}

section .journey-wapper h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 30px;
  margin: 0px;
}

section .journey-wapper span {
  font-size: 72px;
  color: #353535;
  font-weight: bolder;
  margin: 0px 30px;
  line-height: 70px;
}

section .workwapper {
  background: url(../images/background_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
}

section .uiuxbackkground, section .graphicbackground, section .websitebackground, section .brandingbackground {
  background: url(../images/uiux-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 50vh;
  color: #ffffff;
}

section .uiuxbackkground p, section .graphicbackground p, section .websitebackground p, section .brandingbackground p {
  font-size: 17px;
}

section .graphicbackground {
  background: url(../images/graphicwork.png);
}

section .websitebackground {
  background: url(../images/websitebackground.png);
}

section .brandingbackground {
  background: url(../images/branding.png);
}
/*# sourceMappingURL=style.css.map */