html{
	font-size: 16px;
}

body{
	font-size: 1rem;
	line-height: 1.5rem;
    font-family: 'Mukta', sans-serif;
    font-weight: 200;
    color: #555;
}

/*loader*/
.cssload-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999;
}

.cssload-thecube {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% -50%);
    transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
    z-index: 1000;
}
.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
    z-index: 1000;
}
.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    z-index: 1000;
}
.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(43,160,199);
    animation: cssload-fold-thecube 2.76s infinite linear both;
        -o-animation: cssload-fold-thecube 2.76s infinite linear both;
        -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
        -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
        -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
    z-index: 1000;
}
.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
        -o-transform: scale(1.1) rotateZ(90deg);
        -ms-transform: scale(1.1) rotateZ(90deg);
        -webkit-transform: scale(1.1) rotateZ(90deg);
        -moz-transform: scale(1.1) rotateZ(90deg);
    z-index: 1000;
}
.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
        -o-transform: scale(1.1) rotateZ(180deg);
        -ms-transform: scale(1.1) rotateZ(180deg);
        -webkit-transform: scale(1.1) rotateZ(180deg);
        -moz-transform: scale(1.1) rotateZ(180deg);
    z-index: 1000;    
}
.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
        -o-transform: scale(1.1) rotateZ(270deg);
        -ms-transform: scale(1.1) rotateZ(270deg);
        -webkit-transform: scale(1.1) rotateZ(270deg);
        -moz-transform: scale(1.1) rotateZ(270deg);
    z-index: 1000;    
}
.cssload-thecube .cssload-c2:before {
    animation-delay: 0.35s;
        -o-animation-delay: 0.35s;
        -ms-animation-delay: 0.35s;
        -webkit-animation-delay: 0.35s;
        -moz-animation-delay: 0.35s;
    z-index: 1000;
}
.cssload-thecube .cssload-c3:before {
    animation-delay: 0.69s;
        -o-animation-delay: 0.69s;
        -ms-animation-delay: 0.69s;
        -webkit-animation-delay: 0.69s;
        -moz-animation-delay: 0.69s;
    z-index: 1000;
}
.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
        -o-animation-delay: 1.04s;
        -ms-animation-delay: 1.04s;
        -webkit-animation-delay: 1.04s;
        -moz-animation-delay: 1.04s;
    z-index: 1000;
}



@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

/*main selectors*/
section{
	padding: 6rem 0;
    overflow: hidden;
}
p{
    font-family: "Makuta", sans-serif;
    font-weight: 200;
}

h1{
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1;
    font-size: 3.5rem;
    font-family: "Makuta", sans-serif;
    font-weight: 200;
    text-transform: uppercase;
}


h2 {
    margin: 0 0 4rem 0;
    font-weight: 200;
    line-height: 1.5;
    font-size: 2.625rem;
    font-family: 'Makuta', sans-serif;
    font-weight: 500;
}

h1 strong, h2 strong, h3 strong, p strong {
    font-weight: 700;
}

h3{
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-weight: 200;
    color: #f5cd0d;
    font-family: 'Makuta', sans-serif;
}



/*nav */

.bg-faded {
    background-color: transparent;
    padding: 10px 60px;
}

nav {
    transition: background-color 0.3s ease-in-out;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-nav .nav-link {
    display: block;
    padding-top: 0.85rem;
    padding-bottom: .85rem;
}

.navbar-brand {
    float: left;
    padding-top: .3rem;
    padding-bottom: 0.3rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
}

.navbar-brand img{
    height: 42px;
    width: auto;d
}

.dark {
    background-color: #212121;
    transition: background-color 0.3s ease-in-out;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active {
    color: rgba(255,255,255,.8);
}

.navbar-light .navbar-nav .nav-link:visited {
    color: #fff;
}

.navbar-light .navbar-toggler {
    background-image: url(../images/menu.svg);
    border-color: rgba(255,255,255,.5);
    margin-top: .3rem;
}

/*button*/

.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .7rem 1.5rem;
    font-size: 1rem;
    border-radius: 0rem;
    margin-top: 2rem;
    background-color: transparent;
    color: #f5cd0d;
    border: #f5cd0d 2px solid;
    transition: all 0.5s ease-in-out;
}


#main .btn:focus, .btn:hover, #main .btn-primary:focus, #main .btn-primary:hover, #main .btn-primary:active {
    color: #fff;
    border: 2px solid #f5cd0d;
    background-color: #f5cd0d;
}


/* main */

#main {
    height: 100vh;
    position: relative;
    padding: 0;
}

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

#main .overlay {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3,3,3,0.45);
}


.logo img{
    height: 5rem;
    width: auto;
    margin-bottom: 1rem;
    z-index: 102;
}

.wrapper-cell {
    position: absolute;
    top: 50%;
    color: #fff;
    width: 100%;
    transform: translateY(-50%);
    z-index: 103;
}

#main .btn {
    margin-top: 1rem;
}

#main p {
    font-size: 1rem;
}

#main .first {
    padding-right: 2rem;
    border-right: 4px solid #f5cd0d;
}
#main .first h1 {
    margin-bottom: 0;
}

#main .second {
    padding: 1.5rem 0 1rem 2rem;
}

/*about*/

#about {
	background-image: url("../images/about.png"), url("../images/pattern.svg"); 
    background-position: bottom right, top left;
    background-repeat: no-repeat, repeat;
    background-color: #fff;
}

/*special*/

#special {
	background: url("../images/pattern.svg") top left repeat; 
    background-size: inherit;
    background-color: #f8f8f8;
}

#special .col-sm-12{
    margin-bottom: 2rem;
}

article {
    background-color: #fff;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.article-text {
    margin: 2rem;
}

/*products*/
#products {
    background: url("../images/pattern.svg") top left;
    background-position: inherit;
    background-color: #fff;
}

#products img {
    vertical-align: middle;
    width: 6rem;
    margin-bottom: 1rem;
}

#products p {
    margin-bottom: 3rem;
}

#products .col-md-4 {
    min-height: 210px;}

/*technical skills*/
#technical-skills {
    background-color: rgba(6,6,6,0.6);
	color: #fff;
}

#technical-skills ul li:before {
  color: #f5cd0d;
  margin-right: 1rem;
  font-family: Helvetica, Arial;
  content: '✔';   
}

#technical-skills ul {
   list-style: none;
   list-style-position: outside;
}

#technical-skills ul li {
    margin-bottom: 2rem;
}

#technical-skills p {
    margin-top: 2rem;
}

/*how it works*/

#how-it-works{
    background: url("../images/pattern.svg") top left;
    background-position: inherit;
    background-color: #fff;
}

.top-how {
    position: relative;
}

.top-how img {
    position: absolute;
    top:0;
    right: 0;
    max-height: 110%;
    width: auto;
}

.step-2 {
    margin-top: 8rem;
}


.step-2 h3 {
    line-height: 1.1;
    margin-bottom: 0.5rem;
    color: #555;
}

.step-2 .line {
    background-color: rgba(245, 205, 13, 0.4);
    height: 4px;
    width: 50px;
}

.step-2 .number {
    color: rgba(245, 205, 13, 0.4);
    font-size: 4rem;
    position: absolute;
    right: 2%;
    top: 0;
    font-weight: 700;
}

.step-2 p {
    margin: 1rem 0 2rem;
    color: #555;
}

/* contact */

#contact {
    background: url(../images/contact.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}

.email, textarea {
    margin-top: 1rem;
    color: #555;
}

/*form*/
.notice  {
    color: #fff;
    transition: visibility 0.3s opacity;
}
.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #fff;
    background-color: rgba(255,255,255,0.4);
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-color: transparent;
    border-radius: 0rem;
    transition: background-color 0.5s ease-in-out;
}

.form-control:focus, .form-control:active,{
    color: #555;
    border: none;
}

.form-control, .form-control:active,{
    color: #fff;
    border: none;
}

.white-bg {
    background-color: #fff;
    color:#555;
}

.form-control::-webkit-input-placeholder {
   color: #fff;
   border: none;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   border: none;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
   border: none;
}

.form-control:-ms-input-placeholder {  
   color: #fff;
   border: none;  
}


#email-error, #name-error, #message-error {
    color: #fff;
    font-size: 14px;
    margin-top: 0.3rem;
 }

#contact .btn {
    margin-top: 1rem;
    height: 38px;
    padding: .5rem 2rem;
    font-size: 1rem;
    line-height: 1.25;
}


/*contact-details*/
#contact img{
    position: absolute;
    height: 30px;
    width: auto;
}

#contact .contact-details p{
    margin-left: 60px;
}

#contact .contact-details {
    margin-bottom: 1rem; 
}

#contact .row .col-md-12 {
    margin-bottom: 2rem;
}

footer {
    background-color: #212121;
    padding: 0.5rem 0;
    color: #fff;

}

footer p {
    font-size: 14px;
}

.copyrights p{
    margin: 0;
}

#lastname {
    visibility: hidden;
    height: 0;
    margin:0;
    padding: 0;
}

/*gallery*/
#main-gallery {
    height: 60vh;
    position: relative;
    padding: 0;
    background: url("../images/contact.jpg") center center no-repeat;
    background-size: cover;
}

#gallery {
    background: url("../images/pattern.svg") top left repeat; 
    background-size: inherit;
}

#gallery h2{
    font-size: 2rem;
    margin: 0 0 2rem 0;
}

#main-gallery h3{
    color: #fff;
    font-size: 1.5rem;
}

.second_row {
    padding-top: 4rem;
}
/*figure*/
figure {
    position: relative;
    overflow: hidden;
    margin: 0 auto 30px;
}

figcaption {
    position: absolute;
    width: 100%;
    height: 60px;
    background: #212121;
    bottom: -60px;
    left: 0;
    transition: bottom 0.4s ease-in;
}

figure:hover figcaption, figure:active figcaption {
    bottom: 0;
}


#gallery h4, #gallery h4:focus, #gallery h4:hover {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    margin-top: 10px;
}

.lb-outerContainer {
    background-color: transparent;
}

/*Extra large devices*/
@media only screen and (max-width: 1500px) {
    .top-how img {transform: scale(.77);
    transform-origin: right;}
    #products p {min-height: 50px;}
}

@media only screen and (max-width: 1300px) {
    .top-how img {transform: scale(.75);
    transform-origin: right;}
    #products p {min-height: 50px;}
}


/*Extra large devices (large desktops, 1200px and less)*/
@media only screen and (max-width: 1200px) {
    .top-how img {transform: scale(.53);
    transform-origin: right;}
    #products p {min-height: 80px;}
}

/* Large devices (desktops, 992px and less)*/
@media only screen and (max-width: 992px) {
    .navbar-toggleable-md .navbar-nav {margin-left: 1rem;}
    .navbar {background-color: #212121;}
    .top-how img {transform: scale(.38);
    transform-origin: right;}
    #products p {min-height: 96px;}
    .navbar-toggleable-md .navbar-nav {margin: 4rem 0 0 -7rem;}
    .step-wrapper{min-height: 79px;}
    #products .col-md-4 {min-height: 245px;}

}    

/* Medium devices (tablets, 768px and less)*/
@media only screen and (max-width: 768px) { 
    section {padding: 4rem 0;}
    #main {background: url("../images/main.jpg") center center no-repeat;
    background-size: cover;}
    #main .first {border-right: none;}
    #main h1 {font-size: 3rem;}
    #technical-skills {background: url(../images/technical.jpg) center center no-repeat; background-size: cover;}   
    .top-how img {display: none;}
    .bottom-how {margin-top: 4rem;}
    #products p {margin-bottom: 2rem; min-height: 80px;}
    #about {background-image: url("../images/about.png"), url("../images/pattern.svg"); 
    background-position: top right, top center;
    background-repeat: no-repeat, repeat; 
    background-color: #fff;}
    figure {max-height: 222px;}
    .logo {display: none;}
    #products .col-md-4 {min-height: 180px;}
    .step-wrapper{min-height: 50px;}
    .step-2 {margin-top: 2rem;}
    .fadeInUp{animation: none}
}

/*mobile */
@media only screen and (max-width: 544px) {
    #products .col-md-4 {min-height: 100px;}
}


