/* Custom Stylesheet */
/**
 *
 * Made By Joash Pereira
 * Thanks for MaterializeCSS.com
 */

.default_color{background-color: #000000 !important}

.default_color_text{color: #ACB5BD !important}

.white-text {
    color: #ACB5BD !important
}

.intro-p-1 {
    padding-top: 5em !important;
    font-weight: 700 !important;
    font-size: 4.5em !important;
}

.intro-p-1 > p {
    margin :0;
}

.intro-p-2 {
    padding: 0 !important;
    padding-top: 1em !important;
    font-weight: 400 !important;
    font-size: 1.5em !important;
}

.intro-p-3 {
    padding: 0 !important;
    padding-top: 2em !important;
    font-weight: 400 !important;
    font-size: 2.5em !important;
}

#nav-mobile,
#nav-mobile > li > a{
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

@media only screen and (max-width: 480px) {
    .intro-p-1 {
        padding-top: 3em !important;
    }
    .intro-p-1 > p {
        margin :0;
        font-size: 0.5em !important;
    }
    .intro-p-2 {
        padding-top: 0em !important;
        font-size: 1.5em !important;
    }
    .intro-p-3 {
        padding-top: 1em !important;
        font-size: 1.7em !important;
    }
}

.contact-block {
    font-size: 1.5em;
    //font-weight: 100;
}

.contact-container {
    float: left;
    width: 200px;
    overflow: hidden;
}

.contact-container > img {
    height: 300px;
    transition: all 0.5s ease;
}

.contact-container:hover > img {
    transform: scale(1.1) rotate(3deg);
}

.contact-text {
    min-width: 75%;
    float: left;
    margin-top: 0.2em;
    line-height: 3.5rem;
}

.contact-text > p {
    margin-left: 5%;
}

.text-arrow {
    color: red;
}

.contact-intro {
    border-bottom-color: #F3F3F3;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 1em;
    padding-left: 2em;
}

.icon-block {
    padding: 0 15px;
}

#intro, #work, #team {
    padding-top: 4rem;
}

#intro {
    background-color: #000000 !important;
}


.text_intro {
    padding: 5% 0;
    font-size: 4em;
    font-weight: 100;
    color: rgba(255,255,255,0.95);
}

.nav-wrapper > ul {
    padding-top: 12px;
}

.nav-wrapper > ul > li {
    border-radius: 20px;
}


#nav_f {
    transition: 0.3s linear all;
    background-color: rgba(255,255,255,1);
}

.sticky {
    background-color: rgba(255,255,255,0.0) !important;
    color: #000000 !important
}

.sticky ul a {
    color: #FFF !important;
}

.btn {
    border-radius: 20px;
}


#index-banner {
    min-height: 100vh;
    max-height: 100vh;
    position: relative;
    background-color: #000000;
}

#nav_f{
    box-shadow: none !important;
    -webkit-box-shadow:none !important;
    height: 85px;
}

.text_h {
    padding: 5% 0;
    font-size: 4em;
    font-weight: 100;
    color: rgba(255,255,255,0.8);
}

.text_h3 {
    padding: 0% 0;
    line-height: 2.5rem;
    font-size: 1.3em;
    font-weight: 400;
    color: #86A299;
}

.brand-logo{
    overflow: hidden;
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    letter-spacing: 7px;
    background-image: url("/static/img/logo-light.png?v=3");
    //background-attachment: fixed;
    background-size:     300px;
    background-repeat: no-repeat;
    height: 90px;
}

.sticky .brand-logo{
    background-image: url("/static/img/logo-dark.png?v=3") !important;
}

.brand-logo > img {
    padding-top: 7px;
    width: 300px;
}

.text_h2 {
    font-weight: 100;margin-bottom: 4%; line-height: 4.5rem;
    color: rgba(255,255,255,1);
    font-weight: 400
}

#work {
    padding-bottom: 100px;
}

.work-activities-arrow {
    margin-top: -100px;
}

.work-activities-arrow > img {
    width: 100%;
}

.promo-example > img {
    width: 100px;
}

.promo-example,
.promo-example > p{
    color: #8D9797;
    max-width: 200px;
    font-weight: 300
}

.span_h2 {font-weight: 300;color: #2196F3;}

.text_b{
    color: #000000;
}

.work-container {
    background-color: #F0F4FF;
    border-color: #ECF0FA;
    border-width: 1px;
    border-style: solid;
    padding: 10px 20px;
}

.work-stage-container {
    padding-left: 50px;
}

.work-stage-container > h6 {
    margin: 0;
    margin-bottom: 2px;
}

.work-stage-container-item {
    padding-top: 10px;
    cursor: pointer;
}

.work-stage-container-item > img {
    width: 100px;
}

.work-stage-container-item:hover {
    background-color: #F0F4FF;
}

.work-stage-container-dot {
    font-size: 1.5rem;
    margin-right: 1em;
}

@-webkit-keyframes zoomInAndOutPopup {
  0% {
    background-size: 350% auto;
  }
  50% {
    background-size: 360% auto;
  }
  100% {
    background-size: 350% auto;
  }
}

@keyframes zoomInAndOutPopup {
  0% {
    background-size: auto 350%;
  }
  50% {
    background-size: auto 360%;
  }
  100% {
    background-size: auto 350%;
  }
}

#work-stage-container-popup {
    background-color: rgba(255,255,255, 0.0);
    background-image: url("/static/img/bk-popup.jpeg?v=5");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    -webkit-animation: zoomInAndOutPopup 10s infinite alternate;
    animation: zoomInAndOutPopup 10s infinite alternate;
    border-color: #000000;
    border-width: 3px;
    border-style: solid;
    width: 80%;
    height: 80%;
    position: fixed;
    top: 10%;
    left: 10%;
    display: block;
    z-index: 100000;
    overflow-y: scroll;
    scroll-behavior: auto;
    height: 0;
}

@media only screen and (max-width: 480px) {
    #work-stage-container-popup {
        top: 1%;
        left: 2.5%;
        width: 95%;
        height: 98%;
    }

    .text_intro {
        padding-top: 8em;
        font-size: 1.5em;
    }
}

.work-stage-container-popup-close {
    color: #A0A0A0;
    text-shadow: 2px 2px #FFFFFF;
    float: right;
    font-size: 2.5rem;
    padding-top: 30px;
    padding-right: 50px;
}

.work-stage-container-popup-close:hover {
    color: #000000;
}

#work-stage-container-popup-title{
    color: #000000;
    text-shadow: 2px 2px #FFFFFF;
    padding-top: 0.5em;
}

#work-stage-container-popup-content {
    padding-left: 5%;
    padding-right: 5%;
    line-height: 3rem;
    font-size: 1.8em;
    font-weight: 400;
    color: #000000;
    text-shadow: 2px 2px #FFFFFF;
}

#tech {
    padding-top: 40px;
}

.work-tech-container {
    margin-bottom: 80px;
}

.work-tech-row {
    background-color: #FFFFFF;
    border-color: #F6F6F6;
    border-width: 2px;
    border-style: solid;
    margin: 0;
    margin-top: -2px;
    padding: 10px 0;
}

.work-tech-container-title {
    color: #000000;
    font-weight: 900;
    padding-bottom: 20px;
}

.work-tech-category-item {
}

.work-tech-category-item > img {
    width: 50px;
    float: left;
}

.work-tech-category-title {
    line-height: 1.7rem;
    min-height: 50px;
    font-size: 1.3em;
    font-weight: 900;
    margin-left: 10px;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border-right-color: #F3F3F3;
    border-right-width: 6px;
    border-right-style: dotted;
}

.work-tech-item {
}

.work-tech-item > img {
    height: 50px;
    float: left;
}

.work-tech-title {
    line-height: 1.7rem;
    min-height: 50px;
    font-size: 1.3em;
    margin-left: 60px;
    display: flex;
    align-items: center;
}

.in{font-weight: 400 !important; font-style: normal !important;}

.promo i {
    color: #2196F3;
    font-size: 7rem;
    display: block;
}
.card-content a {color: #2196F3;}

.card-content a:hover {color: #2196F3;}

#work, #team{
    background: rgb(247, 247, 247);
}

.text_pink{color:#EF9A9A;}

nav ul a {
    font-size: 1.5rem;
    color: #000000;
    letter-spacing: 2px;
    display: block;
    font-weight: 400;
    padding: 0px 15px;
}

.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
    /* vertical bar */
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
    -webkit-animation: cd-pulse 1s infinite;
    -moz-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
    background-color: #FFF;
}

.cd-headline.type .cd-words-wrapper.selected::after {
    visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
    color: #2196F3;
}

.cd-headline.type b {
    visibility: hidden;
}

.cd-headline.type b.is-visible {
    visibility: visible;
}

.cd-headline.type i {
    position: absolute;
    visibility: hidden;
}
.cd-headline.type i.in {
    position: relative;
    visibility: visible;
}

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -moz-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        -moz-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        -o-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}


/* Preloader */
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:1200; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

@media only screen and (max-width: 480px) {
    .text_h {
        padding: 4% 0;
        font-size: 5em;
        font-weight: 100;
        color: white;
    }
}

input, textarea {
    border-bottom: 1px solid #fff;
}

nav a.button-collapse {
    color: #000000 !important;
    left: -25px;
}

.sticky .button-collapse > i {
    color: #FFFFFF !important;
}

.card-avatar .waves-effect {
    text-align: center;
    margin-top: 20px;
}

.card-avatar img {
    height: 150px;
    width: 150px;
    border-radius: 75px;
}

.card-avatar .card-content {
    text-align: center;
}

.card .card-content p {
    margin: 15px 0px;
}

.card-avatar .card-content i {
   font-size: 1.5rem;
}

.card-avatar .card-content .card-title {
    line-height: 30px !important;
}

.parallax-container {
    max-height: 400px;
}

footer.page-footer {
    margin-top: 0px !important;
    padding-bottom: 50px !important;
    min-height: 400px;
}



.card {
  border-radius: 10px;
}

.card_title {
    min-height: 70px;
    font-size: 1.2rem;
}

.card_title > p {
    padding: 0;
    margin: 0;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

@-webkit-keyframes zoomInAndOut {
  0% {
    background-size: 350% auto;
  }
  50% {
    background-size: 360% auto;
  }
  100% {
    background-size: 350% auto;
  }
}

@keyframes zoomInAndOut {
  0% {
    background-size: auto 350%;
  }
  50% {
    background-size: auto 360%;
  }
  100% {
    background-size: auto 350%;
  }
}

.no-pad-bot {
    overflow: hidden;
    background-image: url("/static/img/bk.jpeg?v=3");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    -webkit-animation: zoomInAndOut 10s infinite alternate;
    animation: zoomInAndOut 10s infinite alternate;
}

.navbar-fixed {
    position:fixed;
    transition:all 0.25s linear;
}







.s5ths,
.m5ths,
.l5ths,
.xl5ths {
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5ths {
  width: 20%;
}

@media only screen and (min-width: 601px) {
  .row .col.m5ths {
    width: 20%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l5ths {
    width: 20%;
  }
}

@media only screen and (min-width: 1201px) {
  .row .col.xl5ths {
    width: 20%;
  }
}
