@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
:root{
    --blue: #5e4aff;
    --lightblue: #A7B8DB;
    --shadow: 0 3px 5px rgba(104, 104, 104, 0.8);
    --shadow2: 0 5px 20px rgba(0, 0, 0, 0.8);
    --shadow3: 2px 2px 2px black, 0 0 1em black, 0 0 1em black,0 0 1em black,0 0 1em black,0 0 1em black,0 0 1em black,0 0 1em black, 0 0 3em black;
}
@media(max-width: 1000px){
    :root{
        font-size: 14px;
    }
}
@media(max-width: 700px){
    :root{
        font-size: 12px;
    }
}

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
h2 {
    font-weight: 100;
    line-height: 1.4;
    font-size: 2rem;
}
h3 {
    font-weight: 100;
    line-height: 1.4;
    font-size: 2rem;
}
.real h1{
    background: radial-gradient(circle at center, black, var(--blue));
    background-image: url(/img/clouds.jpg), radial-gradient(circle at center, black, var(--blue));
    background-image: cover;
    background-size: 190%;
    background-blend-mode: multiply;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

h4 {
    font-weight: 100;
    line-height: 1.4;
    font-size: 1rem;
    letter-spacing: 1px;
}
h5 {
    font-weight: 300;
    line-height: 1.4;
    font-size: 1rem;
    
}
nav{
    display: flex;
    padding: 0% 10%;
    justify-content: space-between;
    align-items: center;
    background: white;
    position: fixed;
    z-index: 1;
    height: 3.75rem;
    width: 80%;
    opacity: 90%;
    box-shadow: var(--shadow);
}
nav img{
    width: 150px;
    padding-top: 5px;
}
.nav-links{
    flex: 1;
    text-align: right;
    position: fixed;
    background: #fff;
    height: 100vh;
    width: 200px;
    top: 0;
    right: -200px;
    text-align: left;
    z-index: 2;
    transition: 1s;
    box-shadow: var(--shadow);
}
nav .fa{
    display: block;
    color: black;
    margin: 10px;
    font-size: 2rem;
    cursor: pointer;
}
nav .fa:hover{
    color: var(--blue);
}
.fa-times{
    text-align: right;
}
.nav-links ul{
    padding: 30px;
}  
.nav-links ul li{
    list-style: none;
    padding: 20px 12px 20px 12px;
    position: relative;
}
.nav-links ul li a{
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Roboto', san-serif !important;
}
.nav-links ul li a:hover{
    color: var(--blue);
}
.row{
    display: flex;
    justify-content: space-between;
}
.column{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.rowrev{
    display: flex;
    justify-content: space-between;
}
.rowrev1{
    display: flex;
    justify-content: space-between;
}
.half{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header{
    min-height: 50vh;
    width: 100%;
}
.header2{
    min-height: 80vh;
    width: 100%;
}
.header1{
    height: 100vh;
    width: 100%;
}

.real{
    color: var(--blue);
    font-weight: 900;
    font-size: 40px;
}
.hero .real{
    font-size: 60px;
}
.gray{
    color: #141414 !important;
}
.graygrad{
    background-image: linear-gradient(gray, black) !important;
}
.hero {
    padding: 10% 10% 8% 10%;
}
.hero-btn{
    text-decoration: none;
    color: #fff;
    padding: 12px 34px;
    font-size: .875rem;
    background: var(--blue);
    cursor: pointer;

    
}
.hero-btn:hover{
    background: white;
    border: 2px solid var(--blue);
    color: var(--blue);
    transition: 1s;
}
.padtop{
    padding-top: 10%
}
.hero-btn a{

}
.showcase{
    background-image: linear-gradient(to bottom, var(--blue), black);
    width: 100%;
    min-height: 50vh;
}
.process{
    min-height: 50vh;
    display:flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}
.footer{
    display:flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}
/* about me */
.about img{
    width: 100%;
    height: 25rem;
    object-fit: cover;
    filter: drop-shadow(1px 1px 2px black);
}
.about{

    display:flex;
    min-height: 100vh;
    padding: 0% 10%;
}
.row2{
    display:flex;
    flex-direction: row;
}
.abouttext{
}
.abouttext h5{
    line-height: 1.6;
}
.about h1 {
    background: radial-gradient(circle at center, black, var(--blue));
    background-image: cover;
    background-size: 190%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    padding: 20% 0%;
    font-size: 50px;
}

.diagonal{
    background: linear-gradient(-75deg, black, var(--blue) 500px, white 10px);
    
}
.resume-btn{
    text-decoration: none;
    color: #fff;
    padding: 12px 34px;
    font-size: .875rem;
    background: var(--blue);
    cursor: pointer;
    margin-top: 5%;
}
.resume-btn:hover{
    background: white;
    border: 2px solid var(--blue);
    color: var(--blue);
    transition: 1s;
}
.half2{
    width: 50%;
    align-content: center;
    justify-items: left;
}
.half2 h6{
    padding-bottom: 5%;
}
/* project */
.vert{
    display: flex;
}
.vertline{
    background-color: var(--blue);
    min-height: 100%;
    width: 10px;
    display: inline-block;
    position:relative;
    margin-right: 3%;
}
.herostatement{
    display:flex;
    width:100%;
    
}
.row1{
    display: flex;
}
.third{
    min-height: 10%;
    display:flex;
    width: 33%;
    padding-top: 10%;
    flex-direction:column;
    justify-content: center;
}
.third img{
    width: 150px;
}
.middlelines{
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}
.padleft{
    padding-left: 10%;
}
.mockup{
    height: 500px;
    width: 100%;
    background-image: linear-gradient(to bottom, var(--blue), black);
    display:flex;
    justify-items: center;
    align-items: center;
}
.mockupimg {
    display:flex;
    justify-content: center;
    margin-top:;
    width: 100%;

}
.resize img{
    max-width: 100%;
}
.mockup img{
    max-height: 850px;
    max-width: 850px;
    position: relative;
    top: -100px;
    align-self: center;
    justify-self: center;
}
.story {
    display:flex;
    padding: 5% 10% 10% 10%;
    flex-direction: column;
    justify-items: center;
    margin-bottom: 30px;
}
.story1{
    padding: 0% 10% 10% 10%;

}
.story1 h6{
    padding-bottom: 10px;
}
h6 {
    font-weight: 500;
    line-height: 1.4;
    font-size: 2rem;
    color: var(--blue)
    
}
h7 {
    font-weight: 300;
    line-height: 1.4;
    font-size: 1.5rem;
    
}
.example{
    display: flex;
    flex-direction: row;
    
    
}
.half1{
    display:flex;
    width: 50%;
    flex-direction: row;
    justify-content: space-around;
}
.quarter{
    background-color: ;
    margin: 10px;
    height: 250px;
    width: 250px;
    
}
.quarter img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.pos1{
    position: relative;
    top: -30px;
}
.pos2{
    position: relative;
    top: 40px;
}
.pos3{
    position: relative;
    top: -50px;
}
.pos4{
    position: relative;
    top: 0px;
}
/*--contact--*/
.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}
.location iframe{
    width: 100%;
}
.contact-me{
    width: 50%;
    margin: auto;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}
.contact-me{
    padding: 10% 0%;
    background: white;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.contact-col div .fa{
    font-size: 1.75rem;
    color: #F44336;
    margin: 10px;
    margin-right: 30px;
}
.contact-col div p{
    padding: 0;
}
.contact-col div h5{
    font-size: 1.25rem;
    margin-bottom: 5px;
    color: var(--blue);
    font-weight: 400;
}
.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid darkgray;
    box-sizing: border-box;
}
.contact-col button{
    width: 100%
}
.contact-btn{
    display: flex;
    text-decoration: none;
    color: #fff;
    padding: 12px 34px;
    font-size: .875rem;
    background: var(--blue);
    border: 2px solid var(--blue);
    cursor: pointer;
    margin-top: 5%;
}
.contact-btn:hover{
    background: white;
    border: 2px solid var(--blue);
    color: var(--blue);
    transition: 1s;
}
/* Projects Page */
.projects {
    padding: 10% 10% 5% 10%;
}
.projectcards {
    padding: 0% 10%;
    display:flex;
    flex-direction: row;
    justify-items: center;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.half3 {
    display:flex;
    flex-direction: row;
    width: 50%;
}
.card1 {
    width: 100%;
    padding: 3%;
    margin: 1%;
    text-decoration: none;
    color: black;
}
.cardimage img{
    width: 100%;
    height: 100%;
}
.cardlogo img{
    max-height: 30px;
    padding: 3% 0%;
}
.card1:hover{
    box-shadow: var(--shadow2);
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}
.limit2{
    max-width: 200px;
}
.padleft2{
    padding-left: 15px;
}
@keyframes shake {
    0% { transform: translate(0px, 2px);}
    50% { transform: translate(-0px, -2px);}
    100% { transform: translate(0px, 2px);}
}
.zoom{
    position: relative;
}
.zoom i{
    position: absolute;
    top: 80%;
    left: 90%;
    font-size: 1.5rem;
    background: white;
    border-radius: 50px;
    width: 1.6rem;
    height: 1.6rem;
    pointer-events: none;
}
/*modal window*/
img[data-modal] {
  cursor: zoom-in;
}

.modal-content {
  z-index: -100; /* behind everything */
  opacity: 0; /* invisible */
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8); /* black, transparent */
  width: 100vw; /* 100% width */
  height: 100vh; /* 100% height */
  display: flex;
  justify-content: center; /* horizontal align */
  align-items: center; /* vertical align */
  transition: 0.5s; /* animate */
  cursor: zoom-out;
    
}

.modal-content img {
  min-width: 50vw; /* at least 50% of the viewport width */
  height: auto;
    max-height: 100%;
}
@media(max-width: 1400px){
    .hero .real{
        font-size: 40px;
    }
    .projects .real{
        font-size: 40px;
    }
    .hero {
    padding: 18% 10% 13% 10%;
}
}
@media(max-width: 1000px){
    .row{
        flex-direction: column;
        padding-top: 5%;
    }
    .half{
        width: 100%;
        padding-top: 3%
    }
    .hero{
        padding: 10%;
    }
    .hero-btn{
        justify-self: center;
    }
    .resume-btn{
        justify-self: center;
    }
    .half2{
        width: 100%;
        display:flex;
        justify-items: center;
        align-content: center;
        flex-direction:column;
    }
    .header2{
        min-height: 60vh;
    }
    .quarter{
        
    }
    .row1{
        display:flex;
    }
    .row2{
        display:flex;
        flex-direction: column;
    }
    .third{
        padding-top: 5%;
    }
    
    .padleft{
        
    }
    .third img{
        width: 100px;
    }
    .mockup{
        height: 300px;
    }
    .mockup img{
        max-height: 500px;
        max-width: 500px;
        position: relative;
        top: -70px;

    }
    h6{
        font-size: 1.6rem;
    }
    h7{
        font-size: 1.3rem;
    }
    .example{
        flex-direction: column;
    }
    .half1{
        width: 100%;
    }
    .pos1{
        position: relative;
        top: 0px;
    }
    .pos2{
        position: relative;
        top: 0px;
    }
    .pos3{
        position: relative;
        top: 0px;
    }
    .pos4{
        position: relative;
        top: 0px;
    }
    .story1{
        padding: 0% 10% 3% 10%;
    }
    .padleft2{
        padding-left: 0px;
    }
    .diagonal{
        background: linear-gradient(175deg, white 500px, var(--blue) 10px, black);
        height: 100%;

    }
    .resume-btn{
        
    }
    .resume-btn:hover{
        
    }
    .contact-me{
        width: 60%;
        margin: auto;
        padding-top: 20%;
    }
    .projectcards{
        flex-direction: column;
    }
    .half3{
        width: 100%;
    }
    .slidetext img {
        margin: 0% 0% -5% 0%;
        position: absolute;
        object-position: top
    }
    .about h1{
        padding: 3% 0%;
    }
    .about{
        padding-top: 100px;
    }
}
@media(max-width: 700px){
    h3 {font-size: 14px;
    }
    .hero .real{
        font-size: 25px;
    }
    .projects .real{
        padding-top: 30px;
        font-size: 25px;
    }
    .hero{
        padding: 20% 10% 15% 10%;
    }
    .header{
        min-height: 40vh;
    }
    .header2{
        min-height: 40vh;
    }
    .showcase{
        min-height: 40vh;
    }
    .mySlides img {
    max-height: 400px;
    }
    .row1{
        flex-direction: column;
    }
    .middlelines{
        border: 0px;
    }
    .padleft{
        display: flex;
        flex-direction: row;
        padding-left: 0;
    }
    .padleft h5{
        padding-left: 2%
    }
    .third{
        width: 100%;
    }
    .story1{
        padding: 0% 0% 5% 0%;
        max-width: 300px;
    }
    .story1 h6{
        padding-bottom: 10px;
    }
    .mockup img{
        max-height: 250px;
        max-width: 250px;
        position: relative;
        top: -40px;

    }
    .mockup{
    height: 150px;
    }
     h6{
        
    }
    about h6{
        padding-left: 10%;
    }
    h7{
        font-size: 1rem;
    }
    .quarter{
        margin: 5px;
        height: 200px;
        width: 200px;
    }
    .diagonal{
        background: linear-gradient(175deg, white 400px, var(--blue) 10px, black);
        height: 100%;

    }
    .contact-me{
        width: 80%;
        margin: auto;
    }
    .about{

    }
    .abouttext{
    }


}
    
}
@media(min-width: 1300px){
    
}
@media(max-width: 700px){

}
/* Slider */

.mySlides img {
    vertical-align: middle;
    height: 500px;
    width: 100%;
    object-fit: contain;
}

/* Slideshow container */
.slideshow-container {
  max-width: 80%;
  position: relative;
  margin: auto;
    padding-top: 2%;
}

/* Caption text */
.slidetext {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
    letter-spacing: 1px;
  padding: 8px 12px;
  position: absolute;
    bottom: 0%;
  width: 100%;
    text-shadow: var(--shadow3); 
}
.slidetext img {
    color: #fff;
  font-size: 50px;
  font-weight: 700;
    letter-spacing: 1px;
  padding: 8px 12px;
  position: absolute;
    bottom: 0%;
  width: 200px;
    filter: drop-shadow(2px 2px 10px black);
}
.shadow{
    filter: drop-shadow(2px 2px 10px black);
}

/* Number text (1/3 etc) */
.numbertext {
  display: none;
    color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 6px 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: var(--blue);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/* slide to top button */

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: white;/* Set a background color */
  color: black; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 0px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
    opacity: 50%;
}

#myBtn:hover {
  background-color: var(--blue); /* Add a dark-grey background on hover */
    opacity: 100%;
    color: white;
}
