/* CSS Document */
* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
body, html {
  padding: 0;
  margin: 0;
  background: #000;
  height: 100svh;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
}
#container {
  height: 100vh;
  width: 100%;
  min-height: 650px;
  position: relative;
}
header {
  position: absolute;
  top: 100px;
  right: 100px;
  z-index: 102;
  max-width: calc(100% - 30px);
  transition: right 1s, top 1s;
  pointer-events: none;
}
header a {
  pointer-events: all !important;
}
header img {
  max-width: 100%;
}
#arrows, #arrows-intro {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(430px, calc(.33333 * (100% - 30px)), 500px);
  padding: 50px 50px 0 50px;
  z-index: 101;
  text-align: right;
  transition: width 1s, padding 1s, top 1s, left 1s, transform 1s;
}
#arrows img, #arrows-intro img {
  width: 17px;
  height: 31px;
}
#arrows a, #arrows-intro a {
  opacity: .7;
  transition: opacity .3s;
}
#arrows a:hover, #arrows-intro a:hover {
  opacity: 1;
}
#next, .next {
  margin-left: 50px;
}
h1 {
  margin: 5px 0 0 0;
}
.panel, .panel-intro {
  transform: translateX(0);
  position: absolute;
  height: 100%;
  min-height: 800;
  width: calc(100% - 30px);
  top: 0;
  left: 30px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 2.5s, padding 1s, transform 1s;
}
.panel.active, .panel-intro.active {
  z-index: 11;
  opacity: 1;
  pointer-events: all;
}
.background {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
   top:0;left:0;position:static !important;
}
#client-scroller {
  max-height: calc(100vh - 200px);
  overflow: auto;
}
#client-scroller::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #000; /* or add it to the track */
}
#client-scroller::-webkit-scrollbar-thumb {
  background-color: #fff; /* or add it to the track */
}
.screen {
  width: clamp(430px, 33%, 500px);
  height: 100%;
  background: #00000099;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: right;
  padding: 150px 50px;
  color: #ffffffdd;
  transition: width 1s, left 1s, padding 1s, transform 1s;
}
.panel .screen {
  width: clamp(430px, calc(33% + 10px), 500px);
}
label {
  display: inline-block;
  width: 120px;
  font-size: 13px;
  margin-top: 5px;
  transition: margin 1s, padding 1s;
}
#interests label {
  width: 100%;
}
input {
  color: #ffffff;
  background-color: #000000;
  outline: none;
  display: inline-block;
  border: 1px solid #ffffff22;
  font-family: "Montserrat", sans-serif;
  padding: 1px 4px;
}
button {
  background-color: transparent;
  outline: none;
  border: none;
  font-weight: 500;
  color: #aaaaaa;
  padding: 8px 0;
  margin: 0;
  cursor: pointer;
  transition: color .3s;
}
button:hover {
  color: #ffffff;
}
#frmContact {
  margin-bottom: 20px;
  font-size: 13px;
}
h2 {
  color: #fff;
  font-weight: 500;
  margin: 0;
  font-size: 14px;
}
#clients h2 {
  margin: 0px 0 10px 0;
}
ul {
  list-style: none;
  line-height: 140%;
  margin: 25px 0 0 0;
  padding: 0;
  transition: padding 1s;
}
li {
  margin: 6px 0;
  transition: margin 1s;
}
a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}
a img {
  transition: transform 0.3s;
}
a:hover {
  color: #ffffffbb;
}
a:hover img {
  transform: scale(105%);
}
.logo {
  background: #00000033;
  width: 100%;
  position: absolute;
  text-align: right;
  padding: 30px 50px 60px 50px;
  height: 300px;
  max-height: 100%;
  bottom: 0;
  left: 0;
  transition: height 1s, background 1s, left 1s, transform 1s;
}
.logo img {
  max-height: 90%;
  object-fit: contain;
  object-position: top right;
}
.viewLink {
  padding: 6px 0;
  font-size: 16px;
  line-height: 1.1;
}
.viewLink span {
  color: #fff;
  font-size: 75%;
  opacity: .6;
  transition: opacity .3s;
}
.viewLink:hover span {
  opacity: 1;
}
#clients, #inquire-panel, #intro {
  transform: translateX(-100%);
  padding: 50px 25px 50px 75px;
  background: #00000099;
  transition: transform 1s;
}
#intro {
  background: #00000099;
}
body.clients .screen, body.clients #arrows, body.inquire .screen, body.inquire #arrows, #arrows-intro {
  transform: translateX(-100%);
}
body.clients #clients {
  transform: translateX(0%) !important;
}
body.clients #client-link {
  opacity: .5;
}
body.inquire #inquire-link {
  opacity: .5;
}
body.inquire #inquire-panel {
  transform: translateX(0%) !important;
  padding: 50px 25px 140px 75px;
  overflow-y: auto;
}
footer {
  position: absolute;
  width: calc(100vh - 30px);
  transform: rotate(270deg);
  background: #000;
  color: #fff;
  transform-origin: top left;
  top: 100%;
  left: 0;
  z-index: 101;
  font-size: 12px;
  padding: 9px 30px;
  letter-spacing: .5px;
  min-width: 620px;
}
.viewMainSite {
  display: none;
}
footer a, footer div {
  font-size: 12px;
}
footer span {
  padding: 0px 1px;
  font-size: 10px;
}
footer #social {
  transform: rotate(90deg);
  position: absolute;
  top: 75px;
  left: 0;
}
footer #social a {
  opacity: .6;
  transition: opacity 0.3s;
}
footer #social a:hover {
  opacity: 1;
}
footer #social img {
  width: 25px;
  height: 25px;
}
#inquire {
  position: absolute;
  right: 0;
  top: 1px;
  padding: 7px 30px;
  font-size: 12px;
}
footer #inquire a {
  font-size: 12px;
}
/* Customize the label (the container) */
#interests label {
  display: block;
  position: relative;
  padding: 0 0 0 22px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
#interests label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #000000;
  transition: background-color .3s;
}
/* On mouse-over, add a grey background color */
#interests label:hover input ~ .checkmark {
  background-color: #fff;
  transition: background-color .3s;
}
/* When the checkbox is checked, add a blue background */
#interests label input:checked ~ .checkmark {
  background-color: #000000;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
#interests label input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
#interests label .checkmark:after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close {
  position: absolute;
  top: 21px;
  right: 25px;
  font-size: 20px;
  cursor: pointer;
  transition: color .3s;
}
.close:hover {
  color: #ffffff;
}
.Error {
  color: #bb0000;
  font-weight: bold;
}
.viewMainSite {
  display: none;
}
footer {
  top: auto;
  bottom: 0;
  padding: 9px 0;
}
#serviceList span {
  font-size: 0;
  display: block;
  line-height: 0;
}
body.intro .screen .logo {
  position: absolute;
  transform: translateX(calc(100% - 30px));
  z-index: 102;
  background: #000000bb;
}
.detail #arrows {
  text-align: left;
}
.detail .screen {
  padding-top: 50px;
}
   .copyright{display:inline-block;}
@media screen and (max-height:900px) {
  li {
    margin: 0;
  }
  #interests label {
    margin-top: 0;
  }
  ul {
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width:880px) {
  header {
    right: 50px;
  }
}
@media screen and (max-width:770px) {
  .background {
    object-position: center center;
  }
  body, html {
    max-width: 100%;
    overflow-x: hidden;
  }
  body.intro .panel .screen {
    transform: translateX(-100%);
  }
  body.intro .screen .logo {
    transform: translateX(100%);
  }
  #arrows {
    left: 30px;
  }
  .photoInfo {
    right: 50px;
    left: auto;
    display: none;
  }
}
@media screen and (max-width:770px) {
  #clients, #inquire-panel, #intro, .logo, .screen {
    transition: none;
  }
  .detail .screen {
    padding-top: 140px;
  }
  body.intro .screen .logo {
    transform: 100%;
  }
  .screen, .panel .screen {
    width: 100%;
  }
  #clients, #inquire-panel, #intro {
    transform: translateX(-100%);
  }
  body.clients .screen, body.clients #arrows, body.inquire .screen, body.inquire #arrows, body.intro #arrows, #arrows-intro {
    transform: translateX(-100%);
  }
  #intro, body.intro #intro {
    height: 100%;
    height: calc(100% - 300px);
    padding: 145px 50px;
  }
  header {
    right: 0;
    top: 30px;
    width: 100%;
    padding: 0 clamp(3%, 50px, 10%);
    text-align: right;
  }
  .clients header, .inquire header {
    display: none;
  }
  #arrows, #arrows-intro {
    text-align: left;
  }
  #next, .next {
    margin-left: 40px;
  }
  .logo {
    padding: 30px clamp(3%, 50px, 10%);
  }
  .logo img {
    max-width: 280px !important;
    max-height: 120px;
  }
}
@media screen and (max-width:500px) {
  .detail .screen {
    padding-top: 140px;
  }
  #arrows, #arrows-intro {
    padding: 34px 50px 0 18px;
  }
  #next, .next {
    margin-left: 40px;
  }
  header {
    padding: 0 clamp(3%, 20px, 10%);
  }
  #clients h2 {
    margin: 7px 0 10px 0;
  }
  .screen {
    padding: 150px 30px 50px 60px;
  }
  #clients, #inquire-panel, #intro {
    padding: 20px 15px 50px 50px;
  }
  footer #social {
    top: 60px;
  }
  .logo {
    padding: 30px;
  }
  body.intro .panel .screen {
    transform: translateX(-100%);
  }
  body.intro #intro {
    transform: translateX(0);
  }
  #intro {
    min-height: none;
    padding: 123px 30px !important;
  }
  #tagline {
    font-size: 17px;
    line-height: 1.25;
  }
  .introButton {
    position: absolute;
    top: 5px;
    left: 7px;
    padding: 10px 18px !important;
    color: #fff;
    display: inline-block;
    vertical-align: top;
  }
  .photoInfo {
    right: 30px;
    left: auto;
    display: block;
  }
  .copyright {
    top: 62px !important;
  }
}
@media screen and (max-width:380px) {
  #next, .next {
    margin-left: 25px;
  }
}
@media screen and (max-width:363px) {
  header img {
    max-width: calc(100% - 100px) !important;
    height: auto !important;
  }
}
@media screen and (max-width:340px) {
  #next, .next {
    margin-left: 18px;
  }
}
@media screen and (max-width:350px), screen and (max-height:680px) {
  #intro.screen p#elevatorPitch, #intro.screen p#serviceList {
    font-size: 14px !important;
    line-height: 1.25;
  }
}
@media screen and (min-width:770px) and (max-height:720px) {
  #intro {
    padding: 116px 50px !important;
  }
}
@media screen and (max-height:875px) and (max-width:770px) {}
@media screen and (max-height:875px) {
  #intro, body.intro #intro {
    height: 100%;
    height: calc(100% - 300px);
  }
}
@media screen and (max-height:870px) {
  #serviceList span {
    display: inline;
    font-size: 14px;
    line-height: inherit;
  }
}
@media screen and (max-height:870px) {
  .copyright {
    display: inline-block;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: top left;
    top: 76px;
    left: 12px;
    color: #ffffffbb;
  }
  .copyright span {
    display: none;
  }
  #client-scroller {
    max-height: 580px;
    overflow: auto;
  }
   footer #social{left:30px;}
}
@media screen and (max-height: 800px) and (max-width:770px) {
  li.service {
    display: inline;
  }
  li.service::after {
    content: ", ";
  }
  li.service:last-of-type::after {
    content: "";
  }
}
@media screen and (max-height:770px) {
  body, html {
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  #client-scroller {
    max-height: calc(100vh - 190px);
    min-height: 480px;
    overflow: auto;
  }
  #intro.screen p#elevatorPitch, #intro.screen p#serviceList {
    line-height: 1.25;
  }
  #serviceList span {
    display: inline;
  }
}
@media screen and (max-height:600px) {}
@media screen and (min-height:875px) {
  .photoInfo {
    display: none !important;
  }
}