/*
  Theme Name: Nublis Labs.
  Created : 2019
  Updated : None
  Version: 1.0
*/

/* ==========================================================================
    1. RESET.
   ========================================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:link {
  text-decoration: none;
}

.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  transition-duration: 0.5s;
}

.id-dark-box {
  background-color: black;
  color: white;
}

.id-darkg-box {
  background-color: rgb(31, 31, 31);
  color: white;
}

.logo {
  width: 140px;
  padding-bottom: 7px;
}

.logo-nu {
  width: 100px;
  padding-bottom: 7px;
}


/* ==========================================================================
   BOX HEIGHS.
   ========================================================================== */
.h100vh {
  height: 100vh;
}

/* ==========================================================================
   Typography.
   ========================================================================== */
/* ==========================================================================
2. Typography.
========================================================================== */
body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  background-color: #f9f9f9;
}
html {
  font-size: 12pt;
}

::-moz-selection {
  color: #ffffff;
  background: #000000;
}
::selection {
  color: #ffffff;
  background: #000000;
}

.hyphen {
  font-weight: 700;
}

.title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}

@media only screen and (max-width: 1280px) and (max-width: 1439px) {
  .title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1281px) {
  .title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3rem;
  }
}

.subtitles {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}


.id-subtitle {
  transition-duration: 0.5s;
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.id-h2 {
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
}
.id-h3 {
  transition-duration: 0.5s;
  font-weight: 300;
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}
.id-h4 {
  transition-duration: 0.5s;
  font-size: 3rem;
  margin: 0;
  font-weight: 300;
}
.id-h5 {
  font-size: 2rem;
  font-weight: 300;
  margin: 0;
  line-height: 2.5rem;
}
.id-h6 {
  transition-duration: 0.5s;
  font-weight: 400;
  font-size: 1.2rem;
  margin: 0;
}

.id-h7 {
  font-weight: 400;
  font-size: 0.8rem;
  margin: 0;
}

.id-titles {
  transition-duration: 0.5s;
  font-weight: 400;
  font-size: 3.5rem;
  margin: 0;
}
.p-text {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin: 0;
}

.caption-text {
  font-weight: 700;
  font-size: 0.5rem;
  margin: 0;
}

.p-text-menu {
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-bottom: 1rem;
}

.p-text-bold {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.id-icon {
  text-decoration: none !important;
  color: #fff;
}

/* ==========================================================================
 Box models and content.
  ========================================================================== */
.box-max-300 {
  max-width: 300px;
}

.box-max-500 {
  max-width: 500px;
}

.box-max-700 {
  max-width: 700px;
}
.box-max-800 {
  max-width: 800px;
}

.h15vh {
  height: 15vw;
  min-height: 180px;
}

.h20vh {
  height: 20vw;
  min-height: 250px;
}
.h30vh {
  height: 30vw;
  min-height: 350px;
  max-height: 450px;
}

.h35vh {
  height: 35vw;
  min-height: 400px;
  max-height: 550px;
}
.h40vh {
  height: 40vw;
  min-height: 300px;
}
.h50vh {
  height: 50vw;
  min-height: 400px;
}
.h60vh {
  height: 60vw;
  min-height: 500px;
}

.h70vh {
  height: 60vh;
  min-height: 600px;
}

/* ==========================================================================
   Colors.
   ========================================================================== */

.tw {
   color: #ffffff;
  }
.td {
  color: #212121;
  }
.tdm {
  color: #8e8e8e;
  }
.id-dark-box-img {
  color: #ffffff;
}
.id-dark-box {
  background-color: #212121;
  color: #ffffff;
}
.id-middark-box {
  background-color: #2b2b2b;
  color: #ffffff;
}

.id-midgrey-box {
  background-color: #242424;
  color: #ffffff;
}
.id-black-box {
  background-color: #000000;
  color: #ffffff;
}
.id-red-box {
  background-color: #cd3e3a;
  color: #ffffff !important;
}
.id-white-box {
  background-color: #ffffff;
  color: #212121;
}

.id-grey-box {
  background-color: #f9f9f9f7;
  color: #212121;
}

.color-id-white {
  color: #ffffff !important;
}

.color-id-red {
  color: #cd3e3a !important;
}
.color-id-grey {
  color: #878787 !important;
}

.main-menu {
  height: 110px;
  position: fixed;
  z-index: 500;
}

.menu-btn {
  transition-duration: 0.5s;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
  font-weight: 400;
  color: #000000;
  margin: 5px;
}

.menu-btn:hover {
  color: #878787;
}

.menu-btn-cta {
  transition-duration: 0.5s;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
  cursor: pointer;
  font-weight: 400;
  color: #ffffff;
  box-shadow: rgba(236, 49, 112, 0.35) 1px 4px 10px 0px;
  border-radius: 50px;
  background-color: #ee366b;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.menu-btn-cta:hover {
  color: #ee366b;
  background-color: #ffffff;
}

.main-header {
  height: 100vh;
  position: relative;
}

.gradient-bg {

background: #6b6d72; /* Old browsers */
background: -moz-linear-gradient(top,  #6b6d72 0%, #0f1421 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #6b6d72 0%,#0f1421 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #6b6d72 0%,#0f1421 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6d72', endColorstr='#0f1421',GradientType=0 ); /* IE6-9 */
overflow: hidden;

}

.img-comp-home {
  transition-duration: 0.8s;
  bottom: 0;
  transform:translateY(20%);
  width: 70vw;
  position: relative;
  -webkit-transform:translateY(20%);
  -moz-transform:translateY(20%);
  -ms-transform:translateY(20%);
  -o-transform:translateY(20%);
}

.content-sections {
  margin-top: 100px;
}

.imageexplain {
  width: 100%;
}

.images {
  width: 100%;
}

.form-bg {
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.80 );
}

.form-lighbox {
  transition-duration: 0.9s;
  position: fixed;
  z-index: 600; 
  visibility: hidden;
  opacity: 0;
}
.form-lighbox.active {
  transition-duration: 0.9s;
  opacity: 1;
  visibility: visible;
}

.form-box {
  transition-duration: 0.5s;
  width: 40%;
  height: 40%;
  min-width: 550px;
  min-height: 300px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.form-box.active {
  opacity: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}

.close-lg {
  transition-duration: 0.9s;
  position: absolute;
  z-index: 3000;
  color: #fff;
  cursor: pointer;
  right: 0;
}

.close-lg:hover {
  color: rgb(162, 162, 162);
}


/* ==========================================================================
  form
   ========================================================================== */

.mail-input {
  width: 300px;
  height: 50px;
  padding-left: 20px;
  border-style: none;
  outline: none;
  box-shadow: rgba(46, 46, 46, 0.25) 1px 4px 10px 0px;
  border-radius: 50px;
  background-color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.mail-input:valid {
  width: 300px;
  height: 50px;
  padding-left: 20px;
  border-style: none;
  outline: none;
  color: #ffffff;
  box-shadow: rgba(46, 46, 46, 0.25) 1px 4px 10px 0px;
  border-radius: 50px;
  background-color: #303030;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.f-sendbtn {
  width: 150px;
  height: 50px;
  border-style: none;
  font-weight: 400;
  color: #ffffff;
  box-shadow: rgba(236, 49, 112, 0.35) 1px 4px 10px 0px;
  border-radius: 50px;
  background-color: #ee366b;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px
}





.bgg {
  background-color: #878787;
  
}


.bgg2 {
  background-color: #545454;
}


