.body {
  background-color: #0c0c0c;
  font-family: Montserrat, sans-serif;
}

.container-menu {
  max-width: 1200px;
  min-width: 0;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  order: -1;
}

.nav-menu {
  grid-column-gap: 40px;
  order: 1;
  display: flex;
}

.nav-link {
  color: #0c0c0c;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.navbar {
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hero {
  margin-top: -87px;
}

.container-hero {
  max-height: 968px;
  position: relative;
}

.hero-img {
  width: 100%;
}

.line {
  width: 0%;
  height: 2px;
  background-color: #0c0c0c;
}

.social {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: absolute;
  bottom: 60px;
  right: 60px;
}

.social-link {
  transition: all .2s;
}

.social-link:hover {
  transform: scale(.9);
}

.about {
  padding-top: 300px;
}

.container {
  max-width: 1200px;
  display: block;
  position: static;
}

.about-content {
  display: flex;
}

.about-image {
  width: 50%;
}

.about-text {
  width: 50%;
  grid-column-gap: 60px;
  background-color: #fff;
  padding: 60px;
  display: flex;
}

.page-tag {
  grid-row-gap: 20px;
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.section-number {
  height: 16px;
  color: #0c0c0c;
  flex: 0 auto;
  font-size: 16px;
  line-height: 16px;
}

.page-tag-line {
  width: 2px;
  height: 60px;
  background-color: #0c0c0c;
  margin-top: 0;
  padding-bottom: 0;
}

.section-name {
  width: auto;
  color: #0c0c0c;
  object-fit: fill;
  flex: none;
  margin-top: 0;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  position: static;
  overflow: visible;
}

.section-name-block {
  width: auto;
  height: auto;
  align-self: auto;
  display: block;
}

.title {
  margin-bottom: 30px;
}

.heading {
  color: #0c0c0c;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 40px;
}

.heading-line {
  width: 60px;
  height: 2px;
  background-color: #0c0c0c;
  margin-top: 20px;
}

.paragraph {
  color: #9c9c9c;
  font-size: 16px;
  line-height: 24px;
}

.about-menu {
  justify-content: space-around;
  padding: 60px;
  display: flex;
}

.about-menu-item {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.about-menu-line {
  width: 0%;
  height: 2px;
  background-color: #fff;
}

.quote {
  margin-top: 160px;
  margin-bottom: 0;
}

.quote-block {
  width: 50%;
  clear: none;
  grid-column-gap: 60px;
  justify-content: flex-start;
  display: flex;
}

.quote-line {
  width: 2px;
  background-color: #fff;
}

.quote-text {
  color: #fff;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
}

.quote-content {
  justify-content: flex-end;
  display: flex;
}

.business {
  padding-top: 160px;
}

.business-content {
  z-index: 9999;
  grid-column-gap: 60px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.business-text {
  width: 50%;
  grid-column-gap: 60px;
  display: flex;
}

.business-image {
  width: 50%;
}

.heading-light {
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 40px;
}

.heading-line-light {
  width: 60px;
  height: 2px;
  background-color: #2e2e2e;
  align-self: center;
  margin-top: 20px;
}

.section-number-light {
  color: #fff;
  flex: 0 auto;
  font-size: 16px;
  line-height: 16px;
}

.page-tag-line-light {
  width: 2px;
  height: 60px;
  background-color: #2e2e2e;
}

.section-name-light {
  width: auto;
  color: #fff;
  object-fit: fill;
  flex: none;
  margin-top: 25px;
  font-size: 16px;
  line-height: 16px;
  display: block;
  position: static;
  overflow: visible;
  transform: rotate(-90deg);
}

.business-image-text {
  width: 100%;
  grid-column-gap: 60px;
  background-image: url('../images/business_image_text.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -114px;
  padding: 80px;
  display: flex;
  position: relative;
}

.business-image-text-p {
  width: 50%;
}

.business-line-block {
  width: 50%;
  justify-content: center;
  display: flex;
}

.business-line {
  width: 2px;
  height: 154px;
  background-color: #4a4a4a;
  position: absolute;
  top: 260px;
}

.active-projects {
  padding-top: 300px;
  padding-bottom: 0;
  padding-right: 0;
}

.title-center {
  width: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 90px;
  display: flex;
}

.project {
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 180px;
  display: block;
  position: relative;
}

.project-text {
  z-index: 999;
  width: 50%;
  max-height: 338px;
  background-color: rgba(46, 51, 59, .95);
  margin: auto;
  padding: 60px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0;
}

.project-img {
  width: 75%;
  clear: right;
  flex: none;
  order: 1;
  position: relative;
  right: 0;
}

.project-logo {
  margin-bottom: 30px;
}

.project-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 22px;
}

.project-link {
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 700;
  text-decoration: none;
}

.project-link-text {
  margin-top: 0;
}

.project-image {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.project-line {
  width: 154px;
  height: 2px;
  background-color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -72px;
}

.project-inverse {
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 180px;
  display: block;
  position: relative;
}

.project-image-inverse {
  width: 100%;
  justify-content: flex-start;
  display: flex;
}

.project-text-inverse {
  z-index: 999;
  width: 50%;
  max-height: 338px;
  background-color: rgba(46, 51, 59, .95);
  margin: auto;
  padding: 60px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0;
  right: 0;
}

.project-line-inverse {
  width: 154px;
  height: 2px;
  background-color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -72px;
  right: auto;
}

.project-link-line {
  width: 0%;
  height: 2px;
  background-color: #fff;
}

.music {
  padding-top: 290px;
  position: static;
}

.music-text {
  width: 100%;
  grid-column-gap: 60px;
  background-color: rgba(255, 255, 255, .9);
  margin-top: -200px;
  padding: 60px;
  display: flex;
}

.music-spotify {
  width: auto;
  background-color: rgba(46, 51, 59, .9);
  padding: 60px;
  position: absolute;
  top: auto;
  bottom: 200px;
  left: auto;
  right: 0%;
}

.spotify-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 18px;
}

.spotify-link {
  grid-column-gap: 10px;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.spotify-link:hover {
  background-color: #1db954;
  border-color: #1db954;
}

.music-content {
  height: 1100px;
  position: relative;
}

.spotify-line {
  width: 2px;
  height: 60px;
  background-color: #fff;
  margin-top: -90px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.purpose {
  background-color: #fff;
  padding-top: 300px;
  padding-bottom: 300px;
  padding-right: 0;
}

.purpose-top {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.purpose-top-text {
  width: 50%;
  grid-column-gap: 60px;
  display: flex;
}

.purpose-top-image {
  width: 50%;
}

.purpose-middle {
  width: 690px;
  grid-column-gap: 60px;
  align-items: flex-start;
  margin-top: -240px;
  margin-left: 210px;
  display: flex;
}

.purpose-middle-text {
  width: 30%;
}

.purpose-middle-image {
  width: 70%;
}

.purpose-middle-img {
  width: 70%;
  max-width: none;
  object-fit: fill;
  position: static;
}

.purpose-quote {
  width: 690px;
  grid-column-gap: 60px;
  align-items: flex-end;
  margin-top: -150px;
  display: flex;
}

.purpose-quote-line {
  width: 2px;
  height: 380px;
  background-color: #9c9c9c;
}

.purpose-quote-text {
  font-style: italic;
}

.purpose-barbados {
  justify-content: flex-end;
  margin-top: -220px;
  display: flex;
}

.inspiration-content {
  grid-column-gap: 90px;
  margin-top: -90px;
  display: flex;
}

.inspiration-text {
  width: 50%;
  margin-top: 180px;
}

.inspiration-image {
  width: 50%;
}

.inspiration-list {
  margin-top: 90px;
}

.inspiration-title {
  color: #0c0c0c;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
}

.list {
  color: #9c9c9c;
  font-size: 16px;
  line-height: 32px;
}

.contact {
  border-bottom: 1px #9c9c9c;
  padding-top: 300px;
  padding-bottom: 300px;
}

.contact-content {
  justify-content: space-between;
  display: flex;
}

.symbol {
  justify-content: center;
  margin-bottom: 90px;
  display: flex;
}

.contact-info {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.email {
  grid-column-gap: 10px;
  justify-content: center;
  display: flex;
}

.email-link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.form {
  justify-content: center;
  margin-top: 90px;
  display: flex;
}

.form-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-block {
  width: 600px;
  max-width: 600px;
}

.text-field {
  width: 100%;
  height: 60px;
  color: #9c9c9c;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #9c9c9c;
  margin-bottom: 20px;
  padding: 15px;
}

.textarea {
  height: 140px;
  min-height: 140px;
  color: #9c9c9c;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  border-bottom: 1px solid #9c9c9c;
}

.submit-button {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 50px;
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s;
}

.submit-button:hover {
  color: #0c0c0c;
  background-color: #fff;
}

.footer {
  background-color: #2e333b;
  padding-top: 75px;
  padding-bottom: 75px;
}

.footer-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright-text {
  color: #9c9c9c;
  font-size: 16px;
}

.social-links-footer {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.social-link-footer {
  transition: all .2s;
}

.social-link-footer:hover {
  transform: scale(.9);
}

.music-background {
  background-image: url('../images/music_purpose_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.arrow {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}

.arrow.w--current {
  display: none;
}

.lottie-animation {
  color: #0c0c0c;
  transform: rotate(90deg);
}

.project-text-01 {
  z-index: 999;
  width: 60%;
  max-height: 460px;
  background-color: rgba(46, 51, 59, .95);
  margin: auto;
  padding: 60px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0;
}

.project-text-inverse-01 {
  z-index: 999;
  width: 50%;
  max-height: 390px;
  background-color: rgba(46, 51, 59, .95);
  margin: auto;
  padding: 60px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0;
  right: 0;
}

.project-text-02 {
  z-index: 999;
  width: 50%;
  max-height: 380px;
  background-color: rgba(46, 51, 59, .95);
  margin: auto;
  padding: 60px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0;
}

.project-text-inverse-02 {
  z-index: 999;
  width: 50%;
  max-height: 400px;
  background-color: rgba(46, 51, 59, .95);
  margin: auto;
  padding: 60px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0;
  right: 0;
}

.music-image {
  display: none;
}

.paragraph-light {
  color: #9c9c9c;
  font-size: 16px;
  line-height: 24px;
}

.music-extra-image {
  display: none;
}

.paragraph-link {
  color: #fff;
  transition: all .2s;
}

.paragraph-link:hover {
  color: #fff;
}

.list-link {
  color: #0c0c0c;
  transition: all .2s;
  display: block;
}

.list-link:hover {
  color: #1500ff;
}

.text-link:hover {
  color: #006fff;
}

@media screen and (min-width: 1280px) {
  .hero-img {
    height: 100vh;
    object-fit: cover;
  }

  .music {
    padding-top: 290px;
  }

  .music-text {
    width: 100%;
    margin-top: -200px;
  }

  .music-background {
    background-image: url('../images/music_purpose_4.jpg');
    background-position: 50%;
  }

  .arrow {
    bottom: 60px;
  }

  .music-extra-image {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .music {
    padding-top: 290px;
  }

  .music-text {
    width: 100%;
    margin-top: -200px;
  }

  .music-background {
    background-image: url('../images/music_purpose_4.jpg');
    background-position: 20%;
  }

  .music-extra-image {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    object-fit: fill;
    overflow: visible;
  }

  .container-hero {
    max-height: none;
  }

  .social {
    top: auto;
    bottom: 60px;
  }

  .music {
    padding-top: 290px;
  }

  .music-text {
    z-index: 9;
    width: 100%;
    margin-top: -200px;
    position: relative;
  }

  .music-spotify {
    z-index: 9;
  }

  .music-background {
    float: none;
    background-image: url('../images/music_purpose_4.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .music-extra-image {
    width: 400px;
    clear: none;
    margin-right: auto;
    display: block;
    position: relative;
    top: -200px;
    left: auto;
    right: -1310px;
  }
}

@media screen and (max-width: 991px) {
  .container-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: rgba(255, 255, 255, .98);
    flex-direction: column;
    padding: 20px 15px;
  }

  .nav-link {
    width: 100%;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar {
    background-color: rgba(255, 255, 255, .9);
  }

  .hero {
    margin-top: 0;
  }

  .about {
    padding-top: 120px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-content {
    grid-row-gap: 60px;
    flex-flow: row-reverse wrap;
  }

  .about-image {
    width: 100%;
    text-align: center;
    order: 1;
    align-self: auto;
  }

  .about-text {
    width: 100%;
    flex-direction: row-reverse;
  }

  .business-content {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .business-text {
    width: 100%;
  }

  .business-image {
    width: 100%;
    text-align: center;
  }

  .business-img {
    width: 100%;
  }

  .business-image-text {
    z-index: 9999;
    width: 85%;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .business-image-text-p, .business-line-block {
    width: 100%;
  }

  .project {
    flex-direction: column-reverse;
    margin-bottom: 120px;
    display: flex;
  }

  .project-text {
    width: 85%;
    max-height: none;
    margin-top: -60px;
    position: relative;
  }

  .project-img {
    width: 100%;
  }

  .project-line {
    display: none;
  }

  .project-inverse {
    flex-direction: column-reverse;
    margin-bottom: 120px;
    display: flex;
  }

  .project-text-inverse {
    width: 85%;
    max-height: none;
    margin-top: -60px;
    position: relative;
  }

  .project-line-inverse {
    display: none;
  }

  .music {
    background-color: #fff;
  }

  .music-text {
    width: 100%;
  }

  .music-spotify {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .music-content {
    height: auto;
  }

  .purpose {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .purpose-top {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .purpose-top-text {
    width: 100%;
    grid-row-gap: 0px;
  }

  .purpose-top-image {
    width: 100%;
    text-align: center;
  }

  .purpose-top-img {
    width: 100%;
  }

  .purpose-middle {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }

  .purpose-middle-img {
    width: 100%;
    margin-top: 0;
  }

  .purpose-quote {
    width: 100%;
    margin-top: -110px;
  }

  .purpose-quote-line {
    height: 250px;
  }

  .purpose-barbados {
    margin-top: 60px;
    display: none;
  }

  .inspiration-content {
    grid-row-gap: 60px;
    flex-wrap: wrap;
    margin-top: 60px;
  }

  .inspiration-text {
    width: 100%;
    margin-top: 0;
  }

  .inspiration-image {
    width: 100%;
    text-align: center;
  }

  .contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .footer-content {
    grid-row-gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-footer {
    width: 50%;
  }

  .copyright {
    width: 100%;
    text-align: center;
    order: 1;
  }

  .social-links-footer {
    width: 50%;
    justify-content: flex-end;
  }

  .music-background {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .menu-button {
    order: 1;
    transition: all .2s;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #9c9c9c;
  }

  .about-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    width: 100%;
  }

  .project-text-01, .project-text-inverse-01, .project-text-02, .project-text-inverse-02 {
    width: 85%;
    max-height: none;
    margin-top: -60px;
    position: relative;
  }

  .music-image {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu, .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar {
    background-color: rgba(255, 255, 255, .9);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero {
    margin-top: 0;
  }

  .social {
    bottom: 30px;
    right: 30px;
  }

  .social-link {
    width: 20px;
    height: 20px;
  }

  .about {
    padding-top: 90px;
  }

  .quote {
    margin-top: 120px;
  }

  .business {
    padding-top: 120px;
  }

  .business-line {
    top: auto;
  }

  .active-projects {
    padding-top: 120px;
  }

  .project-text-inverse {
    max-height: none;
  }

  .music-text {
    width: 100%;
  }

  .music-spotify {
    margin-left: auto;
    margin-right: auto;
    right: auto;
  }

  .music-content {
    height: auto;
  }

  .purpose-middle-text {
    width: 50%;
  }

  .purpose-middle-img {
    width: 100%;
  }

  .purpose-quote {
    flex-direction: row-reverse;
    align-items: stretch;
    margin-top: 60px;
  }

  .purpose-quote-line {
    height: auto;
  }

  .contact-content {
    width: 100%;
    flex-direction: row;
  }

  .contact-info {
    width: 93%;
  }

  .music-background {
    background-position: 45% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .menu-button.w--open {
    background-color: #9c9c9c;
  }

  .arrow {
    width: 30px;
    height: 30px;
    bottom: 20px;
  }

  .brand-img {
    height: 30px;
  }

  .project-text-inverse-01, .project-text-inverse-02 {
    max-height: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .social {
    display: none;
  }

  .about-text {
    grid-column-gap: 30px;
    padding: 30px;
  }

  .page-tag {
    display: none;
  }

  .heading {
    font-size: 32px;
    line-height: 32px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .about-menu {
    padding: 30px 15px;
  }

  .about-menu-item {
    font-size: 14px;
    line-height: 14px;
  }

  .quote-block {
    width: 100%;
  }

  .heading-light {
    font-size: 32px;
    line-height: 32px;
  }

  .business-image-text {
    padding: 30px;
  }

  .business-line {
    display: none;
  }

  .project {
    margin-bottom: 90px;
  }

  .project-text {
    margin-top: -30px;
    padding: 30px;
  }

  .project-inverse {
    margin-bottom: 90px;
  }

  .project-text-inverse {
    margin-top: -30px;
    padding: 30px;
  }

  .music-text {
    padding: 30px;
  }

  .music-spotify {
    width: auto;
  }

  .spotify-title {
    text-align: center;
  }

  .music-content {
    height: auto;
  }

  .purpose-middle {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .purpose-middle-text {
    width: 100%;
  }

  .purpose-middle-img {
    width: 100%;
    margin-top: 0;
  }

  .contact-info {
    width: 100%;
  }

  .logo-footer {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .social-links-footer {
    width: 100%;
    justify-content: center;
  }

  .music-background {
    background-position: 46% 0;
  }

  .project-text-01, .project-text-inverse-01, .project-text-02, .project-text-inverse-02 {
    margin-top: -30px;
    padding: 30px;
  }

  .paragraph-light {
    font-size: 16px;
    line-height: 24px;
  }
}
