body {
  background-color: #000;
  font-family: 'Styrenea web', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 70px;
  line-height: 123.5%;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.02em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 80px;
  color: #fff;
  font-size: 30px;
  line-height: 123.5%;
  font-weight: 300;
  letter-spacing: -0.02em;
}

p {
  width: 95%;
  max-width: 480px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  line-height: 121.2%;
  letter-spacing: -0.04em;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 23px;
  -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;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.navbar.show {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-style: none;
  background-color: hsla(0, 0%, 100%, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
}

.btn-link {
  padding: 9px 34px;
  border-style: solid;
  border-width: 2px 2px 2px 3px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-link:hover {
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}

.brand {
  position: absolute;
  margin-right: auto;
  margin-left: auto;
}

.nav-menu {
  margin-left: auto;
}

.section-bg-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/section-item-q.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 80, 85, 0.55)), to(rgba(0, 125, 133, 0.15)));
  background-image: url('../images/section-item-q.svg'), linear-gradient(180deg, rgba(0, 80, 85, 0.55), rgba(0, 125, 133, 0.15));
  background-position: 50% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.bg-video {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.section-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -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;
/*  border-bottom: 3px solid #fff; */
  background-color: #007d85;
  background-image: url('../images/section-item.svg');
  background-position: 0% 0%;
  background-size: 47.2%;
  background-repeat: no-repeat;
}

.section-black {
  overflow: hidden;
  padding-top: 223px;
  padding-bottom: 270px;
  background-color: #000;
  background-image: url('../images/section-item-w.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-margin-left {
  margin-left: 114px;
}

.p-margin-left.right {
  margin-right: 114px;
  margin-left: auto;
}

.img-mask {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  margin-bottom: 244px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-sea {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  background-image: url('../images/sea-im-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-item {
  position: absolute;
  top: 0px;
  width: 100%;
}

.info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 230px;
  -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;
  text-align: center;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 250px;
  padding: 30px 23px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 4px solid #fff;
}

.copy-txt {
  display: inline-block;
  margin-right: 35px;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-text {
  margin-top: 130px;
  color: #fff;
  font-size: 24px;
  line-height: 121.2%;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.ripples-mask {
  width: 100%;
  height: 621px;
  max-width: 750px;
  margin-right: 90px;
  background-image: url('../images/sea-im.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-mob {
  display: none;
  font-size: 35px;
}

.heading-main {
  margin-top: 15%;
}

.image {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -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-color: #007d85;
}

.preloader-logo {
  width: 200px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .brand {
    left: 0px;
    margin-left: 23px;
  }

  .section-bg-video {
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-about {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-black {
    padding-right: 40px;
    padding-left: 40px;
  }

  .p-margin-left {
    width: 80%;
    max-width: none;
    margin-left: auto;
  }

  .p-margin-left.right {
    width: 80%;
    max-width: none;
    margin-right: auto;
    margin-left: 0px;
  }

  .img-mask {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ripples-mask {
    margin-right: 0px;
    margin-bottom: 150px;
  }

  .heading-main {
    margin-top: 0%;
  }
}

@media screen and (max-width: 767px) {
  .section-black {
    background-size: 250%;
  }

  .p-margin-left {
    width: 100%;
  }

  .p-margin-left.right {
    width: 100%;
  }

  .section-item {
    width: 250%;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 25px;
  }

  p {
    font-size: 25px;
  }

  .navbar.show {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .btn-link {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .brand {
    left: auto;
    margin-left: auto;
  }

  .nav-menu {
    display: none;
  }

  .section-bg-video {
    background-size: 240%, auto;
  }

  .section-about {
    padding-right: 20px;
    padding-left: 20px;
    background-position: 137% 0%;
    background-size: 250%;
  }

  .section-black {
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-margin-left.right {
    margin-top: 400px;
  }

  .footer-info {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-text {
    font-size: 3.8vw;
  }

  .ripples-mask {
    position: absolute;
    left: -50px;
    height: 279px;
  }

  .copy-wrapper {
    margin-top: 37px;
  }

  .heading-desk {
    display: none;
  }

  .heading-mob {
    display: block;
  }

  .preloader-logo {
    width: 150px;
  }
}

@font-face {
  font-family: 'Styrenea web';
  src: url('../fonts/StyreneA-Medium-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Styrenea web';
  src: url('../fonts/StyreneA-Light-Web.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}