@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
html, body {
  /*background-color: #2c3e50;*/
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none !important;
}

h1 {
  font-size: 4.5vw;
}

h3 {
  font-size: 3vw;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.w-10 {
  width: 10vw;
}

.container {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-around;
  position: relative;
  width: 100%;
}
.container section {
  display: flex;
  height: 100vh;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.container section:nth-child(1) .image {
  background-image: url("../img/bg-slide-1.jpg");
}
.container section:nth-child(2) .image {
  background-color: #fff !important;
}
.container section:nth-child(3) .image {
  background-color: #fff !important;
}
.container section .image, .container section video {
  background-attachment: fixed;
  background-size: cover;
  object-fit: fill;
  position: absolute;
}
.container section .stuff {
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: 26px;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}
.container section .stuff h2 {
  margin: 0px;
}

.moving-logo {
  cursor: pointer;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 5vh;
  left: 50px;
  position: absolute;
  top: 40px;
  width: 50%;
  z-index: 100;
  text-align: left;
  color: #888;
  font-size: 1.8vh;
  font-weight: 600;
  padding-left: 8vh;
  padding-top: 1vh;
}
.moving-logo:hover .text-logo span {
  color: #fff;
}
.moving-logo:hover .text-logo span:nth-child(2) {
  color: #1683e0;
}
.moving-logo .text-logo > span:nth-child(2) {
  color: #04559a;
}

.btn-about-us {
  padding: 0.6rem 2rem;
  background: transparent;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  /*font-size: 0.750rem;*/
  font-size: 0.9vw;
  letter-spacing: -0.03em;
  position: absolute;
  right: 50px;
  top: 40px;
  transition: opacity 0.35s;
  user-select: none;
  z-index: 100;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-transition: opacity 0.35s;
  /*span {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
    transition: all 0.5s;
  }*/
}

.third-section {
  padding: 25px 0;
  font-size: 85%;
  position: fixed;
  z-index: -1;
  /* left: 0;
   right: 0;
   bottom: 0;
   min-height:70vh;*/
  min-height: 62vh;
  /*left: 50%;*/
  bottom: 0;
  /*transform: translate(-50%, -50%);*/
  width: 760px;
  height: 62vh;
  padding: 10px;
  background-color: #fff;
}
.third-section h2 {
  text-align: center;
  color: #3f4d91;
  font-size: 1.8vw;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}
.third-section p {
  text-align: center;
  font-size: 1vw;
  margin-bottom: 25px;
}
.third-section .btn-login-f {
  font-size: 1.2vw;
}
.third-section .btn-explore-f {
  font-size: 1.2vw;
}

.fourth-section {
  font-size: 85%;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 14vh;
  padding: 10px;
  background-color: #2e3d66;
  z-index: -1;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
}
.fourth-section p {
  font-size: 1vw;
  margin-bottom: 0px;
}

.btn-login-f {
  background-color: transparent;
  border: 1px solid #ccc;
  color: #000;
}

.btn-about-us:hover {
  border: 1px solid rgba(204, 204, 204, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
.btn-about-us a:hover {
  color: rgba(255, 255, 255, 0.4);
}

.button-container {
  display: block;
  margin-top: 35px;
  position: relative;
}

.btn-about-us-middle {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  /*font-size: 14px;*/
  font-size: 1.1vw;
  left: 35%;
  margin-top: 20px;
  padding: 13px 15px 13px;
  position: absolute;
  white-space: nowrap;
  width: 180px;
  opacity: 1;
}
.btn-about-us-middle:hover {
  border: 1px solid rgba(204, 204, 204, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
.btn-about-us-middle a:hover {
  color: rgba(255, 255, 255, 0.4);
}

.btn-explore {
  background-color: #0275d8;
  border: 1px solid #0275d8;
  border-radius: 0.5rem;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  /*font-size: 14px;*/
  font-size: 1.1vw;
  margin-top: 20px;
  padding: 13px 15px 13px;
  position: absolute;
  right: 35%;
  white-space: nowrap;
  width: 180px;
  outline: none;
}
.btn-explore:hover {
  background-color: #308ce4;
  border: 1px solid #308ce4;
  outline: none;
}
.btn-explore:active {
  outline: none;
  border: none;
}
.btn-explore:focus {
  outline: none;
  border: none;
}

.container .second-section {
  background-color: #fff !important;
}
.container .second-section .stuff {
  color: #000 !important;
}
.container .second-section .blue-img {
  background-image: url("../img/bg-blue.png");
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 600;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: underline;
}

/*Start - Tabs Style*/
/*ul.tabs {
  border-bottom: 2px solid #fff;
  list-style: none;
  margin: 100px 30px 30px 30px;
  padding: 0px;
  width: 371px;
}
ul.tabs li {
  background: none;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
ul.tabs li.current {
  border-bottom: 6px solid #fff;
  color: #fff;
  margin-bottom: -4px;
  font-weight: bold;
}
.tab-content {
  display: none;
  background: transparent;
  padding: 15px;
}
.tab-content.current {
  display: inherit;
}*/
.tab-con {
  position: relative;
  /*width: 25vw;*/
  /*width: 35vw;*/
  width: 280px;
}

.box-white {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 4px 4px 5px 2px #4c494987;
  margin: 0px 40px 40px 0px;
  padding: 22px;
  text-align: left;
  /*width: 200px;*/
  width: 280px;
}
.box-white h3 {
  color: #2c68ff;
  /*font-size: 2vh; 1rem*/
  font-size: 1.2vw;
  font-weight: bold;
}
.box-white p {
  color: #615d5d;
  /*font-size: .850rem;*/
  font-size: 1vw;
}

.btn-blue {
  background-color: #0275d8 !important;
  border: 1px solid #a596965c;
  position: absolute;
  right: 30px;
  font-size: 1vw;
  z-index: 100;
}

/*End - Tabs Style*/
#img-mov {
  background-image: url("../img/MOV.png");
  display: block;
}

#img-mad {
  background-image: url("../img/MAD.png");
  display: none;
}

#img-map {
  background-image: url("../img/MAP.png");
  display: none;
}

#img-max {
  background-image: url("../img/MAX.png");
  display: none;
}

#img-mar {
  background-image: url("../img/MAR.png");
  display: none;
}

#img-mac {
  background-image: url("../img/MAC.png");
  display: none;
}

.img-value {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 10vh;
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 600;
}

a.scrollTag {
  bottom: 0;
  color: #fff;
  display: inline-block;
  font: normal 400 20px/1 "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  left: 0;
  letter-spacing: 0.1em;
  padding-top: 65px;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  transform: translate(0, -50%);
  transition: opacity 0.3s;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
}
a.scrollTag span {
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  height: 50px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 0;
  width: 30px;
}
a.scrollTag span::before {
  animation: sdb10 2s infinite;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  content: "";
  height: 6px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  top: 10px;
  width: 6px;
  -webkit-animation: sdb10 2s infinite;
}

.solution-title {
  font-size: 1.5vw;
  left: 0;
  position: absolute;
  opacity: 0;
  right: 0;
}

.tabs {
  margin: 40px 0 0 40px;
  position: relative;
  width: 39vw;
}
.tabs input {
  cursor: pointer;
  height: 40px;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  z-index: 1000;
  width: 33%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.tabs input#tab-2 {
  left: 33%;
}
.tabs input#tab-3 {
  left: 66%;
}
.tabs input#tab-4 {
  left: 99%;
}
.tabs label {
  background: transparent;
  border-radius: 3px 3px 0 0;
  color: #fff;
  display: block;
  font-size: 1.3vw;
  float: left;
  height: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  margin-bottom: 0 !important;
  padding: 0px;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  top: 0px;
  width: 33%;
}
.tabs label.tab-label-2, .tabs label.tab-label-3 {
  top: -8px;
}
.tabs label:after {
  background: transparent;
  bottom: -8px;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
}
.tabs input:hover + label {
  background: transparent;
  transition: top linear 0.2s;
  top: -8px;
  -webkit-transition: top linear 0.2s;
  -moz-transition: top linear 0.2s;
  -o-transition: top linear 0.2s;
  -ms-transition: top linear 0.2s;
}
.tabs input:hover + label:after {
  background: #5ba4a4;
}
.tabs input:hover + label ~ .clear-shadow {
  top: -8px;
  transition: top linear 0.2s;
  -webkit-transition: top linear 0.2s;
  -moz-transition: top linear 0.2s;
  -o-transition: top linear 0.2s;
  -ms-transition: top linear 0.2s;
}
.tabs input:checked:hover + label {
  top: 0;
}
.tabs input:checked:hover + label:after {
  background: #fff;
}
.tabs input:checked:hover + label ~ .clear-shadow {
  background: transparent;
  top: 0;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.tabs input.tab-selector-1:hover + label.tab-label-1 ~ .clear-shadow {
  z-index: 3;
}
.tabs input.tab-selector-2:hover + label.tab-label-2 ~ .clear-shadow {
  z-index: 2;
}
.tabs input.tab-selector-3:hover + label.tab-label-3 ~ .clear-shadow {
  z-index: 1;
}
.tabs input.tab-selector-4:hover + label.tab-label-4 ~ .clear-shadow {
  z-index: 0;
}
.tabs label:first-of-type {
  z-index: 4;
}

.tab-label-2 {
  z-index: 3;
}

.tab-label-3 {
  z-index: 2;
}

.tab-label-4 {
  z-index: 1;
}

.tabs input:checked + label {
  background: transparent;
  border-bottom: 5px solid #fff;
  font-weight: 600;
  line-height: 31px;
  top: 4px;
  transition: top linear 0.2s;
  z-index: 6;
  -webkit-transition: top linear 0.2s;
  -moz-transition: top linear 0.2s;
  -o-transition: top linear 0.2s;
  -ms-transition: top linear 0.2s;
}

.clear-shadow {
  background: transparent;
  border-radius: 3px;
  clear: both;
  height: 10px;
  margin-bottom: -10px;
  position: relative;
  top: 0;
  z-index: -2;
}

.content {
  background: transparent;
  border-top: 2px solid #fff;
  height: 80vh;
  overflow: hidden;
  padding-top: 40px;
  position: relative;
  z-index: 5;
}
.content div.container {
  bottom: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  top: 0;
  transition: all linear 0.1s;
  z-index: 1;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  -ms-transition: all linear 0.1s;
}

.tabs input.tab-selector-1:checked ~ .content .content-1, .tabs input.tab-selector-2:checked ~ .content .content-2, .tabs input.tab-selector-3:checked ~ .content .content-3, .tabs input.tab-selector-4:checked ~ .content .content-4 {
  bottom: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  transition: all ease-out 0.2s 0.2s;
  z-index: 100;
  -webkit-transition: all ease-out 0.2s 0.2s;
  -moz-transition: all ease-out 0.2s 0.2s;
  -o-transition: all ease-out 0.2s 0.2s;
  -ms-transition: all ease-out 0.2s 0.2s;
}

@media (min-width: 1281px) {
  .btn-about-us-middle {
    left: 36%;
  }

  .btn-explore {
    right: 36%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .btn-about-us-middle {
    left: 31%;
  }

  .btn-explore {
    right: 31%;
  }

  .tabs {
    width: 40vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .btn-about-us-middle {
    left: 28%;
  }

  .btn-explore {
    right: 28%;
  }

  .third-section {
    min-height: 56vh;
    height: 56vh;
  }
}

/*# sourceMappingURL=style.css.map */
