html {
    min-width: 1210px;
}

body {
    background-color: #050505;
    color: white;
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    position: relative;
}

ul {
    list-style: none;
}

h1, h2, h3, .topMenu, .buttonLink {
    font-family: 'Poppins', sans-serif;
    color: white;
}

h1 {
    width: 73%;
    margin-bottom: 60px;
} 

h1, h2 {
    font-weight: lighter;
    font-size: 60px;
}

h3 {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
}

a {
    color: #ff6327;
    font-weight: 600;
    transition: 0.25s;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: white;
    transition: 0.25s;
    text-decoration: none;
}

.row {
    width: 80%;
    margin: 0 auto;
}

.topMenu {
    text-align: center;
    margin-bottom: 100px;
}

.topMenu li{
    display: inline-block;
    text-align: center;
    margin: 25px 35px;
}

.topMenu a{
    font-weight: 500;
    color: white;
}

.topMenu a:hover, .bottomLinks a:hover{
    color: #FF4700 !important;
}

.formContainer {
    position: relative;
}

.formContainer h2{
    margin-bottom: 30px;
    margin-top: 150px;
    width: 90%;
    font-size: 54px;
}

.desktopHidden {
    display: none;
}

.formbgContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    z-index: 0;
    background-image: url(../img/formbg.png);
    background-size: cover;
}
    
.formContainer .col-lg-4 .formInput::placeholder{ 
    color: white;
    opacity: 0.4;}
.formContainer .col-lg-4 .formInput:-ms-input-placeholder{ 
    color: white;
    opacity: 0.4;}
.formContainer .col-lg-4 .formInput::-ms-input-placeholder { 
    color: white;
    opacity: 0.4;}
    
.formContainer .col-lg-4 .formInput{
    margin: 0;
    width: 100%;
    padding: 20px;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    margin-top: -1px;
    z-index: 1;
    position: relative;
}

.formContainer .col-lg-4 .formInput:hover{
    transition: .3s;
    z-index: 2;
    background-color: #dc3d00;
}
.formContainer .col-lg-4 textarea:hover{
    transition: .3s;
    z-index: 2;
    background-color: #dc3d00;
}

.formContainer .col-lg-4 {
    background-color: #FF4700;
    padding: 4%;
}

.bottomLinks a{
    margin-left: 80px;
    font-weight: 500;
    color: rgba(255,255,255,0.6);
}

.bottomLinks {
    text-align: right;
    padding: 0;
}

.footerContent {
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.logoContainer {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    height: 74px;
    width: 74px;
    border-left: none;
    border-top: none;
    margin: 0;
    background-color: #212121;
    transition: .3s;
}

.logoContainer:hover {
    background-color: #FF4700;
    transition: .3s;
}

.logoContainer img{
    width: 40px;
    padding-top: 13px;
}

.portfolioSection-page {
    display: inline-block;
    width: 70%;
    position: relative;
}

.processStep {
    padding: 17px 21px 17px 24px;
    border: 1px solid #FF4700;
    display: inline-block;
    color: #FF4700;
    transition: .4s;
}

.introSection {
    margin-bottom: 50px;
}

.introSection .col-lg-4{
    text-align: right;
}

.rotate90 {
    transform: rotate(90deg);
}

.rotate180 {
    transform: rotate(180deg);
}

.weDoSection-picture {
    height: 320px;
    background-size: cover;
    background-position: center;
    padding: 0;
}

.weDoSection .col-md-12{
    background-color: #141414;
}

.scaleContainer {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
}

.weDoSection-picture:hover{
    /*transform: scale(1.5);*/
    transition: all 5s;
}

.weDoSection-picture {
    transition: all 5s;
}

.weDoSection-info {
    pointer-events: none;
}

.weDoSection-picture img {
    width: 100%;
    height: 100%;
}

.weDoSection-left .weDoSection-picture {
    background-image: url(../img/designImage.png);
}

.weDoSection-center .weDoSection-picture {
    background-image: url(../img/developmentImage.png);
}

.weDoSection-right .weDoSection-picture {
    background-image: url(../img/strategyImage.png);
}


.ourProcessSection {
    margin-bottom: 50px;
}

.ourProcessSection .col-lg-5 {
    margin-bottom: 50px;
    position: relative;
}

#myVideo {
    min-width: 100%;
    opacity: 0.3;
}

.videoContainer {
    position: absolute;
    right: 0;
    top: 0;
    height: 1000px;
    overflow: hidden;
    width: 100%;
}

.processCrosses {
    position: absolute;
    top: -50px;
    left: 180px;
}

a.buttonLink {
    padding: 25px 24px;
    background-color: #FF4700;
    color: white !important;
    z-index: 2;
}

.buttonLink img {
    margin-left: 40px;
}

a.buttonLink-fixed {
    position: fixed;
    right: 0;
    top: 0;
}

.buttonLink:hover {
    background-color: #cacaca;
    color: #FF4700 !important;
}

.buttonContainer {
    background-color: white;
    width: 204px;
    position: relative;
    transition: .3s;
    margin-top: 20px;
}

.buttonContainer:hover {
    background-color: black;
    transition: .3s;
    color: white;
}

.formContainer .col-lg-4 .formInput:hover{
    transition: .3s;
    color: white !important;
}

.buttonContainer img {
    position: absolute;
    right: 20px;
    top: 23px;
}

.buttonContainer input{
    background-color: transparent;
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-align: left;
}

input.submitButton:hover {
    border: 1px solid black;
    color: white;
}

input.submitButton {
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 20px;
    width: 100%;
    text-align: left;
}

input.submitButton:focus {
    border: 1px solid transparent !important;
}

.crossIcon {
    position: absolute;
    z-index: 1;
}

.weDoSection-right .crossIcon {
    top: 0px;
    left: 50px;
}

.weDoSection-center .crossIcon {
    left: 40px;
    top: 370px;
}

.weDoSection-left .crossIcon {
    top: -20px;
    left: 40px;
}

.crossIconWhite {
    z-index: -1;
}

.weDoSection-info {
    padding: 40px;
    min-height: 390px;
}

textarea::placeholder{ 
    color: white;
    opacity: 0.4;}
textarea:-ms-input-placeholder{ 
    color: white;
    opacity: 0.4;}
textarea::-ms-input-placeholder { 
    color: white;
    opacity: 0.4;}

textarea:focus {
    outline: none;
    border: 1px solid black !important;
    z-index: 3;
}

input:focus {
outline: none;
    border: 1px solid black !important;
    z-index: 3 !important;
}

textarea {
    width: 100%;
    height: 230px;
    padding: 15px 20px;
    border: 1px solid white;
    background-color: transparent;
    margin-top: -1px;
    resize: none;
    color: white;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
    transition: .3s;
    overflow: hidden;
}

.weDoSection h3 {
    display: inline-block;
    margin-bottom: 60px;
    margin-top: 20px;
}

.processTitle {
    margin-bottom: 30px;
    position: relative;
}

.processTitle h2 {
    display: inline-block;
}

.processTitle img {
    margin-left: 10px;
    margin-top: 50px;
    position: relative;
    top: 18px;
}

.weDoSection-icon {
    float: right;
}

.weDoSection-iconBlack {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index:-1;
}

.portfolioSection {
    margin: 100px 0 90px 10%;
}

.portfolioSection-list ul{
    padding-left: 0;
    position: absolute;
    bottom: 40px;
    transition: .4s;
}

.portfolioSection-list ul span {
    transition: .4s;
}

.portfolioSection-list ul p {
    display: inline-block;
    margin-bottom: 0;
    transition: .4s;
}

.portfolioSection-info h3 {
    color: black;
    transition: .4s;
}

.portfolioSection-info {
    color: black;
    width: 29%;
    display: inline-block;
    height: 640px;
    padding: 85px 0px 85px 68px;
    vertical-align: top;
    position: relative;
}

.portfolioSection-infoText {
/*     position: absolute;
    bottom: 70px; */
}

.portfolioSection-list {
    color: white;
    width: 28%;
    height: 640px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-color: #ff4700;
    
}

.portfolioSection-list img {
    margin-top: 10px;
}

.portfolioSection-list h2 {
    color: black;
    font-size: 38px;
}

.portfolioSection-list li {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    opacity: 1;
    margin-bottom: 8px;
    cursor: pointer;
}

.portfolioSection-list li span {
    color: black;
    margin-right: 5px;
    position: relative;
    top: -10px;
    font-size: 13px;
    font-weight: 600;
    opacity: .6;
}

.weDoSection-linearGradient {
    background: linear-gradient(0deg, rgba(20,20,20,1) 0%, rgba(20,20,20,0) 100%);
    display: block;
    width:100%;
    height: 320px;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}

.weDoSection-linearGradient {
    background: linear-gradient(0deg, rgba(20,20,20,1) 0%, rgba(20,20,20,0) 100%);
    display: block;
    width:100%;
    height: 100%;
}

.portfolioSection-listContent {
    padding: 80px 40px;
    height: 100%;
}

.weDoSection-center .weDoSection-linearGradient {
    background: linear-gradient(180deg, rgba(20,20,20,1) 0%, rgba(20,20,20,0) 100%);
    display: block;
    width:100%;
    height: 100%;
}

.portfolioSection-item {
    display: inline-table;
    width: 70%;
    vertical-align: top;
    height: 640px;
    padding-top: 60px;
    text-align: center;
}

.portfolioSection-page {
    display: none;
}

.portfolioSection-active {
    display: inline-block;
}

.portfolioSection-item img{
    height: 580px;
    
}

.bgWhite {
    background-color: #bbbbbb;
    margin-left: 16px;
}

.colorWhite {
    color: white !important;
}

.ourProcessSection .row {
    width: 100%;
    margin-bottom: 50px;
}

.ourProcessSection h3, .ourProcessSection p {
    transition: 0.3s;
}

.orangeText {
    color: #FF4700 !important;
    transition: 0.4s;
}

.whiteText {
    color: white !important;
    transition: 0.4s;
}

.blackText {
    color: black !important;
    transition: 0.4s;
}

.highlightedStep {
    color: white !important;
    transition: .4s;
    border-color: #FF4700;
    background-color: #FF4700;
}

.weDoSection-center .weDoSection-linearGradient {
    background: linear-gradient(0deg, rgba(20,20,20,1) 0%, rgba(20,20,20,0) 100%);
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: black; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


p#form-message {
    color: white;
    font-size: 20px;
    padding-top: 15px;
}


/****

720p screens - adaptation

****/



@media screen and (min-width: 769px) and (max-width:1480px) {
    .formContainer h2 {
        margin-top: 130px;
    }
    
    h1 {
        width: 85%;
    }
    
    .processStep {
        padding: 14px 18px 14px 21px;
    }
    
    #myVideo {
        height: 900px;
    }

    .weDoSection h3 {
        margin-bottom: 50px;
        font-size: 16px;
    }
    
    .weDoSection-info {
        pointer-events: none;
        font-size: 16px;
        line-height: 1.5;
        padding: 25px;
    }
    
    .weDoSection-left .crossIcon {
        top: -25px;
        left: 25px;
    }
    
    .weDoSection-center .crossIcon {
        left: 25px;
        top: 360px;
    }
    
    .weDoSection-right .crossIcon {
        top: -20px;
        left: 35px;
    }
    
    .portfolioSection-list li {
        font-size: 21px;
        margin-bottom: 8px;
    }
    
    .portfolioSection-list h2 {
        color: black;
        font-size: 28px;
    }
    
    .portfolioSection-info {
        padding: 85px 0px 85px 60px;
    }
    
    .portfolioSection-infoText {
/*         position: absolute;
        bottom: 70px; */
        font-size: 15px;
        line-height: 1.5;
    }
}



/****

Mobile screens - adaptation

****/



@media screen and (max-width: 768px) {
    h1, h2 {
        width: 100%;
        font-size: 28px;
        line-height: 1.4;
        margin-top: 0px;
    }
    
    h1 {
        margin-top: 110px;
    }
    
    .portfolioSection-list, .portfolioSection-info, .portfolioSection-item {
        width: 100%;
        display: block;
        padding: 0 2%;
    }
    
    .row {
        width: 96%;
    }
    
    .portfolioSection-item img {
        width: 80%;
        height: auto;
    }
    
    .formbgContainer {
        display: none;
    }
    
    .bgWhite {
        margin-left: 0px;
    }
    
    .footerContent {
        text-align: left;
        padding: 5px 0px 10px;
        font-size: 13px;
    }
    
    .mobileHidden {
        display: none;
    }
    
    .desktopHidden {
        display: block;
    }
    
    .processStep {
        padding: 7px 11px 7px 14px;
        margin-bottom: 0;
        position: relative;
        top: 33px;
    }
    
    .ourProcessSection .row {
        margin-bottom: 0px;        
    }
    
    .ourProcessSection h3 {
        transition: 0.3s;
        margin-left: 60px;
        margin-bottom: 30px;
    }
    
    .topMenu {
        margin: 0 auto;
        background-color: black;
        width: 100%;
        padding-top: 15px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        border-bottom: 1px solid #ff4700;
    }
    
    .topMenu ul{
        padding: 0;
    }
    
    .topMenu li {
        text-align: center;
        margin: 15px auto;
        width: 100%;
    }
    
    .introSection .col-lg-4 {
        text-align: left;
        margin-top: 50px;
    }
    
    .introSection .col-lg-4 p {
        margin-bottom: 0;
    }
    
    .weDoSection-left, .weDoSection-right, .weDoSection-center {
        margin-bottom: 20px;
    }
    
    .formContainer .col-lg-4 {
        background-color: transparent;
        padding: 0 15px 10px;
    }
    
    form {
        padding: 15px 15px;
        background-color: #ff4700;
    }
    
    .formContainer {
        background-image: none;
    }
    
    .formContainer h2 {
        margin-bottom: 30px;
        margin-top: 0px;
        font-size: 28px;
    }
    
    .buttonContainer {
        background-color: white;
        width: 100%;
    }
    
    .scaleContainer {
        height: 200px;
    }
 
    .weDoSection-picture {
        height: 200px;
    }
    
    .weDoSection-info {
        padding: 25px 25px 30px;
        min-height: 300px;
    }
    
    .weDoSection-text {
        line-height: 1.5;
        font-size: 16px;
    }
    
    .weDoSection h3 {
        margin-bottom: 50px;
    }
    
    .weDoSection-left .crossIcon {
        left: 25px;
        top: -30px;
    }

    .portfolioSection-listContent {
        width: 90%;
        padding: 0;
        margin: 30px 15px;
    }
    
    .portfolioSection {
        margin: 0 auto;
        width: 100%;
    }
    
    .portfolioSection-list ul {
        bottom: 20px;
    }
    
    .formContainer a {
        font-weight: 500 !important;
    }
    
    .portfolioSection-list h2 {
        color: black;
        font-size: 28px;
        padding-top: 40px;
        font-weight: 500;
        line-height: 1.25;
    }
    
    .portfolioSection-list li {
        font-family: "Poppins", sans-serif;
        font-size: 22px;
        opacity: 1;
        margin-bottom: 6px;
    }
    
    .portfolioSection-list {
        height: 420px;
    }
    
    .portfolioSection-list img {
        position: absolute;
        top: 40px;
        left: 290px;
    }
    
    .portfolioSection-info {
        width: 88%;
        margin: 30px 15px;
        height: auto;
    }
    
    .portfolioSection-infoText {
        position: relative;
        bottom: 0;
        display: block;
        padding-bottom: 10px;
    }
    
    .portfolioSection-item {
        display: block;
        width: 100%;
        vertical-align: top;
        height: auto;
        padding-top: 0px;
    }
    
    #ourProcessSection-testing, #ourProcessSection-development, #ourProcessSection-uxdesign, #ourProcessSection-strategy {
        padding: 0;
    }
    
    .processCrosses {
        top: -45px;
        left: 245px;
    }
    
    .processTitle img {
        margin-left: 0;
        margin-top: 0;
        position: absolute;
        top: 35px;
        left: 190px;
    }
    
    .processTitle {
        margin-bottom: 0px;
        margin-top: 40px;
    }
    
    .weDoSection-right .crossIcon {
        top: -20px;
        left: 35px;
    }
    
    .weDoSection-center .crossIcon {
        left: 190px;
        top: -40px;
    }
    
    .weDoSection-center .weDoSection-linearGradient {
        background: linear-gradient(0deg, rgba(20,20,20,1) 0%, rgba(20,20,20,0) 100%);
    }
    
    .weDoSection-iconBlack {
        position: absolute;
        right: 25px;
        top: 25px;
        z-index: -1;
    }
    
    .mobileMenu {
        position: fixed;
        padding: 22px;
        background-color: #ff4700;
        top: 0;
        right: 0;
        z-index: 4;
        box-shadow: 0 0 20px rgba(0,0,0,0.15);
    }
    
    .mobileMenu img{
        width: 30px;
        height: auto;
    }
    
    #myVideo {
        height: 100%;
        opacity: .35;
    }
    
    .videoContainer {
        height: 720px;
        z-index: -1;
        position: fixed;
        top: 0;
        left: 0;
    }
    
    .parallaxBlack {
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 95%, rgba(0,0,0,0) 100%);
        z-index: 1;
        position: relative;
    }
    
    html {
        min-width: 320px;
    }
    
    .portfolioSection-page {
        width: 100%;
    }
}
