/*! HTML5 Boilerplate v6.1.0 | MIT License |*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    word-wrap: break-word;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    line-height: 1.8;
}
body {
    color: #343434;
    font-family: 'Open Sans', sans-serif;
}
h1 {
    text-align: center;
}
h2, h3, h4, h5 {
    color:#444;
    font-weight: 400;
    margin: 0;
}
h2 {
    font-size: 1.6rem;
    padding: .5em .5em 1em .5em; 
    text-align: center;
}
.mint-text {
    color: #73cec0;
}
h3, h4 {
    font-size: 1.25rem;
    padding: 1em 0;
}
@media(min-width: 768px) {
   h3, h4 {
    font-size: 1.5rem;
}
    h2 {
    font-size: 2rem;
    padding: .5em .5em 1em .5em; 
}
}
@media(min-width: 1200px) {
   h3, h4 {
    font-size: 1.7rem;
}
    h2 {
    font-size: 2.5rem;
    padding: .5em .5em 1em .5em; 
}
}
h5 {
    font-size: 1.2rem;
}
p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
font-weight: 400;
font-size: 1rem;
}
a {
text-decoration: none; 
}
a:hover,
a:focus {
    text-decoration: none;
    cursor: pointer;
}
a:active {
    text-decoration: none;  
}
figure {
    margin: 0;
}
.dark-shadow {
    text-shadow: 0.05rem 0.1rem 1rem #000;
}
img {
width: 100%;
max-width: 100%;
display: block;
height: auto;
}
li, ul {
     list-style-type: none;
}
.left-aligned {
    text-align: left;
}
.button {
    background-color: #73CEC0;
    display: inline-block;
    padding: 0.7em 2.2em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 500;
    font-size: 1.05rem;
    margin: 2em 0 1em 0;
    text-align: center;
    color: white;
    max-width: 280px;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}
@media (max-width: 1100px) {
    .button {
        margin: 1em auto;
    }
}
.shadowed {
    /*box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);*/
    box-shadow: 5px 10px 30px rgba(0,0,0, .1);
}
.button:hover, 
.button:focus {
    text-decoration: none;
    font-size: 1.1rem;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition:transform 1s ease-in-out;
    -o-transition:transform 1s ease-in-out;
    -ms-transition:transform 1s ease-in-out;
    transition:transform 1s ease-in-out;
}
.uppercase {
    text-transform: uppercase;
}
.top-padded {
    padding-top: 5%;
}
.white-text {
    color: white;
}
.black-text {
    color: #1f1f1f;
}
.full-width-header {
    width: 100%;
    padding: 1.5em 1em;
    font-weight: 400;
}
.black-background {
    background: #1f1f1f;
}
.e4-background {
    background: #e4e4e4;
}
.mint-background {
    background: #73cec0;
}
.proper-black-background {
    background: #000;
}
.relative-position {
    position: relative;
}
.center-aligned-text {
    text-align: center;
}
@media (min-width: 768px) { 
p {font-size: 1.05rem;}
}
@media (min-width: 1200px) { 
 body {
     font-size: 1.125rem;
     line-height: 1.7;
 }
}
/*---------header-----------*/
.inline-logo {
    display: inline;
    width: 30px;
    height: auto;
}
@media (min-width: 900px) {
    .inline-logo {
    width: 50px;
}
}
.header {
    width: 100%;
    padding: 1% 5%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    z-index: 8;
    position: absolute;
    background: transparent;
}
.name-and-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 65%;
}
.name-h2 { 
    color: #73cec0;
    font-size: 2.8vw;
    order: -1; 
    line-height: 1;
    padding-bottom: .3em; 
}
.title {    
    font-size: 2vw;
    text-align: center;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#fff, #73CEC0);
    -webkit-background-clip: text;
    margin-top: 0;
   font-weight: 400;
}
.first-name {color: white;}

@media (max-width: 600px) {
    .title {font-size: 18px;}
    .name-h2 {font-size: 4vw;}
}

@media (min-width: 1600px) {
    .title {font-size: 1.8vmax;}
.name-h2 {font-size: 2.6vmax;}
}

/*------language menu--------*/

.dropdown {position: relative;}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #73CEC0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
    top: 110%;
    overflow: auto;
    z-index: 100;
}
.lang-link {
    padding: .7em; 
    text-decoration: none;
    display: block;
    text-align: left;
    color: black;
    font-size: 1.1rem;  
}
.lang-link:hover,
.lang-link:active {
     color: #73CEC0; 
    background: #444;
}
#language {
    cursor: pointer;
    line-height: .5;
    color: #73CEC0;
    display: inline-block;
    font-size: 1.3rem;
    position: relative;
}
#language::after {
    content:'\25BE';
}

/*------main navigation menu-----*/

.menu {
    width: 50px;
    height: auto;
}
@media (max-width: 768px) {
    .menu {
    width: 35px;
}
}
 .hamburger {
    z-index: 1;
}
.hamburger:hover {
    cursor: pointer;
}
.sidenav {
    height: 100%;
    width: 0;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    transition: 0.2s;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
   background-color: #73CEC0;
}
.menu-link {
    font-size: 1.1rem;
    color: black;
    padding: .8em 2em;
}
.menu-link:hover,
.menu-link:active {
    color: #73CEC0;
    background: #333;
}
.closebtn {
    position: absolute;
    color: black;
    top: 1%;
    left: 5%;
    font-size: 2.5rem;
    cursor: pointer;
    background: 0;
    outline: none;
    border: none;
    z-index: 300;
}
.closebtn:hover {
    color: #bbb;
}
@media (min-width: 1500px) {    
    #language {font-size: 1.5rem;}    
    .menu-link {font-size: 1.3rem;}
    .hamburger {font-size: 2rem;}
}
/*---------footer-----------*/

.footer {
    padding: 0;
}
.footer-div {
    width: 100%;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid grey;
}
.main-footer-content {
    padding: 3%;
    background: #1F1F1F;
    display: flex;
    flex-flow: row wrap;
}
.footer-h3 {
    width: 100%;
    color: #73cec0;
    font-weight: 500;
    text-align: center;
}
#footer-social {
    border-bottom: none;
    padding-bottom: 5em;
}
.footer-link {
    color: rgba(207, 223, 230, .8);
    padding: .8em;
    font-weight: 400;
    text-align: center;
}
.active-link {
    color: rgba(207, 223, 230, .5);
    pointer-events: none; 
}
.footer-link:hover,
.footer-link:focus {
    color: white;
}
.copyright-p {
    background: #3F4849;
    padding: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(250, 250, 250, .5);
    font-size: .7rem;
    text-align: center;
}
.footer-social-links {
    max-width: 400px;
    width: 80%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.footer-button {
    margin: 1em;
    padding: .2em 1.5em;
    background: none;
    border: 1px solid rgba(255, 255, 255, .8);
    box-shadow: none;
    color: rgba(255, 255, 255, .8);
}
.footer-button:hover,
.footer-button:focus {
    color: black;
    background: #73cec0;
    border: none;
 }
@media (min-width: 900px) {     
    .footer-div {
    width: 30%;
    justify-content: flex-start;
    border-bottom: none;
}
    .main-footer-content {
    justify-content: space-around;     
}    
.footer-social-links {
    margin-top: 4em;
}  
/*.footer-social {
    width: 50%;
}*/
    .copyright-p {    
    font-size: .9rem;
}
}
.icon-container {
	display: inline-flex;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 2px solid #73cec0;
	margin: 0 3px;
	border-radius: 50%;
}
.icon {
	max-width: 18px;
    fill: rgba(255, 255, 255, .8);
}
.icon:hover {fill: white;}

/*--------intro section----------*/

#intro {
    display: flex; 
    flex-direction: column;
    width: 100%;
    height: 88vh;
    align-items: center;
    justify-content: center;
    top: -25px; 
}
.typing-background{
    background-color: #1f1f1f;
    background: url('../img/video-typing.gif');
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
}
@media (orientation: portrait) {
    #intro {height: 70vh;}
    .typing-background{
    background-position: 60% 50%;
}
}
.css-typing {
    padding-top: 5em;
    align-self: center;
}
.css-typing p {
  border-right: .05em solid #73cec0;
  font-size: 4vmax;
line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
    z-index: 1;
    text-align: center;
}
@media (min-width: 1600px) {
    .css-typing p {font-size: 3vmax;}
}
.css-typing p:nth-child(1) {  
    margin: 0 auto;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.css-typing p:nth-child(2) {  
  margin: auto;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.css-typing p:nth-child(3) {
 margin: auto;
  opacity: 0;
  -webkit-animation: type3 5s steps(20, end), blink .5s step-end infinite alternate;
  animation: type3 2s steps(20, end), blink .5s step-end infinite alternate;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .005em solid #73cec0;
  }
  100% {
    border: none;
  }
}
@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .05em solid #73cec0;
  }
  100% {
    border: none;
  }
}
@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .05em solid #73cec0;
  }
  100% {
    opacity: 1;
    border: none;
  }
}
@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .05em solid #73cec0;
  }
  100% {
    opacity: 1;
    border: none;
  }
}
@keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: transparent;
  }
}
.background-video {
    background-color: #111;
    left: 0;
    top: -5px;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    filter: blur(12px);
    object-fit: cover;
}
/*@media (orientation: portrait) and (max-width: 500px) {
    .background-video {    
    display: none;
}
#intro {
    background: url('../img/typing-img.jpg');
    background-repeat:no-repeat;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
background-position: left;

}
}*/
/*----------skills section----------*/

#skills-for-desktop {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    flex: 0 0 33%;
    justify-content: center;
    align-items: center;
    padding: 5em 2em 6em;
    background: #fcfcfc;
}
.flip-box-h2 {
    width: 100%;
}
.flip-box {
    width: 28%;
    height: 25em;
    cursor: pointer;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    background: transparent;
    margin: 1.5em;
    backface-visibility: hidden;
    opacity: 0.99;
}
.flip-box-content {
    position: relative;
    width: 100%;
    height: 100%;
    /*box-shadow: 5px 10px 20px rgba(0,0,0, .1);
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,.1);*/
    text-align: center;
    transition: transform 0.8s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: grid;
    grid-template-columns: auto auto auto;
    justify-items: stretch;
   justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #fff;
}
.flip-box:hover .flip-box-content {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
@media not all and (min-resolution:.001dpcm) { 
    @media {
        .flip-box:hover .flip-box-content {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
}
    }
}
.flip-box-front{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.flip-box-back {    
    background: #73cec0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;  
}
.flip-box-p {
    box-sizing: border-box;
    padding: 1em;
    display: block;
    font-weight: 400;
    text-align: center;
}
.flip-box-skill-h3 {
    margin: 1em;
}
 #skills-on-offer {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    background: #fafafa;
}
.skills-intro {
    width: 100%;
    background: url('../img/ipad-v3.jpg') no-repeat;
    background-size: cover;
    padding: 1em;
    min-height: 80vh;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
}
@media (min-width: 568px) and (max-width: 900px) { 
    .skills-intro {
   background-size: contain;
}    
}
@media (orientation: portrait) {    
    .skills-intro {
   min-height: 60vh;
}
}
.skill-name-h3 {
    margin-bottom: .3em;    
}
@media (max-width: 900px) {
    .skill-name-h3 {
    text-align: center;    
}
}
.list-of-skills {
    width: 100%;
    margin: 0;
    padding: 2em;
}
.skill-icon {
    margin: 0 auto 1.5em;
    width: 150px;
    height: auto;
}
.skill-points {
    text-align: center;
    padding: .5em 0;
}
.skill-summary {
    padding: 2.1em 1em;
}
@media (min-width: 900px) {    
    #skills-on-offer {
    justify-content: space-between;
    padding: 3em 1em;    
}    
    .skill-text h3,
    .skill-text p {
        text-align: left;
        padding: 0 0 0 20px;
    }   
    .skills-intro {
        width: 40%; 
    }    
    .list-of-skills {
        width: 60%;
        padding-left: 0;  
    }    
    .skill-summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: white;
        box-shadow: 0px 12px 18px -6px rgba(0,0,0,.1);
        margin: 2em 0;
        border-radius: 10px;   
    }
    .skill-icon {
        margin: 0 auto;
    }
    .skill-points {
    text-align: center;
    padding: 1em 4em;
}
}
@media(min-width: 1268px) {
    #skills-on-offer {
        display: none;
    }
}
@media(max-width: 1267px) {
    #skills-for-desktop {
        display: none;
    }
}
/*-------diagrams------*/

#diagrams {
    padding: 3em 1em;
}
.diagrams{
    background: url('../img/christopher-gower-white-unsplash.jpg');
    background-repeat:no-repeat;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background-size:cover;
    background-position:center center;
    background-attachment: fixed;
}
@media (max-width: 768px) {
   .diagrams {
    background: url('../img/christopher-gower-white-unsplash.jpg');
    background-position: 75% center;
}
}
#diagrams-img {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;  
    align-items: center;
}
#diagrams-img figure {
    width: 95%;
    align-items: center; 
    margin: 5% auto;
}
.languages-img {
    margin-top: 10%;
}
.fadeInUp {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 1.5s;
    animation-fill-mode: both;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: perspective(500px) translate3d(0, -1em, -10em);
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }  
}
@-webkit-keyframes fadeInUp {
    from {
       opacity: 0;
        -webkit-transform: translate(0, -10em);
    }   
    to {
        opacity: 1;
         -webkit-transform: translate(0, 0);   
    }
}     
@media (min-width: 768px) {       
    #diagrams-img figure {
        width: 45%;

    }
        .languages-img {
        margin: 0 0 0 10%;
        width: 80%;
    }    
}
/*------Portfolio--------*/

.fadeUp {
    animation: fadeUp 2s;
    -webkit-animation: fadeUp 2s;
    animation-fill-mode: both;
}
@keyframes fadeUp {
    from {
         opacity: 0;
        transform: translate(0, 7em);
    }
    to {
        transform: translate(0, 0);
        opacity: 1;
    }  
}
@-webkit-keyframes fadeUp {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 7em);
    }   
    to {
        opacity: 1;
         -webkit-transform: translate(0, 0);   
    }
}
#portfolio {
    padding: 0;
    margin: 0;
}
.order-2 {
    order: 1;
}
.order-1 {
    order: 2;
}
.smaller-paddings-h2 {
    padding-bottom: .5em;
}
.smaller-padding {
    padding: 0 5% !important;
}
.project-container {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    text-align: center;
}
.project-description {
    width: 100%;
    background: #F7F7F7;
    padding: 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; 
}
.project-img {
    width: 100%;
    padding: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}
.scaled-medium:hover {
   -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: transform 1.05s ease-in-out;
    -moz-transition:transform 1.05s ease-in-out;
    -o-transition:transform 1.05s ease-in-out;
    -ms-transition:transform 1.05s ease-in-out;
    transition: transform 1.05s ease-in-out;
}
.project-paragraph {
    font-size: 1.1rem;
}
.project-description em {
    font-size: 0.9em;
}
.prototype-images {
    display:flex;
    align-items: center;
    justify-content: center;
}    
@media (min-width: 1100px) {
.project-description {
    width: 50%;
    margin: 0;
    min-height: 80vh;
    text-align: left; 
}
.project-container {    
    justify-content: space-between;
    text-align: left;  
}
.project-img {
    width: 50%;
    margin: 0;
    min-height: 70vh;
}
.project-description h3, p {
    text-align: left; 
}
   .order-2 {
    order: 2;
}
.order-1 {
    order: 1;
}
    .portfolio-h2 {
    text-align: left;
    padding-left: 0;
    font-weight: 300;
    text-transform: capitalize;
}
    .order-reverse {
        flex-direction: row-reverse;
    }
}
@media(max-width: 1100px) {    
    .project-description {
   order: 2;
}    
    .project-img {
   order: 1;
}  
}
/*---------back to top button---------*/

.back-to-top {
    position: fixed;
    bottom: 7px;
    right: 7px;
    background-color: rgba(115, 206, 192, 0.5);
    font-size: 1.5rem;
    padding: 7px;
    display: none;
    text-align: center;
    z-index: 300;
    transition: 1.2s;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    color: white;
}
.back-to-top:hover,
.back-to-top:focus {
    background-color: rgba(115, 206, 192, 1);
}
/*----------About me section-----------*/

.about-div {
    display: flex;
    justify-content: center;
    position: relative;
}
.about-me-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 4em 1em;
}
@media (min-width: 900px) {
    .about-me-wrapper {
    padding: 5em 0;   
}
}
.about-button {
    display: flex;
    justify-content: center;
    -webkit-perspective: 500;
    perspective: 500; 
}
.about-p {
    text-align: center;
    color: white;
    font-weight: 400;
    padding: 2em 1em;
    border-radius: 1em;
    font-size: 1.05em;
    line-height: 2.3;
    /*text-shadow: 0.05rem 0.1rem 1rem #fff;*/
    margin: 1em 0 2em 0;
}
.teachers {color: white; text-decoration: underline}
.teachers:hover {font-weight: 600; color: #73cec0;}

#background {    
    background: url('../img/meditation-v3.jpg') center no-repeat #1f1f1f;
    background-size: cover;
    background-position: right 10% top;
    position: absolute;
    z-index: -1;
    top: inherit;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; 
    margin: 0;
    background-attachment: fixed;
}
#background-video-about {   
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: blur(20px);
}
@media (max-width: 850px) {
    #background-video-about {   
    display: none;
}
}
.about-btn {
padding: .7em 3em;
background: rgba(51, 51, 51, .2);
webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
border: 2px solid #ccc;
font-weight: 600;
}
@media (max-width: 800px) {    
    .about-me-wrapper {width: 98%;}
    #background {
    background-position: 35% center;
    background-attachment: scroll;
}
}
/*-------CLIENTS----*/
.my-clients {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6em 2em 6em;
    background: #fcfcfc;
}
.client-logos {
    margin: 5% auto;
    max-height: 100px;
    width: auto;
    max-width: 200px;
}
@media (min-width: 900px) {
    .my-clients {
    flex-flow: row wrap;
    flex: 0 0 20%;
    justify-content: center;
    align-items: center;
}
    .client-logos {
    margin: 0 auto 1.5em;
}
}
/*--------TESTIMONIALS----------*/

#testimonials {
    width: 100%;
    padding: 6em 0;
    margin: 0 auto;
    background: #fff;
}
.review {
    text-align: center;  
    line-height: 1.8;
}
.reviewer-name {
   text-align: center;
    margin-top: 1em;
   font-size: .8em;
}

/* Slideshow */
.slideshow-container {
    position: relative;
    width: 100%; 
}
.mySlides {
  display: none;
  padding: 3em 0;
  text-align: center;
}
.feedback {
   margin: 0 3em;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  padding: 5px;
  color: #8C8C8C;
  font-size: 3rem;
font-weight: 300;
  user-select: none;
}
@media (min-width: 900px) {
    .slideshow-container {
    width: 80%;
    margin: 0 auto;
}    
    .prev, .next {padding: 16px;}
    .testimonials-container {
    margin: 4em;
} 
    .feedback {
   margin: 0 7em;
}
}
.next {
  position: absolute;
  right: 0;
}
.prev:hover, .next:hover {  
  color: #73cec0;
}
.dot-container {
  text-align: center;
  padding: 20px;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #73cec0;
}
@media(max-width: 800px) {
    .dot-container {display: none;}
   #testimonials {padding: 5em 0 1em;}
}
/*----------contact-----------*/

#contact {
    background: #fcfcfc;
    position: relative;
}
.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 2em 5% 5em 5%;
}
.direct-contact,
.contact-form {
    width: 100%;
    text-align: center;
    padding: 0;
}
.pandia-badge img {
    max-width: 200px;
    margin-top: 7%;
}
.contact-p {
    padding-bottom: 1em;
}
.contact-email {
    color: #1f1f1f;
    cursor: pointer;
    font-weight: bold;
}
.contact-email:hover,
contact-email:focus {
    color: #73cec0;
}
.grey-hover:hover {
    color: #808080;
}
.contact-h4 {
    color: #73cec0;
    padding: 2em 0;
    }
@media (min-width: 900px){
    .direct-contact {
    text-align: left;
    width: 30%;
}    
    .flex-container {
    justify-content: space-around;
}
    .contact-form {
        width: 60%;
        text-align: left;
    }
    .contact-h4 {
        text-align: left;
    }
}
@media (max-width: 900px){
 .pandia-badge img {
   margin: 0 auto;
   max-width: 100px;
}
}
.inline {
    display: inline;
}
::placeholder {
    color: #808080;
    font-size: 1rem;
}
input[type=text],
input[type=email]{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    margin: 10px 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid grey;
}
input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #73CEC0;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
#enquiry {
    padding-bottom: 20vh;
}
button[type='submit'] {
   border: none;
}
#budget {
    margin: 2% 0;
}
@media (max-width: 800px) {
   #budget {
    display: none;
} 
}
#budget h5 {
    margin-right: 20px;
}
label {
    margin-right: 10px;    
}
.error {
    color:#73CEC0;
}
#enquiry-error {
    transform: translate(0px, -25px);
}
#overlay {
    display: none;
    position: fixed;
    z-index: 120;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;  
    left: 0;
    background-color: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);  
    text-align: center;   
}
#text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
}
/*fade in effect*/
.opacity-change {
    opacity: 0.5;
    /*transition: all 1s ease-in;*/
}
/*.fadein-waypoint {
    opacity: 1;
}*/
@media (max-width: 600px) {
    .opacity-change {
       opacity: 0.9;
    }
}

/*---cv---*/

.cv {
    width: 100%;
    display: grid;
    place-content: stretch;
    padding: 5%;
}
.home-button {
    position: fixed;
    writing-mode: vertical-lr;
    bottom: 2.5em;
    right: 0px;
    color: #fff;
    color: RGBA(255, 255, 255, 0.8);
    background-color: rgba(115, 206, 192, 0.8);
    font-size: 1rem;
    padding: 1em 0.5em;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
}
.home-button:hover {
    background-color: rgba(115, 206, 192, 1);
    font-size: 1.1em;
    color: white;
}
@media (max-width: 600px) {
    .home-button {
        padding: 1em 0;
    }
}
@media print {
    .home-button {
        display: none;
    }
}
/*=======UX DESIGN CASE STUDY===========*/
/*--case-study-header--*/

.grey-gradient-background {
   background: linear-gradient(45deg, rgba(228,228,228,1) 0%, rgba(250,252,252,1) 50%, rgba(228,228,228,1) 100%);
}
.fadeInOnLoad {
    animation: fadeIn ease-in 1s;
  -webkit-animation: fadeIn ease-in 1s;
  -moz-animation: fadeIn ease-in 1s;
  -o-animation: fadeIn ease-in 1s;
  -ms-animation: fadeIn ease-in 1s;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}
}
.case-study-header {
    position: fixed;
    top: 0;
    z-index: 100;
    background: #DAF1ED;
    background: rgba(218, 241, 237, .85);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3%;
    height: 60px;
    box-shadow: 0px 8px 10px -10px #E8E8E8;
}
/*case-study-main-content*/

.center-aligned-flex {
    justify-content: center;
}
.light-grey-background {
    background: #fcfcfc;
}
.issue-h3 {
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 2em;
}
.case-study-h5 {
    text-align: left;
    font-weight: 600;
    margin-bottom: 1em;
}
.site-issues li {
    padding: 10px 0 10px 25px;
    list-style-position: inside;
}

.case-study-name {
   padding-top: 25px;
}
.case-study-intro {
    position: relative;
    height: 75vh;
}
.quads-background {
    background: url('../img/quad-back-10.jpg');
    background-repeat:no-repeat;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background-size:cover;
    background-position: center center;
    background-attachment: fixed;
    background-position: 50% 80%;
}

.inspires-background {
     background: url('../img/ui-design-inspires.jpg');
    background-repeat:no-repeat;
     background-size:cover;
    background-position: center bottom;
    background-attachment: fixed;
}
.prototype-background {
     background: url('../img/black%20and%20white%20and%20color%20eye.png');
    background-repeat:no-repeat;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background-size:cover;
    background-position: center top;
    background-attachment: fixed;
    height: 100vh;
}
.hindle-background {
    background: url('../img/hindle-background.jpg');
    background-repeat:no-repeat;
    background-position: 50% 60%;
    background-attachment: fixed;
    background-position: 50% 80%;
}
.tugboats-background {
      background: url('../img/parallax-tugboats-2.jpg');
    background-repeat:no-repeat;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background-size:cover;
    background-position: center 80%;
    background-attachment: fixed;
}
.case-study-flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content:center;
    padding: 3% 5%;
}

/*----hindle development---*/

.gradient-corner {
    background-image: linear-gradient(145deg, #e4e4e4 90%, #fafafa 90%)
}
.gradient-arrow {
    background-image: linear-gradient(45deg, #fff 20%, #e4e4e4 20%, #e4e4e4 60%, #fafafa 60%)
}
.gradient-arrow-1 {
    background-image: linear-gradient(45deg, #fff 20%, #e4e4e4 20%)
}
.background-original-loft {
    position: relative;
    background: url(../img/original-loft.jpg);
    background-size: cover;   
    height: 70vh;
}
.background-new-loft {
    position: relative;
    background: url(../img/corrected-loft.jpg);
    background-size: cover;
    height: 70vh;
}
.absolute-back {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    position: absolute;
    top:0;
    left: 0;
    padding: 2em 0;
    text-transform: uppercase;
}
.absolute-back-white {
    background: rgba(255, 255, 255, .5);
    width: 100%;
    position: absolute;
    top:0;
    left: 0;
    padding: 2em 0;
    text-transform: uppercase;
}
 .the-case{
    width: 100%;
    padding: 4%;
}
.case-study-p {
    font-size: 1.1rem;
}
.solutions{
    width: 100%;
    padding: 5%;
}
.case-study-title-div {
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case-study-title {
    font-size: 1.5rem;
     padding: 1em;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.buggy-tours-heading {
    background: url(../img/ben-kolde-unsplash-laptop.jpg
    );
    background-size: cover;
    background-attachment: fixed;
background-position: 50% 80%;
    /*background-color: #776783;
    background-blend-mode: multiply;*/
}
.case-study-data {
    background: #fff;
    padding: 5%;
}
.solutions-p {
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
}
.case-study-img {
    margin: 5% auto;
    
}
.details-of-the-case {
    padding: 0;
    margin: 0;
}
.case-study-flex-container-no-padding {
    display: flex;
    flex-flow: row wrap;
}
.fc-background {
    background: #fcfcfc;
}
.fa-background {
    background: #fafafa;
}
.issue-div {
    width: 100%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.centered-div {
    text-align: center;
    padding: 5%;
}
.limited-width-p {
    max-width: 900px;
    margin: 3% auto;
    text-align: center;
}
@media (max-width: 1000px) {
   .top-border {
    border-top: solid 1px #ccc;
} 
}
.white-background {
    background: white;
}
.blue-background {
    background: #02a4e4;
}
.full-width-button {
    max-width: 100%;
}
.case-study-flex-container-the-case {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
}
@media (min-width: 800px) {
    .case-study-title {
    max-width: 800px;
    font-size: 2.5rem;
}
    .solutions {
    width: 50%;
}
    .the-case {
    width: 50%;
    border-right: 1px solid #cfcfcf;
}
    .case-study-flex-container,
    .case-study-flex-container-the-case {
    justify-content: space-between;
}
   .case-study-flex-container-no-padding {
    justify-content: space-between;
    align-items: stretch;
}
}
@media (min-width: 1100px) {
.issue-div {
    width: 50%;
    margin: 0;
    text-align: left;

}
  .space-between {
    justify-content: space-between;
}
}
@media (max-width: 800px) {
    .column-reverse {
        flex-direction: column-reverse;
    }
}
.case-study-h2 {
    color: #73CEC0;
    padding-left: 0;
    line-height: 1.3;
    font-weight: 300;
    text-transform: uppercase;
}
.case-study {
    padding: 5% 5% 8% 5%;
}
.right-aligned {
    text-align: right;
}
.center-aligned {
    align-items: center;
}
.case-study-logo {
    width: 50px;
    height: auto;
    padding: 0;
}
.case-study-menu {
    display: flex;
    justify-content: space-between;
}
.cs-menu-link {
    margin-left: 10px;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 600;
}
@media (max-width: 400px) {
   .cs-menu-link {
    font-size: 12px;
}
}
.cs-menu-link:hover {
    cursor: pointer;
    color: #73cec0;
}
.fc-background-gradient {
  background: linear-gradient(180deg, rgba(250,250,250,1) 0%, rgba(230,237,237,1) 5%, rgba(255,255,255,1) 29%, rgba(255,255,255,1) 69%, rgba(230,237,237,1) 95%, rgba(250,250,250,1) 100%);
}
/*---- modal images-------*/

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.modal-images:hover {
-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition:transform 1s ease-in-out;
    -o-transition:transform 1s ease-in-out;
    -ms-transition:transform 1s ease-in-out;
    transition:transform 1s ease-in-out;
cursor: pointer;
}
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.modal-content {
    position: relative;
    display: block;
    width: 80%;
    margin: auto;
    height: auto;
}
@media (orientation: portrait) {
    .modal-content {
    top: calc(50% - 25px);
    top: -moz-calc(50% - 25px);
    top: -webkit-calc(50% - 25px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
}
.close {
  position: absolute;
  top: 1%;
  right: 1%;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s; 
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/*--Logo design--*/
.absolute-arrow {
    position: absolute;
    top: 47.5%;
    left: 49.5%;
    max-width: 300px;
    z-index: 100;
}
.arrow {
  border-color:transparent;
  border-width:0 2em;
  display:block;
  height:0;
    width:0;
  opacity:0.4;
  text-indent:-9999px;

}
.right {
  -webkit-animation: rightarrow 0.6s infinite alternate ease-in-out;
 border-top: 40px solid transparent;
      border-left: 30px solid #73cec0;
      border-bottom: 40px solid transparent;
}
@-webkit-keyframes rightarrow {
  0% { -webkit-transform: translateX(0); opacity: 0.7 }
  100% { -webkit-transform: translateX(-0.5em); opacity: 0.2 }
}
@media (max-width: 1100px) {
    .absolute-arrow {
  display: none;
}
}
/*Cookie Consent*/
#myCookieConsent {
    box-sizing: border-box;
    z-index: 200;
    width: 100%;
    padding: 1.7em .5em 1.2em .5em;
    background: rgba(0,0,0,0.6);
    position: fixed;
    color: rgba(255, 255, 255, .7);
    bottom: 0;
    right: 0;
    display: none;
    left: 0;
    text-align: center;
    font-size: 1rem;
      -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
#myCookieConsent a#cookieButton {
    display: inline-block;
    color: #000;
    font-size: 1em;
	background: rgba(115, 206, 192, .8);
    text-decoration: none;
    cursor: pointer;
    padding: 1px .8em;
    border-radius: 5px;
}
#myCookieConsent a#cookieButton:hover {
    background: #73cec0;
}
@media(max-width: 700px) {
    .scroll-on-mobile {    
    background-attachment: scroll;
    background-position: 50% 50%;
}
}