:root {
  --darkblue: #050f1f;
  --white-80: #fffc;
  --white: white;
  --blue: #146cff;
}

body {
  background-color: var(--darkblue);
  color: var(--white-80);
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  line-height: 130%;
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 110%;
}

.text-blue {
  color: var(--blue);
}

.heading {
  font-size: 3rem;
  line-height: 110%;
}

.button-inner {
  background-image: linear-gradient(90deg, #00368f, var(--blue));
  color: var(--white);
  text-transform: uppercase;
  border-radius: 3px;
  padding: 15px 50px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  display: inline-block;
}

.main-btn {
  background-image: linear-gradient(90deg, #0156e3, #00368f);
  border-radius: 4px;
  padding: 2px;
  transition: all .2s;
}

.main-btn:hover {
  opacity: .6;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.secondary-btn {
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid #ffffff4d;
  border-radius: 4px;
  padding: 16px 50px;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.secondary-btn:hover {
  background-color: #ffffff4d;
}

.text-block {
  line-height: 110%;
}

.basic-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #3781fc;
  font-size: .875rem;
  line-height: 150%;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-flex;
}

.basic-link:hover {
  opacity: .7;
}

.square-icon {
  background-color: #0c182e;
  border-radius: 4px;
  padding: 30px;
  display: inline-block;
  position: relative;
}

.square-icon-number {
  background-color: #242f43;
  border-radius: 2px;
  padding: 4px 10px;
  display: inline-block;
  position: absolute;
  inset: -7% auto auto -7%;
}

.stats-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.stats-wrapper.border-btm {
  border-bottom: 1px solid #ffffff1a;
}

.stats-number {
  color: var(--white);
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 110%;
}

.stats-text {
  color: #fff9;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 110%;
}

.text-block-2 {
  text-transform: uppercase;
}

.hero-section {
  justify-content: center;
  align-items: flex-end;
  height: 80vh;
  display: flex;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.hero-image {
  width: 55%;
  position: relative;
  overflow: hidden;
}

.hero-image-gradient {
  z-index: 2;
  background-image: radial-gradient(circle, #0153da8c, #05080e00 61%);
  width: 700px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.pulsing-box {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(-15deg);
}

.pulsing-box.figma {
  bottom: auto;
  left: 5%;
  right: auto;
  transform: rotate(15deg);
}

.marko {
  z-index: 4;
  opacity: .9;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0%;
}

.image {
  z-index: 1;
  position: absolute;
}

.navbar {
  background-color: #ddd0;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  inset: 0% 0% auto;
}

.carousel-section {
  background-color: #0c182e;
  padding-top: 65px;
  padding-bottom: 65px;
}

.carousel-slider {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
}

.carousel-image-wrapper {
  text-align: center;
}

.work-section {
  text-align: center;
  padding-top: 115px;
  padding-bottom: 80px;
}

.about-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pre-heading {
  color: #ffffffb3;
  text-transform: uppercase;
  font-size: .75rem;
  line-height: 110%;
  display: block;
}

.circles {
  z-index: 1;
  position: absolute;
}

.pulse-large {
  z-index: 1;
  opacity: .2;
  background-image: linear-gradient(#0663ff, #5897ff);
  border-radius: 7px;
  width: 122px;
  height: 122px;
  display: block;
  position: absolute;
}

.pulse-large.figma {
  background-image: linear-gradient(#ff06cd, #69ff58);
  width: 115px;
  height: 115px;
}

.pusle-small {
  z-index: 2;
  opacity: .3;
  background-image: linear-gradient(#0663ff, #5897ff);
  border-radius: 7px;
  width: 110px;
  height: 110px;
  position: absolute;
}

.pusle-small.figma {
  background-image: linear-gradient(#ff06cd, #69ff58);
  width: 100px;
  height: 100px;
}

.image-2 {
  z-index: 3;
  position: absolute;
}

.pulse-image {
  z-index: 3;
  width: 97px;
  height: 97px;
  display: block;
  position: absolute;
}

.pulse-image.figma {
  width: 80px;
  height: 80px;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 110%;
}

.nav-link.nav-button {
  background-color: var(--white);
  color: var(--darkblue);
  border-radius: 4px;
  padding: 16px 31px;
}

.nav-inner-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.name-tag {
  z-index: 3;
  position: absolute;
  top: -1%;
  right: 20%;
}

.hero-cta-btns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.work-card-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.about-wrapper {
  display: flex;
}

.about-img-wrapper {
  text-align: center;
  flex: 1;
}

.about-content {
  flex: 1;
}

.about-img {
  border: 20px solid #0c182e;
  border-radius: 100px;
  max-width: 60%;
}

.services-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.services-wrapper {
  display: flex;
}

.services-left {
  flex: 1;
}

.services-right {
  z-index: 1;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.icon-content-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.icon-conten-wrapper {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.services-line {
  z-index: 0;
  background-color: #0c182e;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 50px;
}

.footer-section {
  background-color: #070d1b;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-upper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid #ffffff1a;
  padding-top: 20px;
}

.footer-link {
  text-decoration: none;
}

.footer-txt-link {
  color: var(--white);
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 110%;
}

.footer-links-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.footer-info {
  text-align: center;
}

.image-4 {
  opacity: .8;
}

.card-imgwrapper {
  width: 400px;
  max-width: 500px;
}

.card-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5, .image-6 {
  opacity: .8;
}

.paragraph-services {
  margin-top: 20px;
  margin-bottom: 20px;
}

.body {
  background-color: var(--darkblue);
}

.left-gradient {
  background-image: linear-gradient(90deg, #0c182e, #0c182e00);
  width: 25%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-gradient {
  background-image: linear-gradient(260deg, #0c182e, #0c182e00 90%);
  width: 25%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .marko {
    opacity: 100;
    max-width: 300px;
  }

  .work-section {
    flex-flow: column;
  }

  .name-tag {
    right: 15%;
  }

  .work-card-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .name-tag {
    right: 10%;
  }

  .about-img {
    max-width: 70%;
  }

  .heading-2, .heading-3 {
    font-size: 2.8rem;
  }

  .heading-4, .heading-5, .heading-6 {
    font-size: 1.7rem;
  }

  .heading-7 {
    font-size: 2.8rem;
  }

  .heading-8 {
    font-size: 2.5rem;
  }

  .heading-9, .heading-10, .heading-11, .heading-12 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 479px) {
  .button-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-btn {
    margin-top: 20px;
  }

  .secondary-btn {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .hero-wrapper {
    flex-flow: column;
  }

  .hero-content {
    order: 9999;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 40px;
  }

  .hero-image {
    width: auto;
    margin-top: 40px;
    padding-top: 100px;
  }

  .carousel-slider {
    flex-flow: row;
  }

  .name-tag {
    right: 0%;
  }

  .hero-cta-btns {
    justify-content: center;
    align-items: flex-end;
  }

  .work-card-wrapper {
    padding-top: 100px;
  }

  .about-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .services-section {
    display: flex;
  }

  .services-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
  }

  .services-left {
    flex-flow: column;
  }

  .footer-upper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .footer-links-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .card-imgwrapper {
    width: 350px;
  }

  .paragraph-services {
    font-size: .9rem;
  }

  .heading-2 {
    font-size: 1.7rem;
  }

  .heading-7, .heading-8 {
    font-size: 2rem;
  }

  .heading-9, .heading-10, .heading-11, .heading-12 {
    font-size: 1.3rem;
  }

  .image-7, .image-8, .image-9, .image-10, .image-11 {
    max-width: 80%;
  }

  .paragraph, .paragraph-2 {
    font-size: .9rem;
  }

  .left-gradient {
    background-image: linear-gradient(90deg, #0c182e, #0c182e00);
  }

  .right-gradient {
    background-image: linear-gradient(260deg, #0c182e, #0c182e00);
  }
}


