:root {
  --white: white;
  --midnight-blue: #123275;
}

.wrapper-intro {
  width: 100vw;
  height: 100vh;
  background-color: #00aeef;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.intro-t {
  height: 50%;
  background-image: url('../images/intro-poster-top.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.intro-b {
  height: 50%;
  background-image: url('../images/intro-poster-bottom.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.intro-t-t {
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.intro-t-b {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.intro-b-t {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.intro-b-tb {
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.intro-logo-t {
  margin-bottom: 10px;
}

.intro-logo-bottom {
  margin-top: 10px;
}

.intro-soc-icon-con {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-left: 10px;
  margin-right: 10px;
}

.intro-soc-icon {
  width: 100%;
}

.intro-top-links {
  color: #fff;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Copperplate, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.intro-b-m {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.intro-b-m-t1 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
}

.intro-menu-con {
  justify-content: center;
  align-items: center;
  display: flex;
}

.intro-hmenu {
  width: 60px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.intro-b-m-t1-mobile {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 200;
  line-height: 34px;
  display: none;
}

.top {
  background-color: #123275;
  padding: 25px;
}

.logo {
  width: 300px;
  margin-top: 0;
  margin-bottom: 40px;
}

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

.navbar-brand {
  align-items: center;
  display: flex;
}

.navbar-container {
  margin-left: 0;
  margin-right: 0;
}

.navbar-link {
  color: var(--white);
  font-family: Copperplate, sans-serif;
  font-size: 21px;
  font-weight: 300;
  text-decoration: none;
}

.navbar-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.navbar-link.active {
  text-decoration: underline;
}

.navbar-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.content-m {
  padding: 40px;
}

.content-m-in {
  width: 960px;
  min-height: 100px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-p1 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.port-con {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.port-categ-con {
  align-items: stretch;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.port-categ-con-l {
  width: 200px;
  height: 200px;
}

.port-categ-con-r {
  width: 200px;
  height: 200px;
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 15px;
  text-decoration: none;
  display: flex;
}

.port-thumb {
  width: 200px;
  height: 200px;
}

.port-icon {
  width: 95px;
}

.text-block {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 19px;
  text-decoration: none;
}

.port-h1 {
  color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Copperplate, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.lightbox {
  margin-left: 10px;
  margin-right: 10px;
}

.separator {
  height: 50px;
}

.port-h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Copperplate, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.cta1 {
  background-color: var(--midnight-blue);
  padding: 12px 30px;
  font-family: Copperplate, sans-serif;
  font-size: 23px;
  font-weight: 300;
}

.bold1 {
  font-weight: 600;
}

.client-thumb-con {
  width: 200px;
  height: 200px;
  border: 1px solid var(--midnight-blue);
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.client-categ-con {
  align-items: stretch;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.client-logo {
  width: 100%;
}

.port-t1 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.contact-form {
  width: 400px;
  margin-top: 20px;
}

.form-label {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 14px;
}

.form-label.cb-label {
  margin-bottom: 23px;
}

.form-input {
  height: 45px;
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: black black var(--midnight-blue);
  color: #000;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
}

.form-input.text-area {
  height: 100px;
}

.form-submit {
  width: 100%;
  background-color: var(--midnight-blue);
  margin-top: 20px;
  padding: 12px 30px;
  font-family: Copperplate, sans-serif;
  font-size: 23px;
  font-weight: 300;
}

.form-cb {
  margin-bottom: 10px;
}

.form-cb-label {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.form-cb-square {
  width: 20px;
  height: 20px;
  border-color: var(--midnight-blue);
  border-radius: 0;
  margin-top: 0;
  margin-right: 20px;
}

.form-cb-square.w--redirected-checked {
  border-color: var(--midnight-blue);
  background-color: var(--midnight-blue);
  background-size: auto;
}

.form-separator {
  height: 20px;
}

.intro-hicon {
  width: 70px;
}

.wrapper {
  width: 960px;
  min-height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: #000679;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.qrcode-img {
  width: 40%;
}

@media screen and (max-width: 991px) {
  .intro-t-t {
    justify-content: flex-end;
  }

  .intro-logo-t, .intro-logo-bottom {
    width: 350px;
  }

  .intro-b-m-t1 {
    text-align: center;
    font-size: 17px;
    line-height: 22px;
  }

  .intro-menu-con {
    display: none;
  }

  .intro-b-m-t1-mobile {
    text-align: center;
    font-size: 29px;
    display: none;
  }

  .top {
    padding: 10px 0 0;
  }

  .logo {
    width: 200px;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .navbar-menu {
    background-color: var(--midnight-blue);
    border-top: 1px solid rgba(255, 255, 255, .77);
  }

  .content-m {
    padding-top: 20px;
  }

  .content-m-in {
    width: 100%;
  }

  .port-con {
    width: 100%;
    flex-direction: row;
  }

  .port-categ-con-l, .port-categ-con-r, .port-thumb {
    width: 150px;
    height: 150px;
  }

  .port-icon {
    width: 70px;
  }

  .client-thumb-con {
    width: 150px;
    height: 150px;
  }

  .navbar-hamburger {
    width: 50px;
    margin-top: -13px;
    transform: scale(1.4);
  }

  .navbar-menubutton {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .navbar-menubutton.w--open {
    background-color: var(--midnight-blue);
  }

  .wrapper {
    width: 100%;
    min-height: auto;
  }

  .qrcode-img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-intro {
    height: auto;
  }

  .intro-b-tb {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .intro-logo-t {
    width: 210px;
  }

  .intro-logo-bottom {
    width: 210px;
    margin-bottom: 15px;
  }

  .intro-soc-icon-con {
    width: 30px;
    height: 30px;
  }

  .intro-b-m-t1 {
    font-size: 17px;
  }

  .intro-b-m-t1-mobile {
    font-size: 17px;
    display: none;
  }

  .top {
    padding: 10px 0 0;
  }

  .logo {
    margin-top: 0;
  }

  .port-con {
    flex-direction: column;
    margin-bottom: 0;
  }

  .port-categ-con {
    margin-bottom: 20px;
  }

  .port-h2 {
    line-height: 32px;
  }

  .client-thumb-con {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 479px) {
  .wrapper-intro {
    height: 100vh;
  }

  .intro-b-m-t1 {
    text-align: center;
    font-size: 14px;
    display: block;
  }

  .intro-b-m-t1.mobile {
    font-size: 23px;
  }

  .intro-b-m-t1-mobile {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .intro-b-m-t1-mobile.mobile {
    font-size: 23px;
  }

  .top {
    padding: 0;
  }

  .logo {
    width: 190px;
    margin-top: 0;
    margin-left: 15px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .content-m {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-p1 {
    font-size: 14px;
    line-height: 22px;
  }

  .port-con {
    flex-direction: column;
  }

  .port-h1 {
    font-size: 41px;
  }

  .lightbox {
    margin-bottom: 20px;
  }

  .client-thumb-con {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }

  .navbar-hamburger {
    margin-top: -9px;
  }

  .contact-form {
    width: 100%;
  }

  .form-input {
    height: 40px;
    margin-bottom: 20px;
  }

  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    padding-top: 20px;
  }

  .qrcode-img {
    width: 85%;
  }
}


@font-face {
  font-family: 'Copperplate';
  src: url('../fonts/Copperplate-01.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Copperplate';
  src: url('../fonts/Copperplate-Light-02.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Copperplate';
  src: url('../fonts/Copperplate-Bold-03.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antenna';
  src: url('../fonts/Antenna-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antenna';
  src: url('../fonts/Antenna-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Antenna';
  src: url('../fonts/Antenna-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}