/*----------------------------------*/
/* BASIC SETUP */
/*----------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

body {
    background-color: black;
}

/*----------------------------------*/
/* WORLD MAP IMAGE HEADER BACKGROUND*/
/*----------------------------------*/

.background-image {
    float: right;
    height: 500px;
    margin-top: -120px;
    margin-right: -20px;
    z-index: -1;
}

/*----------------------------------*/
/* DAY/NIGHT LIGHT BUTTON */
/*----------------------------------*/
.day-button {
    position: fixed;
    cursor: pointer;
    top: 5px;
    right: 10px;
    font-size: 250%;
    font-weight: 900;
    z-index: 9999;
}

/*----------------------------------*/
/* DAY/NIGHT LIGHT BUTTON */
/*----------------------------------*/
.contact-button {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 20px;
    color: #41BBFF;
    font-size: 150%;
    font-weight: 900;
    z-index: 9999;
}

/*----------------------------------*/
/* NAME ROW */
/*----------------------------------*/

.name-row {
    width: 70%;
    margin: 90px auto;
    color: #00ffa5;
    text-shadow: 1px 1px 10px #00ff73;
    text-align: left;
}

/*----------------------------------*/
/* I BUILD WEB APPLICATIONS ROW */
/*----------------------------------*/

.i-do-row {
    width: 70%;
    margin: -10px auto;
}

.i-do-component {
    font-size: 400%;
    font-weight: 600;
    margin: -5px 0;
}

.js--change-text {
    color: #B794DE;
}

/*----------------------------------*/
/* PURPLE HORIZONTAL LINE */
/*----------------------------------*/

.purple-line-break {
    border: none;
    height: 3px;
    background-color: #B794DE;
    width: 100%;
    margin: 50px auto 90px auto;
}

/*----------------------------------*/
/* ABOUT ME ROW */
/*----------------------------------*/

.about-me-row {
    width: 70%;
    margin: 0 auto;
}

.about-me-text {
    font-size: 160%;
    font-weight: 700;
}

/*----------------------------------*/
/* FOLLOW ME ROW */
/*----------------------------------*/

.social {
    padding-left: 130px;
}

.follow-me-text {
    color: #8d8d8d;
    font-weight: 400;
    font-size: 90%;
}

.social-icons {
    margin-top: 30px;
    margin-left: 20px;
    list-style: none;
}

.social-icons li i {
    float: left;
    font-size: 150%;
    margin-right: 40px;
    transition: font-size 0.3s;
}

.social-icons li i:hover {
    font-size: 180%;
}


.social-icons li a {
    text-decoration: none;
}

.google {
    color: #dd4b39;
}

.github {
    color: #660166;
}

.linkedin {
    color: #0077B5;
}

.twitter {
    color: #55acee;
}

/*----------------------------------*/
/* PROJECTS NAME ROW */
/*----------------------------------*/

.section-projects-1 {
    background-color: #181818;
    margin-top: 370px;
}

.section-projects-3 {
    background-color: #181818;
}

.section-projects-2 {
    background-color: black;
}

.section-projects-1 .project-name-row,
.section-projects-2 .project-name-row,
.section-projects-3 .project-name-row {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.section-projects-1 .project-name-row,
.section-projects-3 .project-name-row {
    padding-top: 80px;
}

.project-name-row h5 {
    font-weight: 300;
    font-size: 75%;
    color: white;
}

.project-name-row img {
    height: 100px;
    margin-top: 10px;
}

.dsc-logo,
.flutter-logo {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.project-name-row h2 {
    font-size: 250%;
    font-weight: 700;
    margin: 15px 0 35px 0;
    text-shadow: 1px 1px 10px #fff;
}

.project-name-row a {
    text-decoration: none;
}

.project-name-row .see-more,
.project-name-row .see-more-text {
    color: #00ffa5;
    font-weight: 700;
}

.project-name-row .see-more {
    font-size: 140%;
    /* vertial alignment of icon with text hack :D*/
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
}

.project-name-row .see-more-text {
    font-size: 100%;
}

.project-name-row .see-more-text a {
    text-decoration: none;
    color: #00ffa5;
}

/*----------------------------------*/
/* PROJECT DIV */
/*----------------------------------*/
.section-projects-1 .project-div,
.section-projects-2 .project-div,
.section-projects-3 .project-div {
    width: 65%;
    margin: 70px auto;
    height: 870px;
    border-radius: 8px;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.5s;
}

/* project images*/
.images-row {
    width: 95%;
    margin: 20px auto;
}

.first-image,
.third-image {
    height: 500px;
    width: auto;
    padding: 0 10px;
    border-radius: 30px;
}

.second-image {
    height: 150px;
    width: 320px;
    padding: 0 10px;
    margin-bottom: 20px;
    border-radius: 30px;
}

.forth-image {
    height: 400px;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
    border-radius: 30px;
}


.first-tulba-image {
    height: 270px;
    width: 480px;
    border-radius: 20px;
}

.second-tulba-image {
    margin-top: 50px;
    height: 210px;
    width: 320px;
    border-radius: 20px;
}


/* project images*/

.section-projects-1 .project-div:hover,
.section-projects-2 .project-div:hover,
.section-projects-3 .project-div:hover {
    transform: scale(1.05);
}

.section-projects-1 .project-div,
.section-projects-3 .project-div {
    background-color: black;
}

.section-projects-2 .project-div {
    background-color: #181818;
}

.project-div h6 {
    font-size: 50%;
    color: #8d8d8d;
    font-weight: 300;
    margin-bottom: 25px;
}

.project-features {
    width: 60%;
    margin: 0 auto;
    padding: 30px 0;
}

.project-features p {
    font-size: 120%;
    font-weight: 600;
    letter-spacing: -1px;
    word-spacing: 0;
    color: #C7CBDE;
}

.project-info {
    width: 40%;
    margin: 30px auto 100px auto;
    padding-bottom: 300px;
}

.project-info .description,
.project-info .features {
    text-align: left;
}

.project-info .features {
    padding-left: 100px;
}

.project-info .features ul {
    list-style: none;
}

.project-info .description h5,
.project-info .features h5 {
    color: #8d8d8d;
    font-size: 90%;
    margin-bottom: 15px;
}

.project-info .description p,
.project-info .features ul li {
    color: #fff;
    font-size: 100%;
    font-weight: 400;
    line-height: 145%;
}

/*----------------------------------*/
/* CAPABILITIES SECTION */
/*----------------------------------*/
.section-capabilities {
    padding-bottom: 400px;
}

.title-row {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 100px;
}

.title-row h1 {
    font-size: 300%;
    font-weight: 900;
}

.capabilities-columns {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.capabilities-columns img {
    height: 150px;
    width: 200px;
    border-radius: 5px;
}

.capabilities-columns h3 {
    font-size: 130%;
    font-weight: 900;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #E0E0E0;
}

.capabilities-columns ul {
    list-style: none;
}

.capabilities-columns ul li {
    color: #7A7A7A;
    font-size: 110%;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-weight: 500;
    line-height: 150%;
}

/*----------------------------------*/
/* CONTACT SECTION */
/*----------------------------------*/
.section-contact {
    margin-top: 200px;
    padding-bottom: 70px;
    background-color: #181818;
}

.contact-row {
    padding-top: 100px;
    width: 80%;
    margin: 200px auto;
}

.contact-row h2 {
    font-size: 220%;
    font-weight: 900;
    letter-spacing: 1px;
    word-spacing: 2px;
    margin-bottom: 20px;
    color: #DBDBDB;
}

.contact-row .contact-bubble-text {
    color: #41BBFF;
    word-spacing: 2px;
    letter-spacing: 1px;
    font-size: 140%;
    font-weight: 500;
}

.contact-row .contact-bubble {
    color: #41BBFF;
    margin-right: 10px;
}

.contact-row .left {
    text-align: left;
}

.contact-row .right {
    padding-top: 50px;
    line-height: 160%;
    text-align: right;
    font-size: 140%;
    color: #8d8d8d;
}

.contact-row .right ion-icon {
    /* vertical alignment of icon with text hack :D*/
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
}

.contact-box-row {
    width: 40%;
    margin: 0 auto;
    padding: 30px 0;
}

.form-row {
    margin: 0 0 40px 0;
}

.form-row label {
    font-size: 120%;
    display: block;
}

.form-row input {
    width: 100%;
    margin-top: 10px;
    text-indent: 10px;
    height: 50px;
    border-radius: 5px;
    background-color: #bab9b9;
    border: 2px solid white;
}

.form-row textarea {
    width: 100%;
    margin-top: 10px;
    background-color: #bab9b9;
    border-radius: 5px;
    text-indent: 10px;
}

.form-row input:focus,
.form-row textarea:focus {
    background-color: white;
    box-shadow: 1px 1px 10px #41BBFF;
}

.submit-button {
    background-color: #41BBFF;
    border: none;
    padding: 15px 0;
    width: 200px;
    color: #181818;
    font-weight: 900;
    border-radius: 30px;
    transition: box-shadow 0.5s;
    cursor: pointer;
}

.submit-button:hover {
    box-shadow: 1px 1px 10px #0062FF;
}


/*----------------------------------*/
/* FOOTER */
/*----------------------------------*/
.footer-row {
    width: 60%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 100px;
}

.footer-social-icons {
    margin-left: 20px;
    list-style: none;
}

.footer-row {
    color: #494949;
    font-size: 90%;
}

.footer-social-icons li i {
    float: right;
    font-size: 140%;
    margin-right: 25px;
}

.footer-social-icons li a {
    text-decoration: none;
}


/*----------------------------------*/
/* ANIMATIONS  */
/*----------------------------------*/
.js--wp-caps-1,
.js--wp-caps-2,
.js--wp-caps-3 {
    opacity: 0;
}

.js--wp-project-1,
.js--wp-project-2,
.js--wp-project-3 {
    opacity: 0;
}
