.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/new-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  font-family: Harbour, sans-serif;
  color: #fff;
  font-size: 18px;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #000;
}

.image {
  background-image: url('../images/Group-5-1.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.image-2 {
  position: absolute;
}

.image-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  max-width: 95%;
  margin-right: 20px;
  margin-left: 0px;
}

.text-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  display: block;
  font-family: Harbour, sans-serif;
  color: #b4b5b7;
  text-align: center;
}

.image-4 {
  display: block;
  width: 500px;
  height: 500px;
}

.download-buttons {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-5 {
  width: 200px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .nav-link {
    display: block;
    margin-right: 30px;
    margin-left: 0px;
    font-size: 18px;
  }

  .image-3 {
    display: none;
    overflow: visible;
  }

  .image-4 {
    width: 540px;
    height: 540px;
    margin-bottom: 140px;
  }

  .nav-menu {
    display: block;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    margin-right: 35px;
    font-size: 16px;
  }

  .image-4 {
    width: 500px;
    height: 500px;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .nav-link {
    font-size: 14px;
  }

  .image-3 {
    display: none;
  }

  .text-block {
    bottom: 3%;
  }

  .image-4 {
    width: 300px;
    height: 300px;
    margin-top: 10px;
  }

  .download-buttons {
    height: 110px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@font-face {
  font-family: 'Harbour';
  src: url('../fonts/Harbour-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}