/* Generated by less 2.5.1 */
.calc {
    position: fixed;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
}

.test {
    margin: 0;
}

html {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    background: #372777;
    font-family: 'Lato', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
}

body.lock {
    overflow: hidden;
}

.body-bg1 {
    height: 100%;
    width: 100%;
    position: fixed;
    background: #372777;
    background: -moz-linear-gradient(300deg, #372777 0%, #9b0fb8 80%);
    background: -webkit-linear-gradient(300deg, #372777 0%, #9b0fb8 80%);
    background: linear-gradient(300deg, #372777 0%, #9b0fb8 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#372777", endColorstr="#9b0fb8", GradientType=1);
}

.body-bg2 {
    height: 100%;
    width: 100%;
    position: fixed;
    background: #372777;
    background: -moz-linear-gradient(0deg, #372777 0%, rgba(53, 39, 118, 0) 100%);
    background: -webkit-linear-gradient(0deg, #372777 0%, rgba(53, 39, 118, 0) 100%);
    background: linear-gradient(0deg, #372777 0%, rgba(53, 39, 118, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#372777", endColorstr="#352776", GradientType=1);
}

.word-length {
    font-size: 50px;
    position: absolute;
    visibility: hidden;
}

h2 {
    font-size: 300px;
    text-align: center;
    color: #1e1e1e;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: -50%;
    padding-left: 100px;
    margin-left: -100px;
    margin-bottom: 0;
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    z-index: 1;
}

h3 {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    color: #13759e;
    font-size: 70px;
    margin-left: 50px;
    margin-top: -55px;
    opacity: 0;
    text-transform: uppercase;
    font-style: italic;
    z-index: 2;
    text-shadow: 10px 0px 10px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

.heading {
    height: 150vh;
    width: 100%;
    top: 0;
    position: relative;
}

.heading div {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 100px;
    top: 0;
    overflow: hidden;
}

.wrapper {
    height: 100%;
    width: 100%;
}

.page-loader {
    height: 100%;
    width: 100vw;
    position: fixed;
    display: flex;
    z-index: 1000;
    background: #1e1e1e;
    justify-content: center;
    align-items: center;
}

.page-loader .loader-container {
    height: 50px;
    width: 50px;
    position: relative;
    overflow: hidden;
}

.page-loader .loader-container img {
    width: 100%;
    position: relative;
}

.page-loader .loader-container .loading {
    height: 100%;
    width: 200%;
    position: absolute;
    top: 0;
    opacity: 0.8;
}

.page-loader .loader-container .loading span {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    background: #1e1e1e;
    background: -moz-linear-gradient(90deg, #1e1e1e 0%, #1e1e1e 6%, rgba(30, 30, 30, 0) 15%, #1e1e1e 27%, #1e1e1e 39%, rgba(30, 30, 30, 0) 50%, #1e1e1e 61%, #1e1e1e 73%, rgba(30, 30, 30, 0) 85%, #1e1e1e 94%, #1e1e1e 100%);
    background: -webkit-linear-gradient(90deg, #1e1e1e 0%, #1e1e1e 6%, rgba(30, 30, 30, 0) 15%, #1e1e1e 27%, #1e1e1e 39%, rgba(30, 30, 30, 0) 50%, #1e1e1e 61%, #1e1e1e 73%, rgba(30, 30, 30, 0) 85%, #1e1e1e 94%, #1e1e1e 100%);
    background: linear-gradient(90deg, #1e1e1e 0%, #1e1e1e 6%, rgba(30, 30, 30, 0) 15%, #1e1e1e 27%, #1e1e1e 39%, rgba(30, 30, 30, 0) 50%, #1e1e1e 61%, #1e1e1e 73%, rgba(30, 30, 30, 0) 85%, #1e1e1e 94%, #1e1e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e1e1e", endColorstr="#1e1e1e", GradientType=1);
    animation: loading;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes loading {
    0% {
        left: -50%;
        top: 0;
    }

    100% {
        left: 50%;
        top: 0;
    }
}

@-webkit-keyframes loading {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

.page-loader .loader-container .loading span:nth-child(1) {
    margin-left: -100%;
}

.tech {
    position: fixed;
    width: 100%;
    height: 150%;
    left: 100px;
    opacity: 0;
    transition: 1s;
}

.tech span {
    display: block;
    position: absolute;
    height: 7px;
    width: 7px;
    background: #fff;
    box-shadow: 0px 0px 5px 0 #ffffff;
    bottom: 0;
    border-radius: 100%;
    animation: tech;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes tech {
    0% {
        bottom: 0%;
    }

    100% {
        bottom: 150%;
    }
}

@-webkit-keyframes tech {
    0% {
        bottom: 0%;
    }

    100% {
        bottom: 150%;
    }
}

.tech span:nth-child(odd) {
    left: 1000px;
    top: 0;
    animation: tech2;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes tech2 {
    0% {
        top: 0%;
    }

    100% {
        top: 150%;
    }
}

@-webkit-keyframes tech2 {
    0% {
        top: 0%;
    }

    100% {
        top: 150%;
    }
}

.tech span:nth-child(odd)::after {
    top: auto;
    bottom: 0;
    background: #ffffff;
    background: -moz-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.tech span::after {
    content: '';
    width: 1px;
    top: 0;
    left: 3px;
    position: absolute;
    height: 50vh;
    background: #ffffff;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.skills h4 {
    font-size: 40px;
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
}

.skill-bar-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.skill-bar-container .skill-bar {
    height: 200px;
    width: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1e1e1e;
    border-radius: 100%;
    border: 1px solid #1e1e1e;
    overflow: hidden;
    backface-visibility: hidden;
}

.skill-bar-container .skill-bar .hide-half {
    height: 100%;
    width: 50%;
    position: absolute;
    background-color: #1e1e1e;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 0s;
    transition-delay: 0.45s;
    backface-visibility: hidden;
}

.skill-bar-container .skill-bar .half-50,
.skill-bar-container .skill-bar .half-100 {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(1deg);
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #1e1e1e;
    transition: 0.4s;
    transition-timing-function: ease-in;
    backface-visibility: hidden;
    opacity: 0;
}

.skill-bar-container .skill-bar .half-50 span,
.skill-bar-container .skill-bar .half-100 span {
    height: 100%;
    width: 50%;
    display: block;
    background: #13759e;
    transform-origin: right;
    transition-timing-function: ease-out;
    transition: 0.4s;
    transition-delay: 0.4s;
    backface-visibility: hidden;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.skill-bar-container .skill-bar .percentage-container {
    margin: 0;
    height: 80%;
    width: 80%;
    background: #1e1e1e;
    border-radius: 100%;
    z-index: 3;
    box-shadow: -10px -10px 10px 0 rgba(255, 255, 255, 0.02), 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #13759e;
}

.skill-bar-container .skill-bar .percentage-container .percentage {
    opacity: 0;
}

.skill-bar-container .skill-bar .percentage-container p {
    margin: 0;
    color: #13759e;
    opacity: 0;
    transform: scale(0);
    transition: 0.6s;
}

.skill-bar-container .skill-bar .shadow-skill-bar {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    z-index: 2;
    box-shadow: inset -10px -10px 10px 0 rgba(255, 255, 255, 0.02), inset 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.skill-bar-container .skill {
    width: 200px;
    margin: 10px 0 50px 0;
    color: rgba(255, 255, 255, 0.5);
}

nav {
    position: fixed;
    width: 100px;
    display: flex;
    flex-direction: column-reverse;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 10;
    transition: 0.3s;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
}

nav .convex-container {
    height: 50px;
    width: 50px;
    z-index: 1;
    position: relative;
    margin-top: 25px;
    background: none;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2), -5px -5px 10px 0 rgba(255, 255, 255, 0.1);
}

nav .convex-container a {
    color: rgba(0, 0, 0, 0.5);
}

nav .convex-container a p {
    position: absolute;
    margin: 0;
    left: 0;
    padding: 24px;
    padding-left: 100px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    width: 220px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

nav .convex-container a.scrollspy span {
    color: #fff;
}

nav .convex-container a.scrollspy p {
    color: #fff;
}

nav .nav-navbar {
    padding: 25px;
    z-index: 1000;
}

nav .nav-navbar:hover p {
    opacity: 1;
    visibility: visible;
}

nav .nav-navbar:hover + .shadow {
    opacity: 0.8;
    visibility: visible;
}

nav .nav-brand {
    position: absolute;
    top: 0;
    width: 100px;
    z-index: 1000;
    transform: translateX(-50%);
    left: 50%;
}

nav .nav-brand a img {
    width: 70%;
    margin-top: 10px;
    margin-left: 15%;
    opacity: 0.5;
}

nav .shadow {
    height: 100%;
    width: 100%;
    position: fixed;
    visibility: hidden;
    transition: 0.5s;
    top: 0;
    left: 0;
    opacity: 0;
    background: #000000;
    background: -moz-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.convex-container {
    border-radius: 15px;
    height: 50px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2), -5px -5px 10px 0 rgba(255, 255, 255, 0.1);
}

.convex-container a,
.convex-container input {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 15px;
    color: #ffffff;
    transition: 0.3s;
}

.convex-container a span,
.convex-container input span {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
}

.convex-container a:hover,
.convex-container input:hover {
    color: #fff;
    box-shadow: inset -10px -10px 30px 0 rgba(255, 255, 255, 0.02), inset 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.convex-container a:hover p,
.convex-container input:hover p,
.convex-container a:hover span,
.convex-container input:hover span {
    color: #13759e;
}

.convex-container a {
    cursor: pointer;
}

.concave-container {
    box-shadow: inset -10px -10px 10px 0 rgba(255, 255, 255, 0.02), inset 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

header {
    height: 50vh;
    width: 100%;
    position: relative;
    color: #fff;
    padding-left: 100px;
    z-index: 10;
    display: flex;
    justify-content: center;
}

header .container {
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: fixed;
}

header img {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
}

header h1 {
    color: #ffffff;
    position: fixed;
    font-size: 50px;
    margin: 0;
    transform: translateY(-110px);
}

header h1 .typeing {
    transition: 1s;
    display: inline-grid;
    width: 400px;
    overflow: hidden;
    height: inherit;
}

header h1 .typeing span {
    width: 100vw;
    display: inline-block;
}

header h1 .cursor {
    display: block;
    opacity: 0;
    background: #fff;
    height: 100%;
    width: 1px;
    right: 0px;
    top: 0;
    position: absolute;
    animation: cursor;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes cursor {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes cursor {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

header p {
    color: #ffffff;
    position: fixed;
    font-size: 26px;
    margin: 0;
    transform: translateY(-60px);
}

header .convex-container {
    width: 160px;
    position: fixed;
}

header .convex-container a span {
    color: #ffffff;
}

header .convex-container a:hover span {
    color: rgba(255, 255, 255, 0.5);
    transform: scale(0.92);
}

section {
    transition: 0.3s;
    position: relative;
    width: 100%;
    overflow: hidden;
}

section .section-body {
    width: 100%;
    padding-left: 100px;
    padding-top: 110px;
    padding-bottom: 50px;
    position: relative;
    background: #1e1e1e;
    transition: 0.3s;
    z-index: 1;
    left: 0;
    box-shadow: 0px 0px 30px 0px #000000;
}

section .section-body h2 {
    position: absolute;
    top: -235px;
    transform: translateX(-50%);
    padding-left: 117px;
    margin-left: -8px;
    left: 50%;
    color: #1e1e1e;
    opacity: 0;
}

section .filter {
    text-align: center;
}

section .filter .convex-container {
    display: inline-block;
    height: 60px;
    padding: 5px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3), -5px -5px 10px 0 rgba(255, 255, 255, 0.05);
}

section .filter .convex-container a {
    display: block;
    float: left;
    width: auto;
    padding: 13px 20px;
    border-radius: 10px;
    backface-visibility: hidden;
}

section .filter .convex-container a span {
    transition: 0.3s;
    display: block;
    backface-visibility: hidden;
    color: #ffffff;
}

section .filter .convex-container a:hover {
    box-shadow: inset -10px -10px 30px 0 rgba(255, 255, 255, 0.06), inset 10px 10px 30px 0 rgba(0, 0, 0, 0.6);
}

section .filter .convex-container a:hover span {
    transform: scale(0.92);
    color: rgba(255, 255, 255, 0.5);
}

section .about-img .img-container {
    border: 1px solid #13759e;
    overflow: hidden;
}

section .about-img img {
    width: 100%;
    transform: translateY(0px) scale(1.1);
    position: relative;
}

section p {
    color: #fff;
}

section article {
    padding: 2px;
}

.works {
    overflow: visible;
}

.about-info .description {
    padding-left: 30px;
}

.about-info .description p:nth-child(1) {
    font-size: 30px;
}

.about-info .description p:nth-child(2) {
    font-size: 40px;
    margin-bottom: 50px;
}

.about-info .description p:nth-child(2) span {
    display: block;
    font-size: 20px;
    opacity: 0.5;
    text-transform: uppercase;
}

.about-info .personal-info {
    padding-left: 30px;
    margin-top: 50px;
}

.about-info .personal-info span {
    opacity: 0.5;
    padding-right: 5px;
}

.slide-line-effect {
    position: absolute;
    z-index: 0;
    width: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.slide-line-effect span {
    height: 2px;
    width: 30%;
    display: block;
    left: -30%;
    position: relative;
    background: #13759e;
    background: -moz-linear-gradient(90deg, rgba(19, 117, 158, 0) 0%, #13759e 50%, rgba(30, 30, 30, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(19, 117, 158, 0) 0%, #13759e 50%, rgba(30, 30, 30, 0) 100%);
    background: linear-gradient(90deg, rgba(19, 117, 158, 0) 0%, #13759e 50%, rgba(30, 30, 30, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13759e", endColorstr="#1e1e1e", GradientType=1);
    animation: slide-line;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}

@keyframes slide-line {
    0% {
        left: -30%;
    }

    30% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes slide-line {
    0% {
        left: -30%;
    }

    30% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

.all-projects {
    position: relative;
    width: 100%;
    perspective: 2000px;
    z-index: 2;
    margin-bottom: 50px;
    transition: 0.6s;
}

.project-container {
    padding: 0 15px;
    transition: 0.4s;
    width: 50%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    transform: scale(0);
}

.project-container .project {
    border-radius: 15px;
    box-shadow: 30px 30px 30px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    transition: 0.4s;
}

.project-container .project .controls-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: rgba(19, 117, 158, 0.3);
    opacity: 0;
    transition: 0.3s;
}

.project-container .project .controls-container:hover {
    opacity: 1;
}

.project-container .project .controls-container:hover .controls {
    bottom: 0;
}

.project-container .project .controls {
    position: absolute;
    background: #13759e;
    bottom: -100px;
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    display: none;
}

.project-container .project .controls .convex-container {
    margin: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4), -5px -5px 10px 0 rgba(255, 255, 255, 0.1);
}

.project-container .project .controls .convex-container a {
    padding: 0 30px;
    border-radius: 0;
}

.project-container .project .controls .convex-container a span {
    color: #fff;
    transition: 0.3s;
}

.project-container .project .controls .convex-container a:hover span {
    color: rgba(255, 255, 255, 0.5);
    transform: scale(0.92);
}

.project-container .project a {
    display: block;
}

.project-container .project a:hover span {
    opacity: 1;
}

.project-container .project a span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(19, 117, 158, 0.3);
    opacity: 0;
    transition: 0.3s;
}

.project-container .project-back {
    position: absolute;
    background: #fff;
    left: 15px;
    right: 30px;
    top: 0;
    z-index: -1;
    bottom: 0;
    opacity: 0;
    transition: 0.4s;
    border-radius: 15px;
}

.project-container .project-back p {
    font-size: 50px;
    background: #000;
}

.project-container img {
    width: 100%;
    position: relative;
}

.project-container.open {
    padding: 0;
    height: 100vh;
    width: 100vw;
    z-index: 10;
    transform: rotateY(180deg);
    transition: 0.4s;
}

.project-container.open .project-back {
    height: 100vh !important;
    left: 0;
    right: 0;
    border-radius: 0;
    opacity: 1;
    z-index: 2;
    transition: 0.4s;
}

.project-container.open .project {
    transition: 0.4s;
}

.project-container.open .project img {
    opacity: 0;
    transition: 0s;
    transition-delay: 0s;
}

.project-container.open .controls-container {
    display: none;
}

.show-project {
    z-index: 1;
    transform: scale(1);
}

.show-project:nth-child(odd) {
    padding-right: 30px;
}

.show-project:nth-child(even) {
    padding-left: 30px;
}

.service {
    box-shadow: inset -10px -10px 10px 0 rgba(255, 255, 255, 0.02), inset 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.service .service-icon {
    position: absolute;
    height: 70px;
    width: 60px;
    border-bottom-left-radius: 15px;
    right: 0;
    top: 0;
    background: #1e1e1e;
    box-shadow: -10px 0px 10px 0 rgba(255, 255, 255, 0.02), 0px 10px 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.service .service-icon span,
.service .service-icon i {
    font-size: 30px;
    color: #13759e;
    transition: 0.3s;
}

.service h4 {
    margin-bottom: 40px;
    position: relative;
    color: #fff;
}

.service h4::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    top: 40px;
    left: 0;
    background: #13759e;
}

.service p {
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.service-container:nth-child(1),
.service-container:nth-child(4) {
    padding-right: 35px;
}

.service-container:nth-child(2),
.service-container:nth-child(5) {
    padding: 0 25px;
}

.service-container:nth-child(3),
.service-container:nth-child(6) {
    padding-left: 35px;
}

.container {
    z-index: 1;
    padding-left: 30px;
    padding-right: 30px;
}

.contact-form {
    padding-bottom: 50px;
    overflow: hidden;
}

.contact-form input,
.contact-form textarea {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    color: rgba(255, 255, 255, 0.5);
}

.contact-form input:invalid,
.contact-form textarea:invalid {
    box-shadow: none;
}

.contact-form .concave-container {
    padding: 15px 20px;
    margin-bottom: 40px;
}

.contact-form textarea {
    resize: none;
}

.contact-form span {
    position: absolute;
    color: rgba(255, 255, 255, 0.2);
}

.contact-form .convex-container {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3), -5px -5px 10px 0 rgba(255, 255, 255, 0.05);
}

.contact-form .convex-container input:hover {
    box-shadow: inset -10px -10px 30px 0 rgba(255, 255, 255, 0.05), inset 10px 10px 30px 0 rgba(0, 0, 0, 0.5);
}

.contact-form .convex-container input:hover + span {
    color: rgba(255, 255, 255, 0.5);
    transform: scale(0.92);
}

.contact-form .convex-container span {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    z-index: -1;
    transition: 0.3s;
}

.contact-info h5 {
    font-size: 30px;
    color: #fff;
}

.contact-info .icon-container {
    float: left;
    padding: 20px 20px 13px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-info .icon-container span {
    font-size: 32px;
    color: #13759e;
}

.contact-info .info-container {
    padding-left: 80px;
}

.contact-info p {
    margin: 0;
    padding-bottom: 12px;
    color: #fff;
}

.contact-info h6 {
    margin: 0;
    padding-top: 12px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
}

.contact-details {
    margin-top: 20px;
}

form {
    margin-right: -15px;
}

form > div {
    float: left;
}

.projects-info {
    position: fixed;
    background: #fff;
    height: 100vh;
    width: 100vw;
    z-index: 2;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
}

.projects-info .specs a {
    display: block;
    color: #13759e;
    text-decoration: none;
}

.projects-info .carousel {
    display: none;
}

.projects-info .header-border {
    height: 1px;
    background: #13759e;
    background: -moz-linear-gradient(90deg, rgba(19, 117, 158, 0.5) 0%, #13759e 100%);
    background: -webkit-linear-gradient(90deg, rgba(19, 117, 158, 0.5) 0%, #13759e 100%);
    background: linear-gradient(90deg, rgba(19, 117, 158, 0.5) 0%, #13759e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13759e", endColorstr="#13759e", GradientType=1);
    width: 0;
    position: absolute;
    margin-top: 300px;
    transition: 0s;
}

.projects-info .header-back {
    height: 300px;
    position: absolute;
    top: 0;
    width: 100vw;
    left: 0;
    background: #c4c4c4;
    background: -moz-linear-gradient(45deg, #c4c4c4 0%, #e3e3e3 100%);
    background: -webkit-linear-gradient(45deg, #c4c4c4 0%, #e3e3e3 100%);
    background: linear-gradient(45deg, #c4c4c4 0%, #e3e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c4c4c4", endColorstr="#e3e3e3", GradientType=1);
    opacity: 0;
    overflow: hidden;
    transition: 0s;
}

.projects-info .controls-container {
    margin-left: -15px;
    height: 300px;
    position: absolute;
    overflow: hidden;
    width: 100%;
    opacity: 0;
}

.projects-info .convex-container {
    margin-left: 15px;
    position: absolute;
    height: auto;
    top: 260px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2), -5px -5px 10px 0 rgba(255, 255, 255, 0.3);
}

.projects-info .convex-container a {
    opacity: 1;
    height: 40px;
    position: relative;
    float: left;
    width: auto;
    padding: 0 20px;
    margin: 5px;
    margin-bottom: 15px;
    border-radius: 10px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 900;
    z-index: 100;
    text-transform: uppercase;
    cursor: pointer;
}

.projects-info .convex-container a:hover {
    box-shadow: inset -5px -5px 15px 0 rgba(255, 255, 255, 0.5), inset 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.projects-info .carousel-control-next {
    right: auto;
}

.projects-info.open {
    visibility: visible;
}

.projects-info.open .header-border {
    width: 100vw;
    transition: 0.6s;
}

.projects-info.open .header-back {
    opacity: 1;
    transition: 1s;
}

.projects-info.open .controls-container {
    opacity: 1;
    transition: 1s;
}

.carousel .item-header {
    height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    perspective: 2000px;
    perspective-origin: bottom;
    overflow: hidden;
}

.carousel .item-header p {
    font-weight: 900;
    margin: 0;
    transition: 1s;
}

.carousel .item-header p:nth-child(1) {
    font-size: 100px;
    line-height: 1;
}

.carousel .item-header p:nth-child(2) {
    font-size: 20px;
    font-style: italic;
    color: #9b9b9b;
    text-transform: uppercase;
    display: none;
}

.carousel .item-header img {
    position: absolute;
    right: -140px;
    top: 100px;
    transform: rotateX(50deg) skewX(-20deg) scale(0.5) rotate(20deg);
    transform-origin: top;
    transition: 1s;
}

.carousel .item-content {
    padding-top: 50px;
}

.carousel .item-content h4 {
    position: relative;
    font-size: 30px;
    margin-bottom: 30px;
}

.carousel .item-content h4::after {
    content: '';
    height: 1px;
    width: 40px;
    position: absolute;
    background: #13759e;
    top: 40px;
    left: 0;
}

.carousel .item-content span {
    color: rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
}

.carousel .item-content img {
    width: 100%;
    margin-bottom: 50px;
}

.carousel .carousel-item {
    display: block;
    height: 100%;
}

.carousel .carousel-item .item-header {
    visibility: hidden;
}

.carousel .carousel-item .item-header p {
    margin-left: -150%;
}

.carousel .carousel-item .item-header img {
    top: 500px;
    z-index: -1;
}

.carousel .carousel-item .item-content {
    opacity: 0;
    transition: 0.4s;
}

.carousel .carousel-item.active {
    height: auto;
}

.carousel .carousel-item.active .item-header {
    visibility: visible;
}

.carousel .carousel-item.active .item-header p {
    margin-left: 0;
}

.carousel .carousel-item.active .item-header img {
    top: 100px;
}

.carousel .carousel-item.active .item-content {
    opacity: 1;
}

.sending {
    position: absolute;
    display: flex;
    top: 0;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    height: 100%;
    visibility: hidden;
}

.sending p {
    color: #fff;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}

.sending .spinner-border {
    border: 2px solid #fff;
    border-right-color: transparent;
    height: 20px;
    width: 20px;
}

#contact-results {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#contact-results .failure,
#contact-results .success {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #1e1e1e;
    color: #fff;
    height: 110vh;
    font-size: 20px;
}

#contact-results .failure li,
#contact-results .success li {
    margin-left: 20px;
}

.mobile-nav {
    display: none;
    z-index: 100;
    position: fixed;
    height: 70px;
    padding: 5px;
}

.mobile-nav img {
    height: 56px;
}

.mobile-nav .nav-button {
    top: 20px;
    right: 15px;
    position: absolute;
    cursor: pointer;
}

.mobile-nav .nav-button span {
    height: 3px;
    width: 30px;
    display: block;
    background: #fff;
    margin: 5px 0;
}

.mobile-nav .nav-button span:nth-child(2) {
    margin-left: 5px;
}

.mobile-nav .mobile-navbar {
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: -1;
    background: #1e1e1e;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.mobile-nav .mobile-navbar a {
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px;
}

.mobile-nav .mobile-navbar.open {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 1499px) {
    h2 {
        font-size: 240px;
    }

    section .section-body h2 {
        top: -180px;
    }

    h3 {
        font-size: 50px;
        margin-top: -35px;
    }
}

@media screen and (max-width: 1199px) {

    header h1,
    .word-length {
        font-size: 40px;
    }

    h2 {
        font-size: 190px;
    }

    section .section-body h2 {
        top: -140px;
    }

    h3 {
        font-size: 40px;
        margin-top: -25px;
    }

    h4 {
        font-size: 22px;
    }

    .skill-bar-container .skill-bar {
        height: 170px;
        width: 170px;
    }

    .skill-bar-container .skill-bar .percentage-container {
        height: 85%;
        width: 85%;
        box-shadow: -5px -5px 10px 0 rgba(255, 255, 255, 0.04), 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
    }

    .service-container:nth-child(1),
    .service-container:nth-child(4) {
        padding-right: 15px;
    }

    .service-container:nth-child(2),
    .service-container:nth-child(5) {
        padding: 0 15px;
    }

    .service-container:nth-child(3),
    .service-container:nth-child(6) {
        padding-left: 15px;
    }

    .service-container:nth-child(odd) {
        padding-right: 30px;
    }

    .service-container:nth-child(even) {
        padding-left: 30px;
    }
}

@media screen and (max-width: 991px) {
    .tech {
        left: 0;
    }

    .slide-line-effect span {
        height: 1px;
    }

    h2 {
        font-size: 160px;
        padding: 0;
        margin: 0;
    }

    h3 {
        margin-left: 0;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    nav {
        display: none;
        width: 0 !important;
    }

    header {
        padding: 0;
    }

    header img {
        margin-right: -30px !important;
        opacity: 0.5;
    }

    .heading div {
        left: 0;
    }

    section .section-body {
        padding-left: 0;
    }

    section .section-body h2 {
        padding-left: 17px;
        top: -120px;
    }

    .about-img .img-container {
        width: 250px;
        margin: 0 auto;
    }

    .about-info {
        margin-top: 50px;
    }

    .skill-bar-container .skill-bar {
        height: 140px;
        width: 140px;
    }

    .skill-bar-container .skill-bar .percentage-container {
        height: 85%;
        width: 85%;
    }

    .service h4 {
        font-size: 22px;
    }

    .mobile-nav {
        display: block;
    }

    .carousel .item-header img {
        opacity: 0.3;
    }
}

@media screen and (max-width: 767px) {

    header h1,
    .word-length {
        font-size: 26px;
    }

    header img {
        opacity: 0.1;
    }

    header p {
        font-size: 22px;
    }

    h2 {
        font-size: 120px;
    }

    h3 {
        font-size: 34px;
        margin-top: -20px;
    }

    section .section-body h2 {
        top: -90px;
    }

    .service-container:nth-child(odd) {
        padding-right: 15px;
    }

    .service-container:nth-child(even) {
        padding-left: 15px;
    }

    .project-container {
        width: 100%;
    }

    form {
        margin-left: -15px;
        margin-top: 40px;
    }

    form .concave-container {
        margin-bottom: 30px;
    }

    #contact-results {
        position: relative;
    }

    #contact-results .failure,
    #contact-results .success {
        margin-top: 100px;
        height: auto;
    }

    #contact-results .failure p,
    #contact-results .success p {
        margin: 0;
    }
}

@media screen and (max-width: 575px) {
    h2 {
        font-size: 20vw;
    }

    h3 {
        font-size: 7vw;
        margin-top: -5vw;
        width: 100%;
        text-align: center;
    }

    .project-container.open {
        transform: none;
    }

    header {
        height: 100%;
    }

    header img,
    header h1,
    header p,
    header .convex-container {
        position: absolute;
    }

    header .container {
        position: relative;
    }

    .tech {
        display: none !important;
    }

    section .heading {
        background: #1e1e1e;
        background: -moz-linear-gradient(0deg, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
        background: -webkit-linear-gradient(0deg, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
        background: linear-gradient(0deg, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e1e1e", endColorstr="#1e1e1e", GradientType=1);
        height: 200px;
    }

    section .heading div {
        display: none;
    }

    section .section-body {
        padding-bottom: 0;
        padding-top: 50px;
        box-shadow: none;
    }

    section .section-body h2 {
        top: -15vw;
        opacity: 1 !important;
    }

    section .section-body h3 {
        opacity: 1 !important;
    }

    section .filter .convex-container a {
        padding: 13px 2vw;
    }

    .project-container .project {
        box-shadow: none;
    }

    .about .heading {
        background: none;
    }

    .skill-bar-container .skill-bar {
        height: 120px;
        width: 120px;
    }

    .about-info .description,
    .about-info .personal-info {
        padding: 0;
    }

    .filter {
        display: none;
    }
}
