body {
    background-color: #fff;
    font-family: Arial,sans-serif;
    color: #333;
}
.navbar--custom {
    background-color: #fff;
}
.navbar--custom .navbar-nav .nav-link {
    color: #3775B5;
}


.shapes {
  position: relative;
  height: 100vh;
  width: 100vw;
  background: #3775B5;
  overflow: hidden;
}

.shape {
  will-change: transform;
  position: absolute;
  border-radius: 50%;
}
.shape.shape-1 {
  background: #005ffe;
  width: 650px;
  height: 650px;
  margin: -325px 0 0 -325px;
}
.shape.shape-2 {
  background: #ffe5e3;
  width: 440px;
  height: 440px;
  margin: -220px 0 0 -220px;
}
.shape.shape-3 {
  background: #262761;
  width: 270px;
  height: 270px;
  margin: -135px 0 0 -135px;
}

.content {
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background: #fff;
  mix-blend-mode: screen;
}


.content h1 {
  font-size: 66px;
  font-weight: 900;
  color: #000;
  margin: 0;
  text-align: center;
  color: #000;
}

.content h1 span{
    font-size: 18px ;
    display: block;
    max-width: 1000px;
    margin: 20px auto;
    line-height: 150%;
    font-weight: normal;
}

.section__projects--title:after {
    display: none;
}

.section__projects--title {
    position: relative;
    font-weight: 800;
    -webkit-text-stroke: 1px #fff;
    color: #fff;
}

.section__aboutus--title,
.section__aboutus .wrapper__client p, {
    color: #333;
}


@media (min-width: 419px) {
  h1 {
    font-size: 33px;
    font-size: calc((0.0989119683 * 100vw + (58.5558852621px)));
  }
}
@media (min-width: 1430px) {
  h1 {
    font-size: 99px;
  }
}
